body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 99;
}

h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Text', serif;
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 10px;
    transition-duration: .3s;
}

::-webkit-scrollbar-track {
    background: #252525;
    transition-duration: .3s;
}

::-webkit-scrollbar-thumb {
    background: #ff0000;
    transition-duration: .3s;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
    transition-duration: .3s;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.clr {
    margin: 0 !important;
    padding: 0 !important;
}

.sec_pad {
    padding: 80px 0 !important;
}

.sec_pad_tp {
    padding: 0 !important;
    padding-top: 60px !important;
}

.sec_pad_bt {
    padding: 0 !important;
    padding-bottom: 60px !important;
}

.img-fluid {
    width: 100% !important;
}

.ind_dom1 {
    position: relative;
    z-index: 99;
}

.ind_dom1:before {
    content: "";
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f1a655;
    z-index: 0;
    mix-blend-mode: soft-light;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%,rgb(3, 85, 191) 100%);
}

.ind_dom1 .ban_abs {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 100%;
}

.ind_dom1 .ban_abs h2 {
    color: #ffffff;
    width: 100%;
    float: left;
    font-size: 2rem;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    padding-bottom: 10px;
}

.ind_dom1 .ban_abs h2:before {
    content: "";
    bottom: 0%;
    width: 100px;
    left: 0%;
    border-radius: 5px;
    height: 5px;
    position: absolute;
    background: #ff0000;
}

.ind_dom1 .ban_abs p {
    color: #ffffff;
    margin-top: 30px;
    font-style: italic;
}

p {
    font-size: 1rem;
    line-height: 2rem;
    color: #595959;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.foot_hed {
    float: left;
    width: 100%;
}

.foot_hed h4 {
    position: relative;
    width: 100%;
    float: left;
    font-size: 1rem;
    font-weight: 900;
    color: #ffffff;
    padding-bottom: 10px;
}

.foot_hed h4:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    width: 60px;
    height: 2px;
    background: #ff0000;
}

.foot_hed h4 span {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 400;
}

