
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');



/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/


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

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a, button, input {
    outline: none;
}

ol, ul {
    padding: 0;
    margin: 0;
}

b, strong {
    font-weight: 600;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
}

*::-moz-selection {
    background: #1f6306;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1f6306;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1f6306;
    color: #fff;
    text-shadow: none;
}

textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

button, input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

.rs-layer input[type="email"] {
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}

button:focus {
    box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-font-color) !important;
}

menu, ol, ul {
    margin: 0px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'Poppins', sans-serif;
    --base-bodyfont-Size: 15px;
    --base-bodyfont-color: #888888;
    --base-skin: #ffcd1e;
    --base-dark: #1f6306;
    --base-darkblack: #000000;
    --base-grey: #f7f7f7;
    --base-white: #ffffff;
    --base-headingfont: 'Poppins', sans-serif;
    --base-headingfontone: 'SamarkanNormal';
    --base-headingfont-color: #0e2207;
}

/** Typo Colors **/
.border-color: {
    color: #ece9e0;
}

.bodyfont-color {
    color: var(--base-bodyfont-color);
}

.headingfont-color {
    color: var(--base-headingfont-color);
}

/** Background Colors **/
.bg-base-skin {
    background-color: var(--base-skin);
}

.bg-base-dark {
    background-color: var(--base-dark);
}

.bg-base-darkblack {
    background-color: var(--base-darkblack);
}

.bg-base-grey {
    background-color: var(--base-grey);
}

.bg-base-white {
    background-color: var(--base-white);
}

/** Text Colors **/
.text-base-skin {
    color: var(--base-skin);
}

.text-base-dark {
    color: var(--base-dark);
}

.text-base-grey {
    color: var(--base-grey);
}

.text-base-white {
    color: var(--base-white);
}

/** Bg-layer Colors **/
.bg-base-skin > .prt-bg-layer {
    background-color: var(--base-skin);
}

.bg-base-dark > .prt-bg-layer {
    background-color: var(--base-dark);
}

.bg-base-darkblack > .prt-bg-layer {
    background-color: var(--base-darkblack);
}

.bg-base-grey > .prt-bg-layer {
    background-color: var(--base-grey);
}

.bg-base-white > .prt-bg-layer {
    background-color: var(--base-white);
}

.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-skin);
}

.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-dark);
}

.bg-base-darkblack > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-darkblack);
}

.bg-base-grey > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-grey);
}

.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-white);
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1, .bg-base-dark h2, .bg-base-dark h3,
.bg-base-dark h4, .bg-base-dark h5, .bg-base-dark h6,
.bg-base-darkblack h1, .bg-base-darkblack h2, .bg-base-darkblack h3,
.bg-base-darkblack h4, .bg-base-darkblack h5, .bg-base-darkblack h6,
.bg-base-skin h1, .bg-base-skin h2, .bg-base-skin h3,
.bg-base-skin h4, .bg-base-skin h5, .bg-base-skin h6 {
    color: var(--base-white);
}

.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
    color: var(--base-skin);
}

.bg-base-dark .section-title h3 {
    color: #fff;
}

    .bg-base-dark .section-title h3:before,
    .bg-base-dark .section-title h3:after {
        color: #fff;
    }

.bg-base-dark, .bg-base-skin {
    color: rgba(255,255,255,.50);
}

    .bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
        color: rgba(255,255,255,.950);
    }

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 28px;
    color: var(--base-bodyfont-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--base-headingfont);
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--base-headingfont-color);
}

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

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

h3 {
    font-size: 18px;
    line-height: 28px;
}

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

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

.container-fluid {
    padding: 0 15px;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:not(.g-0) > [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

a {
    color: var(--base-headingfont-color);
}

    a:hover {
        color: var(--base-dark);
    }

a, img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 25px;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 24px;
}

.fs-17 {
    font-size: 17px !important;
    line-height: 28px;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 26px;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 26px;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 35px;
}

.lh-base {
    line-height: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10)
}

.box-shadow_1 {
    box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08);
}

.border-rad_5 {
    border-radius: 5px;
}

.border-rad_10 {
    border-radius: 10px;
}

.border-rad_20 {
    border-radius: 20px;
}

.border-rad_30 {
    border-radius: 30px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.z-index_1 {
    z-index: -1;
}

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

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-9 {
    z-index: 9;
}

.underline {
    position: relative;
}

    .underline:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background-color: var(--base-white) !important;
        top: unset;
        bottom: 0px;
        left: 0;
        transition: all 0.1s ease 0s;
        clip-path: unset;
    }

    .underline:hover:before {
        background-color: var(--base-skin);
        transition: all 0.5s ease-in-out;
        background-size: 0 3px, 100% 3px;
    }

.prt-btn-color-whitecolor.underline:before {
    background-color: var(--base-white) !important;
}

.prt-btn-color-whitecolor:hover.underline:before {
    background-color: var(--base-white) !important;
}

.prt-btn-color-darkcolor.underline:before {
    background-color: var(--base-dark) !important;
}

.prt-btn-color-darkcolor:hover.underline:before {
    background-color: var(--base-skin) !important;
}

.border_1 {
    border: 2px dashed #e7e7e7;
}

.border-rounded {
    border-radius: 50%;
}

.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
    padding: 40px 40px 45px;
}

.spacing-2 {
    padding: 96px 15px 68px 100px;
}

.spacing-3 {
    margin-top: -50px;
}

.spacing-4 {
    padding: 260px 0 100px;
}

.spacing-5 {
    margin-top: -175px;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-23 {
    padding-top: 23px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/** Margin **/
.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt_5 {
    margin-top: -5px !important;
}

.mt_10 {
    margin-top: -10px !important;
}

.mt_15 {
    margin-top: -15px !important;
}

.mt_20 {
    margin-top: -20px !important;
}

.mt_25 {
    margin-top: -25px !important;
}

.mt_30 {
    margin-top: -30px !important;
}

.mt_35 {
    margin-top: -35px !important;
}

.mt_40 {
    margin-top: -40px !important;
}

.mt_50 {
    margin-top: -50px !important;
}

.mt_55 {
    margin-top: -55px !important;
}

.mt_60 {
    margin-top: -60px !important;
}

.mt_65 {
    margin-top: -65px !important;
}

.mt_70 {
    margin-top: -70px !important;
}

.mt_75 {
    margin-top: -75px !important;
}

.mt_80 {
    margin-top: -80px !important;
}

.mt_90 {
    margin-top: -90px !important;
}

.mt_100 {
    margin-top: -100px !important;
}

.mt_105 {
    margin-top: -105px !important;
}

.mt_110 {
    margin-top: -110px !important;
}

.mt_120 {
    margin-top: -120px !important;
}

.mt_135 {
    margin-top: -135px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

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

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

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

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

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb_5 {
    margin-bottom: -5px !important;
}

.mb_10 {
    margin-bottom: -10px !important;
}

.mb_12 {
    margin-bottom: -12px !important;
}

.mb_15 {
    margin-bottom: -15px !important;
}

.mb_20 {
    margin-bottom: -20px !important;
}

.mb_25 {
    margin-bottom: -25px !important;
}

.mb_30 {
    margin-bottom: -30px !important;
}

.mb_35 {
    margin-bottom: -35px !important;
}

.mb_40 {
    margin-bottom: -40px !important;
}

.mb_45 {
    margin-bottom: -45px !important;
}

.mb_50 {
    margin-bottom: -50px !important;
}

.mb_55 {
    margin-bottom: -55px !important;
}

.mb_60 {
    margin-bottom: -60px !important;
}

.mb_70 {
    margin-bottom: -70px !important;
}

.mb_80 {
    margin-bottom: -80px !important;
}

.mb_90 {
    margin-bottom: -90px !important;
}

.mb_100 {
    margin-bottom: -100px !important;
}

.mb_145 {
    margin-bottom: -145px !important;
}

.mb_300 {
    margin-bottom: -300px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.ml-160 {
    margin-left: 160px !important;
}

.ml-170 {
    margin-left: 170px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.ml-190 {
    margin-left: 190px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.ml_10 {
    margin-left: -10px !important;
}

.ml_15 {
    margin-left: -15px !important;
}

.ml_20 {
    margin-left: -20px !important;
}

.ml_25 {
    margin-left: -25px !important;
}

.ml_30 {
    margin-left: -30px !important;
}

.ml_35 {
    margin-left: -35px !important;
}

.ml_40 {
    margin-left: -40px !important;
}

.ml_50 {
    margin-left: -50px !important;
}

.ml_60 {
    margin-left: -60px !important;
}

.ml_70 {
    margin-left: -70px !important;
}

.ml_80 {
    margin-left: -80px !important;
}

.ml_90 {
    margin-left: -90px !important;
}

.ml_100 {
    margin-left: -100px !important;
}

.ml_110 {
    margin-left: -110px !important;
}

.ml_120 {
    margin-left: -120px !important;
}

.ml_130 {
    margin-left: -130px !important;
}

.ml_140 {
    margin-left: -140px !important;
}

.ml_150 {
    margin-left: -150px !important;
}

.ml_160 {
    margin-left: -160px !important;
}

.ml_180 {
    margin-left: -180px !important;
}

.ml_200 {
    margin-left: -200px !important;
}

.ml_210 {
    margin-left: -210px !important;
}

.ml_220 {
    margin-left: -220px !important;
}

.ml_240 {
    margin-left: -240px !important;
}

.ml_260 {
    margin-left: -260px !important;
}

.ml_280 {
    margin-left: -280px !important;
}

.ml_300 {
    margin-left: -300px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.mr-170 {
    margin-right: 170px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.mr-190 {
    margin-right: 190px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

.mr_10 {
    margin-right: -10px !important;
}

.mr_15 {
    margin-right: -15px !important;
}

.mr_20 {
    margin-right: -20px !important;
}

.mr_25 {
    margin-right: -25px !important;
}

.mr_30 {
    margin-right: -30px !important;
}

.mr_35 {
    margin-right: -35px !important;
}

.mr_40 {
    margin-right: -40px !important;
}

.mr_50 {
    margin-right: -50px !important;
}

.mr_60 {
    margin-right: -60px !important;
}

.mr_70 {
    margin-right: -70px !important;
}

.mr_80 {
    margin-right: -80px !important;
}

.mr_90 {
    margin-right: -90px !important;
}

.mr_100 {
    margin-right: -100px !important;
}

.mr_130 {
    margin-right: -130px !important;
}

.mr_140 {
    margin-right: -140px !important;
}

.mr_150 {
    margin-right: -150px !important;
}

.mr_160 {
    margin-right: -160px !important;
}

.mr_180 {
    margin-right: -180px !important;
}

.mr_200 {
    margin-right: -200px !important;
}

.mr_210 {
    margin-right: -210px !important;
}

.mr_220 {
    margin-right: -220px !important;
}

.mr_240 {
    margin-right: -240px !important;
}

.mr_260 {
    margin-right: -260px !important;
}

.mr_280 {
    margin-right: -280px !important;
}

.mr_300 {
    margin-right: -300px !important;
}


/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

    .loader-blob,
    .loader-blob:before,
    .loader-blob:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
    }

        .loader-blob:before,
        .loader-blob:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

.loader-blob {
    animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob;
}

@keyframes loader-blob {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes loader-blob {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }

    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes loader-blob {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes loader-blob {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}

.social-icons li {
    margin: 0 2px;
}

    .prt-header-style-02 .social-icons li:last-child,
    .social-icons li:last-child {
        margin-right: 0px;
    }

    .social-icons li a {
        display: block;
        min-width: 26px;
        text-align: center;
    }

.social-icons.circle li > a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
/*style1*/
ul.social-icons.style1 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    z-index: 0;
    position: relative;
}

    ul.social-icons.style1 li {
        display: inline-block;
        flex: 1;
        margin: 0;
        padding: 0;
    }

        ul.social-icons.style1 li a {
            font-size: 17px;
            position: relative;
            text-transform: capitalize;
            transition: opacity .35s ease-in-out;
            height: 70px;
            line-height: 58px;
            width: 100%;
            border-radius: inherit;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            border: 0;
            color: #fff;
            text-align: center;
        }

        ul.social-icons.style1 li i {
            font-size: 20px;
        }

        ul.social-icons.style1 li:nth-child(1) a {
            background-color: #4583bc;
            border: 8px solid #4583bc;
        }

        ul.social-icons.style1 li:nth-child(2) a {
            background-color: #2cbfd9;
            border: 8px solid #2cbfd9;
        }

        ul.social-icons.style1 li:nth-child(3) a {
            background-color: #ED1384;
            border: 8px solid #ED1384;
        }

        ul.social-icons.style1 li:nth-child(4) a {
            background-color: #0b84b3;
            border: 8px solid #0b84b3;
        }

        ul.social-icons.style1 li:hover:nth-child(1) a,
        ul.social-icons.style1 li:hover:nth-child(2) a,
        ul.social-icons.style1 li:hover:nth-child(3) a,
        ul.social-icons.style1 li:hover:nth-child(4) a {
            border: 8px solid rgba(0, 0, 0, 0.20);
            color: #fff !important;
        }
/*style2*/
ul.social-icons.style2 li a {
    display: block;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 0;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease 0s;
}

    ul.social-icons.style2 li a:hover {
        background-color: var(--base-skin);
        color: #fff;
        border: 1px solid #fff;
    }

    ul.social-icons.style2 li a:after,
    ul.social-icons.style2 li a:before {
        display: none;
    }

/*style3*/
ul.social-icons.style3 li {
    margin: 5px 2px;
}

    ul.social-icons.style3 li a {
        text-transform: uppercase;
        color: var(--base-headingfont-color);
        font-weight: 600;
        font-size: 14px;
        padding: 2px 15px;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        background-color: var(--base-white);
    }

        ul.social-icons.style3 li a:hover {
            background-color: var(--base-skin);
            border: 1px solid var(--base-skin);
            color: var(--base-white);
        }

h3.social-icons-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
    margin-bottom: 10px;
}

/* TooltipTop */
.tooltip-top {
    position: relative;
}

.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}

.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before,
[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-bottom:after {
    bottom: -100%;
}

.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}

.tooltip-bottom:before {
    bottom: -7px;
}

.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before,
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after,
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}

.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before,
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
    border: 0;
    outline: 0;
    padding: 0 15px;
}

.slick_slider.no-gutters .slick-slide {
    padding: 0;
}

.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}

.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
    background-color: rgba(255,255,255,.3);
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}


.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}

.slick_slider .slick-next {
    right: 0;
}

    .slick_slider .slick-prev:before, .slick_slider .slick-next:before {
        font-family: 'themify';
        font-size: 10px;
        line-height: 1;
        color: #000;
        opacity: 1;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick_slider .slick-prev:before {
    content: "\e64a";
}

.slick_slider .slick-next:before {
    content: "\e649";
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* style1 */
.slick_slider.slick-arrow-style1 .slick-arrow {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 1;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.slick_slider.slick-arrow-style1 .slick-next {
    left: -10px;
    top: 50%;
}

.slick_slider.slick-arrow-style1 .slick-prev {
    right: -10px;
    top: 50%;
}

    .slick_slider.slick-arrow-style1 .slick-prev:before,
    .slick_slider.slick-arrow-style1 .slick-next:before {
        font-size: 14px;
    }

    .slick_slider.slick-arrow-style1 .slick-prev:before {
        content: '\e826';
        font-family: 'fontello';
    }

.slick_slider.slick-arrow-style1 .slick-next:before {
    content: '\e834';
    font-family: 'fontello';
}

.slick-prev.slick-arrow-style1,
.slick-next.slick-arrow-style1 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick_slider.slick-arrow-style1 .slick-next:hover:before,
.slick_slider.slick-arrow-style1 .slick-prev:hover:before {
    color: var(--base-white);
}

.slick_slider.slick-arrow-style1 .slick-next:hover,
.slick_slider.slick-arrow-style1 .slick-prev:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}

/*slick-arrow-style2*/


.slick_slider_center.slick-arrow-style2 .slick-prev:before,
.slick_slider_center.slick-arrow-style2 .slick-next:before {
    font-family: 'themify';
    font-size: 10px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_slider_center.slick-arrow-style2 .slick-prev:before {
    content: "\e64a";
}

.slick_slider_center.slick-arrow-style2 .slick-next:before {
    content: "\e649";
}

.slick_slider_center.slick-arrow-style2 .slick-arrow {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    z-index: 1;
    color: inherit;
    background-color: transparent;
    border: 2px solid #fff;
}

.slick_slider_center .slick-prev:hover:before,
.slick_slider_center .slick-next:hover:before {
    color: var(--base-white);
}

.slick_slider_center.slick-arrow-style2 .slick-next {
    left: 48.6%;
    top: 545px;
}

.slick_slider_center.slick-arrow-style2 .slick-prev {
    left: 50.3%;
    top: 545px;
}
/*slick-dots
*/

.slick_slider.slick-dots-style1 ul.slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .slick_slider.slick-dots-style1 ul.slick-dots li {
        display: inline-block;
        list-style: none;
        line-height: 0;
    }

        .slick_slider.slick-dots-style1 ul.slick-dots li button {
            height: 10px;
            width: 10px;
            border: 0;
            font-size: 0;
            padding: 0;
            border-radius: 50%;
            position: relative;
            margin: 0px 10px 0 0;
            background-color: rgba(255, 255, 255, 0.32);
        }

.slick_slider.slick-dots-style1 ul.slick-dots {
    margin-top: 13px;
}

    .slick_slider.slick-dots-style1 ul.slick-dots li.slick-active button {
        background-color: #fff;
    }

/*----------------------NewTopBar Start------------------*/

.top-header {
    background-color: #292827;
    background-image: url(../images/top-header.svg);
    padding: 2px 0px;
}

.topmenu-ul {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    float: right;
}

    .topmenu-ul li {
        list-style-type: none;
        font-size: 14px;
        text-align: right;
        display: inline-block !important;
        padding: 3px 0px 4px 0px;
        margin-top: 0px;
    }

        .topmenu-ul li a {
            color: #000000;
            font-size: 14px;
            font-weight: 600;
            padding: 1px 6px !important;
            /* background-color: #000; */
        }

        .topmenu-ul li:nth-child(6) p {
            padding: 8px !important;
            cursor: pointer;
            margin: 0px;
            display: inline-block;
            position: relative;
            top: 3px;
        }

            .topmenu-ul li:nth-child(6) p.high-contrast.dark strong {
                display: none;
            }

        .topmenu-ul li:nth-child(5) p.high-contrast.light strong {
            display: none;
        }

        .topmenu-ul li:nth-child(5) p {
            padding: 8px !important;
            cursor: pointer;
            margin: 0px;
            display: inline-block;
            position: relative;
            top: 3px;
        }

.lang-size {
    border: 1px solid #ffffff;
    color: #fff !important;
    padding: 0px 3px;
    font-size: 14px !important;
    cursor: pointer;
    margin-bottom: 0px;
    background-color: #158a00;
}

.digital-clock {
    color: #000;
    /*padding-top:4px; 
    padding-left:0px;*/
    display: flex;
    align-items: center;
}

    .digital-clock em {
        /*float:left;*/
        padding-right: 7px;
        /*padding-top:2px;*/
        font-size: 14px;
    }

#digital-clock {
    font-size: 14px;
    font-weight: 500;
}

.high-contrast.light {
    background-image: url('../images/ico-themes-light.png');
    /*background: url(../images/ico-themes-light.png) 50% 50% no-repeat;*/
}

.high-contrast.dark {
    background-image: url('../images/ico-themes (1).png');
    /*background: url(../images/ico-themes.png) 50% 50% no-repeat;*/
}

.lang {
    box-shadow: none;
    border: 1px solid #fff;
    padding: 2px 4px;
    margin: 0;
    border-radius: 0;
    font-weight: normal;
    margin-left: 7px;
    color: #fff !IMPORTANT;
    line-height: normal;
    margin-top: -2px !IMPORTANT;
    background-color: #158a00;
}

.pdf-details {
    display: block;
}

    .pdf-details strong {
        color: #00902d;
    }

.pdf-specification {
    display: block;
    color: #000000;
}

    .pdf-specification strong {
        color: #000000;
    }

.web-infomgr {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    padding-bottom: 15px;
}
/*----------------------NewTopBar end------------------*/

/*--------------upLeader Start---------------------*/
.bg-blue {
    background-color: #234cab;
}

.bg-orange-dark {
    background-color: #c55900;
}

.bg-light-green {
    background-color: #069356;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 4px 15px 0px 15px;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-orange {
    color: #fff;
    background-color: #299800;
    border-color: #fff;
}

    .btn-orange:hover {
        color: #fff;
    }

.rts-social-style-one ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .rts-social-style-one ul li {
        margin-right: 0px;
    }

        .rts-social-style-one ul li a {
            display: block;
            padding: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }

            .rts-social-style-one ul li a i {
                font-size: 16px;
            }

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #198754;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    /* border: 3px solid #eee; */
    z-index: 999999;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

    #myBtn i {
        color: #fff;
        font-size: 18px;
    }

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 40%;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.up-leader-bg {
    background-color: #fcf4eb;
    padding-top: 60px;
}

.up-leader {
    background: url(../images/bg-abtus.jpg);
    background-attachment: fixed;
    padding: 30px 0px 0px;
    background-size: cover;
}

    .up-leader .thumbnail {
        /*background-color: #ff9c24;*/
        background-image: url('../images/leader/l-bg.jpg');
        /*background-attachment: fixed;*/
        background-size: cover;
        background: linear-gradient(to bottom, #ffb600 0%, #990505 100%);
        border: 1px solid #ded18b;
        box-shadow: 1px 2px 8px 4px #cecece;
        padding: 10px 3px 5px;
        min-height: 245px;
        text-align: center;
        width: 240px;
    }

        .up-leader .thumbnail img {
            border-radius: 50%;
            height: 86px;
            width: 86px;
            border: 4px solid #fffefd;
            margin-top: -42px;
        }

        .up-leader .thumbnail .caption h3 {
            font-size: 1.2em;
            text-align: center;
            margin: 0;
            color: #fff;
            font-weight: 500;
        }

        .up-leader .thumbnail .caption {
            padding: 5px;
            margin-top: 20px;
        }

            .up-leader .thumbnail .caption p {
                color: #fff786;
                font-size: .9em;
                text-align: center;
                margin: 3px 0px 0px;
            }

    .up-leader h2 {
        text-align: center;
        font-size: 35px;
        color: #864e00;
        margin: 0px;
        margin-top: 20px;
        font-weight: 600;
    }

        .up-leader h2:after {
            content: "";
            display: block;
            background: url(../images/leader/line-icon1.png) no-repeat;
            height: 30px;
            margin: 15px 33%;
        }

    .up-leader h4 {
        font-size: 1.7em;
        color: #ff6c00;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
        text-align: center;
    }

    .up-leader p {
        font-size: 1.2em;
        color: #6b6b6b;
        margin-bottom: 15px;
        text-align: center;
    }
/*----------------------upLeader end----------------------*/
/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: #eef4ed;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px;
}

.top_bar_contact_item.text-center {
    font-size: 14px;
    line-height: 23px;
    color: #FF9800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 0px 0px;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
    line-height: 6px;
}

    .top_bar_icon i {
        font-size: 18px;
        line-height: 6px;
        color: var(--base-skin);
    }

.top_bar .top_bar_contact_item a {
    color: var(--base-white);
    padding-left: 6px;
}

    .top_bar .top_bar_contact_item a:hover {
        color: var(--base-skin);
    }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
    display: flex;
}

    .site-branding h1 {
        margin-bottom: 0;
        line-height: 0;
    }

    .site-branding #logo-img {
        z-index: 1;
        position: relative;
        padding: 4px 0px;
        width: 300px;
    }

.logo {
    position: relative;
    left: 0;
    top: 0;
    padding: 6px 6px 6px 46px;
    display: flex;
    flex-wrap: wrap;
}

.logo-colm {
    width: 100px;
    padding: 0 10px 0 0;
}

.deptlogo img, .logo img {
    position: relative;
    z-index: 5;
    max-width: 100%;
}

.logoname {
    padding: 8px 0 0 4px;
}

    .logoname .hindi-name {
        color: #303030;
        font-family: 'Tiro Devanagari Sanskrit', serif;
        margin-bottom: 0;
        font-size: 23px;
        line-height: normal;
        font-weight: 600;
    }

    .logoname .eng-name {
        font-size: 23px;
        font-weight: 900;
        margin-bottom: 2px;
        color: #ff6c00;
    }
/* header_extra */

.header_extra {
    position: relative;
}

    .header_extra .contact_item.with-icon span {
        display: flex;
        align-items: center;
        padding-left: 15px;
        margin-left: 15px;
        position: relative;
    }

        .header_extra .contact_item.with-icon span:before {
            content: '';
            position: absolute;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #dedede;
        }

    .header_extra .contact_item.with-icon a {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
    }

    .header_extra .contact_item.with-icon i {
        color: #06e158;
        font-size: 20px;
        line-height: 20px;
    }

    .header_extra .contact_item-link a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .header_extra ul.social-icons {
        margin-left: 22px;
    }

        .header_extra ul.social-icons li a {
            font-size: 13px;
            line-height: 32px;
            font-weight: 500;
            width: 32px;
            height: 32px;
            border: 1px solid #dddddd;
            background-color: transparent;
            border-radius: 5px;
            text-align: center;
        }

            .header_extra ul.social-icons li a:hover {
                background-color: var(--base-dark);
                border: 1px solid var(--base-dark);
                color: var(--base-white);
            }


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
}

