/** ==========================================================================================

  Project :   Medisat - Responsive Multi-purpose HTML5 Template
  Version :   Bootstrap 5.3.3
  Author :    Preyantechnosys

========================================================================================== */

@font-face {
    font-family: "Wigrum Web";
    src:url("../fonts/Wigrum Web.woff2")format("woff2"),
        url("../fonts/Wigrum Web.woff")format("woff"),
}
@font-face {
    font-family: "P22 Mackinac";
    src:url("../fonts/P22 Mackinac W01 Bold Italic.woff2")format("woff2"),
        url("../fonts/P22 Mackinac W01 Bold Italic.woff")format("woff"),
        url("../fonts/P22 Mackinac W01 Medium Italic.woff2")format("woff2"),
        url("../fonts/P22 Mackinac W01 Medium Italic.woff")format("woff"),
        url("../fonts/P22 Mackinac W01 Medium.woff2")format("woff2"),
        url("../fonts/P22 Mackinac W01 Medium.woff")format("woff"),
}

/**

  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: #05c8f9; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #05c8f9; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #05c8f9; 
    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;
}
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 #ff382f;
    -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: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'Wigrum Web', sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #828282;    
    --base-skin: #4b6cb7;
    --base-lightskin: #38d870;
    --base-dark: #010d14;
    --base-grey: #f6f6f6;
    --base-white: #ffffff;
    --base-gradient: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    --base-headingfont: 'Wigrum Web', serif;
    --base-headingfont-color: #010d14;
}



/** Typo Colors **/
.border-color: { color: #e3e3e3;}
.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-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}
.bg-base-gradient { background-image: var(--base-gradient);}

/** Text Colors **/
.text-base-skin { color: black;}
.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-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-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-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: 400; color : var(--base-headingfont-color);
}
h1 { font-size: 60px; line-height: 72px; }
h2 { font-size: 54px; line-height: 68px; }
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.plr-85 {padding: 0 85px; }
.container-fluid{padding: 0 15px;}
.container {
    max-width: 1330px;
    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-dark);
}
a:hover { color: var(--base-skin); }
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: 0px 0px 30px rgb(0 0 0 / 8%); }
.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_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; }

.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--base-white);
    bottom: 0px;
    left: 0;
}
.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); }
.prt-btn-color-whitecolor:hover.underline:before{ background-color: var(--base-white); }
.prt-btn-color-darkcolor.underline:before{ background-color: var(--base-dark); }
.prt-btn-color-darkcolor:hover.underline:before{ background-color: var(--base-skin); }

.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 { margin-top:-300px; margin-bottom:0;  }
.spacing-2 { padding: 125px 0 130px;}
.spacing-3 { margin-right:-302px; }


.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-80{ padding-right: 80px ! 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 ; }

.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 ; }
.pt-100{ padding-top: 100px ! 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 ; }
.pb-80 {padding-bottom: 80px !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-75{ margin-top: 75px ! 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 ; }


.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 ; }

.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-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_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 ; }


