.main-holder {
    background-color: #f5f5f5;
}

.site-name {
    display: block !important;
    padding: 20px 0;
}

.site-name a {
    color: #000;
    font-size: 22px;
    font-family: 'gotham_medium';
}

.inner-content {
    padding-bottom:50px; 
}

.clear {
    clear: both;
}
 
 .page-title-custom {
    margin: 0 0 10px 0;
    font-size: 19px; 
    font-family:600; 
}
 div.welcome {
    padding: 10px 10px;
}

.table-inner{
border:1px solid #eee;
}
.table-inner .thead{
background:#212831;
color:#eee;

text-align: center;  
}

.table-inner .thead th{
	    border-radius:0px; 
	padding:5px;
	color:#eee;
	    text-align: center;
}
.table-inner  td{
padding:5px;
    text-align: center;
}


.banner{
    background: url(../img/banners/admissions.jpg) no-repeat center center;
    background-size: cover;
} 

.banner {
    height: 540px;
    position: relative;
    /* margin-bottom: 60px; */
}

.banner {
    background-size: cover!important;
}

.banner .wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
}
.wrapper {
    width: 1141px;
    margin: 0 auto;
    position: relative;
}

.banner .wrapper .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    height: 94px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.banner .wrapper .caption .inner {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 0 20px;
}

.banner .wrapper .caption h1 {
    line-height: 40px;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb {
    float: left;
    width: 100%;
    background-color: #2059a8;
    padding: 10px 0;
    color: #fff;
    margin: 0 0 65px;
    text-transform: unset;
        border-radius:0px;
}
.banner.new .breadcrumb:before {
    content: ' ';
        margin:0;
            display:block;
}
.banner.new a{
    color:#fff !important; 
}
.banner.new  span{
     color:#fff !important; 
}
.banner:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 94px;
    background: rgba(20,26,36,0.66);
}

.banner .wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
}
.wrapper {
    width: 1141px;
    margin: 0 auto;
    position: relative;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.double-blks .blk:nth-child(1) {
    padding-right: 20px;
}
.double-blks .blk {
    margin-left: 20px;
    width: calc(50% - 20px);
    float: left;
}

.double-blks {
    margin-left: -20px;
}

 
 .double-blks .blk:nth-child(2) {
    padding-left: 20px;
}

.middle-banner img {
    width: auto;
    min-height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.middle-banner {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
}

br.px-50 {
    content: " ";
    display: block;
    margin: 50px 0 0;
    line-height: 50px;
}

.common-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #3e3e3e;
    margin-bottom: 50px;
    font-family: "PT Sans", sans-serif;
}

.common-title:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border-bottom: 5px solid #3e3e3e;
}

.quick-links {
    margin-left: -20px;
}

.quick-links .link {
    float: left;
    width: calc((100% / 4) - 20px);
    height: 61px;
    position: relative;
    opacity: 1;
    margin-left: 20px;
    margin-bottom: 20px;
    transition: .2s all;
    -webkit-transition: .2s all;
    background: #ced8e0;
}

.quick-links .link i {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #2059a8;
}
.quick-links .link span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    /* background: url(../../../uploads/newimage/quick-link.png) no-repeat center top; */
    background-size: 27px;
}