nav.main-menu ul {
    position: relative;
    margin: 0;
}

#site-header-menu .site-navigation ul.menu > li > a {
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
}

    #site-header-menu .site-navigation ul.menu > li > a:before,
    #site-header-menu .site-navigation ul.menu > li.active > a:before {
        content: "";
        width: 0%;
        height: 1px;
        background-color: var(--base-dark);
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 52px;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

#site-header-menu .site-navigation ul.menu > li:hover > a:before,
#site-header-menu .site-navigation ul.menu > li.active > a:before {
    width: 100%;
    opacity: 1;
}

#site-header-menu .site-navigation ul.menu {
    display: flex;
}

/* banner_slider */
.banner_slider.slick-slider .slick-prev, .banner_slider.slick-slider .slick-next {
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 3px;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 1;
    margin: 0 20px;
    background: rgba(34, 54, 69, 0.5);
    border-radius: 50%;
}

.banner_slider.slick-slider .slick-next {
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 3px;
}

.banner_slider.slick-slider:hover .slick-prev, .banner_slider.slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.banner_slider.slick-slider .slick-prev:hover, .banner_slider.slick-slider .slick-next:hover {
    background: #000;
}

.banner_slider.slick-slider .slick-prev:before, .banner_slider.slick-slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner_slider.slick-slider .slick-prev:before {
    content: "\f053";
}

.banner_slider.slick-slider .slick-next:before {
    content: "\f054";
}

/* banner_slide */
.slide {
    height: auto;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .slide .slide__img {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: absolute;
        left: 0;
    }

        .slide .slide__img img {
            opacity: 1;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            transition: all 1s ease;
        }

    .slide .slide__content {
        position: relative;
        height: 100%;
        display: flex;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
    }

    .slide .slide__content--headings {
        padding: 15px 0;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        align-items: center;
        transition: all 0.5s ease;
    }

/* banner_slider_1 */
.banner_slider_1 .slide__content {
    background-color: rgba(0,17,62,0.35);
}

.banner_slider_1 .slide__content--headings h2 {
    line-height: 112px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 87px;
}

.banner_slider_1 .slide__content--headings > h3 {
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0;
}

.banner_slider_1 .slide__content--headings p {
    color: rgb(220, 221, 222);
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 21px;
}

/* banner_slider_2 */
.banner_slider_2 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease;
}

    .banner_slider_2 .slide__content--headings h3 {
        text-align: left;
        line-height: 0;
    }

    .banner_slider_2 .slide__content--headings span.num {
        font-weight: 700;
        font-size: 18px;
        position: relative;
        padding-right: 200px;
    }

        .banner_slider_2 .slide__content--headings span.num:before {
            position: absolute;
            content: "";
            height: 2px;
            width: 100%;
            left: 0;
            bottom: 0;
        }

    .banner_slider_2 .slide__content--headings span {
        line-height: 30px;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 24px;
    }

    .banner_slider_2 .slide__content--headings h2 {
        display: inline-block;
        line-height: 102px;
        font-weight: 700;
        font-size: 87px;
        position: relative;
    }

        .banner_slider_2 .slide__content--headings h2:after {
            position: absolute;
            content: "";
            height: 6px;
            width: 46.5%;
            left: auto;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

/* banner_slider_3 */
.banner_slider_3_overlay .slide {
    height: 742px;
}

.banner_slider_3 .slide__content {
    background-color: rgba(0, 18, 62, 0.54);
}

.banner_slider_3 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}

    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        width: 55%;
        height: 100%;
        padding-right: 120px;
        position: relative;
    }

    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 100px;
        padding-right: 0;
    }

        .banner_slider_3 .slide__content--headings .quotes-1:after,
        .banner_slider_3 .slide__content--headings .quotes-2:after {
            position: absolute;
            content: "";
            /* height: 100%; */
            width: 3px;
            right: 60px;
            top: -5%;
            bottom: -5%;
        }

        .banner_slider_3 .slide__content--headings .quotes-2:after {
            left: 0;
        }

        .banner_slider_3 .slide__content--headings .quotes-1 blockquote,
        .banner_slider_3 .slide__content--headings .quotes-2 blockquote {
            line-height: 34px;
            letter-spacing: 0px;
            font-weight: 300;
            font-size: 18px;
            text-decoration: underline;
            font-style: italic;
            position: relative;
            padding: 60px 0 30px 0;
            margin: 0;
        }

        .banner_slider_3 .slide__content--headings .quotes-2 blockquote {
            text-decoration: none;
            padding: 20px 0 20px 0;
        }

    .banner_slider_3 .slide__content--headings .quotes-1 blockquote:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 40px;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        top: 0;
        left: 0;
    }

    .banner_slider_3 .slide__content--headings h2 {
        line-height: 82px;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner_slider_3 .slide__content--headings h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner_slider_3 .slide__content--headings p {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px;
    }

@media only screen and (max-width: 1200px) {
    .banner_slider_3_overlay .slide {
        height: 660px;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 62px;
        line-height: 72px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_slider .slide {
        height: 460px;
    }

    .banner_slider_1 .logo-icon img {
        max-height: 58px;
    }

    .banner_slider_1 .slide__content--headings h2 {
        font-size: 72px;
        line-height: 82px;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 10px;
    }

    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .banner_slider_1 .slide__content--headings p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner_slider_2 .slide__content--headings span.num {
        padding-right: 80px;
    }

    .banner_slider_2 .slide__content--headings span {
        font-size: 20px;
        line-height: 1;
    }

    .banner_slider_2 .slide__content--headings h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        display: none;
    }

    .banner_slider_3 .slide__content--headings {
        text-align: center;
        display: block;
    }

        .banner_slider_3 .slide__content--headings p {
            padding: 0 0 15px 0;
            margin: auto;
            width: 70%;
        }
}

@media only screen and (max-width: 767px) {

    .banner_slider .slide {
        height: 400px;
    }

    .banner_slider .slide__content--headings p {
        display: none;
    }

    .banner_slider_1 .logo-icon img {
        max-height: 50px;
    }

    .banner_slider_2 .slide__content--headings h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .banner_slider_2 .slide__content--headings span.num {
        display: none;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {

    .banner_slider .slide {
        height: 300px;
    }

    .banner_slider_1 .logo-icon img {
        max-height: 40px;
    }

    .banner_slider_1 .prt-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }

        .banner_slider_1 .prt-icon i {
            font-size: 32px;
        }

    .banner_slider_2 .slide__content--headings span {
        font-size: 18px;
        line-height: 1;
    }

    .banner_slider_1 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0;
    }

    .banner_slider_2 .slide__content--headings h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .banner_slider_3 .slide__content--headings h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0;
    }

    .slide .prt-btn.prt-btn-size-md:not(.btn-inline) {
        padding: 9px 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .banner_slider .slide {
        height: 320px;
    }
}

/* /////////// IMAGE ZOOM /////////// */
.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover;
}

.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s;
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
    }

    8% {
        transform: scale(1.02);
        animation-timing-function: ease-out;
    }

    17% {
        transform: scale(1.04);
        animation-timing-function: ease-out;
    }

    22% {
        transform: scale(1.02);
    }

    25% {
        -transform: scale(1.1);
    }
}

.f-22 {
    font-size: 22px;
}

.btm-line {
    width: 120px;
    height: 2px;
    color: #000;
    position: relative;
    z-index: 999999;
    background-color: #864e00;
}
/* ===============================================
    Footer
------------------------*/
.footer {
    position: relative;
    background-color: #002D19;
    /*background-image: url(../images/footer-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

    .footer.text-base-white,
    .footer.text-base-white a {
        color: rgb(255, 255, 255);
        font-size: 14px;
    }

#toggleDayOrNight {
    cursor: pointer;
    background-image: url("https://img.icons8.com/dusk/64/000000/new-moon.png");
    background-color: black;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    align-items: flex-end;
    border-radius: 50%;
    transition: all .5s;
}
/* .content is default style of div.content */
.content {
    width: 25%;
    padding: 20px;
    border-radius: 25px;
    background-color: #ecf0f1;
    box-shadow: 4px 4px 30px #bdc3c7;
}
/* .content-dark-mode will run when the dark mode is active */
.content-dark-mode {
    background-color: #2B2E30;
    box-shadow: 4px 4px 25px #202324;
}

/*second-footer*/
.second-footer {
    padding: 50px 0 50px;
}

.footer-widget-box.prt-pr {
    padding-right: 30px;
}

.footer-widget-box.prt-pl {
    padding-left: 30px;
}

.footer-menu-links,
ul.prt-list.footer-cta-list {
    margin-top: 15px;
}

.footer-widget-box .social-icons {
    margin-top: 25px;
}

.newsletter-form-main {
    margin-top: 25px;
}

.footer-widget-box .footer-img {
    margin: 0 -15px;
}

.widget-title-h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--base-white);
}

    .widget-title-h3:before {
        height: 2px;
        width: 4%;
        content: '';
        position: absolute;
        background-color: #fbfbfb;
        top: 90px;
    }

