@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
font-family: 'Roboto', sans-serif;
/*font-family: 'Roboto Condensed', sans-serif;*/
overflow-x: hidden;
color: #282828;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
a:hover{
	text-decoration: none;
}

a:focus, button:focus{
	outline: none;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/********************** Custom Style Startted Here *******************/
.logo-wrapper {
    position: absolute;
    top: 13px;
    margin-left: -20px;
}

.banner {
    background-image: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 100vh;*/
     padding: 50px 0;
}
.banner-caption h2{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.banner-caption h2 span{
    color: #fd6e0f;
    font-size: 33px;
    display: block;
}
.banner-caption p{
    font-size: 25px;
    color: #fff;
    line-height: normal;
}
.contact-form-wrap h6,  .phone-display-mobile h6{
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
    text-align: right;
    /*padding: 0 10px;*/
}

.contact-form-wrap h6 a,  .phone-display-mobile h6 a{
     color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
    text-align: right;
   /* padding: 0 10px;*/
     padding-left: 10px;
}
.contact-form-wrap h6 span, .phone-display-mobile h6 span {
    width: 30px;
    background-image: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/call-ico.png);
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 30px;
}
.duration-last{
    padding: 8px 0 0;
}
.duration-icon{
    background: url('https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/duration-icon.png') no-repeat;
    height: 19px;
    width: 19px;
    display: inline-block;
}

.contact-formbx {
    width: 350px;
    background: #fff;
    padding: 30px 15px;
    border-radius: 9px;
    position: relative;
}
.contact-formbx h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fd6e0f;
    margin-bottom: 15px;
}
/*
.contact-formbx input, .contact-formbx textarea{
    width: 100%;
    display: block;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    resize: none;
    color: #282828;
    padding-left: 5px;
    padding-right: 5px;
}*/

.contact-formbx input, .contact-formbx textarea, .contact-formbx select {
    width: 100%;
    display: block;
    border: 0;
    outline: 0;
    border: 1px solid #bebebe;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    resize: none;
    color: #282828;
    padding-left: 5px;
    padding-right: 5px;
    padding: 10px 12px;
    border-radius: 4px;
}

