/* body{
  background-color: rgb(236, 236, 236);
} */

html,body
{
  background-color: rgb(236, 236, 236);

    /* width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; */
    overflow-x: hidden; 
}

/* ================welcome screen====================== */
.welcome_ovrlay_cls {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-image:url("../image/wb/1.jpg");
    /* background-color: rgb(0,0,0); */
  overflow-y: hidden;
  transition: 0.5s;
}

.welcm_bk_ovelay{
  width: 100%;
  height:100% ;
  background-color: rgb(0,0,0, 0.4);
}

.welcm_guru_image{
  width: 100%;
  height: 100%;
  padding-top:320px;
}
.welcm_to_txt{
  padding-top: 4rem;
  color: rgb(184, 184, 184);
  font-size: 30px;
  text-align: center;
  /* margin-left:170px; */
  font-family: 'Sevillana', cursive;
}

.welcm_scrn_logo{
  /* padding-left:4rem; */
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}



/* .welcome_ovrlay_cls-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
} */

.welcome_ovrlay_cls a {
  /* padding: 8px; */
  width: 30rem;
  margin-top: 10rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  border-radius: 1px;
  background-color: #FFB600;
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  transition: 0.4s ease-in-out;
  padding: 10px;
  border-radius: 1px;

}

.welcome_ovrlay_cls a:hover {
  text-decoration: none;
  color: #0a0a0a;
  width: 34rem;
}

/* .welcome_ovrlay_cls a:hover, .overlay a:focus {
  color: #f1f1f1;
} */

.welcome_ovrlay_cls .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.welcome_social_list{
  margin-top: 10rem;
  overflow: hidden;
  display: table;
  margin-right: auto;
  margin-left: auto;

}

.welcome_social_list_li{
  float: left;
  height: 100%;
  margin-right: 12px;
  opacity: 0.7;
  line-height: 60px;
  overflow: hidden;
  /* border-radius: 50%; */
  transition: all 0.2s ease-in-out;
}

 .welcome_social_list_li:hover {
  opacity: 1;
  margin-right: 12px;
  /* border-radius: 5%; */
  transform: scale(1.2);
}

.welcm_address_bar{
  margin-top: 2rem;
  color: #fafafa;
  text-align: center;
}

/* @media screen and (max-height: 450px) { */
  @media all and (max-width : 768px) {
  .welcome_ovrlay_cls {overflow-y: auto;}
  .welcome_ovrlay_cls a {font-size: 20px}
  .welcome_ovrlay_cls .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* ==================================================== */


.top_logo{
  width: 30rem;
  margin-left: 2rem;
}




@import url('https://fonts.googleapis.com/css2?family=Bitter&display=swap');

/* ==================mobile bar=============== */
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 3px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* ================================================= */

/* =====================Nav Bar===================== */
@import url(https://fonts.googleapis.com/css?family=roboto);



#container {
  /* margin: 0 auto; */
  /* max-width: 890px; */
}

/* p { text-align: center; } */
 .toggle, [id^=drop] {
 display: none;
}

/* nav {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: rgb(236, 236, 236);
  z-index: 100;
  width:100%;
} */

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 50px;
}




/* .menu{
  display: block;

  width:100%;
  margin:0 35px 0 65px;
  padding:10px 10px 0 20px;
  background-color:none;

} */



/* nav:after {
  content: "";
  display: table;
  clear: both;
  transition: ease-in-out 0.2s;
} */

/* nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
} */

/* nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: none;
} */

/* .submenu2{
  background-color:#e7e6e6d0;
} */

/* nav ul li ul a{
  color:rgb(8, 8, 8);
} */
/* nav ul li ul a:hover{
  color:rgb(255, 255, 255);
} */

/* .mainmenu{
  border-style: solid;
  border: 1px solid #FFB600;

} */



/* .submenu{
  width:250px;
  background-color: #e7e6e6d0;
  
  padding: 10px 10px 10px 30px;

}

.submenu:hover{
  color: #212121;
}

nav a {
  display: block;
  padding: 10px 25px 20px 10px;
  color:rgb(8, 8, 8);
  font-size: 20px;
    font-family: inherit;
  text-decoration: none;
}

nav ul li ul li:hover { background: #FFB600;
 }
nav ul li ul li a:hover { 
  background: #FFB600; 
  
}


nav a:hover {  
  background-color: #FFB600; 
  text-decoration: none;
  color:rgb(255, 255, 255);
}

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' '; }

li > a:only-child:after { content: ''; } */


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  /* .menu{
    margin-top:0;
  }

  .submenu{
    width: 100%;
  } */


