h1, h2, h3, h4, h5, h6, p, ul, li, table, span, label, a {
    font-family: 'Roboto', sans-serif;
    ;
}
:root {
 --First-color: #105994;
 --Second-color: #73c2e7;
 --Third_color: #fdb02e;
}
/* ---------------------------------------------------------------------------
		Loader
---------------------------------------------------------------------------- */

.said_btn1 {
    position: fixed;
    z-index: 1000;
    right: 0px;
    bottom: 30%;
    padding: 20px 10px;
	writing-mode: vertical-rl; 
	background-color: #105994;
	color: #fff;
	text-decoration: none!important;
    
}

.said_btn1:hover {
	background-color: #73c2e7;
	color: #fff
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--Second-color);
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
    left: 0;
}
.overlay .overlayDoor:after {
    right: 0;
}
.overlay.loaded .overlayDoor:before {
    left: -50%;
}
.overlay.loaded .overlayDoor:after {
    right: -50%;
}
.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}
.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes spinInner {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(-720deg);
}
}
@keyframes spinInner {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(-720deg);
}
}

/* width */
::-webkit-scrollbar {
 width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
 background: #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: var(--Second-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: var(--Third_color);
}
/* ---------------------------------------------------------------------------
		FIXED-MENU
---------------------------------------------------------------------------- */
.navigation.fixed-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
    background-color: #b7b7b7;
    height: auto;
}
/*========== Landing Page My CSS ==========*/

.main_logo {
    margin-top: -30px;
}
.Top-colour-box {
}
.Top-colour-box p {
    text-align: right;
}
.Top-colour-box span {
    text-align: right;
    background-color: var(--First-color);
    padding: 20px 100px;
}
.menu-heading {
    padding-top: 20px;
    padding-bottom: 20px;
}
.social-icons {
    float: right;
    padding-left: 0px;
    margin-bottom: 0px;
}
.social-icons li {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
}
.social-icons a {
    color: #222222;
    font-size: 20px;
}
.fa-facebook-official {
}
.fa-facebook-official:hover {
    color: #4064ad;
}
.fa-twitter {
}
.fa-twitter:hover {
    color: #01b3f5;
}
.fa-instagram {
}
.fa-instagram:hover {
    color: #f30058;
}
#cssmenu > ul > li:last-child > a {
    padding-right: 0px;
}
.hed-contact {
    margin-top: -37px;
}
.hed-contact-width {
    padding: 20px 20px 20px 30px;
    background-color: var(--Second-color);
    border-left: 5px solid var(--First-color);
}
.hed-contact .hed-contact-width p {
    margin-bottom: 0px;
}
.hed-contact .hed-contact-width span {
    padding: 0px 10px;
}
.hed-about {
}
.hed-about h2 {
    font-size: 43px;
    color: #000;
    font-weight: 400;
}
.hed-about span {
    color: var(--First-color);
    font-weight: 700;
}
.hed-about a {
    padding: 7px 34px;
    background-color: var(--Third_color);
    border-radius: 10px;
    line-height: 25px;
    border: 1px solid var(--Third_color);
    cursor: pointer;
    color: #000;
}
.hed-about a:hover {
    background-color: var(--First-color);
    color: #fff;
}
.hed-about a:active {
    background-color: var(--First-color);
    color: #fff;
}
.banner {
    width: 100%;
    height: auto;
}
.bannerimg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}

.slider1 {
    background-image: url("../images/Banner/Banner1.png");
    background-repeat: no-repeat;
}
.Specialities-contact {
    margin-top: -43px;
    position: relative;
    z-index: 1000;
}

.Specialities-contact-content {
    padding: 20px 20px 20px 30px;
    background-color: var(--Second-color);
    border-left: 5px solid var(--First-color);
}


