/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  font-family: 'Work Sans', sans-serif !important;
  color: #282828 !important;
  position: relative;
}


div,
ul,
li,
p,
form,
h5,
h6,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

body,
html {
  overflow-x: hidden;
}



/* =======================   header  =======================   */



.header {}

nav.menu {
  /*height: 85px;*/
  ;
  padding: 10px 65px;
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #000;
}

label.logo {
  position: absolute;
  margin-bottom: 0;
  line-height: 85px;
}

label.logo img {}

.menuBorder {
  border-bottom: 0px solid #fff;
}

nav.menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 70px;
}

nav.menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 21px;
}

nav.menu ul li a {
  /*color: #c6c6c6;*/
  color: #dfdfdf;
  font-size: 18px;
  padding: 8px 5px;
  display: block;
  transition: .4s all;
  font-weight: 500;
  position: relative;
}

nav.menu ul li.active a {
  color: #fff;
}

nav.menu ul li.active a:after,
nav.menu ul li a:hover:after {
  color: #fff;
  content: "";
  height: 2px;
  background: #ECA836;
  bottom: 24px;
  left: 14px;
  right: 0px;
  margin: auto;
  position: absolute;
}


nav.menu ul li:last-child {
  margin-left: 40px;
  margin-top: 22px;
}

.icnbx {
  float: left;
  border-right: 1px solid #666565;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 25px;
  margin-top: 8px;
}

.book_bx {
  float: right;
}

.book_bx .bok_tour {
  display: block;
  color: #FFAF00;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-align: left;
}

.book_bx .bok_nmbr {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  width: 100%;
  max-width: 150px;
}


.checkbtn {
  color: #fff;
  font-size: 30px;
  float: right;
  margin-right: 15px;
  line-height: 80px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}


/*  ============= banner sec =============== */

.banner {
  background: none no-repeat center;
  background-size: cover;
  height: 500px;
  position: relative;
}


.banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.bnr_txtcel {
  text-align: center;
  position: absolute;
  top: 100px;
}

.bnr_txtcel h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: 999;
  font-family: 'Playfair Display SC', serif;
  letter-spacing: 0.2em;
}


.bnr_txtcel .Sub_headings h2 {
  position: relative;
  float: left;
  font-size: 72px;
  font-weight: 900;
  color: currentcolor;
  font-family: 'Playfair Display SC', serif;
  opacity: 0.3;
  margin-top: -20px;
  letter-spacing: 0.4em;
  text-shadow: 2px 0 0 #d0d0d0, -2px 0 0 #d0d0d0, 0 2px 0 #d0d0d0, 0 -2px 0 #d0d0d0,
    1px 1px #d0d0d0, -1px -1px 0 #d0d0d0, 1px -1px 0 #d0d0d0, -1px 1px 0 #d0d0d0;
}


.bnr_txtcel p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 70%;
  margin: 0px auto 40px;
  float: none;
}

.redmor {
  width: 100%;
  max-width: 204px;
  height: 58px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 20px;
  transition: 0.6s;
  margin: 60px auto 0px;
}

.redmor:hover {
  background: #FFAF00;
  color: #fff;
  border: 1px solid #FFAF00;
}

.bnrtitl {
  height: 100px;
}

.clear {
  clear: both;
}


.comn_sec {}

.comn_sec .container {
  width: 94%;
}



/*  ============= Four box sec =============== */


.boxfour_sec {
  padding: 70px 0px;
}

.boxfour_sec .container {}

.boxfour_sec .bxcovr {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  margin-bottom: 20px;
}

.boxfour_sec .bxcovr .picbox {
  position: relative;
}

.boxfour_sec .bxcovr .picbox img {
  width: 100%;
}

.boxfour_sec .bxcovr .picbox:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}


.boxfour_sec .bxcovr .picbox .picnam {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Playfair Display SC', serif;
  text-transform: capitalize;
  line-height: 28px;
  padding: 10px 25px;
}


.daytim_cont {
  padding: 25px;
  float: none;
  overflow: hidden;
}

.daytim_cont ul {
  margin: 0px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid #ECECEC;
}

.daytim_cont ul li {
  display: inline-block;
  vertical-align: top;
}

.daytim_cont ul li:first-child {
  width: 55%;
}

.daytim_cont ul li:last-child {
  width: 43%;
}

.daytim_cont ul li span {
  display: block;
}

