/* Theme css */

:root{
    --theme-primary:#251D00!important;
    --svg-dark: #000000;
    --svg-ly: #C0B01A;
}

*{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@keyframes mymove {
  from {left: -300px;}
  to {left: 120%;}
}




body {
	font-family:  'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #002041;
	font-size: 16px;
}

h1, h2, h3, h4, h5{
    font-family: 'agright';
    font-weight: normal;
    text-transform: uppercase
}


a{
    text-decoration: none;
}

.btn{
    position: relative;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    padding: 10px 60px;
    text-align: center;
    text-transform: uppercase
}

.btn:hover{
    overflow: hidden;
    transform: scale(1.1)
}

.btn:hover::after{
    content: '';
    width: 300px;
    height: 140px;
    opacity: .35;
    position: absolute;
    left: 0;
    top: -20px;
    transform: rotate(-45deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -10;
    animation: mymove 2s;
    animation-iteration-count: infinite;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 70%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.btn-primary{
    background-color: #000000!important;
    border-color: #000000!important;
    color: #FFDB95;
}

.btn-secondary{
    background-color: #E86F00;
    border-color: #E86F00
}

.btn-light{
    color: #002041
}

.btn-icon{
    display: flex;
    justify-content: space-between;
    align-items: center
}

hr.dark{
    opacity: 1;
}

.section-title,
.section-heading{
    font-weight: normal
}

.bg-primary{
    background-color: var(--theme-primary);
}

.bg-noise{
    position: relative
}

.bg-noise::before{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/noise-dark.png) repeat-y 0 0;
    mix-blend-mode: soft-light;
}

.content-block{
    position: relative;
    z-index: 2;
}

/* Header */

header.header-default{
    background: #fff;
    padding:  0
}

header.header{
    background: url(../img/pattren-1.png) no-repeat ;
    padding: 30px 0 30px 0;
    position: relative;
}

header.header::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background: url(../img/pattren-2.png) repeat-x ;
}

header.header-fixed{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

header.sticky {
  position: fixed!important;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,.3);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
header.sticky.nav-out {
  transform: translate3d(0, -100%, 0);
    box-shadow: none;
}

header.header-dark,
header.header-dark a{
    color: #ffffff
}

header a{
    text-decoration: none
}

header .header-top{
    padding: 15px 0;
    font-weight:700;
    font-size: 18px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center
}

header.sticky .header-top{
    padding: 0
}


header .header-top-middle{
    text-align: center
}

header .header-top ul.blocks{
    display: flex;
    justify-content: flex-end;
}

header .header-top ul.blocks li:not(:last-child){
    margin-right: 40px;
}
header .header-top ul.blocks li a span{
    margin-left: 10px
}
header .header-left{
    display: flex;
    align-items: center;
}
header .hamburger-icon{
    display: none;
    margin-right: 10px; 
}

header .contact-info{
    display: flex;
    flex-direction: column;
}

header .contact-info .icon{
    display: none;
}

header .contact-info .phone-number{
    font-size: 30px;
    font-weight:700;
}

header .lang-select .btn{
    padding: 0px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

header .lang-select  .selected-lang{
    margin: 0 0 0 10px
}

header .logo{
    margin:0;
}

header .logo img{
    width: 400px;
}

header.sticky .logo img{
    width: 240px
}

header .social-block{
    width: auto;
    float: right;   
}

header .social-block .nav{
    margin: 5px 0 0 0
}

/*
header.sticky .logo a{
    width: 279px;
    height: 44px;
    background: url(../img/logo/excessguru-logo.png) no-repeat center;
    background-size: 100%;
    display: block;
}
header.sticky .logo img{
    display: none
}
*/

header .nav-icons{
    position: relative;
    display: flex;
    align-self: center
}

header .nav-icon .icon{
    width: 56px;
    height: 56px;
    border-radius: 100%;
    padding: 0
}

header.sticky .main-menu-area{
    display: none
}

header .main-menu-area .top-right-icons{
    display: flex;
    align-self: center;
}

header .main-menu-area .top-right-icons .icon{
    font-size: 18px;
    line-height: initial;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .main-menu-area .top-right-icons .icon .lnr{
    font-weight: bold
}

header .main-menu-area .top-right-icons .icon:hover span{
    background: #ea1b35
}

header .main-menu-area .top-right-icons .menu-icon{
    display: flex;
    align-self: center;
}



.welcome-message span a {
	color: #08237e;
}
.header-social-icon{}
.header-social-icon a {
	color: #959595;
	font-size: 14px;
	margin-left: 18px;
}
.header-social-icon a:hover{color: #202020}
.social-border{
	border-left: 1px solid #d1d1d1;
}



/* main menu */

header .main-menu-area{
    padding: 0;
    margin: 0 0 0 0
}

header .main-menu-area .main-menu{
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px
}

header .main-menu-area .main-menu nav{
    align-self: center;
}

header .main-menu ul{
    display: flex
}

header .main-menu ul li {
    position: relative;
    width: auto;
    text-align: center;
    display: flex;
    align-self: center;
    padding: 0 ;
}

header .main-menu ul li:not(:last-child){
    margin-right: 10px;
}


header .main-menu li a{
    position: relative;
    background: #1E0E09;
    border: 3px solid #FFB800;
    box-sizing: border-box;
    border-radius: 10px;
    font-family:'agright';
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px 10px 30px;
    display: flex;
    color: #ffffff;
}


header .main-menu li a:hover{
    background-color:#212121 ;
    color: #FFB800;
}



header .main-menu ul li a:before {
	content: '';
	position: absolute;
	height: 0px;
	width: 0px;
	left: calc(50% - 4px);;
	bottom: -8px;
	margin: 0 auto;
	background: transparent; 
    border: solid 2px transparent;
    border-radius: 100%;
	transition: width .1s;
    -ms-transition: width .1s;
    -webkit-transition: width .1s;
}

header .main-menu ul li a.active{
    background: rgb(16,7,4);
    background: -moz-linear-gradient(0deg, rgba(16,7,4,1) 10%, rgba(201,117,39,1) 86.7%, rgba(16,7,4,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16,7,4,1) 10%, rgba(201,117,39,1) 86.7%, rgba(16,7,4,1) 100%);
    background: linear-gradient(0deg, rgba(16,7,4,1) 10%, rgba(201,117,39,1) 86.7%, rgba(16,7,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#100704",endColorstr="#100704",GradientType=1);
}

header .main-menu ul li a.active:before {
	width: 12px;
    height: 12px;
    background: linear-gradient(180deg, #BD6D24 0%, #180B05 100%);
    border-color: #FFD15F;
    box-sizing: border-box; 
	transition: width .3s;
    -ms-transition: width .3s;
    -webkit-transition: width .3s;
}



header.sticky{
    padding:10px  0
}

header.sticky::after{
    display: none
}

header .social-icons a:not(:last-child){
    margin-right: 20px
}

header .our-brands,
header .header-top-end{
    display: flex;
    align-items: center
}

header .our-brands .brand-logo{
    text-align: center
}

header .our-brands .brand-logo span{
    font-size: 12px;
    display: block
}

header  .divider{
    width: 1px;
    height: 70px;
    background-color: rgba(0,0,0,.2);
    margin: 0 30px;
}

header.sticky .main-menu li a{
    border: solid 1px rgba(0,0,0,0.10);
}
header.sticky .main-menu li a.btn-primary{
    border-color: transparent;
    color: #ffffff
}

header .main-menu li a.btn-primary:hover,
header.sticky .main-menu li a.btn-primary:hover{
    border-color: transparent!important;
    color: #ffffff
}

.header-default .menu-icon .menu-tigger span{
    background: #002041!important
}

header.sticky .menu-icon .menu-tigger span{
    background: #002041!important
}

.main-menu ul li a>div{
    align-self: center
}



/* submenu */
.main-menu ul li ul.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 200px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	text-align: left;
}
.main-menu ul li:hover ul.submenu{
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #f2f2;
}
.main-menu ul li ul.submenu li:last-child {
	border:0;
}
.main-menu ul li ul.submenu li a {
	padding: 15px 20px;
	color: #444;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 15px;
}
.main-menu ul li ul.submenu li:hover > a {
	color: #007BFF;
}
.main-menu ul li ul.submenu li .submenu {
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li ul.submenu li:hover > ul.submenu{
	opacity: 1;
	visibility: visible;
}
.quote-btn {
	margin-top: 12px;
	text-align: right;
}
.menu-area {
	margin-bottom: -74px;
	position: relative;
	z-index: 99;
}

.header-default .menu-icon .menu-tigger,
.header-default .header-top-end .primary-number{
    border: solid 1px #000;
    display: inline-block;
    border-radius: 100px;
    background: #FFCB65;
    padding: 6px 8px;
    width: 33px;
    height: 33px;
}

.header-default.sticky .menu-icon .menu-tigger, .header-default.sticky .header-top-end .primary-number{
    background-color: transparent;
    border-color: transparent;
}


.header-default .menu-icon .menu-tigger span,
.header-dark .menu-icon .menu-tigger span {
	height: 2px;
	width: 14px;
	background: #000000;
	display: block;
	margin-bottom: 2px;
	transition: .3s;
    margin:3px 0;
}

.header-dark .menu-icon .menu-tigger span{
    background: #ffffff;
}

.header-default .header-top-end .primary-number{
    display: flex;
    align-items: center
}

.header-default .header-top-end .primary-number .lnr{
    color: #002041;
    font-weight: bold
}

.menu-icon{
	cursor: pointer;
}
.menu-icon:hover span{
	opacity: 0.8
}
.menu-icon .menu-tigger span:last-child{
	margin: 0;
}
.menu-icon .menu-tigger span:nth-child(2){
	width: 14px;
}
.mobile-menu-two.mean-container  a.meanmenu-reveal {
	margin-top: -56px;
}

.user-dropdown-menu{
    width: 300px;
}
.user-dropdown-menu .dd-account-info{
    padding: 15px  25px 0 25px
}

header.header-dark .dropdown-menu .dropdown-item{
    color: black
}

/* offcanvas-menu */

.hamburger-menu{
    overflow: hidden;
}

.offcanvas-overly {
	position: fixed;
	background: rgba(0, 0, 0,0.8);
	top: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active{
    width: 94vw;
    height: 100vh;
	opacity: 1;
	visibility: visible;
    overflow: hidden;
}

.offcanvas-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 6%, rgba(255,197,48,1) 56%, rgba(118,46,46,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 6%, rgba(255,197,48,1) 56%, rgba(118,46,46,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 6%, rgba(255,197,48,1) 56%, rgba(118,46,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#762e2e",GradientType=1);
    color: #000;
	padding: 40px 50px;
	width: 94%;
    height: 100vh;
    overflow-y: scroll;
	transition: .5s;
	transform: translateX(-100%);
    opacity: 0;
}


.offcanvas-menu.active{
    opacity: 1;
	transform: translateX(0)
}

.offcanvas-menu.active .menu-close{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-menu .menu-close i {
	font-size:24px;
    color: #000;
	transition: .3s;
	cursor: pointer;
}
.offcanvas-menu .menu-close:hover i{
	color: #ea1b35
}

.offcanvas-menu a{
    color: #000;
}

.offcanvas-menu a:hover{
    color: #fff;
}

.body-overflow{
    height: 100%;
    overflow: hidden;
}


.offcanvas-menu .brand{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,1);
}

.offcanvas-menu .brand img{
    width: 240px;
}

.offcanvas-menu .our-brands{
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid rgba(0,0,0,1);
    margin: 0 0 20px 0;
    padding: 0 0 20px 0
}

.offcanvas-menu .our-brands  .brand-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offcanvas-menu .our-brands  .brand-logo:first-child{
    border-right: 1px solid rgba(0,0,0,1);
    padding-right: 40px;
}

.offcanvas-menu .our-brands  .brand-logo img{
    height: 40px;
    margin-bottom: 8px
}

.offcanvas-menu .our-brands  .brand-logo span{
    font-size: 12px
}

.offcanvas-menu h6{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.offcanvas-menu .reach-us{
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,1);
}


.offcanvas-menu .reach-us .info-col{
    margin: 0 0 10px 0;
}



.offcanvas-menu .reach-us .info-col a{
    font-size: 16px;
}

.offcanvas-menu .getintouch{
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,1);
}


.offcanvas-menu ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
    margin-bottom: 30px;
}
.offcanvas-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    background: rgba(16,7,4,1);
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
}
.offcanvas-menu ul li:hover a,
.offcanvas-menu ul li a.active{
	color: #fff;
    background: rgb(16,7,4);
    background: -moz-linear-gradient(0deg, rgba(16,7,4,1) 10%, rgba(201,117,39,1) 86.7%, rgba(16,7,4,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16,7,4,1) 10%, rgba(201,117,39,1) 86.7%, rgba(16,7,4,1) 100%);
    background: linear-gradient(0deg, rgba(16,7,4,1) 10%, rgba(201,117,39,1) 86.7%, rgba(16,7,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#100704",endColorstr="#100704",GradientType=1);
}

.social .nav-link{
    width: 33px;
    height: 33px;
    background: #FFCB65;
    border: 1px solid #5F3600;
    box-sizing: border-box;
    border-radius: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: 0 5px 0 0;
}

.social .nav-link:hover{
    background: #BD6D24;
    border: 1px solid #BD6D24;
    color: #fff;
}


.side-social {
	margin-top: 30px;
}
.side-social a:hover{
	color: #ea1b35;
}

.offcanvas-menu .site-links a{
    display: block;
    margin-bottom: 10px
}

.hero{
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 6%, rgba(255,197,48,1) 56%, rgba(118,46,46,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 6%, rgba(255,197,48,1) 56%, rgba(118,46,46,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 6%, rgba(255,197,48,1) 56%, rgba(118,46,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#762e2e",GradientType=1);
    min-height: 300px;
    padding: 360px 0 0 0
}

.hero::before{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/noise-dark.png) repeat-y 0 0;
    mix-blend-mode: soft-light;
}

.hero .hero-content{
    position: relative;
    z-index: 3;
    text-align: center
}

.hero .heading{
    font-size: 60px
}

.hero .heading span{
    display: block
}

.hero .hero-img img{
    width: 100%;
    margin-bottom: -260px;
}



.inner-hero{
    position: relative;
    background: linear-gradient(171.64deg, #FFFFFF -6.76%, #FFC530 56.17%, #762E2E 103.08%);
    min-height: 300px;
    padding: 360px 0 100px 0
}

.inner-hero::before{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/noise-dark.png) repeat-y 0 0;
    mix-blend-mode: soft-light;
}

.inner-hero::after {
    position: absolute;
    content: '';
    bottom: -40px;
    width: 100%;
    height: 100px;
    background: url(../img/bg-divider-dark.svg) no-repeat;
    background-size: cover;
}

.no-divider::after{
    display: none
}

.inner-hero .hero-content{
    position: relative;
    z-index: 3;
    text-align: center
}

.inner-hero .heading{
    font-size: 60px
}



/* Home Banner */
.main-banner{
    position: relative;
    min-height: 80vh;
    background-color: rgba(32, 61, 75, 1);
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}


.main-banner:before {
    position: absolute;
    content: '';
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 40%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.main-banner .main-banner-content.flex-end{
    align-self: flex-end
}



.main-banner .main-banner-content {
    width: 80vw;
    padding: 40px 0;
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
    align-self:center;
    
}


.main-banner .main-banner-content h1{
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 0;
}

.main-banner .main-banner-content p{
    font-size: 18px
}

.main-banner .main-banner-content h1 span{
    display: block;
}


.main-banner .main-banner-content .scroll-down{
    display: block;
    margin: 60px 0 0 0;
    height: 120px;
}

.main-banner .main-banner-content .scroll-down i{
    font-size: 60px;
    color: #33cc33;
}


.home-main-slider{
    min-height: 250px;
}

.home-main-slider .image:after{
    height: 300px;
    bottom: 0;
    top: inherit;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.home-main-slider .silde-content{
    width: 100%
}

.home-main-slider .silde-content .silde-content-inner{
    width: 100%;
    padding: 40px 80px 60px 80px;
    text-transform: uppercase;
    text-align: center
}


.home-main-slider .silde-content h1{
    font-weight:700;
    font-size: 40px;
    text-shadow: none
}

.home-main-slider .silde-content p.sub-heading{
    font-size: 30px;
}

.home-main-slider .silde-content .btn{
    font-weight:700;
    font-size: 18px;
    text-transform: uppercase;
    color: #3a3a3a;
    padding: 20px 40px
}

.home-main-slider .silde-content .btn i.icon{
    font-size: 30px;
}

.home-main-slider .owl-carousel{
    position: relative
}

.home-main-slider.slider-1 .slider-controls{
    top: 58%;
}


.home-main-slider .owl-carousel .owl-nav,
.case-histories .owl-carousel .owl-nav{
    position: absolute;
    top: 42%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100px;
    padding: 0;
    overflow: hidden
}

.home-main-slider .owl-carousel .owl-nav .owl-prev,
.home-main-slider .owl-carousel .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    padding: 0!important;
}

.home-main-slider .owl-carousel .owl-nav .owl-prev{
    left: 10px 
}
.home-main-slider .owl-carousel .owl-nav .owl-next{
    right: 10px;
}

.home-main-slider .owl-carousel .owl-nav [class*=owl-]::before{
    background-color: transparent
}

.home-main-slider .owl-carousel .owl-dots{
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.home-main-slider .owl-dots .owl-dot.active span:before{
    border-color: #fff;
}

/* Sections */

.section-overlay{
    position: relative
}

.section-overlay::before{
    position: absolute;
    content: '';
    top: -40px;
    width: 100%;
    height: 100px;
    background: url(../img/bg-divider-dark.svg) no-repeat;
}

.section-title{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

hgroup.title{
    position: relative
    
}

hgroup.title .divider{
    margin: 0 0 25px 0
}


hgroup.title .divider.dark svg{
    stroke:var(--svg-dark)
}

hgroup.title .divider.dark svg ellipse{
    fill:var(--svg-dark)
}

hgroup.title .divider.dark svg path{
    stroke:var(--svg-dark);
    column-fill: var(--svg-dark)
}


hgroup.title .divider.ly svg{
    stroke:var(--svg-ly)
}

hgroup.title .divider.ly svg ellipse{
    fill:var(--svg-ly)
}

hgroup.title .divider.ly svg path{
    stroke:var(--svg-ly);
    column-fill: var(--svg-ly)
}

.section .container{
    position: relative;
    z-index: 2
}

.section-title .section-title-text{
    font-weight:700;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 40px 0 0
}

.section-title h1.section-title-text{
    font-size: 30px;
}
.section-title h2.section-title-text{
    font-size: 26px;
}
.section-title h3.section-title-text{
    font-size: 20px;
}

.section-title .section-title-border{
    width: 40%;
    height: 15px;
    background: #000;
}



/* List & Nav */

.nav-lg-3col{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
}

.nav-border a{
    border-bottom: solid 1px #d3d3d3;
}

.nav-border a:hover,
.nav-border a:focus{
    border-bottom-color: #6a6a6a;
}


/* Inner Banner */
.inner-banner{
    min-height: 400px;
    background: #000;
    color: #fff;
    display: flex;
    align-content: center;
    text-align: center;
    
}

.inner-banner .inner-banner-content{
    width: 90%;
    margin: auto;
}
.inner-banner h1{
    font-size: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0
}

.inner-banner p.lead{
    line-height: 1.6
}

/* Home page styles */

.banner-overlay{
    margin: -180px 0 0 0;
    position: relative;
    z-index: 1
}

.ohindia-story .collage{
    margin: 60px 0 0 0
}

.ohindia-story-brief{
    display: flex;
    margin: 120px 0 0 0
}

.ohindia-story-brief .img-block{
    flex-grow: 1;
}



.ohindia-story-brief .content-block{
    flex-grow: 3;
    background: #ffffff;
    margin: 0;
    padding: 50px 100px;
    text-align: center
}

.backyard-brief{
    background: #ffd88a;
    margin: 60px 0;
    padding: 60px
}

.backyard-brief .content{
    text-align: center;
    padding: 0 80px
}

.backyard-brief  .brand-logo img{
    width: 320px
}

.backyard-brief .brief-text{
    margin: 40px 0
}


.reservation-block{
    background: url(../img/spl-card.svg) no-repeat;
    background-size: contain;
    padding: 40px 50px 80px 50px;
    color: #fff;
}

.reservation-block a{
    color: #fff;
}

.reservation-block a .icon{
    margin-left: 10px;
}

.reservation-block a:hover .icon{
    margin-left: 30px;
}

.reservation-block .status{
    margin: 5px 0;
    border-radius: 60px;
    font-size: 13px;
    line-height: 14px;
    display: inline-flex;
    padding: 5px 10px;
    margin: 0 0 15px 0
}

.reservation-block .status.open{
    background: #fff;
    color: #000
}

section.menu .heading span,
section.experts .heading span{
    display: block
}

section.menu{
    background: #E2B100;
    padding: 80px 0 0 0
}

.menu .menu-brief{
    display: flex;

}

.menu-brief .content-block{
    flex-grow: 3;
    margin: 0;
    padding: 50px 80px;
    text-align: center
}

.menu-brief .content-block .title{
    margin: 0 0 40px 0
}


.location-gallery{
    position: relative;
}

.location-gallery .content-overlay{
    position: absolute;
    top: 50px;
    left: 100px
}

.location-gallery .location-name{
    margin: 60px 0 0 0
}
.location-gallery .location-name a{
    color: #fff
}

.location-gallery .image-wrapper img{
    width: 100%
}

.categories{
    position: relative;
}

.categories::before{
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 70%;
    background: orange
}


.categories .content-block{
    margin: 0
}

.categories .categories-list{
    list-style: none;
    padding:  80px 0;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-column-gap: 2.666666666666667%;
    transition: all 2s;
}



.categories .categories-list .image-wrapper{
    overflow: hidden
}

.categories .categories-list .image-wrapper img{
    width: 100%;
    overflow: hidden
}

.categories .categories-list a:hover .image-wrapper  img{
    transform: scale(1.2)
}


.categories .categories-list a .heading{
    position: relative;
    display: block;
    padding: 25px
}

.categories .categories-list a .heading::before{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    background: url(../img/element-2.svg) no-repeat center bottom;
    background-size: 20px;
    
}

.categories .categories-list .content .heading span{
    display: block;
    text-align: center
}


.categories .categories-list a:hover .heading{
    background: #fff
}


.categories .list-small{
    grid-template-columns: 18% 18% 18% 18% 18%;
    grid-column-gap: 2.5%;
    grid-row-gap: 30px
}


.full-menu .reservation-info{
    position: sticky;
    top: 140px;
}

.full-menu .categories::before{
    display: none
}



.full-menu .categories .heading{
    color: #ffffff
}

.full-menu .categories .categories-list a:hover .heading{
    color: #E86F00
}

.full-menu .category-details{
    position: relative;
    z-index: 2;
    padding:50px;
}

.full-menu .category-details .cat-head .title{
    margin: 0 0 50px 0
}

.full-menu .category-details .cat-head .title .title-text{
    font-size: 80px;
    color: #E86F00
}

.full-menu .category-list{
    color: #fff;
    margin: 0 0 60px 0
}

.full-menu .category-list li:not(:last-child){
    margin-bottom: 70px
}

.full-menu .category-list .category-menu{
    display: flex;
}

.full-menu .category-list .category-menu .title{
    position: relative;
    background: url(../img/lines.svg) repeat-x bottom left;
    margin: 0 0 40px 0
}

.full-menu .category-list .category-menu .menu-thumb{
    margin: 0 60px 0 0
}

.full-menu .category-list .category-menu .menu-content{
    flex: 1;
}

.full-menu .category-list .category-menu .list-item{
    display: flex
}

.full-menu .category-list .category-menu .list-item:not(:last-child){
    margin-bottom: 20px
}

.full-menu .category-list .category-menu .list-item{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #9D592A;
    font-weight: 600;
    padding: 0 0 10px 0;
    border-bottom: solid 1px rgba(255,255,255,0.2)
}

.full-menu .category-list .category-menu .list-item .item-price{
    width: 200px;
    text-align: right
}

.full-menu .category-list .category-menu .list-item  .qty-price{
    width: 200px;
    display: flex;
    justify-content: flex-end
}

.full-menu .category-list .category-menu .list-item  .qty-price-label{
    width: 100%;
    text-align: right;
    display: block;
}

.full-menu .category-list .category-menu .list-item  .qty-price-label span{
    width: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.full-menu .category-list .category-menu .list-item  .qty-price span{
    width: 100px
}

.full-menu .category-list .category-menu .item-des{
    display: block;
    font-size: 13px;
    line-height: 20px;
     font-weight: 400;
    color: rgba(255,255,255,0.5);
    margin: 8px 0 0 0;
}

section.bbq-menu{
    padding-bottom: 140px
}

.catering-brief-card{
    border: none;
    border-radius: 0;
    margin: 60px 0
}

.catering-brief-card .card-body{
    background: #EFD6B0;
    text-align: center;
    padding: 60px 80px
}


.catering-menu-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px
}

.catering-menu-list .item-type span{
    position: relative;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    margin: 0 0 0 40px
}

.catering-menu-list .item-type span::before{
    position: absolute;
    top: 8px;
    left: -20px;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
}

.catering-menu-list .item-type span.veg::before{
    background-color: #1A6C31
}

.catering-menu-list .item-type span.nv::before{
    background-color: #7B2929
}

section.experts{
    background: #251d00!important;
    color: #C0B01A;
    padding: 80px 0
}

.experts .experts-brief{
    display: flex;

}

.experts-brief .content-block{
    flex-grow: 3;
    margin: 0;
    padding: 50px 80px;
    text-align: center
}

.history-tjs{
    margin: 80px 0 0 0;
}

.history-tjs .image-carousel{
    margin-right: 60px
}

.services-brief .lead{
    font-size: 26px;
    font-weight:700;
}

.services-brief .nav{
    margin: 40px 0 80px 0
}

.services-brief .content-block p{
    font-weight:700;
}

.services-brief .nav .nav-link,
.services .nav .nav-link{
    font-size: 20px;
    font-weight:700;
    padding-left: 0
}


.services .nav .nav-link.active{
    border-bottom-color: #6a6a6a;
}

.contact-card{
    width: 1100px;
    margin: 60px auto;
    background: #EFD6B0;
    padding: 30px;
    border-radius: 0;
    border: none
}

.contact-card .card-body{
    padding:50px 30px
}

.contact-card .title{
    text-align: center;
    margin: 0 0 80px 0
}


.contact-card ul.contact-info{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
}
.contact-card ul.contact-info .dividers{
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin: 0 20px
}

.contact-card ul.contact-info li{
    flex: 1;
    padding: 30px 40px 0 40px
}

.contact-card ul.contact-info li small{
    font-size: 14px
}

.contact-card ul.reachus{
    display: flex;
    justify-content: space-between
}

.contact-card ul.reachus .map{
    flex: 2;
    margin: 0 0 0 80px
}

.contact-card ul.reachus .map iframe{
    border-radius: 10px;
}

.contact-form{
    position: relative;
    background: url(../img/catering-img-1.jpg) no-repeat;
    background-size: cover
}

.contact-form::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #251d00 0%, rgba(16, 10, 0, 0) 74.51%);
}

.contact-form .form-container{
    width: 980px;
    margin: 0 auto;
    padding: 60px;
    background: rgba(32, 16, 7, 0.9);
}


.offer-cards{
    margin: 60px 0
}

.offer-cards .card{
    border: none
}

.contact-us{
    background: url(../img/catering-img-1.jpg) no-repeat;
    background-size: cover;
    height: 500px;
}

.contact-us .content-overlay{
    position: relative;
    z-index: 3;
    width: 600px;
    margin: -100px auto 0 auto;
    background: rgba(232, 111, 0, 0.9);
    padding: 60px
}

.contact-us .content-text{
    color: #ffffff
}

.primary-contact-info{
    width: 100%;
}

.primary-contact-info .c-number{
    font-size: 40px;
    font-family: 'cf-bl'
}

/* slider dots */
.slider-active .slick-dots li {
  display: inline-block;
}
.slider-active .slick-dots {
    display: none;
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
}
.slider-active.second-slider .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 5px;
  border:1px solid #fff;
  background: none;
}
.slider-active .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  height: 3px;
  width: 25px;
  border: 0;
  margin: 0 3px;
  background: #fff;
}
.slider-active .slick-dots li.slick-active button {
  background: #007bff;
}
.slider-active.second-slider .slick-dots li.slick-active button {
  background: #ffffff;
}



/* slick default dots */
.dot-style .slick-dots li {
  display: inline-block;
}
.dot-style .slick-dots {
	text-align: center;
	margin-top: 40px;
}
.dot-style .slick-dots li button {
	text-indent: -9999px;
	padding: 0;
	height: 5px;
	width: 20px;
	border: 0;
	margin: 0 3px;
	background: #bfbfbf;
	transition: .3s;
}
.dot-style .slick-dots li.slick-active button {
  background: #007bff;
  width: 35px;
}

/* section title 
.section-title h2 {
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
}
.section-title span {
	background: #007bff;
	height: 3px;
	width: 100px;
	display: inline-block;
}
.section-title h4 {
	font-size: 30px;
	font-weight: 500;
	color: #828282;
}
.section-title p {
	font-size: 18px;
	line-height: 32px;
	margin: 0;
}

*/

/* Testimonial */

.listedin{
    border-right: solid 1px #d9d9d9;
}

.listedin .listedin-logos{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center
}

.listedin .listedin-logos a:not(:last-child){
    margin-bottom: 40px
}

.section-testimonial{
    padding: 40px 0;
}

.testimonials,
.single-testimonials{
    position: relative;
}

.testimonials:before,
.testimonials:after{
    position: absolute;
    content: '';
    bottom: 0;
    background: #ce0058;
    width: 100%;
    height: 160px;
}

.testimonials:after{
    background:  url(../img/bg/pt-1.png) fixed bottom;
    background-size: 400px;
    filter: grayscale(100%);
    opacity: .5;
}


.testimonials .review-site-logo img{
    width: auto;
    margin-bottom: 30px
}

.testimonials .review-heading{
    color: #1ba99e;
    font-weight: 600;
    margin-bottom: 20px
}

.testimonials .card{
    border-radius: 0px;
    padding:40px;
    border-color: #dcdcdc;
    text-align: center;
}

.single-testimonials .card{
    border-radius: 0;
    border: none;
    padding-left: 80px;
    background: transparent
}

.testimonials .card .icon-quote,
.single-testimonials .card .icon-quote,{
    width: 80px;
    height: 40px;
    border: solid 1px #dcdcdc;
    border-top-color: #ffffff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin: -41px auto auto;
    position: relative;
}

.testimonials .card .icon-quote:after,
.single-testimonials .card .icon-quote:after{
    position: absolute;
    content: '"';
    font-size: 80px;
    line-height: 1;
    color: #ce0058;
    left: 0;
    right: 0;
    top: -10px;
}

.single-testimonials .card .icon-quote:after{
    color: #000;
    font-size: 120px;
}

.testimonials .owl-carousel .owl-item:nth-child(2),
.testimonials .owl-carousel .owl-item:nth-child(4),
.testimonials .owl-carousel .owl-item:nth-child(6),
.testimonials .owl-carousel .owl-item:nth-child(8){
    margin-top: 40px!important
}

.testimonials .single-testimonial .review-text {
    font-family: 'cf-md';
    font-size: 18px;
    line-height: 1.6;
	margin:60px 0 0 0;
}

.single-testimonials .single-testimonial .review-text{
    font-size: 28px;
}

.single-testimonials .single-testimonial  .user-info p{
    font-weight:700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 0 0
}

.testimonials .user-info{
    position: relative;
    margin-top:60px; 
    padding-top: 30px
}

.testimonials .user-info:before{
    position: absolute;
    content: '';
    top: 0;
    left: 30%;
    right: 30%;
    width: 40%;
    height: 2px;
    background: #ccc;
}



.testimonials .user-info span{
    font-size: 13px;
    color: #7e7e7e;
}

.testimonials .owl-dots{
    display: flex;
    flex-direction: column;
}

.primary-contact-info-card{
   border:solid 1px  #7c7c7c;
    float: right;
}

.primary-contact-info-card .title{
    font-weight:700;
}

.primary-contact-info-card .c-number{
    font-weight:700;
    font-size: 40px;
}

.primary-contact-info-card .c-email{
    font-size: 20px;
}



.primary-contact-info-card .btn{
    font-weight:700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* Case Studies */

.case-histories{
    border-top: solid 2px #e6e6e6;
}

.case-histories .nav-pills{
    border: none;
    margin: 60px 0 0 0
}
.case-histories .nav-pills .nav-link{
    font-size: 20px;
    font-weight:700; 
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 40px;
}

.case-histories .nav-pills .nav-item:not(:last-child){
    border-right: solid 1px #e6e6e6;
}

.case-histories .nav-pills .nav-link.active{
    background-color: #e6e6e6;
    color: #000;
}

.case-histories .tab-content{
    background-color: #e6e6e6;
}

.case-histories .owl-item{
    width: 100%;
    height: auto;
}

.case-histories .owl-item:not(:first-child){
    visibility: collapse
}

.case-histories .owl-item.active{
    visibility: visible
}

.case-histories .owl-carousel .owl-nav [class*=owl-]{
    border-radius: 100%;
}

.case-histories-tabs .card{
    border: none;
    background-color: transparent;
    padding: 80px 0;
    min-height: 200px;
}

.case-histories .item-brief{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.case-histories .item-brief .item-text{
    padding: 30px 0
}

.case-histories .item-brief .item-title{
    font-weight:700;
    text-transform: uppercase;
}

.case-histories .item-brief .item-short-brief{
    font-size: 16px;
}

.case-histories .item-brief .item-count{
    font-size: 100px;
    font-weight:700;
    border-right: solid 8px #2e2e2e;
    padding:80px 60px 80px 0;
    margin-right: 60px;
}

.our-team{
    margin-top: 60px;
}

.our-team .profile-thumb{
    display: flex;
    align-items: center
}

.our-team .profile-thumb figure img{
    width: 80px;
    margin-right: 30px
}

.our-team .profile-thumb{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase
}

.our-team .profile-thumb figcaption{
    margin-right: 20px
}

.modal .btn-close{
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 9;
}

.profile-modal .modal-body{
    padding: 0;
}

.profile-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between
}

.profile-wrapper .profile-image{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.profile-wrapper .profile-image img{
    width: 600px;
}

.profile-wrapper .profile-content{
    width: calc(100vw - 600px);
    height: auto;
    padding:100px 80px 80px 80px;
    text-align: justify
}

.profile-wrapper .profile-content .name {
    text-transform: uppercase;
}

.profile-wrapper .profile-content p{
    font-size: 14px;
}


/* Footer */

footer{
    position: relative;
    background: #000f1f;
    padding: 80px 0 60px 0;
    overflow: hidden;
}

footer::before{
    position: absolute;
    z-index: 2;
    content: '';
    top: 100px;
    right: -220px;
    width: 500px;
    height: 500px;
    background: url(../img/south-meal.png) no-repeat;
    background-size: contain;
    
}

footer,
footer a{
    color: #d9d9d9;
}

footer a:hover{
    color: #c0a060;
    text-decoration: none
}

footer .col-inner{
    padding: 25px 0
}

footer .opening-hours{
    padding: 25px 60px;
    margin: 0 50px;
    border-left: solid 1px rgba(255,255,255,0.2);
    border-right: solid 1px rgba(255,255,255,0.2);
}

footer nav{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

footer nav.social-icons{
    display: block;
}

footer nav.social-icons .social-icon-list{
    display: flex;
}

footer .social-icons {
    margin-left: 10px;
    margin-left: 0;
    display: flex;
}

footer .social-icons a{
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 80px;
    display:block;
    text-align: center;
    line-height: 30px;
    margin-right: 20px
}


footer .social-icons a{
    font-size: 18px;
}


footer .title{
    font-weight:700;
    text-transform: uppercase;
    margin-bottom: 30px
}

footer nav a{
    margin-bottom: 10px
}

footer nav.services{
    border-left: solid 1px rgba(255,255,255,0.10);
    border-right: solid 1px rgba(255,255,255,0.10);
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}



footer .footer-bottom{
    margin: 50px 0 0;
    font-size: 12px;
}

footer .footer-bottom .footer-menu{
    border-top: solid 1px rgba(255,255,255,0.10);
    padding: 40px 0 0 0;

}

footer nav.extra-links{
    margin: 20px 0 0 0;
}
footer nav.extra-links a{
    display: block;
    font-size: 13px;
    color: #8e8e8e;
    margin: 10px 0;

}

footer .reach-us .icon i{
    font-size: 50px;
    color: #215dab;
    margin-right: 15px;
}



.footer-menu,
.footer-menu .fb-middle{
    display: flex;
    justify-content: space-between;
}

.footer-menu ul li{
    display: inline-block;
    margin-left: 30px;
}


footer .site-links a{
    display: inline-block;
    margin: 0 15px 0 0;
}

.footer-icon span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-right: 15px;
}
.footer-icon a {
	color: #999999;
	margin-right: 10px;
}



footer .footer-bottom nav{
    flex-direction: row;
    justify-content: center;
    margin: 15px 0;
}

.copyright-area{
    border-top: 1px solid #085f9b;
}

.copyright p {
	color: #d5d5d5;
	margin: 0;
}





/* Other Pages */


.services .nav-services-list{
    margin-right: 60px;
    flex-direction: column
}




.contact .primary-contact{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 3px #000;
}


.sidenav .nav-section{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 5px
}

.request-form .form-control{
    border: none;
    border-bottom: solid 1px #dedede;
    border-radius: 0px;
    padding-left: 0
}

.request-form .form-control:hover,
.request-form .form-control:focus{
    box-shadow: none;
    border-bottom-color: #000000;
}


.request-form{
    background: #fff;
    padding: 20px
}


/* Fixed Buttons */


.sticky-block{
    position: fixed;
    z-index: 98;
}

.book-reservation{
    bottom: 30%;
    right: 0;
}


.book-reservation .btn{
    width: 170px;
    white-space: normal;
    color: #ffffff;
    display: block;
    background: #002041;
    border: 3px solid #FFB800;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 5px 0
}


.book-reservation a:hover{
    background-color: #641800;
    color: #ffffff
}

.scrollup{
    position: relative;
    width:40px;
    height:40px;			
    opacity:0.6;
    position:fixed;
    bottom: 100px;
    right: 40px;
    display:none;			
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

.scrollup::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: 1.2;
    background: red;
    background: url(../images/border-graident.png) no-repeat;
    -webkit-animation: circle 1s infinite linear;
}


.scrollup:hover{
    opacity: 1;
    text-decoration: none
}


.bookingForm label{
    color:#002041;
    font-weight:900;
}
.navli {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr;
    grid-gap: 5px 20px;
}

.bookingForm .col-12{
    margin-bottom:25px;
}