.foot_hed h4 span {
    width: 100%;
    float: left;
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

.foot_cont {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.foot_cont p {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

.foot_cont li {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    list-style: none;
    line-height: 30px;
}

.foot_cont li a {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.foot_cont li svg {
    width: 30px !important;
    height: 30px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    color: #ff0000;
}

.foot_copy {
    border-top: 1px solid #002d67;
    padding: 10px 0;
    margin-top: 60px;
}

.foot_copy p {
    color: #305584;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.xoft span {
    float: left;
}

.xoft {
    text-decoration: none;
    color: #24d7f1;
    float: right;
    margin-left: 3px;
    padding-left: 5px;
    background-size: 20px;
    background-position: center left;
    transition-duration: .5s;
}

@keyframes rot-x {
    from {
        transform: rotateX(0deg);
    }

    from {
        transform: rotateX(360deg);
    }
}

footer:hover .xoft {
    padding-left: 20px;
    background: url(../images/xoft.png)no-repeat;
    background-size: 20px;
    background-position: center left;
    transition-duration: .5s;
}

footer:hover .xoft span {
    -webkit-animation: rot-x 2s linear;
    -o-animation: rot-x 2s linear;
    animation: rot-x 2s linear;
}

footer:hover .xoft span:nth-of-type(1) {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

footer:hover .xoft span:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

footer:hover .xoft span:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

footer:hover .xoft span:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

footer:hover .xoft span:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

footer:hover .xoft span:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

footer:hover .xoft span:nth-of-type(7) {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

footer:hover .xoft span:nth-of-type(8) {
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

footer:hover .xoft span:nth-of-type(9) {
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff0000;
    transition-duration: .5s;
}

.navbar-light .navbar-nav .nav-link {
    padding: 20px 10px;
    position: relative;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-light .navbar-nav  .nav-link.active:before {
    position: absolute;
    bottom: -1px;
    content: "";
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    background: #ff0000
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(251 1 0);
    transition-duration: .5s;
}

.hed_menu {
    background: #212121;
    width: 100%;
    padding: 0;
    z-index: 999999;
    transition-duration: .5s;
}

.sticky .hed_menu {
    background: #c7c7c7c4 !important;
    padding: 0;
    top: 0%;
    transition-duration: .5s;
}

.sticky .hed_menu:hover {
    background: #999 !important;
    padding: 0;
    top: 0%;
    transition-duration: .5s;
}

.hednav.sticky img {
    width: 70%;
}

.hednav.sticky {
    position: fixed !important;
    padding: 0;
    top: 0px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent;
    margin-top: -50px;
    z-index: 99999 !important;
    transition-duration: .5s;
}

.top_cont {
    background: #ffffff;
    padding: 0!important;
    border-top: 2px solid #f1a655;
}

.top_cont p {
    float: left
}

.top_cont_det {
    float: left;
    margin: 0;
    padding: 0
}

.top_cont_det2 {
    float: left;
    margin: 0;
    padding: 0
}

.top_cont_det li {
    list-style: none;
    float: left;
    margin-right: 30px;
    color: #000000;
    font-weight: 400;
    font-size: 0.7rem;
    padding: 0px 20px;
    margin: 10px 0;
}

.top_cont_det li svg {
    margin-right: 5px;
    color: #f1a655;
}

.top_cont_det2 li a {
    list-style: none;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    color: #516aae;
    font-size: 12px;
    line-height: 35px;
    min-width: 36px;
    background: transparent;
    border: 1px solid #c0c0c0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transition-duration: .5s;
}

.top_cont_det2 li:nth-child(1) a {
    border: 0;
    color: #2D2D2E;
    transition-duration: .5s;
}

.top_cont_det2 li:nth-child(1) a:hover {
    border: 0;
    color: #000000;
    transition-duration: .5s
}

.top_cont_det2 li:nth-child(1) a {
    border-radius: 0;
    color: #2D2D2E;
    transition-duration: .5s;
}

.top_cont_det2 li:nth-child(2) a:hover {
    color: #3b579d;
    border-right-color: #3b579d;
    transition-duration: .5s
}

.top_cont_det2 li:nth-child(3) a:hover {
    color: #1da1f2;
    border-right-color: #1da1f2;
    transition-duration: .5s
}

.top_cont_det2 li:nth-child(4) a:hover {
    color: #d54c3f;
    border-right-color: #d54c3f;
    transition-duration: .5s
}

.top_cont_det2 li:nth-child(5) a:hover {
    color: #0077af;
    border-right-color: #0077af;
    transition-duration: .5s
}

.top_cont_det2 li a:hover {
    color: #ffffff;
    transition-duration: .5s
}

.top_cont_det2 li :hover {
    text-decoration: none
}

.top_cont_det2 li {
    list-style: none;
    float: left;
}

.top_cont_det2 li svg {
    margin-right: 0
}

.sub_nav {
    padding: 0;
    margin: 0;
}

.sub_nav li {
    float: left;
    padding: 0px 20px;
    margin: 10px 0;
    list-style: none;
    border-right: 1px solid #0000004d;
}

.sub_nav li a {
    text-decoration: none;
    color: #000000;
    font-size: 0.7rem;
    font-weight: 400;
    float: left;
    width: 100%;
}

.sticky .top_cont {
    display: none;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: left;
    border: none;
    width: max-content !important;
    border-radius: 0;
    box-shadow: 0px 10px 10px 0 #fe01007d;
    background: #fe0100;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border: 0;
    transition-duration: .5s;
}

.dropdown-item:hover {
    color: #15529f ;
    background: transparent;
    transition-duration: .5s;
}

.sticky .navbar-light .navbar-nav .active>.nav-link, .sticky .navbar-light .navbar-nav .nav-link.active, .sticky .navbar-light .navbar-nav .nav-link.show, .sticky .navbar-light .navbar-nav .show>.nav-link {
    color: #ff0000;
    transition-duration: .5s;
}

.sticky .navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 20px 20px;
}

.sticky .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(3, 85, 191);
    transition-duration: .5s;
}

#slid .owl-nav, #slid .owl-dots {
    display: none;
}

.ind_dom1 img:nth-of-type(1) {
    display: block;
}

.ind_dom1 img:nth-of-type(2) {
    display: none;
}

.ind_dom2 {
}

.dom_tit_cen {
    float: left;
    position: relative;
    width: 100%;
}

.dom_tit_cen .tit_ico {
    width: 80px;
    margin: 0 auto !important;
}

.dom_tit_cen .hed_pat {
    width: 80px;
    margin: 0 auto !important;
}

.dom_tit_cen h4 {
    /* font-family: 'Poppins'; */
    font-size: 1.6rem;
    font-weight: lighter;
    color: #ff0000;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}

.dom_tit_cen h2 {
    font-size: 3rem;
    font-weight: lighter;
    color: #000000;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}

.ind_dom2 p {
    margin-top: 20px;
    font-size: 14px;
}

.rnd_ser {
    padding: 10px;
    position: relative;
    margin-top: 30px;
}

.rnd_ser:before {
    content: "";
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    position: absolute;
    border-radius: 50%;
    border: 1px dashed #ff0000;
}

.rnd_ser img {
    border-radius: 50%;
    overflow: hidden;
}

.abs_rnd_ser {
    position: absolute;
    top: 0%;
    left: 0%;
}

.abs_rnd_ser {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #ffffffc7;
    border-radius: 50%;
}

.abs_rnd_ser h4 {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    line-height: 30px;
    font-size: 1rem;
    color: #000000;
    width: 100%;
}

foot {
    width: 100%;
    height: 50px;
    float: left;
    position: fixed;
    bottom: 0%;
    left: 0%;
    background: #ff0000;
}

.carousel-caption {
    font-size: 3rem;
    color: #ffffff;
    top: 25%;
    left: 0%;
    right: 0%;
}

.carousel-caption h5 {
    font-size: 4rem;
    color: #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.carousel-caption h5:before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    border-radius: 2px;
    background: #ff0000;
}

.carousel-caption p {
    font-size: 0.9rem;
    color: #ffffff;
    padding: 0 20%;
}

.carousel-item:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.isai_btn {
    padding: 10px 40px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-decoration: none;
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 0px;
    margin: 10px 20px;
}

.isai_btn_str {
    padding: 10px 40px;
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #ffffff;
    border-radius: 0px;
    margin: 10px 20px;
}

.date_dom {
    background: #212121;
    z-index: 999999;
    overflow: visible;
}

.event_det {
    float: left;
    width: 100%;
    padding: 0 20px;
    border-left: 2px solid #ff5252;
}

.evnt_ico {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.evnt_cnt {
    float: left;
    width: calc(100% - 40px);
}

.evnt_cnt h4 {
    font-size: 15px;
    color: #ffffff;
    font-weight: lighter;
    margin: 0;
    line-height: 20px;
    padding: 0;
    font-family: "Poppins";
    font-weight: 600;
}

.evnt_cnt h4 span {
    font-size: 0.8rem;
    width: 100%;
    float: left;
    font-weight: 400;
}

.evnt_time {
    float: left;
    width: 100%;
}

.evnt_date {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}

.evnt_date:before {
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    box-shadow: 0 0 20px 0 #0000002e;
    z-index: -1;
    background: #ffffff;
    transform: scale(3);
    border-radius: 50%;
}

.evnt_date:after {
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    z-index: -2;
    background: #ff0000;
    transform: scale(3.5);
    box-shadow: 0 0 20px 0 #0000002e;
    border-radius: 50%;
}

.evnt_date h3 {
    color: #ff0000;
    font-size: 4rem;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 2rem;
    font-weight: 900;
    position: relative;
}

.evnt_date h3 span {
    color: #000000;
    float: left;
    width: 100%;
    font-size: 1.2rem;
    top: 0%;
    left: -20%;
    position: absolute;
    transform: rotate(-90deg);
}

.rcrds {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

.rcrds:before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: 0%;
    width: 30%;
    height: 2px;
    background: #cccccc;
}

.rcd_ico {
    float: left;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background: #ff0000;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.rcd_cnt {
    float: left;
    width: calc(100% - 60px);
    line-height: 60px;
}

.rcd_cnt h4 {
    color: #000000;
    float: left;
    font-size: 1rem;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.rcd_cnt p {
    color: #999999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    margin-left: 20px;
}

.gal_img {
    float: left;
    width: 100%;
    position: relative;
}

.gal_img:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #ff0000;
    opacity: 0;
    transition-duration: .5s;
}

.gal_img:hover:before {
    opacity: 0.8;
    transition-duration: .5s;
}

.gal_img span {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 999;
    color: #ffffff;
    opacity: 0;
    font-size: 20px;
    line-height: 30px;
    transform: rotate(360deg);
    transition-duration: .5s;
}

.gal_img:hover span {
    opacity: 1;
    transform: rotate(0deg);
    transition-duration: .5s;
}

.ind_past {
    position: relative;
}

.ind_past:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: #fff;
    background-size: cover;
}

.pas_evnt {
    float: left;
    width: 100%;
    /* margin-top: 30px; */
    /* border-radius: 20px; */
    background: #f1f1f1;
}

.pas_evnt.smarx {
    float: left;
    width: 100%;
    /*margin-top: 30px;*/
    border-radius: 0px;
    background: #ffffff;
}

.pas_evnt_cnt {
    padding: 30px 20px;
    float: left;
    width: 100%;
}

.pas_evnt_tit {
    padding: 30px 20px 0;
    float: left;
    width: 100%;
}

.pas_evnt img {
    border-bottom: 5px solid #ff0000;
    /*margin-bottom: 20px;*/
}

.pas_evnt h5 {
    color: #555555;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-family: 'Poppins';
}

.pas_evnt h4 {
    color: #000000;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.pas_evnt p {
    color: #999999;
    margin: 0;
    padding: 0;
    /* margin-bottom: 30px; */
    font-size: 0.8rem;
    line-height: 1.5rem;
}

.pas_evnt a {
    color: #252525;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: 'DM Serif Text', serif;
    font-weight: 900;
}

.pas_evnt a:before {
    content: "\f0da";
    top: 0%;
    left: 0%;
    position: absolute;
    font-family: 'FontAwesome';
    color: #ff0000;
}

#products .item {
    /* margin: 20px; */
    /* padding: 20px 0px; */
}

.owl-carousel .owl-stage-outer {
    /* padding: 20px 0; */
}

#news .owl-stage-outer ,#newss .owl-stage-outer {
    padding: 10px 0 !important;
}

#news .owl-nav ,#newss .owl-nav {
    display: none;
    !important; }

    .ind_test {
        background: url(../images/team.jpg)no-repeat;
        background-size: cover;
        position: relative;
    }

    .ind_test:before {
        position: absolute;
        content: "";
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background: #ff0000;
        opacity: .8;
    }

    .pan_wht {
        color: #ffffff !important;
    }

    .pan_blk {
        color: #000000 !important;
    }

    #products .owl-nav {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100% !important;
    }

    #products .owl-nav button:hover, #products .owl-nav button:active, #products .owl-nav button:focus, #products .owl-nav button:visited {
        border: none;
        outline: none;
        text-decoration: none;
        background: transparent;
    }

    #products .owl-nav button:hover span, #products .owl-nav button:active span, #products .owl-nav button:focus span, #products .owl-nav button:visited span {
        border: none;
        text-decoration: none;
        background: transparent;
    }

    #products .owl-prev {
        font-size: 2rem;
        position: absolute;
        left: -50px;
        color: #ff0000;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        padding: 0 !important;
        margin-right: 15px;
    }

    #products .owl-next {
        font-size: 2rem;
        color: #ff0000;
        width: 20px;
        position: absolute;
        right: -50px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        padding: 0 !important;
        margin-left: 15px;
    }

    .testimonials {
        float: left;
        width: 100%;
    }

    .testimonials svg {
        border-radius: 50%;
        color: #fff;
        margin-bottom: 20px;
        font-size: 40px;
    }

    .testimonials p {
        color: #fff;
        font-size: .8rem;
        padding: 0;
        margin: 0;
        line-height: 1.2rem;
        margin-bottom: 20px;
    }

    .testimonials h4 {
        color: #fff;
        float: left;
        width: 100%;
        font-size: 1.2rem;
    }

    .testimonials h5 {
        color: #fff;
        font-weight: 100;
    }

    #testimonial .item {
        margin: 0px 20px;
        padding: 20px 20px 20px 60px;
        float: left;
    }

    #news .item, #newss .item {
        margin: 0 20px;
        padding: 0px 30px 0px 30px;
        float: left;
    }

    #testimonial .owl-dots 
    {
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    #testimonial .owl-dots button span 
    {
        width: 15px;
        height: 5px;
        opacity: .5;
        float: left;
        border-radius: 5px;
        margin-right: 2px;
        background:#ffffff;
        transition-duration: .5s;
    }

    #testimonial .owl-dots button.active span 
    {
        width: 25px;
        height: 5px;
        opacity: 1;
        background:#ffffff;
        transition-duration: .5s;
    }

    #testimonial .owl-dots button:focus
    {
        outline:none !important;
    }

    #testimonial .owl-nav
    {
        display: none;
    }

    .pd60 {
        padding: 60px 0;
    }

    /*<========================Footer========================>*/
    footer {
        background-color: #212121;
        width: 100%;
        float: left;
        font-family: 'DM Serif Text', serif;
    }

    .footer-top {
        padding: 50px 0;
        position: relative;
    }

    .footer-top span a,.footer-top ul li a {
        color: #999999;
        opacity: 1;
        transition: all .2s ease-in-out;
    }

    .footer-top span a:hover,.footer-top ul li a:hover {
        opacity: .9;
    }

    .footer-top .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 15px 10px;
    }

    .footer-top .footer__left>div {
        padding: 0 0;
    }

    .footer-top .footer_logo {
        margin-top: 40px;
    }

    .footer-top .footer_menu ul {
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-top .footer_menu ul li {
        line-height: 2.6;
        width: 49%;
        display: inline-block;
    }

    .footer-top .footer_menu ul li a {
        /* font-size: calc(1rem - 2px); */
        text-transform: capitalize;
        letter-spacing: .035em;
        padding: 0;
        padding-right: 20px;
    }

    .footer-top .footer_menu ul li:hover a {
        padding-left: 20px;
        padding-right: 0;
        transition-duration: .5s;
    }

    .footer-top .footer__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .footer-top .footer__right .footer__right-end {
        padding-top: 42px;
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }

    .footer-top .footer__right .footer__right-end>div ul {
        padding: 0;
    }

    .footer-top .footer__right .footer__right-end>div ul li {
        display: inline-block;
    }

    .footer-top .footer__right .footer__right-end .footer_media {
        text-align: right;
    }

    .footer-top .footer__right .footer__right-end .footer_media li {
        margin: 0 8px;
    }

    .footer-top .footer__right .footer__right-end .footer_media li a {
        padding: 0 4px;
    }

    .footer-top .footer__right .footer__right-end .footer_media li svg {
        font-size: 25px;
        color: #ffffff;
    }

    .footer-top .footer__right .footer__right-end .footer_media li svg:before {
        color: #ffffff;
    }

    .footer-top .footer__right .footer__right-end .other-links li {
        position: relative;
    }

    .footer-top .footer__right .footer__right-end .other-links li a {
        font-size: 14px;
        letter-spacing: .035em;
        padding: 3px 6px;
        opacity: 1;
        transition: all .2s ease-in-out;
    }

    .footer-top .footer__right .footer__right-end .other-links li a:hover {
        opacity: .9;
    }

    .footer-top .footer__right .footer__right-end .other-links li:after {
        content: '|';
        position: absolute;
        top: 3px;
        right: -3px;
        font-size: 13px;
        color: #7a7a7a;
        opacity: .5;
    }

    .footer-top .footer__right .footer__right-end .other-links li:last-child:after {
        display: none;
    }

    .footer_contact span {
        display: inline-block;
        width: 49%;
        font-size: 1.2rem;
        color: #fe0100;
        position: relative;
        letter-spacing: .035em;
    }

    .footer_contact span svg {
        color: #fe0100;
        margin-right: 10px;
    }

    .footer_contact span a {
        color: #ffffff;
        background: #fe0100;
    }

    .footer-bottom {
        background-color: #282828;
        padding: 10px 0;
    }

    .footer-bottom p,.footer-bottom p a {
        color: #696960;
        transition: all .2s ease-in-out;
    }

    .footer-bottom .container p {
        font-size: 1rem;
        margin: 0;
    }

    .footer-bottom .container p i {
        font-size: 11px;
        color: #eb8e42;
        animation: blinker 1s linear infinite;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .footer-bottom .container p:last-child {
        text-transform: none;
    }

    .footer-bottom .container p:last-child a {
        opacity: 1;
    }

    .footer-bottom .container p:last-child a:hover {
        color: #fff;
    }

    /*<========================Footer========================>*/
/*.relative_smart {
    position: relative;
}

.smartx_abs {
    position: absolute;
    width: auto;
    height: 500px;
    right: 0;
    top: 0;
    }*/
    .owl-dots {
        display: none;
    }

    .mar_top {
        margin-top: 20px;
    }

    #testimonial {
        background: #ff0000;
    }

    .owl-item {
        overflow: hidden !important;
    }

    .rot_lef {
        transform: rotate(-90deg);
        position: absolute;
        left: -10%;
        top: calc(50% - 20px);
        z-index: 999;
    }

    .play_9th {
        position: relative !important;
        float: left;
        width: 100%;
        z-index: 999;
        background: transparent;
        padding: 0 !important;
        margin: 0 !important;
        transition-duration: .5s;
    }

    .play_9th:before {
        display: none !important;
    }

    .play_9th span {
        position: absolute;
        color: #ffffff;
        width: 100%;
        height: 100%;
        z-index: 99;
        top: calc(50% - 10px);
        left: 0;
        font-size: 15px;
        text-shadow: 0 0 20px #000;
        line-height: 20px;
        text-align: center;
        transition-duration: .5s;
    }

    .play_9th span svg {
        font-size: 20px;
        transition-duration: .5s;
    }

    .play_9th span:before {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: #ffffff;
        opacity: 0.1;
        text-align: center;
        transition-duration: .5s;
    }

    .play_9th:hover span {
        transform: scale(1.2);
        line-height: 20px;
        top: calc(50% - 10px);
        transition-duration: .5s;
    }

    .play_9th:hover span:before {
        background: transparent;
        transition-duration: .5s;
    }

    #products {
        background: #f1f1f1;
    }

    .bg_ash {
        background: #f1f1f1;
    }

    .modal .close {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #ef0000;
        background: #ffffff;
        border-radius: 30px;
        line-height: 30px;
        padding: 0px 10px;
        text-shadow: none;
        opacity: 1;
        font-size: 16px;
        z-index: 9999999;
    }

    .home3 {
        background: #212121;
    }

    .trainer-text p {
        font-size: 12px;
        color: #848484;
        text-transform: capitalize;
        line-height: 0px;
    }

    .pos-rel {
        position: relative !important;
        z-index: -10;
    }

    .pad40 {
        padding: 40px;
    }

    .dropdown-menu .nav-link.active
    {
        color: #000000 !important;
        padding: 10px 20px;
    }

    .abs_natraj
    {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 50%;
        z-index: -11;
        opacity: 0.05;
    }

    .abs_natraj img
    {
        width: 100%;
    }

    .navbar-nav li
    {
        float: left;
    }

    .w-100
    {
        float: left;
        width: 100%;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/list.svg);
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 255 255 / 50%);
        border-color: rgb(255 255 255 / 83%);
    }



    .pan_red
    {
        color: #fe0100 !important;
    }



    .guinn_rcrd
    {
        position: absolute;
        top: 8%;
        left: 2%;
        width: 10%;
    }


    .guinn_rcrd img
    {
     -webkit-animation:rot-y 5s linear infinite;
     -o-animation:rot-y 5s linear infinite;
     animation:rot-y 5s linear infinite;
 }


 .guinn_rcrd:hover img
 {
     -webkit-animation: none;
     -o-animation: none;
     animation: none;
 }



 @keyframes rot-y
 {
    from
    {
        transform: rotateY(0deg);
    }
    from
    {
        transform: rotateY(360deg);
    }
}