ul.footer-menu-list,
ul.footer-social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.footer-menu-list li.footer-menu-item {
        padding: 7px 0;
        font-size: 14px;
        line-height: 24px;
    }

        ul.footer-menu-list li.footer-menu-item a {
            color: var(--base-white);
        }

            ul.footer-menu-list li.footer-menu-item a:hover {
                color: var(--base-skin);
            }

#increasetext {
    font-size: 48px;
}

#resettext {
    font-size: 15px;
}

#decreasetext {
    font-size: 12px;
}


/*.newsletter-form*/
.second-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

    .second-footer .newsletter-form .mailchimp-inputbox {
        display: table;
        width: 100%;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .second-footer .newsletter-form input[type="email"] {
        background-color: transparent;
        border-color: transparent;
        color: var(--base-white);
        padding: 15px 60px 15px 20px;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        position: relative;
    }

        .second-footer .newsletter-form input[type="email"]::placeholder {
            color: rgba(255, 255, 255, 0.50);
        }

    .second-footer .newsletter-form button[type="submit"] {
        position: absolute;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        top: 0px;
        bottom: 0;
        right: 20px;
        font-size: 15px;
        line-height: 52px;
        color: var(--base-white);
        background-color: transparent;
        cursor: pointer;
    }

/* checkbox  */
.footer input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

    .footer input[type=checkbox] + label {
        height: 16px;
        width: 16px;
        background-color: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.30);
        border-radius: 5px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-right: 8px;
    }

        .footer input[type=checkbox] + label:before {
            height: 15px;
            width: 15px;
            border: 1px solid #fff;
            border-radius: 3px;
            vertical-align: middle;
            margin-bottom: 0px;
            margin-right: 8px;
        }

.footer .widget-form p.cookies,
.footer .widget-form p.cookies a {
    color: rgb(255 255 255);
    font-size: 14px;
    line-height: 24px;
}

.footer input[type=checkbox]:checked + label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

.footer .widget-form p.cookies a.underline:before {
    height: 1px;
    background-color: rgb(255 255 255 / 60%);
}

.client-section .section-title h2:after {
    content: "";
    display: block;
    background: url(../images/line-icon3.png) no-repeat;
    height: 30px;
    margin: 15px 33%;
}

/*prt-footer-cta*/
ul.prt-list.footer-cta-list li {
    padding: 6px 0;
}

    ul.prt-list.footer-cta-list li,
    ul.prt-list.footer-cta-list li a {
        font-size: 15px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 8px;
        display: flex;
    }

.add-icon {
    margin-right: 15px;
    color: #fff;
    /*height: 40px;
    width: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #fff;*/
    border-radius: 5px;
    flex: none;
}

.add-content h4 {
    color: #ffb907 !important;
    font-size: 18px;
    margin-bottom: 0px;
    transition: 0.3s;
}

.add-content p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-first {
    padding-right: 30px;
}

    .footer-first h3 {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }

        .footer-first h3:before {
            height: 2px;
            width: 4%;
            content: '';
            position: absolute;
            background-color: #fbfbfb;
            top: 90px;
        }

.contact-address {
    display: flex;
    margin-bottom: 20px;
}

ul.prt-list.footer-cta-list li img {
    margin-right: 8px;
}

ul.prt-list.footer-cta-list li a:hover {
    color: var(--base-skin);
}

/*footer-social-icons*/
ul.footer-social-icons li a {
    font-size: 14px;
    padding: 3px 16px;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}

    ul.footer-social-icons li a:hover {
        background-color: var(--base-dark);
        color: var(--base-white) !important;
    }

/** copyright **/
.copyright {
    margin: 40px 0 0;
}

    .copyright .cpy-text,
    .copyright .cpy-text a {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255 255 255 / 0.70);
        margin-top: 5px;
    }

        .copyright .cpy-text p {
            margin-bottom: 0;
        }

    .copyright .footer-nav-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .copyright ul.footer-nav-menu li {
        display: inline-block;
        margin-left: 2px;
        padding-left: 9px;
        font-size: 14px;
        padding-bottom: 0px;
        position: relative;
    }

        .copyright ul.footer-nav-menu li a {
            color: rgba(255 255 255 / 0.70);
        }

            .copyright ul.footer-nav-menu li a:hover {
                color: var(--base-skin);
            }

        .copyright ul.footer-nav-menu li:not(:first-child):after {
            position: absolute;
            content: "|";
            top: 0;
            left: 0;
            color: rgba(255 255 255 / 0.70);
        }

        .copyright ul.footer-nav-menu li:first-child {
            padding-left: 0;
            margin-left: 0;
        }

/*bottom-footer*/
.bottom-footer {
    padding: 0px 0;
    background-color: #002D19;
    /*background: linear-gradient(45deg, #2d6005, #0c5174ed), url(../images/footer-bg.jpg);*/
    border-top: 1px solid #014326;
}



/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

    #totop.top-visible {
        height: 40px;
        width: 40px;
        font-size: 22px;
        display: inline;
        background-color: var(--base-skin);
        background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    }

@keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

#totop.top-visible {
    animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.prt-page-title-row {
    background-image: url(../images/pagetitle-bg.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--base-dark);
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 60px 0 60px;
    text-align: center;
    background-color: rgba(0,0,0,0.50);
}

.page-title-heading h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 0px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}

.breadcrumb-wrapper {
    z-index: 99;
    margin: 0;
    padding: 10px 0 0;
    /*border-top: 1px solid rgb(255 255 255 / 30%);*/
    position: relative;
}

    .breadcrumb-wrapper span {
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        font-family: var(--base-headingfont);
        position: relative;
        color: var(--base-skin);
        padding-right: 13px;
    }

        .breadcrumb-wrapper span:last-child {
            padding-right: 0;
        }

        .breadcrumb-wrapper span a {
            color: var(--base-white);
        }

            .breadcrumb-wrapper span a:first-child:after,
            .breadcrumb-wrapper span a:nth-child(2):after {
                position: absolute;
                content: "/";
                font-size: 15px;
                right: 4px;
                top: 3px;
                display: inline-block;
                color: rgba(255, 255, 255, 1);
            }

/*style1*/
.prt-page-title-row.style1 .prt-page-title-row-inner {
    padding: 60px 0;
    background-color: rgba(0,0,0,0.30);
}

.prt-page-title-row.style1 .prt-schedule {
    position: relative;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    padding: 41px 50px 50px;
    text-align: left;
}

.prt-page-title-row.style1 .prt-schedule-title h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: var(--base-white);
}

.prt-page-title-row.style1 .prt-schedule-title p {
    font-size: 18px;
    line-height: 25px;
    color: var(--base-white);
}

.prt-page-title-row.style1 .prt-schedule-block h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--base-white);
    margin-bottom: 10px;
}

.prt-page-title-row.style1 .prt-schedule-block p {
    color: var(--base-white);
}

/*style2*/
.prt-page-title-row.style2 {
    background-image: url(../images/pagetitle-bg01.jpg);
}

    .prt-page-title-row.style2 .prt-page-title-row-inner {
        text-align: left;
        background-color: rgba(0,0,0,0.30);
        padding: 65px 0;
    }

    .prt-page-title-row.style2 .prt-page-title-row-heading {
        padding-right: 100px;
    }

    .prt-page-title-row.style2 .page-title-heading h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: var(--base-white);
    }

    .prt-page-title-row.style2 .page-title-heading h2 {
        font-size: 54px;
        line-height: 64px;
        font-weight: 600;
        margin-bottom: 23px;
        color: var(--base-white);
        font-family: var(--base-headingfont);
    }

    .prt-page-title-row.style2 .page-title-desc p {
        color: rgba(255, 255, 255, 0.70);
        margin-bottom: 0;
    }

    .prt-page-title-row.style2 .prt-pagetitle-appointment-block {
        position: relative;
        border: 1px solid rgba(255 255 255 / 0.15);
        background-color: rgba(255 255 255 / 0.08);
        border-radius: 10px;
        padding: 20px 30px 40px;
    }
/*style3*/
.prt-page-title-row.style3 .prt-page-title-row-inner {
    padding: 97px 0 105px;
    min-height: 400px;
}

/*style4*/
.prt-page-title-row.style4 .prt-page-title-row-inner {
    padding: 100px 0 100px;
}

.prt-page-title-row.style4 .page-title-heading h3 {
    display: inline-block;
    padding: 8px 30px;
    background-color: var(--base-skin);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}

.prt-page-title-row.style4 .page-title-heading h2 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
}

.prt-page-title-row.style4 .user-id {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.prt-page-title-row.style4 span.user-image img {
    border-radius: 50%;
}

.prt-page-title-row.style4 span.auther-name {
    font-size: 16px;
    font-weight: 400;
    color: var(--base-white);
    padding: 3px 10px;
    display: inline-block;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/
.prt-service-single-content-area div:not(.featured-title) > h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 28px;
}

.prt-service-single-content-area p:not(:last-child) {
    margin-bottom: 25px;
}

.prt-service-single-content-area .prt_fatured_image-wrapper {
    position: relative;
    overflow: hidden;
}

.prt-service-single-content-area img {
    width: 100%;
}

.prt-service-description .progress-bar-content h3.title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.aboutservice-block {
    text-align: center;
    padding: 40px 40px 30px;
    border-radius: 10px;
}

.aboutservice-content {
    text-align: center;
    position: relative;
}

    .aboutservice-content h3.title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
    }
/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/
.team-details-content {
    padding: 50px;
    background-color: var(--base-grey);
    border-radius: 10px;
}

.team-details-image-wrapper .team-details-image {
    border-radius: 10px;
}

.team-details-info-title h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
}

.team-details-info-position span {
    font-weight: 500;
    color: var(--base-dark);
}

.team-details-info-desc p {
    margin-top: 25px;
    margin-bottom: 10px;
}

.team-details-social {
    margin-top: 20px;
}

    .team-details-social .social-icons {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .team-details-social .social-icons li a {
            font-size: 14px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            color: var(--base-darkblack);
            border: 1px solid #dddddd;
            border-radius: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

            .team-details-social .social-icons li a:hover {
                background-color: var(--base-dark);
                border-color: transparent;
                color: #fff;
            }

.team-details-form-block {
    position: relative;
    padding: 68px 120px 80px;
    background-color: var(--base-grey);
    border-radius: 10px;
}

    .team-details-form-block h3 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 48px;
    }
/*team-details-list*/
.team-details-list li {
    padding: 6px 0;
}

    .team-details-list li span {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: var(--base-headingfont-color);
        padding-right: 10px;
    }

    .team-details-list li a {
        font-size: 15px;
        color: var(--base-bodyfont-color);
    }

        .team-details-list li a:hover {
            color: var(--base-skin);
        }

/*------------------------------------------------------------------------------*/
/*  single_portfolio
/*------------------------------------------------------------------------------*/
.prt-case-single-content div:not(.featured-title) > h3,
.prt-case-single-content-area h3,
.process-content h3 {
    font-size: 40px;
    line-height: 50px;
}

.prt-about-solutions-content {
    background-color: var(--base-white);
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
    padding: 40px 40px 40px;
}

    .prt-about-solutions-content h3 {
        font-size: 26px;
        line-height: 36px;
    }

.prt-about-solutions-img {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
}

/*------------------------------------------------------------------------------*/
/*  Project_patient
/*------------------------------------------------------------------------------*/
.prt-patient-single-content-wrapper-innerbox h2 {
    font-size: 40px;
    line-height: 50px;
}

.prt-patient-single-content-area div:not(.featured-title) > h3,
.patient-section-title h3.title {
    font-size: 26px;
    line-height: 36px;
}

.prt-patient-detail-box {
    position: relative;
    padding-right: 110px;
}

    .prt-patient-detail-box:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 38px;
        background-color: #000000;
    }

    .prt-patient-detail-box .prt_patient_image-wrapper {
        border-radius: 10px;
        overflow: hidden;
    }

.prt-portfolio-description.prt-patient-detail-box p:last-child {
    margin-bottom: 0;
}

.prt-patient-single-detail-box ul.project-details {
    margin: 26px 0 0;
    padding: 0;
}

    .prt-patient-single-detail-box ul.project-details li {
        position: relative;
        display: block;
        font-size: 17px;
        font-weight: 400;
        color: var(--base-headingfont-color);
        padding: 14px 0;
        border-bottom: 1px solid rgb(0 0 0 / 20%);
    }

        .prt-patient-single-detail-box ul.project-details li > span {
            display: inline;
            font-size: 18px;
            font-weight: 600;
        }

        .prt-patient-single-detail-box ul.project-details li:last-child {
            padding: 11px 0 0 0;
            border-bottom: 0
        }

.prtpatient-single-content-area {
    padding-top: 15px;
}

.prt-patient-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}

.prt-patient-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef;
}

.prt-patient-single-content-area .social-icons li > a {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #676b72;
}

    .prt-patient-single-content-area .social-icons li > a:hover {
        border-color: var(--base-white);
        color: var(--base-white);
        background-color: var(--base-skin);
    }

.prt-patient-single-content-area .prt-patient-single-category span {
    color: var(--base-skin);
    font-size: 15px;
    font-weight: 600;
}

.prt-patient-single-content-area .prt-patient-single-category a:not(:hover ) {
    color: inherit;
}

.prt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.patient-img img {
    border-radius: 30px;
}
/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

.blog-content-area .profile-block {
    background-color: var(--base-white);
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    padding: 30px 30px 30px 26px;
    border-radius: 15px;
    text-align: center;
}

    .blog-content-area .profile-block .profile-img {
        border-radius: 50%;
        overflow: hidden;
        width: 120px;
        margin: 0 auto;
    }

    .blog-content-area .profile-block h3.profile-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        position: relative;
        margin-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 70px;
        position: relative;
    }

        .blog-content-area .profile-block h3.profile-title:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 50px;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgb(0 0 0 / 10%);
            margin: 0 auto;
        }

.prt-blog-single-content .blog-single-title h3 {
    font-size: 33px;
    line-height: 43px;
    font-family: var(--base-headingfont);
}

.profile-social-icons ul li {
    display: inline-block;
    font-size: 15px;
    font-family: var(--base-headingfont);
    padding: 2px 30px 4px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 50px;
    margin: 10px 5px 0;
    width: 150px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .profile-social-icons ul li:hover {
        background-color: var(--base-dark);
        border: 1px solid var(--base-dark);
    }

        .profile-social-icons ul li:hover a {
            color: var(--base-white);
        }

.prt-blog-single .prt-blog-single-content h2.entry-title {
    font-size: 44px;
    line-height: 54px;
}

.prt-blog-single h3 {
    font-size: 26px;
    line-height: 36px;
}

.prt-blog-single blockquote {
    display: block;
    position: relative;
    text-align: left;
    background: var(--base-grey);
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    padding: 55px 35px 30px;
    margin: 0;
}

.prt-blog-single-content .social-media-block .social-icons li a {
    color: var(--base-headingfont-color);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 5px 0 5px 3px;
}

    .prt-blog-single-content .social-media-block .social-icons li a:hover {
        background-color: var(--base-dark);
        border-color: var(--base-dark);
        color: var(--base-white);
    }

.prt-blog-single blockquote .qoute-text {
    color: var(--base-bodyfont-color);
    font-family: var(--base-headingfont);
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    position: relative;
}

    .prt-blog-single blockquote .qoute-text:after {
        content: "";
        position: absolute;
        top: -38px;
        left: 25px;
        width: 88px;
        height: 74px;
        background-image: url(../images/icon11.html);
        background-repeat: no-repeat;
    }

.prt-blog-single blockquote cite {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    color: var(--base-dark);
}

    .prt-blog-single blockquote cite span {
        font-weight: 400;
        color: var(--base-bodyfont-color);
        font-size: 16px;
        padding-left: 5px;
    }
/*.blog-cta*/
.prt-blog-single .blog-cta {
    border-radius: 30px;
    text-align: center;
    padding: 65px 50px 39px;
}

    .prt-blog-single .blog-cta h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .prt-blog-single .blog-cta a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        padding-bottom: 2px;
    }
/*post-meta-block*/
.prt-blog-single .post-meta-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.prt-blog-single .post-meta img {
    max-width: 81px;
    height: 81px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 22px;
}

.prt-blog-single .post-meta span.prt-meta-line {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-headingfont-color);
}

    .prt-blog-single .post-meta span.prt-meta-line.date {
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
        border-right: 1px solid rgba(0, 0, 0, 0.10);
    }
/*social-media-block*/
.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ece9e0;
    border-top: 1px solid #ece9e0;
}

.prt-blog-single span.prt-tags-links-title {
    font-size: 15px;
    color: var(--base-dark);
    font-weight: 700;
}

.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    padding: 2px 15px 4px;
    border-radius: 50px;
    border: 1px solid rgb(0 0 0);
    margin: 5px 5px 5px 0;
}

    .prt-blog-single .social-media-block .prt-tags-links a:last-child {
        margin: 0;
    }

    .prt-blog-single .social-media-block .prt-tags-links a:hover {
        background-color: var(--base-dark);
        color: #fff;
        border: 1px solid var(--base-dark);
    }