.mr-0{ margin-right: 0px !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_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_265{ margin-right: -265px ! 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;
}


/* 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: 45px;
    width: 45px;
    border-radius: 50px;
    z-index: 1;
    color: inherit;
    background-color: transparent;
    border: 1px solid #000;
    overflow: hidden;
}

.slick_slider.slick-arrow-style1 .slick-next{ 
    left: 58.8%;
    top: -112px;
}
.slick_slider.slick-arrow-style1 .slick-prev {
    left: 56.2%;
    top: -112px;
}
.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:after,
.slick_slider.slick-arrow-style1 .slick-prev:after{
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.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_slider.slick-arrow-style1 .slick-next:hover:after,
.slick_slider.slick-arrow-style1 .slick-prev:hover:after{
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

/*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;
}


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.top_bar .social-icons li {
    min-width: auto;
    margin-left: 0;
    margin-right: 10px;
}
.top_bar .social-icons li:last-child {
    margin-right: 0px;
}
.top_bar .social-icons li a{
    border: 1px solid rgba(255, 255, 255 , 0.20);
    height: 35px;
    width: 35px;
    line-height: 36px;
    border-radius: 5px;
}
.prt-header-style-01 .top_bar .social-icons li a:hover {
    background-color: #21a12e;
    color: #fff;
    border-color: #21a12e;
}
.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: flex;
    position: relative;
    border-radius: 5px;
}
.top_bar_contact_item .top_bar_icon i { 
    font-size: 15px;
}
.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
    color: var(--base-skin);
    font-weight: 700;
}
.text-base-white .top_bar_contact_item a:hover{color: var(--base-skin);}
.top_bar_contact_item .social-icons ul {
    margin: 0;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_icon .icon-location-2:before {
    margin: 0;
}
.top_bar_contact_item {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}
.prt-header-style-01 .row .col-lg-12 .top_bar_contact_item:last-child{padding-right:0;}
.row .col-lg-12 .top_bar_contact_item:first-child{padding-left: 0;}
.prt-header-style-01 .top_bar_contact_item:not(:first-child):before {
    content: "";
    height: 22px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.12);
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}
.prt-header-style-01 .top_bar_contact_item:last-child:before{
  content:unset;
}



/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    display: flex;
}
.site-branding h1{margin-bottom: 0; line-height: 0;}
.site-branding #logo-img{
/*    max-width: 110px;*/
    z-index: 1;
    position: relative;
}
/**  side-menu **/
.side-menu{ position: relative; padding-right: 17px; margin-right: 25px; }
.side-menu:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0 0 0 / 0.20);
}
.side-menu a{
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 21px;
    color: #000;
}
.side-overlay .side{
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 9;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--base-dark);
    background-image: url(../images/fltingbar-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 140px 0 50px;
}
.side-overlay.on .side{
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
    overflow-y: scroll;
}
.side-overlay.on .side::-webkit-scrollbar-track { background-color: transparent; }

.side-overlay.on .side::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.side-overlay.on .side::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}
.side .close-side{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: var(--base-white);
}
.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 15px;
}
.side .prt-detailss ul>li {
    padding-bottom: 3px;
    list-style: none;
}
.side .prt-detailss li span:first-child {
    color: rgba(255,255,255,.95);
}
.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: var(--base-skin);
}
.side .prt-detailss ul>li a,
.side p.paragraph,.side p.paragraph a{
    color: #7a7a7a;
}
.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input, 
.side aside.widget_text .wrap-form.cta_form span.text-input textarea, 
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgba(255,255,255,.40);
}
.menu-floatibar-text { display: flex; }
.div-block { width: 146px; }
.floatbar-link {
    display: inline-block;
    color: rgb(255 255 255 / 60%);
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
}
.floatbar-menu-box_1 { padding-left: 58px; list-style-type: none; }
.floatbar-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.floatbar-title-link {
    display: inline;
    color: var(--base-white) !important;
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
}
.floatbar-menu-box_1 .form-block .icon-wrapper {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    float: right;
}
.floatbar-menu-box_1 .form-block .icon-wrapper ..prt-btn.btn-inline.prt-btn-color-darkgrey:before {
    content: unset;
}
.floatbar-menu-box_1 .form-block .icon-wrapper .prt-btn.btn-inline.prt-btn-color-darkgrey:after {
    font-size: 15px;
    right: -35px;
    top: 6px;
}
.floatbar-menu-box_1 .form-block .wrap-form.query_form_1 p {
    display: inline-block;
}
.country-text {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--base-white);
    border-radius: 6px;
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 16px;
    line-height: 26px;
}
.paragraph {
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    line-height: 26px;
}
.p-link {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}
.newsletter-form{ position: relative; }
.form-block input[type="email"]{
    background-color: transparent;
    color: #fff;
    padding: 8px 65px 8px 15px;
    width: 307px;
    border: 1px solid rgba(255 255 255 / 0.20) !important;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
}
.form-block input[type="email"]::placeholder{
    color: rgba(255, 255, 255, 0.60);
}
.form-block button[type="submit"] {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -38px;
    bottom: 0;
    right: 13px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
}
.form-block label{ font-size: 18px; color: rgba(255, 255, 255, 0.60) }
/* header_extra */
.header_extra { position: relative; }
.header_extra .contact_item.with-icon span{ display: flex; align-items: center; color:#fff;}
.header_extra .contact_item.with-icon a{ 
    font-size: 17px;
    line-height: 17px;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    padding-left: 5px;
}
.header_extra .contact_item.with-icon a:hover{
    color: var(--base-skin);
}
.header_extra .contact_item.with-icon i{ 
    color: #fff;
    font-size: 19px;
    background-color: #29a71a;
    height: 34px;
    width: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.header_extra .contact_item.with-icon span:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.30);
    top: 5px;
    left:-30px;
}


