/*------------------------------------------------------------------
IMPORT FONTS
font-family: 'Barlow', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Poppins', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&family=Shadows+Into+Light&family=Titillium+Web:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Shadows+Into+Light&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    scroll-behavior: smooth;
}

body,p {
color: #292728;
font-size: 18px;
font-family: 'Heebo', sans-serif;
line-height: 35px;
font-weight: normal;
}
p{margin-bottom: 15px;}
p:last-child{margin-bottom: 0;}

.marbot0{
margin-bottom: 0px;
}

a, a:focus,a:hover {
color: #292728;
text-decoration: none ;
}

ul{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: inside;
    color: #292728;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Barlow', sans-serif;
margin-bottom: 0;
}

h1 {
   font-size: 75px;
  line-height: 85px;
    font-family: 'Barlow Condensed', sans-serif;
}
/*h2 {
 font-size: 82px;
    line-height: 90px;
    font-weight: 800;
}
h3 {
 font-size: 65px;
    line-height: 70px;
    font-weight: 800;
}*/
h4 {
 font-size: 55px;
    line-height: 60px;
    font-weight: 800;
}
h5 {
 font-size: 50px;
    line-height: 65px;
    font-weight: 800;
}
h6 {
 font-size: 40px;
    line-height: 55px;
    font-weight: 400;

}

.mainttl{
    font-size: 50px;
    line-height: 65px;
    
}

.mainttl2{
    font-size: 45px;
    line-height: 55px;
    
}

.barlowcfont{
	font-family: 'Barlow Condensed', sans-serif;
}

.lsminus1{
	letter-spacing:-1px;
}

.fontw300{
    font-weight: 300 !important;
}
.fontw400{
    font-weight: 400 !important;
}
.fontw500{
    font-weight: 500 !important;
}
.fontw600{
    font-weight: 600 !important;
}
.fontw700{
    font-weight: 700 !important;
}
.fontw800{
    font-weight: 800 !important;
}

.colorw{
    color: #ffffff ;
}
.colorblack{
    color: #000000 ;
}
.colorgray{
    color:#292728;
}
.colorblue{
    color: #1e3b5c;
}

.color-green{
    color: #bfd730;
}

.color-yellow{
    color:#FFC40C;
}
.bg-sky{
    background-color: #f0f3f4;
}
.mrbtm5{
    margin-bottom: 5px;
}

.mrbtm40{
    margin-bottom: 40px;
}

.txtsdw{
	text-shadow: 1px 0px 3px #000;
}
/*------------------------------------------------------------------
PADDING/MARGIN CSS
-------------------------------------------------------------------*/
.padtop05{
padding-top: 05px;
}
.padtop10{
padding-top: 10px;
}
.padtop15{
padding-top: 15px;
}
.padtop20{
padding-top: 20px;
}
.padtop30{
padding-top: 30px;
}
.padtop35{
padding-top: 35px;
}
.padtop40{
padding-top: 40px;
}
.padtop45{
padding-top: 45px;
}
.padtop50{
padding-top: 50px;
}
.padtop60{
padding-top: 60px;
}
.padtop70{
padding-top: 70px;
}
.padtop80{
padding-top: 80px;
}
.padtop90{
padding-top: 75px;
}
.padtop100{
padding-top: 100px;
}
.padtop110{
padding-top: 110px;
}
.padtop120{
padding-top: 120px;
}
.padtop150{
padding-top: 150px;
}
.padbot270 {
    padding-bottom: 271px;
}
.padtop200{
padding-top: 200px;
}
.padtop280{
padding-top: 275px;
}
.padbot20{
padding-bottom: 20px;
}
.padbot30{
padding-bottom: 30px;
}
.padbot40{
padding-bottom: 40px;
}
.padbot50{
padding-bottom: 50px;
}
.padbot60{
padding-bottom: 60px;
}
.padbot80{
padding-bottom: 80px;
}
.padbot100{
padding-bottom: 100px;
}



.padbot120{
padding-bottom: 120px;
}
.padbot155{
padding-bottom: 155px;
}
.padleft10{
    padding-left: 10px;
}
.padleft30{
    padding-left: 30px;
}
.padleft50{
    padding-left: 50px;
}
.padleft10f{
    padding-left: 9px;
}
.padright10f{
    padding-right: 9px;
}
.padleft20f{
    padding-left: 20px;
}
.padleft120{
    padding-left: 150px;
}
.padright20f{
    padding-right: 20px;
}
.padright44 {
    padding-right: 44px;
}
.padright64 {
    padding-right: 36px;
}
.padlr35{
    padding-left: 45px;
    padding-right: 45px;
}