.prt-blog-single .prt-social-share-wrapper {
    display: flex;
    align-items: center;
    ;
    padding-top: 0;
}

    .prt-blog-single .prt-social-share-wrapper ul li {
        display: inline-block;
        margin: 5px 6px 5px 0;
    }

        .prt-blog-single .prt-social-share-wrapper ul li:last-child {
            margin: 5px 0 5px 0;
        }

        .prt-blog-single .prt-social-share-wrapper ul li a {
            border: 1px solid rgba(0 0 0 / 0.10);
            text-align: center;
            display: block;
            font-size: 15px;
            padding: 0;
            color: rgba(0, 0, 0, 0.50);
            font-weight: 400;
            border-radius: 50px;
            width: 38px;
            height: 38px;
            line-height: 38px;
        }

            .prt-blog-single .prt-social-share-wrapper ul li a:hover {
                background-color: var(--base-skin);
                color: #fff;
                border: 1px solid var(--base-skin);
            }

.prt-social-share-wrapper a {
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 15px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    margin-right: 5px;
    background-color: var(--base-grey);
    border: none !important;
}


/*blog-comment*/
.prt-blog-classic-box-comment_1 h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}

.comments-area {
    position: relative;
}

    .comments-area h3.comment-reply-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 14px
    }

    .comments-area p {
        margin-bottom: 20px;
    }

.comment-form textarea, .comment-form input[type="date"],
.comment-form input[type="text"],
.comment-form input[type="email"], .comment-form input[type="url"],
.comment-form select {
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 9px 15px;
    font-weight: 500;
    background-color: var(--base-grey);
    text-transform: inherit;
    font-size: 15px;
    line-height: inherit;
    border: none;
    border-radius: 10px;
}

.comment-form label {
    display: unset;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="date"]:focus {
    border-color: transparent;
    border: 1px solid var(--base-skin);
}

.comment-form textarea::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form select::placeholder {
    color: var(--base-bodyfont-color);
}

.comment-form span.text-input select {
    color: rgb(255 255 255 / 80%);
}

.comment-form span.text-input option {
    color: var(--base-dark);
}

.comment-form select {
    padding: 11px 20px 14px 0;
    color: rgba(0, 0, 0, 0.50);
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-doctors,
.comments-area .comment-form .comment-form-date {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.comments-area .comment-form span.date-bday input[type="date"] {
    background-color: var(--base-dark);
    padding: 18px 15px 12px 0;
    color: rgb(255 255 255 / 80%);
}

.comments-area .comment-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-date {
    margin-right: 0;
}

.comments-area .comment-form .select-option {
    position: relative;
}

.comments-area .comment-form .comment-form-diseases {
    position: relative;
    width: 100%;
    float: left;
}

.comments-area .comment-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
}

.comments-area .comment-form .select-option:before {
    right: 20px;
    position: absolute;
    content: "\e64b";
    top: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 57px;
    pointer-events: none;
    font-family: 'themify';
}

.comments-area .comment-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}

    .comments-area .comment-form span.text-input i {
        position: absolute;
        left: 0;
        top: 20px;
        opacity: .9;
        font-size: 16px;
        z-index: 1;
        color: rgb(255 255 255 / 80%);
    }

.bg-img3 .comments-area .comment-form span.date-bday input[type="date"] {
    background-color: transparent;
}

.comments-area_1 h3.comment-reply-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.comments-area_1 p.comment-notes {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: var(--base-dark);
    margin-bottom: 25px;
}

.comments-area_1 textarea, .comment-form input[type="text"],
.comments-area_1 input[type="email"], .comment-form input[type="url"],
.comments-area_1 input[type="author"], .comment-form input[type="author"],
.comments-area_1 input[type="web"], .comment-form input[type="web"],
.comments-area_1 .comment-form_1 .comment-form-author input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-email input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-web input[type="text"] {
    text-transform: inherit;
    padding: 11px 15px;
    border: 1px solid rgba(0 0 0 / 0.10);
    background-color: var(--base-grey);
    border-radius: 10px;
    text-transform: capitalize;
}

.comments-area_1 input[type=checkbox] {
    margin: 0 6px 0 0;
}

.comments-area_1 span.checkbox {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-dark);
}

.comments-area_1 .comment-form_1 textarea::placeholder,
.comments-area_1 .comment-form_1 input[type="text"]::placeholder {
    color: var(--base-bodyfont-color);
}

.comments-area_1 .comment-form_1 .comment-form-author,
.comments-area_1 .comment-form_1 .comment-form-email,
.comments-area_1 .comment-form_1 .comment-form-web {
    position: relative;
    float: left;
    width: 32%;
    margin-top: 10px;
    margin-right: 2%;
}

.comments-area_1 .comment-form_1 .comment-form-web {
    margin-right: 0;
}

.comments-area_1 textarea:focus,
.comments-area_1 input[type="text"]:focus,
.comments-area_1 input[type="email"]:focus,
.comments-area_1 input[type="author"]:focus,
.comments-area_1 input[type="web"]:focus,
.comments-area_1 input[type="url"]:focus {
    border: 1px solid var(--base-skin);
}

.comments-area_1 .prt-btn-color-skincolor:not(.btn-inline):before {
    background-color: var(--base-dark);
}


/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
}

.contact-logo-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-logo-block h3 {
        font-size: 16px;
        line-height: 26px;
        padding: 8px 0 8px 25px;
        margin: 0 0 0 25px;
        border-left: 1px solid rgba(31 99 6 / 0.10);
    }

.prt-contact-block1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.prt-contact-block1 p.prt-time {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 6px;
}

.prt_contact_widget_wrapper .rating-star {
    margin-right: 15px;
}

    .prt_contact_widget_wrapper .rating-star li {
        display: inline-block;
        font-size: 15px;
        line-height: 25px;
        color: #ffa800;
    }

.prt_contact_widget_wrapper span.headingfont-color {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.prt_contact_widget_wrapper h2.prt-logo {
    font-size: 56px;
    line-height: 66px;
    font-family: var(--base-headingfontone);
    color: var(--base-dark);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map {
    display: block;
    height: 450px;
    width: 100%;
}

    #map iframe {
        width: 100%;
        height: 100%;
        margin-top: 0;
        filter: brightness( 132% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
        ;
    }

body .page.sticky-column {
    overflow: unset;
}

.main-box {
    position: relative;
    min-height: auto;
}


.site-header-menu {
    background-image: url(../images/hbg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


.topnavigation {
    display: flex;
    list-style: none;
}

.apluse {
    padding: 0px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    height: 24px;
    width: 24px;
}


.readmore {
    background: #1f6306;
}

    .readmore a {
        color: #ffff;
    }

.marquees {
    background: #fff;
    text-align: center;
    padding: 25px 14px 0px 14px;
    /*padding: 10px 20px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*border-bottom: 3px solid #1f6306;*/
    /*border-radius: 0px 0px 8px 8px;*/
    min-height: 371px !important;
    /*margin-bottom: 20px;*/
}

    .marquees ul li {
        color: #005196;
        font-weight: 500;
    }

.newsm {
    /*background: #1f6306;*/
    font-size: 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.panel-footer {
    padding: 6px 15px;
    /* border-top: 1px solid #ddd; */
    color: #fff;
    /* border-radius: 6px; */
    /* margin-top: 17px; */
}

    .panel-footer a {
        color: #fff;
    }


.inr_pg .slick-slide .featured-thumbnail img {
    height: auto !important;
}

.service_inr_pg {
    background: #f7f7f7;
}

.table_frmt table {
    width: 100%;
}

    .table_frmt table td {
        border: 2px solid black;
        padding: 8px 10px;
        color: black;
    }

tr.thead_tbl {
    background: linear-gradient(45deg, #2d6005, #0c5174ed), url(../images/footer-bg.jpg);
}

    tr.thead_tbl td {
        color: white;
    }

.tbl__res {
    overflow-x: auto;
}


/*------------------------tawarit link start-----------------*/
/*important News*/

.hor-implink {
    background-color: #fff;
    padding: 30px 0px;
}

    .hor-implink h3 {
        text-align: center;
        font-size: 35px;
        color: #864e00;
        margin: 0px;
        font-weight: 600;
    }

.prt-row h3 {
    text-align: center;
    font-size: 35px;
    color: #864e00;
    margin: 0px;
    font-weight: 600;
}

.hor-implink h3:after {
    ;
    content: "";
    display: block;
    background: url("../images/line-icon2.png") no-repeat;
    /*height: 30px;*/
    margin: 15px 33%;
}

.hor-implink nav > .nav.nav-tabs {
    border: none;
    padding: 16px 0px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

.hor-implink nav > div a.nav-item.nav-link,
.hor-implink nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

.hor-implink .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.hor-implink .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #00902d;
    border-bottom: 5px solid #00902d;
    padding: 30px 25px;
}

.hor-implink .nav-tabs > li > a {
    font-size: 1.2em;
    color: #00902d;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #dee2e6 #dee2e6 #fff;
}

.hor-implink .nav-tabs > li.active > a, .hor-implink .nav-tabs > li.active > a:focus, .hor-implink .nav-tabs > li.active > a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #bd5400;
    border: 1px solid #883e01;
    border-bottom-color: #883e01;
}

.hor-implink .nav-tabs > li > a:hover, .hor-implink .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: #00902d;
    border-color: #00902d #00902d #00902d;
    color: #fff !important;
}

.hor-implink nav > div a.nav-item.nav-link:hover,
.hor-implink nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.bog-listpanel h5 {
    font-size: 1.4em;
    color: #bd5400;
    line-height: 26px;
    text-align: center;
}

.bog-listpanel h6 {
    font-size: 1.6em;
    color: #b14f00;
    line-height: 26px;
    text-align: center;
}

.bog-listpanel .media {
    padding: 10px 5px;
    background-color: #fff;
    margin: 18px 5px;
    min-height: 146px;
    box-shadow: 1px 2px 14px 2px #9e9e9e;
}

.bog-listpanel .media-heading {
    margin: 0;
    line-height: 26px;
}

.bog-listpanel .media p {
    margin: 0px;
}
/**/
#imp-web {
    padding: 30px 0px;
}

    #imp-web h3 {
        text-align: center;
        font-size: 2.8em;
        color: #864e00;
        margin: 0px;
        font-family: 'Lobster', cursive;
    }

        #imp-web h3:after {
            content: "";
            display: block;
            background: url(../images/line-icon3.png) no-repeat;
            height: 30px;
            margin: 15px 33%;
        }

    #imp-web .owl-carousel {
        margin: 2rem 0;
    }

        #imp-web .owl-carousel .item h4 {
            color: #FFF;
            font-weight: 400;
            margin-top: 0rem;
        }

    #imp-web .secondary.play {
        background-color: #259401;
        padding: 10px 15px;
        border: 1px solid #000;
        cursor: pointer;
        display: inline-block;
        color: #fff;
    }

    #imp-web .secondary.stop {
        background-color: #940801;
        padding: 10px 15px;
        border: 1px solid #000;
        cursor: pointer;
        display: inline-block;
        color: #fff;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

/*table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fff2e7;
}*/
.table > :not(caption) > * > * {
    padding: 5px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.table > tbody > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.hor-implink .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.hor-implink .btn {
    padding: 0px 20px 0px 20px !important;
}

.nav-tabs .nav-link {
    /* margin-bottom: -1px; */
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-right: 2px;
}
/*------------------------tawarit link end-----------------*/


/*site-map-two css start*/

.sitemap-banner {
    background-image: url(../images/sitemap-banner.webp);
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
}

.site-map-two {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .site-map-two h1 {
        font-size: 36px;
        font-weight: 600;
        color: #ed8e22;
        text-align: center;
    }

    .site-map-two .site-map-two-list {
        margin-top: 30px;
    }

        .site-map-two .site-map-two-list ul {
            text-align: center;
        }

            .site-map-two .site-map-two-list ul li {
                text-align: left;
            }

    .site-map-two .site-map-two-list-bottom ul {
        text-align: center;
        position: relative;
    }


    .site-map-two .site-map-two-list ul li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-right: 1rem;
        padding-left: 1rem;
    }

        .site-map-two .site-map-two-list ul li a {
            color: inherit;
            padding: 0.5rem;
            background-color: #198754;
            border-radius: 0.25rem;
            color: #fff;
            margin-bottom: 1rem;
            display: block;
            text-align: center;
            position: relative;
        }

        .site-map-two .site-map-two-list ul li .two-list {
            padding-left: 10px;
        }

            .site-map-two .site-map-two-list ul li .two-list li {
                display: block;
                position: relative;
                padding-left: 0px;
                border-left: 0px;
                border-left: 1px solid #ed8e22;
                padding-left: 15px;
            }

                .site-map-two .site-map-two-list ul li .two-list li p:before {
                    position: absolute;
                    content: "";
                    height: 1px;
                    width: 50px;
                    background-color: #ed8e22;
                    top: calc(50% - 2px);
                    left: -15px;
                    z-index: -1;
                }

                .site-map-two .site-map-two-list ul li .two-list li .sub-li li {
                    border-left: 0px;
                }

                    .site-map-two .site-map-two-list ul li .two-list li .sub-li li a {
                        margin-bottom: 0rem;
                        border-left: 1px solid #ed8e22;
                        border-radius: 0rem;
                        position: relative;
                        padding-left: 15px;
                    }

                .site-map-two .site-map-two-list ul li .two-list li p a {
                    margin-bottom: 0px;
                    color: #fff;
                }

            .site-map-two .site-map-two-list ul li .two-list .ser-pad {
                padding-bottom: 15px;
            }

                .site-map-two .site-map-two-list ul li .two-list .ser-pad p a {
                    font-size: 16px;
                    color: #fff;
                    padding: 0rem;
                }

            .site-map-two .site-map-two-list ul li .two-list li .sub-li li a:before {
                position: absolute;
                content: "";
                height: 1px;
                width: 10px;
                background-color: #ed8e22;
                left: 0px;
                top: calc(50% - 2px);
            }

            .site-map-two .site-map-two-list ul li .two-list li .sub-li .pd-bottom {
                padding-bottom: 15px;
            }

            .site-map-two .site-map-two-list ul li .two-list li p {
                padding: 0.5rem;
                background-color: #ed8e22;
                border-radius: 0.25rem;
                color: #fff;
                margin-bottom: 0px;
                position: relative;
            }

            .site-map-two .site-map-two-list ul li .two-list li a {
                font-size: .8rem;
                display: inline-block;
                background-color: var(--yellow);
                color: #000;
                font-weight: 500;
                position: relative;
            }

    .site-map-two .site-map-two-list ul .margin-none {
        margin-right: 0px;
    }

    .site-map-two .site-map-two-list ul li a {
        color: #fff;
    }

    .site-map-two .site-map-two-list-bottom {
        margin-top: 30px;
    }

        .site-map-two .site-map-two-list-bottom h1 {
            margin-bottom: 30px;
        }

        .site-map-two .site-map-two-list-bottom ul li {
            display: inline-block;
            position: relative;
            vertical-align: top;
            margin-right: 1rem;
            padding-left: 1rem;
        }

            .site-map-two .site-map-two-list-bottom ul li a {
                color: inherit;
                padding: 0.5rem;
                background-color: #198754;
                border-radius: 0.25rem;
                color: #fff;
                margin-bottom: 1rem;
                display: block;
                text-align: center;
                position: relative;
            }

/*--------------------middle-section start-------------*/
.sec-padding {
    padding: 50px 0;
}

.sec-heading {
    margin-bottom: 40px;
}

.curated-box {
    height: 200px;
    display: block;
    background-position: center center;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative
}

    .curated-box .title {
        width: 100%;
        font-weight: 700;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

    .curated-box .title, .featured-city-box .img-box .title {
        top: 0;
        right: 0;
        text-align: center;
        color: #fff;
        display: flex;
        background: rgba(0, 0, 0, .4);
        left: 0;
        bottom: 0;
        position: absolute;
        height: 100%;
        margin: 0;
    }

    .curated-box .title {
        width: 100%;
        font-weight: 700;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        transition: .3s
    }

.curated-box, .home-banner {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

    .curated-box::before, .curated-box::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        z-index: 9
    }

    .curated-box::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1)
    }

    .curated-box::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0)
    }

    .curated-box:hover::before, .curated-box:hover::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .curated-box:hover .title {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

/*site-map-two css end*/


/*---------------------about---------------*/
.w_pages {
    max-width: 1200px;
    width: 100%;
    -webkit-box-shadow: 0 0 8px 0 #D9D9D9;
    box-shadow: 0 0 8px 0 #D9D9D9;
    margin: 0px auto;
    padding: 20px;
    border-radius: 25px;
    background-color: #fff;
}

.footer .footer-menu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.footer-menu ul li {
    display: inline-block;
}

    .footer-menu ul li a {
        border-right: 1px solid #ccc;
        padding: 0px 18px;
        color: #000;
        font-size: 12px;
    }


.contactbox .table > tbody > tr > td {
    padding: .75rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.contactbox .ct-h2 {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    font-size: 22px;
}

.contactbox .table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
}

.contactbox .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.contactbox .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e9ecef;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');



/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/


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

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a, button, input {
    outline: none;
}

ol, ul {
    padding: 0;
    margin: 0;
}

b, strong {
    font-weight: 600;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
}

*::-moz-selection {
    background: #1f6306;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1f6306;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1f6306;
    color: #fff;
    text-shadow: none;
}

textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

button, input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

.rs-layer input[type="email"] {
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}

button:focus {
    box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-font-color) !important;
}

