

/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap'); */

/**

  1. General
     - Variables
     - Extra-outer
     
  2. 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

  3. Spacing

  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
------------------------*/

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/** 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: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
li {
    list-style: none;
}
p { 
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: var(--base-skin); 
    color: var(--base-white); 
    text-shadow: none; 
}
::-moz-selection { 
    background: var(--base-skin);  
    color: var(--base-white);
    text-shadow: none; 
}
::selection { 
    background: var(--base-skin); 
    color: var(--base-white); 
    text-shadow: none; 
}


.rs-layer input[type="email"]{
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}
button:focus{
    box-shadow: none;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {   
  color: var(--body-font-color) !important;
}

/** Typography Variable **/

:root {
/*   --base-bodyfont: 'Nunito Sans', sans-serif;*/
/*	--base-headingfont: 'Oswald', sans-serif;*/
	--base-bodyfont: 'Montserrat', sans-serif;
    --base-headingfont: 'Montserrat', sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #585858;    
/*    --base-skin: #ff8800;*/
	--base-skin: #ff9d2d;
/* 	--base-skin: #dd8522; */
    --base-dark: #01162c;
    --base-black: #2c2c2c;
    --base-grey: #f2f2f2;
    --base-white: #ffffff;    
    --base-headingfont-color: #01162c;
    --base-lightgreen: #b8db6f;
    --base-lightyellow: #ede054;
    --base-lightblue : #e1f8f5;
    --base-green: #649924;
    --base-lightparrot : #b0d465;
    --base-yellow : #ebe44f63;
    
/*    --theme-primary: #007058;*/
/*    --theme-secondary: #C5E898;*/
/*  --theme-secondary: #dbdbdb;*/
    --theme-highlight: #0766AD;
	--theme-primary: #0192ff;
/* 	--theme-primary: #0076d1; */
/* 	--theme-primary: #007bd6; */
     --theme-secondary: #cbe4ff;
     --theme-white-bg: #f5f5ff;
}

/** Typo Colors **/
.border-color { color: #e5e5e5;}
.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-black);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}
.bg-base-lightgreen { background-color: var(--base-lightgreen);}
.bg-base-lightyellow { background-color: var(--base-lightyellow);}
.bg-base-lightblue{ background-color:var(--base-lightblue);}

.bg-base-littebityellow {
	background: linear-gradient(109.6deg, rgb(255, 230, 109) 11.2%, rgb(87, 232, 107) 160.2%);
}
.bg-base-green{background-color: var(--base-green);}
.bg-base-lightparrot{background-color: var(--base-lightparrot);}
  
/** Text Colors **/
.text-base-skin { color: var(--base-skin);}
.text-base-dark { color: var(--base-dark);}
.text-base-grey { color: var(--base-grey);}
.text-base-white { color: var(--base-white);}

/** Bg-layer Colors **/
.bg-base-skin > .cmt-bg-layer{background-color: var(--base-skin);}
.bg-base-dark > .cmt-bg-layer{background-color: var(--base-dark);}
.bg-base-grey > .cmt-bg-layer{background-color: var(--base-grey);}
.bg-base-white > .cmt-bg-layer{background-color: var(--base-white);}

.bg-base-skin >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-skin);}
.bg-base-dark >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-lightblue);}
.bg-base-grey >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-grey);}
.bg-base-white >.cmt-bg-layer >.cmt-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 {
    color: var(--base-dark);
}
.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: var(--base-skin); }
.bg-base-dark, .bg-base-skin {
    color: rgba(255,255,255,.67);
}
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}

.widget_text p {
    color: var(--base-dark);
/*     text-align: justify; */
    font-size: 16px;
    line-height: 26px;
}
/* 
.link:hover:before {
    transform: scaleX(1.0);
}

.link:before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid var(--base-skin);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
} */

.overlay-01 {
    background-color: #fff;
    margin: -222px 55px 82px -10px;
    padding: 0px 0px 0px 0px;
    z-index: 2;
    position: relative;
}
.overlay-box {
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #21A12E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -5px;
    padding: 32px 0px 33px 20px;
}
.overlay-inner-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    width: 100%;
    margin: 0px 0px 0px 18px;
}
.overlay-inner-box h3 {
    font-family: "Saira Semi Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.about-overlay-01 {
    justify-content: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: relative;
    content: '';
    top: 0;
    right: 1px;
    padding: 11px 16px 6px;
    transform: rotate(180deg);
}
.about-overlay-01 h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
body {    
    font-family: var(--base-bodyfont);
    font-weight: 400;
    text-transform: inherit;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    color: var(--base-bodyfont-color);
}

h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont), sans-serif; margin-bottom: 15px; font-weight: 600; color : var(--base-headingfont-color); text-transform: uppercase;
}
h1 { font-size: 60px; line-height: 72px; }
h2 { font-size: 50px; line-height: 60px; }
h3 { font-size: 18px; line-height: 28px; }
h4 { font-size: 30px; line-height: 40px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 18px; line-height: 20px; }

@media (min-width: 1700px){
.custom-container-xl{
    max-width: 1620px;
}
}

.container-fluid { padding: 0 15px; }
.container {
    max-width: 1200px;
    padding: 0 15px;
}
/* .row:not(.g-0) { */
/*     margin-left: -15px; */
/*     margin-right: -15px; */
/* } */
/* .row:not(.g-0) > [class*='col-'] { */
/*     padding-left: 15px; */
/*     padding-right: 15px; */
/* } */

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
}
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: 26px; }
.fs-17 { font-size: 17px !important; line-height: 27px; }
.fs-18 { font-size: 18px !important; line-height: 28px; }
.fs-20 { font-size: 20px !important; line-height: 30px; }
.fs-22 { font-size: 22px !important; line-height: 32px; }
.fs-24 { font-size: 24px !important; line-height: 34px; }
.fs-26 { font-size: 26px !important; line-height: 36px; }
.fs-28 { font-size: 28px !important; line-height: 38px; }
.fs-30 { font-size: 30px !important; line-height: 40px; }
.fs-34 { font-size: 34px !important; line-height: 44px; }

.lh-base {line-height: 20px!important;}

.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }

.box-shadow{ box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10) }
.box-shadow_1{box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08); }

.border-rad_3 { border-radius: 3px;}
.border-rad_4 { border-radius: 4px;}
.border-rad_5 { border-radius: 5px;}
.border-rad_6 { border-radius: 6px;}
.border-rad_7 { border-radius: 7px;}
.border-rad_8 { border-radius: 8px;}
.border-rad_9 { border-radius: 9px;}
.border-rad_10 { border-radius: 10px;}

.border-tl-rad_5{border-top-left-radius: 5px;}
.border-tr-rad_5{border-top-right-radius: 5px;}
.border-br-rad_5{border-bottom-right-radius: 5px;}
.border-bl-rad_5{border-bottom-left-radius: 5px;}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}
.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{ z-index: 2; }
.z-index-3{ z-index: 3; }
.z-index-5{ z-index: 5; }

