@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
:root {
  --fontFamily: 'Kumbh Sans', sans-serif;
  --fontFamily2: 'Roboto', sans-serif;
  --mainColor: #0463c0;
  --secondColor: #0f1221;
  --thirdColor: #ff414b;
  --thirdColorShadow: #ffeced;
  --backgroundColor: #ebebeb;
  --transparentColor: #fcebe5;
  --whiteColor: #ffffff;
  --blackColor: #242424;
  --paragraphColor: #666666;
  --fontSize: 15px;
  --card-title-fontSize: 24px;
  --transition: 0.5s;
  --boxShadow:  rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
              overflow-x: hidden;
              
}


h1, h2, h3, h4 {
  font-family: var(--fontFamily);
}

h5, h6 {
  font-family: var(--fontFamily2);
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
  font-family: var(--fontFamily2);
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-30 {
  padding-top: 0px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.section-content {
  margin-top: 10px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--whiteColor) !important;
  z-index: 99999;
  padding: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-fbf4f5 {
  background-color: #fbf4f5;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

.bg-000000 {
  background-color: #1f1e23;
}

/*================================================
Topbar Area CSS
=================================================*/
.topbar {
  font-family: var(--fontFamily2);
  background-color: #0463c0;
  position: relative;
  z-index: 9;
}

.topbar-left-side ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.topbar-left-side ul li {
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
  color: var(--whiteColor);
}

.topbar-left-side ul li a {
  color: var(--whiteColor);
}

.topbar-left-side ul li i {
  margin-right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--whiteColor);
}

.topbar-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topbar-right-side a {
  color: var(--whiteColor);
  font-size: 14px;
}

.topbar-right-side i {
  color: var(--whiteColor);
}

.topbar-right-side .account {
  margin-right: 15px;
  font-family: var(--fontFamily2);
}

.topbar-right-side .account i {
  margin-right: 3px;
}

/*================================================
Select Area CSS
=================================================*/
.nice-select {
  border: 0px;
  background-color: transparent;
  height: auto;
  width: 100%;
  line-height: unset;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 23px;
  padding-right: 15px;
}

.nice-select .selected {
  color: var(--mainColor);
}

.nice-select .list {
  width: 100%;
  z-index: 9999;
}

.option-select-area {
  position: relative;
  display: inline-block;
  max-width: 100%;
  color: var(--paragraphColor);
}

.option-select-area .fa-globe {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 99;
  color: var(--whiteColor);
}

.option-select-area .nice-select .list {
  width: 85px;
  z-index: 999;
}

.option-select-area .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: var(--whiteColor);
}

.option-select-area .nice-select .current {
  color: var(--whiteColor);
  font-size: 14px;
}

/*================================================
Navbar Area CSS
=================================================*/


.global.bubli {
    animation: pulse 1s infinite ease-in-out alternate;
}

.global.bubli {
    margin-bottom: 31px;
    padding: 5px;
    display: block;
    border-radius: 4px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
    border: 1px #eee solid;
    /* transition: all 0.2s; */
    -moz-transition: all 0.2s;
    /* -webkit-transition: all 0.2s; */
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    padding-left: 12px;
}

.global.bubli h5 {
    float: right;
    /* margin-left: 4px; */
    line-height: 24px;
    color: #121158;
    font-size: 18px;
    font-weight: 400;
    padding-right-: 15px;
    margin-right: 74px;
    margin-top: 5px;
    text-align: left;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 2;
  height: 60px;
  text-transform: capitalize;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--mainColor);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--mainColor);
  height: 4px;
  margin-top: 5px;
  border-radius: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: var(--whiteColor);
  margin-top: 64px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #dbeefd;
  text-decoration: none;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
  background: var(--whiteColor);
}

.mean-container .mean-nav ul li a.active {
  color: var(--whiteColor);
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #dbeefd;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent !important;
  border: none !important;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav .navbar-nav {
  overflow-y: scroll;
  height: 290px;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-nav .dropdown-toggle::after {
  display: none;
}

.mean-remove {
  display: none !important;
}

.mobile-nav {
  display: none;
  position: relative;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.btn-primary,
.btn-primary:active {
  background-color: var(--whiteColor) !important;
  color: var(--blackColor) !important;
  border-color: var(--blackColor) !important;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: var(--mainColor);
}

/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
  background-color: transparent;
}

.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}

.main-nav nav .navbar-nav .nav-item a {
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
  margin-left: 14px;
  margin-right: 14px;
}

a.navbar-brand img {
  width: 182px;
}

.main-nav nav .navbar-nav .nav-item a i {
  right: 0;
  top: 7px;
  font-size: 12px;
  position: absolute;
}

.align-items-center {
  align-items: center!important;
  padding: 6px;
}


.main-nav nav .navbar-nav .nav-item a:hover {
  color:#323232;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a::after {
  display: none;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 13px;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #323232;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #0865c1;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  visibility: visible;
}
.megu-width{
     width: 1329px;
     left:-515px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    left: 0px;
    top: 60px;
    opacity: 0;
    z-index: 99;
    /* border-bottom: 1px dashed; */
    display: block;
    border-radius: 0px;
    visibility: hidden;
    position: absolute;
    -webkit-transform: rotateX(-20deg);
    transform: rotateX(-20deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: #0f1221;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-left: 41px;
    padding-right: 261px;
    padding-bottom: 24px;
    margin-right: 45px;
}



ul.himpi{
    position: absolute;
    top: 50%;    transform: translate(0,-50%);
    width: 100%;  text-align: center    
}
ul.himpi li{
    list-style: none;
    display: inline-block;
    margin: 0 25px;
    width: 100px;  height: 100px;
    position: relative;
}
ul himpi li a{
   position: relative; 
   display: inline-block;
   width: 100%;  height: 100%;
   text-decoration: none;  
   color: #fff;   
   line-height: 100px;  text-align: center;
   font-size: 40px;
   transition: .9s;
   transition-delay: .5s;
}
ul.himpi li:hover a{
    background: #03a9f4;
}
ul.himpi li .box{
   position: absolute;
   top: -2px;  left: -2px;
   width: 100%;  height: 100%;
   border: 2px solid #000;
   transition: .5s;
   
}
ul.himpi li:hover .box{
   transform: rotate(45deg);
}
ul.himpi li .box span{
   position: absolute;
   background: #ccc;
   transition: .9s;
   transition-delay: .5s;
}
ul.himpi li:hover .box span{
   background: #fff; 
}
ul.himpi li .box span:nth-child(1){
   width: 20px;  height: 5px;
   top: -2px; left: -2px;
}
ul.himpi li:hover .box span:nth-child(1){
    width: 110%;
}
ul.himpi li .box span:nth-child(2){
   width: 5px;  height: 20px;
   top: -2px; left: -2px;
}
ul.himpi li:hover .box span:nth-child(2){
    height: 110%;
}
ul.himpi li .box span:nth-child(3){
   width: 20px;  height: 5px;
   bottom: -2px;  right: -2px;
}
ul.himpi li:hover .box span:nth-child(3){
   width: 110%;
}
ul.himpi li .box span:nth-child(4){
    width: 5px;  height: 20px;
    bottom: -2px;  right: -2px;
}
ul li:hover .box span:nth-child(4){
    height: 110%;
}


















 .dropdown-menu megu {
   
}

.category ul :hover {
    background: #0f1221;
  
   
}
.category li {
    border-bottom: 2px solid beige;
    padding: 2px;
    /* padding-right: 12px; */
    margin-left: -20px;
    line-height: 1;
}
.category ul {
    padding-bottom: 12px;
    color: #fff;
    background: #147ee4 !important;
    margin-top: -7px;
    border-bottom: 2px solid #fff;
    padding-left: 21px;
}


/*category*/

/* end*/
























nav.social-lipos {
    width: 12px;
    z-index:17;
}

.table-responsives {
    list-style: none;
}
.category li {
    list-style: none;
}


.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
     position: relative;
    padding: 0px;
    padding-right: -78px;
    margin-right: -30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    margin: 0;
    display: block;
    padding: 8px 9px;
    color: #ffffff;
    border-bottom: 1px dashed transparent;
    font-size: 13px;
    font-weight: 600;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  top: 50%;
  position: absolute;
  right: 10px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: '\00BB';
    font-size: 0px;
    color: #ffffff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: absolute;
    top: 45%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
     color: #ffffff;
    padding-left: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  font-size: 20px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 101%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 20px;
  left: 100%;
  position: absolute;
  opacity: 0 !important;
  visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}


.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-light .navbar-brand {
  color: var(--mainColor);
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-light .navbar-brand:hover {
  color: var(--mainColor);
  font-weight: bold;
  text-transform: uppercase;
}

.mean-container .mean-bar {
  position: relative;
}

.why-we-card-2 img {
  padding-bottom: 12px;
}


.mobile-nav .menu-sidebar-small-device {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 47px;
}

.mobile-nav .menu-sidebar-small-device .uni-button {
  padding: 5px 10px;
}

.menu-sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-sidebar ul li {
  margin-left: 15px;
  line-height: 1;
}

.menu-sidebar ul li .default-button {
  margin-bottom: -3px;
}

.menu-small-device {
  display: none;
  position: absolute;
  right: 80px;
  top: 14px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu-small-device li {
  list-style: none;
  display: inline-block;
}

.header-area2 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  top: 69px;
}

.language-select.option-select-area a {
  padding-left: 26px;
  /* border: 2px solid red; */
  padding: 8px;
  border-radius: 57px;
  background: #85a7d899;
}
.language-select.option-select-area a {
    margin-left: 12px;
}

.contact-card {
    min-height: 176px;
}




/*Whatsap*/


.hidden {
	display: none;
}

.sticky-button {
	position: fixed;
	background-color: #25D366;
	bottom: 20px;
	right: 20px;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	z-index: 20;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	   
}

.sticky-button svg {
	margin: auto;
	fill: #fff;
  width: 35px;
	height: 35px;
}

.sticky-button a,.sticky-button label {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 55px;
	height: 55px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.sticky-button label svg.close-icon {
	display: none;
}

.sticky-chat {
	position: fixed;
	bottom: 70px;
	right: 20px;
	width: 320px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 21;
	opacity: 0;
	visibility: hidden;
}

.sticky-chat a {
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  color: #505050;
  
}

.sticky-chat svg {
	width: 35px;
	height: 35px;
}

.sticky-chat .chat-content {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
	overflow: hidden;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
}

.sticky-chat .chat-header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: #25D366;
	overflow: hidden;
}

.sticky-chat .chat-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 75px;
	background: rgba(0,0,0,.040);
	border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
	width: 35px;
	height: 35px;
	flex: 0 0 auto;
	fill: #fff;
}

.sticky-chat .chat-header .title {
	padding-left: 15px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Roboto',sans-serif;
  color: #fff;
}

.sticky-chat .chat-header .title span {
	font-size: 11px;
	font-weight: 400;
	display: block;
	line-height: 1.58em;
	margin: 0;
	color: #f4f4f4;
}

.sticky-chat .chat-text {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 20px;
	font-size: 12px;
}

.sticky-chat .chat-text span {
	display: inline-block;
	margin-right: auto;
	padding: 10px;
	background-color: #f0f5fb;
	border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
	content: 'just now';
	display: inline-block;
	margin-left: 10px;
	font-size: 9px;
	color: #989b9f;
}

.sticky-chat .chat-text span.typing {
	margin: 15px 0 0 auto;
	padding: 10px;
	border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
	display: none;
}

.sticky-chat .chat-text span.typing svg {
	height: 13px;
	fill: #505050;
}

.sticky-chat .chat-button {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 12px 20px;
    border-radius: 53px;
    background-color: #25d366;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    overflow: hidden;
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

.sticky-chat .chat-button svg {
	width: 20px;
	height: 20px;
	fill: #25d366;
	margin-left: auto;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
}

.chat-menu:checked+.sticky-button label {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.chat-menu:checked+.sticky-button label svg.chat-icon {
	display: none;
}

.chat-menu:checked+.sticky-button label svg.close-icon {
	display: table-cell;
}

.chat-menu:checked+.sticky-button+.sticky-chat {
	bottom: 90px;
	opacity: 1;
	visibility: visible;
}



/* whatsapp end*/





















/*social-lipos*/

.social-lipos {
    position: fixed;
    top: 30%;
    right: 0%;
    transform: scaleX(-1);
}
.social-lipos ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-270px);
}

.social-lipos ul li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}

