

body{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  height: 200vh;
}



/* start navbar */

.sidebarNavigation{margin-bottom:0;z-index:999;justify-content:flex-start}
.sidebarNavigation .leftNavbarToggler{margin-right:10px;order:-1}
.sideMenu{left:-100%;top:52px;transition:all ease 0.5s;overflow:hidden;width:100%;z-index:999;max-width:80%;margin-bottom:0;padding:1rem}
.sideMenu.open{left:0;display:block;overflow-y:auto}
.sideMenu ul{margin:0;padding:0 15px}

.mob-logo{
  height: 50px;
      border-radius: 6px;
}
.menu-icon{
   height: 30px;
}
@media (max-width: 768px) {
    .header-menu .nav-item .nav-link {
        padding-top: 5px !important;
        border-bottom: 1px solid #bbb8b8;
        color: #4b5563;
    }
}
.offcanvas-header{
  background-color: #890c10;
  color: #ffffff;
}

.navbar{
    padding: 2px 0px;
    border-bottom: 1px dashed #890c10;
    background-color: #ffffff;
}
.top-header{
    padding: 5px 0;
    /* background-color: #890c10; */
       background-image: linear-gradient(90deg, #890c10 70%, #a7a7a7);
    z-index: 9999;
}
.header_left{
  float: left;
  padding-top: 7px;
}
.header_right{
  float: right;

}

.short_contact_list ul {
    margin: 0px;
    padding: 0px;
}
.short_contact_list ul li {
    display: inline-block;
    list-style: none;
}
.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}
.short_contact_list ul li a {
    font-size: 16px;
    color: #fff;
    margin-right: 12px;
    text-decoration: none;

}
.short_contact_list ul li a i {
    font-size: 20px;
    color: #fff;
    margin-right: 2px;

}


/*third button start here*/

.MainDiv{
	width: 100%;
	max-width: 177px;
	height: 69px;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.five{
	width: 100px;
	height: 200px;
	background: #fff;
	position: absolute;
	top: -120%;
	left: -80%;
	transition: 0.5s ease;
	transform: rotate(35deg);
}

.six{
	width: 200px;
	height: 90px;
	background: #fff;
	position: absolute;
	top: 5%;
	left: 90%;
	transition: 0.5s ease;
	transform: rotate(125deg);
}

.MainDiv:hover .five{
	left: 0%;
	transition: 0.5s ease;
}


.MainDiv:hover .six{
	left: 20%;
	transition: 0.5s ease;

}

.MainDiv:hover a{
	color: #000;
	transition: 0.5s ease;
}

/*third button style end here*/



.header-logo{
  height: 90px;
}

.boxed-btn3-line {
    color: #890c10 !important;
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
   
    text-align: center;
 text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  
}
.navbar-toggler {
    position: absolute;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    right: 0px;
    z-index: 9;
    font-size: 18px;
    color: #ffff;
   
}



.nav-item .nav-link {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0px;
}
.dropdown-menu li .dropdown-item i{
 color: #890c10;
}
.dropdown-menu li .dropdown-item:hover{
  background-color: #890c10;
  color: #fff;
}
.dropdown-menu li .dropdown-item{
  border-bottom:1px solid #890c10;
  
}
.header-call {
  display: flex;
  line-height: 120px !important;

  align-items: center;
  position: relative;
  padding-left: 70px;
  border-left: 1px solid #979797;
}
.header-call  a {
  line-height: normal;
  text-decoration: none
}
.header-call span {
  display: block;

}
.header-call .header-call1 {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
}
.header-call .header-call2 {
  font-size: 16px;
  font-weight: 700;
  color: #09162a;
}
.header-call i {
    font-weight: 600;
    position: absolute;
    left: 21px;
    font-size: 35px;
    color: #890c10;
    padding-top: 1px;
}

/* end navbar */



  /* start slider */

/* .slide-right{
  background-color: orange;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
}

.slide-left{
  background-color: orange;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
} */

/* img inner zoom in */
.carousel-item.active img {
  transition: transform 5000ms linear 0s;
  transform: scale(1.05, 1.05);
}

/* img inner zoom in / */

.slider_header .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  /* border-radius: 50%; */
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #a09e9e;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  transition: opacity .6s ease;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.slider_header .carousel-indicators .active {
 
  background-color: #890c10;
  /* border-radius: 50%; */
  font-size: 20px;
  font-weight: 600;
  width: 12px;
  height: 12px;
}
.carousel-icon i{
    background-color: #890c100f;
    padding: 4px 8px 4px 10px;
    /* border-radius: 20px; */
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
}