.daytim_cont ul li span.grytxt {
  color: #9B9B9B;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.daytim_cont ul li span.blktxt {
  color: #474747;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}


.daytim_cont ul li:last-child span.blktxt:last-child {
  position: relative;
}

.daytim_cont ul li:last-child span.blktxt:last-child:before {
  position: absolute;
  content: '';
  top: 3px;
  left: -22px;
  height: 15px;
  width: 2px;
  background: #C9C9C9;
}



.ylow_butn {
  background: #FFAF00;
  border-radius: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  width: 167px;
  display: block;
  color: #fff;
  transition: 0.6s;
  text-transform: capitalize;
  float: right;
  text-align: center;
  margin: 20px 0px 0px;
  padding: 10px 0px;
}

.ylow_butn:hover {
  background: #474747;
  color: #fff;
}


/*  ============= Cofounder sec =============== */


.cofoundr_sec {
  background: #F4F4F4;
  padding: 90px 0px 0px;
}

.cofoundr_sec .container {
  width: 86%;
}

.short_titl {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #5F5F5F;
}

.comn_sec h2 {
  text-transform: capitalize;
  color: #202020;
  font-weight: 700;
  font-size: 52px;
  line-height: 70px;
  text-align: center;
  font-family: 'Playfair Display SC', serif;
}

.scroll_cntr {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.cofoundr_cel {}

.cofoundr_cel h4 {
  text-transform: uppercase;
  color: #FFA800;
  font-weight: 700;
  font-size: 60px;
  line-height: 40px;
  font-family: 'Playfair Display SC', serif;
  margin-bottom: 25px;
}

.cofoundr_cel h4 span {
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  font-size: 36px;
  line-height: 70px;
  display: block;
  font-family: 'Work Sans', sans-serif;
}

.cofoundr_cel p {
  font-size: 18px;
  line-height: 36px;
  color: #151515;
  margin-bottom: 30px;
  font-weight: 400;
}

.cofoundr_cel p strong {
  color: #6B6363;
  font-size: 18px;
  line-height: 70px;
  font-weight: 700;
  text-transform: capitalize;
}

.cfundr_picbx {
  background: #fff;
  width: 100%;
  height: 496px;
  position: relative;
}

.fundr-1 {
  position: absolute;
  bottom: 0px;
  right: -40px;
}

.cofoundr_sec .left_cel {
  padding-left: 85px;
  padding-top: 40px;
}

.cofoundr_sec .left_cel h4 {
  position: relative;
  left: -150px;
}

.fundr-2 {
  position: absolute;
  bottom: 0px;
  left: -55px;
}

.cofoundr_sec .right_cel {
  padding-right: 80px;
  padding-top: 40px;
}

.cofoundr_sec .right_cel h4 {
  position: relative;
  right: -146px;
  text-align: right;
  z-index: 9;
}

.cofoundr_sec .right_cel p {
  text-align: right;
  width: 88%;
  float: right;
}



/*  ============= Coworking sec =============== */

.coworkng_sec {
  padding: 90px 0px;
}

.coworkng_sec .container {
  width: 92%;
}

.co_workbx {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  width: 100%;
  padding: 70px 15px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.6s;
  height: 460px
}

.co_workbx:hover {
  background: #FFAF00;
}

.co_workbx:hover:before,
.co_workbx:hover:after {
  background: none;
}

.co_workbx:hover h6,
.co_workbx:hover p {
  color: #fff;
}

.co_workbx:hover .wrk_picbx {
  background: #ffc33f;
}

.coworkng_slider {
  margin-top: 40px;
}

.co_workbx:before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  height: 42px;
  width: 41px;
  background: url(../images/top_lft.png) 0 0 no-repeat;
}

.co_workbx:after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: -10px;
  height: 42px;
  width: 41px;
  background: url(../images/botm_rgt.png) 0 0 no-repeat;
}

.co_workbx h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #2D2D2D;
  text-align: center; margin:30px 0px;   max-height: 62px;
}

.co_workbx p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #545454;
}

.wrk_picbx {
  width: 72px;
  height: 44px;
  display: block;
  margin: 20px auto 0px;
  background: #e6e6e6;
  position: relative;
}

.wrk_picbx img {
  position: absolute;
  right: -22px;
  top: -38px;
}

.coworkng_slider .owl-dots.disabled {
  display: block !important;
  text-align: center;
  margin-top: 30px;
}

.coworkng_slider .owl-dots .owl-dot {
  display: inline-block !important;
  width: 38px;
  height: 12px;
  border: 1px solid #FFAF00;
  background: #fff;
  border-radius: 10px;
  margin: 6px;
}

.coworkng_slider .owl-dots .owl-dot.active {
  border: 1px solid #FFAF00;
  background: #FFAF00;
  width: 38px;
  height: 12px;
  border-radius: 10px;
}


.co_workbx .wrk_picbx .w-pic {
  display: none;
}

.co_workbx:hover .wrk_picbx .w-pic {
  display: block;
}

.co_workbx:hover .wrk_picbx .b-pic {
  display: none;
}




/*  ============= Video sec =============== */



.compnyvdo_sec {
  background: none no-repeat center;
  background-size: cover;
  height: 598px;
  position: relative;
  padding: 175px 0px;
}

.compnyvdo_sec:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.compnyvdo_sec .vdocontnt_bx {
  position: relative;
  padding: 15px 0 0 15px;
}

.compnyvdo_sec .vdocontnt_bx :before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  height: 41px;
  width: 41px;
  background: url(../images/wht_top_lft.png) 0 0 no-repeat;
}

.vdocontnt_bx span {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  display: block;
}

.vdocontnt_bx h2 {
  color: #fff;
  text-align: left;
}

.vdocontnt_bx p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  margin-top: 25px;
}


.plyvdo_bx {
  float: none;
  overflow: hidden;
  margin: 130px auto 0px;
  width: 100%;
  max-width: 310px;
}

.wtch_vdo_link {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  position: relative;
  padding-right: 22px;
  transition: 0.6s;
  float: left;
  margin-top: 45px;
}

.wtch_vdo_link:after {
  color: #fff;
  content: "";
  height: 2px;
  background: #ECA836;
  bottom: -10px;
  left: 25px;
  right: 0px;
  margin: auto;
  position: absolute;
  border: 1px solid #FFAF00;
}

.wtch_vdo_link:hover {
  color: #ECA836;
}

.vdoply_bx {
  width: 124px;
  height: 124px;
  background: url(../images/plybtn_bg.png) 0 0 no-repeat;
  float: right;
  line-height: 126px;
  text-align: center;
}

.vdoply_bx .vply_btn {}


/*  ============= Partner sec =============== */



.partner_sec {
  padding: 60px 0px;
}

/*.partner_sec ul{ margin: 0px; padding: 0px; text-align: center; }
    .partner_sec ul li{ display: inline-block; list-style: none; vertical-align: top; margin: 0px 45px; }
    .partner_sec ul li a{ width: 100%; display: block; }
    .partner_sec ul li img{ width: 150px; }
*/

.partner_sec .container {
  width: 80%;
}

.partner_sec .sub_slider .slidbox_pic {
  padding: 24px 30px;
  margin: 0px;
}

/*  ============= Team sec =============== */


.team_sec {
  padding: 50px 0px;
}