/** 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: 17px;
    text-decoration: none;
    z-index: 1;
}
#site-header-menu .site-navigation ul.menu > li.active > a,
#site-header-menu .site-navigation ul.menu > li:hover > a{ color: var(--base-skin); }
#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: 680px;
    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); }
}


/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
    padding-bottom: 0px;
    background-color: var(--base-dark);
    
}
.footer .text-base-white,
.footer .text-base-white a {
    color: rgba(255 255 255 / 0.80);
}

.footer-logo img{
    max-width: 160px;
}
/*second-footer*/
.second-footer{ padding: 70px 5px 40px 4px; }

/* bottom-footer */
.bottom-footer{
    background-image: var(--base-gradient);
    padding: 10px 0;
}
.widget-title-h3{
    font-size: 20px;
    line-height: 28px;
    color: var(--base-white);
    font-weight: 600;
}
.widget.widget_text p{
    color: rgba(255 255 255 / 0.70);
    margin-top: 25px;
    margin-bottom: 34px;
}
.footer-widget-box.social-icons ul.social-icons li{
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    font-size: 15px;
}
.footer-widget-box.social-icons ul.social-icons li a{ color: var(--base-white); }
.footer-widget-box.social-icons ul.social-icons li:hover{
    background: var(--base-gradient);
    border: 1px solid var(--base-gradient) ;
}
/*menu-footer-link*/
ul.menu-footer-link{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.menu-footer-link li {
    display: inline-block;
    padding: 7px 0 6px 0;
    position: relative;
    width: calc(49% - 2px);
    float: none;
}
ul.menu-footer-link li a{
    font-size: 16px;
    line-height: 16px;
    color: rgba(255 255 255 / 0.80) !important; 
}
ul.menu-footer-link li a:hover{ color: var(--base-white) !important; }

/*timelist-block*/
ul.timelist-block{
    margin: 0; 
    padding: 0;
    list-style-type: none;
}
ul.timelist-block li.timelist-item{
    font-size: 16px;
    line-height: 26px;
    color: rgba(255 255 255 / 0.80);
    padding: 16px 0 16px;
    border-bottom: 1px solid rgba(255 255 255 / 0.20);
}
ul.timelist-block li.timelist-item:last-child{ border-bottom: 0; }
ul.timelist-block li.timelist-item:first-child{ padding-top: 10px; }
ul.timelist-block li.timelist-item i{ color: var(--base-white); margin-right: 5px; }

.footer-widget-box img{
    width: 35px;
    height: 38px;
    margin-right: 14px;
    animation: phone-call-animate 1.5s ease-in-out infinite;
}
@keyframes phone-call-animate {
    0%, 100% { transform: rotate(0); }
    10% { transform: rotate(-25deg); }
    20%, 40% { transform: rotate(25deg); }
    30% { transform: rotate(-25deg); }
    50% { transform: rotate(0); }
}
/*widget-form*/
.second-footer .widget-form{ width: 100%; }
.second-footer .newsletter-form {
    position: relative;
    margin-top: 15px;
    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: rgba(255 255 255 / 0.06);
    color: var(--base-white);
    padding: 17px 80px 17px 25px !important;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    border: 1px solid rgba(255 255 255 / 0.20);
    position: relative;
    border-radius: 50px;
}
.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;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 63px;
    color: var(--base-white);
    background: var(--base-gradient);
    cursor: pointer;
    border-radius: 50px;
    border: 0;
}
/*footer-content-cta*/
.footer-content-cta .prt-call a,
.footer-content-cta .prt-email a{
    position: relative;
}
.footer-content-cta .prt-call a{
    font-size: 16px;
    line-height: 26px;
}
.footer-content-cta a:hover{ color: var(--base-white); }
.footer-content-cta .prt-email a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

/** copyright **/
.copyright{
    position: relative;
    padding: 30px 0 0px;
}
.copyright .cpy-text,
.copyright .cpy-text a{
    font-size: 15px;
    line-height: 25px;
    color: rgb(255 255 255 / 70%);
}
.copyright .cpy-text a:hover{ color:var(--base-white); }


