/* image overlay */
.content {
  position: relative;
  width: 100%;
  margin: auto;
}
.clr_head
{
  color:#874913;
}

li
{
    display: flex;
    text-align:justify;
}
.carousel-caption
{
  padding: 250px;
  bottom: 0%;
  height: 100%;
  width: 100%;
  left: 0%;
}
.br_1
{
  border-right: 1px solid #00000024;
  }
.bdr_none:hover {
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 1s;
}
.bg_records
{
    background: #069c0352;
    padding: 6px;
}
.p_align
{
  text-align: justify;
  font-size: 14px;
}
.clr_1
{
  color:#111111 !important;
}
.btn_pad
{
  padding: 9px 35px 9px 35px;
  background-color: #874913;
  color: #fff;
  border: none;
  border-radius: 26px;
  border: 1px solid #874913;
}
.btn_pad:hover {
  background-color: rgba(0, 0, 0, 0.31);
  color: #fff;
  transition:1s;
  border: 1px solid #874913;
}

.btn_pad1
{
  padding: 9px 35px 9px 35px;
  background-color: #874913;
  color: #fff;
  border: none;
  border-radius: 26px;
  border: 1px solid #874913;
}
.btn_pad1:hover {
  background-color:transparent;
  color: #874913;
  transition:1s;
  border: 1px solid #874913;
}

.bb
{
  border-bottom: 1px solid #fff;
}

.content .content-overlay {
  background:#8d5c31c7;
  position: absolute;
  height: 95%;
  width: 96%;
  left: 7px;
  top: 7px;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  text-align: center;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/* image overlay */

.ptb-10
{
  padding-top:25px;
  padding-bottom:10px;
  text-align: justify;
}


.img_300 {
  width: 300px;
}

.btn-clr
{
  padding: 8px 36px 8px 36px;
  color: white;
  border: none;
  background-color:#332f6a;
  float:right;
}
.txt-black
{
  color:black !important;
}

.p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.float-right{
  float: right;
}

.w-168
{
  width: 152px;
  height: 89px !important;
}
.next
{
  font-size: 29px;
  padding: 0px 19px 0px 19px !important;
}

.clr-or
{
  background-color: #e87817;
    color: white;
    border-radius: 0px !important;
    padding: 13px 59px 11px 49px !important;
    transition: 3s;
}
.text-quicksand
{
  font-family: 'Quicksand', sans-serif;
}
.hov1{

  color:white;
  border-radius: 3px;
}
.hov1:hover
{
  /*background-color: #50af2f !important;*/
    color: white;
    transition: 1s;

}
.clr-org:hover
{
  background-color: #50af2f;
}
.carousel-item{
  transition: 0.5s !important;
}
.text-justify{
  text-align: justify;
}
.bg-hov
{
color:#111;

}
.bg-hov:hover
{
  background-color:#c4620ede;
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color:white;
  /* padding: 5px 9px 9px 9px; */
}
.bg-hov
{
  transition:  1s;
}
.pt-40
{
  padding-top:40px;

}
.p-20
{
  padding: 20px;
}
.mb-60
{
  margin-bottom: 60px;
}

.mt-20
  {
margin-top:19px;
  }
.p-6
{
  padding: 6px;
}
.pt-50
{
  padding-top: 50px;
}
.pl_3
{
  padding-left: 5px !important;
  padding-top: 2px;
  vertical-align: bottom !important;

}
.w-55
{
  width: 55px;
}
.p-10
{
  padding: 10px;
}
.pt-30
{
  padding-top: 30px;
}
.pt-60{
  padding-top: 60px;
}

.pl-80
{
  padding-left: 80px !important;
}
.pr-40
{
  padding-right:40px !important;
}
.bt-10
{
bottom: -30px !important;
}
.inline-block
{
  display: inline-block;
}
.mb-20
{
  margin-bottom: 20px;
}
.mt-60
{
margin-top: 60px;
}
.bg-gray{
  background-color:#fafafa;
}
.br-o
{
  border: #ec8834;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 23px 0 rgba(0, 0, 0, 0.19);
}
.cl-or
{
  border: 1px solid orange;
  border-radius: 60%;
  padding: 6px;
  width: 0% !important;
}
.pd-45
{
  padding-top: 45PX;
}
.black
{
  color:black !important;
}
.rblue
{
color:#291770;
}
#bg-g .active
{
  background-color: #e87817 !important;
}
.p-10:hover{
  color: #131313 !important;
}

/*     testimonials */

.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;

}
a:hover > .ico {
    background-color: #666;
}
.br-r{
border-radius: 50%;
}
.scroll-top-wrapper {
  position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
background-color: #332f6a;
color: #eeeeee;
width: 50px;
height: 50px;
line-height: 48px;
font-size: 13px;
right: 30px;
bottom: 30px;
padding-top: 0px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
/*background-color: #57b038;*/
  color: #f0b202;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 0.8;
  border-radius: 50%;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}