menu, ol, ul {
    margin: 0px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'Poppins', sans-serif;
    --base-bodyfont-Size: 15px;
    --base-bodyfont-color: #888888;
    --base-skin: #ffcd1e;
    --base-dark: #1f6306;
    --base-darkblack: #000000;
    --base-grey: #f7f7f7;
    --base-white: #ffffff;
    --base-headingfont: 'Poppins', sans-serif;
    --base-headingfontone: 'SamarkanNormal';
    --base-headingfont-color: #0e2207;
}

/** Typo Colors **/
.border-color: {
    color: #ece9e0;
}

.bodyfont-color {
    color: var(--base-bodyfont-color);
}

.headingfont-color {
    color: var(--base-headingfont-color);
}

/** Background Colors **/
.bg-base-skin {
    background-color: var(--base-skin);
}

.bg-base-dark {
    background-color: var(--base-dark);
}

.bg-base-darkblack {
    background-color: var(--base-darkblack);
}

.bg-base-grey {
    background-color: var(--base-grey);
}

.bg-base-white {
    background-color: var(--base-white);
}

/** Text Colors **/
.text-base-skin {
    color: var(--base-skin);
}

.text-base-dark {
    color: var(--base-dark);
}

.text-base-grey {
    color: var(--base-grey);
}

.text-base-white {
    color: var(--base-white);
}

/** Bg-layer Colors **/
.bg-base-skin > .prt-bg-layer {
    background-color: var(--base-skin);
}

.bg-base-dark > .prt-bg-layer {
    background-color: var(--base-dark);
}

.bg-base-darkblack > .prt-bg-layer {
    background-color: var(--base-darkblack);
}

.bg-base-grey > .prt-bg-layer {
    background-color: var(--base-grey);
}

.bg-base-white > .prt-bg-layer {
    background-color: var(--base-white);
}

.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-skin);
}

.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-dark);
}

.bg-base-darkblack > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-darkblack);
}

.bg-base-grey > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-grey);
}

.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-white);
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1, .bg-base-dark h2, .bg-base-dark h3,
.bg-base-dark h4, .bg-base-dark h5, .bg-base-dark h6,
.bg-base-darkblack h1, .bg-base-darkblack h2, .bg-base-darkblack h3,
.bg-base-darkblack h4, .bg-base-darkblack h5, .bg-base-darkblack h6,
.bg-base-skin h1, .bg-base-skin h2, .bg-base-skin h3,
.bg-base-skin h4, .bg-base-skin h5, .bg-base-skin h6 {
    color: var(--base-white);
}

.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
    color: var(--base-skin);
}

.bg-base-dark .section-title h3 {
    color: #fff;
}

    .bg-base-dark .section-title h3:before,
    .bg-base-dark .section-title h3:after {
        color: #fff;
    }

.bg-base-dark, .bg-base-skin {
    color: rgba(255,255,255,.50);
}

    .bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
        color: rgba(255,255,255,.950);
    }

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 28px;
    color: var(--base-bodyfont-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--base-headingfont);
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--base-headingfont-color);
}

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

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

h3 {
    font-size: 18px;
    line-height: 28px;
}

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

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

.container-fluid {
    padding: 0 15px;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:not(.g-0) > [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

a {
    color: var(--base-headingfont-color);
}

    a:hover {
        color: var(--base-dark);
    }

a, img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 25px;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 24px;
}

.fs-17 {
    font-size: 17px !important;
    line-height: 28px;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 26px;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 26px;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 35px;
}

.lh-base {
    line-height: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10)
}

.box-shadow_1 {
    box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08);
}

.border-rad_5 {
    border-radius: 5px;
}

.border-rad_10 {
    border-radius: 10px;
}

.border-rad_20 {
    border-radius: 20px;
}

.border-rad_30 {
    border-radius: 30px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.z-index_1 {
    z-index: -1;
}

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

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-9 {
    z-index: 9;
}

.underline {
    position: relative;
}

    .underline:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background-color: var(--base-white) !important;
        top: unset;
        bottom: 0px;
        left: 0;
        transition: all 0.1s ease 0s;
        clip-path: unset;
    }

    .underline:hover:before {
        background-color: var(--base-skin);
        transition: all 0.5s ease-in-out;
        background-size: 0 3px, 100% 3px;
    }

.prt-btn-color-whitecolor.underline:before {
    background-color: var(--base-white) !important;
}

.prt-btn-color-whitecolor:hover.underline:before {
    background-color: var(--base-white) !important;
}

.prt-btn-color-darkcolor.underline:before {
    background-color: var(--base-dark) !important;
}

.prt-btn-color-darkcolor:hover.underline:before {
    background-color: var(--base-skin) !important;
}

.border_1 {
    border: 2px dashed #e7e7e7;
}

.border-rounded {
    border-radius: 50%;
}

.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
    padding: 40px 40px 45px;
}

.spacing-2 {
    padding: 96px 15px 68px 100px;
}

.spacing-3 {
    margin-top: -50px;
}

.spacing-4 {
    padding: 260px 0 100px;
}

.spacing-5 {
    margin-top: -175px;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-23 {
    padding-top: 23px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/** Margin **/
.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt_5 {
    margin-top: -5px !important;
}

.mt_10 {
    margin-top: -10px !important;
}

.mt_15 {
    margin-top: -15px !important;
}

.mt_20 {
    margin-top: -20px !important;
}

.mt_25 {
    margin-top: -25px !important;
}

.mt_30 {
    margin-top: -30px !important;
}

.mt_35 {
    margin-top: -35px !important;
}

.mt_40 {
    margin-top: -40px !important;
}

.mt_50 {
    margin-top: -50px !important;
}

.mt_55 {
    margin-top: -55px !important;
}

.mt_60 {
    margin-top: -60px !important;
}

.mt_65 {
    margin-top: -65px !important;
}

.mt_70 {
    margin-top: -70px !important;
}

.mt_75 {
    margin-top: -75px !important;
}

.mt_80 {
    margin-top: -80px !important;
}

.mt_90 {
    margin-top: -90px !important;
}

.mt_100 {
    margin-top: -100px !important;
}

.mt_105 {
    margin-top: -105px !important;
}

.mt_110 {
    margin-top: -110px !important;
}

.mt_120 {
    margin-top: -120px !important;
}

.mt_135 {
    margin-top: -135px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

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

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

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

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

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb_5 {
    margin-bottom: -5px !important;
}

.mb_10 {
    margin-bottom: -10px !important;
}

.mb_12 {
    margin-bottom: -12px !important;
}

.mb_15 {
    margin-bottom: -15px !important;
}

.mb_20 {
    margin-bottom: -20px !important;
}

.mb_25 {
    margin-bottom: -25px !important;
}

.mb_30 {
    margin-bottom: -30px !important;
}

.mb_35 {
    margin-bottom: -35px !important;
}

.mb_40 {
    margin-bottom: -40px !important;
}

.mb_45 {
    margin-bottom: -45px !important;
}

.mb_50 {
    margin-bottom: -50px !important;
}

.mb_55 {
    margin-bottom: -55px !important;
}

.mb_60 {
    margin-bottom: -60px !important;
}

.mb_70 {
    margin-bottom: -70px !important;
}

.mb_80 {
    margin-bottom: -80px !important;
}

.mb_90 {
    margin-bottom: -90px !important;
}

.mb_100 {
    margin-bottom: -100px !important;
}

.mb_145 {
    margin-bottom: -145px !important;
}

.mb_300 {
    margin-bottom: -300px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.ml-160 {
    margin-left: 160px !important;
}

.ml-170 {
    margin-left: 170px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.ml-190 {
    margin-left: 190px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.ml_10 {
    margin-left: -10px !important;
}

.ml_15 {
    margin-left: -15px !important;
}

.ml_20 {
    margin-left: -20px !important;
}

.ml_25 {
    margin-left: -25px !important;
}

.ml_30 {
    margin-left: -30px !important;
}

.ml_35 {
    margin-left: -35px !important;
}

.ml_40 {
    margin-left: -40px !important;
}

.ml_50 {
    margin-left: -50px !important;
}

.ml_60 {
    margin-left: -60px !important;
}

.ml_70 {
    margin-left: -70px !important;
}

.ml_80 {
    margin-left: -80px !important;
}

.ml_90 {
    margin-left: -90px !important;
}

.ml_100 {
    margin-left: -100px !important;
}

.ml_110 {
    margin-left: -110px !important;
}

.ml_120 {
    margin-left: -120px !important;
}

.ml_130 {
    margin-left: -130px !important;
}

.ml_140 {
    margin-left: -140px !important;
}

.ml_150 {
    margin-left: -150px !important;
}

.ml_160 {
    margin-left: -160px !important;
}

.ml_180 {
    margin-left: -180px !important;
}

.ml_200 {
    margin-left: -200px !important;
}

.ml_210 {
    margin-left: -210px !important;
}

.ml_220 {
    margin-left: -220px !important;
}

.ml_240 {
    margin-left: -240px !important;
}

.ml_260 {
    margin-left: -260px !important;
}

.ml_280 {
    margin-left: -280px !important;
}

.ml_300 {
    margin-left: -300px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.mr-170 {
    margin-right: 170px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.mr-190 {
    margin-right: 190px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

.mr_10 {
    margin-right: -10px !important;
}

.mr_15 {
    margin-right: -15px !important;
}

.mr_20 {
    margin-right: -20px !important;
}

.mr_25 {
    margin-right: -25px !important;
}

.mr_30 {
    margin-right: -30px !important;
}

.mr_35 {
    margin-right: -35px !important;
}

.mr_40 {
    margin-right: -40px !important;
}

.mr_50 {
    margin-right: -50px !important;
}

.mr_60 {
    margin-right: -60px !important;
}

.mr_70 {
    margin-right: -70px !important;
}

.mr_80 {
    margin-right: -80px !important;
}

.mr_90 {
    margin-right: -90px !important;
}

.mr_100 {
    margin-right: -100px !important;
}

.mr_130 {
    margin-right: -130px !important;
}

.mr_140 {
    margin-right: -140px !important;
}

.mr_150 {
    margin-right: -150px !important;
}

.mr_160 {
    margin-right: -160px !important;
}

.mr_180 {
    margin-right: -180px !important;
}

.mr_200 {
    margin-right: -200px !important;
}

.mr_210 {
    margin-right: -210px !important;
}

.mr_220 {
    margin-right: -220px !important;
}

.mr_240 {
    margin-right: -240px !important;
}

.mr_260 {
    margin-right: -260px !important;
}

.mr_280 {
    margin-right: -280px !important;
}

.mr_300 {
    margin-right: -300px !important;
}


/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

    .loader-blob,
    .loader-blob:before,
    .loader-blob:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
    }

        .loader-blob:before,
        .loader-blob:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

.loader-blob {
    animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob;
}

@keyframes loader-blob {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes loader-blob {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }

    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes loader-blob {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes loader-blob {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}

.social-icons li {
    margin: 0 2px;
}

    .prt-header-style-02 .social-icons li:last-child,
    .social-icons li:last-child {
        margin-right: 0px;
    }

    .social-icons li a {
        display: block;
        min-width: 26px;
        text-align: center;
    }

.social-icons.circle li > a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
/*style1*/
ul.social-icons.style1 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    z-index: 0;
    position: relative;
}

    ul.social-icons.style1 li {
        display: inline-block;
        flex: 1;
        margin: 0;
        padding: 0;
    }

        ul.social-icons.style1 li a {
            font-size: 17px;
            position: relative;
            text-transform: capitalize;
            transition: opacity .35s ease-in-out;
            height: 70px;
            line-height: 58px;
            width: 100%;
            border-radius: inherit;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            border: 0;
            color: #fff;
            text-align: center;
        }

        ul.social-icons.style1 li i {
            font-size: 20px;
        }

        ul.social-icons.style1 li:nth-child(1) a {
            background-color: #4583bc;
            border: 8px solid #4583bc;
        }

        ul.social-icons.style1 li:nth-child(2) a {
            background-color: #2cbfd9;
            border: 8px solid #2cbfd9;
        }

        ul.social-icons.style1 li:nth-child(3) a {
            background-color: #ED1384;
            border: 8px solid #ED1384;
        }

        ul.social-icons.style1 li:nth-child(4) a {
            background-color: #0b84b3;
            border: 8px solid #0b84b3;
        }

        ul.social-icons.style1 li:hover:nth-child(1) a,
        ul.social-icons.style1 li:hover:nth-child(2) a,
        ul.social-icons.style1 li:hover:nth-child(3) a,
        ul.social-icons.style1 li:hover:nth-child(4) a {
            border: 8px solid rgba(0, 0, 0, 0.20);
            color: #fff !important;
        }
/*style2*/
ul.social-icons.style2 li a {
    display: block;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 0;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease 0s;
}

    ul.social-icons.style2 li a:hover {
        background-color: var(--base-skin);
        color: #fff;
        border: 1px solid #fff;
    }

    ul.social-icons.style2 li a:after,
    ul.social-icons.style2 li a:before {
        display: none;
    }

/*style3*/
ul.social-icons.style3 li {
    margin: 5px 2px;
}

    ul.social-icons.style3 li a {
        text-transform: uppercase;
        color: var(--base-headingfont-color);
        font-weight: 600;
        font-size: 14px;
        padding: 2px 15px;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        background-color: var(--base-white);
    }

        ul.social-icons.style3 li a:hover {
            background-color: var(--base-skin);
            border: 1px solid var(--base-skin);
            color: var(--base-white);
        }

h3.social-icons-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
    margin-bottom: 10px;
}

/* TooltipTop */
.tooltip-top {
    position: relative;
}

.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}

.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before,
[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-bottom:after {
    bottom: -100%;
}

.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}

.tooltip-bottom:before {
    bottom: -7px;
}

.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before,
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after,
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}

.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before,
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
    border: 0;
    outline: 0;
    padding: 0 15px;
}

.slick_slider.no-gutters .slick-slide {
    padding: 0;
}

.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}

.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
    background-color: rgba(255,255,255,.3);
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}


.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}

.slick_slider .slick-next {
    right: 0;
}

    .slick_slider .slick-prev:before, .slick_slider .slick-next:before {
        font-family: 'themify';
        font-size: 10px;
        line-height: 1;
        color: #000;
        opacity: 1;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick_slider .slick-prev:before {
    content: "\e64a";
}

.slick_slider .slick-next:before {
    content: "\e649";
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* style1 */
.slick_slider.slick-arrow-style1 .slick-arrow {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 1;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.slick_slider.slick-arrow-style1 .slick-next {
    left: -10px;
    top: 50%;
}

.slick_slider.slick-arrow-style1 .slick-prev {
    right: -10px;
    top: 50%;
}

    .slick_slider.slick-arrow-style1 .slick-prev:before,
    .slick_slider.slick-arrow-style1 .slick-next:before {
        font-size: 14px;
    }

    .slick_slider.slick-arrow-style1 .slick-prev:before {
        content: '\e826';
        font-family: 'fontello';
    }

.slick_slider.slick-arrow-style1 .slick-next:before {
    content: '\e834';
    font-family: 'fontello';
}

.slick-prev.slick-arrow-style1,
.slick-next.slick-arrow-style1 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick_slider.slick-arrow-style1 .slick-next:hover:before,
.slick_slider.slick-arrow-style1 .slick-prev:hover:before {
    color: var(--base-white);
}

.slick_slider.slick-arrow-style1 .slick-next:hover,
.slick_slider.slick-arrow-style1 .slick-prev:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}

/*slick-arrow-style2*/


.slick_slider_center.slick-arrow-style2 .slick-prev:before,
.slick_slider_center.slick-arrow-style2 .slick-next:before {
    font-family: 'themify';
    font-size: 10px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_slider_center.slick-arrow-style2 .slick-prev:before {
    content: "\e64a";
}

.slick_slider_center.slick-arrow-style2 .slick-next:before {
    content: "\e649";
}

.slick_slider_center.slick-arrow-style2 .slick-arrow {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    z-index: 1;
    color: inherit;
    background-color: transparent;
    border: 2px solid #fff;
}

.slick_slider_center .slick-prev:hover:before,
.slick_slider_center .slick-next:hover:before {
    color: var(--base-white);
}

.slick_slider_center.slick-arrow-style2 .slick-next {
    left: 48.6%;
    top: 545px;
}

.slick_slider_center.slick-arrow-style2 .slick-prev {
    left: 50.3%;
    top: 545px;
}
/*slick-dots
*/

.slick_slider.slick-dots-style1 ul.slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .slick_slider.slick-dots-style1 ul.slick-dots li {
        display: inline-block;
        list-style: none;
        line-height: 0;
    }

        .slick_slider.slick-dots-style1 ul.slick-dots li button {
            height: 10px;
            width: 10px;
            border: 0;
            font-size: 0;
            padding: 0;
            border-radius: 50%;
            position: relative;
            margin: 0px 10px 0 0;
            background-color: rgba(255, 255, 255, 0.32);
        }

.slick_slider.slick-dots-style1 ul.slick-dots {
    margin-top: 13px;
}

    .slick_slider.slick-dots-style1 ul.slick-dots li.slick-active button {
        background-color: #fff;
    }

/*----------------------NewTopBar Start------------------*/

.top-header {
    background-color: #292827;
    background-image: url(../images/top-header.svg);
    padding: 2px 0px;
}

.topmenu-ul {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    float: right;
}

    .topmenu-ul li {
        list-style-type: none;
        font-size: 14px;
        text-align: right;
        display: inline-block !important;
        padding: 3px 0px 4px 0px;
        margin-top: 0px;
    }

        .topmenu-ul li a {
            color: #000000;
            font-size: 14px;
            font-weight: 600;
            padding: 1px 6px !important;
            /* background-color: #000; */
        }

        .topmenu-ul li:nth-child(6) p {
            padding: 8px !important;
            cursor: pointer;
            margin: 0px;
            display: inline-block;
            position: relative;
            top: 3px;
        }

            .topmenu-ul li:nth-child(6) p.high-contrast.dark strong {
                display: none;
            }

        .topmenu-ul li:nth-child(5) p.high-contrast.light strong {
            display: none;
        }

        .topmenu-ul li:nth-child(5) p {
            padding: 8px !important;
            cursor: pointer;
            margin: 0px;
            display: inline-block;
            position: relative;
            top: 3px;
        }

.lang-size {
    border: 1px solid #ffffff;
    color: #fff !important;
    padding: 0px 3px;
    font-size: 14px !important;
    cursor: pointer;
    margin-bottom: 0px;
    background-color: #158a00;
}

.digital-clock {
    color: #000;
    /*padding-top:4px; 
    padding-left:0px;*/
    display: flex;
    align-items: center;
}

    .digital-clock em {
        /*float:left;*/
        padding-right: 7px;
        /*padding-top:2px;*/
        font-size: 14px;
    }

#digital-clock {
    font-size: 14px;
    font-weight: 500;
}

.high-contrast.light {
    background-image: url('../images/ico-themes-light.png');
    /*background: url(../images/ico-themes-light.png) 50% 50% no-repeat;*/
}

.high-contrast.dark {
    background-image: url('../images/ico-themes (1).png');
    /*background: url(../images/ico-themes.png) 50% 50% no-repeat;*/
}

.lang {
    box-shadow: none;
    border: 1px solid #fff;
    padding: 2px 4px;
    margin: 0;
    border-radius: 0;
    font-weight: normal;
    margin-left: 7px;
    color: #fff !IMPORTANT;
    line-height: normal;
    margin-top: -2px !IMPORTANT;
    background-color: #158a00;
}

.pdf-details {
    display: block;
}

    .pdf-details strong {
        color: #00902d;
    }

.pdf-specification {
    display: block;
    color: #000000;
}

    .pdf-specification strong {
        color: #000000;
    }

.web-infomgr {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    padding-bottom: 15px;
}
/*----------------------NewTopBar end------------------*/

/*--------------upLeader Start---------------------*/
.bg-blue {
    background-color: #234cab;
}

.bg-orange-dark {
    background-color: #c55900;
}

.bg-light-green {
    background-color: #069356;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 4px 15px 0px 15px;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-orange {
    color: #fff;
    background-color: #299800;
    border-color: #fff;
}

    .btn-orange:hover {
        color: #fff;
    }

.rts-social-style-one ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .rts-social-style-one ul li {
        margin-right: 0px;
    }

        .rts-social-style-one ul li a {
            display: block;
            padding: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }

            .rts-social-style-one ul li a i {
                font-size: 16px;
            }

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #198754;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    /* border: 3px solid #eee; */
    z-index: 999999;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

    #myBtn i {
        color: #fff;
        font-size: 18px;
    }

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 40%;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.up-leader-bg {
    background-color: #fcf4eb;
    padding-top: 20px;
}

.up-leader {
    background: url(../images/bg-abtus.jpg);
    background-attachment: fixed;
    padding: 30px 0px 0px;
    background-size: cover;
}

    .up-leader .thumbnail {
        /*background-color: #ff9c24;*/
        background-image: url('../images/leader/l-bg.jpg');
        /*background-attachment: fixed;*/
        background-size: cover;
        background: linear-gradient(to bottom, #ffb600 0%, #990505 100%);
        border: 1px solid #ded18b;
        box-shadow: 1px 2px 8px 4px #cecece;
        padding: 10px 3px 5px;
        min-height: 182px;
        text-align: center;
        width: 200px;
        border-radius: 8px;
    }

        .up-leader .thumbnail img {
            border-radius: 50%;
            height: 86px;
            width: 86px;
            border: 4px solid #fffefd;
            margin-top: -42px;
        }

        .up-leader .thumbnail .caption h3 {
            font-size: 1.2em;
            text-align: center;
            margin: 0;
            color: #fff;
            font-weight: 500;
        }

        .up-leader .thumbnail .caption {
            padding: 5px;
            margin-top: 20px;
        }

            .up-leader .thumbnail .caption p {
                color: #fff786;
                font-size: .9em;
                text-align: center;
                margin: 3px 0px 0px;
            }

    .up-leader h2 {
        text-align: center;
        font-size: 35px;
        color: #864e00;
        margin: 0px;
        margin-top: 20px;
        font-weight: 600;
    }

        .up-leader h2:after {
            content: "";
            display: block;
            background: url(../images/leader/line-icon1.png) no-repeat;
            height: 30px;
            margin: 15px 33%;
        }

    .up-leader h4 {
        font-size: 1.7em;
        color: #ff6c00;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
        text-align: center;
    }

    .up-leader p {
        font-size: 1.2em;
        color: #6b6b6b;
        margin-bottom: 15px;
        text-align: center;
    }
/*----------------------upLeader end----------------------*/
/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: #eef4ed;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px;
}

.top_bar_contact_item.text-center {
    font-size: 14px;
    line-height: 23px;
    color: #FF9800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 0px 0px;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
    line-height: 6px;
}

    .top_bar_icon i {
        font-size: 18px;
        line-height: 6px;
        color: var(--base-skin);
    }

.top_bar .top_bar_contact_item a {
    color: var(--base-white);
    padding-left: 6px;
}

    .top_bar .top_bar_contact_item a:hover {
        color: var(--base-skin);
    }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
    display: flex;
}

    .site-branding h1 {
        margin-bottom: 0;
        line-height: 0;
    }

    .site-branding #logo-img {
        z-index: 1;
        position: relative;
        padding: 4px 0px;
        width: 300px;
    }

.logo {
    position: relative;
    left: 0;
    top: 0;
    padding: 6px 6px 6px 46px;
    display: flex;
    flex-wrap: wrap;
}

.logo-colm {
    width: 100px;
    padding: 0 10px 0 0;
}

.deptlogo img, .logo img {
    position: relative;
    z-index: 5;
    max-width: 100%;
}

.logoname {
    padding: 8px 0 0 4px;
}

    .logoname .hindi-name {
        color: #303030;
        font-family: 'Tiro Devanagari Sanskrit', serif;
        margin-bottom: 0;
        font-size: 23px;
        line-height: normal;
        font-weight: 600;
    }

    .logoname .eng-name {
        font-size: 23px;
        font-weight: 900;
        margin-bottom: 2px;
        color: #ff6c00;
    }
/* header_extra */

.header_extra {
    position: relative;
}

    .header_extra .contact_item.with-icon span {
        display: flex;
        align-items: center;
        padding-left: 15px;
        margin-left: 15px;
        position: relative;
    }

        .header_extra .contact_item.with-icon span:before {
            content: '';
            position: absolute;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #dedede;
        }

    .header_extra .contact_item.with-icon a {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
    }

    .header_extra .contact_item.with-icon i {
        color: #06e158;
        font-size: 20px;
        line-height: 20px;
    }

    .header_extra .contact_item-link a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .header_extra ul.social-icons {
        margin-left: 22px;
    }

        .header_extra ul.social-icons li a {
            font-size: 13px;
            line-height: 32px;
            font-weight: 500;
            width: 32px;
            height: 32px;
            border: 1px solid #dddddd;
            background-color: transparent;
            border-radius: 5px;
            text-align: center;
        }

            .header_extra ul.social-icons li a:hover {
                background-color: var(--base-dark);
                border: 1px solid var(--base-dark);
                color: var(--base-white);
            }


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
}