.mrtop10{
    margin-top: 10px;
}

.mrtop15{
    margin-top: 15px;
}

.mrtop20{
    margin-top: 20px;
}

.mrtop30{
    margin-top: 30px;
}



.mrtop80{
    margin-top: 80px;
}

.mrtop60{
    margin-top: 60px;
}

.mrtop50{
    margin-top: 50px;
}

.mrtop40{
    margin-top: 40px;
}

/*------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
.header_style_01{
    position: absolute;
    top: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 8em 0em;
    z-index: 3;
    background: transparent;
    height:auto;
    padding: 10px 0px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
        /*border-bottom: 1px solid #a33944;*/
}

.header-nav .navbar-toggler span {
    background: #ffffff;
}
.header-nav .navbar-brand {
    color: #111111;
    font-weight: 800;
    position: relative;
    font-size: 23px;
}
.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left;
}
.right-btn a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #335cbb;
    line-height: 25px;

    font-weight: 500;
}
.right-btn a:hover{
    background-color: #335cbb;
    color: #ffffff;
    border: 1px solid #335cbb;
}


/*Navbar Toogle*/
.navbar-toggler {
background: #97b833;
border: none;
padding: 10px 6px;
outline: none !important;
}
.navbar-toggler span {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background: #fff;
}
.navbar-toggler span + span {
margin-top: 4px;
}
.navbar{
    padding: 0;
}
/**/