.quick-links .link span {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px 0 70px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
.quick-links .link span.apply {
    /* background: url(../../../uploads/newimage/icons/apply.png) no-repeat center top; */
    background-size: 20px;
}

.quick-links .link:nth-child(even) i {
    background: #001b48;
}

@media screen and (max-width: 1141px){
    .wrapper {
    width: 100%;
    padding: 0 20px;
}

}


@media screen and (max-width: 1000px){
    .banner {
    height: 465px;
    background-position: center!important;
    margin-bottom: 133px;
}
.banner .wrapper .caption {
    height: 130px;
}

.banner .wrapper .caption h1 {
    line-height: 35px;
    font-size: 35px;
}

}

@media screen and (max-width: 750px){
    .double-blks .blk {
    padding: 0;
    width: calc(100% - 20px);
}
.double-blks .blk:nth-child(1), .double-blks .blk:nth-child(2) {
    padding: 0;
}

}



@media screen and (max-width: 550px){
    .banner {
    height: 420px;
    background-position: center!important;
}

.banner .wrapper .caption {
    height: 115px;
}
.banner .wrapper .caption h1 {
    line-height: 30px;
    font-size: 25px;
}

.double-blks {
    margin-left: 0px!important;
}

.common-title {
    font-size: 25px;
    margin-bottom: 35px;
}

}

@media screen and (max-width: 400px){
    .double-blks {
    margin-left: 0px!important;
}
.quick-links {
    margin-top: -20px;
}

}
@media screen and (max-width: 800px){
    .quick-links .link {
    width: calc((100% / 2) - 20px);
}
}




@media screen and (max-width: 650px){
    .quick-links .link {
    width: calc((100% / 2) - 20px);
}
}


@media screen and (max-width: 550px){
    .quick-links .link {
    width: calc((100% / 1) - 20px);
    margin-bottom: 10px;
}
}

@media screen and (max-width: 450px){
    .quick-links .link {
    width: calc((100% / 1) - 20px);
}
}


.banner {
    background: url(../../..//undergraduate.jpg) no-repeat center top;
    background-size: cover;
}
.main-image-tab-2 .option {
    cursor: pointer;
    position: relative;
    width: 100%;
    background: #ccc;
    height: 200px;
}


.main-image-tab-2 .option:before {
    content: ' ';
    position: absolute;
    left: calc(100%);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #f0f0f0;
    z-index: 1;
    display: none;
}
.rtl .main-image-tab-2 .option:before{
     left:unset;
      right: calc(100%);
           border-color: transparent #f0f0f0 transparent;
               border-width: 30px 20px 30px 0px;
}
.main-image-tab-2 .option.active:before {
    display: block;
}

.main-image-tab-2 .option span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding-top: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    transition: .5s all;
    -webkit-transition: .5s all;
}

.main-image-tab-2 .option:hover span {
    padding-top: 80%;
    opacity: 0;
}
.main-image-tab-2 .option.active:after, .main-image-tab-2 .option.active span {
    display: inherit;
}

.main-image-tab-2 .option span.about {
    background: url(../../../icons/common-main-page-tab-about.png) no-repeat center 10px;
    background-size: 32px;
}

.main-image-tab-2 .option span.departments {
    background: url(../../../icons/common-main-page-tab-departments.png) no-repeat center top;
    background-size: 42px;
}

.main-image-tab-2 .option span.scholarship {
    background: url(../../../icons/common-main-page-tab-scholarship.png) no-repeat center 2px;
    background-size: 37px;
}
 .main-image-tab-2 .option span.apply {
    background: url(../../../icons/common-main-page-tab-apply.png) no-repeat center 8px;
    background-size: 37px;
}
 

 .main-image-tab-2 .option span.facult-1 {
    background: url(../../../icons/common-main-page-tab-about.png) no-repeat center 10px;
    background-size: 32px;
}

.main-image-tab-2 .option span.facult-2 {
    background: url(../../../icons/common-main-page-tab-departments.png) no-repeat center top;
    background-size: 42px;
}

.main-image-tab-2 .option span.facult-3 {
    background: url(../../../icons/common-main-page-tab-scholarship.png) no-repeat center 2px;
    background-size: 37px;
}
 .main-image-tab-2 .option span.facult-4 {
    background: url(../../../icons/common-main-page-tab-apply.png) no-repeat center 8px;
    background-size: 37px;
}
 
.main-image-tab-2-details .btn-img-text-blk {
    margin: 20px 0;
}
.main-image-tab-2-details .btn-img-text-blk span {
    background: url(../../../icons/apply-now.png) no-repeat center top;
}
.main-image-tab-2-details .btn-img-text-blk .img {
    background: url(../../../overview-middle-img.jpg) no-repeat center center;
    background-size: cover;
}

.btn-img-text-blk.by-2 .img {
    width: calc(100% - 200px);
}
.btn-img-text-blk .btn {
    position: relative;
}
.btn-img-text-blk .btn, .btn-img-text-blk .text {
    width: 200px;
}

.btn-img-text-blk .btn.btn-1 {
    background: #2059a8;
}

.btn-img-text-blk .btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transform: translate(-50%, -50%);
    color: #fff;
    padding-top: 62px;
}
  
 
 

.quick-links .link:nth-child(even) i {
    background: #001b48;
}

