@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Sevillana&display=swap');

body{
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
	font-family: 'Nunito Sans', sans-serif;
}

/*DE9E3D*/
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none;
	color:#222;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
p{
	margin:0;
	padding:0;
}
.section-padding {
	padding:40px 0;
}
img{
	width: 100%;
}

.section-title h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}
.section-title h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
}
.section-title span {
    margin-right: 0px;
}
/*==== common css End ====*/

 /*==== Topbar css start ====*/
.topbar {
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}
.header-top {
    text-align: -webkit-auto;
}
.header-top ul li {
    margin: 0 10px;
}
.header-top ul li a i {
    color: #13017d !important;
    margin-right: 6px;
}
.heder-social ul li a i {
     margin-left: 20px;
     color: #13017d !important;
}
.header-top ul li a {
    color: #13017d !important;
    display: inline-block;
    font-weight: 600;
}

.header-social {
    text-align: right;
}
.header-social ul li a {
    color: #fff;
    margin-left: 15px;
}
.header-book {
    text-align: right;
}
.patner a {
    background: #7c043d;
    color: white !important;
}
.patner a:hover {
    background: #7c043d;
    color: white !important;
}
.booknow_btn, .booknow_btn:hover {
    background: #00909A;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}
.heder-social {
    text-align: end;
}
/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/
.header {
    background: #13017d;
}
.logo-area {
    width: auto;
    height: 75px;
    margin-top: 5px;
}
.logo-area a {
    height: 100%;
    display: block;
    padding: 5px;
    position: relative;
}
.logo-area a span,
.footer-logo a span {
    position: absolute;
    top: 0;
    left: 18px;
    font-size: 10px;
    font-weight: 600;
    color: #7c043d;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.footer-logo a span {
    top: 10px;
    left: 38px;
}
.logo-area a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.mobile-menu {
	display: none ;
}  			
.menu-area {
	text-align: right;
}
.menu-area ul li a {
    color: #ffffff;
    text-align: right;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    padding: 8px 10px;
    transition: all .5s ease;
    text-transform: capitalize;
    font-family: 'Rajdhani', sans-serif;
}
.menu-area ul li a:hover {
    color: #fff;
}
.menu-area .active {
    transition: all .5s ease;
    color: #fff;
}
.menu-area .active:hover{
	color:#fff;
}
.menu{
	cursor: pointer;
}
.menu-area ul li{
	position: relative;
	display: inline-block;
}
.cont_menu {
    background: #00909A;
}
li.cont_menu a {
    color: #fff !important;
}
.menu{
	cursor: pointer;
}
.custom-dropdown{
	position: relative;
	transition: all .5s ease;
}
.submenu {
    position: absolute;
    background: #fff;
    width: 300px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    top: 110%;
    z-index: 9;
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition: all .35s ease;
    top:100%;
}
.submenu li {
    display: block !important;
}
.submenu li a {
    margin: 0 !important;
    color: #222 !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0.35s all;
}
.submenu li a:hover {
    color: #fff !important;
    background: #13017d;
}
/*==== header area end ====*/
.slider-area {
    position: relative;
    z-index: 1;
}
.slider-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.slider-item {
    width: 100%;
    height: 70vh;
}

.slider-item img{
	height:100%;
}
.main-slider {
	position:relative;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	content: "";
}
.main-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px !important;
    margin: 0px 5px;
    background: #13017d !important;
    border-radius: 50%;
}

.main-slider .owl-dots .owl-dot.active {
	background: #00909A !important;
}

.slider-text {
    padding-top: 0px;
    position: absolute;
    top: 28%;
    transform: translateY(-50%) !important;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    transform: translateX(-24%) !important;
}
.slider-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    max-width: 600px;
    margin: 0 auto;
}
.slider-text h1 {
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    color:#fff;
    margin: 20px auto;
    text-align: center;
    max-width: 700px;
    font-family: 'Rajdhani', sans-serif;
}
.slider-text a {
    padding: 8px 25px;
    color: #fff;
}

.main-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    outline: none;
}
.main-slider button.owl-prev i {
    background-color: #00909A;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
}
.main-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    outline: none;
}
.main-slider button.owl-next i {
    background-color: #00909A;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
}
.common_btn {
    background: #00909A;
    border-radius: 0;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 5px;
}
.common_btn:before{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #190238;
	z-index: -1;
	transition: 0.35s all;

}
.common_btn:hover:before{
	width: 51%;
}
.common_btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #190238;
    z-index: -1;
    transition: 0.35s all;
}
.common_btn:hover:after{
	width: 50%;
}
/*==== Slider css End ====*/

