<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400&amp;display=swap');


[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}

/** 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;
}
strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p {
    margin: 0 0 15px;
}

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

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
   font-family: inherit;
   -webkit-transition: border linear .2s,box-shadow linear .2s;
   -moz-transition: border linear .2s,box-shadow linear .2s;
   -o-transition: border linear .2s,box-shadow linear .2s;
   transition: border linear .2s,box-shadow linear .2s;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 0;
   vertical-align: middle;
   width: 100%;
   color: #888888;
   padding: 10px 20px;
   font-weight: 400;
   background-color: #fff;
   text-transform: inherit;
   border: 1px solid #f2f2f2;
   font-size: 15px;
   outline: none;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: inherit;
   letter-spacing: 0.3px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

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 #003396;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    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:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder  {   
  color: #fff;
}

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

body {
    font-family: Cuprum ,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7d7d7d;
    background-color: #fff;
    letter-spacing: 0.3px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Cuprum ,sans-serif;margin-bottom: 15px;font-weight: 600;color: #222;
}
h1, .h1 { font-size: 42px; line-height: 52px; }
h2, .h2 { font-size: 30px; line-height: 40px; }
h3, .h3 { font-size: 27px; line-height: 37px; }
h4, .h4 { font-size: 22px; line-height: 30px; }
h5, .h5 { font-size: 20px; line-height: 28px; }
h6, .h6 { font-size: 18px; line-height: 26px; font-weight: 400; color: inherit; }


/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a{
    color: #222;
    -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;
}


a.rs-layer { transition: unset; }
.box-shadow{ box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10) }
.box-shadow_2{ box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.02); }

.border-rad_3 { border-radius: 6px; }
.border-rad_6 { border-radius: 6px; }
.border-rad_9 { border-radius: 9px; }
.border-rad_10 { border-radius: 10px; }
.border-rad_20 { border-radius: 20px; }
.border-rad_30 { border-radius: 30px; }
.border-rad_40 { border-radius: 40px; }
.border-rad_50 { border-radius: 50px; }
.border-rad_60 { border-radius: 60px; }
.border-rad_80 { border-radius: 80px; }
.border-rad_100 { border-radius: 100px; }

.alignleft {
    float: left;
    margin: .375em 1.45em 1.75em 0;
}
.alignright {
    float: right;
    margin: .375em 0 1.45em 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-2{z-index: 2;}
.z-index-9{z-index: 9;}


/* ===============================================
    2.Spacing
------------------------*/

/** Padding **/
.spacing-1{ padding: 25px 50px 25px 60px; margin-top: -60px; width: calc(100% - -3.33333%); }
.spacing-2{ padding: 80px 0 65px 65px; margin-top: 60px; }
.spacing-3{ padding: 85px 30px 90px 30px; }
.spacing-4{ padding: 85px 50px 90px 50px; }
.spacing-5{ padding: 260px 0; margin-top: -330px; }
.spacing-6{ padding: 70px 80px 80px 50px; }
.spacing-7{ padding: 60px 70px 30px 50px; }
.spacing-8{ padding: 90px 0 90px; }
.spacing-9{ padding: 50px 40px 58px 50px; }
.spacing-10{ padding: 65px 0 65px 55px; }
.spacing-11{ padding: 25px; }
.spacing-12{ padding: 40px 30px 50px; }
.spacing-13{ padding: 61px 15px 0 70px; margin-top: 90px; margin-left: -70px; }


.index-spacing-1 { padding: 140px 340px 180px 200px; }
.index-spacing-2 { padding: 90px 140px 90px 0; margin-right: -90px; }

@media (max-width: 1900px){
  .index-spacing-1 {
      padding: 90px 135px 135px 80px;
  }
  .mdn-col-bgcolor-highlight.border-shape.ml_200 {
      margin-left: -100px;
  }
}

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