nav.main-menu ul {
    position: relative;
    margin: 0;
}

#site-header-menu .site-navigation ul.menu > li > a {
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
}

    #site-header-menu .site-navigation ul.menu > li > a:before,
    #site-header-menu .site-navigation ul.menu > li.active > a:before {
        content: "";
        width: 0%;
        height: 1px;
        background-color: var(--base-dark);
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 52px;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

#site-header-menu .site-navigation ul.menu > li:hover > a:before,
#site-header-menu .site-navigation ul.menu > li.active > a:before {
    width: 100%;
    opacity: 1;
}

#site-header-menu .site-navigation ul.menu {
    display: flex;
}

/* banner_slider */
.banner_slider.slick-slider .slick-prev, .banner_slider.slick-slider .slick-next {
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 3px;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 1;
    margin: 0 20px;
    background: rgba(34, 54, 69, 0.5);
    border-radius: 50%;
}

.banner_slider.slick-slider .slick-next {
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 3px;
}

.banner_slider.slick-slider:hover .slick-prev, .banner_slider.slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.banner_slider.slick-slider .slick-prev:hover, .banner_slider.slick-slider .slick-next:hover {
    background: #000;
}

.banner_slider.slick-slider .slick-prev:before, .banner_slider.slick-slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner_slider.slick-slider .slick-prev:before {
    content: "\f053";
}

.banner_slider.slick-slider .slick-next:before {
    content: "\f054";
}

/* banner_slide */
.slide {
    height: auto;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .slide .slide__img {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: absolute;
        left: 0;
    }

        .slide .slide__img img {
            opacity: 1;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            transition: all 1s ease;
        }

    .slide .slide__content {
        position: relative;
        height: 100%;
        display: flex;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
    }

    .slide .slide__content--headings {
        padding: 15px 0;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        align-items: center;
        transition: all 0.5s ease;
    }

/* banner_slider_1 */
.banner_slider_1 .slide__content {
    background-color: rgba(0,17,62,0.35);
}

.banner_slider_1 .slide__content--headings h2 {
    line-height: 112px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 87px;
}

.banner_slider_1 .slide__content--headings > h3 {
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0;
}

.banner_slider_1 .slide__content--headings p {
    color: rgb(220, 221, 222);
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 21px;
}

/* banner_slider_2 */
.banner_slider_2 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease;
}

    .banner_slider_2 .slide__content--headings h3 {
        text-align: left;
        line-height: 0;
    }

    .banner_slider_2 .slide__content--headings span.num {
        font-weight: 700;
        font-size: 18px;
        position: relative;
        padding-right: 200px;
    }

        .banner_slider_2 .slide__content--headings span.num:before {
            position: absolute;
            content: "";
            height: 2px;
            width: 100%;
            left: 0;
            bottom: 0;
        }

    .banner_slider_2 .slide__content--headings span {
        line-height: 30px;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 24px;
    }

    .banner_slider_2 .slide__content--headings h2 {
        display: inline-block;
        line-height: 102px;
        font-weight: 700;
        font-size: 87px;
        position: relative;
    }

        .banner_slider_2 .slide__content--headings h2:after {
            position: absolute;
            content: "";
            height: 6px;
            width: 46.5%;
            left: auto;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

/* banner_slider_3 */
.banner_slider_3_overlay .slide {
    height: 742px;
}

.banner_slider_3 .slide__content {
    background-color: rgba(0, 18, 62, 0.54);
}

.banner_slider_3 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}

    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        width: 55%;
        height: 100%;
        padding-right: 120px;
        position: relative;
    }

    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 100px;
        padding-right: 0;
    }

        .banner_slider_3 .slide__content--headings .quotes-1:after,
        .banner_slider_3 .slide__content--headings .quotes-2:after {
            position: absolute;
            content: "";
            /* height: 100%; */
            width: 3px;
            right: 60px;
            top: -5%;
            bottom: -5%;
        }

        .banner_slider_3 .slide__content--headings .quotes-2:after {
            left: 0;
        }

        .banner_slider_3 .slide__content--headings .quotes-1 blockquote,
        .banner_slider_3 .slide__content--headings .quotes-2 blockquote {
            line-height: 34px;
            letter-spacing: 0px;
            font-weight: 300;
            font-size: 18px;
            text-decoration: underline;
            font-style: italic;
            position: relative;
            padding: 60px 0 30px 0;
            margin: 0;
        }

        .banner_slider_3 .slide__content--headings .quotes-2 blockquote {
            text-decoration: none;
            padding: 20px 0 20px 0;
        }

    .banner_slider_3 .slide__content--headings .quotes-1 blockquote:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 40px;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        top: 0;
        left: 0;
    }

    .banner_slider_3 .slide__content--headings h2 {
        line-height: 82px;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner_slider_3 .slide__content--headings h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner_slider_3 .slide__content--headings p {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px;
    }

@media only screen and (max-width: 1200px) {
    .banner_slider_3_overlay .slide {
        height: 660px;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 62px;
        line-height: 72px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_slider .slide {
        height: 460px;
    }

    .banner_slider_1 .logo-icon img {
        max-height: 58px;
    }

    .banner_slider_1 .slide__content--headings h2 {
        font-size: 72px;
        line-height: 82px;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 10px;
    }

    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .banner_slider_1 .slide__content--headings p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner_slider_2 .slide__content--headings span.num {
        padding-right: 80px;
    }

    .banner_slider_2 .slide__content--headings span {
        font-size: 20px;
        line-height: 1;
    }

    .banner_slider_2 .slide__content--headings h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        display: none;
    }

    .banner_slider_3 .slide__content--headings {
        text-align: center;
        display: block;
    }

        .banner_slider_3 .slide__content--headings p {
            padding: 0 0 15px 0;
            margin: auto;
            width: 70%;
        }
}

@media only screen and (max-width: 767px) {

    .banner_slider .slide {
        height: 400px;
    }

    .banner_slider .slide__content--headings p {
        display: none;
    }

    .banner_slider_1 .logo-icon img {
        max-height: 50px;
    }

    .banner_slider_2 .slide__content--headings h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .banner_slider_2 .slide__content--headings span.num {
        display: none;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {

    .banner_slider .slide {
        height: 300px;
    }

    .banner_slider_1 .logo-icon img {
        max-height: 40px;
    }

    .banner_slider_1 .prt-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }

        .banner_slider_1 .prt-icon i {
            font-size: 32px;
        }

    .banner_slider_2 .slide__content--headings span {
        font-size: 18px;
        line-height: 1;
    }

    .banner_slider_1 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0;
    }

    .banner_slider_2 .slide__content--headings h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .banner_slider_3 .slide__content--headings h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .banner_slider_3 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0;
    }

    .slide .prt-btn.prt-btn-size-md:not(.btn-inline) {
        padding: 9px 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .banner_slider .slide {
        height: 320px;
    }
}

/* /////////// IMAGE ZOOM /////////// */
.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover;
}

.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s;
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
    }

    8% {
        transform: scale(1.02);
        animation-timing-function: ease-out;
    }

    17% {
        transform: scale(1.04);
        animation-timing-function: ease-out;
    }

    22% {
        transform: scale(1.02);
    }

    25% {
        -transform: scale(1.1);
    }
}

.f-22 {
    font-size: 22px;
}

.btm-line {
    width: 120px;
    height: 2px;
    color: #000;
    position: relative;
    z-index: 999999;
    background-color: #864e00;
}
/* ===============================================
    Footer
------------------------*/
.footer {
    position: relative;
    background-color: #002D19;
    /*background-image: url(../images/footer-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

    .footer.text-base-white,
    .footer.text-base-white a {
        color: rgb(255, 255, 255);
        font-size: 14px;
    }

#toggleDayOrNight {
    cursor: pointer;
    background-image: url("https://img.icons8.com/dusk/64/000000/new-moon.png");
    background-color: black;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    align-items: flex-end;
    border-radius: 50%;
    transition: all .5s;
}
/* .content is default style of div.content */
.content {
    width: 25%;
    padding: 20px;
    border-radius: 25px;
    background-color: #ecf0f1;
    box-shadow: 4px 4px 30px #bdc3c7;
}
/* .content-dark-mode will run when the dark mode is active */
.content-dark-mode {
    background-color: #2B2E30;
    box-shadow: 4px 4px 25px #202324;
}

/*second-footer*/
.second-footer {
    padding: 50px 0 50px;
}

.footer-widget-box.prt-pr {
    padding-right: 30px;
}

.footer-widget-box.prt-pl {
    padding-left: 30px;
}

.footer-menu-links,
ul.prt-list.footer-cta-list {
    margin-top: 15px;
}

.footer-widget-box .social-icons {
    margin-top: 25px;
}

.newsletter-form-main {
    margin-top: 25px;
}

.footer-widget-box .footer-img {
    margin: 0 -15px;
}

.widget-title-h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--base-white);
}

    .widget-title-h3:before {
        height: 2px;
        width: 4%;
        content: '';
        position: absolute;
        background-color: #fbfbfb;
        top: 90px;
    }

