/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  17. Shop Page
  18. Service Sidebar
  19. Extra
  20. Responsive Css

/* ------------------------
    General
------------------------*/

body {
    font-family: 'Livvic', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #454545;
    overflow-x: hidden;
    letter-spacing: 0.5px
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1f2632;
    font-family: 'Barlow Condensed', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2,
.h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3,
.h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6,
.h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 9;
    position: relative;
}

section {
    padding: 50px 0;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #02007D;
}

.text-hover {
    color: #1c2431;
}

.text-black {
    color: #1f2632;
}

.text-grey {
    color: #454545;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff;
}

.dark-bg {
    background-color: #0a1426;
}

.light-bg {
    background-color: #f5f8fd;
}

.theme-bg {
    background-color: #02007D;
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 750px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 100%;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    width: 100%;
}

.countdown > li {
    list-style-type: none;
    text-align: center;
}

.countdown > li span {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    color: #02007D;
}

.countdown > li p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media a {
    color: #ffffff;
}

.contact-media a:hover {
    color: #02007D;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #1f2632
}

.form-control {
    font-size: 14px;
    height: 50px;
    color: #454545;
    border: 1px solid #e9eaed;
    border-radius: 5px;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1c2431;
}

select.form-control {
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
    color: #454545;
}

.form-control::-moz-placeholder {
    color: #454545;
}

.form-control:-ms-input-placeholder {
    color: #454545;
}

.form-control:-moz-placeholder {
    color: #454545;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    width: 100%;
    font-size: 0.8rem;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    width: 100%;
    font-size: 0.8rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #1f2632 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.map {
    height: 400px;
    z-index: 999;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.video-btn .play-btn {
    width: 80px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.video-btn .play-btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #02007D;
    left: 0px;
    top: 0px;
    transform: scale(.6);
    transition: .5s ease;
    border-radius: 50%;
    opacity: 0;
}

.video-btn .play-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.video-btn .play-btn i {
    z-index: 1;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #02007D;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
    transform: translate3d(-50%, -50%, 0) scale(.75);
    color: #ffffff
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    display: flex;
    align-items: center;
}

.list-icon li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    background: #1c2431;
}

/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
    font-size: 1em;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

.ic-5x {
    font-size: 5em;
}

.ic-7x {
    font-size: 7em;
}

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
    border: none;
    overflow: hidden;
}

.product-link {
    padding: 20px 15px;
    opacity: 0;
    right: 0;
    top: 2rem;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.product-card:hover .product-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-link button {
    color: #1f2632;
    font-size: 20px;
    border: none;
    padding: 0.50rem 0.75rem;
    background: #ffffff;
    display: block;
}

.product-link button:hover {
    background: #02007D;
    color: #ffffff
}

.product-card .card-body {
    padding: 20px;
    position: relative;
    text-align: center;
    background: #fff
}

.product-title a {
    color: #1f2632;
    font-size: 18px;
    font-weight: 500
}

.product-title a:hover {
    color: #02007D;
}

.product-price {
    color: #02007D;
    font-weight: 600;
}

.product-price del {
    font-size: 0.9rem
}

.product-list.product-card {
    padding: 0;
}

.product-list.product-card .card-body {
    text-align: left;
}

.star-rating {
    color: #FDCC0D
}

.form-check-input:checked {
    background-color: #02007D;
    border-color: #02007D;
}

input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    color: #1f2632;
    vertical-align: middle;
}

.btn-product {
    background: none;
    color: #1f2632;
    border: 1px solid #e9eaed;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-filter a.active {
    color: #02007D;
}

.view-filter a {
    color: #1f2632;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.cart-table thead th {
    padding: 20px;
    vertical-align: middle;
    color: #1f2632;
    font-size: 20px;
    font-weight: 600;
}

.cart-table td {
    padding: 10px;
    color: #1f2632;
    vertical-align: middle;
}

/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
    margin-bottom: 15px
}

.sidebar-links li:last-child {
    margin-bottom: 0;
}