.social-lipos ul li:hover {
  transform: translatex(110px);
}

.social-lipos ul li.twitter:hover {
  background-color: #55acee;
}

.social-lipos li.facebook:hover {
  background-color: #3b5999;
}

.social-lipos li.google-plus:hover {
  background-color: #409a46;
}

.social-lipos ul li.instagram:hover {
  background-color: #e4405f;
}

.social-lipos ul li a {
  color: white;
  text-decoration: none;
}

.contact-form-area.bg-1b1d1e {
  background: #0f1221;
}

.social-lipos li i {
    text-align: center;
    margin-left: 14px;
    color: rgb(255, 255, 255);
    /* background-color: white; */
    padding: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    transform: scaleX(-1);
}

.social-lipos ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}

/*cursor*/

.cursor {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 1px solid #000;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid #000;
}

@keyframes moveCursor1 {
  from {
      transform: scale(1);
  }

  to {
      transform: scale(.8);
  }
}

@keyframes moveCursor2 {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(2);
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

/*


.cursor {
   width: 20px;
   height: 20px;
   border: 10px solid rgba(var(--white-rbg-color), .8);
   border-radius: 50%;
   position: absolute;
   transition-duration: 200ms;
   transition-timing-function: ease-out;
   animation: cursor-animate 550ms infinite alternate;
}

.cursor::after {
   content: "";
   width: 40px;
   height: 40px;
   border: 15px solid rgba(var(--white-rbg-color), .2);
   border-radius: 50%;
   position: absolute;
   top: -25px;
   left: -25px;
   animation: cursor-animate-2 550ms infinite alternate;
}



/*================================================
Popup Area CSS
=================================================*/
.popup-button {
  border: 0px;
  font-size: 18px;
  border-radius: 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  width: 50px;
  height: 41px;
  display: inline-block;
}

.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  visibility: hidden;
  background-color: #000000d4;
}

.popup .popup-content {
  width: 0%;
  height: 100%;
  opacity: 0;
  margin-left: 0;
  margin-right: auto;
}

.popup .popup-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: var(--mainColor);
  border: 0px;
  font-size: 30px;
}