ul.footer-menu-list,
ul.footer-social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.footer-menu-list li.footer-menu-item {
        padding: 7px 0;
        font-size: 14px;
        line-height: 24px;
    }

        ul.footer-menu-list li.footer-menu-item a {
            color: var(--base-white);
        }

            ul.footer-menu-list li.footer-menu-item a:hover {
                color: var(--base-skin);
            }

#increasetext {
    font-size: 48px;
}

#resettext {
    font-size: 15px;
}

#decreasetext {
    font-size: 12px;
}


/*.newsletter-form*/
.second-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

    .second-footer .newsletter-form .mailchimp-inputbox {
        display: table;
        width: 100%;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .second-footer .newsletter-form input[type="email"] {
        background-color: transparent;
        border-color: transparent;
        color: var(--base-white);
        padding: 15px 60px 15px 20px;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        position: relative;
    }

        .second-footer .newsletter-form input[type="email"]::placeholder {
            color: rgba(255, 255, 255, 0.50);
        }

    .second-footer .newsletter-form button[type="submit"] {
        position: absolute;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        top: 0px;
        bottom: 0;
        right: 20px;
        font-size: 15px;
        line-height: 52px;
        color: var(--base-white);
        background-color: transparent;
        cursor: pointer;
    }

/* checkbox  */
.footer input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

    .footer input[type=checkbox] + label {
        height: 16px;
        width: 16px;
        background-color: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.30);
        border-radius: 5px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-right: 8px;
    }

        .footer input[type=checkbox] + label:before {
            height: 15px;
            width: 15px;
            border: 1px solid #fff;
            border-radius: 3px;
            vertical-align: middle;
            margin-bottom: 0px;
            margin-right: 8px;
        }

.footer .widget-form p.cookies,
.footer .widget-form p.cookies a {
    color: rgb(255 255 255);
    font-size: 14px;
    line-height: 24px;
}

.footer input[type=checkbox]:checked + label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

.footer .widget-form p.cookies a.underline:before {
    height: 1px;
    background-color: rgb(255 255 255 / 60%);
}

.client-section .section-title h2:after {
    content: "";
    display: block;
    background: url(../images/line-icon3.png) no-repeat;
    height: 30px;
    margin: 15px 33%;
}

/*prt-footer-cta*/
ul.prt-list.footer-cta-list li {
    padding: 6px 0;
}

    ul.prt-list.footer-cta-list li,
    ul.prt-list.footer-cta-list li a {
        font-size: 15px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 8px;
        display: flex;
    }

.add-icon {
    margin-right: 15px;
    color: #fff;
    /*height: 40px;
    width: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #fff;*/
    border-radius: 5px;
    flex: none;
}

.add-content h4 {
    color: #ffb907 !important;
    font-size: 18px;
    margin-bottom: 0px;
    transition: 0.3s;
}

.add-content p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-first {
    padding-right: 30px;
}

    .footer-first h3 {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }

        .footer-first h3:before {
            height: 2px;
            width: 4%;
            content: '';
            position: absolute;
            background-color: #fbfbfb;
            top: 90px;
        }

.contact-address {
    display: flex;
    margin-bottom: 20px;
}

ul.prt-list.footer-cta-list li img {
    margin-right: 8px;
}

ul.prt-list.footer-cta-list li a:hover {
    color: var(--base-skin);
}

/*footer-social-icons*/
ul.footer-social-icons li a {
    font-size: 14px;
    padding: 3px 16px;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}

    ul.footer-social-icons li a:hover {
        background-color: var(--base-dark);
        color: var(--base-white) !important;
    }

/** copyright **/
.copyright {
    margin: 40px 0 0;
}

    .copyright .cpy-text,
    .copyright .cpy-text a {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255 255 255 / 0.70);
        margin-top: 5px;
    }

        .copyright .cpy-text p {
            margin-bottom: 0;
        }

    .copyright .footer-nav-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .copyright ul.footer-nav-menu li {
        display: inline-block;
        margin-left: 2px;
        padding-left: 9px;
        font-size: 14px;
        padding-bottom: 0px;
        position: relative;
    }

        .copyright ul.footer-nav-menu li a {
            color: rgba(255 255 255 / 0.70);
        }

            .copyright ul.footer-nav-menu li a:hover {
                color: var(--base-skin);
            }

        .copyright ul.footer-nav-menu li:not(:first-child):after {
            position: absolute;
            content: "|";
            top: 0;
            left: 0;
            color: rgba(255 255 255 / 0.70);
        }

        .copyright ul.footer-nav-menu li:first-child {
            padding-left: 0;
            margin-left: 0;
        }

/*bottom-footer*/
.bottom-footer {
    padding: 0px 0;
    background-color: #002D19;
    /*background: linear-gradient(45deg, #2d6005, #0c5174ed), url(../images/footer-bg.jpg);*/
    border-top: 1px solid #014326;
}



/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

    #totop.top-visible {
        height: 40px;
        width: 40px;
        font-size: 22px;
        display: inline;
        background-color: var(--base-skin);
        background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    }

@keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

#totop.top-visible {
    animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.prt-page-title-row {
    background-image: url(../images/pagetitle-bg.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--base-dark);
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 60px 0 60px;
    text-align: center;
    background-color: rgba(0,0,0,0.50);
}

.page-title-heading h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 0px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}

.breadcrumb-wrapper {
    z-index: 99;
    margin: 0;
    padding: 10px 0 0;
    /*border-top: 1px solid rgb(255 255 255 / 30%);*/
    position: relative;
}

    .breadcrumb-wrapper span {
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        font-family: var(--base-headingfont);
        position: relative;
        color: var(--base-skin);
        padding-right: 13px;
    }

        .breadcrumb-wrapper span:last-child {
            padding-right: 0;
        }

        .breadcrumb-wrapper span a {
            color: var(--base-white);
        }

            .breadcrumb-wrapper span a:first-child:after,
            .breadcrumb-wrapper span a:nth-child(2):after {
                position: absolute;
                content: "/";
                font-size: 15px;
                right: 4px;
                top: 3px;
                display: inline-block;
                color: rgba(255, 255, 255, 1);
            }

/*style1*/
.prt-page-title-row.style1 .prt-page-title-row-inner {
    padding: 60px 0;
    background-color: rgba(0,0,0,0.30);
}

.prt-page-title-row.style1 .prt-schedule {
    position: relative;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    padding: 41px 50px 50px;
    text-align: left;
}

.prt-page-title-row.style1 .prt-schedule-title h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: var(--base-white);
}

.prt-page-title-row.style1 .prt-schedule-title p {
    font-size: 18px;
    line-height: 25px;
    color: var(--base-white);
}

.prt-page-title-row.style1 .prt-schedule-block h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--base-white);
    margin-bottom: 10px;
}

.prt-page-title-row.style1 .prt-schedule-block p {
    color: var(--base-white);
}

/*style2*/
.prt-page-title-row.style2 {
    background-image: url(../images/pagetitle-bg01.jpg);
}

    .prt-page-title-row.style2 .prt-page-title-row-inner {
        text-align: left;
        background-color: rgba(0,0,0,0.30);
        padding: 65px 0;
    }

    .prt-page-title-row.style2 .prt-page-title-row-heading {
        padding-right: 100px;
    }

    .prt-page-title-row.style2 .page-title-heading h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: var(--base-white);
    }

    .prt-page-title-row.style2 .page-title-heading h2 {
        font-size: 54px;
        line-height: 64px;
        font-weight: 600;
        margin-bottom: 23px;
        color: var(--base-white);
        font-family: var(--base-headingfont);
    }

    .prt-page-title-row.style2 .page-title-desc p {
        color: rgba(255, 255, 255, 0.70);
        margin-bottom: 0;
    }

    .prt-page-title-row.style2 .prt-pagetitle-appointment-block {
        position: relative;
        border: 1px solid rgba(255 255 255 / 0.15);
        background-color: rgba(255 255 255 / 0.08);
        border-radius: 10px;
        padding: 20px 30px 40px;
    }
/*style3*/
.prt-page-title-row.style3 .prt-page-title-row-inner {
    padding: 97px 0 105px;
    min-height: 400px;
}

/*style4*/
.prt-page-title-row.style4 .prt-page-title-row-inner {
    padding: 100px 0 100px;
}

.prt-page-title-row.style4 .page-title-heading h3 {
    display: inline-block;
    padding: 8px 30px;
    background-color: var(--base-skin);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}

.prt-page-title-row.style4 .page-title-heading h2 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
}

.prt-page-title-row.style4 .user-id {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.prt-page-title-row.style4 span.user-image img {
    border-radius: 50%;
}

.prt-page-title-row.style4 span.auther-name {
    font-size: 16px;
    font-weight: 400;
    color: var(--base-white);
    padding: 3px 10px;
    display: inline-block;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/
.prt-service-single-content-area div:not(.featured-title) > h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 28px;
}

.prt-service-single-content-area p:not(:last-child) {
    margin-bottom: 25px;
}

.prt-service-single-content-area .prt_fatured_image-wrapper {
    position: relative;
    overflow: hidden;
}

.prt-service-single-content-area img {
    width: 100%;
}

.prt-service-description .progress-bar-content h3.title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.aboutservice-block {
    text-align: center;
    padding: 40px 40px 30px;
    border-radius: 10px;
}

.aboutservice-content {
    text-align: center;
    position: relative;
}

    .aboutservice-content h3.title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
    }
/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/
.team-details-content {
    padding: 50px;
    background-color: var(--base-grey);
    border-radius: 10px;
}

.team-details-image-wrapper .team-details-image {
    border-radius: 10px;
}

.team-details-info-title h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
}

.team-details-info-position span {
    font-weight: 500;
    color: var(--base-dark);
}

.team-details-info-desc p {
    margin-top: 25px;
    margin-bottom: 10px;
}

.team-details-social {
    margin-top: 20px;
}

    .team-details-social .social-icons {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .team-details-social .social-icons li a {
            font-size: 14px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            color: var(--base-darkblack);
            border: 1px solid #dddddd;
            border-radius: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

            .team-details-social .social-icons li a:hover {
                background-color: var(--base-dark);
                border-color: transparent;
                color: #fff;
            }

.team-details-form-block {
    position: relative;
    padding: 68px 120px 80px;
    background-color: var(--base-grey);
    border-radius: 10px;
}

    .team-details-form-block h3 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 48px;
    }
/*team-details-list*/
.team-details-list li {
    padding: 6px 0;
}

    .team-details-list li span {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: var(--base-headingfont-color);
        padding-right: 10px;
    }

    .team-details-list li a {
        font-size: 15px;
        color: var(--base-bodyfont-color);
    }

        .team-details-list li a:hover {
            color: var(--base-skin);
        }

/*------------------------------------------------------------------------------*/
/*  single_portfolio
/*------------------------------------------------------------------------------*/
.prt-case-single-content div:not(.featured-title) > h3,
.prt-case-single-content-area h3,
.process-content h3 {
    font-size: 40px;
    line-height: 50px;
}

.prt-about-solutions-content {
    background-color: var(--base-white);
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
    padding: 40px 40px 40px;
}

    .prt-about-solutions-content h3 {
        font-size: 26px;
        line-height: 36px;
    }

.prt-about-solutions-img {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
}

/*------------------------------------------------------------------------------*/
/*  Project_patient
/*------------------------------------------------------------------------------*/
.prt-patient-single-content-wrapper-innerbox h2 {
    font-size: 40px;
    line-height: 50px;
}

.prt-patient-single-content-area div:not(.featured-title) > h3,
.patient-section-title h3.title {
    font-size: 26px;
    line-height: 36px;
}

.prt-patient-detail-box {
    position: relative;
    padding-right: 110px;
}

    .prt-patient-detail-box:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 38px;
        background-color: #000000;
    }

    .prt-patient-detail-box .prt_patient_image-wrapper {
        border-radius: 10px;
        overflow: hidden;
    }

.prt-portfolio-description.prt-patient-detail-box p:last-child {
    margin-bottom: 0;
}

.prt-patient-single-detail-box ul.project-details {
    margin: 26px 0 0;
    padding: 0;
}

    .prt-patient-single-detail-box ul.project-details li {
        position: relative;
        display: block;
        font-size: 17px;
        font-weight: 400;
        color: var(--base-headingfont-color);
        padding: 14px 0;
        border-bottom: 1px solid rgb(0 0 0 / 20%);
    }

        .prt-patient-single-detail-box ul.project-details li > span {
            display: inline;
            font-size: 18px;
            font-weight: 600;
        }

        .prt-patient-single-detail-box ul.project-details li:last-child {
            padding: 11px 0 0 0;
            border-bottom: 0
        }

.prtpatient-single-content-area {
    padding-top: 15px;
}

.prt-patient-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}

.prt-patient-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef;
}

.prt-patient-single-content-area .social-icons li > a {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #676b72;
}

    .prt-patient-single-content-area .social-icons li > a:hover {
        border-color: var(--base-white);
        color: var(--base-white);
        background-color: var(--base-skin);
    }

.prt-patient-single-content-area .prt-patient-single-category span {
    color: var(--base-skin);
    font-size: 15px;
    font-weight: 600;
}

.prt-patient-single-content-area .prt-patient-single-category a:not(:hover ) {
    color: inherit;
}

.prt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.patient-img img {
    border-radius: 30px;
}
/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

.blog-content-area .profile-block {
    background-color: var(--base-white);
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    padding: 30px 30px 30px 26px;
    border-radius: 15px;
    text-align: center;
}

    .blog-content-area .profile-block .profile-img {
        border-radius: 50%;
        overflow: hidden;
        width: 120px;
        margin: 0 auto;
    }

    .blog-content-area .profile-block h3.profile-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        position: relative;
        margin-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 70px;
        position: relative;
    }

        .blog-content-area .profile-block h3.profile-title:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 50px;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgb(0 0 0 / 10%);
            margin: 0 auto;
        }

.prt-blog-single-content .blog-single-title h3 {
    font-size: 33px;
    line-height: 43px;
    font-family: var(--base-headingfont);
}

.profile-social-icons ul li {
    display: inline-block;
    font-size: 15px;
    font-family: var(--base-headingfont);
    padding: 2px 30px 4px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 50px;
    margin: 10px 5px 0;
    width: 150px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .profile-social-icons ul li:hover {
        background-color: var(--base-dark);
        border: 1px solid var(--base-dark);
    }

        .profile-social-icons ul li:hover a {
            color: var(--base-white);
        }

.prt-blog-single .prt-blog-single-content h2.entry-title {
    font-size: 44px;
    line-height: 54px;
}

.prt-blog-single h3 {
    font-size: 26px;
    line-height: 36px;
}

.prt-blog-single blockquote {
    display: block;
    position: relative;
    text-align: left;
    background: var(--base-grey);
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    padding: 55px 35px 30px;
    margin: 0;
}

.prt-blog-single-content .social-media-block .social-icons li a {
    color: var(--base-headingfont-color);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 5px 0 5px 3px;
}

    .prt-blog-single-content .social-media-block .social-icons li a:hover {
        background-color: var(--base-dark);
        border-color: var(--base-dark);
        color: var(--base-white);
    }

.prt-blog-single blockquote .qoute-text {
    color: var(--base-bodyfont-color);
    font-family: var(--base-headingfont);
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    position: relative;
}

    .prt-blog-single blockquote .qoute-text:after {
        content: "";
        position: absolute;
        top: -38px;
        left: 25px;
        width: 88px;
        height: 74px;
        background-image: url(../images/icon11.html);
        background-repeat: no-repeat;
    }

.prt-blog-single blockquote cite {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    color: var(--base-dark);
}

    .prt-blog-single blockquote cite span {
        font-weight: 400;
        color: var(--base-bodyfont-color);
        font-size: 16px;
        padding-left: 5px;
    }
/*.blog-cta*/
.prt-blog-single .blog-cta {
    border-radius: 30px;
    text-align: center;
    padding: 65px 50px 39px;
}

    .prt-blog-single .blog-cta h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .prt-blog-single .blog-cta a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        padding-bottom: 2px;
    }
/*post-meta-block*/
.prt-blog-single .post-meta-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.prt-blog-single .post-meta img {
    max-width: 81px;
    height: 81px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 22px;
}

.prt-blog-single .post-meta span.prt-meta-line {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-headingfont-color);
}

    .prt-blog-single .post-meta span.prt-meta-line.date {
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
        border-right: 1px solid rgba(0, 0, 0, 0.10);
    }
/*social-media-block*/
.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ece9e0;
    border-top: 1px solid #ece9e0;
}

.prt-blog-single span.prt-tags-links-title {
    font-size: 15px;
    color: var(--base-dark);
    font-weight: 700;
}

.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    padding: 2px 15px 4px;
    border-radius: 50px;
    border: 1px solid rgb(0 0 0);
    margin: 5px 5px 5px 0;
}

    .prt-blog-single .social-media-block .prt-tags-links a:last-child {
        margin: 0;
    }

    .prt-blog-single .social-media-block .prt-tags-links a:hover {
        background-color: var(--base-dark);
        color: #fff;
        border: 1px solid var(--base-dark);
    }