.clr-black
{
  color: #464646;

}
.fa-circle
{
  color: #332f6a !important;
  margin-right:10px;
  font-size:10px ;
  margin-top: 8px !important;
}
.f-14
{
  font-size: 14px;
}
.ml--37{
  margin-left: -37px;
}
.mb--2
{
  margin-bottom: -2px;
}

.bdr-btm2
{
  border-bottom:solid 3px blue;
  width:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.w_80
{
  width:80% !important;
}

.clr_blue
{
  color: #332f6a !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.fs-22
{
  font-size: 22px;
}
.para_align
{
  font-size: 14px;
  line-height: 26px;
}
.img12
{
  vertical-align: bottom !important;
}
/*.carousel-control-next-icon {*/
/*    background-image: url(../images/right_arrow.png);*/
/*    width: 50px;*/
/*    height: 45px;*/
/*}*/
.carousel-control-prev-icon {

}
.carousel-indicators .active {
  background-color: #05035d;
  border: 1px;
}
.carousel-indicators li:hover {
/*
  background-color: #028273;
    border:none;
*/
}
.img-80
{
  max-width: 80% !important;
}

.logo_blue_background {
  background-color: #332f6a;
  padding: 20px 20px;
}
.border_button {
  border: 1px solid #fff;
  padding: 10px 10px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  transition: 0.8s ease-in-out;
}
.border_button:hover {
  border: 1px solid transparent;
  background-color: #d5bc8f;
  color: #fff;
}

.head_clr{
    color:#ce9902 !important;
    line-height: 26px;
}
.p_align{
    line-height:26px ;
    font-size: 14px;
}

.white:hover
{
    color:#332f6a;
    transition: 0.5s;
}

.white
{
    color:#fff !important;
}
.fff
{
  color:#fff;
}
.blue
{
    color:#332f6a;
}
.lt_records
{
    background: #e3e3e3;
    padding: 6px;
    min-height: 300px;
}
.lt_records img
{
    width: 100%;
    height: 230px;
}
.lt_records p
{
    margin-bottom: 0px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.btn_rec
{
    background: #201f55;
    color: #fff;
    border:1px solid #201f55;
    padding: 13px;
    cursor: pointer;
}
.btn_rec:hover{
     background: #fff;
    color: #201f55;
    border:1px solid #201f55;
    padding: 13px;
    transition: 0.3s;
}
.record_content h3 {
  color: #fff;
  font-size: 18px;
  width: 100%;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-indicators li {
  height: 10px;
  cursor: pointer;
  border-radius: 100%;
  width: 10px;
  border: 1px solid #f3f3f3f2;
  background-color: transparent;
}
/*.carousel-indicators li {*/
  /*background-color: #ffffffd9 ;*/
/*}*/
.elite_logo_part img {
  width: 200px;
}

.hr2
{
  width: 106%;
  background-color: #332f6a !important;
  height: 5px;
}
.to_apply, .m_app, .a_now
{
  background: #ffffff;
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color:#201f55;
  border-left: 4px solid #01264ce0;
}
:focus
{
  outline: none;
}
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}

/*image overlay*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #332f6a;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.ui-page .ui-page-theme-a {
    outline: none;
  }
/*   Media    */

@media only screen and (max-width:600px)
{
  .img-100
  {
    width:100%;
  }
}
@media only screen and (max-width:900px)
{
  .img1-100
  {
    width:100%;
  }
}

@media only screen and (min-width:1200px)
{
  .d-md-block
  {
    /*padding: 177px;*/
  }
}

@media only screen and (min-width:320px) and (max-width: 1440px){
  .imgres
  {
width: 320px;
  }
  }

@media only screen and (min-width:400px) and (max-width: 500px){

.imgres
  {
    margin-left: 50px;
}

}

@media only screen and (min-width:500px) and (max-width: 640px){

  .imgres
    {
      margin-left: 90px;
  }

  }

  @media only screen and (min-width:650px)
{
  .img1-100
  {
    padding-left: 15px;
  }

}

@media only screen and (max-width:580px)
{
#testimonials
{
  text-align: center;
}
.record_content h3 {
    font-size: 12px;
  }
  .border_button {
    padding: 6px 6px;
    font-size: 12px
  }
  .logo_blue_background {
    background-color: #332f6a;
    padding: 10px 10px;
}
}
@media only screen and (max-width:500px)
{
.bt-4
{
  bottom: -4px !important;
}
}
@media only screen and (min-width:570px) and (max-width:639px){
  #apj
  {
    text-align: center;

  }
}
@media only screen and (min-width:1100px){
.pl-45
{
  padding-left: 70px !important;
}
}
@media only screen and (max-width:575px){
  .grad2{
height: 684px;
  }
}

@media only screen and (max-width:767px){
  .img_res {
    width: 400px !important;
  }
  .d_none
  {
    display:none;
  }
  .bdr_none
  {
    border-right: none;
  }
}
@media only screen and (max-width:991px){
  .hovereffect h2 {
    font-size: 14px;
  }

}
@media only screen and (max-width:992px)
{
  .applyy {
    padding-top: 25px!important;
  }
}
@media only screen and (max-width:768px){
  .img-80{
    display: none;
  }
  .tableDash{
    padding: 10px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  .img-80 {
    margin-top: 100px;
    max-width: 200px !important;
  }
  .carousel-caption {
    padding: 153px;
  }
}



.top-user-button .col-md-3{
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ad8000;
}
.top-user-button .col-md-3 a{
  color: #ad8000;
}
.top-user-button .col-md-3:hover{
  background-color: #ad8000;
}
.top-user-button .col-md-3:hover a{
  color: #fff;
}
.table thead th{
  font-size: 16px;
  font-weight: 500;
}
.table thead tr{
  background: #edecff;
}
.table thead th{
  font-size: 16px;
  font-weight: 500;
}
.table tbody td{
  padding: 10px;
  font-size: 14px;
}

.apply-view{
  margin-top: 25px;
}
.apply-view table{
  border-radius: 0px;
  box-shadow: none;
}
.apply-view thead tr{
  background-color: #efefef;
}
.apply-view tbody td{
  border:1px solid #eee;
}
.apply-comment-list{
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}
.apply-comment-list img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  float: left;
}
.apply-comment-list h4{
  font-size: 20px;
  margin: 0px;
  color: #201f55;
}
.apply-comment-list h6{
  font-size: 14px;
  margin: 2px 0px;
  color: #979797;
}
.apply-comment-list p{
  margin: 15px 0px 0px 15px;
  color: #575757;
}
.apply-comment-list span a{
  font-size: 14px;
  color: #999999;
}
.apply-comment-list .comment-title{
  padding: 4px;
  margin-left: 60px;
}
.apply-record-info{
  padding: 15px;
  width: 100%;
  background-color: #f5f5f5;
}
.apply-record-info p{
  font-size: 12px;
  margin: 0px;
  color: #201f55;
}
.apply-record-info h6{
  font-size: 16px;
  margin: 0px;
  color: #666;
  margin-bottom: 10px;
}
.gallery_content input{
    border-radius: 0px;
    border: 1px solid #ccc;
}
.gallery_content button, .gallery_content button:hover{
  color: #fff;
  background-color: #201f55;
  border: 1px solid #201f55;
  border-radius: 0px;
}
.gallery_content h3{
    font-size: 28px;
    margin: 0px;
    color: #201f55;
}
.gallery-list{
  background-color: #efefef;
  padding: 10px;
  min-height: 90px
}