.guin_rel
{
    position: relative;
}

.covid19_post h6
{
    position: relative;
    background: #fe0100;
    color: #ffffff;
    line-height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    float:left;
    font-family: 'Poppins';
    font-weight: normal;
    padding: 0 20px;
}

.covid19_post h6:before
{
    position: absolute;
    content: "\f0c1";
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    border-left: 1px solid #ffffff42;
    line-height: 35px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

.nan_hghlg
{
        background: #f3f3f3;
    padding: 10px;
    color: #494949;
    margin: 0;
    border: 1px solid #e9e9e9;
}

.nan_hghlg strong
{
    color: #fe0100;
    font-family: 'DM Serif Text', serif;
    font-weight: 600;
}

.left-testimonials
{
        width: 100%;
    text-align: center;
}



.xoft span
{
    float: left;
}

.xoft
{
    padding-left: 0px;
    text-decoration: none;
    color: #24d7f1;
    float: right;
    margin-left: 3px;
    transition-duration: .5s;
}

@keyframes rot-x
{
    from
    {
        transform:rotateX(0deg);
    }
    from
    {
        transform:rotateX(360deg);
    }
}

footer:hover .footer-bottom .xoft, .contact-slide-hide:hover .xoft
{
    padding-left: 20px;
    background: url(../images/xoft.png)no-repeat;
    background-size: 20px;
    color: #24d7f1;
    background-position: center left;
    transition-duration: 1.5s;
}

footer:hover .footer-bottom  .xoft span, .contact-slide-hide:hover .xoft span
{
    -webkit-animation:rot-x 2s linear;
    -o-animation:rot-x 2s linear;
    animation:rot-x 2s linear;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(1), .contact-slide-hide:hover .xoft span:nth-of-type(1)
{
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(2), .contact-slide-hide:hover .xoft span:nth-of-type(2)
{
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(3), .contact-slide-hide:hover .xoft span:nth-of-type(3)
{
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(4), .contact-slide-hide:hover .xoft span:nth-of-type(4)
{
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(5), .contact-slide-hide:hover .xoft span:nth-of-type(5)
{
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(6), .contact-slide-hide:hover .xoft span:nth-of-type(6)
{
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(7), .contact-slide-hide:hover .xoft span:nth-of-type(7)
{
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(8), .contact-slide-hide:hover .xoft span:nth-of-type(8)
{
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

footer:hover .footer-bottom  .xoft span:nth-of-type(9), .contact-slide-hide:hover .xoft span:nth-of-type(9)
{
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.foot-xoft
{
    line-height: 20px;
    margin: 0;
    padding: 0;
}


table
{
    margin-bottom: 60px;
}