.team_sec .team_sec h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: 999;
  font-family: 'Playfair Display SC', serif;
  letter-spacing: 0.2em;
}

.team_sec .Sub_headings {
  margin-top: 36px;
}

.team_sec .Sub_headings h2 {
  position: relative;
  float: none;
  font-size: 96px;
  font-weight: 900;
  color: #fff;
  font-family: 'Playfair Display SC', serif;
  opacity: 0.5;
  margin-top: -20px;
  letter-spacing: 0.4em;
  text-shadow: 2px 0 0 #d0d0d0, -2px 0 0 #d0d0d0, 0 2px 0 #d0d0d0, 0 -2px 0 #d0d0d0,
    1px 1px #d0d0d0, -1px -1px 0 #d0d0d0, 1px -1px 0 #d0d0d0, -1px 1px 0 #d0d0d0;
}


.team_sec .Concept_heading {
  margin-top: -62px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.team_sec ul {
  margin: 40px 0px 20px;
  padding: 0px
}

.team_sec li.tem_bx {
  background: #fff;
  padding: 15px 16px;
  list-style: none;
  vertical-align: top;
  margin: 10px 5px;
  text-align: center;
  width: 32%;
  display: inline-block;
}

.tmember_pic {
  width: 191px;
  height: 191px;
  border-radius: 50%;
  float: none;
  overflow: hidden;
  display: block;
  float: none;
  margin: 10px auto 25px;
  position: relative;
}

.tmember_pic a {
  display: none;
}

.tmember_pic:hover a {
  display: block;
}

.tmember_pic:hover:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 164px;
  width: 164px;
  border-radius: 50%;
  background: rgba(255, 184, 0, 0.8);
  margin: auto;
}

.tm_socal {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}


.tmember_pic .tm_pic {
  width: 100%;
}

.tem_bx h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #333;
  text-transform: capitalize;
}

.tem_bx .membr_dg {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #9e9e9e;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
  display: block;
  height: 50px;
}

.tem_bx .membr_dg:after {
  content: "";
  height: 1px;
  width: 80px;
  background: #000;
  bottom: -18px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
}

.tem_bx p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #595959;
  margin-top: 40px;
}



/*  ============= Footer =============== */

footer {
  background: #262626;
}

footer .fotr_main {
  padding: 50px 0px;
}

footer .fotr_main .container {
  width: 84%;
}

.ftrcel-1 {
  padding-right: 240px;
}

.ftrcel-1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #9b9b9b;
}

.ftrcel-1 .ftr_logo {
  margin-bottom: 20px;
  display: block;
}

.socalbx {
  margin-top: 20px;
}

.socalbx h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.socalbx ul {
  margin: 10px 0px 0px;
  padding: 0px;
}

.socalbx ul li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
  padding: 2px;
  border: 1px solid #585858;
  text-align: center;
  line-height: 40px;
  transition: 0.6s;
}

.socalbx ul li a {
  color: #fff;
  display: block;
}

.socalbx ul li:hover a {
  color: #FFAF00;
}

.ftrcel-2 {}

.ftrcel-2 h5,
.ftrcel-3 h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  display: table;
  padding-right: 75px;
}

.ftrcel-2 h5:after,
.ftrcel-3 h5:after {
  content: "";
  height: 1px;
  width: 58px;
  background: #fff;
  right: 0px;
  bottom: 8px;
  position: absolute;
}


.ftrcel-2 ul {
  margin: 0px;
  padding: 0px;
}

.ftrcel-2 ul li {
  margin: 0px;
  padding: 0px;
}

.ftrcel-2 ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  transition: 0.6s;
}

.ftrcel-2 ul li a:hover {
  color: #FFAF00;
}

.ftrcel-3 ul {
  margin-left: 30px;
  padding: 0px;
}

.ftrcel-3 ul li {
  padding: 0px;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.ftrcel-3 ul li i {
  position: absolute;
  left: -28px;
  top: 9px;
  font-size: 18px;
}


.fotr_botm {
  border-top: 1px solid #4b4b4b;
}

footer .fotr_botm .container {
  width: 84%;
}

.fotr_botm ul.cpyrght {
  margin: 20px 0px;
  text-align: left;
}

.fotr_botm ul.cpyrght li,
.fotr_botm ul.cpyrght li a {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #9B9B9B;
  padding: 0px 10px;
  margin: 0px;
  border-right: 1px solid #9b9b9b;
  line-height: 18px;
}

.fotr_botm ul.cpyrght li:first-child {
  padding-left: 0px;
}

.fotr_botm ul.cpyrght li:last-child,
.fotr_botm ul.cpyrght li:last-child a {
  border-right: 0px;
}

.fotr_botm p {
  font-size: 16px;
  margin: 20px 0px;
  text-align: right;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  color: #9B9B9B;
  position: relative;
}

.fotr_botm p:after {
  content: "";
  height: 42px;
  width: 42px;
  background: url(../images/botm_logo.png) 0 0 no-repeat;
  right: 0px;
  top: 0px;
  position: absolute;
}



.twinfix_btncel {
  position: fixed;
  top: 200px;
  right: 18px;
  width: 50px;
  z-index: 999;
}

.fix_btn {
  padding: 20px 20px;
  background: #FFAF00;
  border-radius: 0px 20px 20px 0px;
  transition: 0.6s;
  text-transform: uppercase;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0px;
}

.fix_btn:hover {
  color: #fff;
}


.blksocl_fixbtn {
  padding: 20px 12px;
  background: #333333;
  width: 68px;
  border-radius: 20px 0px 0px 20px;
}


.blksocl_fixbtn ul {
  margin: 10px 0px 0px;
  padding: 0px;
}

.blksocl_fixbtn ul li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  list-style: none;
  margin: 3px;
  padding: 2px;
  border: 1px solid #585858;
  text-align: center;
  line-height: 40px;
  transition: 0.6s;
}