.sidebar-links li a {
    background-color: #ffffff;
    color: #1f2632;
    display: block;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid transparent;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
    color: #02007D;
    padding-left: 25px;
    border-left: 3px solid #02007D;
}

/* ------------------------
Extra
------------------------*/
.img-border {
    border: 10px solid #ffffff
}

.bg-effect:after {
    /*background: linear-gradient(217deg, rgb(247 115 51), rgb(247 115 51 / 0%) 70.71%),
      linear-gradient(127deg, rgb(247 115 51), rgb(1 1 125 / 80%) 70.71%),
      linear-gradient(336deg, rgb(247 115 51), rgb(247 115 51 / 2%) 70.71%);*/
    background: linear-gradient(217deg, rgb(1 1 125), rgb(247 115 51 / 0%) 70.71%), linear-gradient(127deg, rgb(1 1 125), rgb(247 115 51 / 52%) 70.71%), linear-gradient(338deg, rgb(1 1 125), rgb(247 115 51 / 52%) 70.71%);
    /*background: linear-gradient(110deg, #f77333 0%, rgb(17 14 7 / 0%) 40%), radial-gradient(farthest-corner at 10% 0%, #01017d 70%, #f77333 95%);*/
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 21rem 0px 8rem 0rem;
}

.bg-effect.right:after {
    left: inherit;
    right: 0
}

.shape-1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.shape-1.bottom {
    top: inherit;
    bottom: -1px
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 700px;
    height: 700px;
    border: 50px solid #dafeff;
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim.right {
    right: -10%;
    left: inherit;
}

.round-anim.center {
    left: 50%;
    margin-left: -350px
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }

}

@media (max-width:992px) {

    .bg-effect:after {
        border-radius: 9rem 0px 5rem 0rem;
    }

    .res-p0 {
        padding: 0px;
    }

    h1,
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2,
    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .custom-mt-0 {
        margin-top: 0 !important
    }

    /*Header*/
    #header-wrap {
        padding: 10px 0;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #454545
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #454545;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.show {
        background: #02007D;
        color: #ffffff
    }

    .navbar-collapse {
        background: #ffffff;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #02007D;
    }

    .navbar-nav .dropdown-toggle::after {
        content: '+';
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        right: 10px;
        margin: -0.5em 0.5em 0 0;
        border-radius: .25rem;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown > .dropdown-toggle.show::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .navbar {
        padding: 0;
    }

    /*Banner*/
    .fullscreen-banner {
        min-height: inherit;
        height: auto !important;
    }

    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        padding: 150px 0 150px !important
    }

    /*Side Image*/
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown > li p {
        font-size: 18px;
    }

}

