:root{
    --primary-color: #193364;
    --secondary-color: #ffffff;
    --tert: #fd4344;

    --yellow: #f0c109;
    --blue: #193364;
    --red: #fd4344;

}
.font-custom{ font-family: 'Encode Sans Condensed', sans-serif;}
a:hover {color: #fa8239 !important;}
.text-color{ color: var(--primary-color); }
.text-yellow{ color: var(--yellow) !important; }
.text-blue{ color: var(--blue) !important; }
.text-red{ color: var(--red) !important; }

.bg-color{ background:var(--primary-color); }
.flickity-button:hover{ background:var(--primary-color); }
#header .header-inner{ background:#000000;box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);}

.header-extras > ul > li a .circle, .tb-language span{ color: #e6e6e2;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight:500; letter-spacing: 0;}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav > ul > li > a,
#footer p,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.header-extras > ul > li .topbar-dropdown > .title{
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
    letter-spacing: 0;
}
body, p{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.67);
}

body .body-inner{
    background: url(../images/bg-03.png) no-repeat;
    background-size: 100%;
    background-position: center 25%;
}
.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i{ color:var(--red); }
.metal-bg{
    background: linear-gradient(119deg, rgba(245, 245, 245, 1), rgba(255, 255, 255, 1) 14%, rgb(255, 255, 255) 19.33%, rgba(239, 238, 238, 1) 32.77%, rgb(207, 204, 204) 49.58%, rgb(213, 206, 206) 63.03%, rgba(221, 221, 221, 1) 71.01%, rgb(233, 233, 233) 87.82%, rgba(218, 218, 218, 1));
    border-radius: 20px;
    color: #16113b;
}
.topbar-content a {
    color: #fff !important;
}

.flickity-button:before{ var(--primary-color); }
.topbar-dropdown .title{ padding: 0px 10px; }
#search .search-form .form-control{
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
#search .search-form .text-muted{ font-size:10px; }
.btn.btn-top-call{
    padding: 0 20px !important;
    margin-right: 20px;
}
.tb-language {
    border-radius: 100px;
    border: 1px solid #d5cbba;
    padding: 1px 3px;
    line-height: 24px;
    display: inline-block;
    height: 32px;
    margin-top: -32px;
    vertical-align: middle;
    background-color: #e9e9e9;
    color: #7a7a7a;
}
.tb-language img{height: 18px; margin: 0 3px;}
.tb-language > a{
    color: inherit;
    padding: 0;
    margin: 0 5px;
}
.tb-language span{
    padding: 0 5px;
    color: #534d4d;
    font-size: 12px;
}
.tb-language > a.active{
    background-color: #ffffff;
    border-radius: 100px;
    line-height: 24px;
    display: inline-block;
    color: #5e5e5e;
    margin: 0;
    vertical-align: middle;
    align-content: center;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.27);
}
.tb-language > a:not(.active) .flag{ display:none; }
.flag{ margin-right: 4px; }

body.search-open #topbar,
body.search-open #logo,
body.search-open #mainMenu,
body.search-open .header-extras{
    opacity: 0;
    visibility: visible;
}
#search{
    width: 100%;
    float: right;
    left: initial;
    right: 0;
    height: 300px;
    background: #fff;
}
body.search-open #search{
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    height: 80px;
    max-width: 1140px;
}
.header-extras > ul > li > a{ padding:0 !important; }
.header-extras > ul > li a .circle{
    top: 3px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
background: #112344;
text-align: center;
transition: all .2s ease-in-out;
}
.header-extras > ul > li.extras-shopping a{ padding:0; }
.header-extras > ul > li.extras-shopping a span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    background-color: var(--red);
    border-radius: 50%;
    top: -10px;
    right: -6px;
    color: #fff;
    font-size: 11px;
}
.header-extras > ul > li a.circle,
.header-extras > ul > li a.circle i{
    line-height: 30px !important;
}
.header-extras > ul > li.top-language{
    border-left: 1px solid #ececec;
    margin-left: 20px;
    padding-left: 10px;
}
.header-extras > ul > li a:hover .circle{
    background: #0f2347;
    border-color: #0f2347;
    color: var(--primary-color);
    transform: scale(1.2);
}

.form-search{
    position: relative;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 17px;
    width: 285px;
    max-width: 100%;
}
.search-box input{
    width: 100%;
    border: none;
    padding-right: 40px;
    background: transparent;
}
.search-box .btn-search{
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
}

