/* ----------------------	Loading  ---------------------------*/
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #599ed0a1;
  z-index: 99999;
}

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.load-circle span {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.load-circle span:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Anek Malayalam', sans-serif;
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img,
video {
    max-width: 100%;
}

.section-padding-md {
    padding: 70px 0;
}

a:hover {
    text-decoration: none;
    color: #ff930e;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

h2 {
    font-weight: bold;
}

.heading-sub-title {
    font-size: 14px;
    color: #5a49f8;
    letter-spacing: 5px;
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anek Malayalam', sans-serif;
}

.pd-70 {
    padding: 100px 0;
}

.mb-100 {
    margin-bottom: 100px;
}

.custom-btn {
    min-width: 100px;
    min-height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-13 {
    background-color: #5a49f8;
    background-image: linear-gradient(315deg, #564cad 0%, #5a49f8 74%);
    border: none;
    z-index: 1;
}

.btn-13:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #ff930e;
    background-image: linear-gradient(315deg, #ff930e 0%, #d37e15 74%);
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}

.btn-13:hover {
    color: #fff;
}

.btn-13:hover:after {
    top: 0;
    height: 100%;
}

.btn-13:active {
    top: 2px;
}

.paginate_button 
{
    /*min-width: 100px;*/
    /*min-height: 40px;*/
    color: #fff;
    border-radius: 20px;
    padding: 6px 10px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #5a49f8;
    background-image: linear-gradient(315deg, #564cad 0%, #5a49f8 74%);
    border: none;
    z-index: 1;
}
.paginate_button:hover {
    color: #fff;
}
.paginate_button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #ff930e;
    background-image: linear-gradient(315deg, #ff930e 0%, #d37e15 74%);
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}
.paginate_button:hover:after {
    top: 0;
    height: 100%;
}

.paginate_button:active {
    top: 2px;
}


/* Partical ANimation */
#tsparticles {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    opacity: .1;
}

/* Image loader Animation */
.image-wrap {
    position: relative;
}

.loader-img-animation {

    -webkit-animation: loader-img 2s infinite linear;

    animation: loader-img 2s infinite linear;
}

@-webkit-keyframes loader-img {
    0% {
        top: 0;
    }

    50% {
        top: -20px;
    }

    100% {
        top: 0;
    }
}

@keyframes loader-img {
    0% {
        top: 0;
    }

    50% {
        top: -20px;
    }

    100% {
        top: 0;
    }
}

.form-control {
    height: 50px;
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

select.form-control {
    height: 50px !important;
}

input[type="file"] {
    padding: 10px;
}

/* Tab Css */
.serviceTabHome .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ff930e;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;

}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 6px 0.7rem;
    margin-bottom: 50px;
    position: relative;
}

/* .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
} */

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin: 0 30px;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
    font-weight: 600;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    font-weight: bold;
    color: #000;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

/* Vertical Tab Css */
.naccs .menu div {
    padding: 15px 20px 15px 40px;
    margin-bottom: 24px;
    color: #615e5e;
    background: #fff;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 22px;
    left: 15px;
    background-color: #615e5e;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
    background-color: #ff930e;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.naccs .menu div.active {
    color: #ff930e;
    padding: 15px 20px 15px 20px;
}

.naccs .menu div:hover {
    color: #ff930e;
}

.naccs .menu div:hover span.light {
    background-color: #ff930e;
}

.nacc {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nacc .nacc__inner {
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    padding-left: 10px;
    display: none;
}

.nacc .nacc__inner.active {
    z-index: 2;
    display: block;
}

/* ANimation Css */
.dd-hero__img {
    position: relative;
    width: 475px;
    height: 475px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 1;
}

.dd-hero__img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 50px rgb(0 0 0 / 15%), 0 0 0 30px rgb(0 0 0 / 10%) inset;
    z-index: -1;
    transition: all 5s;
    border-radius: 50%;
    border-radius: 50% 100% / 100% 50%;
    animation: animateOverlayBox 5s infinite linear;
}

@keyframes animateOverlayBox {

    0%,
    100% {
        border-radius: 50% 100% / 100% 50%;
    }

    50% {
        border-radius: 100% 50% / 50% 100%;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff930e;
}

button:focus {
    outline: none;
}

.headingLine {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.headingLine:before {
    width: 24%;
    background: #000 !important;
    z-index: 1;
}

.headingLine:before,
.headingLine:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 2px;
    border-radius: 20px;
    background: #000;
    background-size: 200%;
    transform: translateX(-50%);
}

.headingLine:after {
    width: 70%;
}

/* Checkbox Css */
.customCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customCheckbox label {
    position: relative;
    cursor: pointer;
}

.customCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ff930e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
}

.customCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff930e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Custom Radio Btn */
.customRadio input[type="radio"] {
    display: none;
}

.customRadio label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}
.customRadio label::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #ff930e;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.customRadio label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ff930e;
    border: 2px solid #ff930e;
    border-radius: 50%;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}
.customRadio input[type="radio"]:checked+label::before {
    border-color: #ff930e;
}

.customRadio input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}
/*blog custom css*/
.footer-social li {
    display: inline-block;
    font-size: 35px;
    margin-right: 15px;
}
.blogsocial {
    text-align: center;
}
.card-head {
    font-style: normal;
}
.dataTables_filter input{
    margin-left: 1rem;
    border: solid 1px #dfdfdf;
    outline-offset: 0px;
}