/*
  Theme Name:  Medihouse - Hospital Medical Caregiver HTML Template
  Author: Kazi Sahiduzzman
  Description: Business template.
  Version: 1.0
*/

/* Css Index
-----------------------------------

1. Typography css 
2. Theme default css 
3. Header top css
4. Hero css
5. Feature css
6. About css
7. Categories css 
8. Choose css 
9. Course css 
10. Address css 
11. Team css
12. Review css 
13. Blog  css
14. Counter css 
15. Partner css 
16. Registration css 
17. Google css 
18. Event css 
19. Shop css 
20. Scroll top css
21. CTA css
22. 404 CSS
23. Footer css 
24. Blog Page css
25. Breadcrumb css
26. Single Page css
27. Sidebar css
28. Pagination css
29. Shape Animation css

*/


/*-------------------------------------------------------
1. Typography css ) 
---------------------------------------------------------*/

 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');

:root {
	--heading-color: #292929;
	--bg-color: #f5f5f5;
	--bg-color-2: #fcfcfc;
	--bg-color-3: #EEEEEE;
	--body-color: #6A6A6A;
	--theme-color: #E22555;
	--theme-color-2: #254FF0;
	--thm-clr-1: #076CEC;
	--thm-clr-3: #4E97FD;
	--white-color: #fff;
	--black-color: #000;
	--light-color: #EFEFEF;
	--border-color:#E3E8FE;
	--lightgrey-color: #ccc;
	--ft-1: 'Roboto', sans-serif;
    --ft-2: 'Poppins', sans-serif;
	--bx-1: 0 20px 27px rgba(238,238,238,.47);
	--bx-2: 0 3px 21px rgba(206,206,206,.16);
	--bx-3: 0 0 30px rgba(238,238,238,.47);
	/*	Fancy Border Radius*/
	--background: #076CEC;
	--primary: #4E97FD;
	--secondary: #254FF0;
	--third: #E22555;
}

.bg-2 {
	background: var(--bg-color-2);
}

.bg-3 {
	background: var(--bg-color-3);
}


*, *:before, *:after {
 	box-sizing: inherit;
}

html,body {
	height: auto;
    width:100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-size: 62.5%;
	box-sizing:border-box;
}

body {
	font-family: var(--ft-1);
	font-style: normal;
	color: var(--body-color);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
	-moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

a{
    color: var(--body-color);
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a:hover{
    color:#666;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6{
    color:var(--heading-color);
    margin:0 0 1.5rem 0;
    font-weight: 600;
    font-family: var(--ft-2);
	line-height: 1.2;
}

h1{
    font-size:48px;
}

h2{
    font-size:36px;
}

h3{
    font-size:30px;
}

h4{
    font-size:24px;
}

h5{
    font-size:18px;
}

h6{
    font-size:14px;
}

p{
	margin-bottom: 1.5rem;
	color: var(--body-color);
	line-height: 2.8rem;
}

.img,img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height:auto;
}

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

label {
color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5;
}

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5;
}

input:focus,
textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
}

/*Custom Container*/

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 1400px;
		width: 90%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
	}
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
	}
}

/*Animations*/

.site-animation {
    position: absolute;
    top: -140px;
    left: 25px;
}

.ani-box {
	animation: rotate-all 2s 0 infinite linear alternate;
}

.ani-1 {
	background-color: #F4F4F7;
	position: relative;
	margin: auto;
	animation: square-to-circle 2.5s .5s infinite cubic-bezier(1,.015,.295,1.225) alternate-reverse;

}

.ani-2 {
	background-color: #F4F4F7;
	position: relative;
	margin: auto;
	animation: square-to-circle2 2.5s .42s infinite cubic-bezier(1,.015,.295,1.225) alternate-reverse;
}

.ani-1,
.ani-2 {
	width: 80px;
	height: 80px;
}

#ani-one {
	top: 150px;
}
 
#ani-two {
	top: 150px;
	right: 80px;
}

#ani-three {
	top: 150px;
}

#ani-four {
    bottom: 10px;
    left: 80px;
}

/*-------------------------------------------------------
2. Theme default css 
---------------------------------------------------------*/

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/images/loader.png) center no-repeat var(--white-color);
    text-align: center;
}
.site-title img{
	width: 239px;
    margin: 0 auto;
    display: block;
    margin-bottom: 3px;
}
.height100 {
	height: 100%;
}

.height100vh {
	height: 100vh;
}

.bg {
	background:var(--bg-color);
}

.bg-sec {
	background:var(--bg-color-sec);
}
/*grid css*/

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 3rem;
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 3rem;
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 3rem;
}

.gap-0 {
	grid-gap: 0;
}

/*margins paddings*/

.de-padding {
    padding:70px 0 44px;
}
.paddng10{
	padding:50px 0 80px;
}

.de-pt {
	padding-top:60px;
}

.pt-20 {
	padding-top: 2rem;
}

.de-pb {
	padding-bottom: 8rem;
}

.mb-10 {
	margin-bottom: 1rem;
}
.tpadding{
	padding-bottom:75px;
	background: url(../img/map.png);
    background-position: center center;
    background-repeat: repeat;
	background-size:100%;
}

.mb-20 {
	margin-bottom: 2rem;
}

.mb-30 {
	margin-bottom: 3rem;
}

.mb-40 {
	margin-bottom: 4rem;
}

.mb-50 {
	margin-bottom: 5rem;
}

.mb-60 {
	margin-bottom: 6rem;
}

.mb-70 {
	margin-bottom: 7rem;
}

.mb-80 {
	margin-bottom: 8rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-10 {
	margin-top: 1rem;
}

.mt-20 {
	margin-top: 2rem;
}

.mt-30 {
	margin-top: 3rem;
}

.mt-40 {
	margin-top: 4rem;
}

.mt-50 {
	margin-top: 5rem;
}

.mt-60 {
	margin-top: 6rem;
}

.mt-70 {
	margin-top: 7rem;
}

.mt-80 {
	margin-top: 8rem;
}

/*bsnav menu*/

.navbar .navbar-expand-lg .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link {

    padding: 2rem 12px;
    font-weight:500;
    display: block;
    font-size: 15px;
    position: relative;
    transition: .3s;
    cursor: pointer;
    color:#000;
    /* font-weight: 500; */
    /* font-size: 1.4rem; */
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: .8px;
   font-family: 'Roboto', sans-serif;
}
.navbar-expand-lg .navbar-nav{
	position: relative;
    left: 25px;
}
.header-2 .navbar .navbar-expand-lg .navbar-nav .nav-link,
.header-2 .navbar .navbar-nav .nav-link {
	color: var(--heading-color);
}

.navbar.sticked.in .navbar-expand-lg .navbar-nav .nav-link,
.navbar.sticked.in .navbar-nav .nav-link {
    color: var(--heading-color);
}

/*Besi Menu Settings*/

.main-navigation {
    position: relative;
}

.navbar {
    z-index: 999;
}

.single-head .navbar .navbar-expand-lg .navbar-nav .nav-link,
.single-head .navbar .navbar-nav .nav-link {
	color: var(--heading-color);
}

.navbar.sticked.in {
    background: #fff;
	border-bottom: 1px solid var(--lightgrey-color);
}

.navbar .navbar-brand .logo-display {
    display: block;
    width: 380px;
    background: #fff;
}

.navbar .navbar-brand .logo-scrolled {
	display: none;
}

.navbar.sticked.in .navbar-brand .logo-display {
	display: none;
}

.navbar.sticked.in .navbar-brand .logo-scrolled {
	display: block;
	width:390px;
}

.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item:active:focus>.nav-link, 
.navbar-nav .nav-item:active>.nav-link,
.navbar-nav .nav-item:focus>.nav-link,
.navbar-nav .nav-item:hover>.nav-link {
    color: #02cde1;
}

.navbar.sticked.in .navbar-nav .nav-item.active>.nav-link,
.navbar.sticked.in .navbar-nav .nav-item:active:focus>.nav-link, 
.navbar.sticked.in .navbar-nav .nav-item:active>.nav-link,
.navbar.sticked.in .navbar-nav .nav-item:focus>.nav-link,
.navbar.sticked.in .navbar-nav .nav-item:hover>.nav-link {
    color: var(--theme-color);
}

.navbar.sticked.in .navbar-nav .nav-item:hover>.nav-link {
	color: var(--theme-color);
}

.nav-item.dropdown ul li:hover > a {
color: #fff !important;
    background: #f6549e;
}

/*caret*/

.nav-item .caret {
	border-left: none;
    border-right: none;
}

.nav-item.active .caret,
.nav-item:hover .caret {
	border-top-color: var(--theme-color);
}

/*Dropdown*/
/*
.nav-item.dropdown>.navbar-nav {
    background: #fff;
    width: 250px;
    position: absolute;
    pointer-events: none;
    flex-direction: column;
    transition: .3s ease-out;
    transition-delay: .1s;
    clip: rect(0,100vw,0,0);
    padding: 2rem 3rem;
}
*/

.navbar .nav-item .caret {
    margin-top: -18px;
    border-top: solid 5px var(--heading-color);
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 0px;
}

.navbar.sticked.in .nav-item .caret {
    border-top: solid 5px var(--heading-color);
}

.nav-item.dropdown ul li a {
	color: var(--heading-color-sec) !important;
}
.navbar.sticked.in .nav-item:hover .caret {
	border-top: solid 5px var(--theme-color);
}

.navbar .nav-item:hover .caret {
	border-top: solid 5px var(--heading-color);
}

.navbar .nav-item.dropdown>.navbar-nav,
.navbar .nav-item.dropdown>.navbar-nav .navbar-nav {
    background: #fff;
    border-radius:0;
    box-shadow: 0 2px 14px rgba(0,0,0,.15);
    padding:0;
}

.bsnav-transparent .nav-item.dropdown>.navbar-nav.in li a {
	font-size: 1.4rem;
}

/*Lasson Customized*/

.menu-bg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
}

.navbar.sticked.in .menu-bg {
	background: #fff;
}

.navbar.in {
    margin-top: 0rem;
    top: 0;
}

