

.logo, .logoanimate {
    transition: all 2s;
}
.edit-veiw, .foot li a, .foot li span, .offers-button, a, footer a {
    text-decoration: none;
}
@font-face {
    font-family: KabelITCbyBT-Medium;
    src: url(fonts/KabelITCbyBT-Medium_gdi.eot);
    src: url(fonts/KabelITCbyBT-Medium_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/KabelITCbyBT-Medium_gdi.ttf) format('truetype'), url(fonts/KabelITCbyBT-Medium_gdi.svg#KabelITCbyBT-Medium) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-03C0;
}
@font-face {
    font-family: "Ophélia Script Light";
    src: url(fonts/Oph__lia_Script_Light.eot);
    src: url(fonts/Oph__lia_Script_Light.eot?#iefix) format('embedded-opentype'), url(fonts/Oph__lia_Script_Light.woff) format("woff"), url(fonts/Oph__lia_Script_Light.ttf) format("truetype"), url(fonts/Oph__lia_Script_Light.svg#OphliaScriptLight) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: AlwaysTogether-Regular;
    src: url(fonts/AlwaysTogether_gdi.eot);
    src: url(fonts/AlwaysTogether_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/AlwaysTogether_gdi.woff) format('woff'), url(fonts/AlwaysTogether_gdi.ttf) format('truetype'), url(fonts/AlwaysTogether_gdi.svg#AlwaysTogether-Regular) format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}
@font-face {
    font-family: 'ZapfEllipt BT';
    src: url('fonts/ZapfEllipt BT Bold.eot');
    src: url('fonts/ZapfEllipt BT Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ZapfEllipt BT Bold.woff') format('woff'), url('fonts/ZapfEllipt BT Bold.ttf') format('truetype'), url('fonts/ZapfEllipt BT Bold.svg#AlwaysTogether-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    font-family: Verdana;
    font-size: 12px;
}
.from-title-head, .title, .top-bar {
    font-family: KabelITCbyBT-Medium;
}
.clear {
    clear: both;
}
img {
    border: 0;
}
.title {
    font-size: 30px;
    color: #fff;
    padding: 10px 0 0;
    text-align: center;
}
.from-title-head {
    font-size: 35px;
    color: #4d02b2;
    border-bottom: 1px solid #4d02b2;
    padding: 20px 0 10px;
    margin: 10px;
}
header {
    position: fixed;
    width: 100%;
    z-index: 1111111111;
}
.top-bar {
    background: #6ed1d1;
    padding: 2px;
    text-align: right;
}
.number-cookfinder {
    float: right;
    line-height: 32px;
    font-size: 21px;
    color: #0a2e2e;
}
.cookfinder-number-icon {
    float: right;
}
.logo-bar {
    background: rgba(93, 0, 222, .8);
    padding: 5px;
}
.logoanimate {
    width: 10%}
.banner-home {
    height: 600px;
}
.apply-home-div {
    background: rgba(231, 227, 225, .3);
    height: 70px;
    width: 283px;
    padding: 10px;
    /* margin-top: 20%; */
    margin: 31px auto;
    /* padding-top: 10px; */
    box-shadow: 0 8px 16px -10px #000;
    -moz-box-shadow: 0 8px 16px -10px #000;
    box-shadow: 0 8px 16px -10px #000;
}
.board, .liner, p.narrow {
    margin: 0 auto;
}
.apply-home-in-div, .apply-home-in-div1 {
    font-family: KabelITCbyBT-Medium;
    height: 50px;
    padding: 10px 5px 0 0;
    width: 260px;
}
.apply-home-in-div {
    background: rgba(0, 0, 255, .48);
}
.apply-home-in-div1 {
    background: #148cb7;
}
.apply-for-job {
    font-size: 22px;
    color: #fff;
    padding: 0 0 40px;
    transition: all 1s;
    font-family:'Terminal Dosis Light'!important;
}
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
    height: 30px;
}
.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    color: #ae6d08;
}
.edit-veiw, .submit {
    transition: all .4s ease;
}
.board .nav-tabs {
    position: relative;
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
p.narrow {
    width: 60%}
.liner {
    height: 4px;
    background: #45acac;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 1;
}
@media(max-width :585px) {
    .board {
    width: 100%;
    height: auto!important;
}
.nav-tabs>li a, span.round-tabs {
    width: 40px;
    height: 40px;
    line-height: 32px;
}
span.round-tabs {
    font-size: 12px;
}
.tab-content .head {
    font-size: 20px;
}
li.active:after {
    content: " ";
    position: absolute;
    left: 35%}
.btn-outline-rounded {
    padding: 12px 20px;
}
.animate-circle-text {
    font-family: arial;
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}
.animate-circle-para {
    font-family: arial;
    color: #1b6d6d;
    display: none;
    padding: 0 10px;
    text-align: center;
}
}.testimonials-div {
    padding: 80px 0;
}
.section-testimon {
    height: 233px;
    padding: 0;
}
.testimonials-img:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
}
.cookfinders-head-about {
    font-size: 50px;
}
.section-testimonotitle {
    color: #654f37;
    text-align: center;
    font-family: arial;
    font-family: Abel-Regular;
    font-size: 14px;
    padding: 40px 0 0;
}
.section-testimono-para {
    color: #654f37;
    font-family: arial;
    text-align: justify;
    padding: 0 40px 40px;
}
.carousel-control {
    position: relative;
    top: 10px;
    bottom: 0;
    left: 30px;
    width: 13%;
    font-size: 20px;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .9;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
    background: #6ed1d1;
    color: #fff;
}
.top-footer {
    background: #b4f5f5;
    margin-top: 0;
    padding: 20px 0;
    z-index: 11111111111111;
}
.foot_title {
    color: #022020;
    font-size: 18px;
    border-bottom: 1px solid #022020;
    text-transform: uppercase;
    margin: 15px 0 10px;
    padding: 5px;
    font-weight: 700;
    font-family: Abel-Regular;
}
.foot {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.foot li {
    margin: 2px;
    text-align: left;
    font-size: 12px;
    font-family: Verdana;
    padding: 2px 5px 2px 0;
    text-transform: capitalize;
}
.foot li a {
    color: #024e4e;
    font-size: 15px;
}
.foot li span {
    color: #220613;
    font-size: 15px;
}
footer, footer a {
    color: #022727;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.social img {
    float: left;
    margin-left: 5px;
}
footer {
    background: #6ed1d1;
    padding: 7px;
    box-shadow: 10px 10px 5px -10px #000;
}
footer .copyright {
    width: 60%;
    float: left;
}
footer .powered-by {
    width: 40%;
    float: right;
    text-align: right;
}
#map {
    width: 550px;
    height: 300px;
    border: 1px solid #fff;
}
.cuisines-box {
    float: left;
    background: #559293;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 2px 1px 2px 0;
    color: #fff;
}
.section-about {
    padding: 80px 0 0;
}
.about-chef-highlights {
    color: #6ed1d1;
    font-size: 31px;
    font-family: Abel-Regular;
    text-align: right;
}
.chef-img {
    margin-top: 20px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}
.about-text-right-bodl-head {
    color: #310370;
    font-size: 20px;
    font-family: Abel-Regular!important;
    text-align: justify;
    line-height: 27px;
}
.about-text-right-gold-head {
    color: #b58046;
    font-weight: 700;
    font-size: 80px;
    text-align: right;
    font-family: "Ophélia Script Light";
    line-height: 50px;
}
.textbox, .textsbox_datepicker {
    font-size: 13px;
    width: 100%;
    outline: 0;
}
.cites-collection li, .lable, .textbox, .textbox-error {
    font-family: Verdana;
}
.banner-inner {
    background-image: url(../images/about-cookfinder.jpg);
    width: 100%;
    background-attachment: fixed!important;
    overflow: hidden;
    height: 350px;
}
.section-about-vision-mission {
    height: 400px;
    padding: 0;
    background: #6fd1d2;
    color: #fff;
}
.from-div-section {
    margin: 10px;
}
.textbox {
    background: #f6f6f6;
    padding: 5px 2px 7px 4px;
    border: 1px solid #898989;
    border-radius: 2px;

}
select {
    padding: 5px 2px 7px 0;
    color: #6b6e68;
}
.textsbox_datepicker {
    padding: 5px 2px 7px 4px;
    border: 1px solid #898989;
    border-radius: 2px;
    font-family: Verdana;
    background: url(../images/datepick.png) right center no-repeat #f6f6f6;
}
.lable {
    color: #000;
    padding-left: 2px;
    font-weight: 400;
    font-size: 14px;
}
.textbox:focus {
    background: #d9ffff;
    border: 1px solid #6fd1d2;
}
.textbox::-webkit-input-placeholder {
    color: #6b6e68;
    font-style: normal;
}
.textbox::-moz-placeholder {
    color: #6b6e68;
    font-style: normal;
}
.textbox:-ms-input-placeholder {
    color: #6b6e68;
    font-style: normal;
}
.textbox-error {
    background: url(../images/error.png) right no-repeat #ffe5e5;
    width: 100%;
    padding: 5px 2px 7px 7px;
    border: 1px solid #e37171;
    border-radius: 2px;
    outline: 0;
    font-size: 13px;
}
.textbox-error:focus::-webkit-input-placeholder {
    color: #034242;
    font-style: normal;
}
.textbox-error:focus::-moz-placeholder {
    color: #034242;
    font-style: normal;
}
.textbox-error:focus::-ms-input-placeholder {
    color: #034242;
    font-style: normal;
}
.textbox-error::-webkit-input-placeholder {
    color: #ee0c0c;
    font-style: normal;
}
.textbox-error::-moz-placeholder {
    color: #ee0c0c;
    font-style: normal;
}
.textbox-error:-ms-input-placeholder {
    color: #ee0c0c;
    font-style: normal;
}
.submit {
    width: 100%;
    margin: 4px;
    padding: 8px;
    border: 0;
    outline: 0;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #6fd1d2;
    text-transform: uppercase;
    cursor: pointer;
}
.submit-home:hover {
    background: #06202e;
}
.edit-veiw {
    font-family: KabelITCbyBT-Medium;
    color: #000;
    font-size: 15px;
}
.edit-veiw:hover {
    font-size: 16px;
    color: #4d09ab;
}
.offers-button {
    display: inline-block;
    padding: 4px 10px;
    color: #4f0dab;
    font-size: 100%;
    border-radius: 3px;
    border: 1px solid #4f0dab;
    background-color: #fff;
    transition: .4s;
}
.offers-button:hover {
    background-color: #e1cff9;
    border: 1px solid #e1cff9;
    font-size: 13px;
}
.Trouble {
    color: #000;
    transition: all .4s ease;
    cursor: pointer;
}
.Trouble:hover {
    color: #999;
}
.profile {
    height: 80px;
    border-radius: 50%;
    border: 2px solid #752bdc;
}
.cites-collection {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cites-collection li {
    color: #220613;
    margin: 2px;
    text-align: left;
    font-size: 14px;
    padding: 1px 5px 1px 0;
    text-transform: capitalize;
}
.cites-box, .city-box {
    width: 100%;
    padding: 5px 2px 7px 4px;
    outline: 0;
    font-size: 13px;
    font-family: Verdana;
}
.city-box {
    border: 1px solid #898989;
    border-radius: 2px;
    background: url(../images/search.png) right top no-repeat #fff;
}
.cites-box {
    display: none;
    background: #f6f6f6;
    border: 1px solid #898989;
    border-radius: 2px;
}
.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    width: 200px;
    margin: 2px 2px 3px;
}
.btn3d:active:focus, .btn3d:focus, .btn3d:focus:hover {
    -moz-outline-style: none;
    outline: 0;
}
.btn3d.active, .btn3d:active {
    top: 2px;
}
.btn3d.btn-white {
    color: #666;
    box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px rgba(255, 255, 255, .1) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #fff;
}
.btn3d.btn-white.active, .btn3d.btn-white:active {
    color: #666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
}
.btn3d.btn-default {
    color: #666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, .1) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #f9f9f9;
}
.btn3d.btn-default.active, .btn3d.btn-default:active {
    color: #666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
    background-color: #f9f9f9;
}
.btn3d.btn-primary {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, .5);
    background-color: #4274D7;
}
.btn3d.btn-primary.active, .btn3d.btn-primary:active {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .3);
    background-color: #4274D7;
}
.btn3d.btn-success {
    box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, .5);
    background-color: #78d739;
}
.btn3d.btn-success.active, .btn3d.btn-success:active {
    box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, .5);
    background-color: #39B3D7;
}
.btn3d.btn-info.active, .btn3d.btn-info:active {
    box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, .5);
    background-color: #FEAF20;
}
.btn3d.btn-warning.active, .btn3d.btn-warning:active {
    box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 8px 0 0 #A00, 0 8px 8px 1px rgba(0, 0, 0, .5);
    background-color: #D73814;
}
.btn3d.btn-danger.active, .btn3d.btn-danger:active {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, .5);
    background-color: #bb39d7;
}
.btn3d.btn-magick.active, .btn3d.btn-magick:active {
    box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, .15) inset, 0 1px 3px 1px rgba(0, 0, 0, .3);
    background-color: #bb39d7;
}
.Photo_Preview {
    border: 1px solid #cfcfcf;
    width: 110px;
    height: 100px;
    color: #333;
    background-image: url(../images/upload_preview.png);
    text-align: center;
    margin: 5px 0 0;
}
.Restaurant-section, .domestic-guest-house-section {
    margin-top: 30px;
}
@media only screen and (max-width :800px) {
    .row, body, html {
    margin: 0;
    padding: 0;
}
.bannerss, .carousel-control, header {
    position: relative;
}
.logo, .logoanimate {
    transition: all 2s;
}
.banner-home {
    height: 188px;
}
body, html {
    height: 100%;
    width: 100%;
    background:;
    font-family: Verdana;
    font-size: 10px;
}
.carousel-control {
    top: 10px;
    bottom: 0;
    left: 0;
    width: 13%;
    font-size: 20px;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .9;
}
.banner-inner {
    background-image: url(../images/about-cookfinder.jpg);
    width: 100%;
    background-attachment: fixed!important;
    overflow: hidden;
    height: auto;
}
header {
    width: 100%}
.top-bar {
    background: #6ed1d1;
    padding: 6px;
    font-family: Abel-Regular;
}
.number-cookfinder {
    float: right;
    line-height:17px;
    font-size: 12px;
}
.cookfinder-number-icon {
    float: right;
    display: none;
}
.logo-bar {
    background: rgba(155, 120, 194, .9);
    padding: 5px;
}
.logoanimate {
    width: 10%}
.apply-home-div {
    background: rgba(231, 227, 225, .3);
    /*height: 176px;
    width: 200px;*/
    margin-top:5%;
    padding-top: 10px;
}
.apply-home-in-div {
    background: rgba(27, 9, 136, .5);
    font-family: KabelITCbyBT-Medium;
    padding: 10px 16px 26px;
    width: 180px;
    border: 1px solid #fff;
}
.Find-a-cook, .apply-for-job {
    font-size:14px;
    padding: 0;
    transition: all 1s;
}
footer, footer a {
    color: #313623;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
footer {
    background: #6ed1d1;
    padding: 10px;
    margin-top: 0;
    box-shadow: 10px 10px 5px -10px #000;
}
footer a {
    text-decoration: none;
}
footer .copyright {
    width: 100%;
    float: none;
    text-align: center;
}
footer .powered-by {
    width: 100%;
    float: right;
    text-align: center;
}
.cookfinders-head-about {
    font-size: 30px;
}
.about-text-right-gold-head {
    color: #b58046;
    font-weight: 700;
    font-size: 40px;
    text-align: right;
    font-family: "Ophélia Script Light";
    line-height: 20px;
}
#map {
    width: 100%;
    height: 300px;
    border: 1px solid #c4c4c4;
}
.about-text-right-bodl-head {
    font-size: 12px;
    line-height: 16px;
}
.about-chef-highlights {
    font-size: 20px;
}
}@media(min-width:1000px) and (max-width:1200px) {
    .banner-home {
    background-image: url(../images/banner.png);
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed!important;
    overflow: hidden;
    height: 700px;
}
}@media(min-width:1800px) and (max-width:2000px) {
    .banner-home {
    background-image: url(../images/banner.png);
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed!important;
    overflow: hidden;
    height: 1200px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1024px;
}
}div.transbox {
    margin: 30px;
    background-color: #000;
    border: 1px solid #000;
    opacity: .1;
    color: #fff;
    filter: alpha(opacity=60);
}
div.transbox p {
    margin: 5%;
    font-weight: 700;
    color: #fff;
}
#sub1 {
    background-color: rgba(231, 227, 225, .3);
}
.culinaryheader {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'KabelITCbyBT-Medium';
}
.culinarytop {
        font-size:20px;
    letter-spacing: 1.8px;
    color: #fff;
   font-family: 'Terminal Dosis'!important;
  
}
div.whyus {
    color: #fff;
    font-size: 25px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: .8;
    padding: 2px;
}
.culinaryright {
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    padding: 10px;
    text-align: center;
    margin: 20px;
}
.culinarybg, .culinarybg1 {
    background: 0 0;
}