/
/* ===============================================
    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.png);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.prt-page-title-row.prt-bg.prt-bgimage-yes > .prt-titlebar-wrapper-bg-layer{
    opacity: .01;
}
.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 170px 0 70px;
    text-align: center;
}
.prt-page-title-row-inner.style1 {
    padding: 190px 0 154px;
}
.page-title-subheading h3{
    color: var(--base-white);
}
.page-title-heading h2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 12px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}
.page-title-heading h2 span {
    font-family: 'P22 Mackinac';
}
.breadcrumb-wrapper {
    z-index: 99;
    margin: 5px 0 15px;
}
.breadcrumb-wrapper span{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--base-headingfont);
    position: relative;
    color: var(--base-skin);
    padding-right: 40px;
}
.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: "\e826";
    font-family: 'fontello';
    font-size: 15px;
    right: 10px;
    top: 2px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}
.breadcrumb-wrapper span a:nth-child(2):after {
    right: 14px;
}

/* ===============================================
    Home-Pages
------------------------*/


.banner-section {
    padding: 170px 0 75px;
    position: relative;
    z-index: 3;
    background-image: url(../images/banner/banner-bg.jpg);
    background-position: top center;
    background-size: cover;
}
.banner-content-inner { position: relative; }
.banner-content.block-1 { 
    position: relative;
    z-index: 3;
}
.banner-sub-heading h3 {
    font-size: 30px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1) !important;
    margin: 0px 0px 15px 0px;
    white-space: normal;
}
.banner-desc p {
    color: rgba(255, 255, 255, .8);
    white-space: normal;
}
.banner-heading h2 {
    font-size: 96px;
    line-height: 120px;
    font-weight: 500;
    color: var(--base-white);
    white-space: nowrap;
    position: relative;
    z-index: 99;
}
.banner-heading h2 span{
    font-family: P22 Mackinac;
}
.banner-heading { padding: 0px 0px 0px 0px; margin:-140px -350px 0px 280px; }
.banner-contact-phone a ,
.banner-contact-mail a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: var(--base-white);
    margin-bottom: 20px;
}
.banner-contact-address p {
    font-size: 16px;
    color: var(--base-white);
    margin-bottom: 20px;
}
.banner-contact-info {
    position: relative;
    overflow: visible;
}
.banner-contact-info-inner {
    position: relative;
}
.banner-contact-info-overlay {
    position: absolute;
    top: -30%;
    left: -50%;
    width: 598px;
    height: 241px;
    max-width: 598px;
    background-image: url(../images/bg-co.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.banner-content.block-2 {
    position: relative;
    z-index: 2;
    padding: 10px 0px 0px 60px;
    white-space: nowrap;
    text-align: center;
}
.banner-fid-block {
    position: relative;
    width: 300px;
    height: 300px;
}
.baner-fid-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-fid-block-overlay {
    position: relative;
    width: 300px;
    height: 300px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/fidbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.banner-fid-content {
    position: absolute;
    bottom: 20px;
    right: -156px;
}
.banner-content.block-3 {
    position: relative;
    z-index: 2;
    padding: 345px 55px 0px 0px;
}
.banner-text {
    color: #85979B;
    margin-bottom: 20px;
}


/* ===============================================
    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;
}

/*------------------------------------------------------------------------------*/
/*  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-dark);
    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-skin);
    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); }


.prt-team-member-single-content h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 22px;
}

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

.prt-about-solutions-content{ 
    background-color: var(--base-white);
    border-radius: 30px;
    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; }

/* ===============================================
    Doctors
------------------------*/

.doctors-info-avatars {
    display: flex;
    align-items: center;
}
.doctors-info-thumbnail {
    margin-right: 30px;
}
.doctors-info-caption h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

.prt-blog-single .prt-blog-single-content h2.entry-title{
    font-size: 50px;
    line-height: 60px;
}
.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-radius: 30px;
    padding: 40px 40px 40px 30px;
    margin: 0;
}
.prt-blog-single blockquote p{ margin-bottom: 0; }
.prt-blog-single blockquote .qoute-text{
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    position: relative;
    padding: 10px 0 10px 20px;
}
.prt-blog-single blockquote .qoute-text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: var(--base-gradient);
    width: 2px;
    height: 100%;
}
.prt-blog-single blockquote .qoute-text:after{
    content: "\f102";
    position: absolute;
    font-family: 'flaticon';
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 90px;
    line-height: 90px;
    color: rgb(0 0 0 / 0.10);
    font-style: normal;
    display: flex;
    align-items: center;
}
/*.blog-cta*/
.prt-blog-single .blog-cta{
    border-radius: 30px;
    text-align: center;
    padding: 44px 50px 44px;
}
.prt-blog-single .blog-cta h3{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

/*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 20px;
    margin-top: 28px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    padding: 2px 20px 2px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    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-skin);
    color: #fff;
    border: 1px solid var(--base-skin);
}
.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 4px 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);
}

/*blog-comment*/
.comments-area {
    background-color: var(--base-white);
    padding: 60px 0px 50px 70px;
}
.comments-area h3.comment-reply-title{
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 25px
}
.comments-area p { margin-bottom: 20px; }
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 10px 15px;
    font-weight: 400;
    background-color: var(--base-grey);
    text-transform: inherit;
    border: 1px solid #f6f6f6;
    font-size: 13px;
    line-height: inherit;
}
.comment-form textarea{ border-radius: 10px; }
.comment-form textarea::placeholder,
.comment-form input[type="text"]::placeholder{
    color: #242424;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-phone, 
.comments-area .comment-form .comment-form-email{
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-email {
    margin-right: 0;
}
.comments-area .comment-form .prt-btn.prt-btn-size-md{
    padding: 14px 34px;
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}
@media (min-width: 992px) {
    .prt_contact_widget_wrapper:before {
        position: absolute;
        content: '';
        right: -20px;
        top: 46%;
        margin: 0 auto;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        border-left-width: 20px;
        border-left-style: solid;
        z-index: 9;
    }
}
.prt_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: disc;
    clear: both;
    padding-left: 23px;
}
.prt_contact_widget_wrapper li {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.prt_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.prt_contact_widget_wrapper li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
.contentmap{ width: auto; height: 100%; margin: 0px -42px 0 -40px; }
#google_map{position: relative;}

/*style1*/   
.google_map.style1,
.google_map.style1 .map_container,
.google_map.style1 #map,
.google_map.style1 #map iframe{ 
    width: 100%;
    height: 100%;
    margin: 0 !important;
     }
.google_map.style1 #map iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
}



/* my css */

.nav-select{
    background-color: transparent;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .nav-select{
        color: var(--base-dark);
    }
}

.nav-select option{
    color: var(--base-skin);
}


.hover-btn{
    transition: 0.2s ease;
}
.hover-btn:hover{
    opacity: 0.8;
}


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

.prt-about-solutions-content{ 
    background-color: var(--base-white);
    padding: 40px 40px 40px;
    height: 100%;
    width: 100%;
}

.prt-case-single-content img{
    width: 500px;
    object-fit: fill;
} 





.prt-about-solutions-content h3{ font-size: 24px; line-height: 33px; }
.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
/*------------------------------------------------------------------------------*/




/* ===============================================
    13.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative; 
    overflow: hidden;
}
.ttm-grid-view .featured-imagebox { margin-bottom: 30px; }
.featured-imagebox .featured-content .featured-title h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.ttm-grid-view .featured-imagebox.ttm-portfolio-box-view1 .ttm-box-view-overlay {
    position: unset;
    overflow: unset;
}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 14px;
}

/* post */
.featured-imagebox {
    margin: 15px 0;
}
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-content .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--base-dark);
}
.featured-imagebox-post .featured-content .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .featured-content .post-meta span i{ 
    padding-right: 4px; 
    font-size: 14px;
    line-height: 0;
    color: var(--base-dark);
}
.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o { font-size: 16px; }
.post-category{
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}
/* post-1 */
.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    padding: 5px 30px 40px 30px;
    border: 1px solid rgb(193 193 193 / 30%);
    background-color: #fcf9f8;
    
}
.featured-imagebox-post.style1 .prt-box-post-date .entry-date {
    font-size: 40px;
    line-height: 30px;
    color: var(--base-skin);
    font-family: var(--base-headingfont);
}
.featured-imagebox-post.style1 .prt-box-post-date .entry-month.entry-year {
    font-size: 18px;
    line-height: 30px;
    color: var(--base-skin);
    font-family: var(--base-headingfont);
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.featured-imagebox-post.style1 .prt-box-post-date .prt-entry-date {
    padding: 0;
}
.featured-imagebox-post.style1 .featured-title h3 {
    font-size: 24px;
    line-height: 36px;
    padding-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.featured-imagebox-post.style1 .featured-thumbnail {
    border-radius: 15px;
}
.featured-imagebox-post.style1 .featured-thumbnail img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    border-radius: 15px;
}
.featured-imagebox-post.style1 .featured-title h3 a:hover {
    color: var(--base-secondary-skin);
}
.featured-imagebox-post.style1:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

/* services-1 */
.prt-services .row > [class|=col]:last-child > .featured-imagebox-service.style1{ margin-bottom: 0; }

/*style1*/
.featured-imagebox-services.style1 .featured-thumbnail {
    display: table-cell;
    vertical-align: middle;
}
.featured-imagebox-services.style1 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 500;
}
.featured-imagebox-services.style1 .featured-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.row > [class*='col-']:last-child .featured-imagebox-services.style1 {
    margin-bottom: 0;
}

