
.bs-slider{
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000000;
}
.entry-content span{
      font-family: 'Lato'!important;
}

.entry-content blockquote{
      padding:0px!important;
    margin: 0 0 0px!important;
    font-size: 0px!important;
    border-left: 0px solid #000!important;
}
.recent-post-widget-thumb {
    height: 60px;
    width: 60px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;}

    .recent-news-widget li {
    position: relative;
    padding-left: 75px;
    min-height: 60px;
    margin-bottom: 15px;}

.single-slide-item {
    height: 750px;
    display: table;
    width: 100%;
    position: relative;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.slide-item-1 {
    background-image: url(img/slider01.jpg);
}.slide-item-2 {
    background-image: url(img/slider02.jpg);
}.slide-item-3 {
    background-image: url(img/slider04.jpg);
}
.single-slide-item{
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
  display:none;
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}



.width_box{width:60%;}
.slide_style_center .width_box{margin:auto!important;}
.slide_style_right .width_box{margin-left:auto!important;}

.spa{
  color: #ffd200;
}
.slide-text h1 {
    

        color: #ffffff;
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    background-color:#ffd200;
    margin-right: 10px;
    text-align: center;
    padding: 6px 30px;
    white-space: nowrap;
    height:auto;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}












/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .images_full01{display:none;}
            .single-slide-item {
        height: 550px;
        padding: 80px 0;
    }
    .width_box{width:80%!important;}
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
  .contact-form{margin-top:0px!important;}
    .bg010conta01{padding-bottom:40px!important;}
    .images_full01{display:none;}
        .single-slide-item {
        height: 450px;
        padding: 80px 0;
    }
    .form001 h1 {
    font-size: 20px;
}
    .bg_back01 .modal-body {
    padding: 30px 30px;}
    .slide-text{top:35%;}

    .width_box{width:100%!important;}
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 580px) {
    .single-slide-item {
        height: 300px;
        padding: 80px 0;
    }
    #bootstrap-touch-slider .item img{height:300px!important;}
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text a.btn-default, 
    .slide-text a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line .carousel-indicators{
        display: none;
    }



.call-to-action a{
  margin-top:20px;
}
  .cookie-banner{
    background-color:#EEEEEE;
    text-align: left;
  }
  .cookie-banner .text_cookis01{
   padding-right:0px;
    color:#fff;
  }
  .cookie-banner .cookie-banner-button{
    background-color:#ffd200;
    color:#000;
  }

#box .icofont-ui-contact-list{
  left:0px!important;
}

.find-course-form{
  display:none;
}
.text-center01{
  text-align:center!important;
}
.title-404 {
    color: #fff;
    font-size: 180px;
    font-weight: 700;
    display: block;
    line-height: 130px;
    margin-bottom: 30px;}
    .text-404 {
    margin-top: 170px;
}
.page-404-wrap h2 {
    margin-bottom: 10px;
    color: #cccccc;}
    .page-404-wrap .not-found {
    color: #ffd200;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;}
    .page-404-wrap p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;}
    }
.search-404 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;}
    .search-404 input {
    width: 100%;
    border: 0px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;}

    .search-404 button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: 0;
    background: #ffd200;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

a.back2home {
    background: #ffd200;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;}
    a.back2home i {
    margin-right: 5px;}

    .search-404 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;}

    .page-404-wrap {
    background: url(http://sacrostek.com/wp-content/uploads/2021/01/top-slider.jpg) no-repeat center top;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    background-color:#000;}

   .page-404-wrap:before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
   right:0px;
   width:100%;
   height:100%;
   background-color:#000000c2;
   }

#box{
  position:relative;
}



/*-------------------------- 
  1. Page Banner Title Area
--------------------------*/

.modal .fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal .show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}


.mar04401 a:before{
   content:"";
    display:none;
}

.select01 .form-control{width:200px; border-radius:0px!important;}
.srach00 .search-widget input {
    width: 100%;
    border: 1px solid #e6e6e6;
    line-height: 35px;    width: 331px;}
.srach00 .search-widget .sbtn{
  line-height:36px;
}

.srach00 ul li:last-child{
  margin-right:0px!important;
}




.find-course-form form .icofont-envelope{
  font-size: 15px;
}
.allow-dropdown{
  margin-bottom:15px!important;
}
.find-course-form .allow-dropdown{
  margin-bottom:5px!important;
} 

.list_main01{
  padding:0px; list-style:none;
  margin:0px;
}
.list_main01 li{
  display:inline-block;
  margin-right:10px;

}
.srach00 ul{
    padding:0px; list-style:none;
  margin:0px;
      text-align: right;
}

.srach00 ul li{
    display:inline-block;
  margin-right:10px;
 
}
.mar0555{
  margin-top:40px;
}