.popup .popup-content form {
  top: 20%;
  left: 50%;
  width: 80%;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup .popup-content form .search-box {
  border-radius: 10px;
  border: 1px solid var(--mainColor);
}

.popup .popup-content form .search-box input {
  padding: 5px 20px;
}

.popup .popup-content form .search-box .form-control {
  border-radius: 10px;
  border: 0px solid transparent !important;
}

.popup .popup-content form .search-box .btn {
  padding: 5px 15px;
  color: var(--whiteColor);
  border-radius: 10px;
  background-color: var(--mainColor);
  font-size: 25px;
}

.popup .hi {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup .hi form {
  visibility: visible;
  top: 50% !important;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}






/*category*/

.content h2 {
    font-size: 21px;
    font-weight: 600;
}

.content h2 {
    padding: 12px;
    background: #0463c069;
    color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.category h6 {
    font-size: 15px;
    text-transform: math-auto;
}
.product-image {
    border: 1px solid #0463c0;
    box-shadow: rgb(54 164 235) 0px 3px 14px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -10px;
    margin-right: 71px;
    margin-top: 12px;
}

.category a {
    color: #fff;
}
.category h4 {
      color: #fff;
    background: #0f1221;
    padding: 11px;
}
.category {
    margin-right: -17px;
    margin-left: -5px;
    margin-top: 28px;
}
.category ul {
    padding-bottom: 12px;
    color: #fff;
    background: #0f1221;
    padding-top: 14px;
    margin-top: -7px;
    border-bottom: 2px solid #fff;
}
.table-responsives td  {
    padding-top: 5px;
    /* border-bottom: 1px solid; */
    padding-left: 12px;
    padding-bottom: 12px;
    box-shadow: rgb(255 255 255 / 25%) 0px 50px 100px -20px, rgb(255 251 251 / 30%) 0px 30px 60px -30px, rgb(249 252 255 / 35%) 0px -2px 6px 0px inset;
    margin-bottom: 9px;
}

.table-responsives tr td {
    color: #fff;
}

tbody {
    text-transform: lowercase;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    
    bs-table-accent-bg: var(--bs-table-striped-bg);
    /* color: var(--bs-table-striped-color); */
}

.table-responsives {
    margin-left: 44px;
    margin-top: 0px;
    background: #0f1221;
    color: #fff;
}

.table-responsives th {
    color: #fff;
}
.table-responsives a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.table-responsives tr {
    padding-top: 20px;
    padding-left: 35px;
    /* border: 2px solid red; */
    padding-right: 12px;
    margin-bottom: 23px;
    padding-bottom: 12px;
}

.table-responsives tr:hover {
    background: #147ee4;
    
}


.sidebar-cat {
    margin-left: -38px;
    
}




.product-image img {
    padding: 113px;
    padding-top: 2px;
}

.sidebar-cat h6 {
    
    height: 45px;
    background: #0f1221;
    margin-right: 838px;
    padding-top: 11px;
    color: #fff;
    font-size: 20px;
    padding-left: 15px;
}
.sidebar-cat ul {
    font-size: 0px;
}


/*category*/
/*contact-form sidebar*/












/*contact form end*/













/*================================================
menu-small-device Area CSS
=================================================*/
.small-device-popup-btn {
  border: 0px;
  border-radius: 5px;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--mainColor);
  background-color: transparent;
  margin-right: 15px;
}

.small-device-popup-btn:hover {
  color: var(--mainColor);
}

.small-device-popup {
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  position: fixed;
  z-index: 999999;
  visibility: hidden;
  background-color: #000000;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.small-device-popup .sidebar-popup-content {
  height: 100%;
  opacity: 0;
  margin-left: 0;
  margin-right: auto;
}

.small-device-popup .sidebar-popup-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: var(--mainColor);
  border: 0px;
  font-size: 30px;
  z-index: 99;
}

.small-device-popup .sidebar-popup-content .sdp-content {
  padding: 100px 15px 50px 25px;
  position: relative;
  text-align: center;
}

.small-device-popup .sidebar-popup-content .sdp-content .footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.small-device-popup .sidebar-popup-content .sdp-content .footer-social-icons span {
  margin-right: 10px;
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}

.small-device-popup .sidebar-popup-content .sdp-content .footer-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.small-device-popup .sidebar-popup-content .sdp-content .footer-social-icons ul li {
  display: inline-block;
}

.small-device-popup .sidebar-popup-content .sdp-content .footer-social-icons ul li a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 15px -5px #cccccc;
          box-shadow: 0px 0px 15px -5px #cccccc;
}

.small-device-popup .sidebar-popup-content .sdp-content .footer-social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.small-device-popup .sidebar-popup-content form {
  position: relative;
  max-width: 95%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 50px;
}

.small-device-popup .sidebar-popup-content form .input-group {
  border-radius: 10px;
  border: 1px solid var(--mainColor);
}

.small-device-popup .sidebar-popup-content form .input-group input {
  padding: 5px 20px;
}

.small-device-popup .sidebar-popup-content form .input-group .form-control {
  border-radius: 10px;
  border: 0px solid transparent !important;
}

.small-device-popup .sidebar-popup-content form .input-group .btn {
  padding: 5px 15px;
  color: var(--whiteColor);
  border-radius: 10px;
  background-color: var(--mainColor);
  font-size: 20px;
}

.small-device-popup .sidebar-popup-content .sdp-footer-area {
  text-align: left;
  margin-top: 30px;
}

.small-device-popup .sidebar-popup-content .sdp-footer-area h3 {
  margin-bottom: 12px;
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 700;
}

.small-device-popup .sidebar-popup-content .sdp-footer-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.small-device-popup .sidebar-popup-content .sdp-footer-area ul li {
  margin-top: 10px;
  font-size: 15px;
}

.small-device-popup .sidebar-popup-content .sdp-footer-area ul li i {
  color: var(--mainColor);
  margin-right: 5px;
}

.small-device-popup .sidebar-popup-content .sdp-footer-area ul li a {
  color: var(--whiteColor);
}