.blksocl_fixbtn ul li a {
  color: #fff;
  display: block;
}

.blksocl_fixbtn ul li:hover a {
  color: #FFAF00;
}





@media (max-width: 1500px) {


  nav.menu {
    padding: 10px 40px;
  }

  nav.menu ul li {
    margin: 0 1px;
  }

  nav.menu ul li a {
    font-size: 14px;
  }

  nav.menu ul li:last-child {
    margin-left: 22px;
  }

  label.logo img {
    width: 185px;
  }

  .book_bx .bok_nmbr {
    font-size: 14px;
    max-width: 130px;
  }

  .book_bx .bok_tour {
    font-size: 14px;
  }


  header label.logo {
    top: 20px;
  }

  .bnr_txtcel p {
    font-size: 14px;
    line-height: 24px;
  }

  .bnr_txtcel h2 {
    font-size: 40px;
  }

  .bnr_txtcel .Sub_headings h2 {
    margin-top: -20px;
    font-size: 58px;
  }

  .redmor {
    max-width: 165px;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    padding: 14px;
  }



  .daytim_cont ul li span.blktxt {
    font-size: 12px;
  }

  .daytim_cont ul li span.grytxt {
    font-size: 11px;
  }

  .daytim_cont {
    padding: 14px;
  }

  .daytim_cont ul li:first-child {
    width: 57%;
  }

  .daytim_cont ul li:last-child {
    width: 40%;
  }

  .boxfour_sec .bxcovr .picbox .picnam {
    font-size: 17px;
    padding: 10px 14px;
  }

  .daytim_cont ul li:last-child span.blktxt:last-child:before {
    position: absolute;
    content: '';
    top: 4px;
    left: -12px;
    height: 12px;
  }

  .ylow_butn {
    font-size: 15px;
    line-height: 22px;
    width: 128px;
    margin: 14px 0px 0px;
  }



  .cofoundr_sec {
    padding: 60px 0px 0px;
  }

  .short_titl {
    font-size: 16px;
  }

  .comn_sec h2 {
    font-size: 42px;
  }

  .cofoundr_cel h4 {
    font-size: 36px;
    line-height: 20px;
  }

  .cofoundr_cel h4 span {
    font-size: 22px;
    line-height: 50px;
  }

  .cfundr_picbx {
    height: 385px;
  }

  .cofoundr_sec .left_cel h4 {
    left: -140px;
  }

  .cofoundr_cel p {
    font-size: 14px;
    line-height: 26px;
  }

  .cofoundr_cel p strong {
    font-size: 14px;
    line-height: 50px;
  }

  .co_workbx p {
    font-size: 14px;
    line-height: 25px;
  }

  .co_workbx h6 {
    font-size: 20px;
    line-height: 20px;
  }

  .cofoundr_cel p {
    margin-bottom: 20px;
  }

  .cofoundr_sec .right_cel h4 {
    right: -118px;
  }

  .co_workbx {
    height: 400px;
  }

  .coworkng_sec {
    padding: 60px 0px;
  }


  .compnyvdo_sec {
    height: 450px;
    padding: 116px 0px;
  }

  .vdocontnt_bx p {
    font-size: 14px;
    line-height: 25px;
  }

  .plyvdo_bx {
    margin: 100px auto 0px;
  }

  .wtch_vdo_link {
    font-size: 16px;
  }

  .vdoply_bx {
    width: 100px;
    height: 100px;
    background-size: contain;
    line-height: 98px;
  }

  .partner_sec .sub_slider .slidbox_pic {
    padding: 24px 12px;
    margin: 0px;
  }

  .partner_sec {
    padding: 30px 0px;
  }



  .team_sec .Sub_headings h2 {
    font-size: 66px;
  }

  .team_sec .Concept_heading {
    margin-top: -66px;
  }


  .team_sec li.tem_bx {
    padding: 15px 4px;
  }

  .team_sec .tem_bx h5 {
    font-size: 17px;
    line-height: 45px;  line-height: 20px;
    height: 48px;
  }

  .tem_bx .membr_dg,
  .tem_bx p {
    font-size: 14px;
  }

  .tem_bx .membr_dg {
    height: 38px;
  }

  .tmember_pic {
    width: 151px;
    height: 151px;
  }

  .tmember_pic:hover:before {
    height: 134px;
    width: 134px;
    border-radius: 50%;
  }

  .tm_socal {
    width: 45px;
    height: 45px;
  }


  .ftrcel-1 p {
    font-size: 14px;
  }

  .ftrcel-1 {
    padding-right: 120px;
  }

  .ftrcel-2 ul li a,
  .ftrcel-3 ul li {
    font-size: 13px;
  }

  .ftrcel-2 h5,
  .ftrcel-3 h5 {
    font-size: 20px;
  }

  .socalbx ul li {
    width: 38px;
    height: 38px;
    line-height: 34px;
  }

  .ftrcel-2 ul li a,
  .ftrcel-3 ul li {
    line-height: 25px;
  }

  .fotr_botm ul.cpyrght li,
  .fotr_botm ul.cpyrght li a {
    font-size: 13px;
    line-height: 13px;
  }

  .fotr_botm p {
    font-size: 13px;
    padding-right: 36px;
  }

  .fotr_botm p:after {
    height: 34px;
    width: 34px;
    background-size: contain;
  }


  .blksocl_fixbtn ul li {
    width: 36px;
    height: 36px;
    line-height: 32px;
    margin: 6px 4px;
  }

  .fix_btn {
    font-size: 15px;
  }

  .blksocl_fixbtn {
    padding: 12px 12px;
  }

  .twinfix_btncel {
    right: 8px;
  }

  .wrk_picbx {
    width: 62px;
    height: 44px;
  }

  .wrk_picbx img {
    top: -30px;
  }


  .coworkng_slider .owl-dots .owl-dot,
  .coworkng_slider .owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
  }


}