.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--base-skin);
    bottom: 1px;
    left: 0;
}
.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;
}
.cmt-box-shadow{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1 { padding: 120px 0 200px; }
.spacing-2 { padding: 198px 15px 42px 30px; }
.spacing-3 { margin-top: -740px; }
.spacing-4 { margin-top: -313px; }
.spacing-5 { padding: 100px 0 60px 45px; }
.spacing-6 { margin-top: -140px; }
.spacing-7 { padding: 38px 0; }
.spacing-8 { padding: 38px 45px; }
.spacing-9 { padding: 100px 250px 162px 0; margin-right: -260px; margin-bottom: -100px;}
.spacing-10 { padding: 0 688px 0 0; margin-right: -260px; margin-left: 100px; }
.spacing-11 { padding: 45px 40px; }
.spacing-12 { margin: 325px 0 0; }
.spacing-13 { padding: 31px 0 295px 0; }
.spacing-14 { margin-top: 50px; margin-bottom: 50px; }
.spacing-15 { padding: 50px 400px 100px 0; margin-right: -350px; }
.spacing-16 { padding: 100px 50px 83px 50px; margin: 0 630px 0 0; }
.spacing-17 { margin-top: -273px; }
.spacing-18 { padding: 37px 90px 33px 265px; margin-left: 338px;}
.spacing-19 { padding: 300px 0 275px; }
.spacing-20 { padding: 75px 30px 45px; margin: -404px 0 0; }
.spacing-21 { padding: 50px 40px 50px 90px; }
.spacing-22 { margin-top: -525px ; }
.spacing-23 { margin-top: -530px !important ; padding: 0 15px; }
.spacing-24 { margin-top: 35px; }
.spacing-25 { padding: 100px 0 560px; }
.spacing-26 { padding: 45px 40px; }
.spacing-27 { padding: 0px 40px !important ; }

.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 ; }
.p-60 { padding: 60px ! important ; }
.p-80 { padding: 80px ! important ; }
.p-100{ padding: 100px ! 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-55{ padding-right: 55px ! important ; }
.pr-60{ padding-right: 60px ! important ; }
.pr-65{ padding-right: 65px ! important ; }
.pr-70{ padding-right: 70px ! important ; }
.pr-75{ padding-right: 75px ! important ; }
.pr-80{ padding-right: 80px ! important ; }
.pr-85{ padding-right: 85px ! important ; }
.pr-90{ padding-right: 90px ! important ; }
.pr-95{ padding-right: 95px ! important ; }
.pr-100{ padding-right: 100px ! important ; }
.pr-115{ padding-right: 115px ! important ; }
.pr-250{ padding-right: 250px ! important ; }

.pl-0{ padding-left: 0px !important ; }
.pl-2{ padding-left: 2px ! important ; }
.pl-3{ padding-left: 3px ! important ; }
.pl-5{ padding-left: 5px ! important ; }
.pl-10{ padding-left: 10px ! important ; }
.pl-15{ padding-left: 15px ! important ; }
.pl-20{ padding-left: 20px ! important ; }
.pl-25{ padding-left: 25px ! important ; }
.pl-30{ padding-left: 30px ! important ; }
.pl-35{ padding-left: 35px ! important ; }
.pl-40{ padding-left: 40px ! important ; }
.pl-45{ padding-left: 45px ! important ; }
.pl-50{ padding-left: 50px ! important ; }
.pl-55{ padding-left: 55px ! important ; }
.pl-60{ padding-left: 60px ! important ; }
.pl-65{ padding-left: 65px ! important ; }
.pl-70{ padding-left: 70px ! important ; }
.pl-75{ padding-left: 75px ! important ; }
.pl-80{ padding-left: 80px ! important ; }
.pl-85{ padding-left: 85px ! important ; }
.pl-90{ padding-left: 90px ! important ; }
.pl-95{ padding-left: 95px ! important ; }
.pl-100{ padding-left: 100px ! 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-55{ padding-top: 55px ! important ; }
.pt-60{ padding-top: 60px ! important ; }
.pt-65{ padding-top: 65px ! important ; }
.pt-70{ padding-top: 70px ! important ; }
.pt-75{ padding-top: 75px ! important ; }
.pt-77{ padding-top: 77px ! important ; }
.pt-80{ padding-top: 80px ! important ; }
.pt-90{ padding-top: 90px ! important ; }
.pt-100{ padding-top: 100px ! important ;}
.pt-115{ padding-top: 115px ! important ;}
.pt-120{ padding-top: 120px ! important ;}
.pt-127{ padding-top: 127px ! important ;}
.pt-130{ padding-top: 130px ! important ;}
.pt-140{ padding-top: 140px ! important ;}
.pt-150{ padding-top: 150px ! important ;}
.pt-160{ padding-top: 160px ! important ;}
.pt-170{ padding-top: 170px ! important ;}
.pt-180{ padding-top: 180px ! important ;}
.pt-190{ padding-top: 190px ! important ;}
.pt-200{ padding-top: 200px ! important ;}
.pt-245{ padding-top: 245px ! important ;}
.pt-350{ padding-top: 350px ! 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-55{ padding-bottom: 55px ! important ; }
.pb-60{ padding-bottom: 60px ! important ; }
.pb-65{ padding-bottom: 65px ! important ; }
.pb-70{ padding-bottom: 70px ! important ; }
.pb-75{ padding-bottom: 75px ! important ; }
.pb-80{ padding-bottom: 80px ! important ; }
.pb-85{ padding-bottom: 85px ! important ; }
.pb-90{ padding-bottom: 90px ! important ; }
.pb-95{ padding-bottom: 95px ! important ; }
.pb-100{ padding-bottom: 100px ! important ; }
.pb-120{ padding-bottom: 120px ! important ; }
.pb-130{ padding-bottom: 130px ! important ; }
.pb-140{ padding-bottom: 140px ! important ; }
.pb-150{ padding-bottom: 150px ! important ; }
.pb-160{ padding-bottom: 160px ! important ; }
.pb-170{ padding-bottom: 170px ! important ; }
.pb-180{ padding-bottom: 180px ! important ; }
.pb-185{ padding-bottom: 185px ! important ; }
.pb-190{ padding-bottom: 190px ! important ; }
.pb-200{ padding-bottom: 200px ! important ; }
.pb-280{ padding-bottom: 280px ! important ; }

/** Margin **/
.mt-0{ margin-top: 0px !important ; }
.mt-5{ margin-top: 5px ! important ; }
.mt-10 { margin-top: 10px ! important ; }
.mt-12 { margin-top: 12px ! important ; }
.mt-15{ margin-top: 15px ! important ; }
.mt-20{ margin-top: 20px ! important ; }
.mt-25{ margin-top: 25px ! important ; }
.mt-30{ margin-top: 30px ! important ; }
.mt-35{ margin-top: 35px ! important ; }
.mt-40{ margin-top: 40px ! important ; }
.mt-45{ margin-top: 45px ! important ; }
.mt-50{ margin-top: 50px ! important ; }
.mt-60{ margin-top: 60px ! important ; }
.mt-65{ margin-top: 65px ! important ; }
.mt-70{ margin-top: 70px ! important ; }
.mt-80{ margin-top: 80px ! important ; }
.mt-90{ margin-top: 90px ! important ; }
.mt-100{ margin-top: 100px ! important ; }
.mt-120{ margin-top: 120px ! important ; }
.mt-130{ margin-top: 130px ! important ; }
.mt-140{ margin-top: 140px ! important ; }
.mt-150{ margin-top: 150px ! important ; }
.mt-160{ margin-top: 160px ! important ; }
.mt-400{ margin-top: 400px ! 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_27{ margin-top: -27px ! important ; }
.mt_30{ margin-top: -30px ! important ; }
.mt_35{ margin-top: -35px ! important ; }
.mt_40{ margin-top: -40px ! important ; }
.mt_50{ margin-top: -50px ! important ; }
.mt_55{ margin-top: -55px ! important ; }
.mt_60{ margin-top: -60px ! important ; }
.mt_65{ margin-top: -65px !important ; }
.mt_70{ margin-top: -70px ! important ; }
.mt_75{ margin-top: -75px ! important ; }
.mt_80{ margin-top: -80px ! important ; }
.mt_90{ margin-top: -90px ! important ; }
.mt_100{ margin-top: -100px ! important ; }
.mt_105{ margin-top: -105px ! important ; }
.mt_110{ margin-top: -110px ! important ; }
.mt_120{ margin-top: -120px ! important ; }
.mt_130{ margin-top: -130px ! important ; }
.mt_140{ margin-top: -140px ! important ; }
.mt_150{ margin-top: -150px ! important ; }
.mt_160{ margin-top: -160px ! important ; }
.mt_170{ margin-top: -170px ! important ; }
.mt_180{ margin-top: -180px ! important ; }
.mt_190{ margin-top: -190px ! important ; }
.mt_200{ margin-top: -200px ! important ; }
.mt_210{ margin-top: -210px ! important ; }
.mt_220{ margin-top: -220px ! important ; }
.mt_230{ margin-top: -230px ! important ; }
.mt_240{ margin-top: -240px ! important ; }
.mt_250{ margin-top: -250px ! important ; }
.mt_260{ margin-top: -260px ! important ; }
.mt_270{ margin-top: -270px ! important ; }
.mt_280{ margin-top: -280px ! important ; }
.mt_300{ margin-top: -300px ! important ; }
.mt_310{ margin-top: -310px ! important ; }
.mt_320{ margin-top: -320px ! important ; }
.mt_325{ margin-top: -325px ! important ; }
.mt_332{ margin-top: -332px ! important ; }
.mt_340{ margin-top: -340px ! important ; }
.mt_360{ margin-top: -360px ! important ; }
.mt_380{ margin-top: -380px ! important ; }
.mt_525{ margin-top: -525px ! 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-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-110{ margin-bottom: 110px ! important ; }
.mb-120{ margin-bottom: 120px ! important ; }
.mb-130{ margin-bottom: 130px ! important ; }
.mb-140{ margin-bottom: 140px ! important ; }
.mb-150{ margin-bottom: 150px ! important ; }
.mb-160{ margin-bottom: 160px ! important ; }
.mb-170{ margin-bottom: 170px ! important ; }
.mb-180{ margin-bottom: 180px ! important ; }
.mb-190{ margin-bottom: 190px ! important ; }
.mb-200{ margin-bottom: 200px ! important ; }


.mb_5{ margin-bottom: -5px ! important ; }
.mb_10{ margin-bottom: -10px ! important ; }
.mb_12{ margin-bottom: -12px ! important ; }
.mb_15{ margin-bottom: -15px ! important ; }
.mb_20{ margin-bottom: -20px ! important ; }
.mb_25{ margin-bottom: -25px ! important ; }
.mb_30{ margin-bottom: -30px ! important ; }
.mb_35{ margin-bottom: -35px ! important ; }
.mb_40{ margin-bottom: -40px ! important ; }
.mb_45{ margin-bottom: -45px ! important ; }
.mb_50{ margin-bottom: -50px ! important ; }
.mb_55{ margin-bottom: -55px ! important ; }
.mb_60{ margin-bottom: -60px ! important ; }
.mb_70{ margin-bottom: -70px ! important ; }
.mb_80{ margin-bottom: -80px ! important ; }
.mb_90{ margin-bottom: -90px ! important ; }
.mb_100{ margin-bottom: -100px ! important ; }
.mb_120{ margin-bottom: -120px ! important ; }
.mb_140{ margin-bottom: -140px ! 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-110{ margin-left: 110px ! important ; }
.ml-120{ margin-left: 120px ! important ; }
.ml-120{ margin-left: 120px ! important ; }
.ml-130{ margin-left: 130px ! important ; }
.ml-140{ margin-left: 140px ! important ; }
.ml-150{ margin-left: 150px ! important ; }
.ml-160{ margin-left: 160px ! important ; }
.ml-170{ margin-left: 170px ! important ; }
.ml-180{ margin-left: 180px ! important ; }
.ml-190{ margin-left: 190px ! important ; }
.ml-200{ margin-left: 200px ! important ; }

.ml_10{ margin-left: -10px ! important ; }
.ml_15{ margin-left: -15px ! important ; }
.ml_20{ margin-left: -20px ! important ; }
.ml_25{ margin-left: -25px ! important ; }
.ml_30{ margin-left: -30px ! important ; }
.ml_35{ margin-left: -35px ! important ; }
.ml_40{ margin-left: -40px ! important ; }
.ml_50{ margin-left: -50px ! important ; }
.ml_60{ margin-left: -60px ! important ; }
.ml_70{ margin-left: -70px ! important ; }
.ml_80{ margin-left: -80px ! important ; }
.ml_90{ margin-left: -90px ! important ; }
.ml_100{ margin-left: -100px ! important ; }
.ml_110{ margin-left: -110px ! important ; }
.ml_120{ margin-left: -120px ! important ; }
.ml_130{ margin-left: -130px ! important ; }
.ml_140{ margin-left: -140px ! important ; }
.ml_150{ margin-left: -150px ! important ; }
.ml_160{ margin-left: -160px ! important ; }
.ml_180{ margin-left: -180px ! important ; }
.ml_200{ margin-left: -200px ! important ; }
.ml_210{ margin-left: -210px ! important ; }
.ml_220{ margin-left: -220px ! important ; }
.ml_240{ margin-left: -240px ! important ; }
.ml_260{ margin-left: -260px ! important ; }
.ml_280{ margin-left: -280px ! important ; }
.ml_300{ margin-left: -300px ! important ; }

.mr-0{ margin-right: 0px !important ; }
.mr-10{ margin-right: 10px ! important ; }
.mr-15{ margin-right: 15px ! important ; }
.mr-20{ margin-right: 20px ! important ; }
.mr-25{ margin-right: 25px ! important ; }
.mr-30{ margin-right: 30px ! important ; }
.mr-35{ margin-right: 35px ! important ; }
.mr-40{ margin-right: 40px ! important ; }
.mr-50{ margin-right: 50px ! important ; }
.mr-60{ margin-right: 60px ! important ; }
.mr-70{ margin-right: 70px ! important ; }
.mr-80{ margin-right: 80px ! important ; }
.mr-90{ margin-right: 90px ! important ; }
.mr-100{ margin-right: 100px ! important ; }
.mr-110{ margin-right: 110px ! important ; }
.mr-120{ margin-right: 120px ! important ; }
.mr-130{ margin-right: 130px ! important ; }
.mr-140{ margin-right: 140px ! important ; }
.mr-150{ margin-right: 150px ! important ; }
.mr-160{ margin-right: 160px ! important ; }
.mr-170{ margin-right: 170px ! important ; }
.mr-180{ margin-right: 180px ! important ; }
.mr-190{ margin-right: 190px ! important ; }
.mr-200{ margin-right: 200px ! important ; }

.mr_10{ margin-right: -10px ! important ; }
.mr_15{ margin-right: -15px ! important ; }
.mr_20{ margin-right: -20px ! important ; }
.mr_25{ margin-right: -25px ! important ; }
.mr_30{ margin-right: -30px ! important ; }
.mr_35{ margin-right: -35px ! important ; }
.mr_40{ margin-right: -40px ! important ; }
.mr_50{ margin-right: -50px ! important ; }
.mr_60{ margin-right: -60px ! important ; }
.mr_70{ margin-right: -70px ! important ; }
.mr_80{ margin-right: -80px ! important ; }
.mr_90{ margin-right: -90px ! important ; }
.mr_100{ margin-right: -100px ! important ; }
.mr_130{ margin-right: -130px ! important ; }
.mr_140{ margin-right: -140px ! important ; }
.mr_150{ margin-right: -150px ! important ; }
.mr_160{ margin-right: -160px ! important ; }
.mr_180{ margin-right: -180px ! important ; }
.mr_200{ margin-right: -200px ! important ; }
.mr_210{ margin-right: -210px ! important ; }
.mr_220{ margin-right: -220px ! important ; }
.mr_240{ margin-right: -240px ! important ; }
.mr_260{ margin-right: -260px ! important ; }
.mr_280{ margin-right: -280px ! important ; }
.mr_300{ margin-right: -300px ! important ; }
.mr_350{ margin-right: -350px ! 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;
   
}
.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; }
}  

/* ===============================================
        slider new
-------------------------*/

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}

.content-inner .notes {
    color: #272727;
    background-color: #FBE7C6;
    background: radial-gradient(circle at 10% 20%, rgb(254, 255, 165) 28%, rgb(255, 232, 182) 175%);
    border-color: #ffd785;
/*    border-top: 1px solid #463100;*/
	border-top: none;
    border-radius: 4px;
    padding: 6px 7px;
    margin-top: 0;
    margin-bottom: 10px;
}


/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




/*  ===============================================
    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;
}
.cmt-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%;
}
/*.social-icons.square.style2*/

.social-icons.square.style2 { display: none; }
.social-icons.square.style2 { display: block; }
.social-icons.square.style2 li a i { color: var(--base-bodyfont-color); }
.social-icons.square.style2 li a { 
    background-color: var(--base-grey); 
    border: 0px solid transparent; 
    border-radius: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
}
.social-icons.square.style2 li a:hover { background-color: var(--base-dark); }
.social-icons.square.style2 li a:hover i { color: var(--base-white); }

/*.social-icons.square.style3*/

.social-icons.square.style3 { display: none; }
.social-icons.square.style3 { display: block; }
.social-icons.square.style3 li a i { color: var(--base-bodyfont-color); }
.social-icons.square.style3 li a { 
    background-color: transparent; 
    border: 0px solid transparent; 
    border-radius: 0;
}
.social-icons.square.style3 li a:hover i { color: var(--base-skin); }

/*.social-icons.square.style4*/

.social-icons.square.style4 { display: none; }
.social-icons.square.style4 { display: block; }
.social-icons.square.style4 li a i { color: var(--base-bodyfont-color); }
.social-icons.square.style4 li a { 
    background-color: var(--base-white); 
    border: 0px solid transparent; 
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.social-icons.square.style4 li a:hover { background-color: var(--base-skin); }
.social-icons.square.style4 li a:hover i { color: var(--base-white); }



/* 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;}
.custom-slick.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;
}
.cmt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.cmt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    background-color: rgba(255,255,255,.3);
}
.custom-slick.custom-slick-opacity_block .slick-list {
    overflow: visible;
}
.custom-slick.slick-dots-style1 .slick-dots,
.custom-slick.slick-dots-style2 .slick-dots,
.custom-slick.slick-dots-style3 .slick-dots{
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    line-height: 0;
}
.custom-slick.slick-dots-style1 .slick-dots li,
.custom-slick.slick-dots-style2 .slick-dots li,
.custom-slick.slick-dots-style3 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.custom-slick.slick-dots-style1 .slick-dots li {
    width: calc( 19.3% - 0px );
}
.custom-slick.slick-dots-style1 .slick-dots li button{
    height: 4px;
    width: 100%;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-color: #e2e9f1;
}
.custom-slick.slick-dots-style1 .slick-dots li.slick-active button{
    margin: 0;
}
.custom-slick.slick-dots-style2 .slick-dots li button,
.custom-slick.slick-dots-style3 .slick-dots li button{
    height: 5px;
    width: 9px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 0 5px 0 0;
    background-color: #e2e9f1;
}
.custom-slick.slick-dots-style2 .slick-dots li.slick-active button,
.custom-slick.slick-dots-style3 .slick-dots li.slick-active button {
    width: 25px;
}
.custom-slick.slick-dots-style3 .slick-dots { position: absolute; }
.custom-slick.slick-dots-style3 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50px;
}

.custom-slick .slick-arrow {
    height: 38px;
    width: 38px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    border: 0;
    transition: all 0.3s ease 0s;
    opacity: 0.6;
}
.custom-slick .slick-arrow:hover {
    background-color: #d9d9d9;
    background-color: #69a6ff;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}

.custom-slick .slick-next
{ 
    right: 5px;
}

.custom-slick .slick-prev{ 
    left: 5px;
 }


.custom-slick .slick-prev:before, .custom-slick .slick-next:before {
    font-family: 'IcoFont';
/*    font-size: 24px;*/
/*    font-weight: 900;*/
    line-height: normal;
    opacity: 1;
   font-size: 38px;
   font-weight: 500;
   color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-slick .slick-prev:before {
    content: "\ea9d";
}
.custom-slick .slick-next:before {
    content: "\eaa0";
}
.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;
}

.cmt-textblock-button {
    padding: 9px 20px;
    background: var(--base-skin);
    display: inline-block;
    border: none;
    font-size: 15px;
    color: var(--base-white);
    text-transform: uppercase;
    font-family: var(--base-headingfont);
    font-weight: 600;
}



/* style1 */

.eyes_button {
    right: 1px;
    position: absolute !important;
    font-size: 16px;
    line-height: normal;
    margin: 0 !important;
    padding: 15px 16px !important;
    bottom: 1px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    background: #e7e7e7;
    height: 44px;
    z-index: 3 !important;
}

.custom-slick.slick-arrows-style1 .slick-arrow {
    border: 1px solid #dbdbdb;
    opacity: 0;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.custom-slick.slick-arrows-style1 .slick-next{ 
    right: 0px; 
    left: auto;
}
.custom-slick.slick-arrows-style1 .slick-prev {
    left: 0px;
}
.custom-slick.slick-arrows-style1:hover .slick-arrow {
    margin: 0 -60px;
    opacity: 1;
    overflow: visible;
}

/* style2 */
.custom-slick.slick-arrows-style2 .slick-arrow {
    top: -100px;    
    box-shadow: unset;
}
.custom-slick.slick-arrows-style2 .slick-next { 
    right: 27%;
    margin-right: -55px;
    left: auto;
}
.custom-slick.slick-arrows-style2 .slick-prev {
    left: 73%;
    margin-left: -25px;
}

/* style3 */
.custom-slick.slick-arrows-style3 .slick-next,
.custom-slick.slick-arrows-style3 .slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    top: auto;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.13);
    cursor: pointer;
    color: #fff;
}
.custom-slick.slick-arrows-style3 .slick-prev {
    left: -39%;
}
.custom-slick.slick-arrows-style3 .slick-next {
    left: -35%;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    height: 37px;
    line-height: 37px;
    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;
}
.cmt-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;
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .site-branding.site-logo { */
/*     max-width: 200px; */
/*    background: #dddddd;*/
/*    border-radius: 4px;*/
/*    padding: 4px 2px;*/
/* } */

.site-branding.site-logo {
    width: 25%;
}

.home-link.site-logo{
	max-width: 70px;
	display: inline-block;
}
/* .site-header-menu-inner { */
/*     padding: 0 35px; */
/* } */
/*.site-branding img { max-height: 60px; }*/

/* header_extra */



.header_search .search_btn {
    position: relative;
}

.header_search_content button.close-search {
    border: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: -10px;
    box-shadow: none;
}
.header_search_content button.close-search i { font-size: 16px; line-height: 45px; }
/*.header_search_content button.close-search:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    height: 26px;*/
/*    width: 1px;*/
/*    border-right: 1px solid;*/
/*    right: -23px;*/
/*    top: 10px;*/
/*    opacity: .5;*/
/*}*/
.header_search .header_search_content {
    position: absolute;
    top: 35px;
    right: 10px;
    border-radius: 8px;
    width: 400px;
    padding: 10px;
    background: #ffffff!important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    z-index: 2;
    display: flex;
    align-items: center;
}
.cmt-header-style-03 .header_search .header_search_content { top: 61px; }
.header_search .header_search_content.on {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header_search .search_btn.open i {
    color: var(--base-skin);
}
.header_search .header_search_content #searchbox { position: relative; }
.header_search .header_search_content #search_query_top {
    font-weight: 400;
    position: relative;
    clear: both;
    min-width: 380px;
    font-size: 14px;
    text-align: left;
    height: 25px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none!important;
    width: 100%;
    line-height: 50px;
    float: left;
    padding: 4px 30px;
}
.header_search .header_search_content input::placeholder {
    color: #585858;
}
.header_search .header_search_content a.close_btn:hover > i { color: var(--base-skin) !important ;}
.header_search .header_search_content_inner .close_btn {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    z-index: 3;
}
.header_search .header_search_content .close_btn i {
    font-size: 16px;
    line-height: 15px;
}
.header_cart .button-cart {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    z-index: 1;
}
.header_cart .cart_count {
    position: absolute;
    bottom: 19px;
    left: 14px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    color: var(--base-white);
    border-radius: 3px;
}
.header_extra .widget_info{
    position: relative;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_extra .widget_info .widget_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}
.header_extra .widget_info:last-child{
    padding-right: 0px;
}
.header_extra .widget_info .widget_icon i {
    font-size: 35px;
    line-height: 35px;
    color: var(--base-skin);
}
.header_extra .widget_info .widget_content span {
     font-size: 14px;
     line-height: 28px;
     font-weight: 700 !important;
     margin: 0;
     padding-left: 12px;
     color: var(--base-dark);
}
.header_extra .widget_info .widget_content p {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: 0;
    font-weight: 400;
}
.header_extra .widget_info .widget_content p a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: 0;
    padding-left: 12px;
    font-weight: 400;
}
.widget_info .social-icons ul li a {
    width: 26px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    border: none;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 16px;
    margin-right: 3px;
    font-weight: 500;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
}
.site-navigation ul.menu > li > a {
    text-decoration: none;
    z-index: 1;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}

#site-header-menu .cmt-stickable-header .site-navigation ul.menu > li.active >a {
    color: var(--base-skin);
}
.header_cart { position: relative; }
.header_cart span.number-cart {
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 9px;
    display: block;
    background-color: var(--base-skin);
    color: var(--base-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*cmt-header-style-01*/

.cmt-header-style-01 .site-header-menu { background-color: rgba(255, 255, 255, 1) !important; z-index: 3; }
.cmt-header-style-01 .site-navigation .site-menubar { display: flex; justify-content: flex-end; }
.cmt-header-style-01 .site-navigation nav.main-menu { padding-right: 11px; }
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li > a:before ,
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li.active > a:before { 
    content: '';
    background-color: var(--base-skin); 
    position: absolute;
    width: 0%;
    height: 8px;
    bottom: 40px;
    left: 15%;
    margin: auto;
    opacity: 0.20; 
    transition: all 0.3s ease-out;
}
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li > a:hover:before ,
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li.active > a:before {   
    width: 70%;
/*     transform: width; */
    transition: all 0.3s ease-out;
}
.cmt-header-style-01 .site-navigation .header_extra { padding-right: 0px;}
.cmt-header-style-01 .site-navigation .site-branding:before { display: none; }
.cmt-header-style-01 .site-navigation .header_extra .widget_info { padding: 0 30px; }
.cmt-header-style-01 .site-navigation .header_extra > div { position: relative; }
.cmt-header-style-01 .site-navigation .header_extra > div:not(:last-child) { padding: 0 30px; }
.cmt-header-style-01 .site-navigation .header_extra > div:last-child { padding-left: 30px; padding-right: 0; }
.cmt-header-style-01 .site-navigation .header_extra > div:before {
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.cmt-header-style-01 .site-navigation .header_extra .header_search .search_btn:before { display: none; }
.cmt-header-style-01 .header_extra .widget_info .widget_content p a { padding-left: 0;}
.cmt-header-style-01 .site-navigation .header_extra .header_search,
.cmt-header-style-01 .site-navigation .header_extra .header_cart { line-height: 50px; font-size: 14px;}
.cmt-header-style-01 .header_search .search_btn , 
.cmt-header-style-01 .header_cart .button-cart { font-size: 20px; }
.cmt-header-style-01 .header_extra .widget_info .widget_desc { margin-bottom: 0; padding-left: 12px;}
.cmt-header-style-01 .site-navigation .header_extra .header_btn a { margin-top: 3px; }

/*cmt-header-style-02*/
/*.cmt-header-style-02 .site-header-menu {*/
/*    background-color: rgb(255, 252, 228, 0.7) !important;*/
/*    z-index: 3;*/
/*}*/
.cmt-header-style-02 .site-header-menu {
    background-color: rgb(255, 233, 59, 0.7) !important;
    z-index: 3;
}

.cmt-header-style-02 .site-navigation .header_extra > div:first-child {
    margin-right: 10px;
}

/* .cmt-header-style-02 .site-navigation .site-menubar { display: flex; justify-content: flex-end; } */

.cmt-header-style-02 .site-navigation .site-menubar {
    display: flex;
    justify-content: center;
}
/*.cmt-header-style-02 .site-navigation nav.main-menu { padding-left: 44px; }*/
/*.cmt-header-style-02 .site-navigation .site-branding:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: rgba(255,255,255,.07);*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/




.cmt-header-style-02 .site-navigation ul.menu > li > a { color: #222222; }
.cmt-header-style-02 .site-navigation nav.main-menu ul.menu > li.active > a ,
.cmt-header-style-02 .site-navigation nav.main-menu ul.menu > li:hover > a { color: var(--base-skin); }
.cmt-header-style-02 .site-navigation .header_extra { padding-right: 0px;}
/*.cmt-header-style-02 .site-branding { padding: 0 60px 0 0; }*/
.cmt-header-style-02 .site-navigation .header_extra .widget_info { padding: 0 30px; }
.cmt-header-style-02 .site-navigation .header_extra > div { position: relative; }
/*.cmt-header-style-02 .site-navigation .header_extra > div:not(:last-child) { padding: 0 50px; }*/
/*.cmt-header-style-02 .site-navigation .header_extra > div:last-child { padding-left: 20px; padding-right: 0; }*/
/*.cmt-header-style-02 .site-navigation .header_extra > div:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: rgba(255,255,255,.07);*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.site-branding.custom-site-branding{
	padding-left: 20px;
}
.site-branding.custom-site-branding.agrid-logo{
	padding-left: 10px;
}
.fixed-header .site-branding.custom-site-branding.agrid-logo {
    margin-left: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
}
.fixed-header .agrid-logo .home-link.site-logo {
    max-width: 60px;
}
.home-link.custom-home-link{
	display: none;
}

.cmt-header-style-02 .site-navigation .header_extra > div:first-child:before { display: none; }
.cmt-header-style-02 .site-navigation .header_extra .header_search .search_btn:before { display: none; }
.cmt-header-style-02 .header_extra .widget_info .widget_content p a { 
    padding-left: 0; 
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--base-bodyfont);
}
.cmt-header-style-02 .site-navigation .header_extra .header_search { line-height: 54px; font-size: 14px;}
.cmt-header-style-02 .site-navigation .header_extra .header_search i { color: var(--base-white); }
.cmt-header-style-02 .header_extra .widget_info .widget_title { padding-left: 15px; color: #000000;}
.cmt-header-style-02 .header_extra .widget_info .widget_desc { margin-bottom: 0; padding-left: 15px; }
.cmt-header-style-02 .header_extra .widget_info .widget_desc a { color: #000000; }
.cmt-header-style-02 .header_extra .widget_info .widget_desc a:hover { color: var(--base-skin); }
.cmt-header-style-02 .header_extra .widget_info .widget_icon { 
    background-color: var(--base-skin); 
    height: 54px; 
    width: 54px; 
    line-height: 54px;
 }
.cmt-header-style-02 .header_extra .widget_info .widget_icon i { font-size: 32px; line-height: 1; color: var(--base-white);}
.cmt-header-style-02 .header_search .header_search_content a i ,
.cmt-header-style-02 .header_search .header_search_content button i { color: var(--base-dark) !important; }

/*cmt-header-style-03*/

.cmt-header-style-03 .site-header-menu { background-color: rgba(255, 255, 255, 1) !important; z-index: 3; }
.cmt-header-style-03 .site-header-menu .site-header-menu-inner { padding: 0 ; }
.cmt-header-style-03 .site-navigation .site-menubar { display: flex; justify-content: flex-end; }
.cmt-header-style-03 .site-navigation nav.main-menu { padding-right: 0; }
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li > a:before ,
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li.active > a:before { 
    content: '';
    background-color: var(--base-skin); 
    position: absolute;
    width: 0%;
    height: 8px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.20; 
    transition: all 0.3s ease-out;
}
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li > a:hover:before , 
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li.active > a:before {   
    width: 75%;
/*     transform: width; */
    transition: all 0.3s ease-out;
}
.cmt-header-style-03 .site-navigation .header_extra { padding-right: 0px;}
.cmt-header-style-03 .site-navigation .site-branding:before { display: none; }
.cmt-header-style-03 .site-navigation .header_extra .widget_info { padding: 0 30px; }
.cmt-header-style-03 .site-navigation .header_extra > div { height: 60px; }
.cmt-header-style-03 .site-navigation .header_extra > div { position: relative; }
.cmt-header-style-03 .site-navigation .header_extra > div:not(:last-child) { padding: 0 30px; }
.cmt-header-style-03 .site-navigation .header_extra > div:last-child { padding-left: 5px; padding-right: 0; }
.cmt-header-style-03 .site-navigation .header_extra > div:before {
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.cmt-header-style-03 .site-navigation .header_extra > div:first-child:before { content: unset; }
.cmt-header-style-03 .site-navigation .header_extra .header_search,
.cmt-header-style-03 .site-navigation .header_extra .header_cart { line-height: 60px; font-size: 14px; padding: 0 !important; }
.cmt-header-style-03 .header_search .search_btn , 
.cmt-header-style-03 .header_cart .button-cart { font-size: 18px; padding: 0px 12px; line-height: 60px;}
.cmt-header-style-03 .header_extra .widget_info .widget_content h3 { font-size: 16px !important; line-height: 36px !important; margin-bottom: 0;}
.cmt-header-style-03 .header_extra .widget_info .widget_content h3 i {
    position: relative;
    top: 0;
    margin-right: 5px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    background: var(--base-skin);
    color: var(--base-white);
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}

.cmt-header-style-03 .site-menubar .header_extra > div { height: 120px; }
.cmt-header-style-03 .site-menubar .header_extra > div:before {
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 60px;
    top: 30px;
    left: 0;
}
.cmt-header-style-03 .site-menubar .header_extra .widget_info .widget_content > a { 
    font-weight: 600; 
    font-size: 16px; 
    line-height: 36px;
    font-family: var(--base-headingfont);
}
.cmt-header-style-03 .header_extra .widget_info .widget_content p { font-size: 16px; line-height: 26px; }
.cmt-header-style-03 .site-menubar .header_extra .header_btn:before { content: unset; }
.cmt-header-style-03 .site-menubar .header_extra .header_btn { display: flex; align-items: center;}
.cmt-header-style-03 .header_cart { position: relative; }
.cmt-header-style-03 .header_extra .header_cart:after {     
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0; 
}
.cmt-header-style-03 .header_cart span.number-cart { top: 10px; right: 10px; }

.header-login .login-icon{
	display: none;
}
.client-box .cmt-client-logo-tooltip .client-thumbnail {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ===============================================
    Footer
------------------------*/

.footer{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.first-footer.bg-base-skin ,
.first-footer.bg-base-skin a ,
.first-footer.bg-base-skin i { color: var(--base-white); }
.second-footer.bg-base-dark ,
.second-footer.bg-base-dark i { color: rgba(255, 255, 255, 0.70); }
.first-footer.bg-base-skin a:hover { color: var(--base-white) !important; }
.second-footer.bg-base-dark a:hover { color: var(--base-skin) !important; }

.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
     max-width: 200px;
}

/* first-footer */
.first-footer .footer-box {
    margin: 10px -15px 50px;
}
.first-footer .cmt-section {
    padding: 20px 37px 35px 40px;
    background-color: #162030;
    border-radius: 5px;
    position: relative;
}
.first-footer .cmt-section label {
    font-size: 16px;
}

/* second-footer */
.second-footer{padding: 50px 0;}
.widget-area{position:relative;}
.second-footer .row .col-lg-2.widget-area:nth-child(2):after,
.second-footer .row .col-lg-4.widget-area:nth-child(4):after{
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 4px;
    background-color: rgba(255,255,255,.1);
    top: 0;
}
.second-footer .row .col-lg-4.widget-area:nth-child(4):after{
    left: 83px;
}

/* footer-nav-menu */
.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-nav-menu li:last-child {
    padding-right: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0px;
    position: relative;
}
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 7px;
    top: 0;
}
ul.footer-nav-menu li:last-child:after {
  content: unset;
} 

/*cmt-recent-post-list*/
.footer .widget ul.cmt-recent-post-list>li {
    padding: 0 0 18px 0;
    border-top: 0;
    margin-bottom: 17px;
    overflow: hidden;
}
.footer .widget ul.cmt-recent-post-list>li .post-img ,
.footer .widget ul.cmt-recent-post-list>li> .post-detail {
    display: table-cell;
    vertical-align: top;
}
.footer .widget ul.cmt-recent-post-list>li .post-img img {
    display: block;
    width: 80px;
    float: left;
    margin-right: 18px;
    border: none;
}
.footer .widget ul.cmt-recent-post-list>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.footer .widget ul.cmt-recent-post-list>li> .post-detail a {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-family: var(--base-headingfont);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .widget ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--base-skin);
}
.footer .widget ul.cmt-recent-post-list>li .post-date i {
    margin-right: 4px;
    color: var(--base-dark);
}

/** widget_contact **/
ul.widget_contact_wrapper li {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: var(--base-dark);
    margin-bottom: 10px;
}
ul.widget_contact_wrapper li > p {
    display: inline-block;
    margin-bottom: 0;
}
ul.widget_contact_wrapper li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
ul.widget_contact_wrapper li > p a {
    display: inline-block;
    color: var(--base-dark) !important;
    text-transform: lowercase;
}
ul.widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    color: var(--base-skin);
}
footer .g-map iframe {
    width: 100%;
    margin-top: 15px;
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 5px;
}
.link-hover{
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, var(--base-skin), var(--base-skin) 50%, var(--base-dark) 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.link-hover:hover {
	color: #4be8b0;
	background-position: 0%;
}
.link-hover::before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
/*    bottom: 0;*/
    bottom: -4px;
    z-index: 0;
    position: absolute;
    background: var(--base-skin);
    transition: all 0.3s ease-in-out;
}
.link-hover:hover:before {
    width: 100%;
}
.featured-desc .link-hover{
	background-image: linear-gradient(to right, var(--base-dark), var(--base-dark) 50%, #fff 50%);
}
.featured-desc .link-hover::before{
	background: var(--base-dark);
}


/* newsletter-form */
.footer .widget .footer-subscribebox {
    display: table;
    width: 100%;
    padding: 29px 40px 37px;
    background-color: rgb(255 255 255/9%);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 39px;
}
.footer .widget .footer-subscribebox:before {
    content: "\f104";
    font-family: 'flaticon';
    position: absolute;
    right: 1px;
    bottom: 0;
    left: auto;
    font-size: 142px;
    line-height: 120px;
    color: rgb(255 255 255/5%);
}
.widget .cmt-section p { color: rgba(255, 255, 255, 0.7); }
.newsletter_widget .widget-title { 
    margin-bottom: 10px !important;
}
.newsletter-form { 
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.newsletter-form p{margin-bottom: 0px;}
.newsletter-form p.cookies{padding-top: 9px;}
.newsletter-form input[type="email"] {
    background-color: var(--base-dark);
    border-color: transparent;
    color: var(--base-white);
    padding: 11px 100px 11px 18px;
    font-size: 15px;
    line-height: 26px;
    border-radius: 0;
}
.newsletter-form button[type="submit"] {
    font-size: 14px;
    border: none;
    font-weight: 600;
    font-family: var(--base-headingfont);
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    width: 90px;
    color: var(--base-white);
    background-color: var(--base-skin);
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 14px;
    height: 50px;
    line-height: 1;
    display: block;
    padding: 12px 32px 12px 32px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.newsletter-form button[type="submit"] i { font-size: 17px; }

.newsletter-form .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}
.newsletter-form .cmt-btn.cmt-icon-shap.cmt-btn-style-fill:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}

/* checkbox  */
.footer input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}
.footer input[type=checkbox] + label{
  height: 15px;
  width: 15px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 6px;
}
.footer input[type=checkbox] + label:before{
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  content: " ";
  display:inline-block;
  vertical-align: top;
}

.second-footer.bg-base-lightgreen .cmt-horizontal_sep {
    margin-top: 25px;
    margin-bottom: 35px;
}

.footer input[type=checkbox]:checked + label:before{
  content: "";
  border: solid;
  border-color: var(--base-skin);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  background-color: transparent!important;
  border-radius: 0;
  position: relative;
  
}

/*widget social*/


.footer .social-icons li {
    margin: 0;
    min-width: 23px;
}
.footer .social-icons li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin: 0 7px 0 0px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 15px;
    color: black !important;
    border: 1px solid black;
}
.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.footer .social-icons li a:hover i{
    color: var(--base-white);
}
.footer .widget .widget-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}
.footer .widget ul{
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

/* bottom-footer-text */
.bottom-footer-text.bg-base-dark {  
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.08); 
}

/** widget_nav_menu **/
.widget.widget_nav_menu {
    padding-left: 40px;
}
.footer .widget.widget_nav_menu ul > li:first-child,
.footer .widget.link-widget ul > li:first-child {
    padding-top: 0px;
}
.footer .widget.widget_nav_menu ul > li,
.footer .widget.link-widget ul > li {
    padding: 8px 0px 7px 0;
}
.footer .widget.widget_nav_menu ul > li a,
.footer .widget.link-widget ul > li a{color: var(--base-white);}

/* multi_widget */
.widget.link-widget {
    padding-left: 30px;
}

/** copyright **/
/*.copyright{*/
/*    color: rgba(255,255,255,0.7);*/
/*    display: block;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    text-align: center;*/
/*}*/
.copyright {
    color: var(--base-dark);
    margin: 0;
}
.sm-text {
    color: var(--base-dark);
    margin: 0;
    font-size: 14px;
}
.bottom-footer-text {
    background-color: var(--base-lightgreen);
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #70c033;
}
.f-link{
	position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, var(--base-dark), var(--base-dark) 50%, var(--base-skin) 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.f-link:hover {
    background-position: 0%;
}
.f-link::before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
/*    bottom: 0;*/
    z-index: 0;
    position: absolute;
/*    background: var(--base-dark);*/
    background: #2087fb;
    bottom: -4px;
    transition: all 0.3s ease-in-out;
}
.f-link:hover:before {
    width: 100%;
}
.text-color{
	color: var(--base-skin);
}
.copyright span ,
.copyright span a { font-size: 14px; line-height: 26px; color: var(--base-dark);}
.copyright span a:hover { color: var(--base-dark); }

/* ===============================================
    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);
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.cmt-page-title-row { 
    background-image: url(../images/pagetitle-bg.jpg);
    width: 100%;
    position: relative;
    z-index: 2;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.cmt-page-title-row.cmt-bg.cmt-bgimage-yes > .cmt-titlebar-wrapper-bg-layer{
    opacity: .01;
}
.cmt-page-title-row-inner {
    position: relative;
    width: 100%;
    height: 328px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.41);
    margin-bottom: 27px;
}
.cmt-page-title-row-heading{
    display: table;
    width: 100%;
}
.page-title-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-title-heading h2 {
    font-family: var(--base-headingfont);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 9px;
    color: var(--base-white);
}
.page-title-heading .page-title-desc { color: rgba(255,255,255,.60); text-align: center; line-height: 24px;}
.breadcrumb-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    text-align: center;
}
.breadcrumb-wrapper-inner {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--base-skin);
    position: relative;
    margin: auto;
}
.breadcrumb-wrapper-inner:before {
    content: '';
    background: var(--base-dark);
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: var(--base-white);
}
.breadcrumb-wrapper span:not(:last-child) {
    padding-right: 16px;
}
.breadcrumb-wrapper span:not(:last-child) a{
    color: var(--base-white);
    text-transform: capitalize;
}
.breadcrumb-wrapper span:not(:last-child):after {
    position: absolute;
    content: "  -  ";
    width: 9px;
    height: 9px;
    right: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

/*  ===============================================
    Homepage 
------------------------*/
.about-section .disc-inst { 
    width: 100%;
    padding: 50px 25px;     
    display: flex; 
    flex-direction: column; 
/*    justify-content: space-between; */
    align-items: start; 
    height: 100%;
}
.about-section .disc-inst > p {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: var(--base-skin);
    margin-bottom: 0;
}
.disc-inst .offervtext {
    font-size: 28px;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 0 0 -12px;
}
.about-section .disc-inst h3, .about-section .disc-inst h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
/*     margin-top: 22px; */
/*     margin-bottom: 36px; */
	margin: auto 0;
}
.about-section .disc-inst a { 
    font-size: 15px;
    font-weight: 600;
    color: var(--base-dark);
    text-transform: uppercase;
}
.about-section .layer-content h3 { 
    position: relative;
    font-size: 24px; 
    line-height: normal;
    font-weight: 600;
    color: var(--base-white);
    margin-bottom: 12px;
    text-transform: capitalize;
    z-index: 2;
}
.about-section .layer-content h3 a { color: var(--base-white);  }
.about-section .layer-content:before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,.5) 10%,transparent 60%);
    background: linear-gradient(0deg,rgba(0,0,0,.5) 10%,transparent 60%);
    content: '';
    z-index: 1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
} 
.about-section .stethoscope-img img { 
    transform: scale(1.2) translateX(25px);
}
.progressbar-section .layer-content { padding: 76px 40px 0 0; }
.performance-section .layer-content { padding: 15px; }
.performance-section .layer-content .widget-wrap { position: relative; padding: 70px 15px 20px 17px; }
.performance-section .layer-content .heading-seperator { position: relative; margin-bottom: 25px;}
.performance-section .layer-content .heading-seperator h3 { font-size: 24px; line-height: 34px; margin-bottom: 2px; }
.performance-section .layer-content .heading-seperator span { font-size: 18px; }
.performance-section .layer-content .heading-seperator:before {
    content: '';
    height: 6px;
    width: 60px;
    position: absolute;
    top: -25px;
    left: 0;
    background: var(--base-skin);
    display: block;
    margin-bottom: 9px;
}
.performance-section .layer-content .list-title { 
    font-size: 16px; 
    line-height: 1; 
    font-family: var(--base-bodyfont); 
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.cmt-list.style1 li { padding-left: 6px; }

.performance-section .layer-content .performance-sec-btn { margin-top: 20px; }
.performance-section .layer-content .performance-sec-btn a { text-transform: uppercase;  }

.performance-section .layer-content .widget-wrap:before {
    content: "";
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: rgba(0,0,0,.05);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    height: auto;
    width: auto;
}
.performance-section .layer-content:hover .widget-wrap:before { 
    opacity: 1;
    transition: all .5s ease;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.heading-section .section-title.bg-base-skin {
    margin-left: -133px;
    padding: 54px 15px 40px 133px;
}

/*  ===============================================
    Homepage - 02
------------------------*/
.custom-text { text-align: center; } 
.bg-base-dark .custom-text .cmt-textblock-button {
    color: var(--base-skin);
}
.bg-base-dark .custom-text .cmt-textblock-button:hover { color: var(--base-white); }
.custom-text .cmt-textblock-button { 
    padding: 9px 20px;
    background: var(--base-skin);
    display: inline-block;
    border: none;
    font-size: 15px;
    color: var(--base-white);
    text-transform: uppercase;
    font-family: var(--base-headingfont);
    font-weight: 600;
} 
.custom-text .cmt-textblock-button:hover {
    color: var(--base-white);
    background-color: var(--base-skin);
}
.custom-text .cmt-textblock {
    padding: 0 30px 3px;
    background: var(--base-grey);
    display: inline-block;
    border: 1px solid #e7e7e7;
}
.custom-text .cmt-review {
    margin: 0 0 0 8px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    text-transform: capitalize;
}
.cmt-star .cmt-star-info {
    display: block; 
}
.cmt-star .cmt-star-info img {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.cmt-star .cmt-star-info .star-desc {
    display: inline-block;
    margin-bottom: 0;
}
.cmt-star .cmt-star-info .star-desc strong { position: relative; }
.cmt-star .cmt-star-info .star-desc strong:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--cmt-skincolor);
    bottom: 3px;
    left: 0;
    opacity: .5;
}
.cmt-leftborder-skin {
    border-left: 5px solid var(--base-skin);
    padding-left: 20px;
}
.cmt-text p { line-height: 36px; }


/*  ===============================================
    Homepage - 03
------------------------*/
.top-instruction { 
    position: relative;
    display: flex;
    align-items: center;
}
.top-instruction p { 
    font-size: 14px; 
    line-height: 26px; 
    margin-bottom: 0; 
    width: 80%; 
    margin: auto; 
}
.top-instruction p a { position: relative; font-size: 13px; line-height: 26px; font-family: var(--base-bodyfont); font-weight: 500; text-transform: capitalize; }
.top-instruction p a:after { content: ''; position: absolute; width: 100%; height: 1px; bottom: -1px; left: 0; background-color: var(--base-white); }
.top-instruction .text-close-btn { position: absolute; top: 50%; right: 15px; transform: translateY(-50%);}
.top-instruction .text-close-btn .text-close-btn-box { 
    position: relative; 
    right: 15px;
}
.top-instruction .text-close-btn span.close-icon { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.top-instruction .text-close-btn span i { 
    color: var(--base-white);
    font-size: 8px;
    line-height: 20px;
}
.top-instruction .text-close-btn span.close-icon:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.service-section-3 .section-title h2.title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.service-section-3 .disc-inst { 
    width: 100%;
    padding: 48px 25px 40px; 
    border: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: start;
}
.service-section-3 .disc-inst > p {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: var(--base-skin);
    margin-bottom: 0;
}
.disc-inst .offervtext {
    font-size: 28px;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 0 0 -12px;
}
.service-section-3 .disc-inst h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 36px;
}
.service-section-3 .disc-inst a { 
    font-size: 15px;
    line-height: 1px;
    font-weight: 600;
    color: var(--base-white);
    text-transform: uppercase;
}
.service-section-3 .disc-inst a:hover {color: var(--base-skin); }
.cmt-servicebox {
    position: relative;
}
.cmt-servicebox:after {
    content: '';
    background-color: var(--base-grey) !important;
    display: block;
    width: 99.2%;
    height: 74%;
    position: absolute;
    top: 14.5%;
    left: -9.8%;
    z-index: -1;
}
.cmt-verline { position: relative; }
.cmt-verline:before {
    content: '';
    height: 275px;
    width: 2px;
    background-color: var(--base-skin);
    display: block;
    position: absolute;
    bottom: -160%;
    left: 1px;
}
.cmt-news-blog { overflow: hidden; }
.cmt-news-blog .number {
    color: var(--base-dark);
    font-family: var(--base-bodyfont);
    height: 45px;
    width: 45px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  About_us_one
/*------------------------------------------------------------------------------*/ 

.progressbar-section-3 .layer-content { padding: 76px 40px 0 0; }


/*------------------------------------------------------------------------------*/
/*  About_us_two
/*------------------------------------------------------------------------------*/ 

.cmt-leftborder-skin-2 {
    border-left: 10px solid var(--base-skin);
    padding-left: 30px;
}

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.cmt-service-single-content-area div:not(.featured-title) > h3 { font-size: 30px; line-height: 40px; }
.cmt-service-single-content-area p:not(:last-child) { margin-bottom: 25px; }
.cmt-service-single-content-area .cmt_fatured_image-wrapper { position: relative; border-radius: 5px; overflow: hidden;}
.cmt-service-single-content-area img { width: 100%; }


/*------------------------------------------------------------------------------*/
/*  Reaserch_Details
/*------------------------------------------------------------------------------*/ 
.icon-share-social { 
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#hover-icon-share { 
    display: none ;
    margin-right: 20px;
}
.icon-share-social:hover #hover-icon-share { display: inline-block; }
#hover-icon-share ul.social-icons li a:last-child { margin-right: 0; }
button#icon-share-btn { background-color: var(--base-grey); border: 1px solid #e7e7e7; }
button#icon-share-btn i { color: var(--base-dark); font-weight: 800; }
button#icon-share-btn:hover{ background-color: var(--base-dark); border: 1px solid #e7e7e7; }
button#icon-share-btn:hover i { color: var(--base-white); }

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.cmt-team-member-single-content h3, .cmt-team-member-content h3 { 
    font-size: 30px; 
    line-height: 1; 
    margin-bottom: 20px;
}
.cmt-team-member-single-content .cmt-featured-wrapper img{
    margin-top: 40px;
    margin-bottom: 40px;
}
.cmt-team-member-detail {
    padding: 37px 30px 0;
    border-radius: 5px;
    background-color: var(--base-grey);
}
.cmt-team-member-detail .cmt-team-member-single-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 8px;
}
.cmt-team-member-detail .cmt-team-member-single-position {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--base-skin);
}
.cmt-team-member-detail .cmt-short-desc { margin: 12px 0 11px; }
.cmt-team-member-detail ul {
    margin: 0;
    padding: 0;
}
.cmt-team-details-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 7px 0 5px 0;
    width: 100%;
}
.cmt-team-details-list .cmt-team-list-title, 
.cmt-team-details-list .cmt-team-list-value,
.cmt-team-details-list .cmt-team-list-value a{
    display: inline-block;
    color: var(--body-font-color) !important;
}
.cmt-team-details-list .cmt-team-list-value a:hover {
    color: var(--base-skin) !important;
}
.cmt-team-details-list .cmt-team-list-title  {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--base-dark) !important;
}
.cmt-team-member-detail .cmt-social-links-wrapper ul li a {
    display: block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-right: 0;
    background-color: #fff;
}
.cmt-team-member-detail .cmt-social-links-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-team-member-detail .cmt-social-links-wrapper {
    padding: 14px 0 10px;
}
.cmt-team-member-content { padding-top: 35px; }