.slider_header {
  position: relative;
}
.sider_text {
  position: absolute;
  top: 30%;
  width: 60%;
  left: 6%;
}
.slider_heading {
  color: #fff;
  margin: auto;
  max-width: 1000px;
}
h1.slider_title {
  font-size: 36px;
  color: #ffff;
  font-weight: 700;
  /* transition: all 20s ease; */
  text-shadow: 2px 2px 2px #000;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  line-height: 1.5;

}
.slider_heading p{
     font-size: 18px;
    color: #ffff;
    font-weight: 500;
  
}

@media only screen and (max-width: 426px) {
  .sider_text {
    width: 90%;
    top: 40%;
}
.slider_heading p{
  display: none;
}}

@media (min-width: 768px) {
  .d-md-block {
      display: block !important;
  }
}
.button-5 {
  font-weight: 500;
  font-size: 20px;
  color: #ffff;
  background-color: #fff;
  background-image: #ffff;
  background-image: -moz-linear-gradient(top, #e8a020 0%, #e8a020 100%);
  background-image: -webkit-linear-gradient(top, #e8a020 0%, #e8a020 100%);
  background-image: linear-gradient(to bottom, #e8a020 0%, #e8a020 100%);
  padding: 10px 16px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  h1.slider_title {
      font-size: 25px;
      letter-spacing: 0px;
  }
}
@media only screen and (max-width: 426px) {
  h1.slider_title {
      font-size: 16px;
      letter-spacing: 0px;
  }
}
  /* end slider */

  .pt-30 {
    padding-top: 30px;
  }
  
  .pb-30{
    padding-bottom: 30px;
  }

  .blog-head h2 {
    font-size: 33px;
    color: #890c10;
    font-weight: 700;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
}

@media only screen and (max-width:768px){
   .blog-head h2 {
    font-size: 20px;
}
    .aboutus p {
    font-size: 16px;
}}

.blog-head span{
    color: #212529;
}

.blog-head h6 {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #656565;
    letter-spacing: 1px;
}

/* start about us */
.aboutus p{
    font-size: 20px;
    color: #575a7b;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
} 
.about-image {
    position: relative;
}
.about-image .text {
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-60%);
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(-60%);
    border: 8px solid #ffffff;
    background-color: #f7a03c;
    color: #ffffff;
    width: 135px;
    border-radius: 50%;
    text-align: center;
    height: 135px;
}
.about-image .text p {
    color: #ffffff;
    line-height: initial;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    font-size: 13px;
    font-weight: 700;
}
.about-image .text p span {
    display: inline-block;
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .about-image .text p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image .text {
        top: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@media only screen and (max-width: 767px) {
    .about-image .text {
        top: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 115px;
        height: 115px;
    }
}
/* end about us */


/* counter */

.counter1{
  text-align: center;
  color: #ffff;
  border: 1px dashed #dee2e6 !important;
  padding-top: 15px;
  margin-bottom: 10px;
}
.count span{
  font-size: 45px;
  font-weight:700;
  color: #ffff;
}

.counter1 h5{
   font-size: 20px;
    font-weight: 400;
    color: #ffff;
}


.counter-wrapper{
  background:
  /* -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.2) 100%),  */
     url(../images/banner1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px
}

.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
.count span{
  font-size: 20px;
}
.counter1 h5{
   font-size: 16px;
}
.count-icon{
  font-size: 20px;
}}

/* end counter */



/* start whyus */

.whyus-bg{
  /* background-color: #890c10; */
 
    background-image: /* -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.2) 100%), */ 
    url(../images/whyusbg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0px;
    background-attachment: fixed;
}
.whyus p{
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
   text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
}

.whyus ul li{
   font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    font-weight: 400;
}
/* end whyus */

/* why we work */

.how-we-work-area {
    overflow: hidden;
}


p:last-child {
    margin-bottom: 0;
}
.how-we-work-process {
    position: relative;
    z-index: 1;
}
.how-we-work-process::before {
    content: '';
    position: absolute;
    left: -275px;
    top: -200px;
    width: 1526px;
    height: 602px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: -1;
    background-image: url('https://templates.envytheme.com/zovio/default/assets/img/arrow.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-we-work-process .process-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.how-we-work-process .process-list .single-process:nth-child(1) {
    margin-top: 180px;
}
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.how-we-work-process .process-list .single-process .content.bg-1 {
    background-image: url('../images/w1.jpg');
}
.how-we-work-process .process-list .single-process .content {
    position: relative;
    z-index: 1;
    padding-top: 105px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 4px 0 #00000024;
}
.how-we-work-process .process-list .single-process .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    background-color: #fcecea;
}
.how-we-work-process .process-list .single-process .content .number {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #890c10;
    color: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    font-family: "Playfair Display", serif;

        visibility: visible;
    animation-name: swing;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.how-we-work-process .process-list .single-process .content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}
.how-we-work-process .process-list .single-process .content P {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #23221d;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 0;
}
.how-we-work-process .process-list .single-process .content::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: #890c10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.how-we-work-process .process-list .single-process .content.bg-2 {
    background-image: url('../images/w2.jpg');
}
.how-we-work-process .process-list .single-process .content.bg-3 {
    background-image: url('../images/w3.jpg');
}
.how-we-work-process .process-list .single-process .content.bg-4 {
    background-image: url('../images/w4.jpg');
}
.how-we-work-process .process-list .single-process .content:hover::before {
    opacity: 0;
    visibility: hidden;
}
.how-we-work-process .process-list .single-process .content:hover::after {
    visibility: visible;
    opacity: 0.54;
}
.how-we-work-process .process-list .single-process:nth-child(2) {
    margin-top: 120px;
}
.how-we-work-process .process-list .single-process .content:hover h3 {
    color: #ffffff;
}
.how-we-work-process .process-list .single-process .content:hover p {
    color: #ffffff;
}
.how-we-work-process .process-list .single-process:nth-child(3) {
    margin-top: 60px;
}
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
.how-we-work-process .process-list .single-process:nth-child(1), .how-we-work-process .process-list .single-process:nth-child(2), .how-we-work-process .process-list .single-process:nth-child(3), .how-we-work-process .process-list .single-process:nth-child(4) {
    margin-top: 0;
    margin-bottom: 30px;
}  
}

@media only screen and (min-width: 768px) and (max-width: 991px){
 .how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.how-we-work-process .process-list .single-process:nth-child(1), .how-we-work-process .process-list .single-process:nth-child(2), .how-we-work-process .process-list .single-process:nth-child(3), .how-we-work-process .process-list .single-process:nth-child(4) {
    margin-top: 0;
    margin-bottom: 30px;
} 
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.how-we-work-process .process-list .single-process:nth-child(1), .how-we-work-process .process-list .single-process:nth-child(2), .how-we-work-process .process-list .single-process:nth-child(3), .how-we-work-process .process-list .single-process:nth-child(4) {
    margin-top: 0;
    margin-bottom: 30px;
}  
}

@media only screen and (max-width: 767px){
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}  
}

@media only screen and (max-width: 767px){
  .how-we-work-process .process-list .single-process .content .number {
    width: 60px;
    height: 60px;
    line-height: 46px;
    font-size: 40px;
}
}

@media only screen and (max-width: 767px){
.how-we-work-process .process-list .single-process .content h3 {
    font-size: 18px;
}}
/* end why we work */


/* start services */


.section-services {

	background-color: #e6edf7;
	color: #202020;

}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #890c10;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 8px;
    overflow: hidden;
     box-shadow: 0 0 10px 0 #00000024;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
  text-align: center;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 50px;
    height: 50px;
    background-color: #890c10;
    border: 6px solid #808080;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	  display: inline-block;
    margin-bottom: 12px;
    width: 85px;
    height: 85px;
    /* background-color: #890c10; */
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #890c10;
}

.section-services .single-service .title {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 16px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 10px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #890c10;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
/* end services */




/* start cards */

.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden;
     margin-bottom: 15px;
}

.card .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%
}