.cookie-banner {
      z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 1rem 1rem;
  background: #000;
  transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookie-banner--hide {
  opacity: 0;
  bottom: -100%;
}
.cookie-banner .cookie-banner-button {
  display: inline-block;
  cursor: pointer;
  padding: 0.85rem 1rem;
  margin-left: 0.45rem;
  color: #000;
  font-size:12px;
  text-decoration: none;
  letter-spacing: 1px;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .cookie-banner span {
    display: inline-block;
    padding: 10px;
  }
}


.mar04401 a:after{
   content:"";
    display:none;
}


.bg_images01{background-image: url(img/top-banner.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}
.bg_color0101{
  background-color:#f7efef;
}

.box01_mar01{
  margin-top:30px;
}

.bg_images01:before{
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
      background-color: #000000b0;
}
.box_images_bar01{
  box-shadow: 13px -14px 0px #ffd200;
}
.color001{
    background-color: #fbefef;
}
.bg_images01 .section-title h3{
color:#fff; 
}
.bg_images01 .section-title::before, .bg_images01 .section-title::after{
  content:"";
   background-color:#fff!important;
}
.bg_images01 .text_wrap_01 p{
  color:#fff;
}
.bg_images01 .section-title{
  margin-bottom:20px;
}





.course-box-2 {
  width: 100%;
  float: left;
  box-shadow: 0 1px 6px rgba(0,0,0,.15);
  border-radius: 3px;
  overflow: hidden;
}
.course-box-2:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.course-thumb {
  position: relative;
  overflow: hidden;
}
.course-grid-box .course-thumb:after, .course-box-2 .course-thumb:after {
  background: rgba(0,0,0,.20);
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
}
.course-grid-box .course-thumb:before, .course-box-2 .course-thumb:before {
  background: rgba(0,0,0,.20);
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
}
.course-grid-box:hover .course-thumb:after, .course-box-2:hover .course-thumb:after {
  height: 100%;
  opacity: 1;
}
.course-grid-box:hover .course-thumb:before, .course-box-2:hover .course-thumb:before {
  height: 100%;
  opacity: 1;
}
.course-grid-box:hover .course-thumb a, .course-box-2:hover .course-thumb a {
  left: 0;
  opacity: 1;
}
.course-thumb a {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #18254a;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  z-index: 99;
  left: -150px;
  opacity: 0;
}
.course-thumb .cdeprt {
    position: absolute;
    background: #0a0a0aa3;
    color: #fff;
    text-transform: uppercase;
    line-height: 29px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    z-index: 1;
    bottom: 0px;
    right: 0px;
}
.course-box-2 .course-excerpt {
  text-align: center;
}
.course-box-2 ul.course-meta {
  background: #f5f5f5;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.course-box-2 .course-meta li {
  display: inline-block;
  line-height: 50px;
  border-right: 1px solid #e8e8e8;
  padding: 0 15px;
  color: #666666;
}
.course-box-2 .course-meta li i {
  color: #fa394a;
  margin-right: 5px;
}
.course-box-2 .course-meta li:last-child {
  border: 0px;
}
.course-box-2 .ctxt {
  padding: 30px;
}
.course-box-2 .ctxt strong {
  text-transform: uppercase;
  font-size: 12px;
  color: #fa394a;
  font-weight: 600;
}
.course-box-2 .course-excerpt h4 {
  margin: 9px 0 12px;
  line-height: 30px;
}
.course-box-2 .course-excerpt h4 a {
  color: #222;
}
.course-box-2:hover .course-excerpt h4 a {
  color: #fa394a;
}
.course-box-2 .course-excerpt p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.fc-rating {
  color: #f5a623;
}
.cdetail {
  display: inline-block;
  border: 1px solid #e6e6e6;
  color: #18254a;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 3px;
  margin-top: 20px;
}
.course-thumb a:hover, .course-box-2:hover .cdetail {
  background: #fa394a;
  border-color: #fa394a;
  color: #fff;
}
.course-grid-box {
  box-shadow: 0 1px 6px rgba(0,0,0,.15);
  overflow: hidden;
  margin-bottom: 40px;
}
.course-grid-box .course-excerpt {
  text-align: center;
  padding: 25px 20px;
}
ul.course-meta {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.course-grid-box ul.course-meta {
  text-align: center;
  border-top: 1px solid #e6e6e6;
}
.course-grid-box ul.course-meta li {
  display: inline-block;
  line-height: 49px;
  border-right: 1px solid #e6e6e6;
  padding: 0 10px;
  color: #666666;
}
.course-grid-box ul.course-meta li:last-child {
  border: 0px;
}
.course-grid-box ul.course-meta li i {
  color: #fa394a;
}
.course-grid-box .fc-rating {
  font-size: 12px;
  margin-bottom: 10px;
}
.col3 .course-grid-box h4 {
  padding: 0 25px;
}
.course-grid-box h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}
.course-grid-box h4 a {
  color: #333;
  line-height: 30px;
}
.course-grid-box h4 a:hover {
  color: #18254a;
}
.course-grid-box p {
  font-size: 14px;
  margin-bottom: 12px;
}
.course-grid-box a.cdetail {
  display: inline-block;
  border: 0px;
  color: #fff;
  background: #222;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 0px;
  margin: 0px;
  font-size: 14px;
}
.course-grid-box:hover a.cdetail {
  background: #ffd200;
  color: #000;
}
.course-grid-box:hover h4 a {
  color: #ffd200;
}
.course-grid-box.cgb-2 .course-excerpt {
  text-align: left;
  padding: 25px;
  overflow: hidden;
  height: 168px;
}
.course-grid-box.cgb-2 .fc-rating span {
  display: block;
  color: #888888;
  text-align: center;
  font-size: 14px;
}
.course-grid-box.cgb-2 .cprice {
  color: #fa394a;
  font-size: 18px;
  font-weight: 300;
}
.course-listing .course-grid-box .course-thumb {
  width: 41.66666667%;
  float: left;
}
.course-listing .course-grid-box .course-excerpt {
  width: 58.33333333%;
  float: left;
  padding: 24px 25px 0 25px;
  text-align: left;
}
.course-listing .course-grid-box .ctxt {
  min-height: 163px;
}
.course-listing.full .course-grid-box .course-thumb {
  width: 100%;
/*  float: left;*/
}
.course-listing.full .course-grid-box .course-excerpt {
  width: 100%;
/*  float: left;*/
  padding: 20px 25px 0 25px;
}
.course-thumb img{width:100%!important;}
.course-listing.full .course-grid-box ul.course-meta li {
  padding: 0 8px;
  line-height: 48px;
}

.title_bar_search{
      padding-top: 60px;
    margin-bottom: 30px;
    padding-left: 24px;
}
.title_bar_search h3{font-weight:600;}

.fl-pagination .pagination>li>a, .fl-pagination .pagination>li>span {
    position: relative;
    float: left;
    line-height: 38px;
    color: #999999;
    background-color: #fff;
    border: 1px solid #e6e6e6;}
.fl-pagination ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #0e0e0e;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    background-color: #000;
    color: #fff;}

  .fl-pagination .pagination>li.active a, .fl-pagination .pagination>li>a:hover, .fl-pagination .pagination>li>span:hover {
    background: #ffd200;
    color: #fff;
    border: 1px solid #ffd200;}


    }
.fl-pagination .pagination {
    margin: 20px 0 0;}
.fl-pagination{margin-bottom:50px!important;     width: 100%;
    float: left;
    text-align: center; margin-top:50px!important;}
.fl-pagination .pagination{display:inline-block!important;}
.fl-pagination .pagination li{display:inline!important;}
.p_right_0{padding-right:0px!important;}
.p_left_0{padding-left:0px!important;}

.bg02{background-color:#1f1e1e!important;}
.bg01{background-color:#b5b5b5!important;}
.change01.categories-view1 i{position:unset!important; background-color: transparent;
    width: auto;
    border: 0px;}



body.search-open {
  overflow: hidden;
}

.close02{
      z-index: 9999;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
    right: 32px;
    top: 12px;
    background-color: #000;
  
    width: 40px;
    height: 40px
}
.submit01{
  position: relative;
  z-index:999;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  background: white;
  border-radius: 50%;
  outline: none;
z-index:99;
}
.mar04401{
      margin-left: 10px!important;
}
.close02:hover {
  background: #ffd200;
}

.close02{
 
        font-size: 20px;
    color: #fff;
    opacity: 1;
    background-color: #000;
    width: 50px;
    height: 50px;
}

.search-box.search-elem {

  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
     background: rgb(4 4 4 / 91%);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
      z-index: 99999;
}
.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
}
.search-box.search-elem button.submit {
    z-index: 99;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 20px!important;
    height: 70px;
    padding: 10px 40px;
    background: #ffd200;
}
.close02{
  z-index: 9999;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;    z-index: 999;
    cursor: pointer;
}

.search-box.search-elem input[type=text] {
  padding: 20px;
  width:100%;
  height: 72px;
  font-size: 32px;
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #999;
  transition: border 0.3s;
  border-radius: 0;
}
.search-box.search-elem input[type=text]:focus {
  border-bottom: solid 2px #00A896;
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  color: #999;
  transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 19px;
}
.mar_top01{
  padding-top:50px;
  padding-bottom:50px;
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}
.search-btn:hover {
  color:#ffd200;
}



/**modal**/

.AppForm .container{width:100%!important; max-width:100%!important;}
.AppForm .AppFormLeft h1{
    font-size: 35px;
    color:#ffd200;
}
.modal-title{
  font-size: 35px;
    color: #ffd200;
}
.AppFormLeft input{
      padding: 13px 20px!important;
    height: auto!important;
}
.AppForm{
  padding:10px 10px!important;
}
.AppForm .AppFormLeft input:focus{
    border-color: #ced4da;
}
.AppForm .AppFormLeft input::placeholder{
   font-size: 15px;
}
.AppForm .AppFormLeft i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.AppForm .AppFormLeft a{
    color: #3a3e42 ;
}
.AppForm .AppFormLeft button{
    border-radius: 30px;
    width: 100%;
        background-color: #ffd200;
    border-color: #ffd200;
    font-size: 18px;
    padding: 5px;
    height: auto;
}

.AppForm .AppFormLeft button:hover{
    border-radius: 30px;
    width: 100%;
    color: #fff;
        background-color: #ffd200;
    border-color: #ffd200;
    font-size: 18px;
    padding: 5px;
    height: auto;
}
.AppForm .AppFormLeft p span{
  color: #007bff;
}
.AppForm .AppFormRight{
    background-image: url('http://kiranitsolutions.com/clients/Sacrostektraining/img/slide_5.jpg');
    background-size: cover;
    background-position: center;
    position:relative;
    padding:50px;
}
.position-relative{
  padding-bottom:10px;
  position:relative;
}
.imaghes01{height:400px;}
.modal .close{
      position: absolute;
    right: -1px;
    top: 1px;
    background-color: #ffb90f;
    width: 40px;
    opacity: 1;
    line-height: 10px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
}

.AppForm .AppFormRight h2{
    z-index: 1;
    color:#fff;
}
.AppForm .AppFormRight h2::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}
.AppForm .AppFormRight p{
    z-index: 1;
    color:#fff;
}

.modal_icon01 li{
  display:inline-block; margin-right:10px;
}
.modal_icon01 li a{
    width: 50px;
    height: 50px;
    display: block;
    line-height: 51px;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: #ffb90f;
}

/**end of modal**/












.page-banner-area {
  background-image: url("img/page-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover ;
  background-size: cover ;
  padding: 270px 0 150px;
}
.page-banner{}
.page-banner h1 {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 30px;
  text-align:center;
  margin-bottom: 10px;
  text-transform: uppercase;
  position:relative;

}

.frame .forgot a{
  display:none;
}

.page-banner.text-left h1 {
  float: left;
}
.page-banner.text-right h1 {
  float: right;
  text-align:left;
}
.page-banner ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.bred{padding:10px 0px; border-bottom:1px solid #ccc;}
.bred ul li a{
color:#ffd200!important;
}
.bred ul{
padding-left:10px;
}
.title_left_inner{
  color: #222222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 24px;
    text-transform: uppercase;
   
}
/*.course-text{
   margin-top:40px;
}*/

.course-text p strong{
  font-size:17px;color:#777;
}
.sidebar .pricing-action01{
  width:100%;
  display:block;
  text-align: center;
}
.Registration{
  float:right;
  font-size:16px;
      position: relative;
    top: -15px;
}

.search-widget input {
    width: 100%;
    border: 1px solid #e6e6e6;
    line-height: 52px;
    padding: 0 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;}
.search-widget textarea{
    width: 100%;
    border-bottom:1px solid #e6e6e6;
    padding: 0 15px;
    border-top: 0px!important;
    border-left: 0px;
    border-right: 0px;
    box-shadow:unset!important;
    background-color:#fff;
}
.widget{
      box-shadow: 0px 0px 5px #0000002e;
    padding: 7px;
}
.search-widget textarea:focus{
    width: 100%;
    border-bottom:1px solid #e6e6e6;
    padding: 0 15px;
    border-top: 0px!important;
    border-left: 0px;
    border-right: 0px;
}

.rigt001 .search-widget{width:300px}

    .search-widget .sbtn {
    position: absolute;
    right: 0;
    top: 0px;
    background: #ffd200;
    color: #fff;
    line-height: 53px;
    border: 0px;
    padding: 0 20px}


.bred ul li{
  display:inline-block;
  margin-right:10px;
    text-transform:uppercase;
}
.bred ul li:last-child{
  margin-right:0px!important;
}


.page-banner.text-left ul {
  float: right;
}
.page-banner.text-right ul {
  float: left;
}
.page-banner ul li {
  display: block;
  float: left;
  padding: 0 6px;
  position: relative;
}
.page-banner ul li:first-child {
  padding-left: 0;
}
.page-banner ul li:last-child {
  padding-right: 0;
}
.page-banner ul li + li::before {
  color: #fff;
  content: "/";
  display: block;
  left: -3px;
  line-height: 9px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.page-banner ul li a, .page-banner ul li span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
}
.page-banner ul li a:hover {
  color: #ffd200;
}
.mbYTP_wrapper {
  z-index: -9 !important;
}
/*-------------------------- 
  2. Feature Area
--------------------------*/
.feature-wrapper {}
.feature-left{}
.feature-right{}
/* Feature Image */
.feature-image {
  z-index: 9;
}
/* Single Feature */
.single-feature {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.single-feature:nth-child(1) {
  padding: 16px 0 15px;
}
.single-feature:nth-child(2) {
  padding: 38px 0;
}
.single-feature:nth-child(3) {
  padding: 16px 0 15px;
}
/* Single Feature Hover */
.single-feature:hover {
  background-color: #fff;
}
.single-feature::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50%;
  z-index: -1;
}
.single-feature:hover::before {
  opacity: 1;
}
.feature-left .single-feature::before {
  left: 100%;
}
.feature-right .single-feature::before {
  Right: 100%;
}
/* Left Single Feature */
.feature-left .single-feature {
  margin-right: -7px;
}
.feature-left .single-feature:nth-child(2) {
  margin-left: -15px;
  padding-right: 24px;
}
/* Right Single Feature */
.feature-right .single-feature {
  margin-left: -7px;
}
.feature-right .single-feature:nth-child(2) {
  margin-right: -15px;
  padding-left: 24px;
}
/* Featue Icon */
.single-feature .icon {
  display: block;
  margin-top: 19px;
  min-width: 36px;
}
.feature-left .icon {
  float: right;
  margin-left: 29px;
  text-align: left;
}
.feature-right .icon {
  float: left;
  margin-right: 29px;
  text-align: right;
}
.single-feature .icon i {
  color: #ffd200;
  font-size: 36px;
  display: block;
}
/* Feature Text */
.single-feature .text{}
.single-feature .text h4 {
  margin-bottom: 9px;
}
.single-feature .text p{}
/*-------------------------- 
  3. Course Area
--------------------------*/
.course-item {
  background: rgba(0, 0, 0, 0) url("img/shape/course/course-white.png") no-repeat scroll center center ;
  -webkit-background-size: cover ;
  background-size: cover ;
  overflow: hidden;
  padding: 34px 25px 40px;
  position: relative;
  transition: all 1s ease 0s;
  z-index: 1;
}
.course-item i {
  color: #ffd200;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.course-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 19px;
  padding-bottom: 19px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.course-item h4::before {
  background-color: #ffd200;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.course-item p {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* Course Hover */
.course-item:hover {
  background-image: url("img/shape/course/course-color.png");
  transform: rotate(360deg);
}
.course-item:hover i {
  color: #fff;
}
.course-item:hover h4 {
  color: #fff;
}
.course-item:hover h4::before {
  background-color: #fff;
}
.course-item:hover p {
  color: #fff;
}
/*--------------------------
  4. Video Area
--------------------------*/
.video-area {
  background: rgba(0, 0, 0, 0) url("img/section-bg/video.jpg") repeat scroll 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 195px 0;
}
.video-content {}
.video-content a {
  color: #ffffff;
  display: inline-block;
}
.video-content a:hover {
  color: #ffd200;
}
.video-content a i {
  display: block;
  font-size: 60px;
}
.video-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  margin: 30px 0 0;
  text-transform: uppercase;
}
/*--------------------------
  5. Instructor Area
--------------------------*/
.instructor-details{}
.instructor-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.instructor-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.instructor-details p {
  margin-bottom: 17px;
}
.instructor-social{}
.instructor-social a {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: block;
  float: left;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  width: 35px;
}
.instructor-social a i {
  display: block;
  font-size: 18px;
  line-height: 33px;
}
.instructor-social a:hover {
  background-color: #ffd200;
  border-color: #ffd200;
  color: #fff;
}
.instructor-image {
  margin-top: 74px;
}
.instructor-image img {
  width: 100%;
}
/* Instructor Tab List */
.instructor-tab-list {
  float: left;
  margin-top: -127px;
}
.instructor-tab-list li {
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 12px;
  width: 115px;
}
.instructor-tab-list li:last-child {
  margin-right: 0;
}
.instructor-tab-list li a {
  display: block;
  position: relative;
}
.instructor-tab-list li a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.instructor-tab-list li a:hover::before, .instructor-tab-list li.active a::before {
  opacity: 0.5;
}
.instructor-tab-list li a::after {
  background-color: #dddddd;
  border-radius: 50%;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
}
.instructor-tab-list li a:hover::after, .instructor-tab-list li.active a::after {
  opacity: 1;
}
.instructor-tab-list li a img {
  width: 100%;
}
/*--------------------------
  6. FAQ Area
--------------------------*/
.faq-image {
  margin-top: 75px;
}
.faq-image img {
  width: 100%;
}
/*--------------------------
  7. Call To Action Area
--------------------------*/
.cta-area {
  background-color: #ffd200;
}
.call-to-action{}
.call-to-action h3 {
  color: #fff;
  display: block;
  float: left;
  font-weight: 600;
  font-size:17px;
      line-height: 29px;

  margin: 0;
  text-transform: uppercase;
}
.call-to-action a {
  float: right;
}
/*--------------------------
  8. Contact Area
--------------------------*/
/*#contact-map {
  height: 530px;
}*/
.contact-info{}
.contact-info .single-info{}
.contact-info .single-info + .single-info {
  margin-top: 45px;
}
.contact-info .single-info .icon {

  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  height: 44px;
  margin-left:0px;
  margin-right: 10px;
  text-align: center;
  width: 44px;
}
.srach01{
      width: 90px;
}
.srach h3{
  font-size:20px;
  font-weight:600;
}
.contact-info .single-info .icon i {
  display: block;
  font-size: 35px;
  line-height: 27px;
  color:#ffd200;
}

.bor1{
      border-top: 1px solid #f1f1f1;

}
.box_color_information01{
    padding: 10px 20px;
}
.box_color_information01 .content p{
color:#666;
}

.color_from001 .input span input{
  border:1px solid #ccc!important;
  height:auto!important;}

.color_from001 .input span textarea{
  border:1px solid #ccc!important;
  height:90px!important;
  padding: 10px!important;
}

.color_from001 .input{
  margin-bottom:30px!important;
}

.contact-info .single-info .content{}
.contact-info .single-info .content h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact-info .single-info .content p{}
.contact-info .single-info .content p a {
  display: block;
}
.contact-info .single-info .content p a:hover {
  color: #ffd200;
}
/*--------------------------
  9. Dark Version Style
--------------------------*/
.dark-wrapper .bg-white, .dark-wrapper.bg-white {
  background-color: #1e2127;
}
.dark-wrapper .bg-gray, .dark-wrapper.bg-gray {
  background-color: #252830;
}
.dark-wrapper .overlay-white::before, .dark-wrapper.overlay-white::before {
  background-color: #000;
}
.dark-wrapper p, .dark-wrapper span {
  color: #d0d0d0;
}
.dark-wrapper h1, .dark-wrapper h2, .dark-wrapper h3, .dark-wrapper h4,  .dark-wrapper h5, .dark-wrapper h6, .dark-wrapper a {
  color: #fff;
}
.dark-wrapper .section-title::before, .dark-wrapper .section-title::after {
  background-color: #444;
}
/* Course Form */
.dark-wrapper .find-course-form h5 span {
  color: #555555;
}
/* Feature */
.dark-wrapper .single-feature:hover {
  background-color: #1e2127;
}
.dark-wrapper .single-feature::before {
  background-color: #1e2127;
}
/* Funfact */
.dark-wrapper .single-facts i {
  color: #d0d0d0;
}
.dark-wrapper .single-facts h1::before {
  background-color: #d0d0d0;
}
/* Course */
.dark-wrapper .course-item {
  background-image: url("img/shape/course/course-dark.png");
}
/* Gallery */
.dark-wrapper .gallery-filter button::before, .dark-wrapper .gallery-filter button::after {
  background-color: #d0d0d0;
}
.dark-wrapper .gallery-filter button {
  color: #d0d0d0;
}
/* Testimonial */
.dark-wrapper .ts-arrows {
  color: #fff;
}
/* FAQ */
.dark-wrapper .panel-group .panel {
  background-color: #252830;
}
/* Blog */
.dark-wrapper .blog-item .meta p {
  color: #d0d0d0;
}
.dark-wrapper .blog-item .title a {
  color: #fff;
}
.dark-wrapper .category-sidebar ul li a {
  color: #fff;
}
/* Contact */
.dark-wrapper .form .input input[type="text"], .dark-wrapper .form .input input[type="email"], .dark-wrapper .form .input input[type="tel"], .dark-wrapper .form .input input[type="password"], .dark-wrapper .form .input input[type="search"], .dark-wrapper .form .input input[type="url"], .dark-wrapper .form .input textarea {
  color: #fff;
}
/* Other */
.dark-wrapper .pagination ul li a {
  color: #fff;
}

.logo{width:230px;}
.pricing-action01{
         background-color: #3e3e3e;
    color: #fff;

    font-weight: 600;
    line-height: 24px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 12px;
}
.box_main01{margin-bottom:20px;}
.pricing-action01:hover{color:#ffd200!important; transition:0.4s;}
.box_main{
      text-align: left;
    width: 100%;
    margin: auto;

}
.footer_logo{
  margin-bottom:40px;
}
.link_footer li a{    color: #ffffff;
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase; transition:0.4s;}
.link_footer li a:hover{
  color:#ffd200!important;
   transition:0.4s;
}
.link_footer li{line-height:30px;}

.main_cust .dropdown-toggle{
  background-color: #ffd200!important;
  font-size:16px;
  font-weight:600;
}

.scrollable-menu {
    width: 355px;
    height: auto;
    max-height: 218px;
    overflow-x: hidden;
}
.haed_bar{
      box-shadow: 0px 0px 5px#000;
}
  .scrollable-menu::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 10px;        
    }    
    .scrollable-menu::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: lightgray;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
    } 
}
.main_container_10{
  padding-bottom:70px;
}
.wrap_box ul {
    padding-left: 0;
    list-style: none;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;}
    .wrap_box ul li {
    float: left;
    width: calc(100% /4);
    padding-left: 15px;
    padding-bottom: 13px;
    padding-right: 15px;
    text-align: center;}

  .box_wrap01 {
    border: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
    box-shadow: 10px 10px 30px rgba(115, 128, 157, 0.5) !important;
        min-height: 250px;
  
}
.box_wrap01 img {
    width: 100%;}
    .titile_box h3 {
    font-size: 15px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;}

.wrap_box{
  margin-top:40px;
  margin-bottom:70px;
}
.main_cust li a{
      display: block;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    text-transform: capitalize;
    transition:0.4s;
}
.dropdown a:focus{color:#fff!important;}


.main_cust .dropdown-menu li a:hover{
    background-color:#ffd200;
  color:#fff;
  transition:0.4s;
} 
.footer_logo{
  padding-top:0px!important;
  padding-left:0px!important;
      margin-bottom: 18px!important;
}

.footertop{
      position: relative;
    top: 21px;

}

.input_box01{text-align: center; width:500px; margin:auto; position: relative;}
.input_box01 input{width:100%;     padding: 10px 22px;     padding-right: 116px;}
.btn_input{
position: absolute;
    right: 0px;
    padding: 22px;
    top: 1px;
    line-height:0px;
    bottom: 0px;
        background-color: #ffd200;
    border: 1px solid #ffd200;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.mar01{margin-bottom:0px;  padding: 35px 0px;

}


.input_wrap input, textarea {
    background: #fff;
    color: #333;
    padding: 10px;

      border: 0px;
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid #ccc;

    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 12px 12px;
    font-size: 14px;
    border-radius: 0px!important;
    line-height: 1.428571429;
    color: #555;

    background-image: none;

    border-radius: 4px;}
 .mar_b01{width:100%!important;}
 .mar_b01 input{width:100%!important;}
.btn_submit{
      background-color: #ffd200!important;
    border: 1px solid #ffd200!important;
    border-radius: 0!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 13px!important;
    font-weight: 700!important;
    height: 41px!important;
    line-height: 33px!important;
    padding: 0 20px!important;
    text-transform: uppercase!important;
    margin-bottom:0px!important;
}


.full_form .input_wrap {
    width: 50%;
    float: left;
    padding: 0px 5px;
}
.wpcf7-phonetext{
  margin-bottom:20px!important;
}
.width_full_100 {
    width: 100%!important;}
.wpcf7-textarea {
    height: 90px !important;
    margin-top: 0px !important;}
.full_form{
   padding-left: 0;
    list-style: none;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;

}
.images_wrap{margin:40px 0px;}

.text_wrap_form{
        margin: 40px 0px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 40px;
    padding-bottom: 52px;
}
.title_left{
      color: #222222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.title_left_inner{
      color: #222222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.blog-wrapper {
    margin-top: 70px;}
    .blog-page{
      padding-bottom:70px;
    }
.box_main0101 h3{
      color: #222222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.box_main0101 p{
   font-size: 16px;
    font-weight: 500;
}
.mar_tip01{
  margin-top:0px!important;
}

.images_cut{
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}


/*New section css */
.header-top-right a:hover{
color:#ffd200!important;
transition:0.4s;
}
.login{padding-right:10px;}
.bg-gray01{
  background-color:#333;
}
.bgo01{
  background-color:#fff;
 padding:60px;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.feature-image{
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);

}
.box_main010{width:60%; margin:auto; text-align: center; }
/*end of New section css */


.shadbrdr .images_wrap{
  position: sticky;
  top:150px;
  z-index:9
}
.phonetext-512 .allow-dropdown{
  margin-bottom:20px!important;
}
.srach .widget{
  padding:0px;
  box-shadow:unset;
}
.search-widget form{position:relative;}

.table {
 margin-top:0px;
  background-color:#c5c5c5!important;
  color:#fff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  padding:13px!important;
  color:#000;
  text-align: center;
}
.bg01{
  background-color:#8e8e8e;
}
.main_cust{width:100%;}
.rigt001{
  float:right!important;
}
.table-hover>tbody>tr:hover{
  background-color:#dcdcdc;
}

div.wpcf7 .ajax-loader{
  position: absolute;
}

.table_Registration{
    position: unset!important;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 12px;

}
.table tr th{
 text-transform:uppercase;
}
.text_right01{
  text-align:right;
}
.text_right01 .pagination {
  text-align:right;
      margin-top: 10px;
}

.text_right01 .pagination ul li a{
text-align: center;
}

.course-text h3{
  font-size:24px; font-weight:600;
  margin-top:20px;
}



.title_left_inner{
  position:relative;
  color: #222222;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.title_left_inner:before{
  content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 2px;
    background-color: #232220;
}

.course-text ul li {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px; padding-left:20px; position:relative;}

.box_wrap_01 h2{
      font-size: 20px;
    font-weight: 600;
}
.mar_ro{margin-bottom:50px;}
.xzopro-post-thumb img{width:70%;}
.xzopro-post-thumb {text-align: center;}
.single-blog-post{
      min-height: 475px;
      box-shadow: 0px 0px 10px #00000075;
        margin-bottom:20px;
}

.entry-content h3{
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
}


.text_contnet_box{
      padding: 0px 15px;
}
.entry-content h2{font-size:20px; font-weight:600;}

.box_wrap001{
  padding:10px;
}

.title h4{
      font-size: 20px;
    font-weight: 600;
}


.title_left_inner span{
  color:#ffd200!important;
}
.course-text ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ffd200;
    font-size: 14px;
    margin-right: 12px; position:absolute; top:0px; left:0px;}
.search-widget .box_from{
  margin-bottom:10px;
}


.box_chapet{
      margin-left: 20px;
}

.dropdown-toggle{
     padding: 15px 40px!important;
}
.table tr th{
  background-color:#e2e2e2;
}








.pagecontainer {
  width: 1200px;
  margin: 0 auto;
}
.pagecontainer ul {
  padding: 0;
}
.headerimagecontainer {
  background-image: url('//s3-us-west-2.amazonaws.com/ec-cdn-content/ec-image-resources/2041490817_erincrew.jpg');
  height: 540px;
  position: relative;
}
.headercontent {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.headercontent h1 {
  font-size: 3.750em;
  font-family: 'Oswald', 'Arial Narrow', 'Trebuchet MS', sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  margin-bottom: 20px
}
.headercontent img {
  margin-top: -15px;
}
.benefitscontainer {
  margin-top: 50px;
}
.headercontent p,
.benefitscontainer p {
  font-size: 15px;
  font-family: 'Montserrat', 'Verdana', 'Geneva', sans-serif;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 50px;
}
.headercontent p {
  width:60%;
}
.headercontent span {
  color: #e57177;
}
.headercontent a {
  font-size: 14px;
  font-family: 'Montserrat', 'Verdana', 'Geneva', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
  cursor: pointer;
  background-color: #A9C74B;
  border: none;
  border-radius: 0;
  color: white;
  text-align: center;
  padding: 20px 40px;
  text-decoration: none;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.headercontent a:hover {
  background: #93AD41;
}
.benefitscontainer {
  text-align: center;
}
.benefitscontainer ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.benefitscontainer h2, .current-openings h2 {
  font-size: 30px;
  font-family: 'Oswald', 'Arial Narrow', 'Trebuchet MS', sans-serif;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-align: center;
}
.benefitscontainer h3 {
  font-size: 16px;
  font-family: 'Montserrat', 'Verdana', 'Geneva', sans-serif;
  color: #6d6e71;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#bottom-adjustment {
  margin-top: 20px;
}
#location {
  margin-top: 0;
}
.benefitscontainer p {
  color: #6d6e71;
}
.benefitscontainer span {
  font-size: .75rem;
}
.benefitscontainer li {
  width: 20%;
  margin-bottom: 50px;
  list-style: none;
}
.benefitscontainer img {
  width: 30%;
}
.variable-width button {
  display: none !important;
}
.variable-width img {
  margin: 0 15px;
}
.overall-carousel {
  overflow: hidden;
}
.ribbons-total {
  display: flex;
  justify-content: center;
  margin-bottom: -1.4em;
}
aside {
  line-height: 40px;
  position: relative;
}
aside.ribbons {
  background-color: #ffd200;
  width: 18em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  z-index: 200;
  margin-right: 2em;
}
.ribbons a, .grey-ribbon a {
  cursor: pointer;
}
.ribbons:after{
  border-width: 20px 10px 20px 0;
  border-color: #ffd200 transparent;
  right: -10px;
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box{
      color: #868282!important;
}
.ribbons:before, .grey-ribbon:before {
  border-width: 20px 0 20px 10px;
  left: -10px;
}
.ribbons:before {
  border-color: #ffd200 transparent;
}
aside:before, aside:after {
  content: '';
  position: absolute;
  border-style: solid;
}
aside.grey-ribbon {
  background-color: grey;
  width: 18em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  z-index: 200;
  margin-left: 2em;
}
.grey-ribbon:after{
  border-width: 20px 10px 20px 0;
  border-color: grey transparent;
  right: -10px;
}
.grey-ribbon:before {
  border-color: grey transparent;
}
.current-openings {
  margin: 3.5em 0;
}
#whr_embed_hook {
  width: 75%;
  margin: auto;
}
.mar011{
  margin-bottom:40px;
}



.whr-info {
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
  margin-right: 2.5em;
}
.whr-info span {
  display: none;
}
.whr-item {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.whr-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.whr-title a {
  color: #e57177;
}
.whr-location, .whr-date {
  font-size: 16px;
  margin-bottom: 5px;
}
.job-labels {
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
  width: 75%;
}
.whr-dept, .department {
  display: none;
}
.location {
  padding-left: 3em;
}

.so_icon ul li{
 display:inline-block;
 margin-right:10px;
}
.so_icon{
margin-left: 0px;
    margin-top: 20px;
}
.so_icon ul li{
  border:1px solid #ffd200;
    border-radius: 50px;
    color: #fff;
    display: block;
    float: left;
    height: 44px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    text-align: center;
/*    transform: rotate(45deg);*/
    width: 44px;

}

.so_icon ul li a{
      font-size: 28px;
    position: relative;
    top: 8px;
        color: #ffd200;
         transition:0.4s;
}
.so_icon ul li a:hover{
  color:#000;
  transition:0.4s;
}
.traning01{
  margin-bottom:40px;
}


.sub-menu li a{
  font-size:16px!important;
}

.blog-page{
  padding:80px 0px;
}
.widget_xzopro-latest-post{
  padding:30px;
}
.recent-news-widget h6{
  font-size:20px;
}
.widget-title{
      font-size: 25px;
    font-weight: 600;
}
.blog-title{
  margin-top:30px;
}
.text_contnet_box h3{
          font-size: 20px!important;
    color: #292929!important;
    margin-bottom: 15px;
    display: block;
    margin-top: 30px;
    font-weight: 600;}




.footer_bottom_bar{
  background-color: #000;
    padding: 10px 0px;
        position: fixed;
    bottom: 0px;
    z-index: 9;
    left: 0px;
    right: 0px;
    width: 100%;
    display:none;
  transition: all 1s ease 0s;
}

.shadbrdr .footer_bottom_bar{
  display:block;

}


#box {
  width:100%;
  z-index:10;
  position:relative;  
}
#box .widget{
  padding:0px!important;
}
#box form {
    width: 100%;
    background: #000000;
    padding: 21px;
    display: none;
    position: absolute;
    bottom: 38px;
}
.search-widget textarea:focus{
  background-color:#fff!important;
}
#box .icofont-ui-contact-list{
     font-size: 18px;
    position: relative;
    top: 0px;
      left: 10px;
}

#form h1{
      color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
#button {
    text-align: right;
    width: 100%;
    display: block;
    background-color: transparent;
    color: #fff;
    padding: 0px 17px;
    bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
.boost01{
  position:unset!important;
}
#box input[type="submit"] {
  background:none;
  color:#fff;
  border:none;
  text-align:left;
  cursor:pointer;
}

.course-input{
  position:relative;
}



#boxs {
  width:100%;
  z-index:10;
  position:relative;  
}
#boxs .widget{
  padding:0px!important;
}
#boxs form {
    width: 100%;
    background: #000000;
    padding: 21px;
    display: none;
    position: absolute;
    bottom: 9px;
}
.search-widget textarea:focus{
  background-color:#fff!important;
}
#boxs .fa-angle-down{
      float: right;
    font-size: 38px;
    position: relative;
    top: -7px;
}
#buttons {
    width: 100%;
    display: block;
     background-color:transparent;
    color: #fff;
    padding: 0px 17px;
  bottom: 0px;
    cursor: pointer;
    position: absolute;
    top: 0px;
}
.boost01{
  position:unset!important;
}
#boxs input[type="submit"] {
  background:none;
  color:#fff;
  border:none;
  text-align:left;
  cursor:pointer;
}