#fresh tr:nth-child(1), #fresh tr:nth-child(10), #fresh tr:nth-child(13), #fresh tr:nth-child(16), #fresh tr:nth-child(19), #fresh tr:nth-child(22), #fresh tr:nth-child(4), #fresh tr:nth-child(7) {
    background-color: #fff!important;
    color: #6b32b9;
    border-bottom: 2px solid #333;
}
.blogbox, .blogmain {
    border: 1px solid #ededed;
}
.blogbg {
    background-image: url(../images/blogbg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 100vh;
}
.toppd {
    padding-top: 150px;
}
.blogbox {
    font-family: '';
    color: #fff;
    font-size: 15px;
    height: auto;
    background-color: rgba(0, 0, 0, .5);
    width: 31%;
    margin: 10px;
}
.blogbox img {
    width: 100%;
    height: 200px;
}
.blogheader {
    height: 100px;
}
.blogbody {
    height: 150px;
}
.blogbox .blogfooter {
    bottom: 0;
    position: absolute;
}
.blogmain {
    padding-top: 15%;
    background-color: #fff;
    padding-left: 30px;
}




.hgreen{
	margin-top:0px;
    width:100%;
}
@media screen and (width:1024px ){
	.hgreen{
margin-top:-123px!important;
	}


.ch-grid li {
    width: 209px !important;
    height: 209px !important;
    display: inline-block;
    margin: 50px;
}
}


.apply-home-in-div, .apply-home-in-div1 {
    font-family: KabelITCbyBT-Medium;
    height: 50px;
    padding: 11px 20px !important;
    /* padding: 10px 5px 0 0; */
    width: 260px;
}

@media screen and (max-width:700px ){
.section-testimon {
    height: auto !important;
    padding: 0;
}

}


.main-text
{
    position: absolute;
    top: 20%;
    width:100%;
 
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}

.carousel-indicators {
    bottom: 20%;
}


.btbtn{
  margin-top:15%;
}


@media screen and (width:320px){
.btbtn {
    margin-top:102px!important;
}

}
@media screen and (max-width:680px){

    .mtop300 {
    margin-top: 20px!important;
}
.btbtn {
    margin-top:105px;
}
.apply-home-in-div{
  .height:41px;
  width:180px;
}

.apply-home-div {
  width:206px;
}
.btn3d{
    margin: auto 50px!important;
}
}

@media (min-width:681px) and (max-width:780px){
.btbtn {
    margin-top: 19%;
    padding-left:8%;
}
.apply-home-in-div{
  height:50px;
  width:180px;
}

.apply-home-div {
  width:206px;
}
.hgreen {
    margin-top: 250px;
}
  }


  .culinarynew{
 background-image:url(../images/culinary_1.jpg);

 text-align: center;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 
 overflow: hidden;
 height:auto;
}


.culht{
  color: #66ffff;
    font-size: 49px;line-height:1.8;
    font-family: Robo;
}
.culinarynew2{
 background:#e3e9f2;
 color:#c6538c;
 font-size:15px;
margin:px;
 text-align: center;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 padding:150px 10px 80px 10px;
 overflow: hidden;
 height:400px;
}


.culinarynew1{
background-image:url(../images/cook6.jpg);
 text-align: center center;
 background-position:center;
 background-repeat: no-repeat;
 background-size: cover;
 
 overflow: hidden;
 height:400px;
}

.cullogo{
  background-color: rgba(255, 255, 255, 0.66);
    border-radius: 50%;
    height: 350px;
    width: 350px;
    margin: 107px 20px 32px 0px;
    left: 0 !important;
    position: absolute;
    padding: 39px;
    border: 27px solid rgba(255, 255, 255, 0.4);
}


.cookrt{
  margin:0;padding:0px;font-size:50px;color:#fff;text-align:left;
}
.cookrtt{
color:#ea962b;font-size:25px;
}
.whyu{
  display:none;
}

@media screen and (max-width:800px){

.culht{
  color: #66ffff;
    font-size:32px !important;line-height:1 !important;
    font-family: Robo;
}
}

@media screen and (width:320px){
.hgreen{
    margin-top:-5px!important;
}


}

@media screen and (max-width:680px){
.hgreen{
	margin-top:-5px;
}
.whyu{
  display:block;
}

.culinaryheader {
    font-size: 21px;
    color: #fff;
    text-align: center;
}


.cookrt{
  margin:0;padding:0px;font-size:30px;color:#fff;text-align:center;
}
.cookrtt{
color:#ea962b;font-size:20px;
}
.cullogo {
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 50%;
     height:auto; 
    width: 100%;
    margin: 107px 20px 32px 0px;
    left: 0 !important;
     position:static; 
    padding: 39px;
    border: 27px solid rgba(255, 255, 255, 0.4);
}

 .apply-home-in-div1 {
  width:178px;
 }

}

.screen1024{
    position:relative;
}
.topsocial{
    font-size:35px;color:#000;
}

/**************how it works 3 gol*****************/

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 50px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ch-thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);
    
    -webkit-transform-origin: 95% 40%;
    -moz-transform-origin: 95% 40%;
    -o-transform-origin: 95% 40%;
    -ms-transform-origin: 95% 40%;
    transform-origin: 95% 40%;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ch-thumb:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgb(14,14,14);
    background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    box-shadow: 0 0 1px rgba(255,255,255,0.9);
}