.contact-formbx input::placeholder, .contact-formbx textarea::placeholder, .contact-formbx select::placeholder {
    color: #282828;
}
.submit-btn {
    background-color: #fd6e0f;
    color: #fff!important;
    text-transform: uppercase;
    width: 170px!important;
    margin: 0 auto!important;
    margin: 0 auto!important;
     font-family: 'Roboto Condensed', sans-serif!important;
     font-size: 20px!important;
     font-weight: 700!important;
     border-radius: 30px;
     padding: 10px!important;
     margin-bottom: 0!important;
     cursor: pointer;
}
.program-highlight-wraper {
    padding: 70px 0;
}
.program-highlight-wraper h2{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 40px;
}
.program-highlight-wraper h2:after{
    content: '';
    width: 60px;
    height: 4px;
    display: block;
    margin:0 auto;
    margin-top: 15px;
    background: #fd6e0f;
}
.programbx {
    padding: 0 15px;
}
.program-imgbx {
    width: 110px;
    height: 110px;
    background-color: #fef7ed;
    display: table;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.programbx:hover .program-imgbx {
    transform: scale(1.10);
}
.programbx h6{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.programbx p{
    font-size: 14px;
    font-weight: 400;
}
.advancecareer-wraper {
    padding: 70px 0;
}
.advancecareer-innerwraper{
    background-image: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover; 
}
.advancecareer-imgbx{
    line-height: 0;
}
.advancecareer-infobx {
    width: 100%;
    float: left;
    background-image: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/shape-border.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px 0 30px 15px;
}
.advancecareer-infobx h5{
    font-size: 33px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#fd6e0f;
}
.advancecareer-infobx p{
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}


.awards-achivment-wraper {
    padding: 70px 0;
    background-color: #fe8326;
}
.awards-achivment-wraper h2{
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}
.awards-achivment-wraper h2:after{
    content: '';
    width: 60px;
    height: 4px;
    display: block;
    margin:0 auto;
    margin-top: 15px;
    background: #fd6e0f;
}
.awards-bx {
    position: relative;
    margin-bottom: 25px;
}
.awards-captionbx {
    position: absolute;
    top: 37%;
    text-align: center;
    padding: 0 15px;
    left: auto;
    right: auto;
}
.awards-captionbx h4{
    font-size: 24px;
    color: #282828;
}
.awards-captionbx h4 span{
    color:#fd6e0f;
}

.chefprefeneurs-box{
    padding: 70px 0;
}


.chefprefeneurs-box .col-md-4:hover img{
    opacity: 0.8;
}

.chefprefeneurs-box h2{
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.chefprefeneurs-box h2:after{
    content: '';
    width: 60px;
    height: 4px;
    display: block;
    margin:0 auto;
    margin-top: 15px;
    background: #fd6e0f;
}
.testimonail-wraper{
    padding: 70px 0;
    background-image: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonail-wraper h2{
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.testimonail-wraper h2:after{
    content: '';
    width: 60px;
    height: 4px;
    display: block;
    margin:0 auto;
    margin-top: 15px;
    background: #fd6e0f;
}
.testimonail-bx {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 9px 18px;
}
.testimonail-bx:before{
    content: '';
    background-image: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/quote.png); 
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0px;
}
.testimonail-bx p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.testimonail-bx h6{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.chef-panel h2 {
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.chef-panel h2:after {
    content: '';
    width: 60px;
    height: 4px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    background: #fd6e0f;
}
/**/
.chefs-bg {
    background: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/shapebg2.png) no-repeat;
    background-size: cover;
}

.chefboximgbox {
    float: left;
    width: 45%;
        position: relative;
    bottom: -7px;
}
.chef-contentbox {
    float: left;
    width: 55%;
    padding: 105px 0 0;
}

.chef-contentbox p {
    font-size: 14px;
    color: #000000;
}

.chef-contentbox ul {
    margin: 12px 0 0;
}

.chef-contentbox li {
    list-style: none;
    font-size: 14px;
    color: #000000;
    margin: 0 0 5px;
    position: relative;
    padding-left: 15px;
}

.chef-contentbox li:before {
    content: "";
    background: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/arrow.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

.padright-100{ padding-right: 100px; }

.postTp {
    position: relative;
    /*top: -5px;*/
    top: 42px;
    /*left: -80px;*/
}

.chef-contentbox2 {
    width: 68%;
    position: relative;
    left: -55px;
}
.chefs-wrap2{
     background: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/bgnew.png) no-repeat;
    background-size: cover;
    overflow-y: hidden;
}
.chefs-wrap{overflow:hidden;}
.chef-panel {
    padding: 20px 0 0;
}
.footer {
    background: #e6e3e0;
    padding: 22px;
    border-top: 2px solid #fff;
    clear: both;
}

.chef2imgbox {
    position: relative;
    bottom: -6px;
}

.footer p {
    color: #000;
}


.enquiry {
  background: #fd6e0f none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  /*height: 50px;*/
  left: 0;
  /*padding: 9px 14px;*/
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 99;
}

.enquiryBtn, .enquiryBtn:hover {
    color: #fff;
}

.enquiry-icon {
    background: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/enquire-icon.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
     left: -4px;
    bottom: -4px;
}


.contactFormfixed {
  left: 0;
  position: fixed;
  top: 17%;
  width: 100%;
  z-index: 999;
}

.closePop {
  background: #fd6e0f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 29px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -12px;
  width: 28px;
  display: none;
}

.overlaypop{
  background: rgba(0, 0, 0, 0.61);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.overlaypop.overlaypop-active {
  display: block !important;
}

.enquiry{ display: none; }

/**/
.chefs-acedmy-wraper {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 53px 15px;
}

.aboutInfobox h2 {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-style: italic;
}

.aboutInfobox h2:after {
    content: '';
    width: 60px;
    height: 4px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    background: #fd6e0f;
}

.aboutInfobox  p {
    font-size: 19px;
    line-height: 30px;
}

.pic-caption {
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}

.pic-caption h3 {
    font-weight: 600;
    color: #fd6e0f;
}

.pic-caption p {
    font-weight: 600;
}

.pic-imgbox img {
    border: 1px solid #fd6e0f;
}

.phonestiky{
    display: none;
}
.phonestiky a {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  display: flex;
  height: 40px;
  position: fixed;
  right: 9px;
  top: 34%;
  width: 38px;
}
.phone-iconmb {
  background-image: url("https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/call-ico.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  display: table;
  height: 29px;
  margin: 0 auto;
  text-align: center;
  width: 21px;
}

.contact-formbx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/select-bg.png) no-repeat;
    background-position: 97%;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



.topicbox {
    background: #fff!important;
    padding: 25px!important;
    text-align: center!important;
}

.topic-wrapper
.w-100 .topicbox h2 {
    color: #000!important;
}

.topic-wrapper.awards-achivment-wraper li {
    list-style: none;
    text-align: left;
}


.topic-wrapper.awards-achivment-wraper {
   /* background: url(https://ik.imagekit.io/uq2abzttxf/culinary-ggn-intake/images/banner2.jpg) center center fixed!important;*/
   background: #ccc!important;
    background-size: cover!important;
    padding: 0!important;

}

.overlay {
    background: rgba(0,0,0,0.5);
    padding: 70px 0; 
}

/**/
.address-wrapper {
    background: #000;
    color: #fff;
    padding: 35px 0;
    float: left;
    width: 100%;

}

.addbox h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}
.addbox a {
    display: block;
    color: #fff;
    padding: 4px 0;
}


.add-info {
    text-align: center;
    padding: 0 0 30px;
}
.add-info h1 {
    font-size: 30px;
    font-weight: 600;
}

.addbox {
    padding: 20px 0;
}
.banner-caption .duration-last{background: #fff;padding:20px;color: #000;display:table;margin-top:20px;font-weight:500;}

.testimonail-bx figure{
		width: 157px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
	}