.common-title-2 {
    margin: 10px 0 10px;
   
    width: 100%;
}
.common-a {
    color: #0054b8;
}
.common-ul li {
    /* padding: 3px; */
    padding-left: 18px;
    margin-bottom: 13px;
    line-height: 26px;
    background: url(../../../icons/inside-li.png) no-repeat left 6px;
    background-size: 14px;
}
.rtl .common-ul li {
    /* padding: 3px; */
    padding-left: 18px;
    margin-bottom: 13px;
    line-height: 26px;
    background: url(../../../icons/common-main-page-tab-apply.png) no-repeat right;
    background-size: 14px;
}
.title-b {
    display: block;
    margin: 10px 0 8px;
}
.tab-type-2 .tab2-dtl {
   
    line-height: 24px;
}

.common-table-2 {
    width: 100%;
    background: #fff;
    margin: 15px 0 5px;
}

.common-ul li {
    padding: 3px;
    padding-left: 18px;
    margin-bottom: 6px;
    
}
.ltr .main-image-tab-2 {
    width: calc(25% - 40px);
    float: left;
    margin-right: 40px;
    margin-top: 60px;
}

.rtl .main-image-tab-2 {
    width: calc(25% - 40px);
    float: right;
    margin-left: 40px;
    margin-top: 60px;
}


.main-image-tab-2-details .first-row {
    margin-bottom: 20px;
}


     .main-image-tab-2-details {
    width: 75%;
    float: left;
}
 
.main-image-tab-2-details .main-detail {
   
    line-height: 26px;
}
.main-image-tab-2-details .mobile-option {
    display: none;
    position: relative;
    height: 60px;
    position: relative;
    background: #ccc;
    margin-bottom: 5px;
}
.main-image-tab-2-details .main-detail {
    display: none;
    box-shadow: 0 0 12px #d0d0d075;
    padding: 20px;
}

.main-image-tab-2-details .main-detail.active {
    display: block;
}

.main-image-tab-2-details .first-row .title.about {
    background: url(../../../icons/common-main-page-tab-about-black.png) no-repeat left 4px;
    background-size: 31px;
}

.rtl .main-image-tab-2-details .first-row .title.about {
    background: url(../../../icons/common-main-page-tab-about-black.png) no-repeat right 4px;
    background-size: 31px;
}


.main-image-tab-2-details .first-row .title.departments {
    background: url(../../../icons/common-main-page-tab-departments-black.png) no-repeat left 0;
    background-size: 40px;
}


.rtl .main-image-tab-2-details .first-row .title.departments {
    background: url(../../../icons/common-main-page-tab-departments-black.png) no-repeat right 0;
    background-size: 40px;
}

.main-image-tab-2-details .first-row .title.scholarship {
    background: url(../../../icons/common-main-page-tab-scholarship-black.png) no-repeat left 0;
    background-size: 40px;
}

.rtl .main-image-tab-2-details .first-row .title.scholarship {
    background: url(../../../icons/common-main-page-tab-scholarship-black.png) no-repeat right 0;
    background-size: 40px;
}

.main-image-tab-2-details .first-row .title.apply {
    background: url(../../../icons/common-main-page-tab-apply-black.png) no-repeat left 7px;
    background-size: 35px;
}

.rtl .main-image-tab-2-details .first-row .title.apply {
    background: url(../../../icons/common-main-page-tab-apply-black.png) no-repeat right 7px;
    background-size: 35px;
}
.main-image-tab-2-details .first-row .title {
    display: none;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 48px;
    line-height: 40px;
    color: #3e3e3e;
}
.rtl .main-image-tab-2-details .first-row .title{
     padding-left:unset;
      padding-right: 48px;
}

.btn-img-text-blk .btn, .btn-img-text-blk .img, .btn-img-text-blk .text {
    float: left;
    height: 265px;
}

.tab-type-2 .tab2-title.active {
    background: #001b48;
    color: #fff;
}

.tab-type-2 .tab2-title {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    padding-left: 45px;
    position: relative;
    border-top: 1px dotted #4172b5;
}

.tab-type-2 .tab2-title:before {
    content: ' ';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../../../icons/tab-type-2-plus.png) no-repeat center center;
}

.tab-type-2 .tab2-title.active:before {
    background: url(../../../icons/tab-type-2-minus.png) no-repeat center center;
}


@media screen and (max-width: 920px){
    .main-image-tab-2-details {
    margin-top: 50px;
    width: 100%;
}
}