.small-device-popup .s-active {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.small-device-popup .s-active form {
  visibility: visible;
  top: 50% !important;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
  .topbar-right-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
  .topbar-left-side ul li {
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-right-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 13px;
    margin-right: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    background-color: #ffffff;
    height: 65px;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    top: 10px;
    left: 0px;
    z-index: 999;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-nav nav .navbar-nav {
    max-height: 64vh;
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 2px 0 0;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .main-nav {
    display: none !important;
  }
  .menu-sidebar {
    display: none;
  }
  .menu-small-device {
    z-index: 2;
    right: 30px;
    top: 17px;
    display: block !important;
  }
  .menu-small-device .default-button {
    padding: 7px 10px;
    font-size: 14px;
  }
  .meanclose {
    top: 60% !important;
  }
  .topbar-left-area {
    text-align: center;
  }
  .topbar-left-area ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile-nav .call-button {
    top: 0;
  }
}

.footer-logo-area p {
  margin-top: 20px;
  color: var(--whiteColor);
}

.footer-logo-area .footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.footer-logo-area .footer-social-icons span {
  margin-right: 10px;
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}

.footer-logo-area .footer-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-logo-area .footer-social-icons ul li {
  display: inline-block;
}

.footer-logo-area .footer-social-icons ul li a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0f1221;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 15px -5px #cccccc;
          box-shadow: 0px 0px 15px -5px #cccccc;
}

.footer-logo-area .footer-social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.footer-links h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: var(--whiteColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.footer-links h3::before {
  content: '';
  height: 2px;
  width: 20%;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-contact-list {
  padding-left: 20px;
}

.footer-quick-links {
  padding-left: 60px;
}

.footer-content-card {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}

.footer-content-card i {
  width: 20px;
  font-size: 18px;
  text-align: center;
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 1px;
}

.footer-content-card h5 {
  margin-bottom: 5px;
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 600;
}

.footer-content-card p {
  font-size: 14px;
}

.footer-content-card p a {
  color: var(--whiteColor);
}

.footer-quick-links ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}

.footer-quick-links ul li {
  margin-top: 14px;
}

.footer-quick-links ul li a {
  display: inline-block;
  color: var(--whiteColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.footer-quick-links ul li a i {
  margin-right: 5px;
  color: var(--mainColor);
}

.footer-quick-links ul li a:hover {
  color: var(--mainColor);
}

.footer-quick-links ul li:first-child {
  margin-top: 0px;
}

.footer-newsletter p {
  color: var(--whiteColor);
}

.footer-newsletter form .form-control {
  padding: 10px 15px;
  border-radius: 0px;
}

.footer-newsletter form .default-button {
  width: 100%;
  margin-top: 15px;
  background-color:#0665bf;
  border-color:#2e2e2e;
}

.footer-newsletter form .default-button::before, .footer-newsletter form .default-button::after {
  background-color: var(--blackColor);
}

.footer-newsletter form .validation-success {
  color: var(--whiteColor);
}

.footer-newsletter form .validation-danger {
  color: red;
}

.footer-newsletter form .hide {
  opacity: 0;
  margin-top: -15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/*================================================ 
CopyRight Area CSS
=================================================*/
.copyright {
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
}

.copyright .container {
  border-top: 1px solid #ffffff1e;
}

.copyright p {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  font-size: 15px;
}

.copyright p a {
  font-weight: 600;
  text-decoration: none;
  color: var(--mainColor);
}

.copyright p strong {
  color: var(--whiteColor);
}

.copyright-2 {
  border-top: 1px solid rgba(238, 238, 238, 0.3);
}

.copyright-2 p {
  color: #eeeeee;
}

.copyright-2 p a {
  color: var(--thirdColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 00px;
  left: 20px;
  border-radius: 5px;
  color: var(--mainColor);
  z-index: 99;
  height: 40px;
  width: 50px;
  display: inline-block;
  padding: 0 10px 45px;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  font-size: 25px;
  -webkit-transition: var(--transition);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 2px rgba(7, 7, 7, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 65px;
  -webkit-animation: top-bottom 5s infinite linear;
          animation: top-bottom 5s infinite linear;
}

/*================================================
Default Button Area CSS
=================================================*/
.default-button {
  overflow: hidden;
  border: 1px solid var(--secondColor);
  padding: 12px 35px;
  border-radius: 0px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--secondColor);
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}

.default-button::before {
  content: '';
  width: 100%;
  height: 0%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color:  #0463c0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.default-button::after {
  content: '';
  width: 100%;
  height: 0%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #0463c0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.default-button span {
  position: relative;
  z-index: 2;
}

.default-button:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.default-button:hover::before, .default-button:hover::after {
  height: 51%;
}

.default-button-2 {
  border-radius: 5px;
}

.default-button-3 {
  border-radius: 25px;
}

.title-btn-right {
  text-align: right;
}

.read-more-btn {
  display: inline-block;
  color: var(--blackColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 15px;
  font-weight: 600;
}

.read-more-btn:hover {
  letter-spacing: 1px;
  color: var(--mainColor);
}

/*================================================
Default Section Title Area CSS
=================================================*/
.default-section-title h6 {
  color: #0663c0;
  margin-bottom: 12px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.default-section-title h3 {
  font-size: 36px;
  font-weight: 700;
}

.default-section-title-middle {
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.default-section-title-with-button {
  max-width: 500px;
}

/*================================================
Index 01 Banner Area CSS
=================================================*/
.main-banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background-image: url("../images/banner/banner-bg-1.jpg");*/
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
}

.main-banner-bg::before {
  content: '';
  width: 100%;
  height: 100%;
 /* background-color: rgba(15, 18, 33, 0.95);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.main-banner-bg .container {
  position: relative;
}

.banner-text-area h6 {
  color: #ffffff;
  font-size: var(--fontSize);
  font-weight: 600;
}

.banner-text-area h1 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
}

.banner-text-area p {
  color: rgb(255, 255, 255);
  max-width: 550px;
}

.banner-text-area .default-button {
  background-color: var(--mainColor);
  margin-top: 15px;
}

.banner-text-area .default-button:hover::before, .banner-text-area .default-button:hover::after {
  background-color: var(--secondColor);
}

.banner-social-links {
  position: absolute;
  top: 66%;
  left: 2%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 9;
}

.banner-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.banner-social-links ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}

.banner-social-links ul li a {
  color: var(--whiteColor);
}

.banner-social-links ul li a i {
  font-size: 14px;
  margin-right: 3px;
  color: var(--mainColor);
}

.main-banner-img {
  position: relative;
  padding-right: 30px;
  overflow: hidden;
}

.main-banner-img img {
  position: relative;
  z-index: 9;
}

.main-banner-img .banner-shape1 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-animation: half-spins 15s infinite linear;
          animation: half-spins 15s infinite linear;
}

/*================================================
Index 01 Features Area CSS
=================================================*/
.feature-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 30px 30px 25px 125px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/features/features-bg-shape.png");
  background-color: #ffffff;
}

.feature-card .feature-icon-area {
  width: 80px;
  height: 80px;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondColor);
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  left: 30px;
}

.feature-card h4 {
  margin-bottom: 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.feature-card p {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.feature-card:hover {
  background-color: var(--mainColor);
}

.feature-card:hover .feature-icon-area {
  background-color: var(--whiteColor);
  color: var(--mainColor);
  -webkit-animation: round-shape 4s infinite linear;
          animation: round-shape 4s infinite linear;
}

.feature-card:hover h4, .feature-card:hover p {
  color: var(--whiteColor);
}

.features-content-1 {
  position: relative;
  margin-top: -80px;
}

/*================================================
Index 01 Features Area CSS
=================================================*/
.about-img {
  background-color: #0663c0;
  padding: 20px;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  -webkit-animation: round-shape 5s infinite linear;
          animation: round-shape 5s infinite linear;
}

.about-img img {
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  -webkit-animation: round-shape 4s infinite linear forwards;
          animation: round-shape 4s infinite linear forwards;
}

.about-text-area .default-section-title {
  margin-bottom: 12px;
}

.about-text-area p {
  margin-bottom: 33px;
}

.about-text-area .default-button {
  margin-top: 25px;
}

.about-card {
  max-width: 500px;
  position: relative;
  padding: 20px 0px 0px 70px;
}

.about-card i {
  font-size: 45px;
  color: #0663c0;
  position: absolute;
  left: 0;
}

.about-card h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

/*================================================
Index 01 Service Area CSS
=================================================*/
.service-card {
  padding: 30px 30px 25px;
  margin-top: 30px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
  position: relative;
  z-index: 9;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/features/features-bg-shape.png");
  background-color: #ffffff;
}

.service-card .service-icon-area {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondColor);
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 35px;
  line-height: 1;
}

.service-card h4 {
  margin-bottom: 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.service-card p {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.service-card:hover {
  background-color: var(--mainColor);
}

.service-card:hover .service-icon-area {
  background-color: var(--whiteColor);
  color: var(--mainColor);
  -webkit-animation: round-shape 4s infinite linear;
          animation: round-shape 4s infinite linear;
}

.service-card:hover a, .service-card:hover p, .service-card:hover .read-more-btn {
  color: var(--whiteColor);
}

.service {
  position: relative;
}

.service .service-shape .shape1 {
  position: absolute;
  top: 60%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


element.style {
}
.service.bg-f8f8f8.ptb-100 {
    margin-top: -93px;
}

.service .service-shape .shape2 {
  position: absolute;
  top: 60%;
  right: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: opacity(0.3);
          filter: opacity(0.3);
}

/*================================================
Index 01 Team Area CSS
=================================================*/
.team-card {
  margin-top: 30px;
  text-align: center;
}

.team-card .team-card-img-area {
  position: relative;
}

.team-card .team-card-img-area .team-social-icons {
  width: 80%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.team-card .team-card-img-area .team-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.team-card .team-card-img-area .team-social-icons ul li {
  display: inline-block;
}

.team-card .team-card-img-area .team-social-icons ul li a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--whiteColor);
}

.team-card .team-card-text {
  padding: 30px 30px 25px;
  -webkit-box-shadow: 0px 5px 10px -5px #cccccc;
          box-shadow: 0px 5px 10px -5px #cccccc;
}

.team-card .team-card-text h4 {
  margin-bottom: 8px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.team-card:hover .team-card-img-area .team-social-icons {
  -webkit-transform: translateX(-50%) rotateX(0deg);
          transform: translateX(-50%) rotateX(0deg);
}

/*================================================
Index 01 Portfolio Area CSS
=================================================*/
.portfolio-card {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.portfolio-card .portfolio-card-text {
  text-align: center;
  padding: 20px 30px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px -3px #cccccc;
          box-shadow: 0px 0px 10px -3px #cccccc;
  background-color: var(--whiteColor);
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50px) rotateX(90deg);
          transform: translate(-50%, 50px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.portfolio-card .portfolio-card-text p {
  margin-bottom: 10px;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
}

.portfolio-card .portfolio-card-text h4 {
  margin-bottom: 0px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.portfolio-slider-area .center .portfolio-card-text {
  -webkit-transform: translate(-50%, 50px) rotateX(0deg);
          transform: translate(-50%, 50px) rotateX(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.portfolio-slider-area .owl-dots {
  text-align: center;
}

.portfolio-slider-area .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--blackColor) !important;
  margin: 20px 3px 0px;
}

.portfolio-slider-area .owl-dots .active {
  border: 4px solid var(--mainColor) !important;
}

/*================================================
Index 01 Process Area CSS
=================================================*/
.working-process-card {
  margin-top: 55px;
  padding: 0px 35px 30px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/shape/process-bg.png");
  position: relative;
}

.working-process-card .working-process-card-no {
  width: 50px;
  height: 50px;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--mainColor);
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  top: -20px;
}

.working-process-card .working-process-card-no h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  display: inline-block;
}

.working-process-card h4 {
  margin-bottom: 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.working-process-card i {
  font-size: 80px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 35px;
}

.working-process-card p {
  max-width: 290px;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.working-process-card:hover {
  background-color: var(--mainColor);
}

.working-process-card:hover .working-process-card-no {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}

.working-process-card:hover h4, .working-process-card:hover p {
  color: var(--whiteColor);
}

.working-process-card:hover i {
  opacity: .1;
  visibility: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*================================================
Index 01 Video Area CSS
=================================================*/
.video-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/video-area-bg.jpg");
  position: relative;
}

.video-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(15, 18, 33, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-bg::after {
  content: '';
  width: 100%;
  height: 90px;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.video-bg .container {
  position: relative;
}

.play-button a {
  width: 100px;
  height: 100px;
  font-size: 40px;
  border-radius: 50%;
  padding-left: 10px;
  padding-top: 5px;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.video-content-wrapper {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.video-content-wrapper h3 {
  color: var(--whiteColor);
  margin-top: 30px;
  margin-bottom: 20px;
}

.video-content-wrapper p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  margin-right: auto;
}

.video-content-wrapper .default-button {
  background-color: var(--whiteColor);
  margin-top: 10px;
  color: var(--mainColor);
}

.video-content-wrapper .default-button:hover {
  color: var(--whiteColor);
}

/*================================================
Index 01 Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  background-color: var(--whiteColor);
  margin-top: 90px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 74px;
}

.fun-fact-card {
  padding: 30px 30px 0px 115px;
  position: relative;
}

.fun-fact-card i {
  width: 70px;
  height: 70px;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--mainColor);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  position: absolute;
  left: 30px;
}

.fun-fact-card h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.fun-fact-card p {
  margin-bottom: 0px;
}

.fun-fact-card:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Index 01 Why Choose Us Area CSS
=================================================*/
.why-we-card {
  position: relative;
  max-width: 520px;
  padding-left: 90px;
  padding-top: 25px;
}

.why-we-card i {
  width: 70px;
  height: 70px;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--mainColor);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  -webkit-animation: round-shape 4s infinite linear;
          animation: round-shape 4s infinite linear;
  position: absolute;
  left: 0px;
}

.why-we-card h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.why-we-card:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Index 01 Partner area CSS
=================================================*/
.partner-slider-area img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9;
}

.partner-slider-area img:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.service.bg-0f1221.ptb-100 {
    background: #0f1221;
}

/*================================================
Index 01 Testimonial area CSS
=================================================*/
.testimonial-card {
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  margin-top: 30px;
  padding: 30px 30px 25px;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--blackColor);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}

.testimonial-card .testimonial-card-header {
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
  z-index: 9;
}

.testimonial-card .testimonial-card-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 2px solid var(--blackColor);
  position: absolute;
  left: 0;
  top: 0;
}

.testimonial-card .testimonial-card-header h4 {
  padding-top: 12px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.testimonial-card .testimonial-card-header p {
  color: var(--paragraphColor);
  font-size: 15px;
  font-style: normal;
}

.testimonial-card p {
  color: var(--blackColor);
  font-style: italic;
  font-size: 17px;
}

.testimonial-card .flaticon-close {
  font-size: 35px;
  color: #d2d2d3;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  bottom: 5px;
  right: 30px;
}

.testimonial-card:hover::before {
  background-color: var(--mainColor);
}

.testimonial-card:hover .testimonial-card-header img {
  border-color: var(--mainColor);
}

.testimonial-card:hover .flaticon-close {
  color: #ffd9db;
}

.stars ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.stars ul li {
  display: inline-block;
  color: var(--mainColor);
}

.testimonial-slider-area .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.testimonial-slider-area .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--blackColor) !important;
  margin: 20px 3px 0px;
}

.testimonial-slider-area .owl-dots .active {
  border: 4px solid var(--mainColor) !important;
}

/*================================================
Index 01 Blog Area CSS
=================================================*/
.blog-card {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  margin-top: 30px;
}

.blog-card .blog-card-img {
  position: relative;
  overflow: hidden;
}

.blog-card .blog-card-img span {
  font-size: 13px;
  font-weight: 600;
  padding: 7px 25px;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-family: var(--fontFamily2);
  background-color: var(--blackColor);
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 2;
}

.blog-card .blog-card-img::before {
  content: '';
  width: 100%;
  height: 15px;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
}

.blog-card .blog-card-text {
  padding: 25px 30px 25px;
}

.blog-card .blog-card-text h4 {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.blog-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-card:hover .blog-card-img span {
  background-color: var(--mainColor);
}

.blog-date ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-date ul li {
  display: inline-block;
  margin-right: 14px;
  position: relative;
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.blog-date ul li i {
  color: var(--mainColor);
  margin-right: 5px;
}

.blog-date ul li a {
  color: var(--blackColor);
}

.blog-date ul li::before {
  content: '/';
  font-size: 16px;
  position: absolute;
  right: -11px;
  top: 0px;
}

.blog-date ul li:last-child {
  margin-right: 0px;
}

.blog-date ul li:last-child::before {
  display: none;
}

/*================================================
Index 02 Banner Area CSS
=================================================*/
.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/banner/banner-bg-1.jpg");
  position: relative;
  border-radius: 0% 0% 10% 10% / 0% 0% 20% 20%;
  padding-top: 200px;
  padding-bottom: 280px;
}

.home-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0% 0% 10% 10% / 0% 0% 20% 20%;
  background-color: rgba(15, 18, 33, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-banner .container {
  position: relative;
}

.home-banner .shape .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-banner .shape .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-text-area-2 {
  max-width: 100%;
  text-align: center;
}

.banner-text-area-2 p {
  margin-left: auto;
  margin-right: auto;
}

.menu-sidebar-2 .popup-button {
  border-radius: 5px;
}

/*================================================
Index 02 feature Area CSS
=================================================*/
.feature-card-2 {
  padding-left: 95px;
  border-radius: 10px;
}

.feature-card-2 i {
  font-size: 45px;
  line-height: 1.3;
  color: var(--mainColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  left: 30px;
}

.feature-card-2:hover i {
  color: var(--whiteColor);
}

/*================================================
Index 02 Why Choose Us Area CSS
=================================================*/
.why-we-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/why-we/ww2-bg.jpg");
  position: relative;
}

.why-we-2::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(15, 18, 33, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.why-we-2 .container {
  position: relative;
}

.why-we-2 .default-section-title h3 {
  color: var(--whiteColor);
}

.why-we-card-2 {
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px 30px 25px;
  border: 1px solid #eeeeeea6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: unset;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.why-we-card-2 i {
  font-size: 45px;
  color: var(--whiteColor);
}

.why-we-card-2 h4 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 12px;
}

.why-we-card-2 h4 a {
  color: var(--whiteColor);
}

.why-we-card-2 p {
  color: rgba(255, 255, 255, 0.8);
}

.why-we-card-2:hover {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  background-image: url("../images/shape/service-card-2-bg.png");
}










/*================================================
Index 02 Service Area CSS
=================================================*/
.service-card-2 {
  padding: 30px 30px 25px;
  border-radius: 10px;
  margin-top: 30px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/shape/service-card-2-bg.png");
}

.service-card-2 i {
  width: 70px;
  height: 70px;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--whiteColor);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  -webkit-animation: round-shape 4s infinite linear;
          animation: round-shape 4s infinite linear;
}

.service-card-2 h4 {
  margin-top: 25px;
  margin-bottom: 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.service-card-2 p {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.service-card-2:hover {
  background-color: var(--mainColor);
}

.service-card-2:hover i {
  color: var(--mainColor);
  background-color: var(--whiteColor);
}

.service-card-2:hover h4, .service-card-2:hover a, .service-card-2:hover p {
  color: var(--whiteColor);
}


/*
Latest Area Style
================================*/
.latest-project-img {
  margin-bottom: 30px;
}

.latest-project-content {
  margin-left: 20px;
}

.latest-project-content .top-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-color);
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
}

.latest-project-content .top-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--main-color);
}

.latest-project-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.latest-project-content .default-btn {
  margin-top: 10px;
}

.single-latest-project {
  position: relative;
  z-index: 1;
}

.single-latest-project .project-slider-content {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-latest-project .project-slider-content h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
}

.single-latest-project .project-slider-content h3 a {
  color: var(--white-color);
  font-size: 20px;
}

.single-latest-project .project-slider-content i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--main-color);
  font-size: 20px;
  display: inline-block;
  color: var(--white-color);
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  overflow: hidden;
}

.single-latest-project .project-slider-content i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-latest-project:hover .project-slider-content {
  opacity: 1;
}

.single-latest-project:hover .project-slider-content i::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

.single-latest-project:hover .project-slider-content h3 a {
  color: var(--optional-color);
}

.latest-project-slider-area .owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  top: -50px;
  right: 0;
}

.latest-project-slider-area .owl-theme .owl-nav .owl-prev, .latest-project-slider-area .owl-theme .owl-nav .owl-next {
  background: transparent;
  margin: 0 4px;
}

.latest-project-slider-area .owl-theme .owl-nav .owl-prev i, .latest-project-slider-area .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--main-color);
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 20px;
}

.latest-project-slider-area.style-two .single-latest-project {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 30px;
  margin-bottom: 30px;
}

.latest-project-slider-area.style-two .owl-item.center .single-latest-project {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.latest-project-slider-area.style-two .owl-theme .owl-nav {
  position: initial;
}

.latest-project-slider-area.style-two .owl-theme .owl-nav .owl-prev, .latest-project-slider-area.style-two .owl-theme .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  top: 50%;
  left: -24px;
}

.latest-project-slider-area.style-two .owl-theme .owl-nav .owl-prev i, .latest-project-slider-area.style-two .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}

.latest-project-slider-area.style-two .owl-theme .owl-nav .owl-next {
  bottom: auto;
  right: -24px;
  left: auto;
}

.latest-project-style-three {
  overflow: hidden;
}

.latest-project-style-three .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.latest-project-style-three .owl-theme .owl-dots .owl-dot {
  line-height: 1;
}

.latest-project-style-three .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  background-color: #bebebe;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.latest-project-style-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}







/*================================================
Index 02 Newsletter Area CSS
=================================================*/
.newsletter {
  position: relative;
}

.newsletter::before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.newsletter .newsletter-content {
  padding: 70px;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/newsletter-bg.jpg");
  position: relative;
}

.newsletter .newsletter-content::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(15, 18, 33, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.newsletter .newsletter-content .default-section-title {
  position: relative;
}

.newsletter .newsletter-content .default-section-title h3 {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.newsletter .newsletter-content .newsletter-btn {
  text-align: right;
}

.newsletter .newsletter-content .newsletter-btn .default-button {
  background-color: var(--mainColor);
}

.newsletter .newsletter-content .newsletter-btn .default-button::before, .newsletter .newsletter-content .newsletter-btn .default-button::after {
  background-color: var(--secondColor);
}

/*================================================
Index 02 Portfolio Area CSS
=================================================*/
.portfolio-slider-area-2 .center .portfolio-card-text {
  -webkit-transform: translate(-50%, -20px) rotateX(0deg);
          transform: translate(-50%, -20px) rotateX(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 10px;
}

.portfolio-slider-area-2 .owl-dots {
  text-align: center;
}

.portfolio-slider-area-2 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--blackColor) !important;
  margin: 20px 3px 0px;
}

.portfolio-slider-area-2 .owl-dots .active {
  border: 4px solid var(--mainColor) !important;
}

.portfolio-slider-area-2 .portfolio-card {
  margin-bottom: 10px;
}

/*================================================
Index 02 Team Area CSS
=================================================*/
.team-card-2 {
  margin-top: 30px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px -5px #cccccc;
          box-shadow: 0px 5px 10px -5px #cccccc;
}

.team-card-2 .team-card-img-area {
  position: relative;
}

.team-card-2 .team-card-img-area .team-social-icons {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%) rotateY(90deg);
          transform: translateY(-50%) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.team-card-2 .team-card-img-area .team-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.team-card-2 .team-card-img-area .team-social-icons ul li a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--whiteColor);
}

.team-card-2 .team-card-text {
  padding: 30px 30px 25px;
}

.team-card-2 .team-card-text h4 {
  margin-bottom: 8px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.team-card-2:hover .team-card-img-area .team-social-icons {
  -webkit-transform: translateY(-50%) rotateY(0deg);
          transform: translateY(-50%) rotateY(0deg);
}

/*================================================
Index 02 Working Process Area CSS
=================================================*/
.working-process-card-2 {
  border-radius: 10px;
  background-image: url("../images/shape/service-card-2-bg.png");
}

/*================================================
Index 02 Fun Facts Area CSS
=================================================*/
.fun-facts-area-2 {
  border-radius: 10px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
}

/*================================================
Index 02 Testimonials Area CSS
=================================================*/
.testimonial-card-2 {
  border-radius: 10px;
  margin-bottom: 10px;
}

/*================================================
Index 02 Blog Area CSS
=================================================*/
.blog-card-2 {
  border-radius: 10px;
}

.blog-card-2 .blog-card-img span {
  border-radius: 5px;
}

/*================================================
Index 03 Footer Area CSS
=================================================*/
.footer-newsletter-2 form .form-control {
  border-radius: 5px;
}

/*================================================
Index 03 Banner Area CSS
=================================================*/
.banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/banner/banner-3-bg.jpg");
  position: relative;
  padding-top: 40px;
  padding-bottom: 34px;
}

.banner-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(15, 18, 33, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner-bg .container {
  position: relative;
}

.banner-text-area-3 {
  max-width: 565px;
}

.banner-text-area-3 h1 {
  margin-bottom: 12px;
}

.banner-img-3 img {
  -webkit-animation: spins 5s infinite linear;
          animation: spins 5s infinite linear;
}

.menu-sidebar-3 .popup-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.banner-slider-area .owl-nav {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.banner-slider-area .owl-nav button {
  width: 30px;
  height: 30px;
  margin: 0px 5px;
  border-radius: 50%;
  color: var(--whiteColor) !important;
  background-color: var(--mainColor) !important;
}

.banner-single-slider {
  position: relative;
  z-index: 9;
}

/*================================================
Index 03 About Area CSS
=================================================*/
.about-img-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/a3.jpg");
  height: 100%;
  position: relative;
}

.about-img-3::before {
  content: '';
  width: 100px;
  height: 100%;
  background-color: var(--whiteColor);
  position: absolute;
  top: 0;
  right: 0;
}

.about-img-3 .main-img {
  display: none;
}

.about-img-3 .about-small-img {
  border-radius: 10px;
  border: 5px solid var(--whiteColor);
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-img-3 .about-small-img img {
  border-radius: 10px;
}

.about-img-3 .about-small-img .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-img-3 .about-small-img .play-button a {
  width: 80px;
  height: 80px;
}

/*================================================
Index 03 Features Area CSS
=================================================*/
.feature-card-3 {
  margin-top: 30px;
  border-radius: 10px;
  padding: 30px 30px 25px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--whiteColor);
}

.feature-card-3 i {
  width: 80px;
  height: 80px;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffeced;
  color: var(--mainColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 35px;
}

.feature-card-3 h4 {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.feature-card-3 p {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.feature-card-3:hover {
  background-color: var(--mainColor);
}

.feature-card-3:hover i {
  background-color: var(--whiteColor);
  -webkit-animation: round-shape 3s infinite linear;
          animation: round-shape 3s infinite linear;
}

.feature-card-3:hover h4, .feature-card-3:hover a, .feature-card-3:hover p {
  color: var(--whiteColor);
}



/*================================================
Index 03 Video Area CSS
=================================================*/
.video-bg-3::after {
  background-color: #f8f8f8;
}

/*================================================
Index 03 Services Area CSS
=================================================*/
.service-card-3 {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 20px 25px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: relative;
      min-height: 394px;
}


.service-card-3::before {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  position: absolute;
  bottom: 0;
  left: 0;
}


.banner-text-area.banner-text-area-3.pr-20 h1 {
    font-size: 36px !important;
}

.service-card-3 .service-card-content-3 {
  position: relative;
}

.service-card-3 .service-card-content-3 i {
  width: 80px;
  height: 80px;
  border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffeced;
  color: var(--mainColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 35px;
}

.service-card-3 .service-card-content-3 h4 {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-card-3 .service-card-content-3 p {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-bottom: 12px;
}

.service-card-3:hover::before {
  height: 100%;
}

.service-card-3:hover .service-card-content-3 i {
  background-color: var(--whiteColor);
  -webkit-animation: round-shape 3s infinite linear;
          animation: round-shape 3s infinite linear;
}

.service-card-3:hover .service-card-content-3 h4, .service-card-3:hover .service-card-content-3 a, .service-card-3:hover .service-card-content-3 p {
  color: var(--whiteColor);
}

/*================================================
Index 03 Why Choose Us Area CSS
=================================================*/
.why-we-img-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/why (2).png");
  height: 100%;
  position: relative;
}

.why-we-img-3::before {
  content: '';
  width: 100px;
  height: 100%;
  background-color:  #0f1221;
  position: absolute;
  top: 0;
  left: 0;
}

.why-we.ptb-100 {
  background: #0f1221;
}

.why-we-img-3 .main-img {
  display: none;
}

.why-we-small-img {
    animation: shake 8s ease infinite;
}


.why-we-img-3 .why-we-small-img {
  border-radius: 10px;
  border: 5px solid var(--whiteColor);
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  position: absolute;
  left: 0;
  top: 29%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.why-we-img-3 .why-we-small-img img {
  border-radius: 10px;
}

/*================================================
Index 03 Team Area CSS
=================================================*/
.team-card-3 .team-card-img-area .team-social-icons {
  border-radius: 5px 0px 0px 5px;
  left: unset;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

/*================================================
Index 03 Portfolio Area CSS
=================================================*/
.portfolio-card-3 {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.portfolio-card-3::before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: rgba(15, 18, 33, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.portfolio-card-3 .portfolio-card-text-3 {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 30px;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 100%;
  z-index: 9;
}

.portfolio-card-3 .portfolio-card-text-3 p {
  margin-bottom: 10px;
  color: var(--mainColor);
  font-size: 14px;
  font-weight: 600;
}

.portfolio-card-3 .portfolio-card-text-3 h4 {
  margin-bottom: 0px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.portfolio-card-3 .portfolio-card-text-3 h4 a {
  color: var(--whiteColor);
}

.portfolio-card-3:hover::before {
  background-color: rgba(15, 18, 33, 0.8);
}

.portfolio-card-3:hover .portfolio-card-text-3 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.testimonial-card-3 {
  border-radius: 10px;
  margin-bottom: 10px;
}

.testimonial-card-3::before {
  display: none;
}

/*================================================
Index 03 Blog Area CSS
=================================================*/
.blog-card-3 {
  border-radius: 10px;
}

.blog-card-3 .blog-card-img span {
  border-radius: 25px;
}

/*================================================
Index 03 Footer Area CSS
=================================================*/
.footer-newsletter-3 form .form-control {
  border-radius: 25px;
}

/*================================================
Uni Banner Area CSS
=================================================*/
.uni-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/SHKAS.webp");
  position: relative;
}

.uni-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(15 18 33 / 52%);
  position: absolute;
  left: 0;
  top: 0;
}


ul.infertid li {
    list-style: none;
    display: inline-block;
    padding: 23px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 73px;
    margin-bottom: 25px;
}
.uni-banner-text {
    position: relative;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 43px;
    margin-bottom: 53px;
}

.uni-banner-text h1 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}

.uni-banner-text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.uni-banner-text ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-right: 20px;
  font-size: var(--fontSize);
  font-weight: 500;
  font-family: var(--fontFamily2);
}


ul.category-icon li {
    display: inline;
  
}
.uni-banner-text ul li a {
  color: var(--whiteColor);
}

.uni-banner-text ul li::after {
  content: '/';
  font-size: 20px;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uni-banner-text ul li:last-child::after {
  display: none;
}

.pagination {
  text-align: center;
  display: inherit;
}

.pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  width: 30px;
  height: 30px;
  margin: 0px 3px;
  border-radius: 50%;
  color: var(--mainColor);
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily);
}

.pagination ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.pagination ul .active a {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-card {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
}

.pricing-card .pricing-card-header {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 30px 30px 0px;
  position: relative;
}

.pricing-card .pricing-card-header::before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pricing-card .pricing-card-header::after {
  content: '';
  width: 0%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pricing-card .pricing-card-header h4 {
  position: relative;
  color: var(--whiteColor);
  margin-bottom: 20px;
  z-index: 9;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.pricing-card .pricing-card-header .price {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 2px solid var(--whiteColor);
  position: relative;
  z-index: 9;
  color: var(--whiteColor);
  margin-left: auto;
  margin-right: auto;
}

.pricing-card .pricing-card-header .price h2 {
  padding-top: 20px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
}

.pricing-card .pricing-card-header .price h2 sup {
  font-size: 20px;
}

.pricing-card .pricing-card-header .price p {
  font-size: 12px;
  color: var(--whiteColor);
}

.pricing-card .price-list {
  padding: 30px 30px;
  text-align: justify;
}

.pricing-card .price-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img.shape2 {
  height: 170px;
}

img.lipo {
  padding-top: -9px;
  padding-bottom: 13px;
}

img.radom {
  margin-top: 30px;
  height: 637px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

h1.dosag {
  margin-top: 7pc;
  padding-left: 31px;
  /* padding: 12px; */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  padding-top: 24px;
  padding-right: 2px;
  padding-bottom: 23px;
  background: #0463c0;
  color: white;
  font-family: Roboto Slab;
  text-align: center;
}



.price-list ul li:hover {
  background: #0463c0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding-right: 78px;
  color: white;
  font-size: 15px;
}
.pricing-card .price-list ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 9px;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.pricing-card .price-list ul li i {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
}

.pricing-card .price-list ul li .fa-check {
  color: #228b22;
}

.pricing-card .price-list ul li .fa-times {
  color: #ff2400;
}

.pricing-card .price-list ul li:first-child {
  padding-top: 0px;
}

.pricing-card .price-list ul li:last-child {
  border-bottom: 0px;
}

.pricing-card .price-list .default-button {
  margin-top: 20px;
}

.pricing-card:hover .pricing-card-header::after {
  width: 100%;
}

.pricing-card:hover .pricing-card-header .price {
  background-color: var(--mainColor);
}

.pricing-active .pricing-card-header::before {
  background-color: var(--mainColor);
}

.pricing-active .pricing-card-header .price {
  background-color: var(--mainColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.accordion-item {
  margin-top: 20px;
}

.accordion-button {
  border: 0px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 15px 60px;
  background-color: #f9fafb !important;
  color: var(--blackColor) !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) span {
  background-color: var(--mainColor);
}

.accordion-button:not(.collapsed) span::before {
  content: '-';
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.accordion-button[aria-expanded="false"] span {
  background-color: var(--blackColor);
}

.accordion-button[aria-expanded="false"] span::before {
  content: '+';
}

.accordion-header {
  position: relative;
}

.accordion-header span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--blackColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion-header span::before {
  content: '+';
  width: 25px;
  height: 25px;
  line-height: .9;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.accordion-collapse {
  border: 0px;
}

.accordion-body {
  border: 0px;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 10px -5px #cccccc;
          box-shadow: 0px 0px 10px -5px #cccccc;
}

.faq-img-area {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.faq-img-area .shape1 {
  position: absolute;
  top: 2%;
  right: 10%;
  -webkit-animation: half-spins 10s infinite linear;
          animation: half-spins 10s infinite linear;
}

.faq-img-area .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: half-spins 15s infinite linear;
          animation: half-spins 15s infinite linear;
}

/*================================================ 
Log In Page CSS
=================================================*/
.login-form {
  margin-top: 20px;
}

.login-form form label {
  color: var(--blackColor);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: 600;
}

.login-form form .form-control {
  border: 1px solid #eeeeee;
}

.login-form form .form-check label {
  font-weight: 400;
  font-size: 14px;
}

.login-form form .default-button {
  width: 100%;
}

.login-form p {
  font-size: 14px;
  font-style: italic;
}

.form-check-input:checked {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

/*================================================
Error Area CSS
=================================================*/
.error {
  border-top: 1px solid #eeeeee;
}

.error-content {
  margin-top: 30px;
}

.error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.error-content h1 {
  margin: 10px 0px;
  line-height: 1;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF2626), color-stop(#BD1616), to(#FF2626));
  background-image: linear-gradient(to right, #FF2626, #BD1616, #FF2626);
  font-size: 100px;
  font-weight: 700;
}

/*================================================
Terms & Privacy area CSS
=================================================*/
.terms {
  margin-bottom: -15px;
}

.terms strong {
  color: var(--blackColor);
}

.terms a {
  color: var(--mainColor);
}

.terms h1, .terms h2, .terms h3, .terms h4, .terms h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: var(--fontFamily);
  font-weight: 600;
}

.terms h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
}

.terms h1 {
  font-size: 30px;
}

.terms h2 {
  font-size: 28px;
}

.terms h3 {
  font-size: 26px;
}

.terms h4 {
  font-size: 24px;
}

.terms h5 {
  font-size: 22px;
}

.terms ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.terms ul li {
  margin: 10px 0px;
  font-size: var(--fontSize);
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
}

.terms ul li span {
  font-weight: 700;
  margin-right: 8px;
  color: var(--blackColor);
}

.terms .payment li {
  position: relative;
  padding-left: 20px;
}

.terms .payment li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 6px;
}

/*================================================
Blog Details area CSS
=================================================*/
.blog-quote {
  background-color: #f9faff;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 25px;
}

.blog-quote p {
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.blog-quote h5 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.blog-quote h5 i {
  color: var(--mainColor);
  margin-right: 15px;
}

.blog-quote h5 span {
  color: var(--paragraphColor);
}

.blog-text-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0px;
  padding: 3px 15px 15px 15px;
  background-color: #f9fafb;
}

.blog-text-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-text-footer ul li {
  display: inline-block;
}

.blog-text-footer ul li span {
  font-weight: 600;
  margin-right: 10px;
  padding: 0px !important;
  background-color: transparent !important;
}

.blog-text-footer .tag-area {
  margin-top: 12px;
}

.blog-text-footer .tag-area ul li {
  margin-right: 5px;
  cursor: pointer;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.blog-text-footer .tag-area ul li i {
  color: var(--mainColor);
}

.blog-text-footer .tag-area ul li:hover {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--mainColor);
}

.blog-text-footer .tag-area ul li:first-child {
  padding: 0px;
}

.blog-text-footer .social-icons {
  margin-top: 12px;
}

.blog-text-footer .social-icons ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed var(--mainColor);
  color: var(--mainColor);
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-text-footer .social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.bd-comments {
  margin-top: 30px;
}

.bd-comments h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.comment-card {
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}

.comment-card img {
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.comment-card h5 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: var(--fontSize);
}

.comment-card span {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--fontFamily);
}

.comment-card p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-card a {
  color: var(--mainColor);
  font-weight: 500;
}

.bd-form {
  margin-top: 30px;
  padding: 30px;
  border-radius: 0px;
}

.bd-form h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.bd-form .form-control {
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 0px;
  background-color: var(--whiteColor);
}

.bd-form .default-button {
  margin-top: 15px;
}

.blog-with-sidebar .blog-card {
  margin-top: 0px;
  margin-bottom: 30px;
}

.blog-with-sidebar .blog-card img {
  width: 100%;
}

.blog-details .blog-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.blog-details .blog-card .blog-card-text {
  padding-left: 0;
  padding-right: 0px;
}

/*================================================
Details page Common Area CSS
=================================================*/
.sidebar-card {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 5px 15px -5px #cccccc;
          box-shadow: 0px 5px 15px -5px #cccccc;
  border-radius: 0px;
  padding: 30px;
}

.sidebar-card h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mainColor);
  font-size: 22px;
  font-weight: 700;
}

.search-box .input-group {
  border: 1px solid #eeeeee;
  border-radius: 0px;
}

.search-box .form-control {
  background-color: var(--whiteColor);
  border: 0px;
  padding: 10px;
  border-radius: 0px;
}

.search-box .btn {
  border-radius: 0px !important;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
}

.search-box .btn:hover {
  background-color: var(--blackColor);
}

.categories ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.categories ul li {
  margin-top: 10px;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  font-weight: 500;
}

.categories ul li i {
  margin-right: 5px;
  color: var(--mainColor);
}

.categories ul li .active {
  color: var(--mainColor);
}

.recent-news, .sd-tag {
  margin-top: 30px;
}

.recent-news-card {
  margin-top: 20px;
  min-height: 90px;
  position: relative;
  padding-left: 105px;
}

.recent-news-card img {
  position: absolute;
  left: 0;
}

.recent-news-card h5 {
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: var(--fontSize);
}

.recent-news-card p {
  font-size: 14px;
}

.sd-tag ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sd-tag ul li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-weight: 500;
}

.sd-tag ul li a {
  font-size: 13px;
  padding: 5px 15px 7px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  display: inline-block;
  background-color: var(--whiteColor);
}

.sd-tag ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.sd-tag ul li:last-child {
  margin-right: 0px;
}

/*================================================
Details Text area CSS
=================================================*/
.details-text-area .details-page-img {
  margin-bottom: 30px;
}

.details-text-area h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

.details-list li {
  color: var(--paragraphColor);
  margin: 15px 0px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.details-list li i {
  color: var(--mainColor);
  margin-right: 5px;
}

.sd-img-area img {
  margin-top: 10px;
  margin-bottom: 5px;
}

.blog-sidebar .blog-card .blog-card-img img {
  width: 100%;
}

/*================================================
Contact area CSS
=================================================*/
.contact-form-area {
  padding: 30px;
}

.contact-form-area form .form-control {
  padding: 12px 15px;
  border: 1px solid #eeeeee;
  margin: 10px 0px;
}

.contact-form-area form .default-button {
  margin-top: 20px;
}

.google-map {
  width: 100%;
  height: 100%;
}

.google-map .g-map {
  width: 100%;
  height: 100%;
}

.contact-card {
  padding: 30px 30px 30px 110px;
  margin-top: 30px;
  position: relative;
  background-color: #fafafa;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px -3px #cccccc;
          box-shadow: 0px 0px 10px -3px #cccccc;
}

.contact-card i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 0px 0px 1px 1px var(--mainColor);
          box-shadow: 0px 0px 1px 1px var(--mainColor);
  border: 2px dashed white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  font-size: 30px;
  position: absolute;
  left: 30px;
}

.contact-card h5 {
  margin-bottom: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
}

.contact-card p {
  margin-bottom: 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.contact-card p a {
  color: var(--paragraphColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.contact-card:hover {
  background-color: var(--mainColor);
}

.contact-card:hover i {
  color: var(--mainColor);
  background-color: var(--whiteColor);
}

.contact-card:hover h5, .contact-card:hover p, .contact-card:hover a {
  color: var(--whiteColor);
}

/*================================================
Animation Area CSS
=================================================*/
@-webkit-keyframes round-shape {
  0% {
    border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  }
  35% {
    border-radius: 50% 50% 50% 50% / 35% 35% 65% 65%;
  }
  70% {
    border-radius: 70% 30% 30% 70% / 50% 50% 50% 50%;
  }
}
@keyframes round-shape {
  0% {
    border-radius: 37% 63% 63% 37% / 50% 50% 50% 50%;
  }
  35% {
    border-radius: 50% 50% 50% 50% / 35% 35% 65% 65%;
  }
  70% {
    border-radius: 70% 30% 30% 70% / 50% 50% 50% 50%;
  }
}

@-webkit-keyframes spins {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes spins {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@-webkit-keyframes half-spins {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes half-spins {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}





.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}

.content li {
    list-style: none;
    border: 2px solid #0463c0;
    padding: 13px;
    margin: -31px;
    border-radius: 7px;
    width: 459px;
    background: #0463c0;
    /* color: #fff; */
}
.content ul :hover {
    /* background: red; */
    /* padding: 15px; */
    /* margin-top: 9px; */
    /*padding: 2px;
    transition: 2s;*/
}
.content a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.product-image img {
    padding: 2px;
    padding-top: 38px;
}
.content h5 {
    padding-bottom: 29px;
    padding-top: 14px;
}
.content ul li {
    margin-bottom: 18px !important;
    margin-top: 0px;
    padding: 5px;
    margin-right: -5px;
    display: inline-block;
}
.content ul {
    text-align: left
;
    margin-top:30px;
}

.content li {
    /* margin: 12px; */
    display: inline;
    /* margin-bottom: 48px; */
}

 .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }







/* poppup*/
.content p {
    font-size: 22px;
    font-weight: 700;
    color: #0f1221;
    margin-top: 25px;
    border-bottom: 1px solid;
}

button.btn-close {
    border: 2px solid #ffffff;
    /* background: white; */
}
.modal-header {
    background: #52a4e4;
}
h5#exampleModalLabel {
    color: #fff;
}

button.btn.btn-primary {
    transform: rotate(90deg) !important;
    position: fixed;
    top: 58%;
    right: -43px;
    z-index: 99999;
    /* background: black; */
    padding-left: 22px;
    font-weight: 600;
    font-size: 18px;
    padding-right: 19px;
    transform: translateY(-50%);
    animation: shake 8s ease infinite;
}

.modal-content {
    background: #0f1221! important;
    margin-top: 122px;
}   
.contact-form-area form .default-button {
    margin-top: 20px;
    background: #36a4eb;
}
button.btn.btn-primary {
    margin-left: 1168px;
    transform: rotate(0deg);
}

.btn-primary, .btn-primary:active {
    background-color: #0463c0 !important;
    color: #ffffff !important;
    border-color: #0463c0 !important;
}




/* poppup end*/

button.btn.btn-success {
    
     animation: change-background 2s ease infinite;
         margin-top: 27px
}

button.btn.btn-success:hover{
   
  color: #eee;

}
/* Keyframes */
@keyframes change-background {
  0% {
    background: #69b7eb;
  }
  50% {
    background: #cb7100;
  }
  100% {
    background: #e6285b;
  }


}

.category img {
    /* border: 2px solid red; */
    background: #fff;
    border-radius: 10px;
    margin-right: 7px;
    padding: 2px;
}
/*# sourceMappingURL=style.css.map */