@media (max-width: 1200px) {

  nav.menu ul li a {
    font-size: 13px;
  }

  .boxfour_sec .bxcovr .picbox .picnam {
    font-size: 16px;
  }

  .daytim_cont ul li span.blktxt {
    font-size: 11px;
  }

  .ylow_butn {
    font-size: 14px;
    line-height: 18px;
    width: 115px;
    margin: 14px 0px 0px;
  }

  .partner_sec ul li {
    margin: 0px 10px;
  }

  .team_sec .tem_bx h5 {
    font-size: 15px;
  }

  .fotr_botm ul.cpyrght li,
  .fotr_botm ul.cpyrght li a {
    font-size: 12px;
    line-height: 12px;
  }

}


@media (max-width: 1024px) {

  nav.menu {
    padding: 2px 40px;
  }

  .book_bx .bok_nmbr {
    font-size: 13px;
  }

  .book_bx .bok_tour {
    font-size: 12px;
  }

  .icnbx {
    padding-right: 4px;
  }

  nav.menu ul li a {
    font-size: 12px;
    padding: 8px 2px;
  }

  label.logo img {
    width: 150px;
  }

  .boxfour_sec {
    padding: 40px 0px;
  }

  .boxfour_sec .bxcovr .picbox .picnam {
    height: 60px;
    line-height: 20px;
    font-size: 17px;
  }

  .daytim_cont ul li:first-child,
  .daytim_cont ul li:last-child {
    width: 100%;
  }

  .daytim_cont ul li span.grytxt {
    font-size: 13px;
  }

  .daytim_cont ul li span.blktxt {
    font-size: 15px;
  }

  .daytim_cont ul li:last-child span.blktxt:last-child:before {
    background: none;
  }

  .ylow_butn {
    float: none;
    margin: 14px auto 0px;
  }

  .cfundr_picbx {
    height: 290px;
  }

  .cofoundr_sec .left_cel {
    padding-left: 100px;
    padding-top: 10px;
  }

  .cofoundr_cel h4 {
    font-size: 32px;
  }

  .cofoundr_cel h4 span {
    font-size: 20px;
    line-height: 40px;
  }

  .cofoundr_sec .right_cel {
    padding-right: 98px;
    padding-top: 18px;
  }

  .cofoundr_sec .cfundr_rgtpicbx {
    height: 270px;
  }

  .co_workbx {
    padding: 40px 15px;
  }

  .co_workbx p {
    font-size: 13px;
    line-height: 24px;
  }

  .co_workbx h6 {
    font-size: 19px;
  }


  .vdocontnt_bx h2 {
    line-height: 40px;
  }

  .compnyvdo_sec {
    height: auto;
    padding: 82px 0px;
  }

  .comn_sec h2 {
    font-size: 36px;
  }

  .vdocontnt_bx span {
    font-size: 16px;
  }

  .vdoply_bx {
    width: 90px;
    height: 90px;
    background-size: contain;
    line-height: 90px;
  }

  .plyvdo_bx {
    max-width: 230px;
  }

  .wtch_vdo_link {
    font-size: 14px;
  }

  .partner_sec {
    padding: 30px 0px;
  }

  .partner_sec ul li {
    margin: 0px 4px;
  }

  .partner_sec ul li img {
    width: 115px;
  }


  .team_sec .tem_bx h5 {
    font-size: 13px;
  }

  .tem_bx .membr_dg,
  .tem_bx p {
    font-size: 12px;
  }

  .tem_bx .membr_dg {
    font-size: 12px;
    line-height: 16px;
  }

  .tem_bx .membr_dg:after {
    width: 50px;
  }

  .tem_bx p {
    margin-top: 25px;
  }

  .tem_bx .membr_dg:after {
    bottom: -12px;
  }

  .tmember_pic {
    width: 100px;
    height: 100px;
    margin: 10px auto 5px;
  }

  .tmember_pic:hover:before {
    height: 85px;
    width: 85px;
  }

  .tm_socal {
    width: 30px;
    height: 30px;
  }

  .socalbx ul li {
    width: 30px;
    height: 30px;
    line-height: 24px;
    margin: 3px 1px;
  }

  .socalbx ul li i {
    font-size: 15px;
  }

  .fotr_botm ul.cpyrght li,
  .fotr_botm ul.cpyrght li a {
    font-size: 10px;
    padding: 0px 5px;
  }

  .fotr_botm p {
    font-size: 10px;
  }

  .ftrcel-1 {
    padding-right: 42px;
  }

}