.ch-img-1 { 
    background-image: url(../images/7.jpg);
    z-index: 12;
}

.ch-img-2 { 
    background-image: url(../images/8.jpg);
    z-index: 11;
}

.ch-img-3 { 
    background-image: url(../images/9.jpg);
    z-index: 10;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #8b7fd1 url(../images/noise.png);
    box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 60px;
    padding: 22px 0 0 0;
    height: 85px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
        text-align:center
}

.ch-info p {
    color: #fff;
    padding: 8px 8px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
    display: block;
    color: #333;
    
    
    border-radius: 10%;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 20px;
    margin: 7px auto 0;
    font-family: 'Open Sans', Arial, sans-serif;
    opacity: 0;
    
    -webkit-transition: 
        -webkit-transform 0.3s ease-in-out 0.2s,
        opacity 0.3s ease-in-out 0.2s,
        background 0.2s linear 0s;
    -moz-transition: 
        -moz-transform 0.3s ease-in-out 0.2s,
        opacity 0.3s ease-in-out 0.2s,
        background 0.2s linear 0s;
    -o-transition: 
        -o-transform 0.3s ease-in-out 0.2s,
        opacity 0.3s ease-in-out 0.2s,
        background 0.2s linear 0s;
    -ms-transition: 
        -ms-transform 0.3s ease-in-out 0.2s,
        opacity 0.3s ease-in-out 0.2s,
        background 0.2s linear 0s;
    transition: 
        transform 0.3s ease-in-out 0.2s,
        opacity 0.3s ease-in-out 0.2s,
        background 0.2s linear 0s;
        
    -webkit-transform: translateX(60px) rotate(90deg);
    -moz-transform: translateX(60px) rotate(90deg);
    -o-transform: translateX(60px) rotate(90deg);
    -ms-transform: translateX(60px) rotate(90deg);
    transform: translateX(60px) rotate(90deg);
        
    -webkit-backface-visibility: hidden;
}

