﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
* {
    font-family: Arial, sans-serif,Calibri
}

body {
    margin: 0px;
    padding: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Navbar Section start */

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        padding: 15px;
        width: auto;
    }

.navbar-nav > li > a {
    color: #333;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
    color: #262626;
    background-color: #999;
}

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }


    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
        color: #333;
    }

        .dropdown-menu li a:hover {
            padding: 5px 15px;
            font-weight: 300;
            color: #ffffff;
            background-color: #e30613;
        }

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            padding: 5px 15px;
            font-weight: 300;
            color: #ffffff;
            background-color: #e30613;
            text-decoration: none;
        }

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

/* Navbar Section end */

/*Slider Start*/

.carousel-control-prev, .carousel-control-next {
    width: 10%;
}

.bnr-icons {
    color: #e30613;
    font-size: 30px;
/*    background: rgba(245,255,255,0.9);*/
    padding: 5px;
/*    border-radius: 50%;*/
    height: 50px;
    width: 50px;
  /*  border: 2px solid #e30613;*/
}

    .bnr-icons .fa {
        color: #e30613
    }

.carousel-indicators li {
    position: relative;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #e30613;
    border-radius: 50%;
    text-indent: -999px;
}

.carousel-indicators .active {
    background-color: #e30613;
    border: 1px solid black;
    opacity: 1;
}

.carousel-indicators li:hover {
    background-color: #e30613;
    border: 1px solid black;
}

@media only screen and (max-width: 400px) {
    .bnr-icons {
        color: #e30613;
        font-size: 25px;
       
        padding: 2px;
        
        height: 30px;
        width: 30px;
         
    }

    .carousel-indicators li {
        position: relative;
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        margin-right: 3px;
        margin-left: 3px;
        border-radius: 50%;
        text-indent: -999px;
    }
}

/*Slider End*/

/*Slider Visitor Start*/
#myCarousel1 .card {
    border: 0px;
}

    #myCarousel1 .card .overflow-auto {
        height: 200px;
    }

.bnr-icons1 {
    color: #e30613;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

    .bnr-icons1 .fa {
        color: #e30613
    }

/*Slider Visitor End*/

/*Counter Start*/
.counter {
    background-color: black;
    padding: 10px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #ffae27
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: white;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: black;
}

@media only screen and (max-width: 786px) {
    .col-md-2 {
        padding: 5px
    }
}

/* Counter End */

/* Card Flipper Start */
/*#team {
        background: #eee !important;
    }

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #108d6f;
        border-color: #108d6f;
        box-shadow: none;
        outline: none;
    }

    .btn-primary {
        color: #fff;
        background-color: #007b5e;
        border-color: #007b5e;
    }

    section {
        padding: 5px 0;
    }

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    #team .card {
        border: none;
        background: #ffffff;
    }

    .image-flip:hover .backside,
    .image-flip.hover .backside {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        border-radius: .25rem;
    }

    .image-flip:hover .frontside,
    .image-flip.hover .frontside {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mainflip {
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
        position: relative;
    }

    .frontside {
        position: relative;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        z-index: 2;
        margin-bottom: 30px;
    }

    .backside {
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }

    .frontside,
    .backside {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 1s;
        -moz-transform-style: preserve-3d;
        -o-transition: 1s;
        -o-transform-style: preserve-3d;
        -ms-transition: 1s;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
    }

    .frontside .card,
    .backside .card {
        min-height: 312px;
    }

    .backside .card a {
        font-size: 18px;
        color: #007b5e !important;
    }

    .frontside .card .card-title,
    .backside .card .card-title {
        color: #007b5e !important;
    }

    .frontside .card .card-body img {
        width: 160px;
        height: 160px;
        padding-top: 10px;
        border-radius: 50%;
    }

    .cus_card {
        min-height: 250px;
    }*/

/* Card Flipper End */


/*Scroll Bar Start*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

-moz-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: gray;
}

-moz-scrollbar-track {
    background: gray;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e30613;
}

-moz-scrollbar-thumb {
    background: #e30613;
}

/* Handle on hover */
-webkit-scrollbar-thumb:hover {
    background: #ff0000;
}

-moz-scrollbar-thumb:hover {
    background: #ff0000;
}

/*Scroll Bar End*/


/*Back to Top Start*/
/*#back2Top {
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #0094ff;
    color: #e30613;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #e30613;
    color: #000;
}*/
/*Back to Top End*/


/*Inner Pages Styles Start*/
.inner_margin {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}

.inner_h {
    margin-bottom: 5px;
    font-weight: bold;
    color: #e30613;
    text-align: center;
}

.inner_heading_top_margin {
    margin-top: -10px;
    text-align: center;
}

.inner_main_heading {
    background-color: #e30613;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid;
    border-color: #c7020e;
    border-radius: 8px;
    padding: 10px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0 7px 10px #ea8282;
    margin-bottom: 20px;
    margin-top: -21px;
}

@media only screen and (max-width: 400px) {
    .inner_main_heading {
        width: auto;
        font-size: 11px;
        padding: 5px;
    }

    .inner_heading_top_margin {
        margin-top: -14px;
        text-align: center;
    }
}

.inner_main_img {
    width: 100%;
    max-height: 400px;
}

.inner_sub_img {
    border: 2px solid;
    border-color: #e30613;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.box_cus {
    box-shadow: 0 8px 12px #636161;
}

.tab-pane .box_cus:hover {
    box-shadow: 5px 12px 20px #636161;
}

/*Inner Pages Styles End*/

/*row section Start*/
.row_section {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px
}

    .row_section p {
        margin-bottom: 0px
    }

    .row_section cus_li {
        margin-bottom: 0px
    }

    .row_section ol, ul, dl {
        margin-bottom: 0px;
    }
/*row section End*/

/*ul ol Start*/



.cus_li {
    font-size: 16px;
    line-height: 25px;
}

/*.cus_li  ul {
    list-style: none;
}

.cus_li ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}*/

/*.cus_li ul {
        list-style: none;
        counter-reset: my-awesome-counter;
    }

        .cus_li ul li {
            counter-increment: my-awesome-counter;
        }

            .cus_li ul li::before {
                content: counter(my-awesome-counter) ". ";
                color: red;
                font-weight: bold;
            }*/
/*ul ol End*/

/* border Style Start*/
.table-bordered {
    border: 0px solid #ddd;
}

table.table-bordered {
    border: 0px solid #ddd;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
}

    table.table-bordered > thead > tr > th {
        border: 0px solid #ddd;
        border-bottom: 1px solid #000000;
        text-align: center;
    }

    table.table-bordered > tbody > tr > td {
        border: 0px solid #ddd;
        border-bottom: 1px solid #000000;
    }
/*border Style End*/

/*Image Gallery Start*/
.cus_img_gallary {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 8px 12px #636161;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.thumb {
    margin-bottom: 30px;
}

/* [1] The container */
.img-hover-zoom {
    height: auto; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    /*z-index: -99*/
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .5s ease;
        /*z-index: -99*/
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.5);
        /*z-index:-99*/
    }