.footer01{
padding:0px;
list-style:none;
margin:0px;
}
.footer01 li{
  display:inline-block; margin-right:10px;
}
.footer01 li a{
  color:#fff;
  font-size:15px;
}
.footer01 li i{
font-size:17px;
}
.main_cust .widget{
  padding:0px;
  box-shadow:unset;
}



@media (max-width: 1199px) {
  .pagecontainer {
    width: 100%;
  }
  #whr_embed_hook, .job-labels {
    width: 75%;
    margin: 2em auto;
  }
}

@media (max-width: 1099px) {
  .di01{display:none;}}


@media (max-width: 900px) {
  .bgo01{padding:20px;}
  .di01{display:none;}
  .benefitscontainer li {
    width: 45%;
    margin-bottom: 0;
  }
  #ul2 {
    margin-top: 0;
  }
  .location {
    padding-left: 3em;
  }
}
@media (max-width: 780px) {
  .slide-text{
    top:unset!important;
  }

  .whr-info {
    width: 55%;
  }
  .location {
    padding-left: 5em;
  }
}
@media (max-width: 767px) {
  .overall-carousel {
    display: none;
  }
  #whr_embed_hook, .job-labels {
    width: 95%;
  }
}
@media (max-width: 568px) {
  .whr-info {
    margin: 1em auto;
    width: 100%;
  }
  #whr_embed_hook, .job-labels {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .text_done01{ display:inline-block!important;}
  .headercontent h1 {
    font-size: 2em;
  }
  .headercontent img {
    width: 30%;
  }
  .benefitscontainer li {
    width: 75%;
    margin-bottom: 0;
  }
  #whr_embed_hook, .job-labels {
    width: 95%;
    margin: 2em auto;
  }
  .location {
    padding-left: 0;
  }
}








@media only screen and (max-width: 768px) {
     .wrap_box ul li {
    float: left;
    width: calc(100% /2);}
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}


@media only screen and (max-width: 500px) {
     .wrap_box ul li {
    float: left;
    width: calc(100% /1);}
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/*//////////////sandeep////////////////*/
.modal-open .modal {
    overflow-x: hidden!important;
    overflow-y: auto!important;
    z-index: 9999999999999999!important;
}
/*//////////////sandeep////////////////*/

.thisisnewsadfasss ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ffd200;
    font-size: 14px;
    margin-right: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.postid-1176 .box_main010 {
    width: 100%; 
    margin: auto;
    text-align: center;
}