.headbar{ position:relative; }
.headbar .htitle, .htitle-dec{ 
/*    background-color: var(--primary-color);*/
color: #169091;
line-height: 30px;
display: inline-block;
font-size: 2.5em;font-weight: bold;
}
.headbar a{
    position: absolute !important;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.headbar.text-center .subtitle{ margin:auto; margin-top:20px; font-size: 16px;}
.headbar .subtitle{ max-width: 60%; }
.headbar .btn-right{
    border-radius: 50px;
    color: #fff;
    background: var(--primary-color);
    display: inline-block;
    height: -webkit-fit-content;
    line-height: 40px;
    padding: 0 10px 0 20px;
    transition: all .3s ease-in-out
}
.headbar .btn-right:hover{
    background-color: var(--red);
    border-color: var(--red);
    color: var(--secondary-color) !important;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.headbar-img{
    width: 120px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
/*  MENU */
#mainMenu nav > ul > li{ padding: 0; margin: 0;}
#mainMenu nav > ul > li > a{
    font-size: 18px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    text-transform: inherit;
    padding: 0 10px;
    margin-left: 25px;
    color: #fa8239;
}
#mainMenu nav > ul > li > a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
/*    background-color: #c1b7b7;*/
left: 2px;
top: 0;
transform: rotate(24deg);
}
#mainMenu nav > ul > li.active > a{
    color: var(--primary-color);

}
.dropdown-menu{ font-size: 1em; }
#mainMenu nav > ul > li.dropdown > a:after{
    font-family: inspiro-icons !important;
    content: "\e92e";
    font-size: 12px;
}
#mainMenu nav > ul > li.dropdown > a >span{ padding-right: 20px; }
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li.dropdown:hover > a,
#mainMenu nav > ul > li .dropdown-menu > li:hover > a{ 
/*    color: #ddd;*/
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span{
    color: var(--primary-color);
}
#mainMenu nav > ul > li .dropdown-menu{
    padding: 0;
    border: none;
    border-top: 2px solid var(--primary-color) !important;
}
#mainMenu nav > ul > li .dropdown-menu li{
    display: inline-block;
    line-height: 40px;
    width: 100%;
    float: left;
}
#mainMenu nav > ul > li .dropdown-menu li a{
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
#mainMenu nav > ul > li .dropdown-menu li a{ padding:0 20px; }
#mainMenu nav > ul > li .dropdown-menu li a:hover{ 
    background: var(--secondary-color);
    color:#fff !important; 
    font-size: 1em;
    text-decoration: none;
}
#mainMenu nav > ul > li:hover >a,
#mainMenu nav > ul > li.active >a{ 
    color: var(--primary-color);
}


#header .header-inner #logo a > img{ 
    margin-top: 0;
    height: 80px;
}
#search .btn-search-close{ 
    background: var(--secondary-color);
    border-radius: 50%;
    top: 12px;
    right: 15px;
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn, button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){
    padding: 0 24px;
    letter-spacing: 0;
    line-height: 46px;
    height: 46px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    transition: all .2s ease-in-out;
    color: #fff !important;
    background: #fa8239;
    border-color: #fa8239;
}
.btn, .btn i{ color: #1f1906 !important;  }
.btn:hover, button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
.btn-circle:hover{ 
    transform: scale(1.025);
    background-color: #169091 !important;
    border-color: #169091 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
/* topbar */
#topbar {
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: -webkit-flex;
    color: #333;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    background-image: linear-gradient(to right, #fa8239, #000000);
    /* background: var(--primary-color); */
}
.topbar .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.topbar .row {
    display: unset;
}
.tb-menu-topleft {
    display: inline-block;
    float: left;
}
#topbar .social-icons {
    float: left;
    height: 100%;
    overflow: hidden;
}
.tb-menu-topright {
    float: right;
    text-align: right;
}
.top-menu-item.tb-account {
    display: inline-block;
}
.tb-menu-topright .liextra-language {
    display: inline-block;
}
.topbar-left a{
    margin-right: 15px;
    font-size: 13px;
}
.topbar-content ul li{ display:inline-block; }
.top-language span{
    line-height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.topbar-content .social-icons.light li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
ul.topbar-list{display: inline-block;}
ul.topbar-list > li{
    margin-left: 25px;
    float: left;
    line-height: 40px;
}
.top-language{ float: left; }
.top-language ul{ margin: 0; float: left;}
.top-language ul li{ 
    margin-left: 5px; 
    line-height: 80px;
}
#topbar .social-icons.social-icons-border li a {
    border: 0px solid #d7d7d7;
    background: transparent;
}
.top-language ul li span{ display: none; }
.top-language a{ 
 display: inline-block;
 border: 2px solid transparent;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 top: 5px;
 position: relative;
 box-shadow: 0 0 5px rgba(51, 51, 51, 0.24);
}
.top-language ul li.active > a{
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.top-language img{
    height: 100%;
    float: left;
    padding: 2px;
}
.tb-menu-topleft a {
    color: #fff;
}
a.title {
    color: #fff !important;
}
.top-language a.active img{ padding:0; }
.top-language a.active{ 
    border: 2px solid var(--primary-color); 
    box-shadow: none;
}
#topbar .social-icons li a{
    color: #fff;
}
#topbar .social-icons li a:not(:hover) img{ opacity: 1; }
#topbar a:hover{ color:var(--primary-color); }
/* LOGO  */
#topbar .container-fluid, #header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  background-color: #00000042;
}
em.line{
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    margin: 0 auto;
    display: inline-block;
}
em.line::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: var(--primary-color);
    bottom: 0;
    margin: auto;
    display: inline-block;
    margin-top: -1px;
}
em.line.line-left::before{ right:initial; float:left; }