/*------------------------------------------------------------------------------*/
/*  Project_Blog
/*------------------------------------------------------------------------------*/ 
.cmt-pf-detail-box { position: relative; }
.cmt-pf-detail-box .cmt_pf_image-wrapper { 
    border-radius: 10px;
    overflow: hidden;
}

.cmt-pf-single-detail-box {
    padding: 52px 0 0;
}
.cmt-pf-single-detail-box .cmt-pf-single-detail-box-title h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.cmt-pf-single-detail-box ul{
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e9ef;
}
.cmt-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    position: relative;
    display: inline-block;
    padding: 15px 55px 0px 0;
}
.cmt-pf-single-detail-box ul li > span { 
    display: inline;
    font-size: 18px;
}
.cmt-pf-single-detail-box ul li > span:first-child {
    font-weight: 600;
    font-size: 18px;
    color: var(--base-skin);
}
.cmt-pf-single-detail-box ul li:last-child { padding-right: 0; }

.cmt-pf-single-content-area {
    padding-top: 15px;
}
.cmt-pf-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}
.cmt-pf-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef;
}
.cmt-pf-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;
}
.cmt-pf-single-content-area .social-icons li>a:hover {
    border-color: var(--base-white);
    color: var(--base-white);
    background-color: var(--base-skin);
}
.cmt-pf-single-content-area .cmt-pf-single-category span {
    color: var(--base-skin);
    font-size: 15px;
    font-weight: 600;
}
.cmt-pf-single-content-area .cmt-pf-single-category a:not(:hover ) {
    color: inherit;
}
.cmt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.cmt-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}
article.cmt-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.cmt-blog-classic .cmt-post-featured-wrapper  { 
    position: relative; 
    overflow: hidden;
}
article.cmt-blog-classic .cmt-blog-classic-content{
    background: var(--base-grey);
    padding: 22px 30px 32px;
    z-index: 11;
    position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
}
.cmt-blog-classic .cmt-box-post-cat{
    z-index: 1;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0 14px 2px;
    position: absolute;
    background-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-blog-classic .cmt-box-post-cat a{
    color: var(--base-white);
}
.cmt-blog-classic .post-meta, .cmt-blog-single .post-meta {
    display: block;
    padding: 8px 0 11px;
}
.cmt-blog-classic .post-meta .cmt-meta-line, .cmt-blog-single .post-meta .cmt-meta-line {
    padding-right: 15px;
    position: relative;
    color: inherit;
}
.cmt-blog-classic .post-meta .cmt-meta-line a, 
.cmt-blog-single .post-meta .cmt-meta-line a { color: var(--body-font-color); }

.cmt-blog-classic .post-meta .cmt-meta-line:last-child{
    padding-right: 0;
}
.cmt-blog-classic .post-meta .cmt-meta-line i, .cmt-blog-single .post-meta .cmt-meta-line i {
    padding-right: 4px;
    color: var(--base-skin);
}
.cmt-blog-classic .entry-header .entry-title {
    font-size: 26px;
    line-height: 30px;
    position: relative;
    margin-bottom: 12px;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.cmt-blog-single .cmt-post-featured-wrapper {    
    overflow: hidden;
    margin-bottom: 20px;
}
.cmt-blog-single .post-meta{
    display: block;
    padding: 5px 0 5px 0;
}
.cmt-blog-single h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}
.cmt-blog-single p { margin-bottom: 20px; }
.cmt-blog-single blockquote {
    display: block;
    position: relative;
    padding: 32px 150px 18px 35px;
    border: none;
    border-radius: 0;
    color: var(--base-dark);
    overflow: hidden;
    margin: 25px auto 20px auto;
    background-color: var(--base-grey);
}
.cmt-blog-single .qoute-text > p { 
    font-weight: 600;
    font-size: 19px;
    line-height: 33px; 
    font-style: italic;
}
.cmt-blog-single blockquote:before {
    content: "\f117";
    font-family: flaticon;
    position: absolute;
    top: 18px;
    left: auto;
    right: 10px;
    z-index: 1;
    display: block;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    color: var(--base-skin);
}
.cmt-blog-single blockquote:after {
    content: " ";
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: absolute;
    top: -45px;
    right: -30px;
}
.cmt-blog-single .qoute-text > h3 {
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 19px !important;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
    margin-top: 14px;
    color: var(--base-dark);
}
.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.cmt-blog-single .cmt_tag_lists {
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cmt-blog-single .cmt_tag_lists > .cmt-tags-links-title {
    font-weight: 600 !important;
    color: var(--base-dark);
}
.cmt-blog-single .social-media-block .cmt-tags-links a {
    background-color: var(--base-white);
    font-weight: 400;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #e7e7e7;
    margin:5px 8px 5px 0;
    text-transform: capitalize;
}
.cmt-blog-single .cmt-social-share-wrapper ul { 
    display: inline-flex;
    padding-top: 15px;
}
.cmt-blog-single .cmt-social-share-wrapper ul li {
    display: inline-block;
    padding: 4px 10px 5px 0;
}
.cmt-blog-single .cmt-social-share-wrapper ul li:last-child { padding-right: 0; }
.cmt-blog-single .cmt-social-share-wrapper ul li a {
    border: 1px solid transparent;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--base-white);
    border-radius: 0;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.facebook a {
    background-color: #385da9;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.twitter a {
    background-color: #3cf;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.pinterest a {
    background-color: #bd081c;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.linkedin a {
    background-color: #0073b1;
}
.cmt-blog-single .cmt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin);
}
.cmt-blog-single .cmt-blog-single-content .post-meta .cmt-meta-line.author { position: relative; }
.cmt-blog-single .cmt-blog-single-content .post-meta .cmt-meta-line.author:before {
    content: ' ';
    position: absolute;
    background-color: #e7e7e7;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.cmt-blog-single .cmt-blog-single-content .post-meta .cmt-meta-line.comment { padding-left: 12px; }

/*next-prev*/

.cmt-blog-single .cmt-post-prev-next-buttons {
    padding-bottom: 10px;
    padding-top: 46px;
    margin-left: -15px;
    margin-right: -15px;
}
.pagination-item.prev {
    position: relative;
    text-align: left;
}
.pagination-item.next {
    float: right;
}
.cmt-post-prev-next-buttons .pagination-img {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    border-radius: 0;
    overflow: hidden;
}
.cmt-post-prev-next-buttons .pagination-img img {
    height: auto;
    max-width: 100%;
}
.cmt-post-prev-next-buttons .pagination-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: capitalize;
}
.pagination-item.prev .pagination-content {
    padding-left: 15px;
}
.pagination-item.next .pagination-content {
    padding-right: 15px;
    text-align: right;
}
.cmt-post-prev-next-buttons .pagination-content a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmt-post-prev-next-buttons span.cmt-nav-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}

