
/*-------------------------------------------------------
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:#26aba3;
	--primary: #26aba3;
	--secondary: #26aba3;
	--third: #E22555;
    --base-first-gradientcolor: #26aba3;
    --base-second-gradientcolor: #ff5ead;  
    --base-gradient: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    --btn-light: #00703C;
    --bs-secondary: #f7ab1e;


}

.hero_section  .btnn{
  background-color: var(--background) !important;
  color: #fff;
}
.hero_section .btn-outline-secondary{
border: 2px solid var(--bs-secondary) !important;
}
.hero_section .btn-outline-secondary:hover{
  background-color:  var(--bs-secondary) !important;
  color: #fff !important;
  }

  .about_section .btnn{
    background-color: var(--background) !important;
    color: #fff;
  }

  .hero_section .heading_textt {
    font-size: 55px;
    /* line-height: 80px; */
    background: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @media(max-width:470px){
    .hero_section .heading_textt{
      font-size: 40px;

    }
  }

.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: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
}

a {
    color: red;
    text-decoration: none;
  }
  
  a:hover {
    color: #ec2727;
    text-decoration: 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/img/logo/pre-loader.gif) center no-repeat var(--white-color);
    text-align: center;
}

.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: 4rem 0;
}

.de-pt {
	padding-top: 6rem;
}

@media(max-width:991px){
  .de-pt {
    padding-top: 6rem;
  }
}

.pt-20 {
	padding-top: 2rem;
}

.de-pb {
	padding-bottom: 8rem;
}

@media(max-width:991px){
  .de-pb {
    padding-bottom: 2rem;
  }
}

.mb-10 {
	margin-bottom: 1rem;
}

.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;
}

/* ---- *****************  Top Bar   ******************* ---*/
/* 
#topbar{
 background-color: #ededed;
 height: 80px;
}
#topbar h3{
  font-size: 30px;
  color: #000000;
}

@media(max-width:807px){
  #topbar h3{
    font-size: 25px;
  }
}
@media(max-width: 767px){
  #topbar h3{
    font-size: 22px;
  }
}

@media(max-width: 530px){
  #topbar h3{
    font-size: 20px;
  }
}

@media(max-width: 484px){
  #topbar h3{
    font-size: 17px;
    padding-top: 5px;
  }
}

@media(max-width: 425px){
  #topbar h3{
    font-size: 15px;
    padding-top: 5px;
  }
}

@media(max-width: 375px){
  #topbar h3{
    font-size: 14px;
    padding-top: 6px;
  }
} */