.prt-blog-single .prt-social-share-wrapper {
    display: flex;
    align-items: center;
    ;
    padding-top: 0;
}

    .prt-blog-single .prt-social-share-wrapper ul li {
        display: inline-block;
        margin: 5px 6px 5px 0;
    }

        .prt-blog-single .prt-social-share-wrapper ul li:last-child {
            margin: 5px 0 5px 0;
        }

        .prt-blog-single .prt-social-share-wrapper ul li a {
            border: 1px solid rgba(0 0 0 / 0.10);
            text-align: center;
            display: block;
            font-size: 15px;
            padding: 0;
            color: rgba(0, 0, 0, 0.50);
            font-weight: 400;
            border-radius: 50px;
            width: 38px;
            height: 38px;
            line-height: 38px;
        }

            .prt-blog-single .prt-social-share-wrapper ul li a:hover {
                background-color: var(--base-skin);
                color: #fff;
                border: 1px solid var(--base-skin);
            }

.prt-social-share-wrapper a {
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 15px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    margin-right: 5px;
    background-color: var(--base-grey);
    border: none !important;
}


/*blog-comment*/
.prt-blog-classic-box-comment_1 h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}

.comments-area {
    position: relative;
}

    .comments-area h3.comment-reply-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 14px
    }

    .comments-area p {
        margin-bottom: 20px;
    }

.comment-form textarea, .comment-form input[type="date"],
.comment-form input[type="text"],
.comment-form input[type="email"], .comment-form input[type="url"],
.comment-form select {
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 9px 15px;
    font-weight: 500;
    background-color: var(--base-grey);
    text-transform: inherit;
    font-size: 15px;
    line-height: inherit;
    border: none;
    border-radius: 10px;
}

.comment-form label {
    display: unset;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="date"]:focus {
    border-color: transparent;
    border: 1px solid var(--base-skin);
}

.comment-form textarea::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form select::placeholder {
    color: var(--base-bodyfont-color);
}

.comment-form span.text-input select {
    color: rgb(255 255 255 / 80%);
}

.comment-form span.text-input option {
    color: var(--base-dark);
}

.comment-form select {
    padding: 11px 20px 14px 0;
    color: rgba(0, 0, 0, 0.50);
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-doctors,
.comments-area .comment-form .comment-form-date {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.comments-area .comment-form span.date-bday input[type="date"] {
    background-color: var(--base-dark);
    padding: 18px 15px 12px 0;
    color: rgb(255 255 255 / 80%);
}

.comments-area .comment-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-date {
    margin-right: 0;
}

.comments-area .comment-form .select-option {
    position: relative;
}

.comments-area .comment-form .comment-form-diseases {
    position: relative;
    width: 100%;
    float: left;
}

.comments-area .comment-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
}

.comments-area .comment-form .select-option:before {
    right: 20px;
    position: absolute;
    content: "\e64b";
    top: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 57px;
    pointer-events: none;
    font-family: 'themify';
}

.comments-area .comment-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}

    .comments-area .comment-form span.text-input i {
        position: absolute;
        left: 0;
        top: 20px;
        opacity: .9;
        font-size: 16px;
        z-index: 1;
        color: rgb(255 255 255 / 80%);
    }

.bg-img3 .comments-area .comment-form span.date-bday input[type="date"] {
    background-color: transparent;
}

.comments-area_1 h3.comment-reply-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.comments-area_1 p.comment-notes {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: var(--base-dark);
    margin-bottom: 25px;
}

.comments-area_1 textarea, .comment-form input[type="text"],
.comments-area_1 input[type="email"], .comment-form input[type="url"],
.comments-area_1 input[type="author"], .comment-form input[type="author"],
.comments-area_1 input[type="web"], .comment-form input[type="web"],
.comments-area_1 .comment-form_1 .comment-form-author input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-email input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-web input[type="text"] {
    text-transform: inherit;
    padding: 11px 15px;
    border: 1px solid rgba(0 0 0 / 0.10);
    background-color: var(--base-grey);
    border-radius: 10px;
    text-transform: capitalize;
}

.comments-area_1 input[type=checkbox] {
    margin: 0 6px 0 0;
}

.comments-area_1 span.checkbox {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-dark);
}

.comments-area_1 .comment-form_1 textarea::placeholder,
.comments-area_1 .comment-form_1 input[type="text"]::placeholder {
    color: var(--base-bodyfont-color);
}

.comments-area_1 .comment-form_1 .comment-form-author,
.comments-area_1 .comment-form_1 .comment-form-email,
.comments-area_1 .comment-form_1 .comment-form-web {
    position: relative;
    float: left;
    width: 32%;
    margin-top: 10px;
    margin-right: 2%;
}

.comments-area_1 .comment-form_1 .comment-form-web {
    margin-right: 0;
}

.comments-area_1 textarea:focus,
.comments-area_1 input[type="text"]:focus,
.comments-area_1 input[type="email"]:focus,
.comments-area_1 input[type="author"]:focus,
.comments-area_1 input[type="web"]:focus,
.comments-area_1 input[type="url"]:focus {
    border: 1px solid var(--base-skin);
}

.comments-area_1 .prt-btn-color-skincolor:not(.btn-inline):before {
    background-color: var(--base-dark);
}


/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
}

.contact-logo-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-logo-block h3 {
        font-size: 16px;
        line-height: 26px;
        padding: 8px 0 8px 25px;
        margin: 0 0 0 25px;
        border-left: 1px solid rgba(31 99 6 / 0.10);
    }

.prt-contact-block1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.prt-contact-block1 p.prt-time {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 6px;
}

.prt_contact_widget_wrapper .rating-star {
    margin-right: 15px;
}

    .prt_contact_widget_wrapper .rating-star li {
        display: inline-block;
        font-size: 15px;
        line-height: 25px;
        color: #ffa800;
    }

.prt_contact_widget_wrapper span.headingfont-color {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.prt_contact_widget_wrapper h2.prt-logo {
    font-size: 56px;
    line-height: 66px;
    font-family: var(--base-headingfontone);
    color: var(--base-dark);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map {
    display: block;
    height: 450px;
    width: 100%;
}

    #map iframe {
        width: 100%;
        height: 100%;
        margin-top: 0;
        filter: brightness( 132% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
        ;
    }

body .page.sticky-column {
    overflow: unset;
}

.main-box {
    position: relative;
    min-height: auto;
}


.site-header-menu {
    background-image: url(../images/hbg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


.topnavigation {
    display: flex;
    list-style: none;
}

.apluse {
    padding: 0px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    height: 24px;
    width: 24px;
}


.readmore {
    background: #1f6306;
}

    .readmore a {
        color: #ffff;
    }

.marquees {
    background: #fff;
    text-align: center;
    padding: 25px 14px 0px 14px;
    /*padding: 10px 20px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*border-bottom: 3px solid #1f6306;*/
    /*border-radius: 0px 0px 8px 8px;*/
    min-height: 371px !important;
    /*margin-bottom: 20px;*/
}

    .marquees ul li {
        color: #005196;
        font-weight: 500;
    }

.newsm {
    /*background: #1f6306;*/
    font-size: 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.panel-footer {
    padding: 6px 15px;
    /* border-top: 1px solid #ddd; */
    color: #fff;
    /* border-radius: 6px; */
    /* margin-top: 17px; */
}

    .panel-footer a {
        color: #fff;
    }


.inr_pg .slick-slide .featured-thumbnail img {
    height: auto !important;
}

.service_inr_pg {
    background: #f7f7f7;
}

.table_frmt table {
    width: 100%;
}

    .table_frmt table td {
        border: 2px solid black;
        padding: 8px 10px;
        color: black;
    }

tr.thead_tbl {
    background: linear-gradient(45deg, #2d6005, #0c5174ed), url(../images/footer-bg.jpg);
}

    tr.thead_tbl td {
        color: white;
    }

.tbl__res {
    overflow-x: auto;
}


/*------------------------tawarit link start-----------------*/
/*important News*/

.hor-implink {
    background-color: #fff;
    padding: 30px 0px;
}

    .hor-implink h3 {
        text-align: center;
        font-size: 35px;
        color: #864e00;
        margin: 0px;
        font-weight: 600;
    }

.prt-row h3 {
    text-align: center;
    font-size: 35px;
    color: #864e00;
    margin: 0px;
    font-weight: 600;
}

.hor-implink h3:after {
    ;
    content: "";
    display: block;
    background: url("../images/line-icon2.png") no-repeat;
    /*height: 30px;*/
    margin: 15px 33%;
}

.hor-implink nav > .nav.nav-tabs {
    border: none;
    padding: 16px 0px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

.hor-implink nav > div a.nav-item.nav-link,
.hor-implink nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

.hor-implink .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.hor-implink .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #00902d;
    border-bottom: 5px solid #00902d;
    padding: 30px 25px;
}

.hor-implink .nav-tabs > li > a {
    font-size: 1.2em;
    color: #00902d;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #dee2e6 #dee2e6 #fff;
}

.hor-implink .nav-tabs > li.active > a, .hor-implink .nav-tabs > li.active > a:focus, .hor-implink .nav-tabs > li.active > a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #bd5400;
    border: 1px solid #883e01;
    border-bottom-color: #883e01;
}

.hor-implink .nav-tabs > li > a:hover, .hor-implink .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: #00902d;
    border-color: #00902d #00902d #00902d;
    color: #fff !important;
}

.hor-implink nav > div a.nav-item.nav-link:hover,
.hor-implink nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.bog-listpanel h5 {
    font-size: 1.4em;
    color: #bd5400;
    line-height: 26px;
    text-align: center;
}

.bog-listpanel h6 {
    font-size: 1.6em;
    color: #b14f00;
    line-height: 26px;
    text-align: center;
}

.bog-listpanel .media {
    padding: 10px 5px;
    background-color: #fff;
    margin: 18px 5px;
    min-height: 146px;
    box-shadow: 1px 2px 14px 2px #9e9e9e;
}

.bog-listpanel .media-heading {
    margin: 0;
    line-height: 26px;
}

.bog-listpanel .media p {
    margin: 0px;
}
/**/
#imp-web {
    padding: 30px 0px;
}

    #imp-web h3 {
        text-align: center;
        font-size: 2.8em;
        color: #864e00;
        margin: 0px;
        font-family: 'Lobster', cursive;
    }

        #imp-web h3:after {
            content: "";
            display: block;
            background: url(../images/line-icon3.png) no-repeat;
            height: 30px;
            margin: 15px 33%;
        }

    #imp-web .owl-carousel {
        margin: 2rem 0;
    }

        #imp-web .owl-carousel .item h4 {
            color: #FFF;
            font-weight: 400;
            margin-top: 0rem;
        }

    #imp-web .secondary.play {
        background-color: #259401;
        padding: 10px 15px;
        border: 1px solid #000;
        cursor: pointer;
        display: inline-block;
        color: #fff;
    }

    #imp-web .secondary.stop {
        background-color: #940801;
        padding: 10px 15px;
        border: 1px solid #000;
        cursor: pointer;
        display: inline-block;
        color: #fff;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

/*table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fff2e7;
}*/
.table > :not(caption) > * > * {
    padding: 5px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.table > tbody > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.hor-implink .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.hor-implink .btn {
    padding: 0px 20px 0px 20px !important;
}

.nav-tabs .nav-link {
    /* margin-bottom: -1px; */
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-right: 2px;
}
/*------------------------tawarit link end-----------------*/


/*site-map-two css start*/

.sitemap-banner {
    background-image: url(../images/sitemap-banner.webp);
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
}

.site-map-two {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .site-map-two h1 {
        font-size: 36px;
        font-weight: 600;
        color: #ed8e22;
        text-align: center;
    }

    .site-map-two .site-map-two-list {
        margin-top: 30px;
    }

        .site-map-two .site-map-two-list ul {
            text-align: center;
        }

            .site-map-two .site-map-two-list ul li {
                text-align: left;
            }

    .site-map-two .site-map-two-list-bottom ul {
        text-align: center;
        position: relative;
    }


    .site-map-two .site-map-two-list ul li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-right: 1rem;
        padding-left: 1rem;
    }

        .site-map-two .site-map-two-list ul li a {
            color: inherit;
            padding: 0.5rem;
            background-color: #198754;
            border-radius: 0.25rem;
            color: #fff;
            margin-bottom: 1rem;
            display: block;
            text-align: center;
            position: relative;
        }

        .site-map-two .site-map-two-list ul li .two-list {
            padding-left: 10px;
        }

            .site-map-two .site-map-two-list ul li .two-list li {
                display: block;
                position: relative;
                padding-left: 0px;
                border-left: 0px;
                border-left: 1px solid #ed8e22;
                padding-left: 15px;
            }

                .site-map-two .site-map-two-list ul li .two-list li p:before {
                    position: absolute;
                    content: "";
                    height: 1px;
                    width: 50px;
                    background-color: #ed8e22;
                    top: calc(50% - 2px);
                    left: -15px;
                    z-index: -1;
                }

                .site-map-two .site-map-two-list ul li .two-list li .sub-li li {
                    border-left: 0px;
                }

                    .site-map-two .site-map-two-list ul li .two-list li .sub-li li a {
                        margin-bottom: 0rem;
                        border-left: 1px solid #ed8e22;
                        border-radius: 0rem;
                        position: relative;
                        padding-left: 15px;
                    }

                .site-map-two .site-map-two-list ul li .two-list li p a {
                    margin-bottom: 0px;
                    color: #fff;
                }

            .site-map-two .site-map-two-list ul li .two-list .ser-pad {
                padding-bottom: 15px;
            }

                .site-map-two .site-map-two-list ul li .two-list .ser-pad p a {
                    font-size: 16px;
                    color: #fff;
                    padding: 0rem;
                }

            .site-map-two .site-map-two-list ul li .two-list li .sub-li li a:before {
                position: absolute;
                content: "";
                height: 1px;
                width: 10px;
                background-color: #ed8e22;
                left: 0px;
                top: calc(50% - 2px);
            }

            .site-map-two .site-map-two-list ul li .two-list li .sub-li .pd-bottom {
                padding-bottom: 15px;
            }

            .site-map-two .site-map-two-list ul li .two-list li p {
                padding: 0.5rem;
                background-color: #ed8e22;
                border-radius: 0.25rem;
                color: #fff;
                margin-bottom: 0px;
                position: relative;
            }

            .site-map-two .site-map-two-list ul li .two-list li a {
                font-size: .8rem;
                display: inline-block;
                background-color: var(--yellow);
                color: #000;
                font-weight: 500;
                position: relative;
            }

    .site-map-two .site-map-two-list ul .margin-none {
        margin-right: 0px;
    }

    .site-map-two .site-map-two-list ul li a {
        color: #fff;
    }

    .site-map-two .site-map-two-list-bottom {
        margin-top: 30px;
    }

        .site-map-two .site-map-two-list-bottom h1 {
            margin-bottom: 30px;
        }

        .site-map-two .site-map-two-list-bottom ul li {
            display: inline-block;
            position: relative;
            vertical-align: top;
            margin-right: 1rem;
            padding-left: 1rem;
        }

            .site-map-two .site-map-two-list-bottom ul li a {
                color: inherit;
                padding: 0.5rem;
                background-color: #198754;
                border-radius: 0.25rem;
                color: #fff;
                margin-bottom: 1rem;
                display: block;
                text-align: center;
                position: relative;
            }

/*--------------------middle-section start-------------*/
.sec-padding {
    padding: 50px 0;
}

.sec-heading {
    margin-bottom: 40px;
}

.curated-box {
    height: 200px;
    display: block;
    background-position: center center;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative
}

    .curated-box .title {
        width: 100%;
        font-weight: 700;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

    .curated-box .title, .featured-city-box .img-box .title {
        top: 0;
        right: 0;
        text-align: center;
        color: #fff;
        display: flex;
        background: rgba(0, 0, 0, .4);
        left: 0;
        bottom: 0;
        position: absolute;
        height: 100%;
        margin: 0;
    }

    .curated-box .title {
        width: 100%;
        font-weight: 700;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        transition: .3s
    }

.curated-box, .home-banner {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

    .curated-box::before, .curated-box::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        z-index: 9
    }

    .curated-box::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1)
    }

    .curated-box::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0)
    }

    .curated-box:hover::before, .curated-box:hover::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .curated-box:hover .title {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

/*site-map-two css end*/


/*---------------------about---------------*/
.w_pages {
    max-width: 1200px;
    width: 100%;
    -webkit-box-shadow: 0 0 8px 0 #D9D9D9;
    box-shadow: 0 0 8px 0 #D9D9D9;
    margin: 0px auto;
    padding: 20px;
    border-radius: 25px;
    background-color: #fff;
}

.footer .footer-menu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.footer-menu ul li {
    display: inline-block;
}

    .footer-menu ul li a {
        border-right: 1px solid #ccc;
        padding: 0px 18px;
        color: #000;
        font-size: 12px;
    }


.contactbox .table > tbody > tr > td {
    padding: .75rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.contactbox .ct-h2 {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    font-size: 22px;
}

.contactbox .table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
}

.contactbox .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.contactbox .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e9ecef;
}


.flexman {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}



@media only screen and (max-width: 600px) {

    .flexman {
        display: block;
        justify-content: space-between;
        gap: 10px;
    }
}

@media (max-width: 1199px) {
    .up-leader .thumbnail {
        margin-top: 40px !important;
        min-height: 212px !important;
        width: 100%;
    }
}