/*blog-comment*/
.comments-area {
    padding-top: 30px;
    margin-bottom: 0;
}
.comments-area h3.comment-reply-title{
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 12px;
}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    vertical-align: middle;
    width: 100%;
    color: var(--base-bodyfont-color);
    padding: 13px 20px;
    font-weight: 400;
    background-color: var(--base-grey);
    text-transform: inherit;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    line-height: inherit;
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
.comments-area p { margin-bottom: 10px; }
.comment-form .comment-form-comment  ,
.comment-form .comment-form-author  ,
.comment-form .comment-form-email  ,
.comment-form  .comment-form-url { margin-bottom: 20px; }

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.cmt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}
@media (min-width: 992px) {
    .cmt_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;
    }
}
.cmt_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: disc;
    clear: both;
    padding-left: 23px;
}
.cmt_contact_widget_wrapper li {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.cmt_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cmt_contact_widget_wrapper li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

/* --------------------------
	login page 	
-----------------------------*/

.form-check-input:checked{
	background-color: #009efb;
    border-color: #009efb;
}

.form-check-input:focus {
        box-shadow: 0 0 0 0.25rem #99d9ff;
}



section.cmt-row.subscribe-form-section.clearfix.login {
    padding: 60px 0;
}
.page-content{
	padding: 40px 0;
}



.bg-color-login{
	    background-color: #e0f8ff;
    border-top-right-radius: 80px 80px;
}
.pt-50 {
    padding-top: 50px;
}

.not-to-do ul, .to-do ul{
    list-style: upper-alpha;
    padding-left: 1.2rem;
}

.notes ul {
    font-size: 14px;
    padding-left: 18px;
    margin: 0px;
}
.notes ul li {
    text-transform: capitalize;
    list-style: square;
    font-size: 14px;
    line-height: 18px;
}
.notes h6 {
    font-size: 14px;
    font-weight: 600;
}
.notes h5 {
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 2px;
    text-transform: capitalize;
    line-height: normal;
}
.login-box {
	padding: 0px 15px;	
	min-height: 620px;
	position: relative;
	margin: 6% auto;
	overflow: hidden;
}

 .loginbox-center{
     display: flex;
    align-items: center;
} 

 .loginicon-box{
    display: inline-grid; 
    justify-content: center;
    width: 100%;
    margin-top: 25%;
    
} 

.input-group img#capcha1, .input-group img#capcha2, .input-group img#capcha3 {
    height: 46px;
    margin-right: 10px;
}