@media (max-width: 768px) {

  .checkbtn {
    display: block;
  }


  header nav.menu {
    height: 85px;
  }

  header label.logo {
    top: 18px;
  }

  nav.menu ul {
    position: absolute;
    top: 86px;
    line-height: 50px;
    padding: 0px 16px;
    right: -100%;
    float: none;
    background: #000;
    width: 100%;

    height: auto;
    transition: .5s all;
    z-index: 999;
  }

  nav.menu ul li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
  }

  nav.menu ul li:last-child {
    border-bottom: 0px;
  }

  nav.menu ul li a {
    display: block;
    padding: 0;
    color: #c6c6c6;
  }

  nav.menu ul li.active a,
  nav.menu ul li a:hover {
    color: #fff;
  }

  #check:checked~ul.menu-toggle {
    left: 0;
  }


  .menuBorder i {
    border: 0px solid #fff;
    width: 23px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    border-radius: 5px;
  }

  label.logo {}

  .fa-bars:before {
    content: "\f0c9";
    color: #fff;
  }

  nav.menu ul li.active a:after,
  nav.menu ul li a:hover:after {
    display: none;
  }



  .cofoundr_sec .right_cel {
    float: none;
    overflow: hidden;
  }


  .bnr_txtcel .Sub_headings h2 {
    margin-top: -6px;
    font-size: 38px;
  }

  .bnr_txtcel h2 {
    font-size: 34px;
  }

  .bnrtitl {
    height: 78px;
  }

  .redmor {
    margin-top: 40px;
  }


  .boxfour_sec .bxcovr .picbox .picnam {
    height: 50px;
    line-height: 30px;
    font-size: 22px;
  }

  .daytim_cont ul li {
    display: inline-block;
  }

  .daytim_cont ul li:first-child {
    width: 60%;
  }

  .daytim_cont ul li:last-child {
    width: 38%;
  }

  .daytim_cont ul li:last-child span.blktxt:last-child:before {
    position: absolute;
    content: '';
    top: 3px;
    left: -22px;
    height: 15px;
    width: 2px;
    background: #C9C9C9;
  }

  .ylow_butn {
    font-size: 17px;
    line-height: 24px;
    width: 136px;
  }

  .coworkng_slider .owl-dots {
    text-align: center;
  }

  .coworkng_slider .owl-dots .owl-dot {
    margin: 2px;
  }

  .plyvdo_bx {
    margin: 30px auto 0px;
  }

  .partner_sec .sub_slider .slidbox_pic {
    padding: 24px 0px;
    margin: 0px;
  }

  .partner_sec {
    padding: 20px 0px 0px;
  }

  .team_sec {
    padding: 0px;
  }

  .team_sec .Sub_headings h2 {
    font-size: 48px;
    margin-top: -40px;
  }

  .team_sec ul {
    text-align: center;
  }

  .team_sec li.tem_bx {
    width: 47%;
  }

  .team_sec .tem_bx h5 {
    font-size: 20px; line-height: 40px; height: auto;
  }

  .tem_bx .membr_dg,
  .tem_bx p {
    font-size: 14px;
  }

  .ftrcel-2,
  .ftrcel-3 {
    margin-top: 20px;
  }

  .ftr_logo img {
    width: 280px;
  }

  .fotr_botm ul.cpyrght {
    text-align: center;
    font-size: 13px;
    margin: 20px 0px 0px;
  }

  .fotr_botm ul.cpyrght li,
  .fotr_botm ul.cpyrght li a {
    font-size: 13px;
  }

  .fotr_botm p {
    text-align: center;
    font-size: 13px;
    margin: 6px auto;
    display: table;
  }


  .cfundr_picbx {
    margin-top: 110px;
  }

  .cofoundr_sec .left_cel {
    position: relative;
    margin-top: -100px;
    padding-left: 0px;
  }

  .cofoundr_sec .left_cel h4 {
    left: 0px;
  }

  .cofoundr_sec .right_cel {
    padding-right: 0px;
    margin-top: 0px;
  }

  .cofoundr_sec .right_cel h4 {
    right: 0px;
  }

  .cofoundr_sec .cfundr_rgtpicbx {
    margin-top: 160px;
  }

  .book_bx {
    float: left;
  }

  nav.menu ul li:last-child {
    margin: 12px 0px 12px;
    float: none;
    overflow: hidden;
  }



}


@media (max-width: 520px) {

  .bnr_txtcel {
    width: 100%;
    top: 20px;
  }

  .bnrtitl {
    height: 50px;
  }

  .bnr_txtcel h2 {
    font-size: 22px;
  }

  .bnr_txtcel .Sub_headings h2 {
    margin-top: -2px;
    font-size: 22px;
  }

  .bnr_txtcel p {
    line-height: 20px;
  }

  .comn_sec h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .boxfour_sec .bxcovr .picbox .picnam {
    font-size: 18px;
  }

  .cofoundr_cel h4 {
    font-size: 26px;
  }

  .cofoundr_cel p strong {
    line-height: 18px;
  }

  .co_workbx {
    height: 300px;
  }

  .team_sec .Sub_headings h2 {
    font-size: 34px;
  }

  .team_sec .Concept_heading {
    margin-top: -28px;
  }

  .team_sec .Sub_headings {
    margin-top: 42px;
  }

  .team_sec li.tem_bx {
    width: 85%;
  }

  .tem_bx .membr_dg {
    height: auto;
  }

  footer .fotr_botm .container {
    width: 96%;
  }

  .fotr_botm p:after {
    height: 28px;
    width: 28px;
    background-size: contain;
  }


  .banner {
    height: 450px;
  }

  .redmor {
    max-width: 145px;
    font-size: 16px;
    line-height: 14px;
    height: 45px;
    padding: 14px;
  }

  .cofoundr_sec .cfundr_rgtpicbx {
    margin-top: 180px;
  }

  .cofoundr_sec .left_cel {
    margin-top: 10px;
  }

  footer .fotr_main {
    padding: 50px 0px 15px;
  }


}



/* ============ inner page responsive =========== */




@media (max-width: 1024px) {
  ul.cont li {
    max-width: 282px !important;
  }

  .msg-left {
    width: 40%;
    padding-left: 12px;
  }

  .message-main .msg-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: -28px;
  }

  .message-main .msg-right {
    width: 48%;
  }


}


@media (max-width: 768px) {

  .about-img {
    float: none;
    margin: 40px auto 0px;
  }

  .service-main p.nest {
    max-width: 100% !important;
  }

  footer .fotr_main {
    padding: 50px 0px 15px;
  }

  .message-main .msg-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: -17px;
  }

  ul.cont li {
    margin-bottom: 25px;
  }

  .cate-find {
    max-width: 100% !important;
    margin-bottom: 25px;
    z-index: 99;
  }

  .cate h3 {
    font-size: 26px;
  }

}

