@font-face {
  font-family: "Segoe UI";
  src: url("fonts/segoeui.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI Light"!important;
  src: url("fonts/segoeui_Light.ttf") format("truetype");
  font-style: normal;
}
/*
@font-face {
  font-family: "Segoe UI Light";
  src: url("../fonts/segoeuili.ttf") format("truetype");
  
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "Segoe UI SemiLight"!important;
  src: url("fonts/segoeuisl.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI SemiBold"!important;
  src: url("fonts/seguisb.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI Bold"!important;
  src: url("fonts/segoeuib.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
p {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-family: 'Segoe UI'!important;
}
body {}
.full-width {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.full-width-85 {
  width: 83%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.main-top {
  background-size: 100%;
  background-position: top;
}
.logo-top-section {
  padding-top: 1rem
}
.container-fluid {
  padding: 0 6.5rem;
}
.main-header {
  margin-top: 10px;
  box-shadow: 0px 8px 10px #eee;
  border-bottom: 1px solid #eee;
  /*  border-top: 1px solid #eee*/
}

/*===========modal css==================*/
.back_shadow {
    position: absolute;
    height: 100%;
    width: 100%;
}
.back_shadow:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}
.answer_list h2 {
    font-size: 22px;
}
.checkbox-option-input input {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0 !important;
    z-index: 99;
}
.modal-body button.close-btn {
    background: linear-gradient(90deg, rgba(7,26,90,1) 0%, rgba(0,141,217,1) 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0px 2px 12px rgb(6 35 100);
}
div#logo .netSkopeLogo {
    height: 80px;
    position: relative;
}
.ak-modall .close {
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(90deg, rgba(7,26,90,1) 0%, rgba(0,141,217,1) 100%);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-top-right-radius: 6px;
    cursor: pointer;
    z-index: 99;
}
.modal-register-content p {
    font-size: 22px;
}
.modal-register-content {
    padding: 50px 30px;
    text-align: center;
}
.checkbox-option-input {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.checkbox-option-input p {
    font-size: 15px !important;
    position: relative;
    text-align: left;
    padding-left: 28px;
}
.answer_list {
    background: #fff;
    width: 500px;
    top: 30%;
    position: fixed;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 99;
    padding: 60px;
    text-align: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}
.ak-modall .modal-dialog {
    top: 20%;
}
.answer_list i {
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(90deg, rgba(7,26,90,1) 0%, rgba(0,141,217,1) 100%);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-top-right-radius: 6px;
    cursor: pointer;
}
.answer_list:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://indiaitchannels.com/demo/open/upload/image/catalog/call-shap1.png);
    background-size: cover;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    background-position: center;
}
@media only screen and (max-width: 575px){
  .answer_list{
    width: 85%;
    top: 10%;
  }
}

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