@media screen and (max-width: 700px){
    .main-image-tab-2-details {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.main-image-tab-2-details .first-row {
    display: none;
}
.main-image-tab-2-details .mobile-option {
    display: block;
}

}



 @media only screen and (max-width: 479px){
    .main-image-tab-2-details .mobile-option {
    float: left;
    width: 100%;
}
 }







 
@media screen and (max-width: 630px){
    .btn-img-text-blk.by-2, .btn-img-text-blk.by-3 {
    position: relative;
}
}
@media screen and (max-width: 630px){
    .btn-img-text-blk.by-2 .pc, .btn-img-text-blk.by-3 .pc {
    display: none;
}
.btn-img-text-blk.by-2 .btn, .btn-img-text-blk.by-3 .btn {
    width: 100%;
    height: auto;
    min-height: 45px;
}
.btn-img-text-blk.by-2 .btn span, .btn-img-text-blk.by-3 .btn span {
    width: auto;
    padding: 10px;
    padding-left: 45px;
     background-size: 22px;
}
.btn-img-text-blk.by-2 .img, .btn-img-text-blk.by-3 .img {
    width: 100%;
}
.btn-img-text-blk.by-2 .btn.closed span, .btn-img-text-blk.by-3 .btn.closed span {
    background-size: 22px;
    display: block;
    padding: 20px;
    padding-top: 46px;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
}


}
@media screen and (max-width: 920px){
    .main-image-tab-2-details {
    margin-top: 50px;
    width: 100%;
}
.main-image-tab-2 {
    margin: 0;
    width: 100%;
}

}



@media screen and (max-width: 700px){
    .main-image-tab-2-details {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.main-image-tab-2 {
    display: none;
}
.main-image-tab-2-details .first-row {
    display: none;
}
.main-image-tab-2-details .mobile-option {
    display: block;
}

}


@media only screen and (max-width: 479px){
    .main-image-tab-2-details .mobile-option {
    float: left;
    width: 100%;
}
}
.main-image-tab-2-details .mobile-option span {
    display: block;
    padding-left: 70px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.main-image-tab-2-details .mobile-option:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,26,36,0.75);
    z-index: 1;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.main-image-tab-2-details .mobile-option span:before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.main-image-tab-2-details .mobile-option.about span:before {
    background: url(../../../icons/common-main-page-tab-about.png) no-repeat center center;
    background-size: 31px;
}
.main-image-tab-2-details .mobile-option span:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background: url(../../../icons/image-tab-mobile-plus.png) no-repeat center center;
}

.main-image-tab-2-details .mobile-option.apply span:before {
    background: url(../../../icons/common-main-page-tab-apply.png) no-repeat center center;
    background-size: 37px;
}
.main-image-tab-2-details .mobile-option span:before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.main-image-tab-2-details .mobile-option.scholarship span:before {
    background: url(../../../icons/common-main-page-tab-scholarship.png) center center;
    background-size: 40px;
    background-repeat: no-repeat;
}
.main-image-tab-2-details .mobile-option span:before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.main-image-tab-2-details .mobile-option span:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background: url(../../../icons/image-tab-mobile-plus.png) no-repeat center center;
}

.main-image-tab-2-details .mobile-option.programs span:before {
    background: url(../../../icons/common-main-page-tab-program.png) no-repeat center center;
    background-size: 34px;
}
.main-image-tab-2-details .mobile-option.programs span:before {
    background: url(../../../icons/common-main-page-tab-program.png) no-repeat center center;
    background-size: 34px;
}


.main-image-tab-2 .option:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,26,36,0.66);
    z-index: 1;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.main-image-tab-2 .option:hover:after {
    opacity: 0;
}

.single table {
    min-width: 600px;
    width: 100%;
    margin: 20px 0 20px;
}

.single table tr th, .single table tr td {
    padding: 10px 15px;
    border: 1px solid #ccc;
}
.single table tr th p, .single table tr td p {
    margin: 0;
}