.Specialities-contact p {
    margin-bottom: 0px;
}
.Specialities-contact span {
    font-weight: 500;
    font-size: 24px;
}
.Specialities-contact h2 {
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 34px;
}
.Specialities {
    margin-top: -70px;
}
.Specialities .spec-hed h4 {
    font-weight: 500;
}
.Specialities .spec-hed span {
    font-weight: 700;
    font-size: 34px;
}
.owl-carousel .item {
    margin: 3px;
}
.Specialities_section .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
.Specialities_section .owl-carousel .item {
    margin: 3px;
}
.Specialities_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.Specialities_section .Specialities_item {
    margin-bottom: 30px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.Specialities_section .Specialities_item:hover .Specialities_image img {
    transform: scale(1.1);
}
.Specialities_section .Specialities_item .Specialities_image {
    overflow: hidden;
    padding: 0;
}
.Specialities_section .Specialities_item .Specialities_image img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.Specialities_section .Specialities_item .Specialities_details {
}
.Specialities_section .Specialities_item .Specialities_details .Specialities_title {
    padding-left: 10px;
}
.Specialities_section .Specialities_item .Specialities_details .Specialities_title h5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
}
.Specialities_section .Specialities_item .Specialities_details .Specialities_title h5:hover {
    color: var(--Second-color);
}
.Specialities_section .Specialities_item .Specialities_details p {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 3px;
}
.Specialities_section .Specialities_item .Specialities_details a {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    width: 100%;
    background-color: var(--First-color);
    padding: 10px;
}
.Specialities_section .Specialities_item .Specialities_details a:hover {
    color: #000;
    background-color: var(--Second-color);
}
.Specialities_section .owl-theme .owl-nav.disabled+.owl-dots {
    text-align: left;
    background-color: #ebeef3;
    padding: 5px 20px;
    margin-top: 0px;
    display: inline-flex;
    float: right;
}
.Specialities_section .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px!important;
}
.Specialities_section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--Second-color);
}
.SuperSpecialities {
    text-align: center;
}
.SuperSpecialities .spec-hed h4 {
    font-weight: 500;
}
.SuperSpecialities .spec-hed span {
    font-weight: 700;
    font-size: 34px;
}
.meet-the-team {
    background-color: var(--Second-color);
    padding: 40px 0px;
}
.meet-the-team .meet-grop {
    position: relative;
    z-index: 100;
    padding-top: 40px;
}
.meet-the-team .meet-grop p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.meet-the-team .meet-grop h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
}
.meet-the-team .meet-grop h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.meet-the-team .bcimg {
    position: absolute;
    left: 0;
    padding-top: 100px;
}
.meet-the-team .Team_item {
    margin-bottom: 30px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px;
}
.meet-the-team .MT30 {
    margin-top: 30px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.meet-the-team .Team_item .Team_image img {
    border-radius: 50%;
}
.meet-the-team .Team_item .Team_details h5 {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
}
.meet-the-team .Team_item .Team_details p {
    text-align: center;
    font-size: 14px;
}


.sp-Gallery{
   background-image: url("../images/Gallery/galleryBg.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}


.sp-Gallery .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.sp-Gallery .Gallery_item:hover img {
    transform: scale(1.1);
}
.sp-Gallery .Gallery_item  {
    overflow: hidden;
    padding: 0;
}
.sp-Gallery .Gallery_item img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.Pt40pb20{
	padding-top: 40px;
	padding-bottom: 20px;
}


.Facilities{
   background-image: url("../images/Gallery/galleryBg.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding-top: 30px;
   padding-bottom: 60px;
}


.Facilities .Facilities-Left span {
	color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.Facilities .Facilities-Left h4 {
	color: #fff;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 30px;
}

.Facilities .Facilities-Left ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}



.Facilities .Facilities-Left ul li p{
    font-size: 14px;
	color: #fff;

}


.Facilities .Facilities-Left ul li img{
    padding: 10px 20px;
	border: 1px solid #fff;
	margin-right: 10px;
}

.Facilities .Facilities-Left ul{
    margin-left: 0px;
	padding-left: 0px;

}

.Facilities .Facilities-Right .barcode{
    margin-bottom: -50px;
	position: relative;
	z-index: 1000;
}

footer{
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}

footer .ftlogo img{
	
}

footer .ftlogo p{
	text-align: justify;
	padding-top: 20px;
}

footer .ftlinks h3{
    font-size: 18px;
    font-weight: 900;
	padding-bottom: 10px;
}

footer .ftlinks ul{
	margin-left: 0px;
    padding-left: 0px;
}

footer .ftlinks ul li{
	list-style: none;
}


footer .ftlinks ul li a{
	text-decoration: none;
	color: #000;
    line-height: 26px;
    font-size: 14px;
}


footer .ftlinks ul li a:hover{
	color: var(--Third_color);
}


footer .ftlinks ul{
	border-right: 1px solid #000;
}

footer .ftaddress h3{
    font-size: 18px;
    font-weight: 900;
	padding-bottom: 10px;
}

footer .ftaddress ul{
	margin-left: 0px;
    padding-left: 0px;
}

footer .ftaddress ul li{
	list-style: none;
	margin-bottom: 10px;
}

 .footersub{
	background-color: #5a5a5c;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 100%;
}

.footersub p{
	text-align: center;
	width: 100%;
}


/* ---------------------------------- About us page -------------------------------- */
.column {
	-ms-flex: 40%;
	flex: 40%;
	max-width: 40%;
	background-color: #fff;
}

.columnm1 {
	-ms-flex: 60%; /* IE10 */
	flex: 60%;
	max-width: 60%;
	background-color: #fff;
}



.rown {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}



@media screen and (max-width: 800px) {
.column {
	-ms-flex: 40%;
	flex: 40%;
	max-width: 40%;
}

.columnm1 {
	-ms-flex: 60%; /* IE10 */
	flex: 60%;
	max-width: 60%;
}

}


@media screen and (max-width: 700px) {
.column {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}

.columnm1 {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}

}

.aboutus{ 
	padding-top: 30px;
}



.aboutus .column{
	padding-left: 6%;
	padding-top: 6%;
}


.aboutus .column p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.aboutus .column h2{
    font-size: 47px;
    color: #000;
    font-weight: 400;
}
.aboutus .column span {
    color: var(--First-color);
    font-weight: 700;
}

.aboutus .columnm1 img{
	width: 100%;
}

.aboutus p{
	padding-top: 20px;
}

.drbanner{
	width: 100%;
	height: auto;
	background-color: var(--Second-color);
	padding-top: 15px;
	padding-bottom: 15px;
}

.drbanner h3{
	color: #000;
	text-align: center;
	
}

.drjain{
	padding-top: 50px; 
	padding-bottom: 50px;
}

.drjain img{
	padding-bottom: 20px;
}


.drjain h2{
	font-weight: 700;
}

.drjain h4{
	font-weight: 400;
    font-size: 18px;
    padding-bottom: 15px;
}

.drjain p{
	line-height: 30px;
}



/*===========================Specialitiespage===================================*/

.Specialitiespage{
	padding-top: 50px;
	padding-bottom: 50px;
}


.Specialitiespage h3{
	border-bottom: 3px dotted #000;
}

.Specialities-content{
	padding-top: 5px;
	padding-bottom: 30px;
}

.Specialities-content .Specialities_Cnt-item{
	margin-bottom: 50px;
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}


.Specialities-content .Specialities_Cnt-item h5{
	padding-left: 10px;
}


.Specialities-content .Specialities_Cnt-item p{
	padding-left: 10px;
}


.Specialities-content .Specialities_Cnt-item img{
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.Specialities-content .Specialities_Cnt-item img:hover{
	transform: scale(1.1);
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.Specialities-content .Specialities_Cnt-item h5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
}
.Specialities-content .Specialities_Cnt-item h5:hover {
    color: var(--Second-color);
}
.Specialities-content .Specialities_Cnt-item p {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 3px;
}

.whatsappsec {
	padding: 0px 0px 30px 0px;
}

.whatsappsec .whatsappsection{
	background-color: var(--First-color);
	padding: 15px 40px;
}

.whatsappsec .whatsappsection h3{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 0px;
	
}


.whatsappsec .whatsappsection span{
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}


.whatsappsec .whatsappsection ul{
	color: #fff;
	margin-left: 0px;
    padding-left: 0px;
}


.whatsappsec .whatsappsection ul li{
	list-style: none;
	font-size: 37px;
	font-weight: 900;
}


.whatsappsec .whatsappsection ul li i{
	color: #46c756;
	font-weight: 900;
} 




/*=============================contactus page===============*/

.contactus2 {
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.contactus2 ul {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}
.contactus2 p {
    color: #ed1c24;
    font-size: 18px;
    padding-top: 20px;
}
.form-horizontal .form-control {
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
.form-horizontal .control-label {
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.form-horizontal button {
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #1c6fb5;
    background-color: #1c6fb5;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 0.5px;
    float: right;
}
.resources {
    width: 100%;
    height: 330px;
    background: url(../images/resource_background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.resources2 {
    width: 100%;
    height: auto;
    padding: 70px 0 40px;
}
.res_box {
    width: 100%;
    height: 373px;
    background-color: #e1e1e1;
    margin-bottom: 30px;
}
.res_box2 {
    padding: 10px;
}
.res_box2 h5 {
}
.res_box2 p {
    text-align: justify;
    line-height: 24px;
}
.res_box a {
    display: block;
    background-color: #253847;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 0;
}
.res_box a:hover {
    background-color: #00355f;
    color: #fff;
    text-decoration: none;
}
.action_plan {
    width: 100%;
    height: 330px;
    background: url("../images/actionplan_background.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
.action_plan2 {
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.action_plan2 h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #186fb4;
}
.action_plan2 p {
    line-height: 27px;
}
.action_plan2 h4 {
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #186fb4;
}
.action_plan3 {
    width: 100%;
    height: auto;
    background: url("../images/actionplan_background2.jpg") fixed no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
    color: #fff;
}
.action_plan3 h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.action_plan3 p {
    line-height: 27px;
}
.resource_link {
    width: 100%;
    height: auto;
    padding: 40px 0 20px;
}
.resource_link h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #263747;
    border-left: 7px solid #263747;
    padding-left: 5px;
}



.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url("../images/testi.jpg");
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#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: 14px;
  height: 14px;
  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: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -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%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  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: #ffffff;
  font-size: 30px;
  font-weight: 600;
  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: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