.main-header .navbar {
  padding: 0.5rem 0.1rem;
}
.navbar-nav .nav-item {
  margin: 0 20px;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #5A5A5A !important;
  font-weight: 550;
  padding-right: 0;
  padding-left: 0;
}
.dropdown-toggle::after {
    /* color: #e0601f; */
    font-size: 23px;
    /* line-height: 34px; */
    margin-top: 7px;
    position: absolute;
}
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #e37123;
}
.form-input-search {
  background: #fff url("images/search__.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border: 1px solid #b5b5b5;
  border-radius: 20px 20px;
  height: 35px;
  padding-left: 10px;
  width: 300px;
  position: relative;
}
.form-btn {
  background: #e0601f;
  border: none;
  border-radius: 20px 20px;
  height: 35px;
  width: 35px;
  color: #FFF;
  position: absolute;
  right: 35%;
  cursor: pointer;
}
.main-heading {
  font-family: 'Segoe UI Light'!important;
  font-size: 58px;
  line-height: 76px;
  color: #4F4F4F;
}
.main-heading span {
    color: #1b44ec;
    /* font-family: 'Segoe UI Bold'!important; */
    font-weight: bold;
    font-size: 53px;
}
.main-heading2 {
  font-family: 'Segoe UI SemiBold'!important;
  color: #4F4F4F;
}
.para_type {
  font-size: 34px;
  line-height: 46px;
}
.noramal_p {
    font-size: 2rem;
    line-height: 27px;
}
.video_wrapper {
  background: url("images/video_wrapper.png") no-repeat;
  background-size: 90%;
  background-position: center top;
  padding: 3rem;
  text-align: center;
}
.container-fluid {
    /* padding: 0 60px!important; */
    width: 92%;
}
#html5lightbox-watermark {
  display: none !important;
}
.anchor_sec {
  align-items: center;
}
.borderX {
  border-left: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
}
.anchor_sec .row .col-lg-4, .anchor_sec .row .col-md-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.anchor_sec .anchor_item {
  flex: 1 1 auto !important;
  align-items: center;
}
.anchor_sec .anchor_item:nth-child(3) {
  border: 1px solid #FFFFFF
}
.anchor_sec .anchor_item .anchor_item_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.anchor_sec .anchor_item .anchor_item_container p {
  font-size: 18px;
  width: 70%;
  text-align: left;
  margin: auto;
  margin-bottom: 0 !important;
  padding: 1rem 0;
  color: #ffffff;
  margin-block-start: 0;
}
.anchor_sec a:hover {
  text-decoration: none;
}
.anchor_sec .anchor_item .anchor_item_container .arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98px;
  width:98px;
}
.anchor_bg1 {
  background: #0078d4;
}
.anchor_bg2 {
  background: #30e5d0;
}
.anchor_bg3 {
  background: #143e8a;
}
.anchor_arrow_bg1 {
  background: #0038b0;
}
.anchor_arrow_bg2 {
  background: #09ceaa;
}
.anchor_arrow_bg3 {
  background: #020f4b;
}
.heading3 {
  font-family: 'Segoe UI'!important;
  color: #e0601f;
  font-weight: bold;
}
.head_insight {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  color: #002677;
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Segoe UI'!important;
}
.bottom-bar {
  height: 3px;
  max-width: 90px;
  background: #e0601f;
  margin-bottom: 10px
}
.recipe-of-the-week-decs {
  padding: 10px
}
.recipe-of-the-week-decs p {
  font-weight: bold;
  font-size: 1.1rem;
}
.rating-box .fa-star, .fa-thumbs-up {
  color: #e0601f;
}
.rating-box .color-light {
  color: #e0601f;
}
.recipe-of-the-week-decs span {
  font-size: 0.8rem;
}
.most-popular {
  padding: 10px
}
.most-popular .heading3 {
  font-family: 'Segoe UI'!important;
  color: #e0601f;
  font-weight: 100;
}
.most-popular-recipe span {
  font-size: 0.9rem;
}
.most-popular-recipe a {
  font-size: 0.9rem;
  color: #333;
  font-weight: bold
}
.most-popular-recipe .row {
  margin-bottom: 5px;
}
.section_one {
  background: url("images/bg_Ellipse.png") no-repeat;
  background-position: 7% 100%;
  padding: 5rem 0;
  padding-bottom: 15rem
}
.section_one .main-heading.text-dark {
  color: #000000 !important;
}
.section_one .sub_head {
    font-size: 2.4rem!important;
    line-height: 1;
}
.section_one .event_info_box {
  position: absolute;
  left: -50px;
  width: 100%;
  bottom: -80px;
  background: #0078d4;
  padding: 4.5rem 1rem !important;
  
}
.section_one .event_info_box h4 {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
.section_one .event_info_box .row .col {
  color: #ffffff;
  text-align: center;
}
.section_two {
  background: #30e5d0 url("images/bg_Ellipse_up.png") no-repeat;
  background-position: -13% 0%;
  padding: 5rem 0;
}
.section_two .section_two_items {
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
      -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 58%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 58%);
}
.section_two .section_two_items .section_two_items_center {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 0px 20px 12px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 20px 12px rgba(0,0,0,0.58);
box-shadow: 0px 0px 20px 12px rgba(0,0,0,0.58);
  justify-content: center;
}
/*
.section_two .section_two_items .section_two_items_center:hover {
  background: #0078d4;
  cursor: pointer;
}
.section_two .section_two_items:hover img {
  filter: brightness(0) invert(1);
}
*/
img#owl_nav_prev {
    margin-left: -15px;
}
a.btn.cta_btn3.bg-white.mt-3.hvr-sweep-to-right.targetLink4 {
    color: #000;
}
a.btn.cta_btn.w-100.hvr-sweep-to-right {
    color: #fff;
}
.section_two .section_two_items.sti1 {
  background: url("images/section_two_items_bg_1.png") no-repeat;
  background-position: right top;
  background-size: cover;
}
.section_two .section_two_items.sti2 {
  background: url("images/section_two_items_bg_1.png") no-repeat;
  background-position: left;
  background-size: cover;
}
.section_two .section_two_items.sti3 {
  background: url("images/section_two_items_bg_3.png") no-repeat;
  background-position: center top;
  background-size: cover;
}
.section_two .section_two_items.sti4 {
  background: url("images/section_two_items_bg_4.png") no-repeat;
  background-position: center top;
  background-size: cover;
}
.section_two .section_two_items_wrapper p {
    width: 75%;
    margin: auto;
    margin-top: 2rem;
    font-size: 1.9rem;
    line-height: 1.2;
    color: #000000;
}
.section_three {
  background: #143e8a url("images/bg-bottom.png") no-repeat;
  background-position: bottom left;
  padding: 5rem 0 10rem 0;
  background-size: contain;
      min-height: 1250px;
}
.section_three .main-heading span {
    color: #fcb72c;
    font-weight: 700;
    /* font-family: 'Segoe UI Bold'!important; */
}
.section_three h4 {
  font-size: 2.4rem!important;
}
.section_three .sub_head2 {
    font-family: 'Segoe UI SemiBold'!important;
    font-size: 3.3rem;
    color: #ffffff;
}
h2.main-heading.text-white strong {
    font-weight: lighter;
    font-size: 5.3rem;
}
.section_four {
  padding: 5rem 0;
}
.btn {
    padding: 12px 12px!important;
	font-size: 18px!important;


}
.expert_zone_wrapper {
  background: url("images/expert_zone_wrapper_bg.png") no-repeat;
  background-size: cover;
  padding: 5rem 1rem!important;
}
.w-90 {
  width: 90%;
}
.head_bar {
  width: 150px;
  height: 2px;
  background: #0078d4;
  /*  margin: auto;*/
  margin-top: 1.5rem !important;
  margin-bottom: 2rem !important;
}
.head_bar_small {
  width: 50px;
  height: 2px;
  background: #fcb72c !important;
  /*  margin: auto;*/
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.head_bar_white {
  width: 80%;
  height: 1px;
  background: #FFFFFF;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.btn-rounded {
  border: 2px solid #002677;
  border-radius: 26px;
  background: #fff;
  color: #002677;
}
.cta:hover {
  background: #fff !important;
  color: #002677;
  box-shadow: 0 0 0 2px #002677;
  border-color: #002677;
}
.wid-tag {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 45%;
}
.hero-banner {
  background: url("images/banner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  min-height: 760px!important;
}
.form-hero-banner {
  background: url("images/banner_form.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 640px;
}
.site-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #002677;
}
.hero-banner-heading {
  font-size: 116px;
  line-height: 130px;
  color: #FFFFFF;
  font-family: 'Segoe UI Light'!important;
}
.hero-banner-heading-bold {
  /*  font-size: 2.3rem;*/
  font-size: 116px;
  line-height: 60px;
  color: #FFFFFF;
    padding-bottom: 1rem;
    font-weight: bold;
}
.hero-banner p.para {
  font-size: 25px;
  line-height: 1;
  font-family: 'Segoe UI'!important;
  color: #ffffff;
}
.hero-banner p.para2 {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Segoe UI'!important;
  color: #ffffff;
}
.cta_Register {
  background: #ffffff;
  color: #000000;
  border-radius: 0;
  padding: 0.5rem 1.25rem;
}
.cta_btn {
  background: #0078d4;
  color: #ffffff;
  border-radius: 0;
  padding: 0.8rem 1.25rem;
  font-size: 1.5rem;
  font-family: 'Segoe UI SemiBold'!important;
}
/*
.cta_btn:hover {
  color: #D1D1D1;
}
*/
.cta_btn2 {
  background: #ffffff;
  color: #143e8a;
  border-radius: 0;
  padding: 0.8rem 1.25rem;
  font-size: 1.5rem;
  width: 90%;
  font-family: 'Segoe UI SemiBold'!important;
  margin: auto;
}
/*
.cta_btn2:hover {
  color: #D1D1D1;
}
*/
.cta_btn3 {
     font-family: 'Segoe UI Light'!important;
    background: #ffffff;
    color: #143e8a;
    border-radius: 0;
    padding: 1rem 5rem!important;
    font-size: 2.3rem!important;
    font-weight: 600;
    margin: auto;
    font-weight: bold!important;
}
.cta_btn3:hover {
  color: #fff !important;
}
.owl-cust-nav-prev, .owl2-cust-nav-prev, .owl3-cust-nav-prev, .owl4-cust-nav-prev {
  position: absolute;
  z-index: 99;
  left: -40px;
  bottom: 50%;
}
.owl-cust-nav-next, .owl2-cust-nav-next, .owl3-cust-nav-next, .owl4-cust-nav-next {
  position: absolute;
  z-index: 99;
  left: 100%;
  bottom: 50%;
}
.view-all-link {
  color: #e0601f;
  line-height: 4;
  font-size: 18px;
  /*text-transform:uppercase;*/
  font-weight: bold;
}
.healthy-breakfast, .healthy-breakfast-desc {
  padding: 1rem 0.75rem
}
.healthy-breakfast p {
  color: #002677;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.font-07rem {
  font-size: 0.7rem;
}
.font-08rem {
  font-size: 0.8rem;
}
.font-09rem {
  font-size: 0.9rem;
}
.monthly-recipe-box {
  background: #efefee;
  padding-bottom: 25px !important;
}
.theme-btn {
  background: #e0601f;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px 20px;
}
.theme-btn:hover {
  text-decoration: none;
  color: #FFF;
}
.cursor-pointer {
  cursor: pointer;
}
.on-hover-underline-none:hover {
  text-decoration: none !important;
  color: none;
}
.view-all-link:hover {
  color: #e0601f;
}
.theme-btn-large {
  background: #e0601f;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 20px;
  margin-right: 10px;
  margin-bottom: 15px;
}
a.theme-btn-large:hover {
  color: #FFF;
  text-decoration: none;
}
.half-strip-box {
  background: url(images/stripe.png) no-repeat;
  color: #FFF;
  padding-left: 20px
}
.half-strip-box p {
  padding: 5px
}
.theme-footer {
  background: #212121;
  color: #FFFFFF;
  padding: 30px 0;
}
.theme-footer a {
  color: #FFFFFF;
  text-decoration: none
}
.theme-footer p {
  margin: 0 !important;
  font-size: 15px;
}
.theme-footer .footer-brand {
  max-height: 40px;
  height: 25px;
  padding-right: 10px;
  display: block
}
.theme-color {
  color: #143e8a;
}
.breadcrumb {
  background: none;
  color: #e0601f;
  font-weight: 550;
  padding: 0;
}
.breadcrumb a {
  color: #e0601f;
  text-decoration: none
}
.page-link {
  color: #ce4b27
}
.volunteers-head {
  color: #000000 !important;
  text-transform: none !important;
  font-weight: 550;
  font-size: 14px;
}
.volunteers-job-title {
  color: #ce4b27 !important;
  text-transform: none !important;
  font-size: 12px;
}
.btn-jump-to-recipe {
  background: #e0601f;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px 20px;
}
a.btn-jump-to-recipe:hover {
  color: #FFF;
  text-decoration: none;
}
a.recipe-details-link {
  text-decoration: none;
}

.hvr-sweep-to-right .fa:before {
    font-family: "FontAwesome";
}
.hvr-sweep-to-right i {
    position: relative;
    top: 2px;
    right: -2px;
}
.hvr-sweep-to-right:hover {
    color: #fff!important;
}
.hero-decs-box {
    margin: 10rem 0;
}
h2.main-heading2.theme-color.font-bold {
    font-weight: bold;
}
.footertop {
    background-color: #04488d36;
    padding: 6px;
    margin-bottom: 15px;
    border-top: 6px solid #fa0;
}
.footerbg {
    color: #fff;
    padding: 11px;
    margin-top: 10px;
    border-top: 6px solid #ffaa00;
    background: rgb(7,26,90);
    background: linear-gradient(90deg, rgba(7,26,90,1) 0%, rgba(0,141,217,1) 100%);
	  margin-top: 14px;
}
.section_two .section_two_items:hover {
    transform: rotate(360deg)!important;
    transition: 0.5s;
}


.footer-campigon {
    padding: 10px 0;
}
.footer-campigon p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer-camp-box p {
    font-weight: 600;
}
.footer-camp-box p img {
    max-height: 40px;
    height: 25px;
    display: block;
}
.author-photo {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-attachment: local;
  background-image: url(images/dasd.jpg);
  float: left
}
.author-desc {
  height: 70px !important;
  padding: 1rem !important;
  display: flex !important;
}
.reviewer-photo {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-attachment: local;
  background-image: url(images/reviewer-photo.png);
  float: left
}
.reviewer-desc {
  height: 40px !important;
  padding-left: 1rem !important;
  display: flex !important;
}
.theme-list li {
  margin-bottom: 1rem;
}
.tip-box {
  background: #fae4d3;
  border: none;
  border-radius: 20px 20px;
  height: 35px;
  padding-left: 10px;
}
.tip-icon {
  background: #e0601f;
  border: none;
  border-radius: 20px 20px;
  height: 35px;
  width: 35px;
  color: #FFF;
  position: relative;
  right: 10px;
}
/*Recipe slider*/
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs img:hover {
  opacity: 100%;
}
#carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
}
#carousel-thumbs .selected img {
  opacity: 100%;
}
.pagination {
  margin-top: 20px
}
a.theme-footer-links:hover {
  color: #FFF;
}
.desktop-hide {
  display: none !important;
  visibility: hidden !important;
}
.healthy-breakfast-desc .name-span {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: "...";
  font-size: 0.875rem;
}
.filter-box {
  margin-top: 50px !important;
  float: right !important;
}
.cell-bg-1 a {
  cursor: auto;
}

