.header-top{
	border-bottom: 0px solid #d0d0d0;
    background: url(../img/header-bg.jpg) bottom left #fff repeat-x;
    position: relative;
}
.header-top .logo-name h4, .header-top .logo-name h5{font-weight:900;  color: #a53692;}
.middle-header{border-bottom: 4px solid #dc1cbb;}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
}

.dropdown-item{
    border-bottom: 1px solid #ce1baf;
    color: #fff;
    padding: .55rem 1rem;
    font-weight: 500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dropdown-item:last-child{border-bottom: unset;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffdefd;
    text-decoration: none;
    background-color: #a53692;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px
}
.dropdown-item.active, .dropdown-item:active {
    color: #ffb9fd;
    text-decoration: none;
    background-color: #a53692;
}

/*Slider--banner---*/
.slidertext2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}
.slidertext1 {
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
    text-transform: uppercase;
}
.slidertext3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: none !important;
    line-height: 30px;
    text-align: center;
}
a.slidebtn{
	background:#a53692; 
	color:#fff !important; 
	font-size:20px; border-radius:30px; 
	padding:16px 40px; 
	font-weight:700; 
	text-transform:uppercase; 
	display:inline-block; 
}
a.slidebtn i{margin-left:10px;}
.sliderWraper {
    position: relative;
}
.sliderWraper:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 16px;
    background: url(../img/slider-layer.png) repeat-x;
    z-index: 1000;
}
.director-img{width:150px;}
.director-box h3{
font-weight: 700;
    font-family: initial;
    margin:0;
}
.director-box h2, .news-title h5{
    font-family: cursive;
}
.news-update{background: url(../img/header-bg.jpg) bottom left #f8f9fa94 repeat-x;
    padding: 1.75rem; position:relative;}
    .news-update:after, .news-update:before{
        position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 16px;
    background: url(../img/slider-layer.png) repeat-x;
    z-index: 1000;
    }