/*style2*/
.featured-imagebox-service.style2 {
    background-color: var(--base-grey);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-service.style2 .featured-thumbnail{
    max-width: 120px;
    min-height: 120px;
    border-radius: 8px;
}
.featured-imagebox-service.style2 .featured-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.featured-imagebox-service.style2 .featured-content{
    padding: 0 0 0 20px;
    text-align: left;
}
.featured-imagebox-service.style2 .featured-title h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 500;
}
.featured-imagebox-service.style2 .prt-iconbox-button .prt-btn:hover {
    color: var(--base-skin);
}

/* team-1 */
.featured-imagebox-team.style1:first-child { margin: 0; }
.featured-imagebox-team.style1:hover .featured-thumbnail img { transform: unset; }
.featured-imagebox-team.style1:hover .star-ratings li { color: var(--base-white); }
.featured-imagebox-team.style1 .featured-content-box:before { content: unset; }
.featured-imagebox-team.style1 .featured-content-inner { display: inline-block; }
.featured-imagebox-team.style1 .star-ratings { margin-bottom: 10px; }
.featured-imagebox-team.style1 {
    padding: 20px 20px;
    background-color: var(--base-white);
    transition: all .5s ease;
    border-radius: 15px;
    margin: 30px 0;
}
.featured-imagebox-team.style1:hover {
    background-color: rgb(206 129 52 / 65%);
    border-color: var(--base-secondary-skin);
    transition: all .5s ease;
}
.featured-imagebox-team.style1 .featured-thumbnail { display: inline-block; overflow: visible;}
.featured-imagebox-team.style1 .featured-content-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}
.featured-imagebox-team.style1 .star-ratings li {
    font-size: 16px;
    min-width: 16px;
}
.featured-imagebox-team.style1 .featured-content-box .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.featured-imagebox-team.style1 .featured-content-box .featured-title h3 a {
    color: var(--base-skin);
}
.featured-imagebox-team.style1 .featured-content-box .team-position { color: var(--base-headingfont-color); }
.featured-imagebox-team.style1 .featured-thumbnail img {
    background-color: #fff;
    width: 100px;
    height: 100px;
}
.featured-imagebox-team.style1:hover .social-icons li a {
    border: 1px solid var(--base-white);
    color: var(--base-white);
    box-shadow: unset;
}
.featured-imagebox-team.style1:hover .featured-content-box .featured-title h3 a ,
.featured-imagebox-team.style1:hover .team-position{
    color: var(--base-white);
    transition: all .5s ease;
}
.featured-imagebox-team.style1 .start-icon-box {
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 15px;
}
.featured-imagebox-team.style1 .social-icons li a {
    height: 33px;
    width: 33px;
    line-height: 33px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 11%);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-right: 0px;
    color: var(--base-headingfont-color);
}