.hero-section h1{
    font-size: 106px;
    background: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.hero-section h1 span{
    font-size: 136px;
    font-weight: 800;
    background: var(--base-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-section h2{
    font-size: 40px;
}

.hero-section h3{
    font-size: 60px;
    font-weight: 700;
} 
@media(max-width:820px){
    .hero-section h1{
        font-size: 60px;
    } 
    .hero-section h1 span{
        font-size: 60px;
    }
    .hero-section h3{
        font-size: 30px;
    }
}
@media(max-width:768px){
    .hero-section h1{
        font-size: 60px;
    } 
    .hero-section h1 span{
        font-size: 60px;
    }
    .hero-section h3{
        font-size: 30px;
    }
}

@media(max-width:451px){
    .hero-section h2{
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .header {
    background: #fff;
    transition: all 0.5s;
    height: 80px;
    border-bottom: 1px solid #fff;
  }

  .header .container{
    max-width: 1400px;
  }
.header .hotline .mail i{
  font-size: 32px;
  color: #000;
}
.header .hotline .hotline-info span{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
  @media (max-width: 575px) {
    .header {
      height: 90px;
    }
  }
  
  .header.sticked {
    border-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  
  .header .logo img {
    max-height: 80px;
    margin-right: 6px;
  }
  
  .header .logo h3 {
    font-size: 34px;
    font-weight: 700;
    color: #000 !important;
    margin: 0;
    font-family: var(--font-secondary);
  }
  
  .header .logo h1 span {
    color: var(--color-primary);
  }
  
  .header .btn-book-a-table,
  .header .btn-book-a-table:focus {
    color: #fff;
    background: var(--background);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    transition: 0.3s;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
  }
  
  .header .btn-book-a-table:hover,
  .header .btn-book-a-table:focus:hover {
    border: 2px soild #f20606;
    color: #fff;
    background: rgba(213, 20, 20, 0.8);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
  }
  
  @media(max-width:768px) {
  
    .header .btn-book-a-table,
    .header .btn-book-a-table:focus {
      font-size: 15px;
      color: #fff;
      padding: 8px 30px;
      border-radius: 50px;
      transition: 0.3s;
    }
  
  
    .header .logo h3 {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
    # Desktop Navigation
    --------------------------------------------------------------*/
  @media (min-width: 1280px) {
    .navbar {
      padding: 0;
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar>ul>li {
      white-space: nowrap;
      padding: 10px 0 10px 28px;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3px;
      /* font-family: var(--font-secondary); */
      font-family: var(--ft-1);
      font-size: 20px;
      font-weight: 700;
      color: #000000;
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
    }
    .navbar a:hover{
      color: var(--background) !important;
    }
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar>ul>li>a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -6px;
      left: 0;
      background-color: var(--color-primary);
      visibility: hidden;
      width: 0px;
      transition: all 0.3s ease-in-out 0s;
    }
  
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
      visibility: visible;
      width: 100%;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #000;
    }

    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 600;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: var(--color-primary);
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  @media (min-width: 1280px) {
  
    .mobile-nav-show,
    .mobile-nav-hide {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
    # Mobile Navigation
    --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 50%;
      max-width: 500px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }
  
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background: rgb(255, 255, 255);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-family: var(--font-secondary);
      border-bottom: 2px solid rgba(255, 255, 255, 0.8);
      font-size: 16px;
      font-weight: 600;
      color: #7f7f90;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar li:hover>a {
      color: #000;
    }
  
    .navbar .active,
    .navbar .active:focus {
      color: #000;
      border-color: var(--color-primary);
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 20px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid #eee;
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-show {
      color: var(--color-secondary);
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      z-index: 9999;
      margin: 0 10px 0 20px;
    }
  
    .mobile-nav-hide {
      color: var(--color-secondary);
      font-size: 32px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 9999;
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .navbar {
      right: 0;
    }
  
    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      /* background: rgba(255, 255, 255, 0.8); */
      z-index: 9996;
    }
  }
  
  
  

/*-------------------------------------------------------
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*/


.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 {
    width: 140%;;
    display: flex;
    align-items: center;
}

@media (max-width:1200px){
    .right-bg{
        width: 100%;
    }
}



.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: 1rem 2rem;
    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;
}

/* -- ==================== About ==================== */

.about_section .btn_wrap{
  padding: 15px 0;
} 
@media(max-width:488px){
    .ab-1 .ab-1-left h3{
        font-size: 25px;
    }
}
@media(max-width:419px){
    .ab-1 .ab-1-left h3{
        font-size: 22px;
    }
}
@media(max-width:388px){
    .ab-1 .ab-1-left h3{
        font-size: 20px;
    }
}
/*-------------------------------------------------------

9.Feature css 
---------------------------------------------------------*/

/*Feature 1*/

.f-1-area {
    margin-top: -3rem;
    position: relative;
    z-index: 1;
}

.f-1-box {
    padding: 4rem 2rem;
    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: var(--background);
}

.f-1-box::after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 2.4rem;
	height: 2.1rem;
	bottom: 0;
	left: 0;
	background-color: var(--background);
	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 h5{
  text-decoration: underline;
}
.f-1-info ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    line-height: 1;
}

.f-1-box .imaggg {
  height: 340px;
}
.f-1-box .imaggg img{
  height: 100%;
  object-fit: cover;
}


.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;
	background-color: var(--background);
	color: var(--white-color);
	display: flex;
	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;
	background-color: var(--background);
}

.f-btn {
	padding: 1rem 3rem;
	line-height: 1;
	background-color: var(--background);
	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 .container{
  max-width: 1300px !important;
}

.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: var(--thm-clr-1);
}

.cnt-1 .fun-fact .fun-desc .medium::before {
	background-color: var(--thm-clr-1);
}

.cnt-1 .counter-wrapper {
    padding: 5rem;
    box-shadow: 0 0 3rem rgba(238,238,238);
}

/*Counter 2*/

.fun-fact {
    display: flex;
    align-items: flex-start;
}

.fun-fact .fun-icon  {
	display: block;
	margin-right: 2rem;
}

.fun-fact .fun-desc .timer {
    font-size: 50px;
    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: -30px;
    top: 0;
    color: var(--theme-color);
    font-size: 50px;
}

.fun-fact:first-child .fun-desc .timer::before {
	display: none;
}

.fun-fact:first-child .fun-desc .timer::after {
    position: absolute;
    z-index: -1;
    content: 'k';
    right: -30px;
    top: 0;
    color: var(--theme-color);
    font-size: 50px;
}

.fun-fact .fun-desc .medium {
	position: relative;
    z-index: 1;
    font-size: 18px;
    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;
    margin-right: 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 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.ab-txts {
    margin-bottom: 3rem;
}

.ab-txts p:first-child {
    font-weight: 500;
}

.ab-btns a {
    display: inline-block;
    margin-right: 2rem;
}


/*-------------------------------------------------------
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-top: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
   	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(--background);
    content: '';
    transition: .5s ease;
}

.de-sv-box:hover::after {
    width: 100%;
}

.de-sv-icon i {
    height: 6rem;
    width: 6rem;
    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;
}

.section5 .play-btn {
    width: 50px;
    height: 50px;
    background: radial-gradient(red 50%, rgba(255, 0, 0, 0.311) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(60% - 47px);
    top: calc(70% - 47px);
    overflow: hidden;
  }
  
  .section5 .play-btn:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid  red;
    background: rgba(198, 16, 0, 0);
  }
  
  .section5 .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .section5 .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }
  
  .section5 .play-btn:hover:after {
    border-left: 15px solid var(--background);
    transform: scale(20);
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  #section5 .inside2 .content img{
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  @media(max-width:415px){
    #section5 .site-title h2{
      font-size: 18px;
    }
  }


  #facebook .container .image img{
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  #facebook .container .site-title h4{
    font-size: 30px;
    font-weight: 600;
  }

  @media(max-width:768px){
    #facebook .container .site-title h4{
      font-size: 22px;
    }
  }

  @media(max-width:460px){
    #facebook .container .site-title h4{
      font-size: 18px;
    }
  }
/*-------------------------------------------------------
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.Portfolio  css 
---------------------------------------------------------*/

/*Portfolio 1*/

.portfolio-area.ptt-2 .pf-item {
	/*width: 33.33%;  */
  width: 24.24%; 
}

.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; */
  padding-top: 13px;
	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: 1.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: 3rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.portfolio-items-area a{
    pointer-events: none;
}
.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%;
    margin-left: 1.2%;
}

.portfolio-area .pf-item {
	width: 20%;
	float: left;
	padding: 15px;
  padding-top: 30px;
}
 
.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;
}

@media(max-width:768px){
  
}
/*-------------------------------------------------------
17.Testimonial css 
---------------------------------------------------------*/

/*Fd 1*/

.f1-box {
    background-color: var(--background);
    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%);
}


/*-------------------------------------------------------
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;
}


/*-------------------------------------------------------
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);
}

/*-------------------------------------------------------
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;
}

/** main-footer **/
.main-footer .auto-container{
    position:static;
    max-width:1320px;
    margin:0 auto;
  }
  
.main-footer{
  background: #111821;
  margin-top: -10px;
}

.main-footer .widget-section{
  padding: 69px 0px 65px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .image-section {
  background-color: white;
  border-radius: 10px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.main-footer .widget-title h3{
  font-size: 24px;
  line-height: 30px;
  color: var(--background);
  font-weight: 600;
}

.main-footer .widget-section .about-widget p{
  color: #fff;
  line-height: 26px;
  margin-bottom: 22px;
}

.main-footer .widget-section .about-widget .redirect{
  color: #f17732;
  font-size: 18px;
  text-decoration: underline;
  letter-spacing: 1px;
  animation: anime 1s infinite;
}

@keyframes anime {
  100%{
    color: #03c0b4;
  }
}

.main-footer .hm{
    padding-left: 100px;
}

@media(max-width: 992px){
    .main-footer .hm{
        padding-left: 0px;
    }
}
.main-footer .widget-section .about-widget .redirect2{
  color: white;
  font-size: 18px;
  text-decoration: underline;
  letter-spacing: 1px;
}

.main-footer .widget-section .about-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .widget-section .about-widget .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .widget-section .about-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  text-align: center;
}


.main-footer .widget-section .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.main-footer .widget-section .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .links-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .widget-section .contact-widget .info li{
  position: relative;
  display: block;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.main-footer .widget-section .contact-widget .info li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info li a{
  color: #fff;
}

.footer-bottom{
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}

@media (max-width:900px){
  .footer-bottom{
    display: block;
    text-align: center;
  }
}

.footer-bottom p{
  color: #fff;
}

.footer-bottom a{
  color: var(--background);
}

@media(max-width:422px){
    .footer-bottom p{
        font-size: 15px;
    }
    .footer-bottom a{
        font-size:15px;
    } 
}

@media(max-width:391px){
    .footer-bottom p{
        font-size: 12px;
    }
    .footer-bottom a{
        font-size:12px;
    } 
}

.img-wrap {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.back-img {
  left: 0px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