.news-update:before{top:0; bottom: unset; transform: rotate(180deg);}
.news-update .list-group .list-group-item{
    background:transparent; 
    border-bottom:1px dashed #eee; 
    padding: 0.5rem; 
    font-size: 14px; 
    text-align: justify;
}
.pagination li a{color: #28a745 !important;}


/*about wrap*/
.about-wrap{position: relative;
    background: url(../img/bg4.jpg);}
.about-wrap::before {
    background: rgba(248, 249, 250, 0.89) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.about-wrap .title {
    margin-top: 45px;

}
.title h1, .title h2 {
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 40px;
    text-shadow: 1px 4px 3px rgba(51, 51, 51, 0.23);
}
.title h2{margin-bottom: 0.5rem; }
.services-wrap .title{margin-bottom: 40px}
.title h1 span{color:#dc1cbb;}
.title h1:before{
    content: "";
    background: url(../img/heading-line.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.wrap-box{position: relative;}
.wrap-icon i{
    display: inline-block;
    font-size: 40px; 
    line-height: 70px;
    color:#fff;
}
.wrap-icon {height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #dc1cbb;
}
.wrap-icon::after {
    box-shadow: 0 0 0 3px #dc1cbb;
}
.wrap-icon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.wrap-box:hover .wrap-icon:after{    
    opacity: 1;
    transform: scale(1);
}
.wrap-box:nth-child(2) a {
    background: #10c530 !important;
}
.wrap-box:nth-child(2) .wrap-icon::after {
    box-shadow: 0 0 0 3px #10c530;
}
.wrap-box:nth-child(3) a {
    background: #FFC107 !important;
}
.wrap-box:nth-child(3) .wrap-icon::after {
    box-shadow: 0 0 0 3px #FFC107;
}
.wrap-box h6{color: #dc1cbb; font-size: 18px}
.wrap-box:nth-child(2) h6 {
    color: #10c530;
}
.wrap-box:nth-child(3) h6 {
    color: #FFC107;
}
.about-wrap .readmore {
    margin-top: 30px;
}
.readmore a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #495057;
    padding: 14px 35px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.readmore a:hover{background: #10c530;}



.content-heading .title h1:before {
    left: 50%;
    margin-left: -35px;
}
.content-heading .title h1{z-index: 1}
.gallery{position: relative;}
.gallery::after{
    background: rgba(0, 0, 0, 0) url(../img/cloud.png) repeat scroll 0 0;
    top: -180px;
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    width: 100%;
}
.galleryImg {
    margin: 15px 0;
}
.galleryImg {
    overflow: hidden;
    position: relative;
}
.jx-portfolio-hoverlayer {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    z-index: 999;
    top: 100%;
    left: 0;
    transition: all .3s ease-out;
}
.jx-portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 20px;
    opacity: 0;
    transition: all .3s ease-out;
}
.jx-portfolio-top-hover {
    position: absolute;
    bottom: 17px !important;
    transition: all 0.3s ease-out;
}
.jx-portfolio-top-hover .jx-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
.jx-portfolio-plus-hover {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -47px;
    margin-top: -40px;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
.jx-portfolio-plus-hover a {
    float: left;
    margin-right: 5px;
}
.jx-portfolio-plus-hover a {
    height: 70px;
    width: 70px;
    margin-top: 10px;
    margin-left: 10px;
}
.jx-portfolio-plus-hover i {
    width: 60px;
    height: 60px;
    color: #FFF;
    background: #dc1cbb;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 23px;
}
.jx-portfolio-plus-hover i {
    background: #dc1cbb;
}
.galleryImg:hover .jx-portfolio-hover {
    opacity: 1;
    cursor: pointer;
}
.galleryImg:hover .jx-portfolio-hoverlayer {
    opacity: 1;
    cursor: pointer;
    top: 0;
}
.galleryImg:hover .jx-portfolio-plus-hover {
    top: 50%;
}

.footer-top h4{color: #dc1cbb;
 margin-bottom: 31px;
font-weight: 500;
}
.footer-top img{width:8rem;}
.footer-top p, .footer-bottom p{font-size: 14px}
.footer-top ul {
    margin: 0;
    padding: 0;
}
.contact-info li {
    position: relative;
    color: #000;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
.footer-top ul li {
    padding-right: 4px;
    list-style-type: none;
}
.contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    font-size: 14px;
}
.footer-top .quick-links ul li {
    margin-bottom: 8px;
}
.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
}
.quick-links ul li a:before {
    color: #000;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

/*inner page -design*/

.inner-banner{
    background: url(../img/banner-5.jpg) no-repeat center;
    min-height: 375px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.banner-heading h3{    
    font-weight: 900;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
}
.breadcrumb a{    
    color: #fff;
    background: #dc1cbb;
    padding: 0.55rem 0.95rem;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.73);
}
.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff;
    content: "/";
    font-weight: bold;
}
.inner-banner .breadcrumb-item.active {
    color: #a53692;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.inner-banner:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 16px;
    background: url(../img/slider-layer.png) repeat-x;
    z-index: 1000;
}

/*about wrap*/
.inner-content{position: relative;
    background: url(../img/bg4.jpg);}
.inner-content::before {
    background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.inner-content .title {
    margin-top: 45px;
}
















.social-media ul{
position: absolute;
top: 40%;
right: 15%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
display: flex;

}
.social-media ul li{
list-style: none;
margin: 0 15px;
position: relative;

}
.social-media ul li:before{
    content: '';
    width: 1px;
    position: absolute;
    top: -50px;
    height: 50px;
    left: 45%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0)) 1 100%;
}
.social-media ul li .fa{
font-size: 15px;
color: #262626;
line-height: 30px;
transition: .5s;

}
.social-media ul li a{
position: relative;
display: block;
width: 30px;
height: 30px;
background-color: #fff;
text-align: center;
transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);
transition: .5s;
box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}
.social-media ul li a::before{
content: "";
position: absolute;
top: 10px;
left: -20px;
height: 100%;
width: 20px;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewY(-45deg);
}
.social-media ul li a::after{
content: "";
position: absolute;
top: 30px;
left: -10px;
height: 20px;
width: 100%;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewX(-45deg);
}
.social-media ul li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.social-media ul li:hover .fa{
color: #fff;
}
.social-media ul li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.social-media ul li:hover:nth-child(1) a{
background: #3b5999;
}

.social-media ul li:hover:nth-child(1) a:before{
background: #2e4a86;
}
.social-media ul li:hover:nth-child(1) a:after{
background: #4a69ad;
}
.social-media ul li:hover:nth-child(2) a{
background: #55acee;
}
.social-media ul li:hover:nth-child(2) a:before{
background: #4184b7;
}
.social-media ul li:hover:nth-child(2) a:after{
background: #4d9fde;
}
.social-media ul li:hover:nth-child(3) a{
background: #dd4b39;
}

.social-media ul li:hover:nth-child(3) a:before{
background: #c13929;
}
.social-media ul li:hover:nth-child(3) a:after{
background: #e83322;
}

.social-media ul li:hover:nth-child(4) a{
background: #0077B5;
}

.social-media ul li:hover:nth-child(4) a:before{
background: #036aa0;
}
.social-media ul li:hover:nth-child(4) a:after{
background: #0d82bf;
}

.social-media ul li:hover:nth-child(5) a{
background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.social-media ul li:hover:nth-child(5) a:before{
background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}
.social-media ul li:hover:nth-child(5) a:after{
background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.appointment-btn {
    font-size: 12px;
    position: relative;
    display: block;
    height: 30px;
    background-color: #fff3ff;
    top: -5px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #000;
    border:unset;
    transform: perspective(100px) translate(0,0);
    transition: .5s;
    box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}
.appointment-btn:hover:before, .appointment-btn:hover:after{
    background: #dc1cbb;
}
.appointment:hover{
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.appointment-btn::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -9px;
    height: 100%;
    width: 11px;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewY(-45deg);
}
.appointment-btn::after {
    content: "";
    position: absolute;
    top: 29px;
    left: -4px;
    height: 10px;
    width: 100%;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewX(-45deg);
}

.appointment-box .form-control{
    height: calc(1.5em + .75rem + 15px);
    border-radius: unset;
    font-size: .85rem;
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #dc1cbb;

}
.appointment-box .form-control:focus{
        border-color: #9135c0 !important;
        box-shadow: unset;
}
.appointment-box .lbl-heading{font-weight: bold;
    font-size: 12px;
}
.appointment-box .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #8d38bf;
    background-color: #8d38bf;
    border-radius: unset;
}
.datepicker.dropdown-menu{opacity: unset; visibility: unset; padding: 1rem;}.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {padding: 5px 10px;}
.appointment-date{position: relative;}

.appointment-date i{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #8c37be;
}








.services-wrap, .testimonial_section{
    background-image: url(../img/bg13.jpg);
    background-position: 50% -328px;
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.testimonial_section{
    background-image: url(../img/bg6.jpg);
   background-position: 50% 15px;
}
.services-wrap::before, .testimonial_section::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-theme-color-red {
    background-color: #F14545 !important;
}
.bg-theme-color-green {
    background-color: #66CC99 !important;
}
.bg-theme-color-orange {
    background-color: #EC774B !important;
}
.bg-theme-color-lemon {
    background-color: #A6C437 !important;
}
.bg-theme-color-blue {
    background-color: #88186E !important;
}
.bg-theme-color-sky {
    background-color: #1DABB8 !important;
}
.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.p-20 {
    padding: 20px !important;
}
.icon-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.border-radius-15px {
    border-radius: 15px;
}

.icon-box.left a {
    margin-right: 20px;
    padding: 0;
}
.p-10 {
    padding: 10px !important;
}
.font-42 {
    font-size: 2.2rem !important;
}



.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #a53692;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #a53692;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #ff5e14;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}



.contact-sec ul{list-style-type: none; padding: 0}
.contact-sec ul li .fa{font-size: 20px}
.contact-sec ul li{font-size: 18px; margin-bottom: 30px}

footer .appointment-btn{
    position: fixed;
    right: -14px;
    transform: rotate(-90deg) translate(0, 0);
    z-index: 9999;
    top: 50%;
}
#enquiry-modal .modal-body{padding: 1rem 0}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:95px;
	right:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float_phone{bottom:160px; background-color:#a53692}
.my-float{
	margin-top:16px;
}
.float_phone .my-float{font-size:22px; margin-top: 20px;}