/*team-style2*/
.featured-imagebox-team.style2{
    position: relative;
    margin: 30px 0;
    transition: all .4s;
}
.featured-imagebox-team.style2 .featured-thumbnail {
    border-radius: 50%;
    overflow: hidden;
}
.featured-imagebox-team.style2 .featured-thumbnail img {
    border-radius: 50%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox-team.style2 .featured-thumbnail, 
.featured-imagebox-team.style2 .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.featured-imagebox-team.style2 .featured-content{ padding: 0 0 0 30px; }
.featured-imagebox-team.style2 .featured-content .team-position {
    color: var(--base-bodyfont-color);
    font-size: 16px;
}
.featured-imagebox-team.style2 .featured-content .featured-title h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--base-headingfont);
}
.featured-imagebox-team.style2 .featured-content .featured-link a {
    font-size: 16px;
    color: var(--base-bodyfont-color);
}
.featured-imagebox-team.style2 .featured-content .featured-link a:hover {
    color: var(--base-skin);
}



/* 1111111111111111111111 */

/* Case Card Styles */
.library-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  padding: 40px;
  background-color: #0b0f1a; /* match dark theme */
}

.case-card {
  background-color: #1a2233;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case-info {
  padding: 20px;
  color: #fff;
  background-color: var(--base-dark);
}