.responsive_img_gallery {
    width: 255px;
    height: 170px;
}

@media only screen and (max-width: 400px) {
    .responsive_img_gallery {
        width: auto;
        height: 120px;
    }
}
/*Image Gallery End*/

/*Inner Menu Tab Start*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border: 1px solid;
    border-color: #c7020e;
    background-color: #e30613;
}

.nav-tabs > li > a {
    -moz-box-shadow: inset 0 12px 37px -21px #c7020e;
    -webkit-box-shadow: inset 0 12px 37px -21px #c7020e;
    box-shadow: inset 0 12px 37px -21px #c7020e;
}

.tab-content {
    color: #333333;
    background-color: #ececec;
    padding: 5px 15px;
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}
/* remove border radius for the tab */
#exTab1 .nav-pills > li > a {
    border-radius: 0;
}
/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    border: 1px solid;
    border-color: #c7020e;
    background-color: #e30613;
}

#exTab1 .tab-content {
    color: #333333;
    background-color: #ececec;
    padding: 5px 15px;
}

#exTab1 .nav-pills > li > a {
    /*-moz-box-shadow: inset 0 10px 20px -20px #000000;
        -webkit-box-shadow: inset 0 10px 20px -20px #000000;
        box-shadow: inset 0 10px 20px -20px #000000;*/
    -moz-box-shadow: inset 0 12px 37px -21px #c7020e;
    -webkit-box-shadow: inset 0 12px 37px -21px #c7020e;
    box-shadow: inset 0 12px 37px -21px #c7020e;
}

.card {
    background-color: #ffffff;
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.7);
    color: #232222;
    border-top: 4px solid;
    border-top-color: red;
    margin-bottom: 10px
}

.card_name {
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: bold;
}

.card .btn {
    width: 130px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

.card .overflow-auto {
    height: 135px;
}

    .card .overflow-auto .card_p {
        font-weight: bold;
        font-size: 14px;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

.card__image {
    height: 160px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 5px solid #c7020e;
    margin-top: 20px;
    box-shadow: 0 8px 17px #e08f94;
    align-items: center;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    font-size: 1.2em;
}


.card1 {
    position: relative;
    border-radius: 10px;
}

    .card1 .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f00;
        transition: 0.7s;
        z-index: 1;
    }

    .card1:nth-child(1) .icon {
        background: #e07768;
        text-align: center;
    }


    .card1 .face {
        width: 300px;
        height: 200px;
        transition: 0.5s;
    }

        .card1 .face.face1 {
            position: relative;
            background: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            transform: translateY(100px);
        }

    .card1:hover .face.face1 {
        background: #ff0057;
        transform: translateY(0px);
    }

    .card1 .face.face1 .content {
        opacity: 1;
        transition: 0.5s;
    }

    .card1:hover .face.face1 .content {
        opacity: 1;
    }

    .card1 .face.face1 .content i {
        max-width: 100px;
    }

    .card1 .face.face2 {
        position: relative;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0 20px 50px rgba(0,0,0,0.8);
        transform: translateY(-100px);
    }

    .card1:hover .face.face2 {
        transform: translateY(0);
    }


.card__image1 {
    height: 160px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 5px solid #c7020e;
    margin-top: 5px;
    box-shadow: 0 8px 17px #e08f94;
    align-items: center;
}
/*Inner Menu Tab End*/


/*btn start*/
.btn-danger {
    background-color: #e30613;
}
/*btn start*/


/*Admin Styles Start*/
.admin_row_color {
    background-color: black;
}

    .admin_row_color h3 {
        color: #e30613;
        font-weight: bold;
        margin-bottom: 0px;
    }

.admin_container_spacing {
    margin-top: 30px;
}
/*Admin Styles End*/
