.text-dark {
  color: #333;
}
.bg-white{
    background: #fff !important;
}
.news-section{
    padding: 70px;
}
.news-content{
    padding: 20px;
    border: 2px solid #ef7f1a;
    padding-top: 0;
}
.news-content h3{
    text-align: left;
    font-size: 20px;
    margin-left: 14px;
}

.bg-white::before{
 background: #fff !important;   
}
.img-shadow {
  border-radius: 8px;
  box-shadow: 0 0 46px 0 rgb(75 72 72 / 43%);
}
.color-white{
    color: #fff !important;
}
.overlay-theme-colored-91 .text-theme-colored { color: #fff !important; }
.overlay-theme-colored-91:before {
    background-color: rgb(2 153 71) !important;
}
.theme-text-color {
  color: rgb(153 236 89) !important;
}
.rs-breadcrumbs {
    position: relative;
}
.rs-breadcrumbs .breadcrumbs-img img {
    width: 100%;
}
.rs-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.breadcrumbs-overlay:after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ff5421;
}
.breadcrumbs-overlay:after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.rs-breadcrumbs .breadcrumbs-text ul {
    padding: 0;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
    color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul li {
    color: #505050;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text ul li a {
    position: relative;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #505050;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before {
    right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before, .rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
    background-color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before {
    right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before, .rs-breadcrumbs .breadcrumbs-text ul li a:after {
    background-color: #505050;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before, .rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
    background-color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before, .rs-breadcrumbs .breadcrumbs-text ul li a:after {
    background-color: #505050;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(26deg);
}


.sec-title .sub-title.orange {
    color: #f59620;
}

.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rs-team.style1 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team.style1 .team-item img {
  width: 100%;
}
.rs-team.style1 .team-item .content-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-team.style1 .team-item .content-part .name {
  margin-bottom: 8px;
  font-size: 22px;
}
.rs-team.style1 .team-item .content-part .name a {
  color: #ffffff;
}
.rs-team.style1 .team-item .content-part .name a:hover {
  color: #111111;
}
.rs-team.style1 .team-item .content-part .designation {
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}
.rs-team.style1 .team-item .content-part .social-links li {
  display: inline;
  margin-right: 35px;
}
.rs-team.style1 .team-item .content-part .social-links li a {
  display: inline-block;
  color: #ffffff;
}
.rs-team.style1 .team-item .content-part .social-links li a:hover {
  color: #111111;
}
.rs-team.style1 .team-item .content-part .social-links li:last-child {
  margin: 0;
}
.rs-team.style1 .team-item:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%) scale(0.1);
  background: #21a7d0;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.rs-team.style1 .team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team.style1 .team-item:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.rs-team.style1 .owl-item.center .team-item .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team.style1 .owl-item.center .team-item:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.rs-team.style1 .nav-style {
  position: relative;
}
.rs-team.style1 .nav-style .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev,
.rs-team.style1 .nav-style .owl-nav .owl-next {
  display: inline-block;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev i,
.rs-team.style1 .nav-style .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev i:before,
.rs-team.style1 .nav-style .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev:hover i,
.rs-team.style1 .nav-style .owl-nav .owl-next:hover i {
  color: #21a7d0;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-team.style1 .nav-style .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-team.style1 .nav-style .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-team.style1.orange-color .team-item:after {
  background: #f59620;
}
.rs-team.style7 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team.style7 .team-item:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%) scale(0.1);
  background: #c701f1 !important;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.rs-team.style7 .team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team.style7 .team-item:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.rs-team.inner-style .team-item {
  overflow: hidden;
}
.rs-team.inner-style .team-item .content-part {
  top: unset !important;
  bottom: -205px;
  transform: translateX(-50%) !important;
  width: 100% !important;
  height: 320px !important;
  background: #ffffff;
  border-radius: 50%;
  padding-top: 30px;
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.rs-team.inner-style .team-item .content-part .name a {
  color: #111111 !important;
}
.rs-team.inner-style .team-item .content-part .name a:hover {
  color: #21a7d0 !important;
}
.rs-team.inner-style .team-item .content-part .designation {
  color: #505050 !important;
}
.rs-team.inner-style .team-item .content-part .social-links {
  display: none;
}
.rs-team.inner-style .team-item:hover .content-part {
  bottom: unset;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: unset !important;
  height: unset !important;
  background: transparent;
  border-radius: unset;
  padding-top: 0;
  opacity: 1 !important;
}
.rs-team.inner-style .team-item:hover .content-part .name a {
  color: #ffffff !important;
}
.rs-team.inner-style .team-item:hover .content-part .name a:hover {
  color: #111111 !important;
}
.rs-team.inner-style .team-item:hover .content-part .designation {
  color: #ffffff !important;
}
.rs-team.inner-style .team-item:hover .content-part .social-links {
  display: block;
}
.rs-team.home11-style .team-item .team-thumbnail {
  position: relative;
  overflow: hidden;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link {
  display: grid;
  border: 30px solid #4e49a1;
  border-radius: 50%;
  width: 196px;
  height: 193px;
  grid-template-columns: auto auto;
  position: absolute;
  right: -196px;
  bottom: -193px;
  padding: 30px 30px 30px 30px;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link li {
  display: inline-block;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img .team-social-link li a:hover {
  color: #21a7d0;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img:before {
  content: '';
  transition: all ease-in-out 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header {
  text-align: center;
  padding-top: 35px;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name a {
  color: #4e49a1;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name a:hover {
  color: #21a7d0;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .subject {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 10px;
}
.rs-team.home11-style .team-item .team-thumbnail:hover .team-img .team-social-link {
  right: -50px;
  bottom: -45px;
  opacity: 1;
}
.rs-team.home11-style .team-item .team-thumbnail:hover .team-img .team-social-link li a:hover {
  color: #21a7d0;
}
.rs-team.home11-style .team-item .team-thumbnail:hover .team-img:before {
  opacity: 0.4;
}
.rs-team.home-style15 .team-item .team-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.home-style15 .team-item .team-wrap .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rs-team.home-style15 .team-item .team-wrap .team-img .team-social-link {
  position: absolute;
  top: 10px;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  background: #ff5421;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
}
.rs-team.home-style15 .team-item .team-wrap .team-img .team-social-link li {
  display: block;
  color: #fff;
}
.rs-team.home-style15 .team-item .team-wrap .team-content {
  text-align: center;
  padding-top: 35px;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .name a {
  color: #ff5421;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .name a:hover {
  color: #ff5421;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .subject {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 10px;
}
.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link {
  opacity: 1;
  visibility: visible;
  right: 10px;
}
.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li {
  display: block;
  color: #fff;
}
.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li a {
  color: #ffffff;
}
.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li a:hover {
  color: #171F32;
}

.rs-degree.style1 .degree-wrap .content-part, .rs-team.style1 .team-item:after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.contact-page-section .rs-contact-box .address-item {
    padding: 50px 40px 50px 40px;
    background: #ffffff;
    box-shadow: 0 0 30px #fff;
    text-align: center;
    margin: 0px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    min-height: 280px;
}
.contact-page-section .rs-contact-box .address-item .icon-part {
    padding-bottom: 20px;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 65px;
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 17px;
    color: #031a3d;
}



















/*.content-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding: 30px;
    min-height: 296px;
}*/
.active{
  color: #f59620!important;
}

ul.doted-li {
    list-style: circle;
    margin-left: 19px;
}

a.menuzord-brand {
    float: left;
    display: inline-block;
}
.theme-default .nivo-controlNav {
  display: none !important;
}
.nivoSlider img {
  height: 90vh !important;
}
.td-logo{
    
}
.td-logo-padding{

    padding: 20px 15px;

}
.member-bg h3{
color: #f59620;
    /* box-shadow: 3px 2px 4px 4px; */
    font-weight: 600;
    text-shadow: 0px 2px 0px;
    margin-top: 17%;
    text-align: justify;
}
.member-bg{
      background-image: url(../../wp-admin/images.jfif);
    min-height: 444px;
  }
.min-height-400{
      min-height:444px;
}

}
.nivo-controlNav{
    

    /* margin-top: -75px; */
    /* display: inline; */
    /* display: inline-block; */
    /* margin-top: -64px; */
        position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}
.team-member{
    box-shadow: 0px 3px 5px !important;
    border-radius: 8px !important;
}
.td-c-border{
     background-color: #fff; border: 1px solid;
}
.td-sec-2{
    background-color:#c7c4ca17;
}

.td-white{
    color:black;
}
.td-top{
    margin-top: 13%;
}
a.menuzord-brand img {
    width: 380px;
    z-index: 99;
    left: 15px;
    height: 62px;
    position: absolute;
}
.td-course{
    padding: 0px;
}

.td-sec{
       /* margin-top: -42px;*/
            background-color: #f59620;
}
.td-course .campaign-details .campaign-bottom {
      display: block;
    margin-top: 10px;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
a.td-btn-theme {
    color: #333 !important;
    background: #92ee4c;
    font-size: 16px!important;
    border-color: #92ee4c;
    text-transform: uppercase;
    display: inline-block;
}

.campaign-details {
    min-height: 177px;
}

.w-100 img {
    width: 100% !important;
}
.cul{
	    display: flex;
    font-size: 10px;
/*    padding-left: 20px;*/
}
ul.cul li {
    padding: 9px;
}
.td-apply {
	display: flex;
}

.td-apply  li a{

 color: white;
    padding-left: 19px;
    padding-right: 17px;
    
}
.td-apply li{
    border:1px solid;
    background: #f59620;
}
.td-section{

    background-size: cover;
    height: 200px;
    background-attachment: fixed;

}
.td-panel{
    background-color: #f2184f;
    margin-left: 11%;
}
.td-section h2{
    margin-left: 15px;
        color: white;
}

.course_details ul{
     display: flex;
    color: white;
    font-weight: 600;
    }
.course_details ul li{
        padding: 19px;

}
.td-img{
    height: 205px;
    width: 256px;
}
.info h5{
    color:white;
}
  .panel-news .panel-heading{
        background-color:#053263;
        color:#FFF;
      }
      .panel-news .panel-body{
        border:1px solid #053263;
      }
      .panel-news .panel-footer{
        border:1px solid #053263;
      }
            .panel-news{
                    margin-top: 73px;
            }
            .newstitle a h4{
    font-size:16px;
    font-family: 'Oswald', sans-serif;
    color:#080808;
}
            &#65279;.glyphicon
            {
                margin-right:4px !important; /*override*/
            }

            
.sticky{
      position: sticky;
    top: 2%;
}
.widget-content{
    padding: 5px;
    border-bottom: 5px solid #f5a425;
}
            .panel ul
            {
              list-style: disc;
    margin-left: 9px;
    text-align: justify;
            }

            .text-theme-color-2 .news-item
            {
                padding:4px 4px;
                margin:0px;
                list-style: none;
                border-bottom:3px dotted #f5a425;
; 
            }

            .news-item
            {
                padding:4px 4px;
                margin:0px;
                border-bottom:3px dotted #f5a425;
; 
            }
            .td-apply-c{
                    color: white;
    padding-left: 15px;
    padding-right: 17px;
    font-size: 10px;

            }
            .td-apply-c {
    display: flex;
        color: #fff;
    padding-left: 0px;
    padding-right: 5px;
    font-size: 11px;
}

.td-download{
      padding: 5px 8px 5px 8px;
    border-radius: 4px;
}
.td-apply-c  li a{

 color: white;
    padding-left: 15px;
    padding-right: 17px;
}
.td-apply-c li{
    border:1px solid;
    background: #f59620;
}
   

   .td-row{
        padding-top: 24px;
    padding-bottom: 24px;
   }
   .td-button{
    padding: 3px;
    margin-top: 8px;    
   }
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    color: #111111;
    font-weight: 2px;
    color: white;
    background-color: green;
}
.smeseter{
        margin-left: 2px;
    margin-right: 2px;
}
.td-left{
    margin-left: 30px;
}
.tab-content{
        background-color: white;
    padding: 29px;
}
.id-card{
    object-fit: contain;  width: 200px;
        height: 167px;
}

#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #333;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {

  .menuzord-responsive .menuzord-menu.scrollable {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 30px 0 rgb(113 109 109 / 44%);
  }
  .active a{
    color:black !important;
  }
  .sec-title .sub-title {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 10px;
  }
  .sec-title .title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
  }
  .divider .container,
  section > .container, section > .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    margin: 0;
    font-size: 28px;
  }
  .rs-breadcrumbs .breadcrumbs-text.white-color ul li {
    font-size: 14px;
  }
  .rs-breadcrumbs .breadcrumbs-img img {
    height: 150px;
  }
  blockquote {
    margin: 0;
    padding: 0;
  }
  #testimonial4 .carousel-inner {
      width: 100%;
  }
  .theme-default .nivoSlider {
    margin-bottom: 0;
  }
  .sub-title {
    margin: 0;
    font-size: 18px;
    color: orange;
  }
  .img-shadow {
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgb(75 72 72 / 43%);
  }
  .td-logo-padding {
    padding: 10px 0;
    height: 70px;
  }
  .nivoSlider img {
    height: 28vh !important;
  }
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
  a.menuzord-brand img {
    width: 75%;
    z-index: 99;
    left: 15px;
    top: 10px;
    display: inline;
    /* height: 78px; */
    position: absolute;
  }
  .nivo-controlNav{
      
  /* margin-top: -75px; */
      
  /* display: inline; */
      
  /* display: inline-block; */
      
  /* margin-top: -64px; */
      
  position: absolute;
      
  bottom: -28px;
      
  width: 100%;
      
  z-index: 9;
  }
  .menuzord .showhide em {
      /* padding: 0px 0px 3px 3px; */
      /* height: 3px; */
      margin: 4px 0px 1px;
      float: right;
      background: #111;
      width: 100%;
      display: block;
  }
  .menuzord .showhide {
      width: 32px;
      height: 40px;
      padding: 13px 0;
      display: none;
      float: right;
      text-decoration: none;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
  }
  .menuzord, .menuzord * {
      font-family: 'Open Sans', sans-serif;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 3px 0px 0px;
      -webkit-box-sizing: border-box;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