.card:hover {
    color: #fff;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.card:hover .backgroundEffect {
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #890c10;
    animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
    0% {
        height: 20px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%
    }

    50% {
        height: 80px;
        border-top-left-radius: 75%;
        border-top-right-radius: 75%
    }

    75% {
        height: 160px;
        border-top-left-radius: 85%;
        border-top-right-radius: 85%
    }

    100% {
        height: 320px;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%
    }
}

.card .pic {
    position: relative
}

.card .pic img {
object-fit: cover;
padding: 2px;
border-radius: 6px;

}

.card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 70px;
    background-color: #890c10;
    color: white;
    position: absolute;
    bottom: 0px;
    transition: all ease
}

.card .date .day {
    font-size: 14px;
    font-weight: 600
}

.card .date .month,
.card .date .year {
    font-size: 10px
}

.card .text-muted {
    font-size: 16px;
    color: #575a7b;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 500;
}

.card:hover .text-muted {
    color: #fff !important
}

.card .content {
    padding: 0 12px
}
.card .content a{
    text-decoration: none;
}
.card .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #890c10;
    border-radius: 25px;
    font-size: 12px;
    border: none
}

.card:hover .content .btn {
     background-color: #fff;
    color: #890c10;
    box-shadow: #0000001a 0px 3px 5px
}