@media (max-width: 520px) {

  .about .service-main h2,
  .service .service-main h2 {
    font-size: 26px;
  }

  .message h2 {
    font-size: 26px !important;
  }

  .inr-bnr-content h1:before {
    font-size: 42px !important;
  }

  .message h2:before {
    font-size: 42px !important;
  }


  .inr-bnr-content h1 {
    font-size: 30px !important;
    margin-bottom: 35px;
  }

  .inr-bnr-content h1:before,
  .message h2:before {
    line-height: 100px !important;
  }

  .message-main .msg-left,
  .message-main .msg-right {
    width: 100%;
  }

  .message-main .msg-left {
    margin-bottom: 25px;
  }

  .msg-left input,
  .msg-left textarea {

    border-radius: 8px;
    height: 50px !important;
    padding: 0 12px;
    margin-bottom: 16px;
  }


  .fix_btn {
    padding: 20px 14px;
    background: #FFAF00;
    border-radius: 0px 14px 14px 0px;
  }

  .blksocl_fixbtn {
    padding: 8px 12px;
    width: 50px;
    border-radius: 14px 0px 0px 14px;
  }

  .blksocl_fixbtn ul li {
    margin: 6px -5px;
  }

  .twinfix_btncel {
    right: -1px;
  }

  .cate .sr-img img {
    height: 200px;
  }

  .cate h3 {
    font-size: 26px;
  }



  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 90% !important;
  }

  .mfp-container .popup-content button {
    width: 84px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 5px !important;
    top: 45px !important;
    right: 16px;
    font-size: 12px !important;
  }


  nav.menu {
    padding: 2px 16px;
  }

  footer .fotr_main .container {
    width: 96%;
  }


  .cate select {
    appearance: none !important;
  }

}



/* ========= 27-8-21 ========= */



.inr-bnr-content.incubton_banr h1:before {
  content: 'Incubation';
}

.incubton_pag p {
  text-align: left !important;
}


/* ========= 30-8-21 ========= */


.perks_sec {}

.perks_sec ul {
  margin: 30px 0px 0px;
  padding: 0px;
}

.perks_sec ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.perks_sec ul li:before {
  content: "";
  background: #ffaf00;
  width: 4px;
  height: 15px;
  left: 0px;
  top: 4px;
  position: absolute;
}




.service-main .lft_align {
  text-align: left;
}

.cell_section {}

.clear {
  clear: both;
}

.cell_section ul {
  margin: 30px 0px 0px;
  padding: 0px 0 0 15px;
}

.cell_section ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.cell_section ul li:before {
  content: "";
  background: #ffaf00;
  width: 4px;
  height: 15px;
  left: 0px;
  top: 4px;
  position: absolute;
}


.cell_two ul {
  padding: 0px;
}

.cell_three ul {
  padding: 0px;
}

.cell_three {
  margin-bottom: 50px;
}

.cell_section p {
  font-size: 14px;
  line-height: 26px;
  max-width: 100%;
  margin: 40px auto 0;
}



.rqstvisit_popup {
  margin-top: 100px;
}

.rqstvisit_popup .modal-header h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Playfair Display SC', serif;
}

.rqstvisit_popup .nput_cel {
  background: #FFFFFF;
  border: 1px solid #4D4D4D;
  height: 60px;
  border-radius: 10px;
}

.rqstvisit_popup .nput_celarea {
  background: #FFFFFF;
  border: 1px solid #4D4D4D;
  border-radius: 10px;
}

.rqstvisit_popup input[type="submit"] {
  background: #FFAF00;
  border-radius: 16px;
  width: 200px;
  height: 65px;
  border: 0;
  float: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #FFFFFF;
  transition: .4s all;
}


.rqstvisit_popup input[type="submit"]:hover {
  background: #e3a41a;
}


.rqstvisit_popup .modal-content {
  padding-right: 10px;
  padding-left: 10px;
}

.rqstvisit_popup .modal-header .close {
  margin-top: -34px;
}


@media (max-width: 1500px) {

  .rqstvisit_popup .nput_cel {
    height: 50px;
    border-radius: 8px;
  }

  .rqstvisit_popup input[type="submit"] {
    height: 50px;
    border-radius: 8px;
    width: 120px;
    font-size: 16px;
  }



}




/* ============ 1-9-21 =========== */


.cont li .topgap {
  margin-top: 6px;
}


.inr-bnr-content.event_banr h1:before {
  content: 'Events & Activities';
}

.evnt_cel {
  box-shadow: 1px 10px 5px -4px rgba(148, 148, 148, 0.35);
  -webkit-box-shadow: 1px 10px 5px -4px rgba(148, 148, 148, 0.35);
  -moz-box-shadow: 1px 10px 5px -4px rgba(148, 148, 148, 0.35);
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin-top: 25px;
}

.evnt_cel h4 {
  text-align: left;
  font-size: 24px;
  color: #5F5F5F;
}

.evnt_cel img {
  margin-top: 0px;
}


.evnt_cel ul {
  margin: 10px 0px 0px;
  padding: 0px;
}

.evnt_cel ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
}

.evnt_cel ul li:before {
  content: "";
  background: #ffaf00;
  width: 4px;
  height: 15px;
  left: 0px;
  top: 4px;
  position: absolute;
}

.evnt_cel h5 {
  text-align: left;
  font-size: 20px;
  color: #5F5F5F;
  margin-top: 16px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 30px;
}

.evnt_cel ol {
  margin: 15px 0px;
  padding: 0px 0px 0px 20px;
}

.evnt_cel ol li {
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
}




.inr-bnr-content.startup_banr h1:before {
  content: 'Startup Resource Kit';
}

.startup_pag h5 {
  text-align: left;
  font-size: 26px;
  color: #5F5F5F;
  margin-top: 16px;
  line-height: 50px;
}

.startup_pag ul {
  margin: 10px 0px;
  padding: 0px;
}

.startup_pag ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
}