#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

/* nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #FFB600;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { 
  background-color: #70A7F1; 
  text-decoration: none;

}

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { 
   background-color: #70A7F1; 
   text-decoration: none;
  }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

} */
}

@media all and (max-width : 330px) {

/* nav ul li {
  display: block;
  width: 94%;
} */

}

/* =================================================== */




/* ------------------NAV BAR NEW--------------------- */
/* #container { */
  /* margin: 0 auto; */
  /* max-width: 890px; */
/* } */
/* p { text-align: center; } */
 .toggle, [id^=drop] {
 display: none;
}
nav {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  transition: ease-in 1s;
  z-index: 100;

}

#logo {
  /* display: block; */
  padding: 0 30px;
  /* float: left; */
  font-size: 20px;
  line-height: 60px;
}

.menu{
padding-left:32px;
width:100%;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  transition: ease-in 0.5s;

}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #ffffff;
}
.cat1{
	display: block;
  padding: 0 3rem;
  color: #651919;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

.cat1:hover{
  text-decoration: none;
	color:white;
  background: #651919;
  border-radius: 2px;
}

.cat1:focus{
  text-decoration: none;
	color:white;
  background: #651919;
  border-radius: 2px;
}

li:not(:last-child) {
    list-style: none;
    /* float: left; */
    /* border-right: 1px solid #d4a808; */
    /* margin: 0 2px; */
}


.subcat1{
	display: block;
  padding: 0 3rem;
  background-color:#651919 ;
  color: #b99727;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
}

.subcat2{
	display: block;
  /* padding: 0 20px;  */
   padding: 10px 20px 10px 20px;

  background-color:#651919 ;
  color: #b99727;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.subcat3{
	display: block;
  /* padding: 0 20px;  */
   padding: 10px 20px 10px 20px;

  background-color:#651919 ;
  color: #b99727;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.subcat1:hover{
  background-color:#FFB600 ;
  /* b99727 */
  font-weight:600;
	color: white;
}

.subcat2:hover{
	background-color:#FFB600 ;
  font-weight:600;
	color: white;
}

.subcat3:hover{
	background-color:#FFB600 ;
  font-weight:600;
	color: white;
}
/* nav a {
  display: block;
  padding: 0 20px;
  color: #651919;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
} */

nav ul li ul li:hover { 
	background-color: #651919; }

/* nav a:hover { 
	text-decoration: none;
	color:white;
	background: #651919; } */

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}
.logo_link:hover{
  text-decoration: none;
  background-color: none;
 }
 
 .apply_online_btn{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 20px;
   background-color: #FFB600;
   border-radius: 5px;
   color: #651919 ;
   padding: 2rem;
   float:right;
   margin-right:3rem ;
 }

 .apply_online_btn:hover{
  background-color: #651919;
  color: #FFB600 ;
  text-decoration: none;
 }

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 270px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 270px;
}

/* li > a:after { content: ' +'; } */
ul li ul li>a:after {
	float: right;
	content: '\25B6';
	font-size:10px;
}

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  .welcm_guru_image{

    padding-top:20px;
  }

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

 .cat1{
  display: block;
  background-color: #651919;
  padding: 0 20px;
  color: #FFF;
  font-size: 22px;
  font-weight:bold;
  line-height: 60px;
  text-decoration: none;
  border: none;
  margin-bottom: 5px;
}
.cat1:hover{

  background-color: #FFB600;

}

.toggle {
  display: block;
  background-color: #651919;
  padding: 0 20px;
  color: #FFF;
  font-size: 22px;
  font-weight:bold;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #FFB600; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #651919; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #651919; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
/* -------------------------------------------------- */
.carosel_tile{
  /* display: block; */
  /* position: relative; */
  background-color: white;

  /* padding-top:9% ; */
  margin-left: auto;
  margin-right: auto;
}

/* /////////////////////////////////////// */


.counter{
  margin-top:3rem;
    text-align: center;
    /* background-color: rgb(236, 236, 236); */
}
.counter_link{
  text-decoration:none;
  color:wheat;
}


.employees,.customer,.design,.order
{
    margin-top: 3rem;
    padding:2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    /* background-color: rgb(236, 236, 236 , 0.4); */
    background-color: rgba(255, 183, 0, 0.5);
    box-shadow: 5px 5px 10px 5px #0a0a0a;
}
.employees:hover,.customer:hover,.design:hover,.order:hover {
  color:rgb(255, 255, 255);
  text-decoration:none;
  background-color: #FFB600;
  transform: scale(1.1);
}



.counter-count
{
    font-size: 18px;
    /* background-color: #FFB600; */
    background-color: rgb(22, 16, 0);

    border-radius: 50%;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}




.counter-count:hover{
  color:rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);

}