.social-icons img {
    height: 16px;
}
.text-gradient{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
}
.topbar-content a {
    color: #fff !important;
}
.top-contact{
    border-left: 1px solid rgba(148, 146, 146, 0.59);
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1;
}
.header-extras > ul > li{ margin-left: 12px; }
.header-extras > ul > li .topbar-dropdown > .title{
    font-size: 16px;
    font-weight: 500;
}
/* SLIDER  */
#slider {
  top: -80px;
  margin-bottom: -80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  z-index: 1;
}
.headbanner .inspiro-slider .flickity-button{ 
    opacity:1; 
    visibility:visible; 
    border-radius: 0;
    top: initial;
    bottom: 0;
    background: rgba(255, 255, 255, 0.39);
}
.inspiro-slider .flickity-button.previous, .inspiro-slider:hover .flickity-button.previous{ left: initial; right: 78px; }
.inspiro-slider .flickity-button.next, .inspiro-slider:hover .flickity-button.next{ right: initial; right: 0px; }
.inspiro-slider .flickity-button:hover{ background: rgba(255, 255, 255, 0.9);}
.flickity-button:hover:before{ color:var(--lightbrown); }

.image-rounded,
.img-rounded{
    border-radius: 6px;
    overflow: hidden;
}
.headbanner{ position:relative; }
.slide{ position:relative; }
.slide img{ transition: all .3s ease-in-out; }
.slide a.link-image{ display:inline-block; width:100%; }
.slide .container{
    position: absolute;
    bottom: initial;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    vertical-align: middle;
}
.slide-captions{
    width: auto;
    max-width: 50%;
    float: left;
    text-align: center;
}
.slide-captions h1{  
    font-size: 1em;
    line-height: 1.3;
}
.slide-captions h4{
    font-size: 1.8em;
    padding-right: 20px;
    margin-bottom: 10px;
}
.slide-captions h1,
.slide-captions h4{
    color: #fff;
}
/* 4. about */
.about-area {
  /* background: radial-gradient(at bottom right, gold -100%, black 95%); */
  background-color: #ffffff;
}
.title-about{display: flex;}
.title-about .section-title span{color: #fa8239;}
.title-about .section-title span::after {
  content: "";
  background: #fa8239;
  height: 2px;
  width: 50px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

.year .text {
  width: 154px;
  height: 154px;
  background: #242424 0% 0% no-repeat padding-box;
  float: right;
  text-align: center;
  padding: 6px 0 0;
  position: relative;
}
.year .text::before {
  background: url(../images/y-bg.png);
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  bottom: -8px;
  left: -7px;
  z-index: -1;
}
.year .text h2 {font-size: 60px;color: #fff;font-weight: bold;}
.year .text h2 sub {bottom: -.25em;font-size: 14px;color: #FFCE1C;margin-left: -15px;}
.year .text p {color: #fff;}
.s-about-content p {margin-bottom: 15px;color: #000000;}
.about-img {margin-left: -50px;}
.about-text {display: flex;}
.about-area .section-title h2 {
  color: #000000;
  font-weight: bold;
  font-size: 44px;
  position: relative;
}
.about-text .avatar {width: 50%;}
.about-text .avatar img{float: left;margin-right: 30px;}
.about-text .avatar .text{float:left;margin-top: 5px;}
.about-text .avatar .text span{color: #FFCE1C;}
.about-title p {margin-bottom: 0;}
.about-text p {padding: 0 30px 0px 0px;}
.about-content li {display: flex;margin-bottom: 15px;}
.about-content li .icon i{
width: 33px;
height: 33px;
background: #294DA414 0% 0% no-repeat padding-box;
text-align: center;
line-height: 33px;
border-radius: 50%;
margin-right: 15px;
}
.about-content li .text{padding-top: 5px}
.s-about-img img {width: 100%;}
.p-relative {position: relative;}
.section-title span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
/*tf-section wrap-gallery*/
.wrap-gallery .container-fluid {
  max-width: 1320px;
}
.tf-heading-bg .heading-bg-style {
  position: absolute;
  left: -15.5%;
  font-size: 250px;
  line-height: 155px;
  font-weight: 400;
  letter-spacing: -7px;
  color: rgba(200, 169, 106, 0.1);
  z-index: 0;
  top: -7px;
  text-transform: uppercase;
}
.tf-heading .tf-title {
  line-height: 78px;
  letter-spacing: -1.5px;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 400;
}
.tf-sub-heading {
  font-size: 18px;
  line-height: 32px;
  margin-top: -15px;
}
.tf-section.wrap-gallery{
  overflow: hidden;
  padding: 151px 0 117px 0;
}
.gallery-box{
  padding-bottom: 30px;
}
.gallery-box .hover-effect .content-box .content .heading a {
  color: #fff;
}
.gallery-box .hover-effect .content-box .content .sub-heading{
  margin-top: -17px;
}

.wrap-gallery .flat-button a{
  padding: 8px 55px 8px 34px;
}
.col-box.col-50 {
  width: 50%;
}

.col-box {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.hover-effect {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hover-effect::before {
  background-color: #1D1D1D;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  content: '';
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-effect.active::before,
.hover-effect:hover::before {
  top: 0;
  filter: alpha(opacity=40);
  opacity: 0.8;
}

.hover-effect .content-box .content,
.hover-effect .content-box .icon {
  z-index: 2;
  position: absolute;
  margin-top: -30px;
  opacity: 0;
  text-align: right;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-effect.active .content-box .icon,
.hover-effect.active .content-box .content,
.hover-effect:hover .content-box .content,
.hover-effect:hover .content-box .icon{
  margin: 0;
  opacity: 1;
}

.hover-effect.active .content-box .content,
.hover-effect:hover .content-box .content{
  text-align: center;
}

.hover-effect .content-box .content{
  top: 63%;
  text-align: center;
  padding: 0 15px;
}

.hover-effect .image img{
  min-height : 100%
}

.hover-effect .content-box .icon{
  top: 12.5%;
  right: 40px;
}
.col-box.col-25 {
  width: 25%;
}
.gallery-box .hover-effect.active .content-box .icon,
.gallery-box .hover-effect:hover .content-box .icon {
  right: 40px;
  text-align: right;
}

.gallery-box .hover-effect .content-box .content .heading,
.gallery-box .hover-effect .content-box .content .sub-heading{
  color: #fff;
}

.gallery-box .hover-effect .content-box .icon a i{
  font-size: 24px;
}
.box-center {
  text-align: center;
  margin-top: 50px;
}
.wrap-gallery .flat-button a {
  padding: 8px 55px 8px 34px;
}


/*meal-select-section */
.populer-meal ul {}
.meal-select-section .section-title span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.meal-select-section .section-title h2 {font-size: 60px;position: relative;color: #fff;}
.populer-meal li {display: inline-block;width: 49.8%;margin-bottom: 30px;list-style: none;}
.meal-container {display: flex;}
.meal-container div {padding: 10px;}
.meal-content, .meal-container .line, .meal-price {margin-top: 15px;}
.meal-content h5 {
  overflow-wrap: break-word;
  font-size: 24px;
  color: #fff;
  font-family: kanit;
}
.meal-content h5 a {color: #fff;}
.meal-content p {color: #fff;}
.meal-price a {
  width: 100%;
  float: left;
  text-align: center;
  background: #ffce1c;
  color: #111;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
}
.meal-price span {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}


/* 18. app-foods */
.app-foods .container {max-width: 1320px;}
.app-foods{position: relative;padding: 0px;}
.app-foods:before {
  position: absolute;
  content: "";
  width: 900px;
  height: 340px;
  border-radius: 191px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  right: 0;
  top: 30%;
  background-color: #000000;
}
.manage-your-img{position: relative;}
.download-from {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border-radius: 12px;
}
.download-from i{font-size: 36px;margin-right: 14px;}
.download-from i,.download-from h5,.download-from span{color: white;}
.download-from span{text-transform: uppercase;font-size: 12px;}
.download-from {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border-radius: 12px;
  background-color: #f3274c;
}
.download-from.apple{background-color: black;margin-left: 20px;}
.app-foods .heading {
  margin-top: 65px;
  text-align: left;
  margin-bottom: 65px;
}
.app-foods .heading span {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f3274c;
}
.app-foods .heading h3{font-size: 40px; font-weight: bold;}ul.higher-reach {margin-top: 30px;}
ul.higher-reach li {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.bol {
  display: block;
  width: 15px;
  height: 15px;
  border: 5px solid #ffd40d;
  border-radius: 50%;
  margin-right: 12px;
}
.download-from i, .download-from h5, .download-from span {color: white;}
.download-from i {font-size: 36px;margin-right: 14px;}
/*////////////// blog  //////////////////*/
.blog-area {
  padding-bottom: 60px;
  padding-top: 30px;
}
.media-body a {
  color: #000;
}
.section-title .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.section-title .sub-title.double-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 13px;
  height: 1px;
  width: 40px;
  background: #002147;
}
.section-title .sub-title.double-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 13px;
  height: 1px;
  width: 40px;
  background: #002147;
}
.single-blog-list-wrap {
  box-shadow: 0px 0px 30px rgb(0 0 0 / 7%);
  padding: 0;
  margin: 0;
  padding: 38px 30px;
  border-radius: 7px;
}
.single-blog-list-wrap > li:last-child {
  margin-bottom: 0;
  border: 0;
}
.single-blog-list-wrap > li {
  list-style: none;
  border-bottom: 1px solid #e8e6e6;
  margin-bottom: 30px;
}
.single-blog-list-inner {
  margin-bottom: 25px;
}
.single-blog-list-wrap > li:last-child .single-blog-list-inner {
  margin-bottom: 0;
}
.single-blog-list-inner .date {
font-size: 23px;
  font-weight: 500;
  width: 60px;
  height: 60px;
  line-height: 1;
  color: #002147;
  background: #fdc800;
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  padding-top: 5px;
  margin-right: 14px;
}
.single-blog-inner {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 7px;
  transition: 0.4s;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 7%);
}
.single-blog-inner .thumb {
  position: relative;
}
.single-blog-inner .thumb .date {
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #002147;
  background:#fdc800;
  display: inline-block;
  border-radius: 30px;
  position: absolute;
  bottom: -17px;
  left: 30px;
}
.single-blog-inner .details {
  padding: 25px 30px 25px 30px;
}
.single-blog-inner .details a{color: #000;}
.single-blog-inner .details h5 {
  margin-bottom: 16px;
}
.single-blog-inner .details .read-more-text {
  font-size: 14px;
  color: #002147;
  font-weight: 500;
  transition: 0.4s;
}
.single-blog-inner .details .read-more-text i {
  margin-left: 3px;
}
/*footer*/
.footer-content{background-image: url(../images/bg-f-theme04.jpg);
  background-size: cover;}
.footer-content .widget {color: #fff;}
.footer-content p{color: #fff;}
.footer-payment {float: right;text-align: right;}
#footer .widget .widget-title, #footer .widget h4 {color: #fff;}
#footer .copyright-content {
      min-height: 50px;
      padding: 10px 0;
      background-color: #fa8239;
      font-size: 13px;
  }
.footer-payment ul li {
      padding-top: 0px;
      display: inline-block;
      float: left;
      margin-left: 8px;
  }
#footer a:not(.btn):not(:hover) {color: #ffffff;}
input:not([type=checkbox]):not([type=radio]), select{min-height: 46px;}
.copyright-text {width: 50%;float: left;}