.case-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: w;
  font-weight: 600;
}

.case-date {
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 12px;
}

.case-desc {
  font-size: 0.95rem;
  color: #d0d0d0;
  margin-bottom: 16px;
  line-height: 1.4;
}

.case-btn {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  color: white;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}


.case-card {
  position: relative;
  background-color: #1a2233;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-category {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 30px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}







.library-filters {
  padding-top: 20px;
}

.simple-input,
.simple-select {
  background-color: #1e2733;
  color: #ffffff;
  border: 1px solid #3b4a5a;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.simple-input::placeholder {
  color: #aaa;
}

.simple-input:focus,
.simple-select:focus {
  outline: none;
  border-color: #00e0ff;
  background-color: #243141;
}

.library-filters .search-li {
  background-color: #ffffff38;
    border-radius: 8px;
    height: 47px;
}


/* quiz */

.quiz-section {
  background-color: #0b0f1a;
  padding: 50px 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.quiz-header {
  text-align: center;
  margin-bottom: 40px;
}

.quiz-title {
  font-size: 28px;
  color: #00e0ff;
  margin-bottom: 10px;
}

.quiz-meta {
  color: #aaa;
  font-size: 14px;
}

.start-quiz-btn,
.next-btn,
.review-btn {
  background: linear-gradient(135deg, #00e0ff, #32ffae);
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

.quiz-question {
  background-color: #1a2233;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
}

.quiz-options {
  list-style: none;
  padding-left: 0;
}

.quiz-options li {
  margin-bottom: 12px;
}

.quiz-options input[type="radio"] {
  margin-right: 10px;
}

.quiz-result {
  text-align: center;
}

.libraries-section {
  padding: 100px 0;
  background: #ffffff; 
  min-height: 100vh;
}

.page-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}
.library-card {
  display: block;
  background: #0c1a24; 
  border-radius: 16px;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border: none;
  
  height: 252px;
}

.library-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.icon-wrapper {
  width: 100%;
  height: 90px;
  border-radius: 12px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.library-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white; 
  transition: 0.4s ease;
}
.library-card h3:hover {
    color: #4b6cb7;
}
.library-card p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 12px;
}

/* زر التفاصيل */
.library-card .btn-details {
  display: inline-block;
  background: linear-gradient(135deg, #00e5ff, #00bcd4);
  color: #000;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.library-card .btn-details:hover {
  opacity: 0.85;
}



/* quiz */


body {
  font-family: Arial, sans-serif;
  /* background-color: #0F172A; */
  color: #0F172A;
  margin: 0;
  padding: 0;
}
.header {
  text-align: center;
  padding: 20px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}
.quiz-card {
  background-color: #1E293B;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.quiz-card h3 {
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #38BDF8;
  color: #0F172A;
  text-decoration: none;
  border-radius: 5px;
}
.btn:hover {
  background-color: #0284C7;
  color: #fff;
}
.quiz-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #1E293B;
  border-radius: 10px;
}
.question {
  margin-bottom: 20px;
}
.answers li {
  list-style: none;
  background-color: #334155;
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
}


/* Login ......................... */

    .login-card {
background: white;
border-radius: 20px;
padding: 3rem 2rem;
width: 100%;
max-width: 420px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
margin: auto;
}

.brand {
text-align: center;
margin-bottom: 2rem;
}

.brand-logo {
width: 50px;
height: 50px;
background: #010d14;
border-radius: 50%;
margin: 0 auto 1rem;
}

.brand h1 {
font-size: 1.75rem;
color: #1a1a1a;
margin-bottom: 0.5rem;
}

.brand p {
color: #666;
font-size: 0.95rem;
}

.form-group {
margin-bottom: 1.5rem;
position: relative;
}

.form-group label {
display: block;
margin-bottom: 0.5rem;
color: #333;
font-size: 0.9rem;
font-weight: 500;
}

.form-group input {
width: 100%;
padding: 0.8rem 1rem;
border: 2px solid #e1e1e1;
border-radius: 6px;
font-size: 1rem;
transition: all 0.3s ease;
}

.form-group input:focus {
outline: none;
border-color: #010d14;
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.remember-forgot {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
}

.remember-me {
display: flex;
align-items: center;
gap: 0.5rem;
}

.remember-me input[type="checkbox"] {
width: 16px;
height: 16px;
border-radius: 4px;
}

.remember-me label {
color: #666;
font-size: 0.9rem;
}

.forgot-password {
color: #000;
text-decoration: none;
font-size: 0.9rem;
font-weight: 500;
}

.login-btn {
width: 100%;
padding: 1rem;
background: #010d14;
color: white;
border: none;
border-radius: 6px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}

.login-btn:hover {
background: #333;
transform: translateY(-2px);
}

.login-btn:active {
transform: translateY(0);
}

.social-login {
margin-top: 2rem;
text-align: center;
}

.social-login p {
color: #666;
font-size: 0.9rem;
margin-bottom: 1rem;
position: relative;
}

.social-login p::before,
.social-login p::after {
content: "";
position: absolute;
top: 50%;
width: 45%;
height: 1px;
background: #e1e1e1;
}

.social-login p::before {
left: 0;
}

.social-login p::after {
right: 0;
}

.social-buttons {
display: flex;
gap: 1rem;
justify-content: center;
}

.social-btn {
width: 50px;
height: 50px;
border: 2px solid #e1e1e1;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
}

.social-btn:hover {
border-color: #000;
background: #f5f5f5;
}

.signup-link {
text-align: center;
margin-top: 1.5rem;
color: #000;
}

.signup-link a {
color: #000;
text-decoration: none;
font-weight: 600;
}
.signup-link p {
color: #000;
text-decoration: none;
}

.signup-link a:hover {
text-decoration: underline;
}

.error {
color: #dc3545;
font-size: 0.85rem;
margin-top: 0.5rem;
display: none;
}

@keyframes shake {
0%, 100% { transform: translateX(0); }
20%, 60% { transform: translateX(-5px); }
40%, 80% { transform: translateX(5px); }
}

.shake {
animation: shake 0.5s ease;
}




/* management page */

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

.product-info {
  padding: 15px;
}

.product-title {
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.product-price {
  font-size: 1rem;
  color: #007bff;
  margin-bottom: 12px;
  font-weight: 500;
}


/* .site-header-menu{
    background-color: #0b0f1a;
} */


/* mangement page */


.modern-page-wrapper {
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    padding: 6px 14px;
    /*border-radius: 20px;*/
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1px;;
    min-height: 100vh;
    padding: 2rem 0;
    margin-top: 150px;
}

/* Main Content Container */
.content-container {
    background: var(--secondary-color);
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    margin: 2rem auto;
}

/* Hero Section */
.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
    align-items: center;
}

.hero-content {
    padding: 2rem 0;
}

.section-badge {
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    padding: 14px 26px;
    border-radius: 25px;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 15px;
    color: white;
    letter-spacing: 1px;
    font-size: 19px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2;
}

.hero-description {
    font-size: 1.1rem;
    color: var(--gray-dark);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--gray-dark);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

/* Stats Section */
.stats-section {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--gray-dark);
}

/* Hero Image */
.hero-image {
    position: relative;
    border-radius: 12px;
    background: var(--gray-dark);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 3rem;
}

/* Features Section */
.features-grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
    background: #fcf8f9;
}

.features-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.feature-icon {
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
}

/* Milestones Section */
.milestones-section {
    padding: 3rem;
    text-align: center;
}

.milestones-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.milestones-description {
    font-size: 1rem;
    color: var(--gray-dark);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.milestones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.milestone-card {
    background: var(--secondary-color);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    text-align: left;
    transition: all 0.3s ease;
}

.milestone-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.milestone-icon {
    width: 50px;
    height: 50px;
    background: #fcf8f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: var(--primary-color);
}

.milestone-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.milestone-description {
    font-size: 0.95rem;
    color: var(--gray-dark);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .features-grid-section {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .stats-section {
        flex-direction: column;
    }
}


.custom-page-title {
    background-color: #010d14; 
    width: 100%; 
    margin-top: 80px;
    padding: 60px 20px; 
    color: #fff; 
}

.custom-page-title .page-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

/*.......................................*/

.scale-img {
  width: calc(100% * 1.6) !important;   
  height: calc(100% * 1.6) !important;  
  object-fit: contain;       
}
.fancybox__image {
  width: calc(100% * 1.4) !important;   
  height: calc(100% * 1.4) !important;  
  object-fit: contain;   
    display: flex;
  justify-content: center;  
  align-items: center;      
}

.fancybox__slide {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding-top: 0.1px !important;
  padding-left: 40px !important;    
}

.fancybox__button--zoom{
    display: none !important;
}