.card .content .btn span {
    font-size: 10px;
    padding-left: 5px
}

.card .content .foot .admin {
    color: #890c10;
    font-size: 12px
}

.card:hover .content .foot .admin {
    color: #fff
}

.card .content .foot .icon {
    font-size: 12px
}

.purple-btn, .purple-btn:hover {
    color: #ffff;
    transition: all .3s ease;
}
.purple-btn {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
a, a:hover {
    text-decoration: none;
}
.purple-btn:after, .purple-btn:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.purple-btn:before {
     background-color: #890c10;
    left: 0;
    width: 100%;
    z-index: -2;
}
.purple-btn:after {
     background-color: #504f4f;
     right: 0;
    transition: all 1s ease;
    width: 0;
    z-index: -1;
}
/* end cards */



/* start banner1 */
.aboutus-bg{
  
    background-image: 
    /* -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.2) 100%), */
     url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}
.bannertext h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #890c10;
}
.bannertext p {
  margin: 10px 0 10px 0;
  font-size: 18px;
  color: #505052;
  font-weight: 600;
}

@media only screen and (max-width:768px){
    .bannertext h4 {
       font-size: 20px;
}
.bannertext p {
     font-size: 16px;
}
.banner-btns .btn {
    padding: 8px 8px !important;
    font-size: 14px !important;
}
.aboutus-bg{
  padding: 20px 0px;
}}


.banner-btns .btn {
  padding: 6px 10px;
  font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.button-2 {
    border-radius: 5px;
    color: #ffff;
    background-color:  #890c10;
    /* background-size: 300px; */
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.button-2:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
    background-color: #6d6c6c ;
    color: #ffff;
}
/* end banner1 */
  



/* start fAQ */


.faq-section .accordion-item {
    border: 0;
    
}

.faq-section .accordion-item .accordion-button {
      color: #890c10;
      font-size:25px;
      font-weight:600;
      font-size: 18px;
      background-color: #d1d1d1;
      margin-bottom: 5px;
}
.faq-section .accordion-button:not(.collapsed){

  color: #890c10;
  background-color: #d1d1d1;

}
/* END FAQ */


/* start 3 post hover */

.posthover {
    background-color: #faf5f5;
}


.single-blog-post {
    margin-bottom: 30px;
    position: relative;
}
.single-blog-post .post-image {
    position: relative;
    z-index: 1;
}
.single-blog-post .post-image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(112 27 19 / 90%)));
    background: linear-gradient(to bottom, transparent, rgba(112 27 19 / 90%));
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.single-blog-post .post-image a {
    display: block;
}
.single-blog-post .post-image a img {
    width: 100% !important;
    display: inline-block !important;
}
.single-blog-post .post-content {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 20px;
  
}
.single-blog-post .post-content h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 5px;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    font-weight: 600;
}
.single-blog-post .post-content p {
    color: #ffffff;
    line-height: 1.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    margin-bottom: 0;
  
    font-size: 16px;
    font-weight: 500;

}
.post-content p a {
    color: #ffffff;
    font-size: 16px;
}
.single-blog-post .post-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
}
.single-blog-post .post-content h3 a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
}
.single-blog-post:hover .post-content h3::before {
    width: 100%;
}