.header-nav .container-fluid{
    padding: 0 150px;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:focus{
    padding: 5px 10px 0px 10px;
    margin: 0px 4px;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;

}

.navbar-expand-lg .navbar-nav .nav-link:hover{
background: none;
/*color: #FFC40C;*/
color:#bfd730;
transition: all 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active{
    background: none;
    color:#bfd730;
    border-radius: 0px;
}

.navbar-nav li:last-child a.headbtncall,
.navbar-nav li:last-child a.headbtncall:focus{
    border: 2px solid transparent;
    color: #1e3b5c;
   background-color: #fff;
    font-size: 18px;
    line-height: normal;
     padding: 10px 15px !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav li:last-child a.headbtncall:hover{
   background: #bfd730;
    color: #fff;
    border-color: #bfd730;
}

.navbar-nav li .headbtncall i{
    display: inline-block;
    font-size: 17px;
    transform: rotate(25deg);
    position: relative;
    top: -1px;
}

.header_style_01 .navbar-brand {
padding: 0 0;
height: auto;
}
.header_style_01 .navbar-brand img {
    max-width: 120px;
    width: 100%;
    height: auto;
}
.header_style_01 .navbar-default .navbar-nav > li > a {
border-radius: 0;
color: #222222;
font-size: 18px;
font-style: normal;
font-weight: 500;
text-transform: capitalize;
background-color: transparent;
}
.header_style_01 .navbar-default .navbar-nav > li a {
background-color: transparent ;
}
.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
color: #97b833;
}
.header_style_01 .navbar-right > li {
margin-top: 2px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.header_style_01 .navbar-right > li > a {
padding-bottom: 10px;
padding-top: 10px;
}
li.social-links {
margin: 0 8px;
display: inline-block;
font-size: 20px;
}
li.social-links a {
padding: 0px 0 ;
color: #ffffff;
display: inline-block;
}
li.social-links a:hover {
color: #97b833;
}
.header_style_01.fixed-menu{
position: fixed;
visibility: hidden;
left: 0px;
top: 0px;
height: auto;
width: 100%;
background: #1e3b5c;
z-index: 0;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
z-index: 999;
opacity: 1;
visibility: visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.header_style_01.fixed-menu{
padding: 0px 0 0px 0px;
    border-bottom: 0;
box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}

.header_style_01.fixed-menu .navbar-brand {
padding: 7px 0;
}

.navbar-nav li {
position: relative;
}
.navbar-nav span {
font-size: 24px;
position: absolute;
right: 2px;
top: 13px;
}

body.app_version .header_style_01.fixed-menu{
top: 0px;
}

/*------------------------------------------------------------------
intro section
-------------------------------------------------------------------*/
.headerbg{
    background: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    height: 725px;
}
.font21{
    font-size: 21px;
    line-height: 38px;
}

.font25{
    font-size: 25px;
    line-height: 40px;
}

.font14{
    font-size: 14px;
    font-weight: 400;
}
.font17{
    font-size: 17px;
}

.font18{
    font-size: 18px;
    line-height: 30px;
}

.font20{
    font-size: 20px;
    line-height: normal;
}
.font22{
    font-size: 22px;
}
.font12{
    font-size: 12px;
}
.pera-font21{
    font-size: 21px;
}
.font30{
    font-size: 30px;
    line-height: 40px;
}


.blue-btn, .blue-btn:focus {
    outline: none;
    background-color: #1e3b5c;
    color: #fff;
    font-size: 22px;
    line-height: normal;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 20px;
    transition: all 1s;
    border:2px solid transparent;
    text-decoration: none;
    display: inline-block;
    text-transform:uppercase;
}

.blue-btn:hover {
     outline: none;
    background-color: #fff;
    color: #1e3b5c;
    text-decoration: none;
    border-color:#1e3b5c ;
}

.white-btn, .white-btn:focus {
    outline: none;
    background-color: #fff;
    color: #1e3b5c;
    font-size: 22px;
    line-height: normal;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 20px;
    transition: all 1s;
    border:2px solid transparent;
    text-decoration: none;
    display: inline-block;
    text-transform:uppercase;
}

.white-btn:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border-color:#fff ;
}

.business-framework{
    background-color: #1e3b5c;
    background-repeat: no-repeat;
    background-size: cover;
}

.font75{
    font-size: 75px;
}

.font21{
    font-size: 22px;
    line-height: 40px;
}

.font22{
    font-size: 22px;
    line-height: 40px;
}

.font23{
    font-size: 23px;
    line-height: 40px;
}

.font20{
    font-size: 20px;
}

.font35{
    font-size: 35px;
}

.font27{
    font-size: 27px;
}

.font15{
    font-size: 15px;
}

.meet-ub{
    background: #1E3B5C;
    background: linear-gradient(140deg, rgba(30, 59, 92, 1) 0%,rgba(30, 59, 92, 1) 50%, rgba(191, 215, 48, 1) 100%);
    position: relative;
    z-index: 0;
}

.meetubcol img{
    width: 100%;
    height: auto;
}

.form-select-text, 
.form-select-text:focus,
.form-select-text:focus-visible {
    outline: none;
    border: 1px solid #dddd;
    color: #283140 ;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}
.form-btn {
    background: #de3c4b;
    color: #ffffff;
    border: none;
    transition: all 0.5s;
    position: relative;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    border-radius: 5px;
    padding: 22px 20px;
    width: 100%;
    font-size: 35px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}
.form-btn:hover{
background: #0b2148;
}

.call-book {
background: #f4b921;
color: #3d4652;
 border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 3px #235457;
transition: all 0.5s;
position: relative;
font-family: 'Barlow', sans-serif;
text-align: center;
border-radius: 5px;
padding: 10px 28px;
font-size: 23px;
cursor: pointer;
text-transform: uppercase;
font-weight: 800;
    transition: all 0.5s ;
}
.call-book a{
color: #f4b921;
    transition: all 0.5s ;
}
.call-book:hover {
background: #235457;
    color: #ffffff;
    transition: all 0.5s ;
}
input::placeholder {
color: #283140;
}
.errorfont{
    color: red;
    padding-left: 5px;
    font-size: 13px;
}

/*------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
.footerbg{
    background-color: #1e3b5c;
}

.footerbg2{
    background-color: #182e47;
}

.footertb50{
    padding-top: 70px;
    padding-bottom: 70px;
}

.footerfont a,
.footerfont a:focus{
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;  
    transition: all 0.5;
    -webkit-transition: all 0.5;
}

.footerfont a:hover{
    color: #97b833;
    transition: all 0.5;
       -webkit-transition: all 0.5;
}
.footerbg2 p{
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    line-height: 28px;
    color: #a0abb9;
    font-weight: 500;
     padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.9;
    transition: all 0.5;
       -webkit-transition: all 0.5;
}
.footerbg2 a{
    color: #a0abb9;
transition: all 0.5;
       -webkit-transition: all 0.5;
}
.footerbg2 a:hover{
    color: #ffffff;
transition: all 0.5;
       -webkit-transition: all 0.5;
}

.dmtop,.dmtop:focus {
    background-color: #0f1c2a;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff ;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.header-box{
    background: #fff;
    padding: 20px 25px;
    box-shadow: 10px 10px 20px 0px #ddd;
    margin-top: -135px;
    position: relative;
    left: 20px;
}


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


.book-submit, .book-submit:focus,
.call-submit, .call-submit:focus {
    outline: none;
    background-color: #1e3b5c;
  color: #fff;
  font-size: 25px;
  line-height: normal;
  border-radius: 50px;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 10px 20px;
  transition: all 1s;
  border: 2px solid transparent;
  text-decoration: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.book-submit:hover,
.call-submit:hover {
   background-color: #fff;
  color: #1e3b5c;
  text-decoration: none;
  border-color: #1e3b5c;
}

.header_style_01-th {
    width: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    background-color: #1e3b5c;
    padding: 10px 0px;
}

.header_style_01-th .navbar-brand img{
    max-width: 120px;
      width: 100%;
      height: auto;
    }

/****** New CSS *****/
.intro {
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.frmwrkinner {
  position: relative;
  border: 1px solid #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
}

.acfseq {
  color: #1e3b5c;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: -25px;
  border-radius: 50px;
}


.workboxcol {
  display: flex;
}

.work-box {
  position: relative;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  /*justify-content: center;
  align-items: center;*/
  z-index: 1;
}
/*
.work-box::after{
    content: "";
  position: absolute;
  border: 1px dashed #1e3b5c;
  top: auto;
  bottom: -80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  z-index: -1;
}

.workboxcol:last-child .work-box:after{
    display: none;
}
*/


/*
.meet-ubquote{
    background-color: rgba(255,255,255,1);
      padding: 35px 20px 30px 20px;
      position: absolute;
      z-index: 1;
      box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
      max-width: 1140px;
      width: 100%;
      margin: 60px auto 0;
      left: 0;
      right: 0;
    border-radius: 5px;
}*/

.meetubcoldesc {
  padding-right: 50px;
}

.meet-ubquotebox{
    position: relative;

}

.meet-ubquotebox i{
    font-size: 70px;
    color: #1e3b5c;
}

/*
.meet-ubquotebox::before{
 content: "\F6B0";
  position: absolute;
  font-size: 70px;
  font-family: 'bootstrap-icons';
  color: rgba(30, 59, 92,0.3);
  left: 100px;
  top: 0px;
  z-index: 0;
}*/


.whymkdinner {
  box-shadow: 0 0px 10px 0px rgba(30, 59, 92,0.1);
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.linedevider {
    position: absolute;
  background-color: #bfd730;
  width: 100%;
  max-width: 5px;
  display: block;
  height: 40px;
  top: 38px;
  left: 0;
}

.bookBoxinner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 0px 10px 0px #ddd;
}

.cmnlist li{
    position: relative;
    padding-left: 35px;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.cmnlist li::before{
    content: "\F271";
    position: absolute;
    top:0;
    left: 0;
    font-family: 'bootstrap-icons';
    font-weight: bold;
    color: #bdd52e;
}

.cmnlist li:last-child{
    margin-bottom: 0;
}

.testmonialbox{
    background: #1E3B5C;
    background-color: rgba(30, 59, 92, 1);
}

.ctabtndsc {
  margin-left: 15px;
}

.footlogo{
    max-width: 150px;
    width: 100%;
    height: auto;
}

.devider {
  border: 1px solid #f4f4f4;
  max-width: 50%;
  margin: 0 auto;
}

.clients img {
    margin: 0 auto;
  /*max-width: 1100px;
  
  width: 100%;
  height: auto;*/
}

.problem{
    background-color: #fcfcfc;
   /* background-image: url("../images/problem.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.headbtn a{
    margin-right: 15px;
}

.problemcol img{
    max-width: 360px;
    width: 100%;
    height: auto;
}

.ctaBox {
  position: relative;
  z-index: 0;
}

.ctaBox::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background-color: #1e3b5c;
 height: 300px;
}


.ctaBoxinner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 5px 10px 0px rgba(30, 59, 92,0.1);
  position: relative;
  z-index: 1;
}

.brandcol img {
  max-width: 375px;
  width: 100%;
  height: auto;
  margin-left: auto;
}

.bookimgcol img{
    width: 100%;
    height: auto;
}

.probicon {
  max-width: 75px;
  width: 100%;
  height: auto;
}

#book-form,
#call-form{
    max-width:600px;
    width:100%;
    padding:40px 40px;
    border-top: 5px solid #76b3e3;
    border-radius: 8px;
}

#privacy-policy{
    max-width: 500px;
    margin:0 auto ;
}

.iti {
  width: 100%;
}