#top {
    background-color: #00267795!important;
    background: rgb(7,26,90);
    background: linear-gradient(90deg, rgba(7,26,90,1) 0%, rgba(0,141,217,1) 100%);
}
.line-height05 {
  line-height: 0.5
}
.slider .custom-nav .previus_img:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/**/
.owl-carousel .owl-item img {
  width: auto !important;
}
.owl-item {
  min-height: 290px !important;
}
.impactBox {
  width: 230px;
  margin: 0 auto;
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  z-index: 9999;
  background: #ffffff;
  overflow: hidden;
  display: block;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: none;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #FF612B;
}
.owl-dots button:focus {
  outline: none;
}
/**/
#slider {}
.slider-card {
  opacity: 0.7;
  padding: 1rem;
  transform: scale(0.9);
}
.owl-stage-outer .center .slider-card {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.slider-card .slider_pic {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
  background: #d0d0d0;
  padding: 2rem
}
.slider-card .text_box {
  border-bottom-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  background: #0078d4;
  color: #ffffff;
  padding: 2rem 4rem;
}
.slider-card .text_box {
  border-bottom-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  background: #0078d4;
    padding: 2rem 7rem;
  
}
.owl-stage-outer .center .slider-card .text_box {
  background: #fcb72c;
  color: #000000;
}
.slider-card .text_box h5 {
    /* font-family: 'Segoe UI Bold'!important; */
    font-weight: bold;
}
.slider {
  position: relative;
}
section#slider p {
    color: #000;
    font-size: 1.6rem;
}
.slider .custom-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 788px;
  margin: auto;
}
.expert_zone_wrapper {
  color: #ffffff;
}
.expert_zone_wrapper .head {
    font-size: 3rem;
    font-family: 'Segoe UI SemiBold'!important;
    font-weight: 900;
}
.expert_zone_wrapper h6 {
    font-size: 2.4rem;
}
.text-dark {
  color: #000000 !important;
}
/*Form Page css start*/
.formpage {
  padding-left: 120px;
  padding-right: 120px;
}
.formpage h2 {
  font-size: 68px;
  font-family: 'Segoe UI Light'!important;
  color: #151515;
  margin-bottom: 60px;
  text-align: center;
}
.formpage h2 strong {
  color: #0078d4;
  font-family: 'Segoe UI Bold'!important;
}
.formpage form {
  margin-bottom: 50px;
}
.formpage form .form-group {
  padding: 0 25px 15px;
}
.formpage form input[type="text"] {
  border: none;
  border-bottom: 1px #a5a5a5 solid;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  font-family: 'Segoe UI'!important;
  color: #131313;
}
.formpage form .form-check-input {
  border: 2px #d73b02 solid;
  border-radius: 0;
}
.section_two .section_two_items:hover .section_two_items_center {
    background-color: #0078d4;
    color: #fff;
    transition: 0.5s;
}
.formpage form .form-group p {
  font-size: 12px;
  font-family: 'Segoe UI'!important;
  color: #131313;
  margin-top: 5px;
  font-style: italic;
  margin-bottom: 0;
}
.formpage form .textdetail p {
  font-size: 15px;
  font-family: 'Segoe UI'!important;
  color: #131313;
  margin-bottom: 10px;
}
.formpage form .form-check label {
  font-size: 15px;
  font-family: 'Segoe UI'!important;
  color: #131313;
  margin-bottom: 10px;
}
.formpage form .textdetail a {
  color: #131313;
  font-style: italic;
  text-decoration: underline;
  transition: .3s all
}
.formpage form .textdetail a:hover {
  color: #0078d4;
}
.formpage form button {
  border: none;
  border-radius: 0;
  background: #fcb72c;
  padding: 20px 75px;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Segoe UI'!important;
  color: #000000;
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
}
.formpage form button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #0078d4;
  color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.formpage form button:hover {
  color: #ffffff;
}
.formpage form button:hover:after {
  width: 100%;
}
.footer_logo_brand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer_logo_contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*############################
#########  RESPONSIVE  #######
##############################*/
@media (min-width: 1601px) and (max-width: 2000px) {
  /*
  .hero-banner-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #002677;
  }
*/
  .hero-decs-box {
    margin-top: 150px;
  }
  .main-heading {
    /*
    font-size: 78px;
    line-height: 96px;
*/
  }
  .hero-banner {
    height: 1050px;
  }
  .hero-banner p {
    font-size: 1.25rem;
  }
  .form-hero-banner {
    height: 800px !important;
    background-position: bottom !important;
  }
  .slider .custom-nav {
    width: 982px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .form-btn {
    right: 9%;
  }
  .hero-banner p.para {
    margin-bottom: 1rem !important;
  }
  .cta_btn, .cta_btn2 {
    font-weight: 300;
    font-size: 1.2rem;
  }
  .hero-banner {
    padding-bottom: 20px !important;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .hero-banner {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    height: auto;
  }
  .owl-cust-nav-next, .owl2-cust-nav-next, .owl3-cust-nav-next, .owl4-cust-nav-next {
    position: relative;
    z-index: 99;
    left: 93% !important;
    bottom: 180px;
  }
  .owl-cust-nav-prev, .owl2-cust-nav-prev, .owl3-cust-nav-prev, .owl4-cust-nav-prev {
    position: relative;
    z-index: 99;
    left: -35px !important;
    bottom: 180px;
  }
  .main-heading {
    font-size: 3rem;
  }
  .most-rec-h3 {
    font-size: 1.20rem;
  }
  .form-btn {
    right: 35%;
  }
  .view-all-link {
    line-height: 2.5;
  }
  .recipe-of-the-week {
    margin-bottom: 15px
  }
  .main-header .container-fluid {
    padding: 0 1rem;
  }
  .logo-top-section {
    padding: 1rem !important;
  }
  .hero-banner-heading {
    font-size: 66px !important;
    line-height: 80px;
  }
  .hero-banner-heading-bold {
    font-size: 56px;
    line-height: 60px;
    padding-bottom: 0;
  }
  .hero-banner p.para {
    font-size: 18px;
    line-height: 1;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .hero-banner p.para2 {
    font-size: 32px;
    line-height: 36px;
  }
  .section_one .event_info_box {
    position: relative;
    left: inherit !important;
    width: 100%;
    bottom: inherit !important;
    background: #0078d4;
    padding: 1rem !important;
  }
  .section_two {
    background-position: -110% 0%;
  }
  .section_two .line-height05 {
    line-height: 1 !important;
  }
  .borderX {
    border: none !important;
  }
  .cta_btn, .cta_btn2 {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 10px !important;
  }
  .section_two .container-fluid {
    padding: 0 2.5rem;
  }
  .section_two .section_two_items {
    margin: auto;
  }
  .expert_zone_wrapper {
    background-position: right;
    padding: 2rem !important;
  }
  .slider-card .text_box {
    padding: 2rem !important;
  }
  .formpage {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .formpage br {
    display: none !important;
  }
  .formpage h2 {
    font-size: 45px !important;
    margin-bottom: 60px;
  }
  .footer_logo_contact {
    flex-direction: column-reverse !important;
  }
  .anchor_sec .anchor_item .anchor_item_container .arrow_box {
    height: 120px;
    width: 85px;
  }
  .section_three .container-fluid {
    padding: 0 2rem;
  }
  .footer-text-center {
    text-align: center !important;
  }
  .section_one {
    background-position: -8% 110% !important;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .slider .custom-nav {
    width: 446px !important;
    margin: auto !important;
  }
  .section_one {
    background-position: -8% 110% !important;
  }
  .section_three .sub_head2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 573px) and (max-width: 768px) {
  .formpage {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /*
  .formpage br {
    display: none !important;
  }
*/
  .section_one {
    background-position: -8% 110% !important;
  }
  .formpage h2 {
    font-size: 45px !important;
    margin-bottom: 60px;
  }
  .section_two .container-fluid {
    padding: 0 2.5rem;
  }
  .section_two .section_two_items {
    margin: auto;
  }
  .section_two {
    background-position: -110% 0%;
  }
  .section_two .line-height05 {
    line-height: 1 !important;
  }
  .logo-top-section .logo1, .logo-top-section .logo2 {
    margin-top: 20px;
  }
  .hero-banner-heading {
    font-size: 66px !important;
    line-height: 80px;
  }
  .hero-banner-heading-bold {
    font-size: 56px;
    line-height: 60px;
    padding-bottom: 0;
  }
  .hero-banner p.para {
    font-size: 18px;
    line-height: 1;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .hero-banner p.para2 {
    font-size: 32px;
    line-height: 36px;
  }
  .owl-cust-nav-next, .owl2-cust-nav-next, .owl3-cust-nav-next, .owl4-cust-nav-next {
    left: 90% !important;
  }
  .owl-cust-nav-prev, .owl2-cust-nav-prev, .owl3-cust-nav-prev, .owl4-cust-nav-prev {
    left: -35px !important;
  }
  .navbar-nav .nav-item {
    margin: 11px;
  }
  .hero-banner .justify-content-center {
    justify-content: end;
  }
  .logo-top-section .logo1, .logo-top-section .logo2 {
    width: 120px;
  }
  .logo-top-section {
    padding: 0 1.5rem !important;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .main-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px !important;
  }
  .container-fluid {
    padding: 0 2rem;
  }
  .main-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .para_type {
    font-size: 28px;
    line-height: 32px;
  }
  .borderX {
    border: none !important;
  }
  .section_one .event_info_wrapper {
    background: #0078d4;
  }
  .section_one .event_info_box {
    position: relative;
    left: inherit !important;
    width: 100%;
    bottom: inherit !important;
    background: #0078d4;
    padding: 1rem !important;
  }
  .heading3 {
    font-size: 1.25rem;
  }
  .view-all-link {
    line-height: 1.2;
  }
  .owl-cust-nav-prev, .owl2-cust-nav-prev, .owl3-cust-nav-prev, .owl4-cust-nav-prev {
    position: relative;
    z-index: 99;
    left: -25px;
    bottom: 180px;
  }
  .owl-cust-nav-next, .owl2-cust-nav-next, .owl3-cust-nav-next, .owl4-cust-nav-next {
    position: relative;
    z-index: 99;
    left: 80%;
    bottom: 180px;
  }
  .navbar-nav {
    display: contents;
  }
  .navbar-nav .dropdown-menu {
    /* position:absolute;
 	left: -60px;*/
  }
  .most-popular-recipe .pl-0 {
    padding-left: 15px !important;
  }
  .instructions-section .text-right {
    text-align: center !important;
  }
  .btn-jump-to-recipe {
    margin-top: 15px
  }
  .form-input-search {
    width: 140px;
  }
  .desktop-hide {
    display: block !important;
    visibility: visible !important;
  }
  .mobile-hide {
    display: none !important;
    visibility: hidden !important;
  }
  .owl-carousel.owl-loaded {
    margin-top: 20px;
  }
  .recipe-of-the-week {
    margin-bottom: 15px
  }
  .hero-banner {
    height: 100%;
    background-size: cover;
    padding-bottom: 20px;
    /*    background: #1b44ec;*/
  }
  .hero-banner .row div {
    padding-right: 0 !important;
  }
  .slider .custom-nav {
    width: auto;
    margin: auto !important;
  }
  .expert_zone_wrapper {
    background-position: right;
    padding: 2rem !important;
  }
  .cta_btn, .cta_btn2 {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 10px !important;
  }
  .slider-card .text_box {
    padding: 2rem !important;
  }
  .hero-banner p.para2 br {
    display: none;
  }
  .footer_logo_contact {
    flex-direction: column-reverse !important;
  }
  .section_three .container-fluid {
    padding: 0 2rem;
  }
  .footer-text-center {
    text-align: center !important;
  }
  .anchor_sec .anchor_item .anchor_item_container .arrow_box {
    height: 120px;
    width: 85px;
  }
}
@media (min-width: 300px) and (max-width: 572px) {
  .formpage {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .formpage br {
    display: none !important;
  }
  .formpage h2 {
    font-size: 45px !important;
    margin-bottom: 60px;
  }
  .noramal_p {
    width: 100%;
  }
  .section_two .line-height05 {
    line-height: 1 !important;
  }
  .section_two .section_two_items {
    margin: auto;
  }
  .section_two_items_wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .section_two .section_two_items_wrapper p {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
  }
  .cta_btn {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .video_wrapper {
    background-size: 100%;
    padding: 0.3rem;
    margin-top: 20px;
  }
  .section_one .event_info_box {
    position: relative;
    left: inherit !important;
    width: 100%;
    bottom: inherit !important;
    background: #0078d4;
    padding: 1rem !important;
  }
  .section_three .main-heading {
    line-height: 1 !important;
  }
  .slider .custom-nav {
    width: auto !important;
    margin: auto !important;
  }
  .hero-banner-heading {
    font-size: 46px !important;
    line-height: 40px;
  }
  .hero-banner-heading-bold {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 0;
  }
  .hero-banner p.para {
    font-size: 14px;
    line-height: 1;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .hero-banner p.para2 {
    font-size: 22px;
    line-height: 36px;
  }
  .hero-banner p.para2 br {
    display: none;
  }
  .logo-top-section .logo1, .logo-top-section .logo2 {
    margin-top: 20px;
  }
  /*
  .img-fluid {
    width: 100%;
    height: auto;
  }
*/
  .hero-banner .row {
    flex-wrap: wrap-reverse;
  }
  .hero-banner p {
    margin-bottom: 2rem !important;
  }
  .navbar .container-fluid {
    padding: 0 0.5rem;
  }
  .container-fluid {
    padding: 0 2rem;
  }
  .formpage .container-fluid {
    padding: 0 0.2rem !important;
  }
  .navbar-collapse {
    position: absolute;
    background: #fcfcfc;
    top: 56px;
    left: 0px;
    padding: 10px;
    width: 100%;
    z-index: 999;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    z-index: 99
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .owl-carousel .owl-item .img-fluid {
    width: 100% !important;
  }
  .footer-text-center {
    text-align: center !important;
  }
  .filter-box {
    margin-top: 10px !important;
    float: inherit !important;
    padding: 0 !important;
  }
  .tip-box {
    height: auto !important;
    padding: 10px !important;
    text-align: center;
  }
  .tip-icon {
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .hero-banner {
    height: 100%;
    background-size: cover;
    /*     background: #1b44ec;*/
    padding-bottom: 20px;
  }
  .hero-banner .row div {
    padding-right: 0 !important;
  }
  .form-input-search {
    width: 200px;
  }
  .navbar-nav .nav-item:first-child {
    margin-left: 20px;
  }
  .cta {
    white-space: inherit !important;
  }
  #top {
    height: 40px;
    width: 40px;
    right: 5px;
    bottom: 5px;
  }
  .cta_btn, .cta_btn2 {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 10px !important;
  }
  .expert_zone_wrapper {
    background-position: right;
    padding: 1.5rem !important;
  }
  .slider-card .text_box {
    padding: 2rem !important;
  }
  .theme-footer .container-fluid {
    padding: 0 0rem !important;
  }
  .theme-footer .footer-brand {
    height: 15px;
  }
  .footer_logo_contact {
    flex-direction: column-reverse !important;
  }
  .borderX {
    border: none !important;
  }
  .anchor_sec .anchor_item .anchor_item_container .arrow_box {
    height: 120px;
    width: 85px;
  }
  .section_three .sub_head2 {
    font-size: 1.6rem;
  }
	
	.main-heading {
    
    font-size: 50px;
    line-height: 60px;
  
}
	
}

.logo-top-section img {
    display: block;
      margin-top: 3%;
}