.employee-p,.customer-p,.order-p,.design-p
{
    font-family: 'Dosis', sans-serif;
    font-size: 29px;
    color: #000000e8;
    line-height: 34px;
    text-decoration: none;
}

.fake-div {
  width:100%;
  height: 1280px;
  position:relative;
}

.fixed_image{
  background-image: url("../image/back_2.jpg") ;
  margin: 0 3rem 0 3rem;
  min-height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.fixed_image_overlay{
  background-color: rgba(0, 0, 0, 0.671);
  min-height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    overflow: hidden;
    border-radius: 10px;

}

.raag_detail_link_tile{
  padding-top: 3rem;
  background-color: none;
  text-align: center;
  color:white;
}

.rglt_head_text{
  font-family: 'Aclonica', sans-serif;
}
.rglt_p_text{
  /* font-family: 'Marck Script', cursive; */
  font-family: 'Architects Daughter', cursive;
  font-size: 2rem;
  margin-bottom: 2rem;

}
.full_raga_link_a{
  font-family: 'Lato', sans-serif;
  margin-top: 2rem;
  background-color: #FFB600;
  padding:1rem 3rem 1rem 3rem;
  width:140px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 1px;
  transition: ease-in-out 0.2s;
}

.full_raga_link_a:hover{
  text-decoration: none;
  color: #000000e8 ;
  padding:1rem 4rem 1rem 4rem;

}

.about_guru_tile{
  background-image: none;
  margin-top: 3rem;

}
.guru_image_main{
  width: 100%;
  height:100%;
  /* display: block; */
  /* margin:0 0 0 0; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
.guru_name{
  padding-top: 4rem;
  /* font-family: 'Acme', sans-serif; */
  font-family: 'ZCOOL XiaoWei', serif;

}

.guru_name_sup{
  color:#FFB600;
  font-family: 'ZCOOL XiaoWei', serif;
}

.guru_info_p{
  font-family: 'Delius', cursive;
  font-size: 16px;
  padding-top: 4rem;

}

.guru_info_text{
  color :white;
  text-align:left ;
}
.guru_info_link_div{
  text-align: center;
  padding-top: 4rem;
}

.guru_info_link_a{
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-top: 2rem;
  background-color: #FFB600;
  padding:1rem 3rem 1rem 3rem;
  width:140px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 1px;
  transition: ease-in-out 0.2s;
}

.guru_info_link_a:hover{
  text-decoration: none;
  color: #000000e8 ;
  padding:1rem 4rem 1rem 4rem;

}


/* *****************For tablets********************/
@media (min-width: 768px) and (max-width: 1024px) {
  .top_logo{
    width: 20rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin-left: 1rem; */
  }

  .employee-p,.customer-p,.order-p,.design-p
{
    /* font-family: 'Dosis', sans-serif; */
    font-size: 16px;
    /* color: #000000e8; */
    line-height: 20px;
    /* text-decoration: none; */
}

.guru_name{
  padding-top: 1rem;
}
.guru_info_text{
  padding-top: 1rem;
}

.guru_info_link_div{
  padding-top: 1rem;
}

}

/******************For Mobiles*********************/
@media (min-width: 320px) and (max-width: 480px) { 
  .top_logo{
    width: 17rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


  .guru_image_main{
    width: 100%;

  }
  .guru_info_text{
    padding-top: 1rem;
    text-align: center;
  }
  .guru_name{
    padding-top: 1rem;
    text-align: center;
  }
 
  .guru_info_p{
    padding-top: 1rem;
  }
  .guru_info_link_div{
    padding-top: 1rem;
    text-align: center;
  }

  .employee-p,.customer-p,.order-p,.design-p
  {
      height: 40px;
      /* font-family: 'Dosis', sans-serif; */
      font-size: 20px;
      font-weight: 800;
      /* color: #000000e8; */
      line-height: 20px;
      /* text-decoration: none; */
  }
  
 
} 


/* ========================================== */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* -------------------------------------------------------------0 */