/*==== Category css Start ====*/
.category-area {
    padding: 45px;
}
.category-item {
    position: relative;
    overflow: hidden;
}
.category-item p {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.category-item img{
	transition: 0.35s all;
}
.category-item:hover.category-item img {
    transform: scale(1.2);
}
/*==== Category css End ====*/
/*==== About css Start ====*/
h2.advance_about {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-top: 15px;
}
.ab_btn a {
    background: #00909a;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    transition:all .5s ease;
}
.ab_btn a:hover {
    background: #000;
}
li.custom-dropdown i {
    margin-left: 2px;
}
.pic img {
    padding: 8px;
}
.about-image img {
    border-radius: 20px;
}
.about-mission-section{
    background: #fff;
    padding: 50px 0px;
}
.about-section{
	background: #e7f9e7;
    padding: 50px 0px;
}
.missionvision-section{
    background: #fff;
    padding: 50px 0px;
}
.about-content h2 {
    font-size: 25px;
    font-weight: 900;
    color: #00909A;
    text-transform: capitalize;
    border-bottom: 3px dotted #00909A;
    padding-bottom: 15px;
    margin-bottom: 18px;
    display: inline-block;
}
.about-content a{
	color : #fff;
}
.about-text-section ul {
    margin-top: 15px;
}

.about-text-section ul li {
    padding-bottom: 10px;
    margin-left: 25px;
    position: relative;
    display: block;
}
/*.about-text-section ul li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #00909A;
    left: -12px;
    top: 18px;
}*/

.about-text-section ul li:after {
    position: absolute;
    left: -19px;
    top: 7px;
    content: "\f05d";
    font-family: FontAwesome;
    color: #00909A;
    background: #fff;
    border-radius: 50px;
    line-height: 15px;
    font-size: 20px;
}
.program-item img {
    height: 160px;
}
.program-img img {
    height: 100%;
}
/*==== About css End ====*/

/*==== Program Css Start ====*/
.program-section {
    background: #f4fbf6;
    padding: 70px 0;
}
.program-item {
    background: #fff;
    border: 1px solid transparent;
    transition: 0.35s all;
    border-radius: 5px;
}
.program-item:hover{
    border:1px solid #00909A;
}
.program-item a {
    
}
.program-text {
    padding: 15px 14px;
}
.program-img {
    height: 160px;
}
.program-text h3 {
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.program-btn {
    border: 1px solid #ddd;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 12px;
    color: #00909A;
    transition: 0.35s all;
}
.program-btn:hover {
    background: #00909A;
    color: #fff;
}
.programslider .owl-dots button {
    height: 15px;
    width: 15px;
    background: #fff!important;
    margin: 0 3px;
    border-radius: 50px;
    border: 1px solid #00909A !important;
    outline: 0 !important;
}
.programslider .owl-dots button.active {
    background: #00909A !important;
}
.programslider .owl-dots {
    text-align: center;
    margin-top: 15px;
}
/*==== Product Css End ====*/

/*==== Client Css Start ====*/
.client-section {
    padding: 30px 0;
    text-align: center;
}

.client-section .section-title h2 {
    text-align: center;
    margin-bottom: 30px;
}

.client-item {
    background: #E7F9E7;
    border-radius: 5px;
    height: 150px;
}
.client-item img {
    height: 100%;
    width: 100%;
    padding: 15px;
    object-fit: contain;
}
/*==== Client Css End ====*/

/* ==== Footer Css Start ====*/
.footer-area {
    background: #263238;
}
.footer-logo {
    height: 80px;
    width: 171px;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.footer-logo a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.footer-logo a img {
    width: 155px;
    height: 157%;
    margin-top: -11px;
    background: white;
    border-radius: 3px;
}
.footer-about {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.widget_title {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 25px;
}
.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #d1d1d1;
    display: inline-block;
    margin: 5px 0px;
    transition: 0.35s all;
}
.footer-menu ul li a:hover {
    color: #00909A;
    margin-left: 5px;
}
.footer-icon {
    display: grid;
    grid-template-columns: 50px auto;
    color: #d1d1d1;
    margin-bottom: 15px;
    grid-gap: 20px;
}
.footer-icon .text span {
    display: block;
    color: #00909A;
}
.footer-icon i {
    font-size: 20px;
}
.social-icon {
    margin-top: 15px;
}
.social-icon span {
    color: #fff;
    margin-right: 15px;
}
.social-icon ul li a i {
    background: #fff;
    color: #333;
    margin-right: 2px;
    font-size: 17px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    transition: 0.35s all;
}
.social-icon ul li a i:hover {
    background: #00909A;
    color:#fff;
}

.footer-icon .icon {
    background: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

.footer-icon .icon {
    color: #00909A;
}
/*====  copyright css start  ====*/
.copyright-area {
    background: #263238;
    color: #fff;
    text-align: left;
    padding: 18px 0;
    border-top: 1px solid #4c4c4c;
}
.copyright p {
    text-align: center;
}
.copyright-area p a {
	color: #00909A
}
.scrolltop {
    position: fixed;
    left: 15px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #00909A !important;
    height: 40px !important;
    line-height: 35px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
}

/*contact css start*/
.bredcrumb-banner{
	background: url('../images/breadcrumb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
	color: #fff;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
	box-shadow: -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
}
.contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background: #00909A;
}
.contact-form h2 {
    font-size: 18px;
    font-weight: 600;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}
/*=== About Css Start ===*/
.custom-breadcrumb {
    background: url('../images/breadcrumb.jpg');
    padding: 65px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-breadcrumb::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    content: "";
    z-index: -1;
}
.bread-title {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
}
.about-area.section-padding {
    padding: 60px 0;
}
.about-item h2 {
	font-size: 25px;
	font-weight: bold;
	color: #222;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 25px;
}	
.about-text p {
	margin-top: 10px;
	color: #222;
}
.about-img {
	position: absolute;
	top: 115px;
	left: -60px;
	width: 290px;
	height: 300px;
}
.about-text {
    margin-top: 30px;
}
/*==== About Css End ====*/

/*=== Pricing Css Start ===*/
.price_title {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

/*=== Pricing Css End ===*/

/*=== Staff Css Start ===*/
.staff-area {
    padding-top: 50px;
    padding-bottom: 0px;
}
.staff-image {
    margin-bottom: 50px;
}
.staff-content {
    width: 95%;
    background: #00909A;
    margin: 15px auto;
    text-align: center;
    padding: 10px 8px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999;
}
.testimonial * {
    color: #fff;
}

h3.staff_name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.staff-image p {
    color: #f9f9f9;
}
p.staff_phone {
    color: #1f313e;
    font-weight: 600;
    margin-top: 3px;
}
.footer-icon.head-office {
    margin-top: 10px;
}

.staff-inner:hover .staff-content::after,.staff-inner:hover .staff-content::before {
    width: 8px !important;
}
.staff-image img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 4px solid #00909a;
    margin: 0 auto;
}
/*=== Staff Css End ===*/
section.footer-area.sec_padd {
    padding: 28px;
}
.text.add_text p {
    margin-top: 10px;
}
.icon.logo_add {
    margin-top: 15px;
}
/*=== Product Details Css Start ===*/
.product-bg {
    background: #F4FBF6;
}
.product-details {
    background: #f1f1f1;
}
.product-details-content {
    background: #fff;
    padding: 30px;
}
.product-details-content ul li a {
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
}
.pdetails-name {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
}
.details {
    margin-bottom: 25px;
    margin-top: 15px;
}
.details-img-item {
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.details-img-item img {
    height: 100%;
    object-fit: contain;
}
/*=== Product Details Css End ===*/

/*==== Blog Css Start ====*/
.blog-img {
    height: 240px;
}
.blog-img img{
    border-radius: 5px;
    height: 100%;
    width: 100%;
}
.blog-item {
    background: #fff;
    transition: 0.35s all;
}
.blog-item:hover {
    transform: translateY(-10px);
}
.blog-date {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #00909A;
    margin-top: -35px;
    margin-left: 20px;
    border-radius: 3px;
}

.blog-date p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.blog-time {
    position: absolute;
    bottom: 0px;
    background: #00909A;
    color: #fff;
    padding: 6px 11px;
}
.blog-text {
    padding: 15px;
    z-index: 9999;
    background: #fff;
    position: relative;
    height:250px;
}
.blog-author {
    margin-top: 8px;
}
.blog-author i {
    color: #00909A;
}
.bloc-dec {
    color: #444;
    height:100px;
}
span.name__deferand {
    color: #00909a;
}
.blog-count {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 25px;
}
.blog-read-more a {
    padding: 10px 10px;
    transition: all .5s ease;
}
.blog-title {
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    height:50px;
}
.blogdetails-img {
    padding: 5px 5px; 
    border: 5px solid #00909A;
    box-sizing: border-box;
    border-radius: 5px;
}
.blogdetails-title {
    padding: 15px 15px;
    background: #00909A;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}

.blogdetails-tag {
    float: left;
    width: 60%;
}
.blogdetails-tag h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.blogdetails-date {
    float: right;
    color: #fff;
}
.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #00909A;
    margin-bottom: 15px;
    border-bottom: 2px solid #00909A;
    padding-bottom: 5px;
    display: inline-block;
}
.blog-recent {
    display: grid;
    grid-template-columns: 150px auto;
    background: #f1f1f1;
    padding: 10px;
    grid-gap: 10px;
}
.blog-recent-text a {
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}
.blog-recent-text span {
    font-weight: 400;
    display: block;
}
/*==== Blog End ====*/

.gallery-section {
    background: linear-gradient(to top, #effffc, transparent 30%);
    padding: 100px 0px 20px;
    position: relative;
}
.gallery-section .gallery-title {
    margin-bottom: 54px;
}
.gallery-section .gallery-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.gallery-section .gallery-title p {
    width: 60%;
    font-size: 16px;
    font-weight: 400;
}
.gallery-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.gallery-section .owl-nav .owl-prev i {
    position: absolute;
    right: 390px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}
.gallery-section .owl-nav .owl-next i {
    position: absolute;
    right: 307px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}


.about-section {
    padding: 100px 0px 100px 0px;
}
.about-section .about-image {
    transition: .5s;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.about-section .about-image img {
    width: 100%;
    transition: .5s;
}
.about-section .right-content {
    padding: 0px 34px 0px 35px;
}
.about-section .right-content .top-content h4 {
    color: #030f27;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}
.about-section .right-content .top-content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.about-section .right-content .bottom-content {
    position: relative;
    margin-top: 25px;
}
.about-section .right-content .bottom-content::before {
    position: absolute;
    content: "";
    height: 220px;
    width: 220px;
    background-color: #FFF6EB;
    border-radius: 50%;
    top: 20%;
    left: 21%;
    z-index: -1;
    animation: dance3 2s alternate infinite;
}
.about-section .right-content .bottom-content .icon-box {
    margin-bottom: 20px;
}
.about-section .right-content .bottom-content .icon-box .icon i {
    font-size: 35px;
    color: #FA9732;
    margin-right: 20px;
}
.about-section .right-content .bottom-content .icon-content {
    padding-right: 125px;
}
.about-section .right-content .bottom-content .icon-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #FA9732;
}

ul.nav.nav-pills {
    display: flex;
    width: 100%;
    border-bottom: 4px solid #ddd;
    justify-content: space-between;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: initial;
}
a.nav-link {
    position: relative;
    top: 4px;
}
a.nav-link.active {
    border-bottom: 4px solid #00909A;
}
.tab-content {
    margin-top: 40px;
}

.about-read-more {
    margin-top: 30px;
}
.about-read-more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00909A;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.pic {
    height: 350px;
    background: #fff;
    margin-bottom: 15px;
}

.pic img {
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
}
.bg-testi {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    min-height: 560px;
    position: relative;
}
.bg-testi:after {
    position: absolute;
    left: 61px;
    top: 79px;
    height: 520px;
    width: 516px;
    content: "";
    background: #222;
    opacity: 0.80;
    border-radius: 14px;
}
div#testimonial-slider {
    background: rgba(0,0,0,0.5);
    /* padding: 50px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 10px;
    height: 592px !important;
}
.why__title {
    text-align: center;
}
.why__title p {
    font-weight: 900;
    font-size: 27px;
    padding: 24px 0px;
    color: #000000;
    z-index: 999;
}
p.description {
    color: #fff;
    padding: 10px;
}
h3.testimonial-title {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
div#testimonial-slider .owl-item {
    padding: 30px;
    margin-top: 30px;
}
.testimonial {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}
.client__img {
    height: 150px;
    background: #e7f9e7;
    border-radius: 5px;
    margin-bottom: 19px;
}
.client__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
}
.testimonial .testimonial-title:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #2196f3;
    margin-top: 30px;
}



.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    border: 2px solid #00909A;
}
.why-us.home-why {
    padding: 50px 30px;
}
section.why-choose-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to top, #fff, #E7F9E7);
}
.why-us .section-title {
    margin-bottom: 35px;
}
.point-why {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
}
.why_choose_des {
    font-size: 18px;
    margin-bottom: 25px;
}
.why_img img {
    width: 80%;
}
.why-us .common_btn {
    color: #fff;
    padding: 5px 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 17px;
}
.pont-desc h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.point-why {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.product_sec {
    text-align: center;
}

.section-title.product_sec h2 {
    text-align: center;
    margin-bottom: 45px;
}
.blog-area{
    background: #e7f9e7;
}
.why_choose_sec {
    background: #e7f9e7;
}
.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.equipments-image {
    height: 250px;
    overflow: hidden;
    position:relative;
}
.sample-widget.certificate_widget {
    background: #fff;
}
.certificate_name {
    padding: 10px;
}
.equipments-image img {
    height: 100%;
    width: 100%;
}
.overlay {
    position: absolute;
    background: rgba(251,71,30, 0.8);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #00909A;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

/*===== Mission & Vision Start====*/
.mission-section {
    padding: 50px 0;
}
.vision-section {
    background: #F4FBF6;
    padding: 50px 0;
}

.vision-section img {
    margin-top: 12px;
}

.missionvision-text ul li {
    padding-bottom: 5px;
    margin-left: 25px;
    position: relative;
    display: block;
}
.missionvision-text ul li:after {
    position: absolute;
    left: -17px;
    top: 7px;
    content: "\f05d";
    font-family: FontAwesome;
    color: #00909A;
    background: #fff;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    line-height: 15px;
}
.missionvision-text ul li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #00909A;
    left: -12px;
    top: 15px;
}

/*===== Mission & Vision End====*/

/*==== Owner message Start====*/
.owner-message {
    margin: 30px 0;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.owner-info img {
    margin-bottom: 12px;
}
.owner-message .title {
    color: #ED450C;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 15px;
}
.box1 {
    padding: 4px;
    border-style: solid;
    border-color: #91a7c1;
    border-width: 7px;
}
.imgr {
    border-radius: 50%;
    border: 5px;
    height: 200px;
    width: 200px;
    background: #f1f1f1;
}
.messge-description {
    padding-left: 15px;
}
.messge-description p {
    font-size: 16px;
    color: #222;
}
.messge-description p {
    font-family: 'Sevillana', cursive;
    font-size: 24px;
    font-weight: 600;
}

.owner-info p {
    text-align: center;
    font-size: 16px;
}
.owner-info {
    margin: 12px 0;
}
.messge-description .left-quote {
    transform: rotate(180deg);
    position: absolute;
    top: 35px;
    left: 2px;
    width: 20px;
}
.order-1{
    order:1;
}
.order {
    display: flex;
    flex-wrap: wrap;
}
/*====Owner message End====*/

/*====Common Content Start====*/
.common-content-section {
    padding: 50px 0;
}
.common-content {
    margin-top: 24px;
    background: white;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: -1px 1px 11px 0px rgba(0,0,0,0.11);
}
.common-image {
    border: 5px solid #00909A;
    border-radius: 50px;
    overflow: hidden;
    height: 500px;
}
.common-image.service-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.common-content ul li {
    padding-bottom: 10px;
    margin-left: 25px;
    position: relative;
    display: block;
}
.common-content ul li:after {
    position: absolute;
    left: -17px;
    top: 7px;
    content: "\f05d";
    font-family: FontAwesome;
    color: #00909A;
    background: #fff;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    line-height: 15px;
}
.common-content ul li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #00909A;
    left: -12px;
    top: 15px;
}
/*====Common Content End====*/
.mean-container a.meanmenu-reveal {
    width: 28px;
    height: 28px;
    color: #00909A;
}

.video {
    margin-top: 30px;
    border: 6px solid #d2d6dc;
    
}
/*=============service===========*/
section.ourservice {
   
    padding-bottom: 40px;

}
section.ourservices {
    background: url('../images/productbg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position: center;
    position:relative;
    z-index:1;
 
}
section.ourservices:after {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background:rgba(0,0,0, 0.5);
 z-index:-1;
 
}
.why-us {
    padding: 30px 0px;
}
.service_img {
    height: 324px;
   
}
.service_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    
}
.title__service h3 {
    color: #13017d;
    left: 33px;
    font-size: 25px;
    background: #fff;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-top: 3px solid #13017d;
}
.anchor{
    cursor: pointer;
}
.service_img{
    position: relative;
  
}

.search_btn p {
    position: absolute;
    bottom: -9px;
    right: -12px;
    background: #00909a;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: .5s all;
    opacity: .8;
}
.search_btn:hover p {
    bottom: -40px;
    right: -26px;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    
}
.search_btn i {
    color: white;
    font-size: 21px;
    margin-top: 19px;
    margin-left: 17px;
    transition: .5s all;

}
.search_btn:hover i {
    font-size: 50px;
    margin-top: 81px;
    margin-left: 88px;
}

.pro_title {
    text-align: center;
    background: white;
    font-weight: 500;
    padding: 10px 0px;
    /*border: 1px solid #ccc;*/
   
}
.pro__index {
    padding: 5px 12px;
}
 .pro_main {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 100%;
    margin: 20px 0px;
}
.pro_main:hover .pro_img img {
    transform: scale(1.15);
    
}
.header.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: #13017d;
    box-shadow: 4px 5px 4px #626366, -21px -17px 19px #262a2e;
    padding: 0px 0;
    z-index: 999999;
}
.pro_img {
    height: 250px;
    overflow: hidden;
}
.pro_img img {
    height: 100%;
    object-fit: contain;
    transition: .5s ease;
}
.pro_category p {
    color: white;
    font-size: 12px;
}
.section__pro {
    background: linear-gradient(to top, #fff, #E7F9E7);
    padding: 50px 0px;
}

.servi_t {
    text-transform: uppercase;
}
.pro__sli h2 {
    font-size: 25px;
    font-weight: 900;
}
.service_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
}

.servi_t h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-top: 35px;
}
.serv_b {
    text-align: right;
    margin-top: 20px;
}
.serv_b a {
    border: 1px solid #00909a;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    background: #00909a;
    border-radius: 5px;
    /* margin-top: 20px; */
    font-size: 18px;
    transition: all .5s ease;
}
.serv_b a:hover {
   background:transparent; 
}
.footer_social {
    text-align: center;
}
.footer_social ul li{
    margin-right:10px;
}

.footer_social ul li a {
    color: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 35px;
    border-radius: 2px;
    transition:all .5s ease;
}
.footer_social ul li a:hover {
    background:#fff;
    color:#000;
}
section.ourservice_page {
    background: #E9F9E9;
}

/*Camera slider */
.cam_slider {
    height:450px !important;
}
.cam_slider .camera_pag .camera_pag_ul {
    position: absolute;
    bottom: 0;
    right: 50%;
}
.pro_main.service__border {
    border: 2px solid #00ffff;
    text-align: center;
    border-radius: 1px;
    
}
.pro_main.ourservice__border {
    border: 2px solid #dcdddd;
    text-align: center;
    border-radius: 1px;
    margin-top: 16px;
}
.pro_title.servie__title {
    border-top: 1px solid #13017d;
    padding-top: 8px;
    text-align: center;
}
.client__name:hover {
    color: #00909a;
    transition: .3s all;
    margin-left: 2px;
}
.about-text-section {
    text-align: justify;
}
.side_link {
    position: fixed;
    right: 4px;
    bottom: 10%;
    width: 60px;
    background: #ddd;
    text-align: center;
    z-index: 99;
    border-radius: 5px;
}
.side_link ul li a p {
    font-size: 10px;
}
.side_link ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}
.side_link ul li:last-child {
    border-bottom:none;
}
.side_link ul li a {
    transition: all .5s ease;
    width: 100%;
    display: block;
}
.side_link ul li a:hover {
    color:red;
}
.testimonial .pic {
    height: 300px;
}

.testimonial .pic img{
    width:100%;
    height:100%;
}