.pl-0{ padding-left: 0px !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-5{ padding-top: 5px !important; }
.pt-10{ padding-top: 10px !important; }
.pt-15{ padding-top: 15px !important; }
.pt-20{ padding-top: 20px !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-80{ padding-top: 80px !important; }
.pt-85{ padding-top: 85px !important; }
.pt-90{ padding-top: 90px !important; }
.pt-100{ padding-top: 100px !important; }
.pt-120{ padding-top: 120px !important; }
.pt-140{ padding-top: 140px !important; }
.pt-150{ padding-top: 150px !important; }
.pt-160{ padding-top: 160px !important; }
.pt-185{ padding-top: 185px !important; }
.pt-200{ padding-top: 200px !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-21{ padding-bottom: 21px !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-100{ padding-bottom: 100px !important; }
.pb-120{ padding-bottom: 120px !important; }
.pb-140{ padding-bottom: 140px !important; }
.pb-150{ padding-bottom: 150px !important; }
.pb-160{ padding-bottom: 160px !important; }
.pb-180{ padding-bottom: 180px !important; }
.pb-200{ padding-bottom: 200px !important; }
.pb-220{ padding-bottom: 220px !important; }
.pb-240{ padding-bottom: 240px !important; }
.pb-260{ padding-bottom: 260px !important; }
.pb-270{ padding-bottom: 270px !important; }
.pb-280{ padding-bottom: 280px !important; }

/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10{ margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important; }
.mt-20{margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-35{ margin-top: 35px !important; }
.mt-40{ margin-top: 40px !important; }
.mt-45{ margin-top: 45px !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-80{ margin-top: 80px !important; }
.mt-100{ margin-top: 100px !important; }
.mt-130{ margin-top: 130px !important; }
.mt-140{ margin-top: 140px !important; }
.mt-160{ margin-top: 160px !important; }


.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_20{ margin-top: -20px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_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_75{margin-top: -75px !important;}
.mt_80{margin-top: -80px !important;}
.mt_90{ margin-top: -90px !important; }
.mt_100{ margin-top: -100px !important; }
.mt_140{ margin-top: -140px !important; }
.mt_145{ margin-top: -145px !important; }
.mt_150{ margin-top: -150px !important; }
.mt_180{ margin-top: -180px !important; }
.mt_185{ margin-top: -185px !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_280{ margin-top: -280px !important; }


.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-25{ margin-bottom: 25px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50{ margin-bottom: 50px !important; }
.mb-55{ margin-bottom: 55px !important; }
.mb-60{ margin-bottom: 60px !important; }
.mb-80{ margin-bottom: 80px !important; }
.mb-100{ margin-bottom: 100px !important; }


.mb_10{ margin-bottom: -10px !important; }
.mb_15{ margin-bottom: -15px !important; }
.mb_20{ margin-bottom: -20px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_50{ margin-bottom: -50px !important; }
.mb_55{ margin-bottom: -55px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_65{ margin-bottom: -65px !important; }
.mb_70{ margin-bottom: -70px !important; }
.mb_75{ margin-bottom: -75px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_84{ margin-bottom: -84px !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-5 { margin-left: 5px !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-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !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-145 { margin-left: 145px !important; }
.ml-150 { margin-left: 150px !important; }
.ml-160 { margin-left: 160px !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_130{ margin-left: -130px !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 ; }

.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-40{ margin-right: 40px!important;}
.mr-50{ margin-right: 50px!important;}
.mr-60{margin-right: 60px!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_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_150{ margin-right: -150px !important; }
.mr_200{ margin-right: -200px !important; }
.mr_250{ margin-right: -250px !important; }



/* ===============================================
   3. Color
------------------------*/
.mdn-textcolor-skincolor,
.mdn-textcolor-skincolor h1,
.mdn-textcolor-skincolor h2,
.mdn-textcolor-skincolor h3,
.mdn-textcolor-skincolor h4,
.mdn-textcolor-skincolor h5,
.mdn-textcolor-skincolor h6,
.mdn-textcolor-skincolor a, .mdn-textcolor-skincolor i,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor a,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor i,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor a,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor i,
a.mdn-textcolor-skincolor, i.mdn-textcolor-skincolor,
:not(.mdn-bgcolor-darkgrey) a.mdn-textcolor-skincolor,
:not(.mdn-bgcolor-darkgrey) i.mdn-textcolor-skincolor,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor,
.mdn-bgcolor-darkgrey .mdn-textcolor-skincolor h1,
.mdn-bgcolor-darkgrey .mdn-textcolor-skincolor h2,
.mdn-bgcolor-darkgrey .mdn-textcolor-skincolor h3,
.mdn-bgcolor-darkgrey .mdn-textcolor-skincolor h4,
.mdn-bgcolor-darkgrey .mdn-textcolor-skincolor h5,
.mdn-bgcolor-darkgrey .mdn-textcolor-skincolor h6,
.mdn-bgcolor-darkgrey a:hover,
.mdn-textcolor-white a:hover,
.mdn-bgcolor-darkgrey a:hover i,
.mdn-btn-color-skincolor,
.mdn-bgcolor-darkgrey .mdn-btn-color-skincolor,
.mdn-bgcolor-darkgrey .mdn-btn-color-skincolor i,
.mdn-bgcolor-grey .mdn-btn-color-skincolor,
.mdn-list-icon-color-skincolor li i,
.mdn-icon_element-border.mdn-icon_element-color-skincolor,
.mdn-icon_element-border.mdn-icon_element-color-grey,
.mdn-btn-style-border.mdn-btn-color-skincolor,
.mdn-icon_element-fill.mdn-icon_element-color-white,
.mdn-icon_element-fill.mdn-icon_element-color-white i,
.mdn-icon.mdn-icon_element-fill.mdn-icon_element-color-darkgrey i.mdn-textcolor-skincolor ,
.mdn-icon_element-color-skincolor,
.mdn-bgcolor-darkgrey .mdn-icon_element-color-skincolor i,
.mdn-bgcolor-darkgrey .top_bar_contact_item .top_bar_icon i,
nav.main-menu ul.menu li &gt; ul.mega-submenu li a:hover, 
nav.main-menu ul.menu li ul.mega-submenu li.active &gt; a, 
nav.main-menu ul.menu li.active &gt; a,
a:hover, .mdn-bgcolor-darkgrey a:hover,
.mdn-btn-color-highlight:hover,
.top_bar_contact_item a:hover , .top_bar_contact_item a:hover i ,
.section-title h5, .breadcrumb-wrapper span:last-child,
.featured-imagebox-post .featured-content .post-meta span i,
.testimonials-info .testimonial-caption h5 ,
.mdn-tabs.mdn-tab-style-02 ul.tabs li a i,
.widget.widget-download ul li i, 
.widget-Categories ul li a:hover,
.widget ul#menu-footer-catalog li a:hover,
.mdn-bgcolor-darkgrey .mdn-fid-view-circle-progress .mdn-fid-number,
.widget-contact ul.widget-contact-wrapper li i,
.mdn-blog-classic .post-meta .mdn-meta-line i,
.mdn-blog-single-content .post-meta .mdn-meta-line i,
.featured-imagebox .mdn-btn.btn-inline.mdn-icon-btn-right i,
.featured-imagebox-portfolio.style1 .featured-content h5 a:hover,
.featured-imagebox-post.style2 .post-meta , .footer .copyright a:hover{
    color: #003396;
}


/** Skin-bg-color **/
.mdn-bgcolor-skincolor,
.mdn-bgcolor-skincolor &gt; .mdn-bg-layer,
.mdn-bgcolor-skincolor &gt; .mdn-bg-layer &gt; .mdn-col-wrapper-bg-layer-inner,
.mdn-icon_element-fill.mdn-icon_element-color-skincolor,
.mdn-btn-style-fill.mdn-btn-color-skincolor,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-skincolor:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:before ,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-skincolor:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover ,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-bgcolor-grey .tooltip:after, .mdn-bgcolor-grey [data-tooltip]:after,
.mdn-bgcolor-darkgrey .tooltip:after, .mdn-bgcolor-darkgrey [data-tooltip]:after,
.mdn-textcolor-skincolor .tooltip:after, .mdn-textcolor-skincolor [data-tooltip]:after,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button,
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.header_cart .cart_count, .heading-seperator span:before ,
.header_search .header_search_content .close_btn i,
.social-icons.circle li a:hover,
.mdn-bgcolor-darkgrey .mdn-play-icon-btn .mdn-play-icon-animation:before,
.mdn-bgcolor-darkgrey .mdn-play-icon-btn .mdn-play-icon-animation:after,
.mdn-bgcolor-skincolor .mdn-stickable-header.fixed-header ,
.mdn-progress-bar .progress-bar-color-bar_skincolor.progress-bar,
.mdn-progress-bar .progress-bar-color-bar_skincolor.progress-bar:before,
.featured-icon-box.style3 .mdn-num  ,
.mdn-tabs.mdn-tab-style-02 ul.tabs li.active a,
.mdn-tabs.mdn-tab-style-02 ul.tabs li:hover a,
.mdn-tabs.mdn-tab-style-02 ul.tabs li.active a,
.toggle.mdn-toggle_style_border .toggle-title a.active,
.mdn-play-icon-btn .mdn-play-icon-animation:before,
.mdn-play-icon-btn .mdn-play-icon-animation:after,
.maintenance-plan.mdn-pricing-plan .mdn-p_table-body:before,
.mdn-blog-classic .mdn-box-post-date .mdn-entry-date,
.mdn-blog-single .mdn-box-post-date .mdn-entry-date,
.featured-imagebox-portfolio.style2 .mdn-media-link a:hover,
.featured-imagebox-services.style2 .featured-content a.mdn-btn i,
.sidebar .widget-title:after,
.widget.widget-nav-menu ul li.active a:before,
.widget.widget-nav-menu ul li a:hover:before ,
.widget .tagcloud a:hover,
.pagination-block .page-numbers:hover, 
.pagination-block .page-numbers.current,
#totop.top-visible {
    background-color: #1e2452;
}


/** Skin-border-color **/
.mdn-btn-style-fill.mdn-btn-color-skincolor,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-black:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-skincolor,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-skincolor:not(.btn-inline),
.slick_slider.slick-arrows-style1 .slick-arrow:hover,
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.featured-icon-box.icon-align-top-content.style1 a.di_link:hover,
.mdn-page-title-row-inner .row, .social-icons.circle li&gt;a:hover,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor a, :not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor i,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor a, :not(.mdn-bgcolor-darkgrey) .mdn-textcolor-skincolor i ,
.mdn-tabs.mdn-tab-style-01 ul.tabs li.active:before,
.widget .tagcloud a:hover, .pagination-block .page-numbers:hover,
.pagination-block .page-numbers:hover, .pagination-block .page-numbers.current {
    border-color: #003396;
}

.mdn-bgcolor-darkgrey .tooltip-top:before, .mdn-bgcolor-darkgrey .tooltip:before,
.mdn-textcolor-skincolor .tooltip-top:before, .mdn-textcolor-skincolor .tooltip:before,
.mdn-bgcolor-grey .tooltip-top:before, .mdn-bgcolor-grey .tooltip:before,
.mdn-bgcolor-grey [data-tooltip]:before,
.mdn-bgcolor-skincolor .bottom-angle,
nav.main-menu , .header_search .header_search_content,
.mdn-tabs.mdn-tab-style-02 ul.tabs li.active a:after {
    border-top-color: #003396 !important;
}

.header_search .header_search_content:before {
    border-bottom-color: #003396;
}

/** dark(black)-color **/
.mdn-textcolor-dark, .mdn-btn-color-black,
.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-black,
.mdn-tabs.mdn-tab-style-02 ul.tabs li a:hover i,
.mdn-tabs.mdn-tab-style-02 ul.tabs li.active a i,
.featured-icon-box.style_i_02:hover , 
.featured-icon-box.style_i_02:hover i, 
.featured-icon-box.style_i_02:hover a{ color: #222; }

.mdn-bgcolor-black,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-black,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-black:before {
    background-color: #1e2452;
}
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-black,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-black:hover { border-color: #222; }


/** highlight-color **/
.mdn-textcolor-highlight,
.mdn-icon_element-color-highlight ,
.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-highlight,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-highlight:not(.btn-inline),
.mdn-btn-color-highlight ,
.mdn-list-icon-color-highlight li i {
    color: #ffc513;
}

/** highlight-bg-color **/
.mdn-bgcolor-highlight,  .mdn-bgcolor-highlight &gt; .mdn-bg-layer,
.mdn-bgcolor-highlight &gt; .mdn-bg-layer &gt; .mdn-col-wrapper-bg-layer-inner,
.mdn-col-bgimage-yes .mdn-bg-layer:before, .mdn-col-bgimage-yes .mdn-bg-layer:after ,
.mdn-col-bgcolor-highlight .mdn-bg-layer:before, .mdn-col-bgcolor-highlight .mdn-bg-layer:after ,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):hover,
.mdn-tabs.mdn-tab-style-02 ul.tabs li.active a,
.mdn-tabs.mdn-tab-style-02 ul.tabs li:hover a,
.featured-icon-box.icon-align-top-content.style2:before,
.footer .social-icons.circle li&gt;a:hover ,
.featured-icon-box.style_i_02:before,
.featured-imagebox-portfolio.style2 .mdn-media-link a,
.mdn-pricing-plan.pricing-recommended-plan .mdn-p_table-head,
.widget.widget-nav-menu ul li a:before,
.widget.widget-nav-menu ul li.active ,
.widget.widget-nav-menu ul li::after ,
.widget.widget-download ul li a:hover {
    background-color: #ffc513;
}
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):hover,
.footer .social-icons.circle li&gt;a:hover {
    border-color: #ffc513;
}
.footer .widget .widget-title:after{
    border-bottom-color: #ffc513 !important;
}
.mdn-tabs.mdn-tab-style-02 ul.tabs li.active a:after,
.footer .widget .widget-title:before{
    border-top-color: #ffc513 !important;
}


/** .Darkgrey-color **/
.mdn-textcolor-darkgrey,
.mdn-textcolor-darkgrey p,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h1, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h2,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h3, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h4,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h5, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h6,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) a, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) p,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey h1, :not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey h2,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey h3, :not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey h4,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey h5, :not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey h6,
:not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey p, :not(.mdn-bgcolor-skincolor) .mdn-textcolor-darkgrey span,
.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-darkgrey,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-dark:hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-white:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white i,
.mdn-btn-style-fill.mdn-btn-color-skincolor:hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:hover,
.mdn-textcolor-white .mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:hover,
.mdn-btn-color-dark, .mdn-btn-color-skincolor:hover,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-bgcolor-skincolor .row &gt; [class*='col-'] :not(.mdn-bgcolor-white)
a.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-bgcolor-skincolor .row &gt; [class*='col-'] :not(.mdn-bgcolor-white)
a.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark:not(.btn-inline):hover,
.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:hover,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-border.mdn-btn-color-white:hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-border.mdn-btn-color-white:hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-grey:hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-border.mdn-btn-color-grey:hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-icon_element-color-darkgrey, :not(.mdn-bgcolor-darkgrey) .mdn-textcolor-darkgrey &gt; i,
.mdn-icon_element-color-darkgrey:not(.mdn-icon_element-fill) i ,
.mdn-list-icon-color-darkgrey li i,
.mdn-fid.fid-highlight-box-1.inside h4,
.mdn-fid.fid-highlight-box-1.inside h4 span,
.mdn-progress-bar .progressbar-title, .mdn-progress-bar .progress-bar-percent,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover ,
.mdn-fid.fid-highlight-box-2 h4, .mdn-fid.fid-highlight-box-2 h4 span{
    color: #004976;
}

/** DarkGrey-bg-color **/
.mdn-bgcolor-darkgrey ,
.mdn-bgcolor-darkgrey &gt; .mdn-bg-layer,
.mdn-bgcolor-darkgrey &gt; .mdn-bg-layer &gt; .mdn-col-wrapper-bg-layer-inner,
.mdn-bgcolor-skincolor .tooltip:after, .mdn-bgcolor-skincolor [data-tooltip]:after,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark, .tooltip:after, [data-tooltip]:after,
.mdn-icon_element-fill.mdn-icon_element-color-darkgrey,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-grey:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-grey:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-dark:not(.btn-inline):before ,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-grey:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-grey:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-dark:not(.btn-inline):hover ,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-bgcolor-skincolor .mdn-tabs.mdn-tab-style-01 ul.tabs li.active:after,
.mdn-tabs.mdn-tab-style-vertical ul.tabs li a ,
.mdn-bgcolor-skincolor .mdn-play-icon-btn .mdn-play-icon-animation:before,
.mdn-bgcolor-skincolor .mdn-play-icon-btn .mdn-play-icon-animation:after,
.mdn-toggle-title-bgcolor-darkgrey,
.toggle.mdn-toggle_style_border.mdn-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.mdn-progress-bar .progress-bar.progress-bar-color-bar_darkgrey ,
.mdn-progress-bar .progress-bar-color-bar_darkgrey.progress-bar:before,
.featured-imagebox-services.style1:hover .featured-content:before,
.testimonials.mdn-testimonial-box-view-style1 .testimonial-content:before  {
    background-color: #1e2452;
}

.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-darkgrey,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-grey:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-dark:hover,
.mdn-bgcolor-skincolor .row &gt; [class*='col-'] :not(.mdn-bgcolor-white)
a.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before ,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-icon-box.style3:hover .featured-icon .mdn-icon {
    border-color: #1e2452;
}

.mdn-bgcolor-skincolor .tooltip-top:before, .mdn-bgcolor-skincolor .tooltip:before,
.mdn-bgcolor-skincolor [data-tooltip]:before,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before{
    border-top-color: #004976 !important;
}


/** .White-color **/
.mdn-textcolor-white, .mdn-bgcolor-skincolor a, .mdn-textcolor-white a, .mdn-textcolor-white span,
.mdn-btn-color-white, .mdn-icon_element-color-white, .mdn-icon_element-color-white i,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h1, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h2,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h3, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h4,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h5, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) h6,
.mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) a, .mdn-bgcolor-skincolor :not(.mdn-textcolor-darkgrey) p,
.mdn-textcolor-white h1, .mdn-textcolor-white h2, .mdn-textcolor-white h3,
.mdn-textcolor-white h4, .mdn-textcolor-white h5, .mdn-textcolor-white h6, .mdn-textcolor-white a,
.mdn-bgcolor-darkgrey h1, .mdn-bgcolor-darkgrey h2, .mdn-bgcolor-darkgrey h3,
.mdn-bgcolor-darkgrey h4, .mdn-bgcolor-darkgrey h5, .mdn-bgcolor-darkgrey h6, .mdn-bgcolor-darkgrey a,
.mdn-textcolor-white .mdn-social-links-wrapper ul li a,
.mdn-icon_element-fill.mdn-icon_element-color-skincolor,
.mdn-icon_element-fill.mdn-icon_element-color-skincolor i,
.mdn-icon_element-fill.mdn-icon_element-color-darkgrey,
.mdn-btn-style-fill.mdn-btn-color-skincolor,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-black,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-grey:hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-black:hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-dark:hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-skincolor:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover i,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-bgcolor-darkgrey .mdn-btn-color-skincolor:hover i,
.mdn-bgcolor-skincolor .row &gt; [class*='col-'] :not(.mdn-bgcolor-white)
a.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-bgcolor-skincolor .row &gt; [class*='col-'] :not(.mdn-bgcolor-white)
a.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white:hover,
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark,
.slick_slider.slick-arrows-style1 .slick-arrow:hover,
.slick_slider.slick-arrows-style2 .slick-arrow:hover,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.mdn-icon.mdn-icon_element-fill.mdn-icon_element-color-darkgrey i,
.mdn-icon.mdn-icon_element-fill.mdn-icon_element-color-skincolor i,
.slick_slider .slick-arrow:hover,
.mdn-bgcolor-darkgrey .section-title h2.title,
.social-icons.circle li&gt;a:hover,
.social-icons.circle li&gt;a:hover i,
.mdn-toggle-title-bgcolor-darkgrey .toggle-title a ,
.mdn-toggle-title-bgcolor-skincolor .toggle-title a ,
.mdn-toggle-title-bgcolor-grey .toggle-title a.active,
.mdn-toggle-title-bgcolor-white .toggle-title a.active,
.toggle.mdn-toggle_style_border .toggle-title a.active,
.mdn-box-view-overlay, .mdn-portfolio-box-view-overlay,
.mdn-box-view-overlay.mdn-portfolio-box-view-overlay ,
.mdn-box-view-overlay .featured-title h5,
.mdn-portfolio-box-view-overlay .featured-title h5,
.mdn-box-view-overlay .featured-title h5 a,
.mdn-portfolio-box-view-overlay .featured-title h5 a ,
.mdn-bgcolor-skincolor .featured-icon-box.style1 .featured-desc p,
.mdn-bgcolor-darkgrey .featured-icon-box.style1 .featured-desc p,
.mdn-pricing-plan.pricing-recommended-plan .mdn-p_table-title h5,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.footer .widget .widget-title, .widget .tagcloud a:hover,
.pagination-block .page-numbers:hover, .pagination-block .page-numbers.current {
    color: #fff;
}

.mdn-bgcolor-skincolor p, .mdn-bgcolor-darkgrey p,
.mdn-bgcolor-skincolor span, .mdn-bgcolor-darkgrey span,
.mdn-bgcolor-skincolor i, .mdn-bgcolor-darkgrey i ,
.mdn-bgcolor-skincolor .testimonials-info .testimonials .testimonial-content blockquote,
.mdn-bgcolor-darkgrey .testimonials-info .testimonials .testimonial-content blockquote {
    color: rgba(255,255,255,.9);
}
.footer .widget ul.widget_contact_wrapper li h6, .footer p {
    color: rgba(255,255,255,1);
    font-weight: 400;
    font-size: 16px;
}
.top_bar_contact_item, .top_bar_contact_item a , .top_bar_contact_item a i {
    color: rgba(255,255,255,0.5);
}
.top_bar_contact_item a, .top_bar_contact_item a i {
    transition: all .8s;
}

.mdn-bgcolor-skincolor p,
.mdn-bgcolor-skincolor span,
.mdn-bgcolor-skincolor i{
    color: rgba(255,255,255,.95);
}

/** White-bg-color **/
.mdn-bgcolor-white,
.mdn-bgcolor-white &gt; .mdn-bg-layer,
.mdn-bgcolor-white &gt; .mdn-bg-layer &gt; .mdn-col-wrapper-bg-layer-inner,
.mdn-icon_element-fill.mdn-icon_element-color-white,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):before,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark:not(.btn-inline):before,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:not(.btn-inline):before,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-white:not(.btn-inline):hover:before,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):hover,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-dark:not(.btn-inline):hover,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:not(.btn-inline):hover,
.mdn-btn.mdn-btn-style-border.mdn-btn-color-white:not(.btn-inline):hover,
.mdn-btn-style-fill.mdn-btn-color-white,
.top_bar .social-icons li a:hover,
.mdn-icon_element-fill.mdn-icon_element-color-white,
.mdn-bgcolor-skincolor .heading-seperator span:before,
.mdn-toggle-title-bgcolor-white,
.mdn-progress-bar .progress-bar.progress-bar-color-bar_white,
.progress-bar-color-bar_white {
    background-color: #fff;
}

/** White-border-color **/
.mdn-bgcolor-darkgrey &gt; .sep_holder .sep_line,
.mdn-bgcolor-skincolor &gt; .sep_holder .sep_line{
  border-color: rgba(255,255,255,.06);
}
.mdn-btn.mdn-btn-style-fill.mdn-btn-color-white,
.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-white ,
.mdn-bgcolor-skincolor .mdn-btn.mdn-btn-style-fill.mdn-btn-color-black:not(.btn-inline):hover,
.mdn-bgcolor-darkgrey .mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):hover,
.mdn-bgcolor-highlight .mdn-btn.mdn-btn-style-fill.mdn-btn-color-skincolor:not(.btn-inline):hover,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover{
    border-color: #fff;
}

.mdn-bgcolor-skincolor  .mdn-icon.mdn-icon_element-color-darkgrey,
.mdn-bgcolor-darkgrey  .mdn-icon.mdn-icon_element-color-darkgrey {
    background-color: rgba(255,255,255,.07);
}


/** 4.Grey-color **/
.mdn-bgcolor-grey,
.mdn-bgcolor-grey &gt; .mdn-bg-layer,
.mdn-bgcolor-grey &gt; .mdn-bg-layer &gt; .mdn-col-wrapper-bg-layer-inner,
.mdn-btn-style-fill.mdn-btn-color-grey,
.mdn-icon_element-fill.mdn-icon_element-color-grey,
.mdn-toggle-title-bgcolor-grey .toggle-title ,
.header_search #search_query_top,
.mdn-pricing-plan .mdn-p_table-head ,
.sidebar .widget-area.widget_border .widget.widget-contact,
.widget-Categories li span, 
.featured-imagebox-post.style1 .post-date,
.wrap-form.contact_form_1 span.text-input input, 
.wrap-form.contact_form_1 span.text-input textarea, 
.wrap-form.contact_form_1 span.text-input select ,
.widget .tagcloud a ,
.mdn-blog-single blockquote {
    background-color: #f7f7f7;
}
.mdn-btn-style-fill.mdn-btn-color-grey,
.mdn-icon.mdn-icon_element-border.mdn-icon_element-color-grey{
    border-color: #f7f7f7;
}
.comment-body:after{
    color: #f7f7f7;
} 
.mdn-icon.mdn-icon_element-fill.mdn-icon_element-color-grey,
.mdn-bgcolor-grey.mdn-textcolor-darkgrey h6,
.mdn-bgcolor-white.mdn-textcolor-darkgrey h6 {
    color: #888;
}


/* ===============================================
    Pre-loader
------------------------*/
#preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}
.blobs .loader-blob-center {
  position: absolute;
  background: #003396;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: loader-blob-grow linear 3.4s infinite;
          animation: loader-blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #003396;
}

.loader-blob {
  position: absolute;
  background: #003396;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0.5;
}
.loader-blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader-blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loader-blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loader-blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loader-blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes loader-blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes loader-blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li&gt;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 &gt; [class*='social-'] &gt; a  { 
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    background-color: #f5f5f5;
}
.social-icons &gt; [class*='social-'] &gt; a:hover { color: #fff; }
.social-icons li.social-facebook a { color: #3b5999; }
.social-icons li.social-twitter a { color: #55acee; }
.social-icons li.social-pinterest a { color: #bd081c; }
.social-icons li.social-instagram a { color: #e4405f; }
.social-icons li.social-dribbble a { color: #ea4c89; }

.social-icons li.social-facebook a:hover { background-color: #3b5999; border-color: currentColor; }
.social-icons li.social-twitter a:hover { background-color: #55acee; border-color: currentColor; }
.social-icons li.social-pinterest a:hover { background-color: #bd081c; border-color: currentColor; }
.social-icons li.social-instagram a:hover { background-color: #e4405f; border-color: currentColor; }
.social-icons li.social-dribbble a:hover { background-color: #ea4c89; border-color: currentColor; }



/* 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: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.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!important;
}
.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; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) &gt; div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.mdn-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) &gt; div:after,
.mdn-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) &gt; div:after{
    background-color: rgba(255,255,255,.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots{
    padding: 0;
    margin: 0;
    padding-top: 40px;
    top: 100%;
    text-align: center;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li {
    width: calc( 19.3% - 0px );
}
.slick_slider.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;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button{
    margin: 0;
}
.slick_slider.slick-dots-style2 .slick-dots li button{
    height: 9px;
    width: 13px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 3px;
    position: relative;
    margin: 0 4px;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button {
    width: 25px;
}


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


.slick_slider.slick-arrows-style1 .slick-arrow {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    opacity: 0;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.slick_slider.slick-arrows-style1 .slick-next{ 
    right: 0px; 
    left: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    left: 0px;
}
.slick_slider.slick-arrows-style1:hover .slick-arrow {
    margin: 0 -60px;
    opacity: 1;
    overflow: visible;
}


.slick_slider.slick-arrows-style2 .slick-arrow {
    border-radius: 50%;
}
.slick_slider.slick-arrows-style2 .slick-next { 
    right: -50px; 
    left: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: -50px;
}

.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 20px;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    color: inherit;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    box-shadow: unset;
    border-radius: 50%;
}
.slick_slider.slick-arrows-style3 .slick-prev {
    right: 50px;
    top: 15%;
}
.slick_slider.slick-arrows-style3 .slick-next {
    right: 0px;
    top: 15%;
}

.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e629";
}
.slick_slider .slick-next:before {
    content: "\e628";
}
.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;
}


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 1;
    font-size: 15px;
    height: 116px;
    position: relative;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 14px;
    line-height: 1;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    position: relative;
}
.top_bar_contact_item:last-child,
.top_bar_contact_item:nth-last-child(2){ margin-right: 22px; }
.top_bar_contact_item:last-child {
    margin-right: 0;
}
.top_bar_contact_item:after {
    content: "";
    height: 17px;
    width: 1px;
    background-color: rgba(255,255,255,.15);
    display: block;
    position: absolute;
    left: -17px;
    top: 33%;
}
.top_bar_contact_item:first-child:after,
.top_bar_contact_item:last-child:after{
    content: unset;
}
.top_bar .social-icons li {
    margin-left: 0;
    padding: 0;
    font-size: 14px;
}
.top_bar .social-icons li:last-child{
    padding-right: 0;
}
.top_bar .social-icons li a{ 
    min-width: 33px;
    font-size: 13px;
    font-weight: normal;
}


/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding img {
    max-height: 54px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.site-branding{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 0 34px;
    gap: 20px;
}
.site-branding-slog {
    max-width: 240px;
    color: #666565;
    line-height: 1.3;
    font-size: 14px;
    text-align: left;
}
.header_btn .mdn-btn{
    padding: 12px 29px 11px 29px;
}

/* header_extra */
.header_extra &gt; div{
    margin-left: 30px;
    position: relative;
}
.header_search .search_btn{
    position: relative;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
}
.header_search .search_btn:before {
    display: block;
    content: "";
    position: absolute;
    height: 21px;
    width: 1px;
    left: -5px;
    top: -2px;
    background-color: rgb(255 255 255 / 14%);
}
.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    box-shadow: unset;
}
.header_search .header_search_content{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,73,118,0.96);
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.header_search .header_search_content.on{
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header_search .header_search_content #searchbox{
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_search .header_search_content #search_query_top {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
    height: 70px;
    padding: 0 60px 0 15px;
    font-weight: 400;
    font-size: 25px;
    width: 100%;
    color: #fff;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    background-color: transparent;
}
.header_search .header_search_content input::placeholder{
    color: #fff;
}
.header_search .header_search_content_inner .close_btn {
    position: absolute;
    right: 30px;
    left: auto;
    top: 55px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}
.header_search .header_search_content .close_btn i {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 4;
    background: #1e2452;
    border-radius: 6px;
}
#site-header-menu .site-navigation ul.menu &gt; li &gt;a {
    color: #fff;
}
#site-header-menu .site-navigation ul.menu &gt; li.active &gt;a {
    color: #ffc513;
}
#site-header-menu .site-navigation ul.menu &gt; li &gt;a:hover {
    color: #ffc513;
}
.menubar {
    position: absolute;
}
.call-top-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ffc513;
    /* height: 100%; */
    line-height: 1.35;
    padding-right: 30px;
    padding-left: 41px;
    border-radius: 0 6px 6px 0;
    margin-right: -1px;
    position: relative;
}
.call-top-btn .plus-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffc513;
    box-shadow: 0 0 0 5px #1e2452;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}
.call-top-btn:hover .plus-icon i {
    color: #fff;
}

.call-top-btn .plus-clb {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffc513;
    box-shadow: 0 0 0 5px #1e2452;
}
.call-top-btn .plus-clb::before {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.call-top-btn .plus-clb::after {
    content: '';
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.call-top-btn strong{
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}
a.call-top-btn span{
    color: #000;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
}
.top_bar_contact-r-wrap {

}
.top_bar_contact-info {
    margin-right: 30px;
}
.top_bar_contact-item {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.top_bar_contact-item a {
    color: #222;
}
.top_bar_contact-item i {
    color: #ffc513;
    width: 22px;
    font-size: 13px;
    text-align: center;
}
.messengers-info .top_bar_contact-item i {
    font-size: 15px;
}
.top_bar_contact-item i.whatsapp {
    color: #26d367;
    font-size: 16px;
}
.top_bar_contact-item i.viber {
    color: #675cab;
}
.top_bar_contact-phone .whatsapp-block a{
    font-size: 15px;
}
.messengers-info-mobile {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99;
    display: none;
}
.msg-info-mob-block {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
}
.whatsapp-block {
    background: #26d367;
}
.msg-info-mob-block .whatsapp {
    padding-top: 4px;
    color: #fff;
    font-size: 19px;
}
.viber-block {
    background: #675cab;
 }
.msg-info-mob-block .viber {
    padding-top: 6px;
    color: #fff;
}


.top_bar_contact-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

}
.top_bar_contact-phone a{
    font-size: 21px;
    color: #222;
    font-weight: 700;
}
.top_bar_contact-phone a span {
    color: #151d5e;
}
.top_bar_contact-phone a i {
    color: #151d5e;
    font-size: 14px;
}
.top_bar_contact-phone &gt; span {
    font-size: 16px;
    color: #222222;
}
.top_bar_contact-phone &gt; span i {
    color: #003396;
    margin-right: 3px;
}

.header-top-banner {
    background: url("../images/top-banner-bg.jpg") no-repeat center;
    height: 840px;
    width: 100%;
    display: flex;
    padding: 250px 0 0 0;
}

.mdn-btn-hl {
    background: #ffc513;
    color: #000;
    border: none;
    /* padding: 5px; */
}
.mdn-btn-hl:hover {
    color: #fff;
}
.mdn-btn-hl.mdn-btn.mdn-btn-size-md{
    padding: 15px 36px 15px 36px;
}
.mdn-btn.mdn-btn-hl:not(.btn-inline)::before {
    background-color: #1e2452;
}
.top-banner-txt-block {
    max-width: 590px;
    padding-bottom: 140px;
}
.top-banner-txt-block  span {
    text-transform: uppercase;
    font-size: 19px;
    color: #003396;
    font-weight: 500;
    margin-bottom: 6px;
}
.top-banner-txt-block  h1 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
}
.top-banner-txt-block  p{
    font-size: 18px;
    color: #7a7a7a;
    line-height: 1.5;
    margin-top: 10px;
}
.top-banner-txt-block  a{
    margin-top: 25px;
}

.catalog-item {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    padding: 26px 22px 28px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;

}
.catalog-item::before {
    background-color: #ffc513;
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: .55s ease;
}
.catalog-item:not(.catalog-item-list):hover::before {
    bottom: 0;
}
.catalog-item-img {
    display: inline-block;
    position: relative;
}
.catalog-item-img img {
    max-width: 100%;
}
.catalog-item .count {
    position: absolute;
    right: -10px;
    bottom: 17px;
    background: #ffc513;
    color: #765d13;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding: 8px 15px;
    line-height: 1;
    border-bottom: 1px solid #ffd724;
    box-shadow: 0px 4px 9px 0px rgba(118, 91, 7, 0.2);
}
.catalog-item-content {
    margin-top: 12px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.catalog-item-content a.name {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 9px 0;
    padding-top: 10px;
    line-height: 1.4;
}
.catalog-item-content .price {
    color: #003396;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
    transition: all 0.5s ease 0s;
    background: #1e2452;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    border-radius: 6px;
}
.catalog-item:hover .price{
    color: #ffffff;
}
.arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 53px 53px;
    border-color: transparent transparent #ffc513 transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.arrow i{
    position: absolute;
    left: -22px;
    top: 23px;
    font-size: 14px;
}
.catalog-item:hover .arrow{
    border-color: transparent transparent #ffffff transparent;
    color: #ffc513;
}
.catalog-item.catalog-item-list:hover .arrow {
    border-color: transparent transparent #1e2452 transparent;
    color: #fff;
}


/* ===============================================
   8. Footer
------------------------*/
.footer{
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: rgba(255,255,255,0.8);
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-logo img{
    max-height: 54px;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.footer .widget .widget-title, .widget .widget-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    position: relative;
    background-color: transparent;
    /* color: #ffc513; */
}
.footer .widget ul, .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer a , .footer p, .footer span{ color: inherit; }
.footer .social-icons li&gt;a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.footer .social-icons li&gt;a,
.footer .social-icons li&gt;a i{
    color: #888888;
    border-color: inherit;
}


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


/** widget_contact_wrapper **/
ul.widget_contact_wrapper li{
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: inherit;
    padding: 3px 0 5px 0px !important;
}
ul.widget_contact_wrapper li div,
ul.widget_contact_wrapper li div h6 {
    display: inline;
}
ul.widget_contact_wrapper li div h6{
    margin-right: 4px;
}

ul.widget_contact_wrapper li:last-child{
    padding-bottom: 0 !important;
}
ul.widget_contact_wrapper li span h6{
    margin-right: 4px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
}

/** images-gellary **/
.gallery-wrapper {
    display: inline-table;
    margin: 0 -1.1666667% -1.1666667%;
}
.widget .images-gellary ul li {
    display: inline-table;
    max-width: 30.33%;
    padding: 3.800652% 1.1400652% 0;
    text-align: center;
    vertical-align: top;
    margin: 0;
}


/** menu-footer-catalog **/
.widget ul.menu-footer-link li a{
    padding-left: 17px;
    color: rgba(255,255,255,0.8);
}
.widget ul.menu-footer-link li a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    top: -2px;
    left: 0;
    color: #fff;
}
.widget ul.menu-footer-link li a:hover {
    color: #ffc513 !important;
}

.widget ul#menu-footer-catalog li {
    width: calc(33% - 2px);
    display: inline-block;
}
.widget ul.menu-footer-link li {

    float: none;
    padding: 0 0 9px 0;
    position: relative;
}
.widget ul.menu-footer-link {
    margin-bottom: -10px;
}
footer .widget_contact_wrapper .icon{
    color: #ffc513;
    font-size: 14px;
    margin-right: 6px;
}

/** copyright **/
.copyright {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}


/* ===============================================
  9. 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;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
} 

/* ===============================================
   10. Page-Title-Row
------------------------*/
.mdn-page-title-row {
    background: url(../images/pagetitle-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 155px;
    z-index: 1;
}
.mdn-page-title-row.mdn-bgimage-yes .mdn-bg-layer {
    opacity: 0;
}
.mdn-page-title-row-inner {
    width: 100%;
}
.mdn-page-title-row-inner .row{
    min-height: 240px;
}
.page-title-heading h2 {
    display: inline-block;
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}
.page-title-heading h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}
.breadcrumb-wrapper {
    z-index: 99;
    display: inline-block;
}
.breadcrumb-wrapper span{
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.breadcrumb-wrapper span:first-child{
    padding-right: 20px;
}
.breadcrumb-wrapper span:first-child:before {
    position: absolute;
    content: "\e661";
    font-family: "themify";
    right: 2px;
    top: 2px;
    font-size: 10px;
    display: inline-block;
}

/* ===============================================
  11.  Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  team-member-single
/*------------------------------------------------------------------------------*/ 
.mdn-team-single-contents .left-content h4 ,
.mdn-team-single-contents .right-content h4 {
    font-size: 24px; 
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 500;
}
.mdn-team-single-contents .mdn-team-details-list p {
    margin-right: 3px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

/*------------------------------------------------------------------------------*/
/*  services-single
/*------------------------------------------------------------------------------*/ 
.mdn-service-single-content-area  h4  {
    font-size: 26px; 
    line-height: 36px;
}


/*----------------------------------------*/
/*  portfolio-single  
/*---------------------------------------------------------------*/
.mdn-pf-single-content-wrapper-innerbox,
.mdn-pf-single-content-wrapper{
    position: relative;
}
.mdn-pf-single-content-wrapper {
    margin-bottom: 55px;
}
.mdn-pf-single-detail-box .mdn-pf-detailbox-title {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.mdn-pf-single-detail-box ul {
    margin: 0;
    padding: 0;
}
.mdn-pf-single-detail-box .mdn-pf-detailbox-title {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.mdn-pf-view-top-image .mdn-pf-single-detail-box {
    right: 0;
    bottom: -60px;
    min-width: 360px;
    padding: 40px 30px 26px;
    position: absolute;
}
.mdn-pf-view-left-image .mdn-pf-single-detail-box .mdn-portfolio-title h2 {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px 20px;
    margin: 0 -30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.mdn-pf-view-left-image .mdn-pf-single-detail-box {
    padding: 20px 30px 15px;
}
.mdn-pf-single-detail-box ul li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.mdn-bgcolor-grey.mdn-pf-single-detail-box ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
.mdn-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0px;
    font-size: 15px;
    margin-left: 3px;
}
.mdn-pf-view-left-image .mdn-pf-single-detail-box ul li{
    padding: 11px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.mdn-pf-single-detail-box ul li .mdn-pf-data-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
}
.mdn-pf-single-detail-box ul li .mdn-pf-data-title i{
    margin-right: 15px;
    font-size: 20px;
    line-height: 35px;
    display: inline;
}
.mdn-pf-single-detail-box ul li .mdn-pf-data-details {
    padding-left: 35px;
    font-size: 16px;
}
.mdn-pf-view-left-image .mdn-pf-single-detail-box ul li .mdn-pf-data-title{
    font-weight: 500;
    font-weight: 500;
    font-size: 15px;
    margin-right: 5px;
}
.mdn-pf-view-left-image .mdn-pf-single-detail-box ul li .mdn-pf-data-details {
    padding-left: 0; 
    font-size: 16px;
    display: inline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mdn-pf-single-content-area h2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}
.mdn-pf-single-content-area .mdn-btn {
    padding: 14px 24px;
    text-transform: none;
    font-size: 15px;
}
.mdn-pf-single-content-area .mdn-nextprev-bottom-nav .mdn-btn.mdn-btn-style-border {
    padding: 14px 28px;
    border: 1px solid currentColor;
}
.mdn-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 80px;
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-bottom: 55px;
}


/*----------------------------------------*/
/*  classic-Blog  
/*---------------------------------------------------------------*/
.post.mdn-blog-classic {
    margin-bottom: 35px;
}
.post.mdn-blog-classic,
.mdn-post-featured-wrapper{
    position: relative;
}
.mdn-blog-classic .mdn-blog-classic-content {
    padding: 30px 30px 40px;
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.mdn-blog-classic .post-meta .mdn-meta-line ,
.mdn-blog-single .post-meta .mdn-meta-line {
    font-size: 13px;
    line-height: 15px;
    padding-right: 20px;
    position: relative;
}
.mdn-blog-classic .post-meta .mdn-meta-line:last-child ,
.mdn-blog-single .post-meta .mdn-meta-line:last-child { padding-right: 0; }
.mdn-blog-classic .post-meta .mdn-meta-line:not(:last-child):after,
.mdn-blog-classic .post-meta .mdn-meta-line:not(:last-child):before ,
.mdn-blog-single .post-meta .mdn-meta-line:not(:last-child):after,
.mdn-blog-single .post-meta .mdn-meta-line:not(:last-child):before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    border-radius: 100%;
    top: 2px;
    right: 6px;
    display: block;
    background-color: #e0e0e0;
}
.mdn-blog-classic .post-meta .mdn-meta-line:not(:last-child):after ,
.mdn-blog-single .post-meta .mdn-meta-line:not(:last-child):after{
    right: 10px;
}
.mdn-blog-classic .post-meta .mdn-meta-line img ,
.mdn-blog-single .post-meta .mdn-meta-line img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.mdn-blog-classic .post-meta .mdn-meta-line i,
.mdn-blog-single .post-meta .mdn-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.mdn-blog-classic .mdn-box-post-date,
.mdn-blog-single .mdn-box-post-date  {
    position: absolute;
    top: 30px;
    left: -25px;
}
.mdn-blog-classic .mdn-box-post-date .mdn-entry-date ,
.mdn-blog-single .mdn-box-post-date .mdn-entry-date {
    color: #fff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    border-radius: 3px;
    text-transform: uppercase;
}
.mdn-blog-classic .mdn-box-post-date .mdn-entry-date .entry-date ,
.mdn-blog-single .mdn-box-post-date .mdn-entry-date .entry-date,
.mdn-blog-classic .mdn-box-post-date .mdn-entry-date .entry-month,
.mdn-blog-single .mdn-box-post-date .mdn-entry-date .entry-month {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.mdn-blog-classic .mdn-blogbox-desc-footer {
    padding-top: 10px;
    margin-top: 25px;
}


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.mdn-blog-single {
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}
.mdn-blog-single .mdn-blog-single-content {
    padding: 30px 30px;
}
.mdn-blog-single .mdn-blog-single-content .h4,
.mdn-blog-single .mdn-blog-single-content h4 {
    font-size: 22px;
    line-height: 30px;
}
.mdn-blog-single-content .post-meta{
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.mdn-blog-single blockquote {
    display: block;
    padding: 30px 50px 30px 45px;
    position: relative;
    font-weight: 400;
    margin: 35px 0 55px 0;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    letter-spacing: 1px;
    border: 1px solid #e8e8e8;
}
.mdn-blog-single blockquote:after {
    content: "â€œ";
    font-family: 'Cuprum', sans-serif;
    display: inline-block;
    position: absolute;
    font-size: 150px;
    font-weight: 400;
    font-style: normal;
    line-height: 185px;
    top: auto;
    bottom: -30px;
    right: 35px;
    width: 66px;
    height: 66px;
    background-color: #fff;
    color: #dedede;
    border: 1px solid;
    border-radius: 50px;
    text-align: center;
}
.mdn-blog-single blockquote cite {
    font-size: 16px;
}
.mdn-blog-single .h4,
.mdn-blog-single h4 {
    font-size: 30px;
    display: inline-block;
    line-height: 36px;
    margin-top: 10px;
}
.mdn-blog-single .mdn-blogbox-desc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dce1e9;
}

/*blog-comment*/
.comments-area {
    padding-top: 50px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comment-list .children { margin-left: 35px; }
.comment-list, .comment-list .children { 
  list-style-type: none;
  padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    padding: 30px 30px ;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.comment-body .comment-author, .comment-body .comment-box {
    display: table-cell;
    vertical-align: top;
}
.comment-author img{
    width: 81px;
    height: 81px;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
}
.comment-notes{ 
    font-size: 15px;
    font-style: italic;
}
.comment-meta, .reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.comment-body .author-content-wrap p{ margin-bottom: 0; }
.reply{ float: right; }
.comment-meta, .comment-meta span{ 
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
}
.comment-meta .mdn-comment-owner h5, .mdn-comment-owner {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.single article.post .comment-body p { margin-top: 10px; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 4px 30px 2px 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 20px;
    font-size: 10px;
    margin-left: 6px;
}
.comments-area .comment-respond { padding-top: 30px; }
.comments-area .comment-respond .comment-reply-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 0;
    border: 1px solid rgba(119,119,119,.2);
}
.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;
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.contact-block ul.social-icons li { 
    margin: 18px 0;
    display: block;
}
.contact-block ul.social-icons &gt; [class*='social-'] &gt; a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
}


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404 {
    position: relative
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #e9e9e9;
}
section.error-404 {
    padding: 300px 0 150px;
    text-align: center;
    background-image: url(../images/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
section.error-404 .mdn-big-icon {
    font-size: 120px
}
section.error-404 h1 {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 100%
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 40px;
}

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


.cont-info-section {
    background-image: url(../images/banner-bg3.jpg);
}
.cont-info-section .featured-icon-box.icon-align-before-content .featured-icon i{
     color: #ffc513;
     font-size: 40px;
}
.cont-info-section .featured-icon-box.style11 .featured-content {
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
}
.cont-info-section .h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}
.cont-info-section .title-header .h5 {
    color: #ffc513;
}
.cont-info-section .featured-icon-box.icon-align-before-content .featured-content .featured-desc a {
    font-size: 20px;
}
.cont-info-section .featured-icon-box.icon-align-before-content .featured-content .featured-desc a:hover {
    color: #ffc513;
}
.cont-info-section .mdn-btn-hl {
    color: #1e2452;
    font-size: 16px;
}
.cont-info-section .mdn-btn-hl:hover::before {
    background-color: #fff;
}
img.ab-img {

}
.block-pr-section {
    padding-bottom: 0;
}
.block-pr {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
    background: url("../images/man-sq-b.png") left bottom no-repeat;
    min-height: 545px;
    position: relative;
}
.block-pr-content {
    width: 750px;
    min-height: 570px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    padding: 40px 0px 0 0;
    border-radius: 6px;
    margin-bottom: -76px;
    position: relative;
    z-index: 9;
}
.block-pr-table .table {
    margin-top: 20px;
    background: #fff;
}
.block-pr-table .table td,
.block-pr-table .table th{
    border-color: transparent;
}
.block-pr-table .table td:first-child{
    padding-left: 40px;
    color: #222;
}
.block-pr-table .table td{
    font-size: 18px;
    padding: 15px 12px;
}
.block-pr-table .table td:last-child {
    font-weight: 700;
}
.block-pr-table .table tr:nth-child(odd) {
    background: #fafafa;
}
.block-pr-table .table thead &gt; tr {
    background-color: #1e2451 !important;
}
.block-pr-table .table thead &gt; tr td{
    font-size: 20px;
    color: #fff !important;
}
.block-pr-table .table thead &gt; tr td:first-child {
    border-radius: 10px 0 0 10px;
}
.block-pr-table .table thead &gt; tr td:last-child {
    border-radius: 0 10px 10px 0;
}
.block-pr-del-pg {
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}
.block-pr-del-pg::after {
    content: '';
    width: 100vw;
    height: 80px;
    background: #1e2452;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.portfolio-section .featured-thumbnail a {
    width: 100%;
    height: 410px;
    display: inline-block;
    position: relative;
}

.portfolio-section .featured-thumbnail img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.breatcome-wrap {
    padding-top: 225px;
    padding-bottom: 30px;
    background: url(../images/top-banner-bg.jpg) no-repeat center;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.breadcrumbs-item .sep {
    margin: 0 5px 0 2px;
}
.breatcome-title-inner {

}
.breatcome-title-inner h1 {
    line-height: 1.2;
    font-size: 35px;
    margin-bottom: 5px;

}
.catalog-item-list .catalog-item-img {
    display: flex;
    justify-content: center;
    /* display: inline-block; */
    width: 100%;
    position: relative;
}
.catalog-item-list .item-cat-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    width: 100%;
    max-width: 260px;
}
.one-item-door .catalog-item-list .item-cat-img {
    justify-content: center;
}
.catalog-item-list .catalog-item-img img.item-img-left {
    /*margin-right: 92px;*/
}
.catalog-item-list .catalog-item-img img.item-img-right {
    position: absolute;
    /*margin-left: 103px;*/
    z-index: 1;
    height: calc(100% - 20px);
    width: auto;
    right: 0;
}
.catalog-item-list .catalog-item-img img{
    height: 300px;
    width: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    position: relative;
    z-index: 2;
}
.catalog-item.catalog-item-list {
    box-shadow: 0px 4px 12px 0px #0d234308;
}

ul.left-menu {
    list-style: none;
    border-radius: 6px;
    background-color: #fff;
   /* box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);*/
    box-shadow: 0 6px 19px 0 rgb(43 52 59 / 5%);
    padding: 0 0 5px 0;
    margin: 0;
    /*border: 4px solid #eee;*/
    position: relative;
    overflow: hidden;
}
ul.left-menu .cat-item:first-child a{
    border: none;
}
ul.left-menu .cat-item {
    padding: 0 22px;
}
ul.left-menu .cat-item a {
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 10px 0;
    color: #454545;
    border-top: 1px solid #eee;
}
ul.left-menu .cat-item a:hover {
    color: #ffc513;
}
ul.left-menu .cat-item  i{
    font-size: 0.6em;
    margin-right: 7px;
    color: #ffc513;
}
ul li.li-title {
    /* margin-top: -4px; */
    /* margin-left: -4px; */
    /* width: calc(100% + 8px); */
    background: #ffffff;
    color: #000;
    font-size: 21px;
    padding: 17px 22px 17px 0;
    font-weight: 700;
    /*box-shadow: 0 0 12px 0 rgb(43 52 59 / 10%);*/
    border: none;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    border-bottom: 1px solid #eee;
}
ul li.li-title::before {
    content: '';
    width: 9px;
    height: 26px;
    margin-right: 12px;
    background: #ffc513;
    border-radius: 0 5px 5px 0;
    display: inline-block;
}
ul li.li-title + li a {
    border: none !important;
}

/*
.li-title i {
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
*/
.mdn-bgcolor-grey2 {
    background-color: #fafafa;
}
.count-el {
    margin-left: auto;
    font-size: 13px;
    color: #919191;
    line-height: 1;
    padding: 3px 10px;
    background: #f7f7f7;
    display: inline-block;
    border-radius: 3px;
}
.arrow-sq{
    width: 40px;
    height: 40px;
    background: #ffc513;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    line-height: 1;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 20px;
    transform: translateY(50%);
}
.arrow-sq i{

}
.catalog-item-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-item-list .catalog-item-content .price {
    background: transparent;
    font-size: 20px;
    color: #1e2452;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.btn-border {
    border-radius: 5px;
    border: 2px solid #ffc513;
    color: #222222;
    padding: 7px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.btn-border:focus {
    outline: none;
    box-shadow: none;
}
.paginations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
ul.page-numbers li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #35382f;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #eaebec;
    margin: 0 3px;
    padding: 0;
    -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;
    border-radius: 5px;
}
.page-numbers li a.current {
    color: #fff;
    background: #1e2452;
    border-color: #1e2452;

}
ul.page-numbers li a:hover {
    color: #1e2452;
    border-color: #1e2452;
}
.pd-img-wrap {
    display: flex;
    justify-content: center;
}
.pd-img {
    max-width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
}
.pd-img img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.ddp-txt {
    text-align: center;
    margin-top: 3px;
    color: #222;
    background: #fff;
    padding: 8px 15px;
    box-shadow: 0px 4px 12px 0px #0d234308;
    border-radius: 5px;
    line-height: 1;
    /* display: inline-block; */
    /* margin-top: -70px; */
    position: absolute;
    bottom: 0;
    z-index: 9;
    text-transform: uppercase;
    font-size: 12px;
    transform: translateY(50%);
}

.pd-otdelka-sl {
    margin: 0 -5px;
}
.pd-otdelka-link {
    display: block;
    margin: 0 3px;
}
.pd-otdelka-sl img {
    width: 76px;
    border: 5px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
    margin: 5px 0;
    border-radius: 12px;
}
.pd-otdelka-name {
    margin-bottom: 0px;
}
.pd-otdelka-name strong{

}

.sl-arrow-sm .slick-arrow{
    z-index: 9;
    font-size: 14px;
    line-height: 30px;
    width: 28px;
    height: 28px;
    background: #ffc513;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 6px;
    /* box-shadow: 0 5px 8px rgb(123 144 221 / 40%);*/
}
.sl-arrow-sm .slick-arrow.slick-prev{
    left: -5px;
    padding-right: 1px;
}
.sl-arrow-sm .slick-arrow.slick-next {
    right: -5px;
    padding-left: 1px;
}
.sl-arrow-sm .slick-arrow.slick-prev:after {
    display: none;
}
.pd-otdelka-sl.sl-arrow-sm .slick-arrow.slick-next {
    right: -5px;
}

.pd-zamki-wrap {
    display: flex;
    align-items: center;
}
.pd-zamki-img {

}
.pd-zamki-img a{
    min-width: 70px;
    margin-right: 10px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fafafa;
    height: 100%;
    position: relative;

}
.pd-zamki-img a .icon {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffc513;
    color: #ffffff;
    border-radius: 5px;
}

.pd-zamki-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 75px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.pd-zamki-txt {
    width: 100%;
}
.pd-zamki-txt-desc {
    margin-top: 5px;
}
.pd-sm-title-dub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pd-sm-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1;
}

.pd-sm-title-pd {
    font-size: 14px;
    color: #c9c9c9;
}
.btn-sm-o {
    font-size: 13px;
    padding: 5px 15px;
    font-weight: 700;
}
.btn-sm-o i {
    font-size: 12px;
    margin-left: 1px;
}

.pd-otdelka-col {
    margin-bottom: 20px;
}
.row-info {
    margin-top: 20px;
}
.top-detail-info-wrap {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0px 4px 12px 0px #0d234308;
    border-radius: 8px;
}

.table-sm-h {

}

.table-sm-h .table tr:nth-child(odd) {
    background: #fafafa;
}
.table-sm-h .table tr td {
    border: none;
    line-height: 1.3;
    padding: 12px 15px;
    border-top: 1px solid #efefef;
}
.table-sm-h .table tr:first-child td {
    border: none;
}
.detail-door-sm-table .row-txt {
    font-size: 16px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.detail-door-sm-table .row-txt strong {
    font-weight: 400;
    position: relative;
    background: #fff;
    display: inline-block;
    z-index: 2;
    padding-right: 2px;
    color: #7d7d7d;
}
.detail-door-sm-table .row-txt span {
    color: #222;
    position: relative;
    background: #fff;
    display: inline-block;
    z-index: 2;
    padding-left: 2px;
}
.detail-door-sm-table .row-txt:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 7px;
    border-bottom: 1px dotted #c8c8c8;
    z-index: 1;
}

.link-txt {
    display: inline-block;
    color: #ffc513;
    border-bottom: 1px dashed;
    line-height: 1.35;
    font-size: 16px;
}
.detail-door-sm-table-wrap {
    border: 8px solid #fafafa;
    border-radius: 20px;
    padding: 20px;
}

.pd-zamki-txt .pd-sm-title {
    font-size: 16px;
}

.pd-zamki-txt-desc .detail-door-sm-table .row-txt {
    margin-bottom:0;
}
.pd-zamki-txt-desc .row-txt {

}


.pd-zamki-txt-desc .row-txt strong {
    font-weight: 400;
    color: #7d7d7d;
}

.pd-zamki-txt-desc .row-txt span {
    font-weight: 400;
    color: #222;
}
.pd-price-block strong {
    font-size: 28px;
    color: #222;
    font-weight: 700;
}
.mdn-btn-hl.mdn-btn.mdn-btn-size-md.btn-pd-zm {
    font-size: 16px !important;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 5px;
}
.pd-dt-mont {
   /* background: #fafafa;
    padding: 6px 10px;*/
    line-height: 1.3;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}
.pb-block {
    padding: 20px 20px;
    text-align: center;
    background: #fafafa;
    border-radius: 15px;
}
.pds-pd-img-txt {
    line-height: 1.3;
    padding: 15px 15px;
    /* border: 6px solid #fafafa; */
    border-radius: 10px;
    background: #fafafa;
    color: #7d7d7d;
    font-size: 14px;
    text-align: center;
}
.dd-section-tabs {
    margin-top: 50px;
    margin-bottom: 30px;
}
.dd-section-tabs .tab-content {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0px 4px 12px 0px #0d234308;
    border-radius: 8px;

}

.dd-section-tabs .nav-tabs-cust {
    margin-left: 30px;
}

.dd-section-tabs .nav-tabs-cust  li.nav-item a.nav-link {
    background: #eee;
    margin-right: 15px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px -9px 12px 0px #0d234308;
    padding: 16px 30px;
    line-height: 1.3;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.dd-section-tabs .nav-tabs-cust  li.nav-item a.nav-link:hover {
    color: #222;
}
.dd-section-tabs .nav-tabs-cust  li.nav-item a.nav-link.active {
    background: #fff;
}
.dd-section-tabs .nav-tabs-cust  li.nav-item a.nav-link.active span {
    border-bottom: 2px solid #ffc513;
    padding: 0 2px 1px 2px;
}
.product-detail h2 {
    font-size: 27px;
    line-height: 1.4;
}
.product-detail h3 {
    font-size: 22px;
    line-height: 1.4;
}
.table-cs tr:not(.table-zg-th):nth-child(even){
    background: #fafafa;

}
.table-cs tr.table-zg-th th {
    border: none;
    font-size: 18px;
}
.table-cs tr td {
    border-top: 1px solid #f4f4f4;
    line-height: 1.3;
    padding: 16px 12px;
    vertical-align: middle;
}
.table-cs tr.table-otd-vn td,
.table-cs tr:last-child td {
    border-bottom: 1px solid #f4f4f4;
}
.table-cs tr td:first-child {
    color: #7d7d7d;
}
ul {
    padding-left: 40px;
    list-style: square;
}

ul li::marker{
    color: #ffc513;
}
* + h3 {
    margin-top: 20px;
}
.similar-doors-section {
    padding: 20px 0 40px;
}
.title-pds h2 {
    margin-bottom: 0px;
}
.items-list-cat-sl .slick-list {
    margin: 0 -10px;
}
.item-cat-col-sl {
    margin: 0 10px;

}
.item-cat-col-sl .catalog-item {
    margin-bottom: 10px;
}

.slick-dots {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-dots li button {
    content: '';
    background: #e7e7e7;
    border-radius: 3px;
    display: block;
    height: 6px;
    width: 30px;
    outline: none;
    line-height: 0px;
    padding: 0;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: #ffc513;
}
.cta-banner-wrap {
    background: #ffc513;
    border-radius: 8px;
    position: relative;
}
.cta-banner {
    position: relative;
    z-index: 5;
    padding: 33px 30px;
}
.cta-banner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    background: url('../images/logo-white.png') no-repeat;
    width: 454px;
    height: 389px;
    opacity: 0.25;
    z-index: 1;
}
.cta-banner-title {
    color: #222222;
    line-height: 1.15;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 11px;
}
.cta-banner-text {
    color: #8b6c0e;
    font-size: 18px;
    line-height: 1.3;
}
.cta-banner-img {
    text-align: center;
    margin: 0 -30px;
}
.cta-banner-van {
    margin: 28px 0 28px 0px;
}
.btn-banner {
    border-radius: 5px;
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 7%);
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #000;
    background: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 12px 5px 11px;

}
.btn-banner:hover {
    background: #1e2452;
    color: #fff;
}

.single_contact_now_inner {
    display: flex;
    align-items: start;
}
.single_contact_now_icon {
    margin-right: 20px;
    font-size: 26px;
    color: #ffc513;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /*box-shadow: 0px 4px 12px 0px #53535321;*/
    height: 60px;
    width: 60px;
    border-radius: 5px;
    border: 2px solid #efefef;
}
.single_contact_now_content strong{
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.single_contact_now_content p{
    margin: 0;
    font-size: 16px;
}
.single_contact_now_content p a {
    color: #7d7d7d;
    border-bottom: 1px dashed;
}



.wrap-form .error-msg{
    color: #d43232;
    margin-bottom: 10px;
    display: none;
}
.wrap-form .success-msg {
    display: none;
}
.wrap-form .success-msg strong {
    font-size: 24px;
    color: #1e2452;
    padding-bottom: 10px;
    display: inline-block;
}
.wrap-form .success-msg span {
    font-size: 18px;
    color: #222;
}
.popup-form-wrap .wrap-form .success-msg,
.popup-form-wrap .wrap-form .error-msg {
    text-align: center;
}

.sort-catalog-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 15px 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    /*box-shadow: 0 3px 6px 0 rgb(43 52 59 / 5%);*/
    border-radius: 6px;

}
.sort-title {
    margin-right: 15px;
    font-weight: 600;
    color: #222;
}
.sort-link-wrap a {
    margin-right: 15px;
    text-decoration: none;
    white-space: nowrap;
    color: #979691;
}
.sort-link-wrap a.act {
    color: #222;
    padding: 1px 2px;
    /* background: #f7f7f7; */
    /* border-radius: 5px; */
    border-bottom: 2px solid #ffc513;
}
.sort-prop-price.act.sort-direc-asc {
    padding-right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDZoNHYyaC00ek0wIDNoNnYyaC02ek0wIDBoOHYyaC04eiIvPjwvc3ZnPgo=) no-repeat right 62%;
}
.sort-prop-price.act.sort-direc-desc {
    padding-right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYyaC00ek0wIDNoNnYyaC02ek0wIDZoOHYyaC04eiIvPjwvc3ZnPgo=) no-repeat right 62%;
}
.otdelka-items-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.otdelka-item {
    position: relative;
    overflow: hidden;
}

.otdelka-item img{
    width: 110px;
    height: 110px;
    border: 5px solid #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 11%);
    margin: 5px 0;
    border-radius: 12px;
}
.otdelka-item span {
    position: absolute;
    right: 5px;
    /* transform: translateX(-50%); */
    bottom: 9px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 5px;
    min-width: 25px;
    min-height: 25px;
    line-height: 25px;
    border-radius: 4px 0 0 0;
    color: #232323;

}
.section-otd-block-item {
    margin-bottom: 30px;
    position: relative;
}
.section-otd-block-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    background: #ffffff;
    color: #222222;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 15px;
    max-width: calc(95% - 30px);
    min-width: 70%;
    text-align: center;
}
.bx_catalog_otd.fancybox-content {
    max-width: 900px;
}
.section-otd-block-item {
    margin-bottom: 30px;
    position: relative;
}
.section-otd-block-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    background: #ffffff;
    color: #222222;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 15px;
    max-width: calc(95% - 30px);
    min-width: 70%;
    text-align: center;
}
.catalog-list-wrap,
.catalog-otdelka-list-section-wrap {
    padding: 60px 0;
}
.cat-zam-list-wrap,
.zamki-catalog-page {
    padding: 60px 0;
}
.section-zamki-block {
    margin-bottom: 40px;
}
.section-zamki-block .bx_catalog_tile_img{
    border: 2px solid #eff0f2;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    border-radius: 10px;
}
.section-zamki-block:hover .section-otd-block-name {
    background: #ffc513;;
    color: #fff;
}
.section-zamki-block:hover .bx_catalog_tile_img {
    border-color: #ffc513;;
}
.section-zamki-block .section-otd-block-name{
    bottom: -14px;
    background: #eff0f2;
    color: #222222;
}
.bx_catalog_tile_img img {
    max-width: 100%;
    border-radius: 5px;
}
.zamki-bk-wrap {
    margin-bottom: 150px;
    width: 100%;
}
.zamki-bk {
    position: relative;
}

.zamki-bk-wrap a {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.zamki-bk-wrap img {
    height: 240px;
    max-width: 100%;
}
.tb-zm-wrap {
    color: #000;
    background: #ffffff;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    z-index: 5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    border-bottom: 3px solid #ffc513;
    border-radius: 5px;
    box-shadow: 0 0 9px 0 rgb(29 33 67 / 10%);
}
.tb-zm-row {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
}
.tb-zm-td-l {
    margin-right: 10px;
    font-weight: 500;
}
.tb-zm-wrap .title {
    font-weight: 700;
    padding-bottom: 10px;
    color: #222;
}
.tb-zm-row-wrap {
    margin-top: 10px;
}
.ruchki-bk-wrap {
    margin-bottom: 200px;

}

.zamki-bk-wrap.ruchki-bk-wrap img {
    max-width: 100%;
    height: 125px;
    width: auto;
    margin-bottom: 40px;
}
#popup-form {
    display: none;
}
#popup-form,
.fancybox-content#popup-form {
    background: transparent;
    max-width: 430px;
    padding: 0;
}

.popup-form-wrap {
    padding: 30px 40px;
}
.photo-list .featured-thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 12px solid #fff;
    height: 400px;
    box-shadow: 0px 4px 12px 0px #0d234308;
    border-radius: 8px;
    background: #fff;
}
.photo-list .featured-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.photo-list .mdn-box-view-overlay {
    background: transparent;
}
.photo-list .mdn-box-view-overlay:before,
.photo-list .mdn-box-view-content-inner:before {
    display: none;
}
.pagination-wrap {
    width: 100%;
}
.page-gallery .pagination-wrap {
    margin-top: 30px;
}
.p-slider-section {

}
.photo-slide {
    margin: 10px 10px;
    border: 12px solid #fff;
    box-shadow: 0px 4px 12px 0px #0d234308;
    border-radius: 8px;
    background: #fff;
}
.photo-slide .featured-imagebox {
    margin: 0;
}
.p-slider-section .slick-list {
    margin: 0 -10px;
}
.photo-slide .mdn-box-view-overlay {
    background: #fff;
}
.photo-slide .mdn-box-view-overlay:before,
.photo-slide .mdn-box-view-content-inner:before {
    display: none;
}
.photo-slide .featured-thumbnail a {
    display: block;
    position: relative;
    height: 400px;
}
.photo-slide .featured-thumbnail a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
nav.main-menu ul.menu &gt; li &gt; a {
    padding: 0 25px;
}
.mobile-top-phone-block {
    display: none;
}
.hide {
    display: none;
}
.section-delivery-wrap {
    background-color: #fafafa !important;
}

.section-table-price {
    padding-top: 70px;
}

.popup-form {
    display: none;
}
.fancybox-content.popup-modal {
    background: #fff;
    padding: 30px 30px;
    width: 100%;
    max-width: 800px;
    border-radius: 30px;
}
.popup-modal .region-list a {
    margin-bottom: 10px;
}
.region-list {
    columns: 5;
    column-gap: 30px;
}
.region-list a {
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
}


.section-link-element .ul-text-block {
    padding-left: 10px;
}
.slick-list .catalog-item {
    margin-bottom: 10px;
}
.catalog-list-hit .catalog-list-wrap{
    padding-top: 0px;
}

#filter.filter-home {
    position: relative;
    z-index: 99999;
}


.table_price img{
    width: 80px;
    height: 80px;

}
.block-pr-table .table thead &gt; tr {
    color: #fff;
}
.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 !important;
}
.accordion li.accordion__tab {
    list-style: none;
    margin-bottom: 0;
}

.accordion .accordion__tab .tab-title {
    padding-left: 30px;
    padding-right: 60px;
    height: 66px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    line-height: 140%;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgb(225 225 225 / 40%);
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.accordion .accordion__tab .tab-title:hover {
    border: 1px solid #e9e9e9;
}

.accordion .accordion__tab .tab-title::after {
    content: '+';
    font-weight: 700;
    font-size: 21px;
    color: white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    width: 26px;
    height: 26px;
    background: #fec632;
    border-radius: 100%;
}
.accordion__tab.show .tab-title::after {
    content: '-';
    padding-bottom: 3px;
}

.accordion .accordion__tab input {
    display: none;
}

.accordion .accordion__tab .accordion__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 15px 15px 10px;
}
/*.accordion .accordion__tab.show  .accordion__content{
    display: block;
}*/
.accordion .accordion__tab .accordion__content p {
    max-width: 1090px;
    width: 100%;
}
.col-cat-all .cat-nm-item{
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 0 rgb(43 52 59 / 10%);
    padding: 10px 15px 10px;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: block;
}























</pre></body></html>