.startup_pag ul li:before {
  content: "";
  background: #ffaf00;
  width: 4px;
  height: 15px;
  left: 0px;
  top: 4px;
  position: absolute;
}


.startup_pag .sbtitl {
  font-weight: 500;
  font-size: 15px;
  max-width: 100%;
  float: none;
  overflow: hidden;
}

.startup_pag .service-main p {
  margin: 20px 0px 0px;
}



.white-popup-block .owl-nav {
  position: absolute;
  top: 150px;
  width: 100%;
}

.popup_picSlide .owl-nav.disabled {
  display: block !important;
}

.popup_picSlide .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  margin: 4px;
  background: #fff !important;
  border-radius: 50%;
}

.popup_picSlide .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  margin: 4px;
  float: right;
  background: #fff !important;
  border-radius: 50%;
}


.popup_picSlide .owl-nav .owl-prev span,
.popup_picSlide .owl-nav .owl-next span {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  margin-top: -10px;
  display: block;
}





@media (max-width: 1500px) {

  .inr-bnr-content.startup_banr h1:before,
  .inr-bnr-content.event_banr h1:before {
    letter-spacing: 0.1em;
  }

}



.tem_bx .membr_dg:after {
  display: none;
}






.incubton_pag ul{ margin:20px 5px; padding:0px; }
.incubton_pag ul li{ margin:5px 2px; padding:4px 16px; display: inline-block; vertical-align:  top; background: #FFAF00;
 border-radius: 8px; transition:0.6s;}

.incubton_pag ul li:hover{ background: #ffa500; } 
.incubton_pag ul li a{ display: block; text-align:center; color:  #fff; font-size: 16px; line-height: 40px; }



.incubton_inrpag{}

.inr-bnr-content.book_banr h1:before {
    content: 'BOOKS';
}

.incubton_inrpag .numbr_contnt{ margin-top: 40px;} 
.incubton_inrpag .numbr_contnt ol li{ text-align: left;  margin-top:  24px;  }
.incubton_inrpag .numbr_contnt ul { padding: 0px; margin: 10px 0px; } 
.incubton_inrpag .numbr_contnt ul li{ padding: 0px; background: transparent; margin-top:6px; display: block; } 
.incubton_inrpag .numbr_contnt ul li a{ color:#f79d00; line-height: 26px; text-align:left; transition:0.6s; }
.incubton_inrpag .numbr_contnt ul li a:hover{ color:#7681a4; }

.incubton_inrpag .numbr_contnt ol li h6{ font-weight:500; font-size: 20px; }
.incubton_inrpag .numbr_contnt ol li::marker{ font-weight:500;}


.incubton_inrpag .numbr_contnt ul.alfa{ margin-left: 30px;   }
.incubton_inrpag .numbr_contnt ul.alfa li{ padding-left:15px; font-size:15px; }


.incubton_inrpag .numbr_contnt ol.nmbrbult{ margin-left: 30px;   }
.incubton_inrpag .numbr_contnt ol.nmbrbult li{ padding-left:15px; font-size:15px; margin-top:5px; }




.incubton_inrpag .numbr_contnt ul.inrbult{ margin-left: 30px;   }
.incubton_inrpag .numbr_contnt ul.inrbult li{ position:  relative; padding-left:15px; font-size:15px; }

.incubton_inrpag .numbr_contnt ul.inrbult li:before {
    content: "";
    background: #ffaf00;
    width: 4px;
    height: 15px;
    left: 0px;
    top: 4px;
    position: absolute;
}



.inr-bnr-content.busnsmovie_banr h1:before {
    content: 'Business Related Movies';
    font-size: 45px;
}


.inr-bnr-content.entrship_banr h1:before {
    content: 'Entrepreneurship Related Videos';
    font-size: 45px; letter-spacing: 0.1em;
}


.businsmovie_pag h6 a{ color:#f79d00; transition:0.6s; }
.businsmovie_pag h6 a:hover{ color:#7681a4; }

.businsmovie_pag p a{ color:#f79d00; }
.businsmovie_pag p a:hover{ color:#7681a4; }


.eship_vdopg ol li p{ margin: 5px auto 0; }
.eship_vdopg ol li p a{ color:#f79d00; transition:0.6s; }
.eship_vdopg ol li p a:hover{ color:#7681a4; }


.inr-bnr-content.strtup_banr h1:before {
    content: 'Articles To Start Your Startup Journey';
    font-size: 42px; letter-spacing: 0.1em;
}



.short_top{ margin-top: 15px; }


@media (max-width: 520px) {

   .incubton_inrpag .service-main{ padding:  40px 15px; } 
   .incubton_pag ul li a{ line-height: 30px; }
   .incubton_pag h3 { font-size: 22px !important;}

}



.incubton_pag h3{ font-weight: 600; font-size: 26px; }
.left_cel p,.right_cel p{ text-align: justify !important; }
.cofoundr_cel .dgntion_txt{ margin-bottom: 0px; line-height: 16px;}
.cofoundr_cel  h4{ margin-top: 0px; }

.service.about .service-main p,.incubton_pag .service-main p { text-align: justify !important;}
.service-main p, .popup-content p{ text-align: justify !important;}c



.cofoundr_cel h6{color: #6B6363;
    font-size: 18px;
    line-height: 70px;
    font-weight: 700 !important;
    text-transform: capitalize;}

.cofoundr_cel.right_cel h6{ text-align: right;}

.bold-points {
  font-weight: 700;
  height: 34px;
  width: 34px;
  background: #333333;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 15px;
}

.lft-only{
  padding-left: 30px;
}


@media (max-width: 1500px) {

  .cofoundr_cel h6{ font-size: 16px; }

  .bold-points {
    font-size: 13px;
    height: 32px;
    width: 32px;
  }
}


.botm_gap{ margin-bottom: 25px; }
.dspace_popup .owl-nav{ top:42%; }