a{
  text-decoration:none;
}
@media only screen and (max-width: 767px){
  .single-blog-post .post-content {
    padding: 15px;
}
}

/* end 3 post hover */


/* start about us page*/
.banner-slide {
    position: relative;
}
.oneroof img{
    height: 40px;
    margin-bottom: 10px;
}
.oneroof h4{
      font-size: 20px;
    font-weight: 600;
    color: #890c10;
}
.oneroof i{
    margin: 0 2px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    border: 1px solid #890c10;
    background-color: #890c10;
    border-radius: 15%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* vision-mission */
@media only screen and (max-width:768px){
.m-v-wrapper{
  display: none;
}}

.m-v-wrapper .row {
  flex-direction: row-reverse;
}
.m-v-wrapper .left {
  width: 70%;
  transition: width 1s;
}
.m-v-wrapper .right {
  width: 30%;
  transition: width 1s;
}
.m-v-wrapper .right:hover .vision-wrapper {
  background-color: #890c10;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-content-area .mision-icon {
  border: 1px dashed #fff !important;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-content-area .mision-icon .v-white {
  display: block !important;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-content-area .mision-icon .v-red {
  display: none;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-content-area .vision-title h3 {
  color: #fff;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-description p {
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 210px;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-description p::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  background: #858282;
  border-radius: 100%;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-description p::-webkit-scrollbar-track {
  background: #858282;
  height: 5px;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-description p::-webkit-scrollbar-thumb:hover {
  background: #858282;
}
.m-v-wrapper .right:hover .vision-wrapper .vision-description p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.m-v-wrapper .right:hover .more {
  display: none;
}
.m-v-wrapper .right:hover {
  width: 60%;
}
.m-v-wrapper .right:hover + .left {
  width: 30%;
}
.m-v-wrapper .right:hover + .left .mission-wrapper {
  background-color: #fff;
  border: 1px dashed #8d4e4e;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-content-area .mision-icon {
  border: 1px dashed #890c10 !important;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-content-area .mision-icon .v-white {
  display: none !important;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-content-area .mision-icon .v-red {
  display: block !important;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-title h3 {
  color: #252525;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-description p {
  font-size: 20px;
  color: #747580;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 400;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 205px;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-description p::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  background: #858282;
  border-radius: 100%;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-description p::-webkit-scrollbar-track {
  background: #858282;
  height: 5px;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-description p::-webkit-scrollbar-thumb:hover {
  background: #858282;
}
.m-v-wrapper .right:hover + .left .mission-wrapper .mission-description p::-webkit-scrollbar-thumb {
  background: #890c10;
  border-radius: 10px;
}
.m-v-wrapper .mission-wrapper {
  background-color: #890c10;
  padding: 20px;
  min-height: 350px;
  box-shadow: 0 0 10px 0 #00000024;
}
.m-v-wrapper .mission-wrapper:hover .mision-icon {
  border: 1px dashed #fff !important;
}
.m-v-wrapper .mission-wrapper .mission-content-area {
  display: flex;
  align-items: end;
}
.m-v-wrapper .mission-wrapper .mission-content-area .mision-icon {
  border: 1px dashed #fff;
  margin-right: 30px;
}
.m-v-wrapper .mission-wrapper .mission-content-area .mision-icon .v-red {
  display: none !important;
}
.m-v-wrapper .mission-wrapper .mission-content-area .mision-icon img {
  padding: 15px;
  height: 70px;
}
.m-v-wrapper .mission-wrapper .mission-content-area .mission-title h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.m-v-wrapper .mission-wrapper .mission-description {
  margin-top: 12px;
}
.m-v-wrapper .mission-wrapper .mission-description p {
  color: #fff;
  font-size: 20px;
  padding-right: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 205px;
}
.m-v-wrapper .mission-wrapper .mission-description p::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  background: #890c10;
  border-radius: 10px;
}
.m-v-wrapper .mission-wrapper .mission-description p::-webkit-scrollbar-track {
  background: #890c10;
  height: 5px;
  border-radius: 10px;
}
.m-v-wrapper .mission-wrapper .mission-description p::-webkit-scrollbar-thumb:hover {
  background: #890c10;
  border-radius: 10px;
}
.m-v-wrapper .mission-wrapper .mission-description p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.m-v-wrapper .vision-wrapper {
    background-color: #fff;
    border: 1px dashed #8d4e4e;
    padding: 20px;
    position: relative;
    min-height: 350px;
    box-shadow: 0 0 10px 0 #00000024;
}
.m-v-wrapper .vision-wrapper:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 5px;
  background-color: #890c10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
}
.m-v-wrapper .vision-wrapper .vision-content-area {
  display: flex;
  align-items: end;
}
.m-v-wrapper .vision-wrapper .vision-content-area .mision-icon {
  border: 1px dashed #890c10;
  margin-right: 30px;
}
.m-v-wrapper .vision-wrapper .vision-content-area .mision-icon .v-white {
  display: none;
}
.m-v-wrapper .vision-wrapper .vision-content-area .mision-icon img {
  padding: 15px;
  height: 70px;
}
.m-v-wrapper .vision-wrapper .vision-content-area .vision-title h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #191818;
  margin-bottom: 0;
}
.m-v-wrapper .vision-wrapper .vision-description {
  margin-top: 12px;
}
.m-v-wrapper .vision-wrapper .vision-description p {
    font-size: 20px;
    color: #747580;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 180px;
}
.m-v-wrapper .vision-wrapper .vision-description p::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  background: #858282;
  border-radius: 100%;
}
.m-v-wrapper .vision-wrapper .vision-description p::-webkit-scrollbar-track {
  background: #858282;
  height: 5px;
}
.m-v-wrapper .vision-wrapper .vision-description p::-webkit-scrollbar-thumb:hover {
  background: #858282;
}
.m-v-wrapper .vision-wrapper .vision-description p::-webkit-scrollbar-thumb {
  background: #890c10;
  border-radius: 10px;
}
.m-v-wrapper .vision-wrapper .more a {
  color: #890c10;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}
/* vision-mission / */

/* vision-mission start */
.vision-tab{
  background: url(../images/vision-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.vision-tab img{
  height: 40px;
}
.vision-tab h4{
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
.vision-tab p{
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.mission-tab{
  background: url(../images/mission-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.mission-tab img{
  height: 40px;
}
.mission-tab h4{
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
.mission-tab p{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

/* @media only screen and (max-width:768px){ */
@media only screen and (min-width:769px){
  .vision-mission{
    display: none;
}}
/* vision-mission end */


.aboutus ul li{
    font-size: 20px;
    color: #575a7b;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* start testimonials */

.testimonials{
background:
 /* -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.2) 100%),  */
url(../images/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

@media only screen and (max-width: 768px) {
  .testimonials{
        padding: 10px 0px;
    }
}

.test-slider{
  text-align: center;
}
.testimonials .carousel-indicators [data-bs-target] {
    background-color: #680505;
}

.testimonials .carousel-indicators{
    bottom: -60px;
}
.testimonials img{
  height: 30px;
  width: 30px;
}
/* end testimonials */
 
/* end about us page */



/* start gallery page */

.each-service-wrap{
  margin-bottom: 20px;
}
.each-service{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.each-service-image img{
    height: 100%;
    object-fit: cover;
}

.each-sevice-text{
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 24px;
    z-index: 1;
    color: #fff;    
}

.each-service:hover .each-sevice-text {
    bottom: 0;
}
.each-service::after{
    background: rgba(32, 32, 32, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: '';
}
.each-service:hover::after {
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.00) 41.16%, rgba(32, 32, 32, 0.66) 73.52%, #202020 100%);
}
/* end gallery page */


/* start our team */

.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 20px;
    background: #890c10;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}
.service-text{
padding: 20px;
}

 .service-text h5{
    font-size: 20px;
    font-weight: 600;
    color: #890c10;
}

 .service-text p{
  font-size: 16px;
  color: #575a7b;
  margin-bottom: 8px;
  font-weight: 500;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text h6,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: #ffff;
    background: #890c10;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color:#890c10;
    background:#ffffff;
}
/* end our team */





/* start contact us */

    .section-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
  
    }
 .address-cont{
      box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    padding: 5px;
}
    .number-box {
     padding: 6px;
    background: #890c10;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    }
.branch-title h5{
      font-size: 20px;
    color: #890c10;
    font-weight: 500;
}

.branch-title  p{
  font-size: 20px;
  color: #575a7b;
   font-weight: 400;
}
.branch-title p a{
 font-size: 20px;
    color: #890c10;
    font-weight: 500;
}

    .map-box {
    border-radius: 10px;
    height: 220px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    }

    .footer-bar {
      background: #eef2f6;
      padding: 20px 0;
   
    }

    .footer-item {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #890c10;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      color: #890c10;
    }
 


.cont-bg{
    background-color: #fedfd8;
}
.cont-line li{
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.cont-line li a{
    color: #000000;
    text-decoration: none;
}
.map {
    width: 100%;
    height: 300px;
}
/* end contact us */






/* start footer */
.footer-serviceslist{
    background-color: #ffffff;
    font-size: 20px;
    padding: 10px;
    color: #890c10;
}

.track {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.populartests{
    background-color: #fff4f4;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 #fff3f354;
}

.populartests h4{
  color: #890c10;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 2px solid #890c10;
}

.populartests h4 span{
    float: right;
    font-size: 18px;
    font-weight: 500;
}

.populartests p{
  font-size: 16px;
    color: #575a7b;
}

.footer-section {
  background-color: #233243;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: #3a4959;
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}
.footer-section:after {
  position: absolute;
  content: '';
  background-color: #3a4959;
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

 .courses-link-list  li{
            margin: 0;
            padding: 0;
            list-style: none;
        }

.footer-top p,
.company-footer-contact-list li{
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 4px;  
}

.company-footer-contact-list a:hover {
      color: #890c10;
}
.company-footer-contact-list {
    margin-top: 10px;
    padding: 0;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.company-footer-contact-list li a{
  color: #ffffff;
}

.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo img {
    margin-bottom: 10px;
    display: block;
    max-width: 70px;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ffffff;
  position: relative;
  display: inline-flex;
}
.courses-link-list{
  padding: 0;
}
.courses-link-list li+li {
  margin-top: 10px;
}
.courses-link-list li a {
  color: #ffffff;
  font-weight: 400;
      font-size: 16px;
}
.courses-link-list li a:hover {
  color: #890c10;
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}
.small-post-item .post-date {
  color: #890c10;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 400;
}
.small-post-list{
padding: 0;
list-style: none;
}
.small-post-list li+li {
  margin-top: 30px;
}


.latest-news-widget .media img {
    margin-right: 20px;
    max-width: 100px;
}
.latest-news-widget .media p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.latest-news-widget .media span {
    font-size: 12px;
    color: #f1897b;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.latest-news-widget .media {
    margin-bottom: 20px;
    display: flex
}

.news-letter-form {
  margin-top: 15px;
}
.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #890c10;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    background-color: #890c10;
}
.copy-right-text {
  color: #ffffff;
  font-size: 14px;
}

.copy-right-text a{
  color: #ffffff;
}

.copy-right-text p a:hover {
  color: #8a8989;
}
.terms-privacy li+li {
  margin-left: 30px;
}
.terms-privacy li a {
  color: #ffffff;
  position: relative;
}
.terms-privacy li a:after {
  position: absolute;
  content: '-';
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li+li a:after {
  display: none;
}
.contact-social a i {
    margin: 0 2px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    border: 1px solid #ffff;
    background-color: #890c10;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-social a i:hover {
    background-color: #ffff;
    color: #890c10;
}


ul li{
  list-style: none;
}
/* end footer */


/* topup button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 1px;
    z-index: 99;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 25px;
  
}
.wa-ani{
    animation-duration: 3s;
}
/* end topup button */