.nav-item .nav-link{
    border: 2px solid #629a34;
    position: relative;
    display: inline-block;
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    text-align: center;
}
.nav-item .nav-link:hover{
    border: 2px solid #629a34;
    color: #fff;
    background: #629a34;
}

.btn-back {
    border: 2px solid #41b8ea;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 5px;
    cursor: pointer;
    background: #41b8ea;
}

.btn-back:hover {
    color: white;
}


/* OTP  */


.digit {
    max-width: 40px;
/*    height: 35px;*/
/*    margin: 5px;*/
    text-align: center;
    font-size: 14px;
    color: transparent;
   	box-shadow: 0px 2px 3px -2px #ff8828;
    text-shadow: 0 0 0 #040404bb;
    border-color: #dcdcdcfc;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    outline-color: #040404bb;
    transition: 0.3s transform;
}
.otp-wrapper{
	display: flex;
    column-gap: 10px;
}

/*.digit:focus {*/
/*    transform: scale(1.3);*/
/*    transition: 0.1s;*/
/*}*/

#verificationButton {
    width: 100px;
    height: 50px;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    background-color: #ffffff;
    color: transparent;
    box-shadow: 0px 2px 5px -2px #f50000ce;
    text-shadow: 0 0 0 #040404bb;
    border-color: #dcdcdcfc;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    outline-color: #ff0000bb;
}

#verificationButton:hover {
    border: solid 2px #000000ce;
    width: 110px;
    height: 60px;
    cursor: pointer;
    /* transform: scale(0.1); */
    transform: scale(1);
    transition: 0.1s;
}

#digitsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  margin-top:250px;
}

.mandatory-validation, .required {
    color: #ff0000;
    line-height: 16px;
    font-size: 16px;
/*     margin: 4px 0 0 4px; */
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}


.nav-tabs .nav-link.active {
background-color: #629a34;
    border: 2px solid #629a34;
    color:white;
    
/*    background-color: #db8851;*/
/*    border: 2px solid #db8851;*/
/*    color: white;*/
}
.nav-link span{
	font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;	
}
.nav-item .nav-link {
    border: 2px solid #629a34;
    position: relative;
    display: inline-block;
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    text-align: center;
}

.nav-tabs{
	border-bottom:none;
} 

.cst-nav-tbs{
	margin-bottom: 10px;
	justify-content: center !important;
	gap: 10px;
}

 
.border-instruction{
/* 	border-top: 1px solid black; */
    margin-top: 15px;
    padding-top: 10px;
}

.form-group {
    margin-bottom: 10px;
}
.form-group label {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #2c2c2c;
    display: block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-transform: capitalize;
}
.form-control {
    padding: 12px;
    height: 46px;
}
.img_captcha {
    margin-top: 12px;
}

.btn-login{
	border: 2px solid #009285;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 5px;
    cursor: pointer;
    background: #009285;
}

.btn-login:hover{
	  color: white;
}

.btn-register{
	border: 2px solid #009285;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 5px;
    cursor: pointer;
    background: #009285;
}

.btn-register:hover {
    color: white;
}

.login-slider .slider-item {
    height: calc(100vh - 204.3px)
}
/* .login-slider .slider-item { */
/*     height: 720px; */
/* } */
.button-box {
	width: 80%;
	margin: 0 auto 15px;
	position: relative;
	box-shadow: 0 0 20px 9px #b79a9473;
	border-radius: 5px;
	display: flex;
}

.toggle-btn {
	background: transparent;
	padding: 10px;
	cursor: pointer;
	outline: none;
	border: 0;
	position: relative;
	width: 50%;
	font-size: 18px;
}
.aadhaar-icon {
    width: 50%;
}
.contact-img img {
    width: 50%;
}
.contact-img{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.contact-box h3,.contact-box-other-units h3 {
    margin-top: 20px;
    font-size: 30px;
    color: #000;
}
.contact-box ul li,.contact-box-other-units ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.contact-box ul,.contact-box-other-units ul {
    padding: 0;
    text-align: center;
}
.contact-info-item {
    display: flex;
    margin-bottom: 20px;
}
.contact-info-content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #007d95;
}
.contact-info-content a {
 color:#4a6f8a;
}
.contact-info-item .contact-icon {   
    height: 70px;
    width: 70px;
    background-color: #f1f2fc;
    text-align: center;
    border-radius: 50%;
    align-items: center;
}

.contact-icon i {
    font-size: 30px;
    line-height: 70px;
}
.contact-info-content {
    margin-left: 20px;
    width: 80%;
    font-size: 18px;
}
.contact-info-view {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.contact-box,.contact-box-other-units {   
	-webkit-box-shadow: 0px 0px 20px 0px #dddddda6;
    box-shadow: 0px 0px 20px 0px #dddddda6;
    margin-bottom: 20px !important;
    color: #4a6f8a;
    padding-bottom: 0 !important;
    background: #e2e2e2;
    border-radius: 20px 0;
    vertical-align: middle;
    font-size: 20px;
    border: 1px solid #9fc9ee;
    text-align: center;
    background-color: aliceblue;
}
.contact-area li.hosptial {
    transform: translateY(10%) scale(0.94);
    opacity: 1;
    width: calc((100% / 6) - 0.5em);
   -webkit-box-shadow: 0px 0px 20px 0px #dddddda6;
    box-shadow: 0px 0px 20px 0px #dddddda6;
    margin-bottom: 20px !important;
    color: #4a6f8a;
    padding-bottom: 0 !important;
    background: #e2e2e2;
    border-radius: 20px 0;
    vertical-align: middle;
    font-size: 20px;
    border: 1px solid #9fc9ee;
    text-align: center;
    background-color: aliceblue;
}

.contact-area li.hosptial:hover {
    background-color: #00d3c700;
    border: 1px solid #00d3c700;
}
.contact-box:hover,.contact-box-other-units:hover {
    background-color: #00d3c700;
    border: 1px solid #00d3c700;
}
.odometer-inside {
    color: #FFC107;
}
#btn {
	top: 0;
	left: 0;
	position: absolute;
	width: 56%;
	height: 100%;
	background: linear-gradient(to top, #00abdc, #51cffc);
	border-radius: 5px;
	transition: .5s;
}

.social-icons {
	margin: 30px auto;
	text-align: center;
}
#hospital-login {
    top: 31%;
}
.social-icons img {
	width: 30px;
	margin: 0 12px;
	box-shadow: 0 0 20px 0 #7f7f7f3d;
	cursor: pointer;
	border-radius: 50%;
}



.login-box .input-field {
	outline: none;
	background: transparent;
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
}

.submit-btn {
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: linear-gradient(to right, #ff105f, #ffad06);
	border: 0;
	outline: none;
	border-radius: 5px;
}

.check-box{
	margin: 30px 10px 30px 0;
}


#login {
    margin-top: 20px;
}


#patient-login {
    position: relative;
}

label {
    font-weight: 600;
    font-size:16px;
}

.otp{
	display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.single-logo {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px 0px #dddddd70;
    box-shadow: 0px 0px 25px 0px #dddddd70;
    text-align: center;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    background: #fff;
    justify-content: center;
}


.signup-area.login-part {
/*     position: absolute; */
    left: 10%;
    right: 10%;
    z-index: 9999999;
    top: 5%;
    padding-bottom: 0;
}
	
	
.hide {
    display: none;
}	

.custom-fpwrapper .tbs-title {
	margin: 15px 0 5px;
}
.custom-fpwrapper .ttl-name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
}
 


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
    padding: 80px 0 100px;
    text-align: center;
}
section.error-404 .page-header h3 {   
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.error-404 .cmt-404-img { margin-bottom: 90px; }
section.error-404 .page-content p { margin-bottom: 28px; }

.error404 .site-header-menu-inner.fixed-header {
    animation-name: menu_sticky;
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
}

@keyframes menu_sticky {
    0%   {margin-top:-120px;opacity: 0;}
    50%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}



/*------------------------------------------------------------------------------*/
/*  Team_Details
/*------------------------------------------------------------------------------*/

.banner-img-wrapper .cmt-box-col-wrapper{	
/*	height: calc(100vh - 160px) !important;*/
    background-repeat: no-repeat;
    background-size: cover;
/*    background-position: center center;*/
    background-position: top center;
    position: relative;
}
.banner-1 {
    background-image: url("../images/slides/banner1v2.webp");
}
.banner-2 {
    background-image: url("../images/slides/banner2v2.webp");
}
.banner-3 {
    background-image: url("../images/slides/banner3.webp");
}
.banner-4 {
    background-image: url("../images/slides/banner4v2.webp");
}

.cmt-post-item-popup .text-close-btn-2 { position: relative; }
.cmt-post-item-popup .text-close-btn-2 .text-close-btn-box-2 { 
    position: relative; 
    right: 15px;
}
.cmt-post-item-popup .text-close-btn-2 span.close-icon-2 { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cmt-post-item-popup .text-close-btn-2 span i { 
    color: var(--base-dark);
    font-size: 24px;
    line-height: 40px;
}
.cmt-post-item-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    transform: scale(0);
    transition: all .5s ease;
    background: rgba(0,0,0,.8);
}
.cmt_item_popup_details {
    width: 63%;
    margin: 0 auto;
    background-color: var(--base-white);
    z-index: 9999;
    position: relative;
    padding: 15px 55px;
    top: 14%;
    overflow: hidden;
}
.cmt-post-item-popup.model-open {
    transform: scale(1);
    transition: all .5s ease;
}

.slider-text {
    position: absolute;
    top: 70px;
    left: 50%;
    width: max-content;
    transform: translatex(-50%);
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-subtitle{
    color: rgba(0,0,0,.8);
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}

.slider-title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: normal;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
}

/*.featured-imagebox-team::before{*/
/*	background-color: black;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*	opacity: 0.3;*/
/*}*/
.cmt_floting_customsett{
	display:none;
}

.text-base-skin {
    color: var(--base-skin);
    display: block;
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top a {
    color: #ffffff;
}

.header-top-item .header-top-right {
    text-align: right;
}

.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0;
}

ul.input-group-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-top-item .header-top-right ul li:first-child {
    margin-right: 5px;
}
.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
}