@media (max-width:767px) {

    h1,
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2,
    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    /*Header*/
    .logo img {
        max-height: 100%;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown > li p {
        font-size: 16px;
    }

}

@media (max-width:576px) {

    .bg-effect:after {
        border-radius: 9rem 0px 5rem 0rem;
    }

    .res-p0 {
        padding: 0px;
    }

    h1,
    h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2,
    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .logo img {
        max-height: 100%;
    }

    /*Banner*/
    .fullscreen-banner p br,
    .section-title br {
        display: none;
    }

    .breadcrumb-item {
        line-height: 30px;
    }

    /*Banner*/
    .tab .nav-tabs .nav-link {
        display: block;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

}

.text-justify {
    text-align: justify !important;
}

.p-25 {
    padding: 2.5rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.slider-bg {
    display: block;
    width: 100%;
    height: 700px;
}


/*Periodic Table*/
.periodic {
    position: relative;
    height: 200px;
    margin-right: -1px;
    text-shadow: none;
}

.periodic-row {
    clear: both;
    height: 12%;
}

.cell {
    float: left;
    position: relative;
    width: 5.55%;
    height: 100%;
}

.element {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1px;
    right: 1px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: default;
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: rgb(0 171 171);
}

.cell:hover .element {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    transform: scale(3, 3);
    z-index: 1;
    background-color: rgba(0, 128, 128, 0.9);
}

.at_num,
.at_details {
    position: absolute;
    font-size: 4px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
}

.at_num {
    top: 4px;
    right: 5px;
}

.symbol {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-top: -4px;
    font-size: 9px;
    line-height: 1;
    height: 9px;
    color: rgba(255, 255, 255, 0.9);
}

.at_details {
    bottom: 4px;
    left: 0px;
    right: 0px;
}

.cell:nth-child(-n+2) .element,
.cell:nth-child(n+13) .element {
    background-color: rgb(0 119 97);
}

.cell:nth-child(1) .element,
.periodic-row:nth-child(2) .cell:nth-child(n+14) .element,
.periodic-row:nth-child(3) .cell:nth-child(n+15) .element,
.periodic-row:nth-child(4) .cell:nth-child(n+16) .element,
.periodic-row:nth-child(5) .cell:nth-child(n+17) .element {
    background-color: rgb(0 192 64);
}

.periodic-row:nth-child(-n+6) .cell:nth-child(18) .element {
    background-color: rgb(40 121 0);
}

.periodic-row:nth-child(n+9) .element {
    background-color: rgb(0 96 160);
}

.cell:nth-child(-n+2):hover .element,
.cell:nth-child(n+13):hover .element {
    background-color: rgba(0, 160, 96, 0.9);
}

.cell:nth-child(1):hover .element,
.periodic-row:nth-child(2) .cell:nth-child(n+14):hover .element,
.periodic-row:nth-child(3) .cell:nth-child(n+15):hover .element,
.periodic-row:nth-child(4) .cell:nth-child(n+16):hover .element,
.periodic-row:nth-child(5) .cell:nth-child(n+17):hover .element {
    background-color: rgba(0, 192, 64, 0.9);
}

.periodic-row:nth-child(-n+6) .cell:nth-child(18):hover .element {
    background-color: rgba(64, 192, 0, 0.9);
}

.periodic-row:nth-child(n+9) .cell:hover .element {
    background-color: rgba(0, 96, 160, 0.9);
}

.cell:nth-child(1) .element {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.cell:nth-child(18) .element {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.periodic-row:nth-child(10) .cell .element {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.periodic-row:nth-child(1) .cell:nth-child(1) .element {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.periodic-row:nth-child(1) .cell:nth-child(18) .element {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.periodic-row:nth-child(10) .cell:nth-child(18) .element {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

@media (min-width: 600px) {

    .element {
        right: 2px;
        bottom: 2px;
    }

    .at_num,
    .at_details {
        font-size: 4px;
        opacity: 1;
    }

    .symbol {
        margin-top: -17px;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        color: rgba(255, 255, 255, 0.75);
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 800px) {
    .periodic {
        height: 500px;
    }

    .symbol {
        font-size: 20px;
    }
}

@media (min-width: 992px) {

    .at_num,
    .at_details {
        font-size: 5px;
    }

    .symbol {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .periodic {
        height: 500px;
    }

    .at_num,
    .at_details {
        font-size: 6px;
    }

    .symbol {
        font-size: 23px;
    }
}

.ftr-bg {
    background-image: url("../images/bg/ftr-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.dis-flex {
    display: flex;
}

.top-bar p {
    line-height: 1.7;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 5px 0px;
}

.top-bar-link {
    color: #fff !important;
    transition: 0.5s;
}

.top-bar-link:hover {
    color: #000 !important;
}

.new-bg {
    background: #f55406d1;
}

.clr-white {
    color: #fff !important;
}

.height-600 {
    height: 600px !important;
}

.new-style img {
    box-shadow: 0px 20px 30px -20px #000;
    margin-bottom: 20px;
}

.new-style::before {
    background: red;
    padding: 10px;
}

.cource-bg {
    background: linear-gradient(217deg, rgb(1 1 125), rgb(247 115 51 / 0%) 70.71%),
        linear-gradient(127deg, rgb(1 1 125), rgb(247 115 51 / 85%) 70.71%),
        linear-gradient(336deg, rgb(1 1 125), rgb(247 115 51 / 2%) 70.71%);
}

.text-white {
    color: #fff !important;
}

#profile-container {
    display: flex;
    justify-content: space-between;
}

#profile-container figure {
    display: inline-block;
}

#profile-container figure div {
    border-radius: 50%;
    overflow: hidden;
    background-blend-mode: luminosity;
    border: 4px solid #fff;
    width: 14rem;
    height: 14rem;
    transition: .4s;
    will-change: background-color;
}

#profile-container figure div:hover {
    border: 4px solid #F77333;
    background-color: transparent;
}

#profile-container figcaption {
    margin-top: 1rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.class {
    background: url(../images/class.jpg) no-repeat center hsl(0deg 0% 0% / 75%);
    background-size: cover;
}

.teaching {
    background: url(../images/teaching.jpg) no-repeat center hsl(0deg 0% 0% / 75%);
    background-size: cover;
}

.result {
    background: url(../images/result.jpg) no-repeat center hsl(0deg 0% 0% / 75%);
    background-size: cover;
}

.reasons {
    background: url(../images/reasons.jpg) no-repeat center hsl(0deg 0% 0% / 75%);
    background-size: cover;
}

.mx-auto {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-title2 {
    margin-bottom: 20px;
    position: relative;
}


.atom-models {
    padding: 10px 5px;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -6px #000;
    background: linear-gradient(0deg, #01017d -30px, #ffffff);
}

.atom-models p {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #fff;
}

.atom-models h4 {
    font-size: 22px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.dark-bg2 {
    background: #0a1426;
}

.p-31 {
    padding: 31px;
}

.mb-20 {
    margin-bottom: 20px;
}


.address {
    position: relative;
    display: block !important;
    padding-left: 5px !important;
}

.adda1 {
    padding-left: 38px;
    position: relative;
    display: block;
}

.adda2 {
    padding-left: 63px;
    position: relative;
    display: block;
}


.list-unstyled p {
    padding-left: 10px;
}

.list-unstyled li a {
    line-height: 1.7;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.list-unstyled2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-unstyled2 ul li {
    list-style: none;
}

.list-unstyled2 li a {
    line-height: 1.7;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.list-unstyled2 li a:hover {
    color: #F77333;
}

.newclrs {
    color: #F77333;
}

.primary-footer {
    background: #b9b9b92e
}

.copyright {
    color: #000;
    font-weight: 400;
}

.new-p {
    padding: 2.5rem 2.5rem 1rem 2.5rem;
}

.blogshad {
    box-shadow: 0px 10px 10px -6px #000;
    padding: 0px 20px 20px 20px;
    border-radius: 5px;
}

.boxshad {
    box-shadow: 0px 10px 10px -6px #000;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.boxshad p {
    margin: 0px;
    padding-bottom: 10px;
}
.boxshad h3 {color: #02007D;}
.boxshad h3:after {    
    content: '';
    color: #02007d;
    margin-bottom: 10px;
    border-bottom: 2px solid #f77333;
    width: 20%;
    display: block;
}

.features img{border-radius: 50%;border: 3px solid #fff; height: 150px;}
.features:hover img{border-radius: 50%;border: 3px solid #F77333;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
    color: #000000;
    float: right;    
    font-size: 28px;
    font-weight: bold; 
    position: relative;
    left: 98%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.address span{
    font-size: 17px;
    font-weight: 600;
}

.form-control::-webkit-file-upload-button {
    padding: 0.875rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-a-1{
    width:100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -34px;
}
.rationale{
    width:100%;
    float: left;
    background: #fff;
}
.pt-a{
    padding: 0px 20px;
}
.font-weight-bold{
    font-weight: 600;
}
.font-weight-bold1{
    font-weight: 600;
    text-align: end;
}
.width{
    width: 130px;
}
.mark-line{
    text-align: center;
    line-height: 20px;
    font-weight: 600;
}
.p-md-5 {
    padding: 1.5rem !important;
}