.ch-item:hover .ch-thumb {
    box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-110deg);
    -moz-transform: rotate(-110deg);
    -o-transform: rotate(-110deg);
    -ms-transform: rotate(-110deg);
    transform: rotate(-110deg);
}
.ch-item:hover .ch-info p a{
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.golm{
    margin: 2px 10px !important;
}

.tgolbg{
    background:#6ed1d1;
}

.lr{
    color:#ffc960;
}
.lr:hover{
    color:#fff;
    cursor:pointer;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

.clienthb{
    padding:0;margin:0;background:#fff;
}

.clim{
    margin:0% auto;
}

.panel-group .panel + .panel {
                margin-top: 0px;
            }
.abch{
    font-family:"Times New Roman", Times, serif;font-weight:bold;margin-top:-10px;
}

.rajp{
    width:80%;margin:10px auto;
}

.midi{
    padding:0px;color:#066768;font-style:italic;font-weight: bold;
}

.ausi{
    font-family:'KabelITCbyBT-Medium';color:#ac8254;text-align:right;line-height:47px;font-size:30px;
}

.cfsc{
    line-height:25px;padding:10px;
}

.padten{
    padding:10px;
}
.goahed{
    font-size:40px;padding:20px 0px 20px 0px;text-align:center;color:#357279;
}
.rtm{
    background:#e3cde3;
}
.uvi{
    color:#21024c;font-size:50px;
    font-family:'KabelITCbyBT-Medium';
}

.uvip{
    color:#000;font-size:15px;
    font-family:'KabelITCbyBT-Medium';
}

.umi{
    background:#6fd1d2;
}
.umih{
    color:#21024c;font-size:50px;
}
.umip{
    color:#000;font-size:15px;
    font-family:'KabelITCbyBT-Medium';
}


.para-why-us {
    font-family:'ZapfEllipt BT';
    color: #000;
    font-size:21px;
    padding:50px 150px;
    text-align:justify
}
.para-why-us2 {
   font-family: 'Terminal Dosis Light';
    font-size:20px;
    margin: 50px 0px;
    padding: 0px 10px;
    text-align: left;
    line-height: 1.58;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    border-left: 4px solid #ac8254;
}
.para-why-us3 {
    font-family: 'Terminal Dosis Light';
    color: #1a0426;
    font-size: 20px;
    padding: 0px 10px;
    text-align: left;
    letter-spacing: 1px;
    border-right: 4px solid #ac8254;
    font-weight: bold;
}

.padleft{
  padding-left:100px;
}

.padright{
  padding-right:100px;
}

.whycookh{
  font-size:70px!important;
}

@media screen and (max-width:680px){
  .padleft{
  padding-left:0px;
}

.para-why-us {
    font-family: 'ZapfEllipt BT';
    color: #000000;
    font-size: 21px;
     padding: 0px 0px; 
    text-align: justify;
    }
    .padright{
  padding-right:0px;
}
.whycookh{
  font-size:30px !important;
}
}

.dontdisplay{
    display:none;
}

.whytopp{
    padding:0;margin:0;background:#6fd1d2;
}
.whychhead{
    font-family:'Terminal Dosis Light';text-align:left;color:#ac8254;font-size:30px;line-height:35px;font-weight:bold;
}

.font70{
    font-size:70px;
}
.whybot{
    background:none;text-align:center;margin-top:-0px;
}
.emailrajiv{
    color:#000;font-size:25px;
}
.donth{
    font-family:'ZapfEllipt BT';text-align:left;color:#ac8254;font-size:30px;line-height:35px;
}

.dontbot{
    background:none;text-align:center;margin-top:-0px;
}

.dontlink{
    color:#000;font-size:25px;
}
.fontcook{
    font-family:'Terminal Dosis'!important;
    letter-spacing:1px;
    font-weight:;
}
.abthead{
    color:#35c1c1;
    font-weight:bold;
    font-family:'Terminal Dosis'!important;
    font-size:41px;
}

.loginbgd{
    background:url(../images/cook-step-3.jpg) no-repeat center center fixed;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Verdana';
    font-size:13px;
    color:#000;
}

.yy {
    padding-top:20%;
}
.section-form-content {
    background: rgba(225, 225, 225, 0.9);
}

.bg{
  background-image:url(../images/about--cookfinder-Culinary-school.jpg);
 
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Verdana';
  font-size:13px;
  color:#000;
}

.error
{
  color: red;
  font-size: 15px
}

.how-it-work-img {
    -webkit-box-shadow: 0 8px 16px -6px black;
    -moz-box-shadow: 0 8px 16px -6px black;
    box-shadow: 0 8px 16px -6px black;
}
.how-it-work-box {
    padding:30px 0px 30px 0px;
}
.how-it-work-title {
    font-family:'KabelITCbyBT-Medium';
    font-size:40px;
    text-align:center;
    color:#2ba2a2
}
.text-cont-how-it-work {
    padding:0px 60px 0px 60px;
}

.newcontact{
font-size:15px;
text-align:center;
letter-spacing:1px;
color:#000;
font-weight:bold;
}

.mutetext{
    font-size:15px;
    color:#333;
    text-align:justify!important;


}
/*****************end*****************/

.banner-inner-culinary {
  background-image: url(../images/about--cookfinder-Culinary-school.jpg);
  text-align: center center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 800px;
}
.culcookh{
  margin:0;padding:0px;font-size:55px;color:#000;text-align:left;
}

.culabh{
  margin:0;padding:0px;font-size:70px;color:#666666;text-align:left;
}

.lastb{
  font-size:20px;font-family: 'Abel-Regular';
}
@media screen and (max-width:680px){
.font70{
    font-size:35px!important;
}
  .culcookh{
  margin:0;padding:0px;font-size:30px;color:#000;text-align:center;
}

.culcookhs{
  font-size:20px;
}
.mf{
  font-size:17px;
}
.culabh{
  margin:0;padding:0px;font-size:30px;color:#666666;text-align:center;
}
.lastb{
  font-size:12px;font-family: 'Abel-Regular';
}
.how-it-work-title {
    font-family: 'KabelITCbyBT-Medium';
    font-size: 23px;
    text-align: center;
    color: #2ba2a2;
}
}

@media and (width:320px){
  .culcookh{
  margin:0;padding:0px;font-size:25px;color:#000;text-align:center;
}

.culcookhs{
  font-size:18px;
}
.mf{
  font-size:15px;
}
.culabh{
  margin:0;padding:0px;font-size:25px;color:#666666;text-align:center;
}
.lastb{
  font-size:12px;font-family: 'Abel-Regular';
}
.how-it-work-title {
    font-family: 'KabelITCbyBT-Medium';
    font-size: 18px;
    text-align: center;
    color: #2ba2a2;
}
}


.culcontainer{
    margin-top:200px;
}
.wlibg{
    padding: 0px 30px 0px 60px;background: rgba(255, 255, 255, 0.8);
}
.culpim{
    width:30%;right:0;margin-top:-40px;margin-right:-40px;position:absolute;
}

.mf{
    font-size:22px;
}
.hclr{
color:#724b2e;
}

.culpimm{
    width:30%;left:0;margin-top:-80px;margin-left:-50px;position:absolute;
}

.culabh{
    text-align:left;color:#666666;font-size:60px;
    color: 
}

.banner-inner-culnary2{
    background-image: url(../images/enhanced-buzz-wide-2976-1400266920-16.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 800px;
}
.mtop300{
    margin-top:360px;
}

.culabbot{
    width:10%;right:0;margin-top:-30px;margin-right:-40px;position:absolute;
}
.culabbot2{
    width:10%;left:0;margin-top:-60px;margin-left:-30px;position:absolute;
}

.culbotrow{
    clear:both;padding:60px 0px;
}
.pzd{
    padding:0px !important;
}

.center{
    margin:0px auto !important;
}

.pdz6 .col-sm-6{
    padding-left:0px;
    padding-right: 0px;
}
.iframe{
    width:90%;
    margin:15px;
    height:300px;
}
.imcenter{
    margin:0px auto;
}
.helpu{
    font-size:18px;
    color:#1e1848;
    font-weight:bold;
}
.helpli li{
list-style-type:unset;
font-size:18px;
color:#000;
font-weight:bold;letter-spacing:1px;
font-family:'Terminal Dosis'!important;}

.contactc{
    color:#b56c1a;
}

.ch1{
    font-size:3em;
}

.contactboxbr{
    border-right: 2px solid rgba(69, 66, 74, 0.25);
    margin: 25px 0px;
}
@media screen and (max-width:680px){
.contactboxbr{
    border-right: 0px solid rgba(69, 66, 74, 0.25);
     border-bottom:1px solid rgba(69, 66, 74, 0.25);
    margin:0px 0px;
}
table, thead, tbody, th, td, tr{
    display:block!important;
}
}

.cullogboxbg {
    background:url(../images/cook-step-3.jpg) no-repeat center center fixed;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Verdana';
    font-size:13px;
    color:#000;
    height:100%;
}
.yy {
    padding-top:20%;
}
.section-form-content {
    background: rgba(225, 225, 225, 0.9);
}
.loglr{
    color: #5a4db7;
    font-weight: bold;
    font-family:'Terminal Dosis'!important;
    cursor:pointer;
}
.loglr:hover{
    text-decoration:none;
    color:#000;
}
.offert{
    
    color: #250cde;
    text-align: center;
}
.shaphead{
    font-size: 23px;
    color: #e47903;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-family: 'Terminal Dosis'!important;
}
.modal{
    z-index:111111111111!important;
}

.linkc{
    color:#fff;
}
.linkc:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer;
}
h1{
    font-size:36px!important;
}

.boldt{
    font-weight:bold;
}