.header-top-item .header-top-right ul li .header-top-btn {
    border: 1px solid white;
    background-color: #00928500;
    border-radius: 5px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

ul.input-group-btn li a.header-top-btn {
    background: #0046c0;
    color: #fff;
    padding: 0;
    font-weight: bold;
    border-radius: 0;
    margin-right: 5px;
}




.loginborder {
/*	border: 2px solid #629a34;*/
	position: relative;
	display: inline-block;
	color: black;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 18px;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.loginborder:hover{
	background:#629a34;
	
}

.loginborder:hover h5{
	color:white;
}


.service-section{
	position: relative;
}


.service-section::before {
    content: '';
    position: absolute;
    background-image: url(../images/Ayush-logo/benefits.webp);
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center center;
    bottom: 0;
    right: 60px;
    opacity: 0.5;
}

.btn-info {
    color: #fff;
    background-color: #0ea5e9;
    border-color: #0dcaf0;
}

.btn-info:hover{
	color: #fff;
    background-color: #0284c7;
    border-color: #0284c7;
}	

.header-login, .landing-btn {
    border: 2px solid #ff8800;
    color: #fff !important;
    font-size: 15px !important;
    line-height: normal;
    font-weight: bold;
    padding: 10px 16px;
    border-radius: 5px;
    width: fit-content;
    display: flex;
    cursor: pointer;
    background: #ff8800;
    align-items: center;
    justify-content: center;
}
.landing-btn.getappt-btn {
    border: 2px solid #0958a8;
    background: #0958a8;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    width: auto !important;
}
.landing-btn.getappt-btn:hover {
    border: 2px solid #0958a8;
    background-color: #fff;
    color: #0958a8 !important;
}
.header-login:hover, .landing-btn:hover {
    background-color: #fff;
    color: #ff8800 !important;
}
.landing-btn.signin-btn{
	border: 2px solid #ff8800;
	background: #ff8800;
}
.landing-btn.signin-btn:hover{
	border: 2px solid #ff8800;
	background-color: #fff;
	color: #ff8800 !important;
}
.landing-btn.back-btn {
    border: 2px solid #434343;
    background: #434343;
/*     border-radius: 0 4px 4px 0; */
}


.landing-btn.back-btn:hover{
	border: 2px solid #434343;
	background-color: #fff;
	color: #434343 !important;
}

.landing-btn.cst-back-btn{
	border: 2px solid #2c2c2c;
    background: #2c2c2c;
    border-radius: 0 4px 4px 0;
    padding: 8px;
}
.landing-btn.cst-back-btn:hover{
	border: 2px solid #2c2c2c;
	background-color: #fff;
	color: #2c2c2c !important;
	border-left-color: #fff;
}

/* @keyframes colorShift { */
/*   0%, 100% { */
/*       background: #2c2c2c; */
/*   } */
/*   33% { */
/*     background: #fb3e3e; */
/*   } */
/*   66%{ */
/*     background: #0dcc00; */
/*   } */
/* } */

/* @keyframes borderPulse { */
/*   0% { */
/*     box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1); */
/*   } */
/*   100% { */
/*     box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0); */
/*   } */
/* } */

.landing-btn i {
    margin-right: 4px;
}
/*
.landing-btn.getotp-btn{
	border: 2px solid #4a6cf7;
	background: #4a6cf7;
}*/

.landing-btn.getotp-btn {
    border: 2px solid #0958a8;
    background: #0958a8;
    font-size: 16px !important;
    text-transform: capitalize;
    padding: .375rem .75rem !important;
    font-weight: 600 !important;
    width: auto !important;
}
.form-group.signin-frm-wrp .custom-icon-group {
    width: calc(100% - 130px);
}

.landing-btn.abha-verify-btn {
	    border: 2px solid #0958a8;
    background: #0958a8;
        text-transform: capitalize;
}

.landing-btn.abha-verify-btn:hover {
    border: 2px solid #0958a8;
    background-color: #fff;
    color: #0958a8 !important;
}


/*
.landing-btn.getotp-btn:hover{
	border: 2px solid #4a6cf7;
	background-color: #fff;
	color: #4a6cf7 !important;
}*/

.landing-btn.getotp-btn:hover {
    border: 2px solid #0958a8;
    background-color: #fff;
    color: #0958a8 !important;
}

.landing-btn.check-btn{
	border: 2px solid #00c1f8;
	background: #00c1f8;
}
.landing-btn.check-btn:hover{
	border: 2px solid #00c1f8;
	background-color: #fff;
	color: #00c1f8 !important;
}



@media (max-width: 1200px) {
	.cmt-post-item-popup {
		background: rgba(0, 0, 0, .8);
	}
}

@media (max-width: 1199px) {
	.cmt_item_popup_details {
		width: 83%;
	}
}

/*---------------16-04-24---------------*/

/*top header style start*/

:root {
  --primary-color: #649924;
  --secondary-color: #b8db6fab;
}

.logo-subtext{
	display: flex;
	align-items: center;
}
.logo-sidetext {
    padding-left: 6px;
    font-size: 14px;
}
.logo-subtext:hover{
	color: #4c2400;
}
.skip-link {
    font-size: 14px;
    padding-right: 4px;
}
.skip-link:hover {
    color: #4c2400;
}
.header-top-btn {
    border: 1px solid white;
    background-color: #00928500 !important;
    border-radius: 5px !important;
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin: 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header-top-btn:hover {
	background-color: #fff !important;
    color: #2c2c2c !important;
}
.top-block{
	background-color: #649924;
}
.header-top-right .input-group-btn{
	margin: 0;
}
.header-top-left, .header-top-right {
    display: flex;
    margin: 0 -4px;
    align-items: center;
}
.page-fontsize {
    display: flex;
    align-items: center;
}
.header-top-left>div, .header-top-right>div {
    padding: 2px 4px;
}
/*top header style end*/

.alert {
    position: relative;
    padding: 12px 8px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/*Breadcrumb section style start*/
.page-title {
    margin-top: 20px;
}
.title-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-title {
    font-size: 24px;
    text-transform: capitalize;
}
.title-text {
    font-size: 22px;
    font-weight: 600;
    max-width: 50%;
    margin-bottom: 0;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-transform: capitalize;
}
.page-title .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    flex-direction: row;
}
.page-title .breadcrumb li+li {
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-transform: capitalize;
}
.page-title .breadcrumb li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
/*Breadcrumb section style end*/

.page-title-block {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 0;
    right: 0;
/*    width: 100%;*/
}
.page-title-block .page-text {
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	font-family: var(--base-headingfont), sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	background: radial-gradient(circle at 3% 155.8%, rgb(172 246 115) 0%, #ff8800 140.6%);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: page-title-animate 8s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}


@keyframes page-title-animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.page-text-ttl {
/*	position: absolute;*/
/*	width: 100%;*/
	font-size: 36px;
	line-height: normal;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	color: transparent;
/*	background-image: linear-gradient(to right, #ffe839, #ff9e00, #ffa421, #ffc00e, #edff00);*/
	background-image: linear-gradient(to right, #019f55, #ff9e00, #ffa421, #ffc00e, #008c4b);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200%;
	background-position: -200%;
	animation: animated-gradient 8s infinite alternate-reverse;
}

@keyframes animated-gradient {
  0%{
    background-position: -200%;
  }
  100%{
    background-position: 200%;
  }
}

.welcome-data {
    display: none;
}
.page-inner{
	padding: 20px 0 40px 0 !important;
}
/*---------------theame-1 css start---------------*/

/*login screen style start*/
.theme-1 .welcome-data {
	display: block;
    position: absolute;
    top: 12%;
    text-align: center;
    width: 100%;
    padding: 10px 6px;
}
.theme-1 .welcome-data .welcome-title {
    font-size: 40px;
/*    color: #222222;*/
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ebebeb;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*login screen style end*/

.theme-1 .fixed-header .site-branding.site-logo {
     padding: 4px 2px; 
      gap: 4px;
}
.theme-1 .fixed-header .site-branding.site-logo .home-link{
     background: #dddddd;
     border-radius: 4px; 
     padding: 4px 2px;
}

.theme-1 .logo-subtext:hover, .theme-1 .skip-link:hover {
    color: var(--base-skin);
}

.theme-1 .input-group-btn .loginlinks.skip-link:hover{
	color: #2c2c2c;
}

.theme-1 .top-block, .theme-1 .first-footer{
/*    background: #007058;*/
	background: var(--theme-primary);
}
.theme-1 .marquee-block{
/*    background: #b8d9ff;*/
    background: #efb170;
    box-shadow: 0 -10px 20px -5px rgba(255, 255, 255, 0.75);
    position: relative;
}
.theme-1 .marquee-block .custom-m-line li a, .theme-1 .custom-m-line li a::before, .theme-1 .custom-m-line li .marquee-view::before {
	color: #592d07;
}
.theme-1 .cmt-header-style-02 .site-header-menu {
    /* background-color: rgba(0, 147, 119, 0.8) !important; */
/*    background-color: var(--theme-white-bg) !important;*/
    background-color: #fff !important;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.theme-1 .cmt-header-style-02 .cmt-stickable-header.fixed-header {
/*   background-color: rgba(0, 147, 119, 1);*/
	background-color: var(--theme-primary);
}
.theme-1 .second-footer, .theme-1 .bottom-footer-text, .theme-1 .featured-icon-box.style7 .featured-content  {
/*	background: var(--theme-secondary);*/
	transition: all 0.5s ease;
/*	box-shadow: 0 0 15px rgba(0, 0, 0, .1);*/
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background: #272c34;
}
.theme-1 .widget_text p, .theme-1 .footer .widget .widget-title, .theme-1 ul.widget_contact_wrapper li, .theme-1 .copyright, .theme-1 .sm-text{
    color: #fff;
}
.theme-1 .link-hover {
/*    background-image: linear-gradient(to right, #fff, #fff 50%, #222222 50%);*/
/*     background-image: linear-gradient(to right, #ca6c00, #ca6c00 50%, #222222 50%);*/
/*     background-image: linear-gradient(to right, #007159, #ff8900 50%, #fff 50%);*/
	    background-image: linear-gradient(to right, #459cff, #c0ddff 50%, #fff 50%);
}
.theme-1 .forgot-password-wrapper .link-hover {
/*   	background-image: linear-gradient(to right, #459cff, #c0ddff 50%, #222222 50%);*/
    background-image: linear-gradient(to right, #00428e, #00428e 50%, #222222 50%);
    font-weight: 500;
}
.theme-1 .featured-icon-box.style7 .featured-content:hover {
    background: #c6ff7c;
}

.theme-1 #site-header-menu .cmt-stickable-header .site-navigation ul.menu > li.active >a {
/*    color: #fff;*/
/*    color: #222222;*/
	color: var(--base-skin);
}
.theme-1 #site-header-menu .cmt-stickable-header.fixed-header .site-navigation ul.menu > li.active >a {
/*    color: #fff;*/
    color: var(--base-skin);
}
/*.theme-1 .cmt-header-style-02 .site-navigation ul.menu > li > a {*/
/*   	color: rgba(255, 255, 255, 0.7);*/
/*   	color: rgba(20, 20, 20, 0.7);*/
/*}*/
.theme-1 .cmt-header-style-02 .fixed-header .site-navigation ul.menu > li > a {
/*   	color: rgba(255, 255, 255, 0.7);*/
	color: #fff;
}
.theme-1 #site-header-menu .cmt-stickable-header.fixed-header .site-navigation ul.menu > li>a:before {
/*	background-color: #fff;*/
	background-color: var(--base-skin);
}
.theme-1 .cmt-header-style-02 .fixed-header .site-navigation nav.main-menu ul.menu > li.active > a,
.theme-1 .cmt-header-style-02 .fixed-header .site-navigation nav.main-menu ul.menu > li:hover > a {
/*    color: rgba(255, 255, 255, 1);*/
	color: var(--base-skin);
}
.theme-1 #site-header-menu .cmt-stickable-header .site-navigation ul.menu > li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top : 20px;
    left: 0px;
/*    background-color: #ffffff;*/
/*    background-color: #222222;*/
	background-color: var(--base-skin);
    visibility: hidden; 
    transition: all 0.3s ease-in-out 0s;
}
.theme-1 #site-header-menu .cmt-stickable-header .site-navigation ul.menu > li:hover>a:before,
.theme-1 #site-header-menu .cmt-stickable-header .site-navigation ul.menu >  li.active>a:before {
    visibility: visible;
    width: 25px;
}
.theme-1 .cmt-header-style-02 .site-navigation nav.main-menu ul.menu > li.active > a,
.theme-1 .cmt-header-style-02 .site-navigation nav.main-menu ul.menu > li:hover > a {
/*    color: rgba(255, 255, 255, 1);*/
/*    color: #222222;*/
	color: var(--base-skin);
}
.theme-1 .bottom-footer-text {
/*    border-top: 1px solid #70c033;*/
    border-top: 1px solid #565656;
}
.theme-1 .footer .footer-logo {
    margin-bottom: 15px;
    background: #dddddd;
/*	background: transparent;*/
    border-radius: 4px;
    padding: 4px 4px;
    max-width: 200px;
}


.theme-1 .featured-desc .link-hover {
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #fff 50%);
}
.theme-1 .featured-desc .link-hover::before {
    top: 20px;
    background: #fff;
}
.theme-1 .link-hover::before {
/*    background: #fff;*/
/*	background: #ca6c00;*/
    background: #2087fb;
}
/*.theme-1 .f-link {*/
/*    background-image: linear-gradient(to right, #222222, #222222 50%, #ff8a03 50%);*/
/*}*/
.theme-1 .f-link {
    background-image: linear-gradient(to right, #2087fb, #2087fb 50%, #ff8a03 50%);
}
.theme-1 .text-color {
    color: #ff8a03;
}
.theme-1 .info-secondary{
	background-color: var(--theme-secondary);
	    transition: all 0.5s ease;
}
.theme-1 .info-secondary:hover {
/*    background-color: #c6ff7c;*/
/*        background-color: #cbe4ff;*/
/*      background-color: #c7c7c7;*/
    background-color: #a7cafe;
}
.theme-1 .info-primary{
	background-color: var(--theme-primary);
	    transition: all 0.5s ease;
}
.theme-1 .info-primary:hover {
/*    background-color: #00a17f;*/
/*     background-color: #5caaff;*/
         background-color: #004b9d;
}
.theme-1 .about-section .disc-inst h3, .theme-1 .about-section .disc-inst h2 {
    color: #fff;
    font-size: 18px;
}


.theme-1 .about-section .disc-inst h3 span, .theme-1 .about-section .disc-inst h2 span  {
    font-size: 20px;
    margin-bottom: 4px;
}
.theme-1 .featured-desc p, .theme-1 .featured-content label {
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.theme-1 .first-footer .featured-desc p{
    font-weight: 500;
}
.theme-1 .info-primary .featured-desc p, .theme-1 .info-primary .featured-content label{
	color: #fff !important;
}
.theme-1 .info-primary.featured-icon-box.style3 .featured-icon i {
    color: var(--theme-secondary);
}
.theme-1 .info-secondary.featured-icon-box.style3 .featured-icon i {
    color: var(--theme-primary);
}



.theme-1 .loginborder:hover {
    background: var(--theme-primary);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.theme-1 .loginborder {
   border-color: var(--theme-primary);
}
.theme-1 .col-bg-img-seventeen.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    /* background-image: url(../images/bg-image/banner1.jpg); */
    background-image: url(../images/bg-image/login-banner.webp);
}

/*--------------------theame-1 css end--------------------*/
/* page content start  */
.mn-h {
    min-height: 50vh;
}
.mn-h {
    min-height: calc( 100vh - 650px);
}
.content-title {
    font-size: 24px;
    text-transform: capitalize;
    line-height: normal;
}
.custom-list-item , .custom-sublist-item {
    padding-left: 24px;
    position: relative;
}

.cst-content-box .custom-list {
	margin: 0;
}

.cst-content-box .custom-list-item {
	padding-left: 14px;
}

.custom-list-item:before {
    font-family: 'IcoFont' !important;
    content: "\ec77";
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 10px;
    color: var(--theme-primary);
    line-height: 10px;
}

.cst-content-box .custom-list-item:before {
	font-size: 6px;
	line-height: 6px;
}

.custom-sublist-item:before  {
    font-family: 'IcoFont' !important;
    content: "\ec77";
    position: absolute;
    left: 0px;
    top: 8px;
    border: 1px solid var(--theme-primary);
    border-radius: 50%;
    font-size: 5px;
    color: transparent;
    line-height: 5px;
}
.custom-list, .custom-sublist {
    padding: 0;
    margin: 0 0 15px 0;
}
i.icofont-ui-press {
    font-size: 10px;
    margin: 0 10px;
}
.content-subtitle {
    text-transform: capitalize;
}
/* page content end  */


/* table content start*/
.table>:not(:first-child) {
    border-top: none;
}
.custom-table{
	max-height: 400px;
	border-radius: 6px;
}
.custom-table, table{    
	margin-bottom: 0px;
} 
.custom-table .table thead th{
    min-width: 150px !important;
    padding: 12px 14px !important;
}
.custom-table td, .custom-table th{
    padding: 5px 5px;
    border: 1px solid #ddd;
}
.custom-table .table td p, .table td p {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0px;
}
.custom-table thead {
    position: sticky;
    z-index: 100;
    top: 0;
}
.custom-table thead th{
    background-color: var(--theme-secondary);
    text-align: center;
}
.custom-table .table td a:hover {
    color: #262d3f;
}
p.input-text-below {
    color:var(--base-bodyfont-color);
}
/* table content end*/


/* help  page start*/
.custom-pill-tablist{
    width: 50%;
    justify-content: center;
    padding: 10px;
    margin: auto;
}
.hform-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-box {
    border-radius: 12px;
    margin-bottom: 30px;
/*     padding: 10px 20px; */
/* background-color: #e7ffd4; */
    position: relative;
/*     border-radius: 10px; */
}

.card-box.custom-outer-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 10px !important;
    position: relative;
}

   
/* help page  end  */ 
/* scroll to  top start */
.backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  height: 40px;
  width: 40px;
  font-size: 25px;
  border: none;
  color: #fff;
  border-radius: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.backToTopBtn:not(:hover) {
    background: var(--theme-primary);
    box-shadow: 0px 2px 5px #1919198a;
}
.backToTopBtn:hover {
    background: #003d82;
    color: #f0f7f5d1;
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/*  scroll to top  end  */ 

/* nav  link tab start  */ 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #629a34;
}
.alert-info.notes.border-instruction.custom-pb {
    padding-bottom: 20px;
}
/* nav  link tab end  */ 


/* 26-04-24 */
/* marquee-block section start */
.hero-wrapper {
    position: relative;
    height: calc(100vh - 160px);
    overflow: hidden;
}
.hero-wrapper .banner-img-wrapper{
	height: 100%;
	width: 100%;
}
/*
.custom-slick.slick-initialized.slick-slider {
    max-height: calc(100vh - 150px) !important;
}*/
.marquee-block, .custom-info-footer {
	background: var(--theme-secondary);
}
.marquee-block {
    padding: 8px 0;
    bottom: 0;
    width: 100%;
}
.marquee-block marquee {
	vertical-align: middle;
}
.marquee-block:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.latest-update {
	animation: color-change 4s infinite;
	margin-right: 4px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}
@keyframes color-change {
  0% { color: red; }
  50% { color: blue; }
  100% { color: red; }
}
.custom-m-line {
	margin: 0;
}
.custom-m-line li {
	padding: 0 5px 0 18px;
	margin-right: 0 !important;
	position: relative;
}
.custom-m-line li, .custom-m-line li p, .custom-m-line li a {
	color: #070707;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 0;
	text-transform: inherit;
}
.custom-m-line li a:hover {
	color: #2c2c2c !important;
}
.custom-m-line li a::before {
	font-family: 'IcoFont' !important;
    content: "\ec77";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 7px;
	color: #6b370a !important;
}

.custom-m-line li .marquee-view::before {
    font-family: 'IcoFont' !important;
    content: "\ea8c";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #479e46;
}

/* marquee-block section end */

.buttons-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    list-style-type: none;
    align-items: center;
}
.btn-bottom .buttons-group {
    justify-content: center;
}
.buttons-group li {
    margin: 10px 0;
    padding: 0 8px;
}
.countdown-text{
	text-align: center;
	font-size: 14px;
	color: #222222;
	line-height: normal;
}
.forgot-password-wrapper {
    text-align: center;
}

/*Custom-choose-one css*/

.custom-choose-one {
    text-align: left;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #81afca;
    background-color: rgba(0, 158, 251, 0.1);
    min-height: 46px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.custom-choose-one .input-style-form-check {
    display: flex;
}
.custom-choose-one .input-style-form-check .form-check,
.input-style-form-check .custom-choose-one .form-check {
    display: inline-block;
    vertical-align: middle;
/*     margin-right: 0; */
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0;
}
.custom-choose-one .form-check-inline label {
    /* margin-top: 3px; */
    margin-top: 2px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-left: 5px;
}
.custom-choose-lbl {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.input-style-form-check .form-check {
/*     display: inline-block; */
/*     vertical-align: middle; */
    margin-right: 15px;
    margin-bottom: 0;
}
/* header style start*/
.site-header-menu-inner.cmt-stickable-header {
	z-index: 999;
	transition: all 0.6s ease;
}

.cmt-stickable-header.fixed-header {
	background-color: var(--base-white);
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-in-out;
}

@keyframes menu_sticky {
	0% {
		margin-top: -120px;
		opacity: 0;
	}

	50% {
		margin-top: -64px;
		opacity: 0;
	}

	100% {
		margin-top: 0;
		opacity: 1;
	}
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu {
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li {
	position: relative;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
	transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li a {
	margin: 0;
	position: relative;
	color: var(--base-bodyfont-color);
}

#site-header-menu .site-navigation ul.menu li:hover>ul.mega-submenu li:hover a,
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li a:hover:before,
#site-header-menu .site-navigation ul.menu li.active ul.mega-submenu li.active a:before {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover,
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active {
	background-color: var(--base-skin);
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover>a {
	color: var(--base-white);
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover>a {
	margin-left: 8px;
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active a {
	color: var(--base-white);
}

#site-header-menu .site-navigation ul.menu li.active ul.mega-submenu li.active ul.mega-submenu li:hover.active a {
	margin-left: 8px;
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active {
	border-top: 1px solid var(--base-white);
	border-bottom: 1px solid var(--base-white);
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:first-child {
	border-top: 0px !important
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:last-child {
	border-bottom: 0px !important
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover:not(:last-child),
#site-header-menu .site-navigation ul.menu li.active ul.mega-submenu li.active:not(:last-child) {
	border-bottom-color: var(--base-white);
}

#site-header-menu .site-navigation ul.menu li:hover>ul.mega-submenu li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* cmt-header-style 01*/
.cmt-header-style-01 .cmt-stickable-header.fixed-header {
	background-color: var(--base-white);
}

.cmt-header-style-01 {
	position: relative;
	left: 0;
	right: 0;
	z-index: 99;
}

.cmt-header-style-01 nav.main-menu ul.menu>li>a {
	height: 100px;
	line-height: 100px;
	padding: 0px 23px 0px 23px;
}

/* cmt-header-style 02*/
.cmt-header-style-02 .cmt-stickable-header.fixed-header {
	background-color: rgb(255, 233, 59, 0.9);
}

/* .cmt-header-style-02 nav.main-menu ul.menu>li>a { */
/* 	line-height: 70px; */
/* 	padding: 0px 16px 0px 16px; */
/* } */

.cmt-header-style-02 nav.main-menu ul.menu>li>a {
    line-height: normal;
    padding: 0;
    border-top: none;
}

/* cmt-header-style 03*/
.cmt-header-style-03 .cmt-stickable-header.fixed-header {
	background-color: var(--base-white);
}

.cmt-header-style-03 .cmt-stickable-header.fixed-header .site-branding {
	padding: 0px 0px 0px;
}

.cmt-header-style-03 {
	position: relative;
	left: 0;
	right: 0;
	z-index: 3;
}

.cmt-header-style-03 nav.main-menu ul.menu>li>a {
	height: 60px;
	line-height: 60px;
	padding: 0px 18px 0px 18px;
}

/* header style end*/



/* 28-05-24 krunal start */
/* sigin page start */

.signin-wrapper {
    display: flex;
    position: relative;
    min-height: 680px;
    margin: 0 auto;
    overflow: hidden;
}

 .signin-bg{
	height: 100%;
    z-index: 1;
/*	background-image: url(../images/bg-image/login-banner.webp);*/
	background-image: url(../images/bg-image/login-banner-v2.webp);
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
    scale: 1;
    transition: all 1.2s ease-in-out;
}

.right-panel-active .signin-bg {
    scale: 1.15;
    background-repeat: repeat;
    background-size: contain;
}

/* .right-panel-active .signin-bg{ */
/* 	background-repeat: repeat; */
/*     background-size: contain; */
/*     background-position: center; */
/* } */

.signin-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 15px 15px 15px;
}

.signin-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.signin-box .loginborder {
    border-color: var(--theme-primary);
    min-width: 250px;
    margin: 0;
}

.signin-btns{
	margin: auto 0;
}

.signin-tbs {
    width: 100%;
}

.tbs-title {
    text-align: center !important;
}
.tbs-wrap{
	margin-top: 10px !important;
}

.signin-box .loginborder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.56s ease-in-out;
}
.signin-box .loginborder label{
    cursor: pointer;
}

.signin-box .loginborder img {
    width: 42px;
}
.signin-lpanel{
	width: 60%;
	transition: all 1.2s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.34) -2px 2px 6px;
}
.signin-rpanel{
/*	background: linear-gradient(40deg, rgb(255, 230, 109) 11.2%, rgb(87, 232, 107) 160%);*/
	background: linear-gradient(40deg, #0192ff 0.2%, #f5f5ff 110%);
	position: absolute;
	left: 100%;
	z-index: 10;
	height: 100%;
	width: 40%;
	overflow: hidden;
	transition: all 1.2s ease-in-out;
	transform: translateX(-100%);
}

.right-panel-active .signin-rpanel {
    left: 50%;
    z-index: 10;
    width: 64%;
    transform: translateX(-50%);
    overflow-y: auto;
    box-shadow: none;
/*    background: linear-gradient(40deg, rgba(255, 230, 109,0.8) 11.2%, rgba(87, 232, 107,0.8) 160.2%);*/
	background: linear-gradient(139deg, rgb(208 234 255 / 83%) 11.2%, rgb(33 150 243 / 77%) 160.2%);
}

.right-panel-active .signin-lpanel {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.signin-wrapper.right-panel-active .welcome-data{
	display: none;
}

.btn-cst-signin{
	position: absolute;
	display: none;
	z-index: 2;
}



.right-panel-active  .btn-cst-signin{
	display: inline-block;
	margin-top: 20px;
}

.signin-rpanel .cmt-tabs .content-tab .content-inner.signin-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.signin-rpanel .signin-box .signin-frm-wrp {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}
.signin-rpanel .signin-box .signin-frm-wrp:first-child{
	margin-top: 10px;
}

.signin-rpanel .form-check-label h5 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 4px;
}

/* .signin-frm .abha_addr { */
/*     padding: 4px 10px; */
/* } */

.otp-ip{
	margin-top: 8px;
}

/*.signin-frm, .otp-ip {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
.signin-frm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-icon-group {
    position: relative;
    width: calc(100% - 80px);
}
.custom-icon-group .eyes_button {
    right: 2px;
    position: absolute !important;
    font-size: 25px;
    margin: 0 !important;
    padding: 14px 10px !important;
    top: 1px;
    bottom: initial;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    height: 44px;
    border-radius: 0;
    z-index: 3;
}

.btn.btn-sm {
    padding: 6px 8px;
    font-weight: 500;
}
.btn.btn-sm i {
    font-size: 14px;
    line-height: 14px;
}

.countdown-text {
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.input-group.custom-input-group .buttons-group {
    margin: 0;
}

.input-group.custom-input-group .buttons-group li{
	margin: 0;
	padding: 0;
}
.input-group.custom-input-group .buttons-group li .btn {
    padding: 6px 8px;
    height: 46px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500 !important;
    font-size: 15px !important;
        white-space: nowrap;
}

/* .buttons-group.iconwith-buttons-group .btn { */
/*     width: 115px; */
/*     font-weight: 500; */
/* } */
.buttons-group.iconwith-buttons-group .btn {
    width: 110px;
}


.forgot-password-wrapper a:hover {
    color: #707070;
}

.verify-otp-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.otp-tb{
	width: 100%;
}


.signin-rpanel .signin-box .custom-choose-one .input-style-form-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -6px;
   
}
.signin-rpanel .signin-box .custom-choose-two .input-style-form-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -6px;
}
.signin-frm .landing-btn {
    font-weight: 400;
}

.signin-rpanel .custom-choose-one {
	background: linear-gradient(to right, #0aa6fe 0%, #499cff 100%);
    border: none;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    padding: 6px 12px;
    min-height: auto;
    display: block;
}
.signin-rpanel .custom-choose-one .form-check-inline label {
    color: #fff;
}

.signin-rpanel .custom-choose-two {
    text-align: left;
    padding: 6px 12px;
    border-radius: 4px;
    background: linear-gradient(to right, #0aa6fe 0%, #499cff 100%);
    box-shadow: 0px 0px 5px hsl(150deg 14.68% 51.27% / 45%);
    width: 100%;
    margin: 0 auto;
}

.signin-rpanel .custom-choose-two .input-style-form-check .form-check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.signin-rpanel .custom-choose-two .form-check-inline label {
    margin-top: 0;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
    padding-left: 5px;
}

.signin-rpanel .custom-choose-lbl {
	margin-bottom: 4px;	
}

.signin-rpanel .content-inner .notes{
	margin-bottom: 5px;
}

/* sigin page start */

/* scrolbar style start */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
	height: 6px;
}

::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/* scrollbar style end */

/* table style start */
.simple-table thead{
	color: white;
}

.custom-thead thead {
    background-color: #2E37A4;
    position: sticky;
    top: -1px;
    color: #fff;
}
.table tr td, .table tr th {
    border: 1px solid #c7c7c7;
}
.custom-theaddark thead{
	background-color: #3625a18f;
}


.table>:not(:first-child) {
	border: 0;
}
table.table td,table.table th {
	border-color: #dee2e6;
	vertical-align: middle;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.dataTables_length select {
    appearance: auto;
}
.table {
	color: #222222;
	border: none;
	text-align: center;
	margin-bottom: 0;
}
.table.table-white {
	background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
	background-color: #f6f6f6;
}
table.table td .avatar {
	margin: 0 5px 0 0;
}
table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table td h2 a {
	color: #757575;
}
table.table td h2 a:hover {
	color: #009efb;
}
table.table td h2 span {
	color: #9e9e9e;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}

/* table style end */




/*simple table style start*/
.simple-table td {
    padding: 8px 10px;
}
.simple-table td p {
    font-size: 14px;
    line-height: normal;
    margin: 10px 0px;
}
.simple-table th {
    font-size: 15px;
    padding: 10px;
    line-height: normal;
}
.simple-table {
    max-height: 350px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    border-radius: 6px;
}
.simple-table .buttons-group {
    justify-content: center;
}
.simple-table thead {
    position: sticky;
    z-index: 100;
    top: -1px;
}
.simple-table .buttons-group li {
    margin: 2px 0;
    padding: 0 4px;
}

.simple-table thead {
      background-color: #3a569b;
}

/*simple table style end*/


.abha-profile-image {
    width: 72px;
    height: 72px;
    background: #b1b1b1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* custom modal style start */



.cst-abha-modal .modal-content{
	background: #edf4ff;
	border: none;
}

.cst-abha-modal .modal-header {
    padding: 6px 8px;
    background: var(--theme-primary);
}
.cst-abha-modal .modal-header h2{
	color: #fff;
	text-transform: capitalize;
}

.cst-abha-modal .modal-body {
    padding: 12px 16px;
}

.cst-abha-modal .modal-footer{
	flex-direction: column;
	padding: 0;
	border-top: none;
}

.cst-abha-modal .modal-footer .btn-bottom .buttons-group li{
	margin: 2px 0;
}

.cst-abha-modal .modal-body .simple-table{
	margin-bottom: 4px;
	background: #fff;
}

.cst-abha-modal .modal-body  .simple-table thead {
    background-color: #34c0a1;
}


.cst-abha-modal .cst-content-box {
	max-height: 220px;
    overflow-y: auto;
    margin-top: 4px;
    padding: 8px 8px 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cst-abha-modal .cst-content-box .inst_block .inst_title{
	font-size: 16px;
	margin-bottom: 6px;
	text-transform: initial;
}

.cst-abha-modal .cst-content-box .inst_list li p{
	margin-bottom: 6px;
}

.consent-footer .btn.btn-sm {
    padding: 4px 8px;
}

.consent-footer .cbtn-agree {
    min-width: 70px;
}



.cst-abha-modal .modal-title {
	margin-left: 12px;
} 
/* custom modal style end */


/* custom input style start */
.custom-choose-one input[type=radio], .custom-choose-two input[type=radio]{
	accent-color: #009efb;
	    margin-left: 0;
} 
.signin-wrapper .custom-choose-one input[type=radio], .custom-choose-two input[type=radio]{
	accent-color: #0058a5;
}
/* custom input style end */

/* new menu style start  */

.site-header-menu-inner {
    padding: 0;
}

.site-navigation {
    position: relative;
/*    margin: 0 -5px;*/
    padding: 4px 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.site-navigation > div {
    padding: 0 5px;
}

.site-logo a {
    max-width: 200px;
}

.site-menubar {
    width: 50%;
}

.header_extra {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
}

nav.main-menu ul {
    padding: 0px;
    margin: 0 -15px;
    list-style: none;
}
nav.main-menu ul.menu > li {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    /* background: red; */
    margin: 2px 0;
    
}


nav.main-menu ul.menu > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

nav.main-menu ul.menu > li:first-child{
	padding-top: 0;
}

/* new menu style end  */

.custom-readmore-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2c2c2c !important;
    border-bottom: 1px solid #5e5e5e;
}
.info-primary .custom-readmore-btn{
	color: #fff !important;
	border-bottom: 1px solid #fff;
} 
.custom-readmore-btn:hover{
	color: #ff8800 !important;
	border-color: #ff8800;
}
.custom-cenlbl {
    display: block;
    text-align: center;
    color: #2c2c2c;
}

.contact-info .custom-flbl{
/* 	min-width: 70px; */
/*     display: inline-block; */
        display: inline-block;
    margin-right: 6px;
}
.contact-info .widget_contact_wrapper .finfo-wrapper{
	display: flex;
}
.theme-1 .info-secondary{
	position: relative;
}
.custom-otp-toggle {
    height: auto;
    padding: 5px !important;
    right: 0;
    top: 50%;
    transform: translate(-10%, -50%);
    height: max-content;
}

.eyes_button:hover {
    background: #c9c9c9;
}
.signin-frm-wrp input[type="password"] {
    font-family: caption;
    font-size: 25px;
}

.signin-frm-wrp input::placeholder {
    font-size: 1rem !important;
    line-height: normal;
    font-family: 'Montserrat';
}
.signin-rpanel .signin-box .signin-frm-wrp.no-mt{
	margin-top: 0;
}

.btn-bottom.cst-cbtn{
	margin-top: 20px;	
}


.modal {
    z-index: 999999999;
}

/* .cst-abha-modal .modal-header { */
/*     padding: 1rem 3.5rem 1rem 1rem; */
/* } */

.modal button.btn-close {
    background: #990411;
    border: 1px solid #990411;
    opacity: 1;
    line-height: 0;
	z-index: 999;
}
.modal-header .btn-close {
    margin: -.5rem 0rem -.5rem auto;
}

.modal button.btn-close:hover {
    background: #520209;
    border: 1px solid #520209;
}

.modal-content {
/*     width: auto; */
    margin: 0 auto;
}
.modal .btn-close:before {
    content: "\eee4";
    font-family: IcoFont !important;
    color: #fff;
}
.cal-icon {
    width: 100%;
    min-width: 150px;
}
.cal-icon input.form-control {
    position: relative;
    z-index: 2;
    /* float: left; */
    /* width: 100%; */
    margin-bottom: 0;
    /* display: table-cell; */
    background: #fff url(../../static/dashboard/db_img/calendar-icon.png) no-repeat scroll 0 0;
    background-position: right 1% center;
}
.custom-btn-wrapper li label {
    font-size: 14px;
    font-weight: 600 !important;
}


/* badges Style start */
.buttons-group .status-btn.active-btn {
    width: fit-content;
    display: flex;
    align-items: center;
}
.status-btn {
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
.status-btn.active-btn {
    color: #fff;
    background: #4a6cf7;
}
.status-btn.success-btn {
    color: #fff;
    background: #2a8853;
}
.status-btn.info-btn {
    color: #fff;
    background: #ffca2c;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.status-btn.close-btn {
    color: #fff;
    background: #990411;
}
/* badges Style end */



/* custom Demographic Cards start*/
.demo-crd .card-list-wrp .list-box-area {
	text-align: left;
}
.demo-crd{
	display: flex;
}
.demo-crd .card-list-wrp:hover {
    box-shadow: none;
}
.demo-crd .card-list-wrp .list-box-area .list-data {
    margin-bottom: 4px;
}
.demo-crd .card-list-wrp .list-box-area .list-data {
    font-weight: 500;
}
.demo-crd .card-list-wrp .list-box-area .list-ttl {
    font-weight: 600;
}

/* custom Demographic Cards end*/



/* custom filters page start */
.custom-filter-tab {
    border-radius: 4px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    position: sticky;
    top: 90px;
}
.custom-filter-tab .input-style-form-check .form-check-label, .custom-filter-tab .form-group label {
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: unset;
}
.custom-filter-tab .fltr-btn {
	position: relative;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #0000002b;
}
.fltr-btn .btn-reset {
    position: absolute;
    right: 0;
    padding: 0;
    color: #767676;
}
.fltr-btn .btn-reset:before{
    content: "\efd1";
    font-family: IcoFont !important;
}
.fltr-btn .btn-reset:hover{
    color: #2c2c2c;
}
.fltr-btns-tab .btn{
	font-size: 15px;
	border-radius: 5px;
}
.fltr-btns-tab .btn.btn-info {
    background: linear-gradient(349deg, rgb(21, 74, 189) 0.1%, rgb(26, 138, 211) 51.5%, rgb(72, 177, 234) 100.2%);
    border-color: #a5bbcf;
    transition: all 0.5s ease-in-out;
}
.fltr-btns-tab .btn.btn-info:hover {
    background: linear-gradient(338deg, rgb(21, 74, 189) 1.1%, rgb(26, 138, 211) 29.5%, rgb(72, 177, 234) 58.2%);
}
.fltr-btns-tab .btn.link-hover{
	background-image: linear-gradient(to right, #2087fb, #2087fb 50%, #2c2c2c 50%);
	padding: 0;
}
.fltr-btns-tab .btn.link-hover:focus{
	box-shadow: none;
}
.custom-filter-tab .fltr-category .input-style-form-check {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ahf .select2-container .select2-dropdown .select2-results {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.fltr-cards-wrp {
    margin-top: 8px;
}
.fltr-cards-wrp .fltr-card {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 4px 30px 35px #e9e9e9;
}
.fltr-card .fltr-card-ttl {
    background: #3072ab;
    background: linear-gradient(100deg, rgb(81 143 211) 0%, rgb(16, 53, 151) 100%);
    padding: 15px 8px 8px 8px;
    align-content: center;
    position: relative;
}

.fltr-card .card-ttl-name:before {
    font-family: IcoFont!important;
    content: "\ec22";
    font-size: 23px;
    text-align: center;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.card-ttl-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    align-content: center;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}

.fltr-card .fltr-card-category{
    color: #fff;
    width: max-content;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: normal;
    padding: 2px 10px;
    margin: 0;
    position: absolute;
    top: -8px;
    left: 50%;
	transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px -2px, rgba(0, 0, 0, 0.05) 0px 0px 4px -2px;
}

.ayu-box .form-check-input:checked {
    background-color: #aac06b;
    border-color: #aac06b;
}
.hom-box .form-check-input:checked {
    background-color: #dba987;
    border-color: #dba987;
}
.sid-box .form-check-input:checked {
    background-color: #c898ab;
    border-color: #c898ab;
}
.sow-box .form-check-input:checked {
    background-color: #c3aad3;
    border-color: #c3aad3;
}
.una-box .form-check-input:checked {
    background-color: #77c88f;
    border-color: #77c88f;
}
.yog-box .form-check-input:checked {
    background-color: #73a5cd;
    border-color: #73a5cd;
}

.fltr-card.ayu-card .fltr-card-category {
    background: #aac06b;
}
.fltr-card.hom-card .fltr-card-category {
    background: #dba987;
}
.fltr-card.sid-card .fltr-card-category {
    background: #c898ab;
}
.fltr-card.sow-card .fltr-card-category {
    background: #c3aad3;
}
.fltr-card.una-card .fltr-card-category {
    background: #77c88f;
}
.fltr-card.yog-card .fltr-card-category {
    background: #73a5cd;
}

.fltr-card-details {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-dtl-wrp{
	margin-top: 0;
}
.card-dtl {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.card-dtl b{
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
}
.card-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.fltr-card-btn {
    border: 1px solid #3c95db;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: normal;
    color: #40599b;
    transition: all .3s linear;
}

.clink-item{
	margin-top: 15px;
}
.fltr-card-btn:empty {
    display: none;
}
.fltr-card-btn:hover {
    background: #3c95db;
    color: #fff;
}
.fltr-card-btn:before{
	font-family: IcoFont !important;
	padding-right: 2px;
}

.fltr-card-btn.locate:before{
    content: "\ef79";
    
}
.fltr-card-btn.contact {
    background: #dbecff;
    border-color: #40599b;
    color: #40599b;
    padding: 5px 4px;
}
.fltr-card-btn.contact:before{
	content: "\ec46";
}
.fltr-card-btn.contact:hover {
    cursor: auto;
}
.cards-loadmore {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cards-loadmore:before {
    content: "";
    width: 50%;
    height: 1px;
    background: rgba(59,140,223,0.2);
    position: absolute;
}
.loadmore-btn{
    position: relative;
    background: #fff;
}

.loadmore-btn:after{
	content: "\ea99";
	font-family: IcoFont !important;
	padding-left: 2px;
}
/* custom filter page end */

/* text slider  */

.slider-scrolling {
	height: 30px;
	overflow: hidden; 
}

.slider-scrolling .txt-slide {
	height: 30px;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.slider-text-1 {
	animation: slide_scrolling 14s linear infinite;
}

@keyframes slide_scrolling {
  0% {
    margin-top: -90px;
  }
  5% {
    /* For stopping effect */
    margin-top: -60px;
  }
  33% {
    margin-top: -60px;
  }
  38% {
    /* For stopping effect */
    margin-top: -30px;
  }
  66% {
    margin-top: -30px;
  }
  71% {
    /* For stopping effect */
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

/* link abha address start */
.abha-add.cst-abha-modal .modal-body {
    padding: 20px 8px;
    background: #fff;
}
.abha-add.cst-abha-modal .modal-title {
    margin-left: 0;
}
.abha-add.cst-abha-modal .modal-header {
    padding: 8px 10px;
}
.abha-add.cst-abha-modal .modal-header h2 {
    text-transform: none;
    line-height: normal;
}
.create-abha-add .checkmark-green:before{
	left: -30px;
}
.create-abha-add .cdone.checkmark-green:after, .create-abha-add .ndone.checkmark-green:after{
	left: -19px;
}
.cst-checkinput .form-control {
    padding: 12px 35px 12px 16px;
}
.cst-checkinput .btn{
	cursor: default;
	background-color: #939393;
    border-color: #939393;
}
.cst-checkinput .btn:hover{
	background-color: #939393;
    border-color: #939393;
}
.cst-checkinput .btn:focus{
	box-shadow: none;
}
.cst-suggest {
    margin-top: 10px;
}
.cst-suggest .buttons-group {
    margin: 0 -4px;
    justify-content: center;
    overflow-y: auto;
    height: 70px;
}
.cst-suggest .buttons-group li {
    margin: 8px 0 0 0px;
    padding: 0 4px;
    line-height: normal;
    min-width: 33.33%;
    text-align: center;
    position: relative;
}
.cst-suggest .ttl-blk {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.cst-suggest .input-style-form-check input {
    visibility: hidden;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.cst-suggest .status-btn{
	padding: 4px 8px;
}
.cst-suggest .status-btn.success-btn {
    background: #d7eeff;
    color: #3d4e70;
    border-radius: 8px;
    margin: 0;
    border: 1px solid #d7eeff;
    display: block;
}
.cst-suggest .status-btn.success-btn:hover {
    cursor: pointer;
    background: #ffffff;
    border-color: #58b8ff;
}
.cst-suggest label {
    font-size: 12px;
    letter-spacing: 0.4px;
    margin: 0 0 4px;
}
.cst-suggest .input-style-form-check .form-check{
	margin-right: 0;
}
:focus-visible {
    outline: none !important;
}

/* Accordian Style Start */

.reg-page .accordion-button:focus{
	box-shadow: none;
}
.reg-page .accordion-button:not(.collapsed) {
    background: linear-gradient(89deg, rgb(21, 74, 189) 0.1%, rgb(26, 138, 211) 51.5%, rgb(72, 177, 234) 100.2%);
}
.reg-page .accordion-button {
    background: var(--theme-primary);
    line-height: normal;
    color: #fff;
    font-weight: 500;
}
.reg-page .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.reg-page .accordion-itemstyle:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin: 20px 0px;
}

.reg-page .accordion-body {
    padding: 12px;
}
/* Accordian Style End */

.no-before:before{
	content:none;
}


.custom-icon-group input[type="password"].form-control::placeholder {
    font-family: 'Montserrat' !important;
}




/* 6378 */
.fltr-card .fltr-card-category {
    background: #aaa;
}

/* 6506 */

.cards-loadmore {
    display: flex;
}


.featured-content span{
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
}

.featured-content.wt span{
	color: #fff;
}

/*  01-03-25  c*/

/* Style for buttons */
.page button:focus, .page a:focus {
    outline: 2px solid #8dc2ff !important;
    outline-offset: 2px  !important;
}
.section-title .s-title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: capitalize;
}