.team-area .single-item {
    margin-bottom: 30px;
  }
  
  .team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .team-area .item .thumb::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
  }
  
  .team-area .team-items .item:hover .thumb::after {
    opacity: 0.7;
  }
  
  .team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  
  .team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  
  .team-area .item .thumb .overlay p {
    color: #ffffff;
  }
  
  .team-area .item .thumb .overlay h4 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    
  }
  
  .team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width:100%; 
  }
  
  @media(min-width:600px){
    .team-area .item .thumb img{
         height:200px; 
    }
  }
  .team-area .item:hover .thumb img {
    opacity: .6;
  }
  
  .team-area .item .thumb .social li {
    display: inline-block;
  }
  
  .team-area .item .thumb .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
  }
  
  .team-area .info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 20px 20px;
    position: relative;
    text-align: center;
    z-index: 9;
    height: 150px;
  }
  
  .team-area .info .message {
    height: 50px;
    line-height: 40px;
  
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 0;
        left: 37%;
    width: 50px;
  }
  
  .team-area .info .message a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    box-sizing: border-box;
    color: #ff5a6e;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  
  .team-area .info .message a i {
    font-weight: 500;
  }
  
  .team-area .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
  
  .team-area .info span {
    color: #ff5a6e; 
    font-weight: 600;
    
  }
  
  .team-area .social li.twitter a {
    background-color: #00b6f1;
  }
  
  .team-area .social li.pinterest a {
    background-color: #bd081c;
  }
  
  .team-area .social li.facebook a {
    background-color: #3b5998;
  }
  
  .team-area .social li.google-plus a {
    background-color: #df4a32;
  }
  
  .team-area .social li.vimeo a {
    background-color: #1ab7ea;
  }
  
  .team-area .social li.instagram a {
    background-color: #cd486b;
  }
  .contact-us {
    margin: 2rem 0;
    background: #8595ad;
  }
  
  .contact-us-heading {
    font-size: 2rem;
    font-weight: 900;
    font-family: museo-slab, sans-serif;
    text-align: center;
  }
  
  .contact-us-means {
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-around;
    max-width: 640px;
  }
  
  .contact-us-means svg {
    width: 2em;
    height: 2em;
  }
  
  .contact-us-live-chat,
  .contact-us-phone,
  .contact-us-email {
    text-align: center;
  }
  
  .contact-us-means-link {
    display: inline-block;
    padding: .5rem;
    color: #0283e2;
    text-decoration: none;
    opacity: .8;
  }
  
  .contact-us-means-link img {
    width: 2em;
    height: 2em;
  }
  
  .contact-us-means-link:hover,
  .contact-us-means-link:active,
  .contact-us-means-link:focus {
    opacity: 1;
  }
  
  .contact-us-means-text {
    margin-top: 0.5rem;
  }
  
  
  .contact-us-hours {
    margin-top: 4rem;
    text-align: center;
  }
  .page-title-custom {
    margin: 0 0 10px 0;
    font-size: 19px;
    font-family: 600;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

        .team-area .item .thumb .overlay p{
            text-align:left; 
        }
         .rtl .team-area .item .thumb .overlay p{
            text-align:right; 
        }
     .team-area .item .thumb .overlay p strong{
       font-weight:bold;
       color:#bbe3ff;

     }  
     .ltr .team-area .item .thumb .overlay p strong{
       
            margin-right: 10px;
     } 
      .rlt .team-area .item .thumb .overlay p strong{
         margin-left:10px;  
     } 
   @media screen and (max-width: 920px)
     {
.main-image-tab-2-details, .main-image-tab-2-details .option {
    margin-top: 50px;
    width: 100%;
}
}

.contact-us div a,.contact-us div p,.contact-us div i,.contact-us div  address,.contact-us div  address h4,.contact-us div  address i
{
     color: #fff;
     font-weight: 700;
}

  .rtl .main-image-tab-2-details .mobile-option span:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    right: auto;
    height: 50px;
    transform: translateY(-50%);
    background: url(../../../icons/image-tab-mobile-plus.png) no-repeat center center;
}
@media (max-width: 768px)
{


.rtl .main-image-tab-2 {
   width: 100% !important;
    float: right;
    margin-left: 40px;
    margin-top: 60px;
}
.main-image-tab-2 .option.option-1,.main-image-tab-2 .option  .option-2 {
    background-size: cover;
    width: 100% !important;
}
.main-image-tab-2 .option  {
    background-size: cover;
    width: 100% !important;
        height: 100px;
}
.ho-event ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 8px;
    position: relative;
    overflow: hidden;
    margin-right: -19px;
}
.con-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 3px 50px;
    text-align: center;
}
.ho-event {
    margin-right: 2px;
    margin-left: 7px;
}
}
@media (max-width: 500px)
{
.ho-event ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 8px;
    position: relative;
    overflow: hidden;
    margin-right: -19px;
}
.ho-event {
  margin-right: 2px;
    margin-left: 2px;
}
.con-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 3px 50px;
    text-align: center;
}
}

.ho-event {
  margin-right: 2px;
    margin-left: 2px;
}