.navbar.sticked.in .menu-bg {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*For topbar*/

.navbar.in {
    margin-top: 0rem;
}

.single-head .navbar.in {
    margin-top: 0;
}

/*theme title*/

.site-title {
margin-bottom: 25px;
    margin-top: 14px;
    position: relative;
    z-index: 1;
}

.site-title h2 {
text-transform: uppercase;
    line-height: 0;
    font-size: 26px;
    margin-bottom: 40px ! important;
    color: #00b6c8;
    margin-bottom: 0;
    text-align: justify;
}
.form-group {
    margin-bottom: 15px;
}

.site-title.wh h2 {
	color: var(--white-color);
}
.site-title h5{
	    color: #95bc14;
}

.site-title.wh h5 {
	color: var(--white-color);
}

.site-title.wh p {
	color: var(--white-color);
}

/*Theme button css*/

.theme-btn {
	padding: 1.3rem 2.4rem;
	color: var(--white-color);
	text-transform: capitalize;
	font-weight: 400;
	-webkit-transition: .4s cubic-bezier(0,0,1,1);
	transition: .4s cubic-bezier(0,0,1,1);
	position: relative;
	z-index: 1;
}

.theme-btn i {
	margin-left: 7px;
}

.theme-btn.btn-2.theme-btn-active,
.theme-btn.btn-2 {
	border: 2px solid var(--theme-color-2);
}

.theme-btn::before {
	position: absolute;
	z-index: -1;
	content: '';
	background-color:#fb62a7;
	width: 98%;
	height: 96%;
	top: 50%;
	border-radius:3px;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
	-webkit-transition: .4s cubic-bezier(0,0,1,1);
	transition: .4s cubic-bezier(0,0,1,1);
}

.theme-btn-active::before,
.theme-btn:hover::before {
	opacity: 1;
	background-color: var(--theme-color-2);
	
}

.theme-btn:hover {
	color: var(--white-color);
	border: 2px solid var(--theme-color-2);
}

/*border*/

.bdr {
	border: 1px solid var(--lightgrey-color);
}

.b-t {
	border-top: 1px solid var(--lightgrey-color);
}

.b-b {
	border-bottom: 2px solid #f0ecff;
}

.b-l {
	border-left: 1px solid var(--lightgrey-color);
}

.b-r {
	border-right: 1px solid var(--lightgrey-color);
}

.posi-rel {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/*-------------------------------------------------------
3. Header top css
--------------------------------------------------------- */

.header-1 {
    background: var(--theme-color);
    padding: 2rem 0;
    position: relative;
	overflow: hidden;
}


.cus-btn {
    color: var(--heading-color);
    background-color: transparent;
    border-color: transparent;
	outline: none;
	font-family: var(--ft-2);
	font-size: 1.4rem;
}

button.cus-btn:focus {
   outline: none;
}

.headerslogan {
	text-align: center;
}

.headerslogan h5 {
    font-size: 16px;
    color: rgba(245,245,245,1);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
}

.headerslogan h5 a {
	color: rgba(245,245,245,1);
	text-decoration: underline;
}

.header-serarch-btn {
    display: flex;
    align-items: center;
}

.header-serarch-btn label {
	margin-bottom: 0;
}

.header-serarch-btn label i {
    color: var(--black-color);
    font-size: 1.8rem;
    margin-right: 3rem;
}

/*Header Logo Section*/


.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.header-logo-1 ul {
    display: flex;
    align-items: center;
}

.header-logo-1 ul li {
	margin-right: 3rem;
}

.header-logo-1 ul li:last-child {
	margin-right: 0;
}

.header-logo-1 ul li .header-logo-box {
    display: flex;
    align-items: center;
}

.header-logo-1 ul li .header-logo-box .header-icon {
	margin-right: 1rem;
}

.header-logo-1 ul li .header-logo-box .header-icon i {
    height: 4.5rem;
    width: 4.5rem;
    display: block;
    line-height: 4rem;
    text-align: center;
    font-size: 4.5rem;
    color: var(--theme-color);
    background-color: var(--bg-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.header-logo-1 ul li .header-logo-box .header-logo-box-info h6 {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
}

.header-logo-1 ul li .header-logo-box .header-logo-box-info h5 {
    margin-bottom: 0;
    line-height: 1;
	text-transform: uppercase;
}

.header-logo-1 ul li .header-search i {
    font-size: 1.2rem;
    background: var(--bg-color);
    display: block;
    padding: 7px;
    border-radius: 50%;
}

.header-serarch-btn a {
    padding: 8px 4rem;
    font-size: 1.6rem;
    background: var(--theme-color);
    color: var(--white-color);
	font-family: var(--ft-2);
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.header-serarch-btn i {
    margin-left: 8px;
    display: block;
}

.header-serarch-btn .srs-btn i {
	margin-top: 0;
	margin-left: 0;
}

/*header 1*/

.header-top-1 {
    background-color: #f176ae;
    padding: 8px 0;
}

.header-top-1 .container-fluid {
    padding-right: 85px!important;
    padding-left: 85px!important;
}

.hdr-1-wrap {
display: block;
    align-items: center;
    justify-content: space-between;
    float: right;
}

.hdr-1-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hdr-1-left span {
    color: var(--white-color);
    font-size: 1.4rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hdr-1-right ul {
    display: flex;
    gap: 2rem;
}

.hdr-1-right ul li {
	color: var(--white-color);
	font-size:15px;
}

.hdr-1-right ul li i {
	margin-right: 7px;
}

.potaka button#dropdownMenuButton {
    color: var(--white-color);
}

.potaka button#dropdownMenuButton img {
	margin-right: 7px;
}

.h-item-2 {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.main-navigation .container-fluid {
padding-right: 55px;
    padding-left: 45px;
}

.h-item-2 a {
    background-color:#87b416;
    padding: 1.5rem 3rem;
}



/*header 2*/

header.header.header-2 .header-1 {
    background-color: var(--theme-color-2);
}

.header-scl {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.header-1-wrap.hdr-3 .header-btn span,
.header-1-wrap.hdr-3 .header-btn i,
.header-1-wrap.hdr-3 .headerslogan i,
.header-1-wrap.hdr-3 .headerslogan span,
.header-1-wrap.hdr-3 .header-scl span,
.header-1-wrap.hdr-3 .header-scl ul li a i,
.header-1-wrap.hdr-3 .header-loc ul li a,
.header-1-wrap.hdr-3 .header-loc ul li a i{
	color: var(--white-color);
}

.header-1-wrap.hdr-3 .header-btn,
.header-1-wrap.hdr-3 .header-btn i,
.header-1-wrap.hdr-3 .header-loc ul li a i {
	margin-right: 1rem;
}

/*Header 3*/

.header-top-3 {
    padding: 1rem 0;
}

.hdr-3-wrap.hdr-3 {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: center;
}

.header-2-misc {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.header-scl-3 {
    display: flex;
    gap: 8px;
}

.header-scl-3 span {
    text-transform: uppercase;
}

.header-scl-3 ul {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header-reg ul {
    background-color: var(--thm-clr-3);
    padding: 8px;
    border-radius: 3rem;
    line-height: 1;
    color: var(--white-color);
}

.header-reg ul li i {
	margin-right: 7px;
}

/*search form*/

.un-srs {
    line-height: 1;
}

.h-1 .un-srs {
	margin-left: 7rem;
}

.un-srs .frm {
	display: none;
}

.un-srs .frm:checked ~ .header-form {
    opacity: 1;
    visibility: visible;
    right: 0;
    top: 0;
    width: 100%;
}

.un-srs .header-form {
    position: fixed;
    right: 0;
    top: -10rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
	width: 100%;
}

.un-srs .header-form input {
    height: 5rem;
    outline: none;
    padding: 1rem;
    width: 100%;
    text-transform: capitalize;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 1.3rem;
	border: none;
}

.un-srs .header-form input::placeholder {
	color: #fff;
	opacity: 1;
	top: -10rem;
}

.un-srs .header-form .srs-btn {
    position: absolute;
    right: 0;
    height: 5rem;
    border: none;
    outline: none;
    padding: 0 2rem;
    color: var(--heading-color);
}

.header-3-srs .srs-btn i {
	color: var(--heading-color);
}

.navbar.in .ab label i {
	color: var(--heading-color);
}

.navbar .ab label i {
	color: var(--white-color);
}

/*-------------------------------------------------------
4. Hero css
--------------------------------------------------------- */

.hero-section {
    overflow: hidden;
}

.hero-single {
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.h-11 .hero-single {
    background-size: cover!important;
    background-position: top 80px left -200px!important;
    background-repeat: no-repeat!important;
}

.hero-single .hero-shapes {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate(0, -50%);
}

/*Hero Content*/

.hero-content {
}

.hro-btn a {
    margin-right: 2rem;
}

.hro-btn a:last-child {
	margin-right: 0;
}

.hero-content h2 {
    line-height: 6rem;
    margin-top: -5px;
    font-size: 5rem;
    text-transform: capitalize;
}

.hero-content h2 span {
	font-weight: 700;
	font-size: 4.5rem;
}

.hero-content p {
    margin-bottom: 2rem;
    line-height: 3rem;
    margin-top: -7px;
    font-size: 16px;
}

.right-bg {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-content.c-1 {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding: 6rem 4rem;
}

.hero-content.c-1::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    background-color: var(--thm-clr-1);
}

.hero-content.c-1 h2,
.hero-content.c-1 .hero-p1,
.hero-content.c-1 p{
	color: var(--white-color);
}

.hero-content.c-1 .hero-p1 {
    margin-bottom: 1.5rem;
    display: inline-block;
	font-weight: 700;
}

.hh-11-btn {
    padding: 1.2rem 3rem;
    background-color: var(--white-color);
    font-weight: 700;
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 1.4rem;
}

.item.ply-btn.popup-youtube i {
    height: 5rem;
    width: 5rem;
    line-height: 4.5rem;
    text-align: center;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    display: inline-block;
}

/*Home-2*/

.hero-section.header-2 {
    margin-top: 7rem;
}

.hero-section.header-2 .hero-content {
	position: relative;
	z-index: 1;
	padding: 3rem;
}

.hero-section.header-2 .hero-content::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    top: 0;
	left: 0;
}

.hero-section.header-2 .hero-content .header-circle {
    position: absolute;
    bottom: -20px;
    right: 40px;
}

.hero-section.header-2 .hero-content .header-circle::before {
    height: 12rem;
    width: 12rem;
    position: absolute;
    content: '';
    background-color: #FF4081;
    top: -23px;
    left: 23px;
    border-radius: 50%;
    z-index: -1;
}

.hero-section.header-2 .hero-p1::before {
    background-color: var(--theme-color);
}

.hero-section.header-2 .hero-content a.play-btn {
    height: 5rem;
    width: 5rem;
    display: inline-block;
    line-height: 4.5rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
}

/*Owl Carousel*/

.hero-slider.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: 5rem;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 1rem 1.5rem;
    background: var(--theme-color);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
	line-height: 1;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
	-webkit-border-top-left-radius: 1rem;
	border-top-left-radius: 1rem;
}

.hero-slider.owl-theme .owl-nav .owl-next {
	-webkit-border-bottom-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

/*Header 3*/

.hero-single.hero-3::before {
    position: absolute;
    content: '';
    background-color: #E4EFFF;
    z-index: -1;
    height: 640px;
    width: 640px;
    top: -250px;
    left: -460px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.hero-content-3 span {
    padding: 7px 1rem;
    background-color: var(--theme-color);
    border-radius: 2rem;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 2.5rem;
    line-height: 1;
}

.hero-content-3 h2 {
    font-weight: 500;
}

.hm-3-btn {
	display: inline-block;
	padding: 1.3rem 3rem;
	-webkit-border-radius: 3rem;
	border-radius: 3rem;
	background-color: var(--thm-clr-3);
	margin-top: 1rem;
	color: var(--white-color);
}

.hm-3-btn:hover {
	background-color: var(--theme-color);
}

/*home 3 slider*/

.hero-sldr.owl-theme .owl-dots,
.hero-sldr.owl-theme .owl-nav {
     text-align: left; 
    -webkit-tap-highlight-color: transparent;
}

.hero-sldr.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3rem;
}

.hero-sldr.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	border: 2px solid var(--thm-clr-3);
}

.hero-sldr.owl-theme .owl-dots .owl-dot.active span,
.hero-sldr.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-clr-3);
	width: 30px;
    height: 7px;
}

/*-------------------------------------------------------

9.Feature css 
---------------------------------------------------------*/

/*Feature 1*/

.f-1-area {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
}

.f-1-box {
    padding:2rem 2rem 35px;
    background: var(--white-color);
    box-shadow: 0 20px 27px rgba(238,238,238,.47);
	position: relative;
    z-index: 1;
}

.f-1-box::before {
	position: absolute;
	z-index: -1;
	content: '';
	width: 60%;
	height: 5px;
	top: 0;
	left: 0;
	background-color:#f176ae;
}

.f-1-box::after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 2.4rem;
	height: 2.1rem;
	bottom: 0;
	left: 0;
	background-color:#f176ae;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.f-1-icon {
	margin-bottom: 2rem;
}

.f-1-icon i {
    height: 7rem;
    width: 7rem;
    display: inline-block;
    line-height: 7rem;
    border-radius: 50%;
    box-shadow: 0 20px 27px rgba(238,238,238,.47);
    text-align: center;
}

.f-1-info ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    line-height: 1;
	color: #000;
}

.f-1-info .tx-1 {
	    text-transform: uppercase;
    font-size: 18px;
    color: #17c0d1;
}
.f-1-box .f-1-info p{
	color: #000;
    font-size: 16px;
    line-height: 25px;
}

.f-1-info .tx-2 {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.f-1-info a {
padding: 7px 2rem;
    text-align: center;
    color: #f92e8b;
    display: contents;
    align-items: center;
    justify-content: center;
}

/*Feature 2*/
.feature-area {
    margin-top: -5rem;
}

.feature-box {
    box-shadow: var(--bx-1);
    padding: 3rem 5rem;
	position: relative;
	z-index: 1;
	background-color: var(--white-color);
}

.feature-box::before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 2.4rem;
	height: 2.1rem;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	background-color: var(--theme-color);
	bottom: 0;
	left: 0;
}

.feature-box i {
	height: 5rem;
	width: 5rem;
	display: block;
	line-height: 4.5rem;
	text-align: center;
	font-size: 5rem;
	box-shadow: var(--bx-2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 2rem;
}

.feature-info h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
}

/*Home 3 feature*/

.f-3-box {
    background-color: #F1F1F1;
    padding: 3rem 5rem;
}

.f-3-box h6 {
    font-weight: 400;
}

.f-3-box h4 {
	font-size: 2.2rem;
	font-weight: 700;
}

.f-3-box h5 {
	font-weight: 700;
	color: var(--thm-clr-3);
}

.f-btn {
	padding: 1rem 3rem;
	line-height: 1;
	background-color: var(--thm-clr-3);
	color: var(--white-color);
	display: inline-block;
	-webkit-border-radius: 3rem;
	border-radius: 3rem;
	margin-top: 7px;
}

.f-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

/*-------------------------------------------------------
9.Department Service
---------------------------------------------------------*/

.dep-sv-wrp {
    display: grid;
    grid-template-columns: 400px 1fr 1fr 1fr;
    grid-gap: 4rem;
}

.dep-sv-left p {
    padding-right: 6rem;
}

.dep-sv-pic {
	margin-bottom: 2rem;
}

.dep-sv-pic i {
    height: 8rem;
    width: 8rem;
    display: block;
    line-height: 7.5rem;
    text-align: center;
    font-size: 5rem;
    box-shadow: var(--bx-2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*-------------------------------------------------------
9.CounterCss
---------------------------------------------------------*/

/*Counter 1*/

.cnt-1 .fun-fact .fun-desc .timer,
.cnt-1 .fun-fact .fun-desc .timer::before,
.cnt-1 .fun-fact:first-child .fun-desc .timer::after {
	color:#00b6c8;
}

.cnt-1 .fun-fact .fun-desc .medium::before {
	background-color:#00b6c8;
}

.cnt-1 .counter-wrapper {
    padding:50px 50px 50px 130px;
    box-shadow: 0 0 3rem rgba(238,238,238);
	margin-top:40px;
}
.heading img{
	width:239px;
	margin:0 auto;
	display:block;
	margin-bottom:3px;
}
/*Counter 2*/

.fun-fact {
    display: flex;
    align-items: flex-start;
}

.fun-fact .fun-icon  {
	display: block;
	margin-right: 2rem;
	width:60px;
	
}

.fun-fact .fun-desc .timer {
    font-size: 36px;
    font-family: var(--font-family-2);
    color: var(--theme-color);
    font-weight: 900;
    line-height: 0.8;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.fun-fact .fun-desc .timer::before {
    position: absolute;
    z-index: -1;
    content: '+';
    right: -24px;
    top: 0;
    color: var(--theme-color);
    font-size:35px;
}

.fun-fact:first-child .fun-desc .timer::before {
	display: none;
}

.fun-fact:first-child .fun-desc .timer::after {
    position: absolute;
    z-index: -1;
    content: '+';
    right:-24px;
    top: 0;
    color: var(--theme-color);
    font-size:35px;
}

.fun-fact .fun-desc .medium {
	font-weight:500;
	color:#000;
	position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.333;
    text-transform: capitalize;
    display: block;
	padding-bottom: 2rem;
}

.fun-fact .fun-desc .medium::before {
	position: absolute;
	content: '';
	width: 3.6rem;
	height: 2px;
	z-index: -1;
	background-color: var(--theme-color);
	left: 0;
	bottom: 0;
}

/*-------------------------------------------------------
9.About css 
---------------------------------------------------------*/

/*About 1*/

.ab-1 .ab-1-wrapper {
    margin-left: 200px;
}

.ab-1-left {
    padding-bottom: 5rem;
}

.ab-1-left p {
    margin-bottom: 2rem;
    margin-right: 6rem;
}

.ab-1-left ul {
    column-count: 2;
}

.ab-1-left ul li {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.ab-1-bt {
	display: flex;
	gap: 3rem;
	margin-top: 2rem;
}

.ab-1-bt a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 3rem;
    box-shadow: var(--bx-1);
    color: var(--thm-clr-1);
}

.ab-1-right {
    display: flex;
    align-items: flex-end;
}

/*About 2*/

.ab-right h2 {
letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    z-index: 9;
    color: #000 ! important;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.ab-right b{
	color: #f956a0;
    margin-bottom: 10px;
    display: block;
}

.ab-txts {
    margin-bottom: 3rem;
}
.ab-txts p b{
	    display: contents;
    color: #000;
}
.ab-txts p {
font-weight: 400;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 8px;
}

.ab-btns a {
    display: inline-block;
    margin-right: 2rem;
    text-transform: uppercase;
    font-size: 15px;
}
.ab-btns img{
    padding-left: 6px;
    position: relative;
    top: -1px;
}


/*-------------------------------------------------------
9.Service css 
---------------------------------------------------------*/

/*Service 1*/

.wkp-area {
	background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

/*Departmental Service*/

.de-sv-box {
    box-shadow: 0 0 3rem rgba(238,238,238);
    padding: 3rem;
	position: relative;
	z-index: 1;
}

.de-sv-box::after {
    position: absolute;
    z-index: -1;
    height: 5px;
    width: 60%;
    top: 0;
    left: 0px;
    background-color: var(--thm-clr-1);
    content: '';
    transition: .5s ease;
}

.de-sv-box:hover::after {
    width: 100%;
}

.de-sv-icon i {
    height: 8rem;
    width: 8rem;
    text-align: center;
    display: inline-block;
    line-height: 8rem;
    box-shadow: 0 0 3rem rgba(238,238,238,.47);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 2.5rem;
}

.de-sv-info h5 {
	margin-bottom: 2rem;
}

.de-sv-info p {
	margin-bottom: 2.5rem;
}

.de-sv-info a {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid var(--thm-clr-1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.de-sv-info a i {
	color: var(--thm-clr-1);
}

/* Our Service */
.sv-1-wrapper.grid-3 {
	grid-gap: 4rem;
}

.sv-1 {
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

.sv-1-box {
    background-color: var(--white-color);
    padding: 4rem 3rem 3rem 3rem;
    position: relative;
    z-index: 1;
}

.sv-1-box::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: -14px;
    left: -14px;
    background-color: var(--white-color);
    content: '';
}

.sv-1-box::after {
	position: absolute;
    z-index: -1;
    height: 5px;
    width: 60%;
    top: -14px;
    left: -14px;
    background-color: var(--thm-clr-1);
    content: '';
}

.sps span {
    position: absolute;
    z-index: -1;
    background-color: #EDEDEF;
    bottom: 0;
    left: 0;
    height: 2rem;
    width: 1.7rem;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.sps span:nth-child(2) {

    bottom: 15px;
    left: -14px;
}

.sv-1-b {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 1rem;
}

.sv-1-b i {
    height: 4rem;
    width: 4rem;
    line-height: 3.6rem;
    text-align: center;
    border: 1px solid var(--thm-clr-1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sv-1-info h5 {
    margin-top: 1.5rem;
}

.sv-1-info p {
	margin-bottom: 2rem;	
}

/*Service 2*/

.sv-box {
    text-align: center;
    padding: 3rem;
    background: var(--white-color);
	box-shadow: var(--bx-1);
}

.sv-info h5 {
    margin-top: 1rem;
}



/*-------------------------------------------------------
9.Process css 
---------------------------------------------------------*/

/*Working Process*/

.wkp-box {
    padding: 3rem;
    position: relative;
    z-index: 1;
    height: 30rem;
    width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wkp-box::before {
    position: absolute;
    content: '';
    z-index: -1;
    box-shadow: 0 0 30px rgba(238,238,238,.47);
    -webkit-border-radius: 50% 0 50% 50%;
    border-radius: 50% 0 50% 50%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.wkp-box:hover::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wkp-info {
    margin-top: 1rem;
}

.wkp-wrapper.grid-3 {
    grid-gap: 6rem;
}

.wkp-icon i {
    font-size: 6rem;
    line-height: 1;
    margin: 0 0 1rem;
    display: inline-block;
    color: var(--thm-clr-1);
}

/* Home 2 */

.prs-area {
	background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}


.prs-wrapper.grid-3 {
    grid-gap: 8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.prs-box {
    text-align: center;
    padding: 3rem 3rem 6rem 3rem;
    position: relative;
    z-index: 1;
}

.prs-box::before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 50%;
    left: 50%;
    background-image: url(assets/img/process/bg.png);
    height: 460px;
    width: 460px;
    transform: translate(-50%, -50%);
}

.prs-info {
    position: relative;
    z-index: 1;
    padding-bottom: 2.5rem;
}

.prs-info::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: 50%;
    background-color: #E22555;
    height: 1px;
    width: 4.8rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.prs-info h6 {
    margin-top: 1.5rem;
    text-transform: capitalize;
}

/*-------------------------------------------------------
9.Working Service Css
---------------------------------------------------------*/

.wrk-sv .wrk-sv-left {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

.wrk-sv .wrk-sv-left::before {
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	left: 0;
	background-color: #395EEB;
	height: 100%;
	width: 100%;
	opacity: .9;
}

.wrk-sv-left-info span {
    display: inline-block;
    margin-bottom: 2.5rem;
    line-height: 1;
}

.wrk-sv-left-info h2 {
    font-size: 3rem;
	margin-bottom: 2rem;
}

.wrk-sv-left-info p {
    margin-bottom: 3rem;
}

.wrk-sv-left-info {
    margin-left: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 10rem;
}

.wrk-sv-left-info h2,
.wrk-sv-left-info span,
.wrk-sv-left-info p {
	color: var(--white-color);
}


.wrk-sv-left-info a {
    display: inline-block;
    padding: 1.2rem 3rem;
    border: 1px solid var(--white-color);
    align-self: flex-start;
    color: var(--white-color);
}

.wrk-sv-left-info a:hover {
	border: 1px solid transparent;
	background-color: var(--white-color);
	color: var(--heading-color);
}

/*-------------------------------------------------------
9.Why Choose Us
---------------------------------------------------------*/

.ch-wpr .nav-tabs {
    border: none;
}

.ch-wpr .ch-nv-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ch-wpr .ch-nv-txt i {
    display: block;
    margin-bottom: 1rem;
    font-size: 3rem;
}

.ch-wpr .nav-tabs .nav-item.show .nav-link,
.ch-wpr .nav-tabs .nav-link.active {
     color: var(--white-color);
     background-color: var(--theme-color); 
     border: none; 
}

.ch-wpr .nav-tabs .nav-link:focus,
.ch-wpr .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.ch-wpr .nav-link {
	display: block;
	padding: 3rem;
	background-color: var(--white-color);
	border: none;
	border-radius: 0;
	margin-right: 2rem;
}

.ch-wpr #nav-tabContent {
    margin-top: 2rem;
}

.ch-cn-l {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    background-color: var(--theme-color);
}

.ch-cn-l .ch-cn-l-info h6 {
	margin-bottom: 2rem;
}

.ch-cn-l .ch-cn-l-info h2 {
    font-size: 3rem;
    text-transform: capitalize;
}

.ch-cn-l .ch-cn-l-info p {
    padding-right: 5rem;
    margin-bottom: 2rem;
}

.ch-cn-l .ch-cn-l-info h6,
.ch-cn-l .ch-cn-l-info h2,
.ch-cn-l .ch-cn-l-info p,
.ch-cn-l .ch-cn-l-info a{
	color: var(--white-color);
}

.ch-cn-l .ch-cn-l-info a {
	display: inline-block;
	border: 2px solid var(--white-color);
	padding: 1.2rem 3rem;
	text-transform: capitalize;
	line-height: 1;
}

.ch-cn-l .ch-cn-l-info a img {
	margin-left: 7px;
}

/*-------------------------------------------------------
9.Time Table css 
---------------------------------------------------------*/

.tba-area {
	background-size: cover!important;
	background-position: top left!important;
	background-repeat: no-repeat!important;
	position: relative;
	z-index: 1;
}

.tba-tl {
    background-color: #0C35CF;
    padding: 1rem 3rem;
}

.tba-tl h2 {
    font-size: 3rem;
	color: var(--white-color);
}

.tba-tl h2 span {
	font-weight: 400;
}

.tba-sldr.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 5px;
    margin: 5px;
    padding: 0;
    background: transparent;
	height: 1.5rem;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--white-color);
}

.tba-sldr.owl-theme .owl-dots,
.tba-sldr.owl-theme .owl-nav {
    text-align: center;
}

.tba-sldr.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 15px;
}

.tba-single .dfg {
    padding: 5px;
    line-height: 1;
	background-color: #254FF0;
}

.tba-single .dfg-bio h5 {
    font-size: 1.2rem;
}

.tba-single .dfg-bio span {
	font-size: 1rem;
}

.tba-single .table td,
.tba-single .table th {
	padding: 0; 
	vertical-align: inherit; 
	border: none;
	background-color: #396CF0;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	font-weight: 400;
}

.tba-single .table th {
    padding: 1.5rem;
}

.tba-single .dfg-bio {
    text-align: left;
}

.tba-single .table {
	width: 100%;
	margin-bottom: 0; 
	color: #fff;
	border-spacing: 6px;
}

.tba-single table {
    border-collapse: separate;
}

/*-------------------------------------------------------
9.Portfolio  css 
---------------------------------------------------------*/

/*Portfolio 1*/

.portfolio-area.ptt-2 .pf-item {
	width: 33.33%;
}

.pt-box {
    padding: 1.5rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.047);
}

.pt-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 1.5rem;
}

.pt-info h5 {
	margin-bottom: 0;
}

.pt-info a {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid var(--thm-clr-1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.pt-info a i {
    color: var(--thm-clr-1);
}

.pt-pic {
    position: relative;
    z-index: 1;
}

.pt-overlay {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
	transition: all 1s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.pt-overlay::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	z-index: -1;
}

.pt-box:hover .pt-overlay {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.pt-overlay a {
	height: 6rem;
	width: 6rem;
	line-height: 6rem;
	text-align: center;
	background-color: var(--thm-clr-1);
	color: var(--white-color);
	background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
	animation: morph 4s ease-in-out infinite;
	border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	transition: all 1s ease-in-out;
	font-size: 2rem;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  }
}

.portfolio-items-area {
    padding: 5rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pt-info h5 {
	margin-bottom: 0;
}

.ptt-1 .mix-item-menu button.active,
.ptt-1 .mix-item-menu button:hover {
	background-color: var(--thm-clr-1);
	color: var(--white-color);
}

/*Portfolio 2*/
.portfolio-area #portfolio-grid {
    width: 100%;
}

.portfolio-area .pf-item {
	width: 20%;
	float: left;
	padding: 15px;
}
 
.course-pic {
    position: relative;
    z-index: 1;
	overflow: hidden
}

.course-pic::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: -100%;
	left: 0;
	background-color: rgba(0,0,0,.7);
	transition: .5s ease;
}

.portfolio-items .pf-item .course-box:hover .course-pic::before {
	top: 0;
}

.course-box .course-pic .item.popup-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
}

.course-box:hover .course-pic .item.popup-link {
	opacity: 1;
	visibility: visible;
}

.course-box .course-pic .item.popup-link i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.course-box .course-content {
    padding: 1rem 2rem;
    border: 1px solid #eee;
    border-top: none;
}

.course-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-box .course-content h5 {
	text-transform: capitalize;
	font-family: var(--font-family-1);
	margin-bottom: 0;
}

.course-box:hover .course-content h5 {
	color: var(--theme-color);
}

.mix-item-menu {
	margin-bottom: 4rem;	
}

.mix-item-menu button {
    border: none;
    background-color: transparent;
    margin-right: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    outline: none;
}

.mix-item-menu button.active,
.mix-item-menu button:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.masonary {
    margin: -15px -15px 0;
}

/*Portfolio Details*/

.proj-1-info ul.proj-1-info-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: grid;
    align-items: center;
    grid-template-columns: 270px 1fr;
    grid-gap: 3rem;
	border-bottom: 1px solid rgb(221, 221, 221);
}

.proj-1-info ul.proj-1-info-list li p {
    margin-bottom: 0;
    font-family: var(--font-family-2);
    color: var(--heading-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.8rem;
}

.proj-1-info-list .proj-social {
	display: flex;
	align-items: center;
}


.proj-1-info-list .proj-social a {
	margin-right: 1rem;
}

.proj-1-info-list .proj-social a:hover {
	color: var(--theme-color-3);
}

.proj-1-txt {
	margin-bottom: 3rem;
}

.proj-1-txt h4 {
    font-size: 22px;
    margin-top: 2.5rem;
    text-transform: capitalize;
}

.proj-1-txt p {
	margin-bottom: 0;
}

.proj-2-goal ul li {
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.proj-2-goal ul li:last-child {
	margin-bottom: 0;
}

.proj-2-goal ul li::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--theme-color);
    width: 15px;
    height: 15px;
}

.proj-1-info ul.proj-1-info-list li:last-child {
	margin-bottom: 0;
}

/*Course Accordion*/

#accordion .panel-heading {
	padding: 0;
	border: none;
	background-color: var(--bg-color);
}

.panel .panel-body {
    background: #fff;
    padding: 3rem;
    border: 1px solid #eee;
}

#accordion .panel.panel-active .panel-heading   {
	background-color: var(--theme-color);
}

#accordion .panel.panel-active .panel-heading .panel-title > a {
	color: var(--white-color);
}

#accordion .panel-title > a {
	display: block;
	padding: 9px 2rem;
	outline: none;
	text-decoration: none;
	font-size: 1.6rem;
	font-family: var(--ft-1);
	position: relative;
	color: var(--heading-color);
	font-weight: 400;
}

/*
#accordion .panel.panel-active .panel-title > a::after  {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	top: 4px;
	left: 1rem;
	position: absolute;
	height: 3rem;
	width: 3rem;
	font-weight: 600;
	font-size: 1.8rem;
	background-color: var(--white-color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: var(--theme-color);
	line-height: 3rem;
	text-align: center;
}
*/

#accordion .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	top: 7px;
	right: 1rem;
	position: absolute;
	height: 3rem;
	width: 3rem;
	font-weight: 600;
	font-size: 1.8rem;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\f106";
}

.panel-group .panel {
	margin-bottom: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	overflow: hidden;
}

.panel-group .panel:last-child {
	margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border: none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default>.panel-heading {
    background-color: var(--white-color);
    border-color: none;
	color: var(--heading-color);
}

/*-------------------------------------------------------
17.Team css 
---------------------------------------------------------*/

/*Team 1*/
.tm-1 .team-box:hover .team-overlay {
	background-color:#87b416;
}

/*Team 2*/
.team-box {
	overflow: hidden;
}

.team-box .team-pic {
    position: relative;
    z-index: 1;
}

.team-box .team-overlay {
    text-align: center;
    position: absolute;
    bottom: 13px;
    background-color: var(--white-color);
    left: 13px;
    padding: 1rem 2rem;
    width: 90%;
    -webkit-border-radius: 4.3rem;
    border-radius: 4.3rem;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	height: 35%;
}

.team-box:hover .team-overlay {
	-webkit-border-radius: 0;
    border-radius: 0;
	background-color:#87b416;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}

.team-box .team-overlay h5 {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
	font-size: 1.6rem
}

.team-box .team-overlay span {
	font-size: 1.2rem;
	display: inline-block;
	line-height: 1;
	margin-bottom: 1rem;
}

.team-box .team-overlay .team-bio {
    -webkit-transform: translate(0,17px);
    transform: translate(0,18px);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.team-box:hover .team-overlay .team-bio {
	transform: translate(0,20px);
}

.team-box .team-overlay ul.team-scl-list {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
	-webkit-transform: translate(0,50px);
	transform: translate(0,50px);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.team-box .team-overlay ul.team-scl-list li a i {
	color: var(--white-color);
}

.team-box:hover .team-overlay ul.team-scl-list {
	transform: translate(0,25px);
}


.team-box:hover .team-overlay h5,
.team-box:hover .team-overlay span {
	color: var(--white-color);
}

/*-------------------------------------------------------
17.Doctor Profile css 
---------------------------------------------------------*/

.d-profile-sidebar-single .team-box .team-overlay {
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	transition: .5s ease;
	padding: 0;
}

.d-profile-sidebar-single .team-box:hover .team-overlay {
	-webkit-border-radius: 0;
    border-radius: 0;
	background-color: var(--theme-color);
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
}

.d-profile-sidebar-single .team-box .team-overlay ul.team-scl-list {
	margin-bottom: 4rem;
}

.d-profile-sidebar-single {
	margin-bottom: 3rem;
}

.d-profile-sidebar-box {
    box-shadow: 0 5px 20px #f5f5f5;
    padding: 3rem;
}

.d-pf {
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.d-pf::before {
	position: absolute;
	content: '';
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 6rem;
	height: 3px;
	background-color: var(--theme-color);
}

.d-profile-social {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.d-profile-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 1.5rem;
    line-height: 1;
}

.d-profile-day {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.d-profile-day li {
    display: flex;
    justify-content: space-between;
    align-items: center;
	line-height: 1;
}

.d-profile-inf-box {
    margin-bottom: 4rem;
}

.d-profile-inf-box:last-child {
	margin-bottom: 0;
}

.d-profile-inf-box .table .thead-light th {
    color: #292929;
    background-color: var(--bg-color);
    border: none;
	font-size: 1.8rem;
	font-weight: 400;
}

.d-profile-inf-box .table .thead-light td {
	color: #6a6a6a;
	font-size: 1.6rem;
}

.d-profile-inf-box .table td,
.d-profile-inf-box .table th {
    border-top: none;
    border-bottom: 1px solid #f5f5f5;
}

.d-pro-adr h4,
.d-profile-inf-box .d-pf {
	font-family: var(--ft-1);
	font-weight: 500;
}

.d-pro-adr h5 {
    color: var(--theme-color);
    font-weight: 400;
    font-size: 1.6rem;
	font-family: var(--ft-1);
}

.d-profile-inf-box p {
    margin-bottom: 3.5rem;
}

.d-pro-adrs {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2,1fr);
	box-shadow: 0 0 6px #f5f5f5;
}

.d-pro-adr {
	padding: 3rem;
	border-right: 2px solid #EDEDED
}

.d-pro-adr:last-child {
	border-right: none
}

/*-------------------------------------------------------
17.Appointment css 
---------------------------------------------------------*/

/*App 1*/

.app-area.app-1::before {
    background-color: var(--thm-clr-1);
}

/*App 2*/

.app-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
	z-index: 1;
}

.app-area::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
    opacity: .7;
}

.app-wrapper h6,
.app-wrapper h2 {
	color: var(--white-color);
	text-transform: uppercase;
	margin-bottom: 3rem;
	line-height: 1;
}

.app-wrapper a {
    padding: 1.2rem 3rem;
    display: inline-block;
    border: 1px solid var(--white-color);
    line-height: 1;
    color: var(--white-color);
}

/*-------------------------------------------------------
17.Testimonial css 
---------------------------------------------------------*/

/*Fd 1*/

.f1-box {
    background-color: var(--thm-clr-1);
    padding: 4rem;
    font-style: italic;
}

.f1-box h5 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.f1-box p {
	margin-bottom: 2.3rem;
}

.f1-box h5,
.f1-box p,
.f1-box span {
	color: var(--white-color);
}

.f1-box span {
	position: relative;
	z-index: 1;
	padding-left: 4rem;
}

.f1-box span::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 2.4rem;
    background-color: var(--white-color);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/*Fd 2*/

.fd-box {
box-shadow: var(--bx-3);
    padding: 9rem 3rem 3rem 3rem;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 235px;
}

.fd-box .fd-pic {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
}

.fd-box .fd-pic::before {
position: absolute;
    content: '';
    height: 120px;
    width: 120px;
    z-index: -1;
    top: 2px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f176ae;
    border:4px solid var(--bg-color);
    -webkit-border-radius: 10px;
    border-radius: 8px;
}

.fd-box .fd-pic .fd-pc {
border: 4px solid var(--bg-color);
    border-radius: 10px;
    width: 120px;
    height: 120px;
}

.fd-box .fd-pic .fd-pc img {
	background-color: var(--bg-color);
}

/*owl Carousel*/

.fd-sldr.owl-carousel .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 9rem 15px 15px 15px;
}

.fd-sldr.owl-theme .owl-dots .owl-dot.active span,
.fd-sldr.owl-theme .owl-dots .owl-dot:hover span {
   background-color:#f176ae;
}

.fd-sldr.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

/*-------------------------------------------------------
17.Feature Products
---------------------------------------------------------*/

.fp-content nav .nav-tabs {
    display: flex;
    justify-content: flex-end;
}

.fp-content .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 1;
	padding: 0;
    padding-left: 3rem;
    margin-right: 2rem;
}

.fp-content .nav-tabs .nav-link::before,
.fp-content .nav-tabs .nav-link::after{
	position: absolute;
	content: '';
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.fp-content .nav-tabs .nav-link::before {
	height: 1.2rem;
	width: 1.2rem;
	background-color: #BDBDBD;
}

.fp-content .nav-tabs .nav-link::after {
    height: 2rem;
    width: 2rem;
    border: 1px solid #BDBDBD;
    left: -4px;
}

.fp-content .nav-tabs .nav-item.show .nav-link,
.fp-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 3px solid var(--thm-clr-3);
}

.fp-content .nav-tabs .nav-item.show .nav-link::before,
.fp-content .nav-tabs .nav-link.active::before{
	background-color: var(--thm-clr-3);
}

.fp-content .nav-tabs .nav-item.show .nav-link::after,
.fp-content .nav-tabs .nav-link.active::after {
	border: 1px solid var(--thm-clr-3);
}

.fp-content .fp-box .fp-info {
    text-align: center;
    border: 1px solid var(--bg-color);
    border-top: none;
    padding: 3rem;
	position: relative;
	z-index: 1;
}

.fp-content .fp-box .fp-info h5 {
	font-family: var(--ft-1);
	font-weight: 400;
	text-transform: capitalize;
}

.fp-content .fp-box .fp-info span {
	color: var(--thm-clr-3);
	font-weight: 600;
}

.fp-content .fp-box .fp-cart {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
	overflow: hidden;
}

.fp-content .fp-box:hover .fp-cart {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.fp-content .fp-box .fp-cart ul li a i {
    height: 4rem;
    width: 4rem;
    font-size: 1.6rem;
    background-color: var(--white-color);
    text-align: center;
    line-height: 4rem;
	display: inline-block;
	color: var(--thm-clr-3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.fp-content .fp-box .fp-cart ul {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

/*-------------------------------------------------------
17.Deals Of The Week
---------------------------------------------------------*/

.simply-countdown {
    display: flex;
    justify-content: center;
    gap: 6rem;
}

.simply-countdown .simply-section {
    height: 8rem;
    width: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.simply-countdown .simply-section::before {
    position: absolute;
    z-index: -1;
	font-family: 'Font Awesome\ 5 Free';
    content: '\f054';
    top: 50%;
    right: -37px;
    transform: translate(0,-50%);
	font-weight: 600;
}

.simply-countdown .simply-section:last-child::before {
	display: none;
}

.simply-countdown .simply-section div span {
	display: block;
	line-height: 1;
	font-family: var(--ft-2);
}

.simply-countdown .simply-section div span:first-child {
	font-weight: 600;
	font-size: 3rem;
}

.simply-countdown .simply-section.simply-days-section {
	background-color: var(--thm-clr-3);
}

.simply-countdown .simply-section.simply-hours-section {
	background-color: #C3DCFF;
}

.simply-countdown .simply-section.simply-minutes-section {
	background-color: #FFD9D9;
}

.simply-countdown .simply-section.simply-seconds-section {
	background-color: #F74141;
}

.simply-countdown .simply-section.simply-days-section div span,
.simply-countdown .simply-section.simply-seconds-section div span {
	color: var(--white-color);
}

.simply-countdown .simply-section.simply-hours-section div span,
.simply-countdown .simply-section.simply-minutes-section div span{
	color: #292929;
}

.dw-box {
    text-align: center;
    padding: 4rem;
    background-color: #F7FAFF;
}

.dw-box .dw-pic img{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.dw-up h5 {
    font-weight: 500;
}

.dw-up h6 {
    font-size: 1.4rem;
    font-weight: 400;
}

.dw-btm {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 2rem;
}

.dw-btm a {
	padding: 1rem 3rem;
	line-height: 1;
	background-color: var(--thm-clr-3);
	color: var(--white-color);
	display: inline-block;
	-webkit-border-radius: 3rem;
	border-radius: 3rem;
	margin-top: 7px;
	text-transform: uppercase;
}

.dw-btm a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.dw-btm span {
	font-size: 2.2rem;
	color: var(--thm-clr-3);
	font-family: var(--ft-1);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1rem;
}

.dw-btm span del {
	color: var(--theme-color);
	font-weight: 400;
}



/*-------------------------------------------------------
17.Home 3 Testimonial
---------------------------------------------------------*/

.ts-area {
	background-color: #F4F5F5;
}

.ts-box {
	background-color: var(--thm-clr-3);
	padding: 4rem 3rem;
	position: relative;
    z-index: 1;
}

.ts-box::before {
    position: absolute;
    content: '';
    background-color: white;
    top: 0;
    left: 0;
    height: 97%;
    width: 98%;
    z-index: -1;
}

.ts-box .ts-up {
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.ts-box .ts-up::before {
	position: absolute;
	content: '';
	background-image: url("assets/img/review/close-qoute.png");
	right: 0;
	top: 0;
	height: 6.1rem;
	width: 8.5rem;
}

.ts-up-left {
	position: relative;
	z-index: 1;
}

.ts-up-left::before {
	position: absolute;
	content: '';
	background-color: var(--thm-clr-3);
	left: 0;
	top: 0;
	height: 9rem;
	width: 9rem;
	z-index: -1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ts-up-left img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ts-up-right h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1;
}

.ts-up-right h6 {
	font-weight: 400;
	font-size: 1.2rem;
}

.ts-rating {
	color: #FC9016;
	gap:8px;
}

/*Owl Carousel*/

.f1-wrapper.owl-theme .owl-dots .owl-dot.active span,
.f1-wrapper.owl-theme .owl-dots .owl-dot:hover span {
   background-color: var(--thm-clr-3);
}

.f1-wrapper.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

/*-------------------------------------------------------
17.CTA
---------------------------------------------------------*/

.ct-area.ctt {
	background-color: var(--thm-clr-1);
}

.ct-box {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    background-color: var(--thm-clr-1);
    align-items: center;
    padding: 4rem 6rem;
}

.ct-box .ct-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ct-box .ct-left i {
	height: 7rem;
	width: 7rem;
	text-align: center;
	line-height: 6rem;
	border: 7px solid #EAEEFD;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--white-color);
}

.ct-box .ct-left h5 {
	color: var(--white-color);
	font-size: 2rem;
}

.ct-box .ct-right a {
    padding: 1.2rem 3rem;
    background-color: var(--white-color);
    font-weight: 700;
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 1.4rem;
}

/*-------------------------------------------------------
17.Google css 
---------------------------------------------------------*/

/*Google Maps*/

/*
.g-map-area {
	height: 100vh;
	margin-bottom: 16rem;
}
*/
.contactbanner img{
	margin-top: 85px;
}
.g-map--wrapper iframe {
    width: 100%;
    height:70vh;
	border: none;
}

/*More Button*/

.more-btn {
    text-align: center;
    margin-top: 5rem;
}

.more-btn a {
	box-shadow: 0px 3px 30px rgba(207, 207, 207, 0.157);
	border: 1px solid rgba(139,139,139,0.157);
	padding: 12px 3rem;
	line-height: 20px;
    font-size: 16px;
	text-transform: capitalize;
	background: var(--white-color);
	-webkit-border-radius: 3rem;
	border-radius: 3rem;
}


/*Shop Quantity Number*/

.quantity {
	display: inline-block;
}

.quantity .input-text.qty {
	width: 35px;
	height: 39px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #efefef;
}

.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
}

.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	padding: 7px 10px 8px;
	height: 41px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	cursor: pointer;
}

.quantity.buttons_added .minus {
	border-right: 0;
}

.quantity.buttons_added .plus {
	border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}


.sh-de-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.sh-de-quantity .quantity.buttons_added {
	margin-right: 2rem;
}

/*-------------------------------------------------------
20. Blog css 
---------------------------------------------------------*/


/*Blog 1*/

.b-1-box {
	padding: 1.2rem;
	box-shadow: 0 0 3rem #e7e7e7;
}

.b-1-box .b-1-pic .b-1-cate {
    position: absolute;
    bottom: -15px;
    left: 25px;
    padding: 10px;
    line-height: 1;
    color: var(--white-color);
    background-color: var(--thm-clr-1);
}

.b-1-box .b-1-pic {
    position: relative;
    z-index: 1;
}

.b-1-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-1-meta ul {
	display: flex;
    align-items: center;
	gap: 2.5rem;
}

.b-1-meta ul li i {
	color: var(--thm-clr-1);
	margin-right: 1.5rem;
}

.b-1-link a {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid var(--thm-clr-1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.b-1-link a i {
    color: var(--thm-clr-1);
}

.b-1-content {
    padding: 5rem 2rem 2rem 2rem;
}

.b-1-content h5 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.b-1-content p {
    margin-bottom: 2.5rem;
}

/*Blog 2*/

.bl-box {
    display: grid;
    grid-template-columns: 12rem 1fr;
    align-items: center;
	box-shadow: var(--bx-3);
	background-color:  var(--white-color);
}

.bl-box .bl-date {
	border-right: 1px solid var(--bg-color);
	height: 100%;
}

.bl-box .bl-date h4 {
    transform: rotate(90deg) translate(50%, 0);
    line-height: 1;
    margin-bottom: 0;
    margin-top: 13px;
    font-size: 2.2rem;
}

.bl-box .bl-info {
    padding: 3rem;
}

.bl-box:hover .bl-info {
	background-color: var(--theme-color);
}

.bl-box .bl-info p {
	margin-bottom: 0;
}   

.bl-box .bl-info h5 {
    font-size: 2rem;
}

.bl-box:hover .bl-info h5,
.bl-box:hover .bl-info p{
	color: var(--white-color);
}

.blog-left .bl-box {
	margin-bottom: 3rem;
}

.blog-left .bl-box:last-child {
	margin-bottom: 0;
}

.blog-right img {
    height: 100%;
}

/*-------------------------------------------------------
20. Partner css 
---------------------------------------------------------*/

.p1-area {
	background-color: #FCFCFC;
}

/*-------------------------------------------------------
20. Contact css 
---------------------------------------------------------*/

.c-area {
    position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-form .form-control {
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: var(--thm-clr-1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 0 25px;
}

.contact-inputs {
    text-align: center;
}

.contact-form .form-control::placeholder {
	color: var(--white-color);
	font-size: 1.2rem;
}

.contact-form .form-control option {
	color: var(--white-color);
	font-size: 1.6rem;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-sub-btn button {
    padding: 14px 45px;
    text-transform: uppercase;
    border: none;
    color: var(--thm-clr-1);
    border-radius: 30px;
}

.contact-inputs h2 {
    color: var(--white-color);
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.adrs-area {
	background-color: #F6F6F6;
}

.adrs-box {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    background-color: var(--white-color);
    padding: 3rem 3rem 4rem 3rem;
    position: relative;
    z-index: 1;
    margin: 10px 0 0 10px;
}

.adrs-box::before {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: var(--white-color);
    right: 10px;
    bottom: 10px;
    height: 100%;
    width: 100%;
	box-shadow: 0 3px 2rem #f5f5f5;
}

.adrs-box:hover::before {
	background-color: var(--thm-clr-1);
}

.adrs-box i {
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    color: var(--thm-clr-1);
    background-color: var(--white-color);
    box-shadow: 0 3px 2rem #f5f5f5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 2.5rem;
}

.adrs-box:hover i {
	box-shadow: none;
}

.adrs-box .adrs-info h6 {
	font-weight: 600;
	font-family: var(--ft-1);
	margin-bottom: 2rem;
	line-height: 1;
}

.adrs-box .adrs-info span {
	font-size: 1.4rem;
	font-family: var(--ft-2);
}

.adrs-box:hover .adrs-info h6,
.adrs-box:hover .adrs-info span {
	color: var(--white-color);
}

/*
select{
    -webkit-appearance:none;
  width: 150px;
  height: 30px;
  padding: 5px;
  color: green;
}
select option { color: black; }
select option:first-child{
  color: green;
}
*/

.c-us-wpr .form-control {
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}

.c-us-wpr textarea.form-control {
    height: 14rem;
}

.bt {
      background-color: #f94b9b;
    padding: 18px 35px;
    line-height: 1;
    border: none;
    color: var(--white-color);
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 2rem;
}

.bt:hover {
	background-color: var(--theme-color);
}

/*-------------------------------------------------------
20. Scroll top css 
---------------------------------------------------------*/

#scrtop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: var(--bg-color);
    color: var(--heading-color);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#scrtop:hover {
	background-color: var(--heading-color);
	color: var(--white-color);
}

/*-------------------------------------------------------
22.404 CSS
---------------------------------------------------------*/

._404-wrapper {
	height: 100vh;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
  
._404-content-info {
    text-align: center;
}

._404-content-bckg {
	position: relative;
	z-index: 1;
}

._404-content-header {
	position: absolute;
	top: 4rem;
	left: 50%;
	transform: translate(-50%,0);
}

._404-content-header span {
    font-size: 8rem;
    font-weight: 700;
    color: #FF5E69;
    line-height: 1;
    display: block;
}

._404-content-header h2 {
    font-size: 4rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 0;
}

._404-content-bottom {
	margin-top: 3rem;
}

._404-content-bottom a {
    padding: 1rem 3rem;
    background-color: #FF5E69;
    color: var(--white-color);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
}

._404-content-bottom a:hover {
	background-color: var(--theme-color);
}

/*-------------------------------------------------------
23.Contact css 
---------------------------------------------------------*/

.cn-area {
    position: absolute;
    z-index: 1;
    top: -50px;
}

.cn-box {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
    border-radius: 7.2rem;
    padding: 2rem 4rem;
	box-shadow: 0 3px 15px rgb(245,245,245,.5);
}

.cn-box::before {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: '';
	background-color: var(--white-color);
	top: 0;
	left: 0;
	border-radius: 7.2rem;
}

.cn-box .cn-info h5 {
    font-weight: 400;
    text-transform: capitalize;
}

.cn-box i {
    height: 4rem;
    width: 4rem;
    text-align: center;
    line-height: 4rem;
	box-shadow: var(--bx-1);
	border-radius: 50%;
	background-color: var(--white-color);
}

.cn-box .cn-info span {
	text-align: justify;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

/*-------------------------------------------------------
23.Departments css 
---------------------------------------------------------*/

.dept-wrapper {
	display: grid;
	grid-template-columns: 30rem 1fr;
	grid-gap: 3rem;
}

.dept-desc {
    box-shadow: 0 5px 20px #f5f5f5;
    padding: 3rem;
}

.dept-desc ul {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: space-between;
}

.dept-desc ul li a {
    display: flex;
    justify-content: space-between;
    color: var(--heading-color);
    align-items: center;
}

.dept-desc ul li a i {
	font-size: 1.3rem;
}

.dt {
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.dt::before {
    position: absolute;
    z-index: -1;
    width: 6rem;
    height: 3px;
	background-color: var(--thm-clr-1);
	content: '';
	left: 0;
	bottom: 0;
}

.lll  {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
}

.lll li {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.lll li i {
    font-size: 1.2rem;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-color: var(--thm-clr-1);
	color: var(--white-color);
}

.d-appi-form form .form-control {
    height: 5rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    color: #9C9C9C;
    border: 1px solid #9C9C9C;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
	outline: none;
}

.d-appi-form form .form-control::placeholder {
	color: #9C9C9C;
	font-size: 1.5rem;
}

.d-appi-form form textarea {
	height: 5rem;
}

.dsb {
    padding: 1rem 2rem;
    text-align: center;
    width: 100%;
    border-radius: 3rem;
    border: none;
	background-color: var(--thm-clr-1);
	color: var(--white-color);
	outline: none;
}

.dsb:hover {
	background-color: var(--heading-color);
}

.d-appi {
    margin-top: 3rem;
}

.d-appit {
    box-shadow: 0 5px 20px #f5f5f5;
    margin-bottom: 3rem;
}

.d-appi-form {
    padding: 3rem;
}

.d-appi-up {
    text-align: center;
	padding: 1rem 0;
	background-color: var(--heading-color);
}

.d-appi-up p {
	font-size: 2rem;
	color: var(--white-color);
}

.dfg {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--thm-clr-1);
    padding: 1rem;
}

.dfg-im img {
    border-radius: 50%;
}

.ddg {
    box-shadow: 0 5px 20px #f5f5f5;
    padding: 3rem;
}

.ddg ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dfg-bio h5 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}

.dfg-bio span {
    font-size: 1.4rem;
    line-height: 1;
}

.dfg-bio h5,
.dfg-bio span {
	color: var(--white-color);
}

.d-profile-day.dh {
    gap: 3.3rem;
}

/*-------------------------------------------------------
23.Footer css 
---------------------------------------------------------*/

footer {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    margin-top:0;
	padding:0px 65px 20px;
}

footer.shop-footer,
footer.footer-3 {
	padding-top: 0;
	margin-top: 0;
}

footer::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background:rgb(13 13 13);
	top: 0;
	left: 0;
	z-index: -1;
}

.footer-widget-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 300px;
    grid-gap: 3rem;
}

.foo-widget-title {
margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.foo-widget-title::before {
    position: absolute;
    content: '';
    z-index: 1;
    background-color: #00b6c8;
    height: 3px;
    width: 8.8rem;
    left: 0;
    bottom: 1px;
}

footer.footer-3 .foo-widget-title::before {
	background-color: var(--thm-clr-3);
}

/*Footer 1*/

.footer .subscribe button i {
	color: var(--thm-clr-1);
}

/*Footer 2*/

.footer-2 .footer-social li a i {
 background-color: #00b6c8;
    padding: 0;
}

.footer-2 .footer-addr ul li i {
    color:#f34996;
    margin-right:5px;
}

.footer-2 .subscribe form input {
    background: #292929;
    border: none;
}

.footer-2 .subscribe form button {
    background: var(--theme-color);
    color: var(--white-color);
    border: none;
}

.ads {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    line-height: 1;
    margin-bottom: 3rem;
    color: var(--white-color);
}

.ads li {
    display: flex;
    justify-content: space-between;
    font-size: 1.7rem;
}

/*About Us*/

.footer-widget-box.ab-us a.footer-dis {
    color: var(--white-color);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255,.2);
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.footer-widget-box.ab-us a i {
	margin-left: 1rem;
}

.footer-widget-box.ab-us p {
    margin-bottom: 8px;
    line-height: 2.4rem!important;
}
.address span{
    float: left;
    font-size: 20px;
    color: #f176ae;
    height: 75px;
    padding-right: 8px;
}
.footer-addr ul li {
	color: var(--white-color);
	margin-bottom:10px;
}

.footer-addr {
    margin-bottom: 2.5rem;
}

.footer-addr ul li i {
    color: var(--thm-clr-3);
    margin-right: 1.5rem;
}

.footer-social li {
	display: inline-block;
}

.footer-social li a i {
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	text-align: center;
	color: var(--white-color);
	background-color: #254FF0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*footer list*/

.footer-widget-box ul.foo-list li {
    display: block;
    margin-bottom: 2px;
}

.footer-widget-box ul.foo-list li:last-child {
	margin-bottom: 0;
}

.footer-widget-box ul.foo-list li span {
	text-transform: uppercase;
}

.footer-widget-box ul li a {
    text-transform:uppercase;
    line-height: 1.4;
}

.footer-widget-box ul li:hover a {
	color:#f34996;
}
.footer-widget-box img{
border-radius: 3px;
    width: auto;
    height: auto;
    background: #fff;
    padding: 10px;
    margin-top: 6px;
    border: 0;
    margin-bottom: 22px;
}
.copyright-text p{
	margin-bottom:0px;
	color:#fff;
}
.copyright-text p a{
	color:#edbe3e;
}
.copyright-main{
	background:#f661a5;
	padding:10px 65px;
}
.whaspp a {
    position: fixed;
    display: block;
    z-index: 99999;
    background: #25D366;
    bottom: 70px;
    right: 16px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 54px;
    font-size: 34px;
    border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #cccccc78;
}
.fd-info p{
color: #000;
    line-height: 25px;
    font-size: 16px;
}
.fd-info h5{
text-transform: uppercase;
    font-size: 20px;
    color: #00b6c8;
    margin-bottom: 5px;
}
.object {
 -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.footer-3 ul.foo-list li {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-3 .foo-list li i {
	color: var(--thm-clr-3);
}

/*footer Subscribe*/

.footer-widget-box.footer-sub p {
    margin-bottom: 2.5rem;
}

/*footer Subscribe*/

.subscribe form {
	position: relative;
	z-index: 1;
}

.subscribe form input {
    background: transparent;
    border: 1px solid var(--white-color);
    padding: 4px 1rem;
    width: 100%;
	height: 4rem;
	color: var(--white-color);
}

.subscribe form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white-color);
    color: var(--theme-color);
    height: 4rem;
    width: 6rem;
    border: 1px solid var(--white-color);
}

.subscribe form input::placeholder {
	color: var(--white-color);
	opacity: 1;
}

/*Product*/

.f-item ul li {
	margin-bottom: 1.5rem;
	display: block;
}

.f-item-box {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.f-info h6 {
    color: var(--white-color);
    font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: var(--ft-1);
	font-weight: 400;
}

.f-item-rating {
	margin-bottom: 5px;
}

.f-item-rating i {
	color: #FC9016;
}

.f-info span {
    color: var(--thm-clr-3);
}

/*footer Menu*/

ul.footer-menu {
    display: flex;
}

ul.footer-menu li {
	margin-right: 1rem;
}

ul.footer-menu li:last-child {
	margin-right: 0;
}

ul.footer-menu li a{
	color: var(--white-color);
	text-transform: capitalize;
}

/*footer copyright*/

.copyright {
    padding: 2rem 0;
	background:  rgba(2,16,121,.51);
}

.copyright .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
	line-height: 3.4rem;
	font-size: 1.6rem;
	color: var(--white-color);
	letter-spacing: 0.54px;
	margin-bottom: 0;
}

/*White balance*/

.footer-widget-box p,
.footer-widget-box ul li a,
.foo-widget-title,
.re-post-desc h6,
.re-post-desc p{
	color: var(--white-color);
}

.footer-widget-box.ab-us p,
.footer-widget-box ul li a,
.footer-contact p,
.footer-widget-box.ab-us a {
    line-height: 3.4rem;
    font-size:15px;
    letter-spacing: 0.5px;
}
.footer-widget-box ul li a i{
	padding-right:8px;
}

/*-------------------------------------------------------
24.Blog Page css
---------------------------------------------------------*/



/*-------------------------------------------------------
25.Breadcrumb css
---------------------------------------------------------*/

header.header.single-head .navbar {
    margin-top: 2rem;
}

header.header.single-head .navbar.in {
    margin-top: 0;
}

.site-breadcrumb {
    height: 70vh;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	background-attachment: fixed!important;
}

.site-breadcrumb-wpr {
    position: relative;
    z-index: 1;
    padding: 4rem 0 3rem;
    margin-top: 10rem;
}

.site-breadcrumb-wpr::before {
	position: absolute;
	content: '';
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: var(--white-color);
	opacity: .7;
}

.site-breadcrumb .breadcrumb-circle {
	position: absolute;
	right: 26rem;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: -1;
}

.site-breadcrumb .breadcrumb-circle::before {
    height: 12rem;
    width: 12rem;
    position: absolute;
    content: '';
    background-color: #FF4081;
    top: -23px;
    left: 23px;
    border-radius: 50%;
    z-index: -1;
}

.breadcrumb-circle img {
	animation: upsdn 4s linear infinite;
}

@keyframes upsdn {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(15px, -15px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

.site-breadcrumb .breadcrumb-title {
    font-size: 4rem;
    text-transform: capitalize;
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: 4rem;
}

.site-breadcrumb .breadcrumb-title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    background-image: url(assets/img/icons/lines.png);
    height: 2.6rem;
    width: 433px;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.site-breadcrumb .breadcrumb-menu {
	position: relative;
	z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
	position: relative;
	display: inline-block;
	margin-left: 3rem;
	color: var(--heading-color);
	font-weight: 600;
	text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-menu li::before {
	position: absolute;
	content: '-';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	width: 2rem;
	right: -24px;
	top: -2px;
	text-align: center;
	font-size: 1.4rem;
	color: var(--heading-color);
}

.site-breadcrumb .breadcrumb-menu li:first-child{
	margin-left:0;	
}

.site-breadcrumb .breadcrumb-menu li:last-child:before{
	display:none;	
}

.site-breadcrumb .breadcrumb-menu li a {
    color: var(--heading-color);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-breadcrumb ul li.active {
	color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu li:hover{
	color: var(--theme-color);
}

/*-------------------------------------------------------
26.Single Page css
---------------------------------------------------------*/

.single-si-tl {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.single-si-tl.ex-m {
	margin-bottom: 3rem;
}

.single-page-meta ul {
    display: flex;
    gap: 4rem;
	align-items: center;
}

.single-page-meta {
	margin:2rem 0rem 2rem 0rem
}

.single-page-meta ul li span {
	color: #686868;
}

.lll.sil {
	margin-bottom: 3rem;
}

.lll.sil li {
	font-weight: 500;
}

.lll.sil li i {
	background-color: var(--theme-color);
}

.single-big-user {
    display: flex;
    align-items: center;
    gap: 3rem;
	padding: 6rem;
	box-shadow: 0 0 6px rgba(207,207,207,.16);
	margin: 4rem 0 4rem 0;
}

.com-social {
    display: flex;
    gap: 2rem;
	align-items: center;
}

.single-big-user {
	
}

.single-big-user img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.single-content-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #F6F6F6;
	text-transform: uppercase;
}

.single-content-title::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 2px;
    background-color: var(--theme-color);
    left: 0;
	bottom: -2px;

}

.single-commentor-user {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

.single-commentor-user img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.single-commentor-user-bio-head {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    gap: 3rem;
}

.single-commentor-user-bio-head h5 {
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1;
	font-family: var(--ft-2);
}

.single-commentor-user-bio p {
    margin-bottom: 2rem;
}

.single-cm i {
    margin-right: 1rem;
    line-height: 1;
	color: var(--theme-color);
}

.single-commentor {
	border-bottom: 2px solid var(--theme-color);
	margin-bottom: 3rem;
	padding: 3rem;
}

.single-commentor ul li {
	margin-bottom: 3rem;
	display: block;
}

.single-commentor ul li:last-child {
	margin-bottom: 0;
}

.single-comments-section-form .form-control {
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1.4rem;
    outline: none;
}

.single-comments-section-form form textarea {
	height: 15rem!important;
}

.sub-btn {
	margin-top: 3rem;
}

.sub-btn button {
    border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 1.5rem;
	text-transform: uppercase;
	border-radius: 3rem;
	line-height: 1;
	padding: 1.3rem 3rem;
}

.sub-btn button:hover {
	background-color: var(--black-color);
}

/*-------------------------------------------------------
27.Sidebar css
---------------------------------------------------------*/ 

.sidebar .sidebar-widget {
    padding: 4rem 3rem;
    -webkit-box-shadow: 0px 4px 38.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 38.4px 1.6px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
    border-radius: 5px;
}

.sidebar .sidebar-widget:last-child {
	margin-bottom: 0;
}

/*Sidebar Title css*/


/*Search css*/

.sidebar .sidebar-widget.search form {
	position: relative;
	z-index: 1;		
}

.sidebar .sidebar-widget.search form input {
    width: 100%;
    height: 6rem;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    outline: none;
    border: none;
	background-color: #f8f9ff;
}

.sidebar .sidebar-widget.search form input::placeholder {
	color: var(--heading-color);
	text-transform: capitalize;
}

.sidebar .sidebar-widget.search form button {
    position: absolute;
    right: 4px;
    padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
    border: none;
    outline: none;
    top: -27px;
    font-size: 1.8rem;
}

/*Recent css*/

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single {
    display: grid;
    align-items: center;
    grid-template-columns: 7rem 1fr;
    grid-gap: 2rem;
	margin-bottom: 2rem;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single .recent-post-img img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single:last-child {
	margin-bottom: 0;
}

.recent-post-info span {
    text-transform: uppercase;
    font-family: var(--ft-2);
    display: block;
    font-size: 1.2rem;
    margin-top: -1rem;
    margin-bottom: 5px;
    color: var(--heading-color);
}

.recent-post-info h5 {
	text-transform: capitalize;
	font-size: 1.4rem;
	margin-bottom: 1.5;
}

/*Categories css*/

.sidebar .sidebar-widget.cate ul li {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    line-height: 1;
    background-color: var(--bg-color-2);
    padding: 2rem;
}

.sidebar .sidebar-widget.cate ul li:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-widget.cate ul li a i {
    font-size: 1.4rem;
    color: #333b55;
    margin-right: 2rem;
}

/*Tags css*/

.sidebar-widget.Tags ul li {
    display: inline-block;
    line-height: 1;
	margin-bottom: 3rem;
}

.sidebar-widget.Tags ul li:last-child {
	margin-bottom: 0;
}

.sidebar-widget.Tags ul li a {
    padding: 7px 1.5rem;
    text-transform: capitalize;
    font-size: 1.4rem;
    font-family: var(--ft-2);
    line-height: 1;
    margin-bottom: 7px;
    transition: .5s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #eee;
}

.sidebar-widget.Tags ul li a:hover {
	background: var(--theme-color);
	color: var(--white-color);
}

.sidebar-widget.Tags ul li:nth-child(4) a {
	background: var(--theme-color);
	color: var(--white-color);
}

/*-------------------------------------------------------
28.Pagination css
---------------------------------------------------------*/

.pagination-wrapper {
  text-align: center;
  margin: 0 0;
}

.pagination {
    display: inline-block;
    height: 70px;
    margin-top: 70px;
    padding: 0;
    background-color: #eee;
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
  .pagination {
    height: 50px;
    margin-top: 50px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
.copyright-main{
    padding:10px 0;
}
}
.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}

.page-numbers:hover, .page-numbers.current {
  background-color: var(--theme-color);
  color: #fff;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: transparent;
  color: var(--theme-color);
}

@media only screen and (max-width: 1199px) {
  .page-numbers {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .page-numbers {
    padding: 0 14px;
    display: none;
  }
	
  .page-numbers:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }
	
  .page-numbers:nth-of-type(2)::after {
    content: '...';
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }
	
  .page-numbers:nth-child(-n+3), .page-numbers:nth-last-child(-n+3) {
    display: block;
  }
	
  .page-numbers:nth-last-child(-n+4) {
    padding-right: 14px;
  }
	
  .page-numbers:nth-last-child(-n+4)::after {
    content: none;
  }
}

/*-------------------------------------------------------
29.Shape Animation css
---------------------------------------------------------*/

.main-btn {
    position: absolute;
    bottom: 103px;
    left: 60%;
    transform: translate(-50%, 0);
}

.main-btn a {
    padding: 8px 3rem;
    border-radius: 3rem;
    border: 1px solid #ccc;
    text-transform: capitalize;
}

.main-btn a:hover {
	background: var(--theme-color-2);
	color: var(--white-color);
}

.st0{fill:#fff}
.st2{fill:#2024b0}
.st3{fill:#4777f4}
.st4,.st6{
  fill:#fff;
  stroke:#b3dcdf;
  stroke-miterlimit:10
}
.st6{
  stroke:#5d89af;
  stroke-width:2
}
.st7,.st8,.st9{
  stroke:#709abf;
  stroke-miterlimit:10
}

.st7{
  stroke-width:5;
  stroke-linecap:round;
  fill:none
}
.st8,.st9{
  fill:#fff
}
.st9{
  fill:none
}
.st10{
  
}

#cloud1{
  animation: cloud003 15s linear infinite;
}

#cloud2{
  animation: cloud002 25s linear infinite;
}

#cloud3{
  animation: cloud003 20s linear infinite;
}

#cloud4{
  animation: float 4s linear infinite;
}

#cloud5{
  animation: float 8s linear infinite;
}

#cloud7{
  animation: float 5s linear infinite;
}

#tracks{
  animation: slide 650ms linear infinite;
}

#bumps{
  animation: land 10000ms linear infinite;
}

@keyframes jig {
    0% { transform: translateY(0px); }
    50% { transform: translateY(1px); }
    100% { transform: translateY(0px); }
}

#car-layers{
  animation: jig 0.35s linear infinite;
}

@keyframes land {
    from { transform: translateX(0); }
    to { transform: translateX(1000px); }
}


@keyframes slide {
    from { transform: translateX(0px); }
    to { transform: translateX(100px); }
}

/* @keyframes cloudFloat {
  0% { transform: translateX(0) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
} */

@keyframes cloud001 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes cloud002 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes cloud003 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px) translateX(0); }
    50% { transform: translateY(8px) translateX(5px); }
    100% { transform: translateY(0px) translateX(0); }
}

#bracefront, #braceback{
  animation: braces 1s linear infinite;
}

@keyframes braces {
    0% { transform: translateX(-2px); }
  25% { transform: translateX(3px); }
    50% { transform: translateX(-2px); }
    75% { transform: translateX(3px); }
  100% { transform: translateX(-2px); }
}


.services1 img{
    border-radius: 15px;
}
.services1 a:hover{
	color:#fff;
	transition:all 0.3s;
}
.services1 a{
color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 12px 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.about100{
	padding-top:100px;
}
.h-item-2 a:hover{
	transition:all 0.3s;
	background:#211c69;
}
.heading h2{
	color: #fff;
    text-transform: uppercase;
    margin-bottom:50px;
    text-align: center;
}
.carousel-indicators li{
	background-color:#f6509b;
}
.carousel-indicators li{
	height:5px;
}
.carousel-item {
  height: 94vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.addresss span{
	float: left;
    font-size: 18px;
    padding-right: 8px;
    color: #87b416;
}
.addresss p{
    margin-bottom: 0px;
    color: #fff;
    line-height: 25px;
}
.addresss{
	margin-bottom:8px;
}
.contacta h2{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #fff;
}
.contacta{

}
.addresss span.height{
	height: 65px;
}
.doctorheading h2{
color: #1e1968;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.doctorteam{
	padding-bottom:90px;
	    background: #ccc3;
    padding-top: 55px;
	margin-bottom:10px;
}
.contacta iframe{
	border-radius:20px 0 20px 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	margin:0 2px 2px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.f-1-box .f-1-info p.number{
	margin-bottom:3px;
}
.serviceshe h2{
    text-transform: uppercase;
    line-height: 39px;
    font-size: 34px;
    padding-bottom:62px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}
.ab-wrapper{
	padding:0 100px;
}
.pq-section-sub-title{
letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background: #fd62a8;
    padding: 4px 12px;
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 3px;
}
.black h2{
	color:#000;
}
.fooetrp p{
	font-weight: 400;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 8px;
}
.left20{
	position: relative;
    left: 55px;
}
.testimpnail {
    background: #cccccc36;
    padding: 25px 20px 15px;
    border-radius: 22px 0 22px 0;
    margin-bottom: 20px;
    box-shadow: 2px 2px 7px #cccccc4a;
    border: 3px solid #fff;
}
.testimpnail p {
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}
.testimpnail h1 {
font-size: 16px;
    font-style: normal;
    margin: 10px 0 5px;
    color: #000;
    font-weight: 600;
}
.testimpnail h1 span {
    color: #ffd400;
    padding-left: 10px;
}
.headinservi h2{
	    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 22px;
    color: #03b9cb;
}
.headinservi h2:after{
content: "";
    display: block;
    width: 130px;
    border-bottom: 3px solid #f176ae;
    position: relative;
    top: 5px;
	
}
.gallerys a img{
	    border-radius: 10px;
    margin-bottom: 24px;
}