/*============================ General ============================*/
*{
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.75px;
	line-height: 1.5;
}
h1.h1
{
	margin: 0;
	padding: 0;	
	color: #000;
	font-weight: bold;
}
h2.h2
{
	margin: 0;
	padding: 0;	
}
h3.h3
{
	margin: 0;
	padding: 0;	
}
h4.h4
{
	margin: 0;
	padding: 0;	
}
h5.h5
{
	margin: 0;
	padding: 0;	
}
h6.h6
{
	margin: 0;
	padding: 0;	
}
p.tx
{
	margin: 5px 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
li
{
	font-size: 16px;	
}
*:hover,
*:active,
*:focus
{
    outline: 0px auto -webkit-focus-ring-color !Important;
}

@media screen and (max-width: 1199px) and (min-width: 992px)
{
	h4.h4
	{
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px)
{
	h1.h1
	{
		font-size: 30px;
	}
	h2.h2
	{
		font-size: 24px;
	}
	h3.h3
	{
		font-size: 20px;
	}
	h4.h4
	{
		font-size: 16px;
	}
	p, p.tx, input, li
	{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) and (min-width: 601px)
{
	h1.h1
	{
		font-size: 28px;
	}
	h2.h2
	{
		font-size: 22px;
	}
	h3.h3
	{
		font-size: 16px;
	}
	h4.h4
	{
		font-size: 14px;
	}
	p, p.tx, input, li
	{
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) and (min-width: 481px)
{
	h1.h1
	{
		font-size: 24px;
	}
	h2.h2
	{
		font-size: 20px;
	}
	h3.h3
	{
		font-size: 18px;
	}
	h4.h4
	{
		font-size: 14px;
	}
	p, p.tx, input, li
	{
		font-size: 12px;
	}
}
@media screen and (max-width: 480px)
{
	h1.h1
	{
		font-size: 22px;
	}
	h2.h2
	{
		font-size: 18px;
	}
	h3.h3
	{
		font-size: 16px;
	}
	h4.h4
	{
		font-size: 14px;
	}
	p, p.tx, input, li
	{
		font-size: 12px;
	}
}
.fllftwd100
{
	float: left;
	width: 100%;
}
.fllftwd75
{
	float: left;
	width: 75%;
}
.fllftwd50
{
	float: left;
	width: 50%;
}
.fllftwd25
{
	float: left;
	width: 25%;
}
.hdrh1.h1
{
	margin: 0 0 40px;
	font-weight: normal;
	position: relative;
	text-align: left;
}
.hdrh1.h1:after
{
	content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #1F4E79;
    bottom: 0;
    left: 0;
    right: 0;
    top: 45px;
	
}
/*============================ Banner particles ============================*/
.header_slider
{
	float: left;
	width: 100%;
}
.header_slider #myCarousel
{
	margin: 0 0 0 0;
}
.header_slider .home {
    /*background-image: url(../images/background.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 100vh;
    width: 100%;
    position: absolute;
    color: #F8F8F8;
    padding: 0;
    z-index: 3;
    overflow: hidden;
}

.home-paralax {
    background-image: url(../images/background_paralax.jpeg); /* Here You Can Edit the image of Header (Background Particles)  */
    background-size: cover;
    background-repeat: no-repeat;
}

.header_slider .home .particles {
    background-image: url(../images/background-particles.jpg); /* Here You Can Edit the image of Header (Background Particles)  */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
}

.header_slider .home .overlay-home {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: rgba(51,51,51,0.5)*/
}
/*
.header_slider .home .title {
    position: relative;
	top: calc((100vh / 2) - 67px);
}

.header_slider .home .title h1{
    font-size: 65px;
    text-shadow: -1px 2px 8px #2d3541;
    text-shadow: -1px 2px 8px rgba(45,53,65,0.6);
    text-align: center;
    margin: 0 0 23px;
}

.header_slider .home .title p {
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
}
.typed-cursor, .type {
    display: inline;
    font-weight: 300;
    font-size: 24px;
}

.header_slider .home .title a {
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #F8F8F8;
    display: block;
    margin: auto;
    color: #F8F8F8;
    text-transform: uppercase;
    border-radius: 20px;
}

*/
.header_slider .carousel-indicators
{
	bottom: 10px;
}
.header_slider .home .down a i {
    text-decoration: none;
    color: #ededf5;
    display: inline-block;
    position: absolute;
    left: 49%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    animation: translate 2.5s ease-in-out infinite;
}

@keyframes translate {
    0% {
      opacity: .9
    }
    50% {
     -webkit-transform: translateY(12px)  scale(1);
      opacity: 0.3;
    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .6;

    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .9;

    }
}

.header_slider .home a i.one {
    bottom: 35px;
}
.header_slider .home a i.two {
    bottom: 24px;
}
.header_slider .home a i.three {
    bottom: 13px;
}

/*============================ header slider ============================*/
#yashikhaslider {
	position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
	margin: 0;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .title {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 5em;
  color: white;
  overflow: hidden;
}
#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(1.2em);
  transform: translateY(1.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#slide-select {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-family: "Reem Kufi", sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: white;
}
#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
#slide-select li.prev:hover {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
#slide-select li.next:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  list-style-type: none;
}
#slide-select .selector.current {
  background-color: white;
}

.yash_relative.item a
{
    position: absolute;
    right: 5%;
    bottom: 10%;
    background-color: #fdb813;
    border: 1px solid #fdb813;
    color: #fff;
    padding: 8px 20px;
}
.yash_relative.item a:hover
{
    background-color: transparent;
	color: #fdb813;
}
/*============================ header 2 ============================*/

.header2
{
	float: left;
	width: 100%;
	height: 78px;
	background-color: #eaeaea;
}
.header2 .compnaynamecont
{
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0;
}
.header2 .compnaynamecont .compnynamedv
{
	float: left;
	padding: 9px 0;
	width: 25%;
}
.header2 .compnaynamecont .compnynamedv img
{
	width: 100%;
}
.header2 .compnaynamecont #main-nav.stellarnav
{
	float: right;
	width: 75%;
	margin: 15px 0 0 0;
}
.header2 .compnaynamecont .comcallcredv
{
	float: right;
}
.header2 .compnaynamecont .callcompnydvcon
{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.header2 .compnaynamecont .callcompnydvcon img
{
	display: inline-block;
}
.header2 .compnaynamecont .crebtncondv
{
	display: inline-block;
}
.header2 .compnaynamecont .crebtncondv a
{
	display: inline-block;
	border-radius: 5px;
	background-color: #f6da08;
	color: #0d3172;
	padding: 5px 15px;	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.header2 .compnaynamecont .crebtncondv a:hover
{
	background-color: #0d3172;
	color: #f6da08;	
}
.header2 .compnaynamecont .crebtncondv a span
{
	font-weight: bold;
}
@media screen and (max-width: 991px)
{
	#main-nav a.menu-toggle:first-child
	{
		/*display: none;*/
	}
	.header2 .compnaynamecont .compnynamedv
	{
		width: 40%;
	}
	.header2 .compnaynamecont #main-nav.stellarnav
	{
		width: 60%;
	}
}
@media screen and (max-width: 600px)
{
	.header2
	{
		height: 85px
	}
	.header2 .compnaynamecont .compnynamedv
	{
		width: 60%;
	}
	.header2 .compnaynamecont #main-nav.stellarnav
	{
		width: 40%;
	}
}


/*============================ Our offerings / Skills ============================*/

.rofferingshdr
{
	float: left;
	width: 100%;
	padding: 40px 0 20px;
	text-align: center;
}
.skilsetmaindv
{
	float: left;
	width: 20%;
	padding: 15px;
}
.skilsetmaindv:nth-child(6n+1)
{
	margin-left: 10%;
}
.offeringindidv
{
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.offeringindidv img
{
	margin: 0 auto;	
}
.offeringindidv h4.h4
{
	margin: 10px 0 0;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 1199px)
{
	.offeringindidv h4.h4
	{
		height: 44px;
	}
}
@media screen and (max-width: 991px)
{
	.offeringindidv h4.h4
	{
		margin: 20px 0 0;
		height: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px)
{
	
	.skilsetmaindv
	{
		width: 33.3333%;
		margin-left: 0%;
	}
	.skilsetmaindv:nth-child(6n+1)
	{
		margin-left: 0%;
	}
}

@media screen and (max-width: 600px)
{
	
}
@media screen and (max-width: 480px)
{
	.skilsetmaindv
	{
		width: 50%;
	}
	.offeringindidv
	{
		margin: 0;
	}
	.offeringindidv h4.h4
	{
		height: 40px;
	}
	.skilsetmaindv:nth-child(9n+1)
	{
		margin-left: 25%;
	}	
}

/*============================ Buy Online ============================*/

.buy_onlinehdr
{
	float: left;
	width: 100%;
    /*background-image: url(../images/homepage/buy_onlinebg1.jpg);*/
    background-size: cover;
    margin: 10px 0;
    padding: 0px 0px 40px;
}
.buy_onlinehdr .hdrh1.h1
{
	
}
.buy_onlinehdr .div_cst_buyonli_5
{
	float: left;
	width: 18%;
	margin: 0 1%;
	text-align: center;
}
.buy_onlinehdr .div_cst_buyonli_5 .buyonliniconcont
{
	border: 1px solid #000;	
	padding: 15px;
	transition: all 0.3s;
}
.buy_onlinehdr .div_cst_buyonli_5 .buyonliniconcont img
{
	margin: 0 auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	width: 85px;
}
.buy_onlinehdr .div_cst_buyonli_5 .buyonliniconcont svg,
.buy_onlinehdr .div_cst_buyonli_5 .buyonliniconcont i
{
	color: #000;
	font-size: 80px;
	transition: all 0.3s;
}

.buy_onlinehdr h4.h4
{
	color: #000;
	margin: 10px 0 0;
	font-size: 16px;
	position: relative;
	font-weight: bold;
}
.buy_onlinehdr h4.h4:before
{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 0;
	right: 0;
	top: 30px;
	margin: 0 auto;
    background-color: #1F4E79;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.buy_onlinehdr p.tx
{
	margin: 20px 0 0;
	font-size: 14px
}
.buy_onlinehdr .div_cst_buyonli_5:hover .buyonliniconcont
{
	background-color: #000;
}
.buy_onlinehdr .div_cst_buyonli_5:hover h4.h4:before
{
	visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.buy_onlinehdr .div_cst_buyonli_5:hover .buyonliniconcont svg,
.buy_onlinehdr .div_cst_buyonli_5:hover .buyonliniconcont i,
.buy_onlinehdr .div_cst_buyonli_5:hover .buyonliniconcont img
{
	color: #c10841;
	-moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
@media screen and (max-width: 991px)
{
	.buy_onlinehdr h4.h4
	{
		font-size: 12px;
		height: 15px;
	}
	.buy_onlinehdr h4.h4:before
	{
		top: 20px;
	}
	.buy_onlinehdr p.tx
	{
		margin: 15px 0 0;
	}
}

@media screen and (max-width: 767px)
{
	.buy_onlinehdr .div_cst_buyonli_5
	{
		width: 30%;
		margin: 0 1.65%;
	}
	.buy_onlinehdr .div_cst_buyonli_5:nth-child(5)
	{
		margin-left: 16.65%;
	}
	.buy_onlinehdr h4.h4
	{
		height: auto;
	}
	.buy_onlinehdr p.tx
	{
		height: 130px;
		margin: 15px 0;
	}
	.buy_onlinehdr h4.h4:before
	{
		top: 20px;
	}
}

@media screen and (max-width: 600px)
{
	.buy_onlinehdr h4.h4
	{
		font-size: 13px;
	}
	.buy_onlinehdr p.tx
	{
		font-size: 12px;
	}
}

@media screen and (max-width: 480px)
{
	
	.buy_onlinehdr .div_cst_buyonli_5
	{
		width: 100%;
		margin: 20px 0;
	}
	.buy_onlinehdr .div_cst_buyonli_5:nth-child(5)
	{
		margin-left: 0%;
	}
	.buy_onlinehdr p.tx
	{
		height: auto;
		margin: 15px 0 0;
	}
}


/*============================ Strategic Partner ============================*/
.strategicpartnerhdr
{
	margin: 0 0 20px;
}
/*
.strag_partcont marquee>a,
.strag_partcont marquee>a:hover
{	color: #000;
	text-decoration:none;
}
.strag_partcont .productbox {
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #cbcbcb;
	transition: all .20s ease-in-out;
}

.strag_partcont .productbox img
{
	margin: 0 auto;
}
.strag_partcont .productbox h4.h4
{
	color: #000;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
}
*/
.strag_partcont
{

}
.straimgtxtxont
{
	border: 1px solid #ccc;
	padding: 20px 10px;
}
.straimgtxtxont .stra_img_cont
{
	float: left;
	width: 25%;
	margin-left: 2%;
}
.straimgtxtxont .stra_txt_cont
{
	float: right;
	width: 70%
}
.straimgtxtxont .stra_txt_cont h3.h3
{
    margin: 0 0 10px;
    display: inline-block;
    padding: 0 0 5px;
    font-weight: bold;
    border-bottom: 4px solid #ccc;
}
@media screen and (max-width: 600px)
{
	.straimgtxtxont .stra_img_cont,
	.straimgtxtxont .stra_txt_cont
	{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.straimgtxtxont .stra_img_cont img
	{
		margin: 0 auto;
	}
	.straimgtxtxont .stra_txt_cont p.tx
	{
		text-align: left;
	}
}

/*============================ header 10 ============================*/


.header10
{
	background-image: url(../images/homepage/img17.png);
	/*background-attachment: fixed;*/
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	float: left;
	width: 100%;
	padding: 30px 0; 
	text-align: center;
}
.header10 .hdrh1.h1
{
	color: #fff;
}
.header10 .quote
{
	color: #fff;
}
.header10 .quote .fa-quote-left
{
	float: left;
}
.header10 .quote .fa-quote-right
{
	float: right;
}
.header10 #fade-quote-carousel.carousel
{
  padding-bottom: 5px;
}
.header10 #fade-quote-carousel.carousel .carousel-inner .item
{
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.header10 #fade-quote-carousel.carousel .carousel-inner .active
{
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
		  
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #fff;
	float: left;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
}
.header10 #fade-quote-carousel.carousel .carousel-indicators
{
  bottom: -30px;
}
.header10 #fade-quote-carousel.carousel .carousel-indicators > li
{
  background-color: #c10841;
  border: none;
}
.header10 #fade-quote-carousel blockquote
{
    text-align: left;
    border: none;
	color: #333;
	font-size: 14px;
	
	float: left;
	width: 80%;
}
.header10 #fade-quote-carousel blockquote h4.h4
{
	color: #a7a7a7;
	font-style: italic;
}
.header10 #fade-quote-carousel blockquote p
{
	color: #fff;
}
.header10 #fade-quote-carousel .profile-circle
{
    margin: 0 auto;	
	float: left;
	width: 20%;
}
.header10 #fade-quote-carousel .profile-circle img
{
	border-radius: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 991px)
{
	.header10
	{
		background-image: none;
		background-color: #777;
	}
}
@media screen and (max-width: 767px)
{
	.header10 #fade-quote-carousel .profile-circle,
	.header10 #fade-quote-carousel blockquote,
	.header10 .readmorediv
	{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}	
	.header10 #fade-quote-carousel blockquote p br
	{
		display: none;
	}
	.header10 .readmorediv a.calculatenow
	{
		font-size: 14px;
	}
}

/*============================ site footer ============================*/
.sitefooter
{	
	width: 100%;
	float: left;
	height: auto;
	padding: 20px 0;
	background-color: #222;
    margin: 10px 0 0 0;
}
.sitefooter h4.h4
{
	color: #bebebe;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.sitefooter .ulfooter
{	
	margin: 0;
	padding: 0 0 0 15px;
}
.sitefooter .ulfooter .lifooter
{	
	list-style-type: square;
	color: #bebebe;
	line-height: 2;
    font-size: 14px;
}
.sitefooter .ulfooter li a
{	
	color: #bebebe;
}
.sitefooter .ulfooter .lifooter .ulfooter .lifooter
{	
	list-style-type: circle;
}
.sitefooter .ulfooter .lifooter a
{	
	color: #bebebe;
}
.sitefooter .ulsocialicons
{
	padding: 0 0 0 15px;
	margin: 0;
}
.sitefooter .ulsocialicons .lisocialicons
{
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 5px;
}
.sitefooter .ulsocialicons .lisocialicons a
{
	color: #222;
	background-color: #bebebe;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 25px;
	text-align: center;
}
.embed-submit-field 
{
	position: relative;
}
.embed-submit-field input
{
	width: 100%;
	padding: 10px !important;
	background-color: transparent;
	border: 1px solid #bebebe !important;
	color: #bebebe !important;
}
.embed-submit-field button
{
    position: absolute;
    right: 5px;
    top: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: #c10841;
    padding: 3px 10px 0px;
    transition: all .2s;
}
.embed-submit-field button i
{
    color: #fff;
    -webkit-text-stroke: 3.5px #c10841;
    font-size: 30px;
}
.sitefooter .p_contactus_footer
{
	color: #bebebe;
	margin: 0;
}
.sitefooter .p_contactus_footer a
{
	color: #bebebe;
}
.sitefooter .p_contactus_footer i.fa-mobile
{
	font-size: 24px;
    vertical-align: middle;
}
{
	color: #bebebe;
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
	.sitefooter .p_contactus_footer,
	.sitefooter .ulfooter .lifooter a
	{
		font-size: 12px;
	}
}
/*============================ Bottom panel footer ============================*/

.bottom_sitefooter
{
	width: 100%;
	float: left;
	height: auto;
	padding: 5px 0;
	background-color: #3d3d3d;
}
.bottom_sitefooter .bottomfootcont
{
	width: 100%;
	float: left;
	padding: 0 15px;
}
.bottom_sitefooter .bottomfootcont p.tx
{
	float: left;
	color: #bebebe;
	margin: 4px 0 0 0;
	padding: 0;
}
.otherlinksfootpanel
{
	float: left;
}
.otherlinksfootpanel ul
{
	margin: 0;
	padding: 0 0 0 15px;
}
.otherlinksfootpanel ul li.botpanfooterlist
{
	padding: 5px;
    transition: all 0.5s ease-out;
	margin: 0 0 0 7px;
	list-style-type: square;
    color: #bebebe;
}
.otherlinksfootpanel ul li.botpanfooterlist a
{
	color: #bebebe;
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
	.bottom_sitefooter .bottomfootcont p.tx,
	.otherlinksfootpanel ul li.botpanfooterlist a
	{
		font-size: 12px;
	}
}

/*============================ Mobile footer ============================*/

@media screen and (min-width: 992px)
{
	.mobile_sitefooter
	{
		display: none;
	}
}
@media screen and (max-width: 991px)
{
	.bottom_sitefooter, .sitefooter
	{
		display: none;
	}
	.mobile_sitefooter
	{
		display: block;
	}
	
	.mobile_sitefooter
	{
		width: 100%;
		float: left;
		text-align: center;
		padding: 10px 0;
		background-color: #3d3d3d;
	}
	.mobile_sitefooter p.tx
	{
		color: #bebebe;
		margin: 0;
	}
	.mobile_sitefooter ul
	{
		margin: 0 0 10px 0;
		padding: 0;
	}
	.mobile_sitefooter ul li
	{
		display: inline-block;
		list-style-type: none;
		background-color: #ff3d57;
		padding: 5px 10px;
		margin: 0 5px;
		border-radius: 5px;
	}
	.mobile_sitefooter ul li a
	{
		color: #fff;
		font-size: 12px;
	}
	
}
@media screen and (max-width: 767px) and (min-width: 601px)
{
	.mobile_sitefooter ul li
	{
		padding: 5px 5px;
		margin: 0px 4px;
	}
}
@media screen and (max-width: 600px) and (min-width: 481px)
{
	.mobile_sitefooter ul li
	{
		width: 30%;
		margin: 3px 0;
	}
}
@media screen and (max-width: 480px)
{
	.mobile_sitefooter ul li
	{
		width: 48%;
		margin: 3px 0;
	}
}
/*============================ Back to top ============================*/

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.back-to-top i {
	font-size: 50px;
	color: #ff8100;
	animation: bounce 0.5s infinite alternate;
	-webkit-animation: bounce 0.5s infinite alternate;
}


@keyframes bounce {
  from {
	transform: translateY(0px);
  }
  to {
	transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
	transform: translateY(0px);
  }
  to {
	transform: translateY(-15px);
  }
}
@media screen and (max-width: 991px)
{
	.back-to-top
	{
		bottom: 85px;
		right: 10px;
	}
	.back-to-top i
	{		
		font-size: 36px;
	}
}

/*============================ Media queries ============================*/
.stellarnav ul li.no_sub
{
	margin: -1px 0 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
	.stellarnav > ul > li > a
	{
		padding: 5px 10px;
	}

}


@media screen and (max-width: 991px)
{
	.stellarnav.mobile
	{
		text-align: right;
	}
	.stellarnav.mobile .menu-toggle
	{
		padding: 15px 0;
	}
	.stellarnav.mobile .fa-bars
	{
		font-size: 30px;
	}	
	.stellarnav.mobile.light ul
	{
		position: absolute;
		width: 250px;
		z-index: 999;
		right: 0;
	}
	.stellarnav.mobile.light ul ul
	{
		position: relative;
		margin-left: 0;
		background-color: #ff9eab;
		z-index: 99999;
	}
	.stellarnav.mobile.light ul ul ul
	{
		position: relative;
		margin-left: 0;
		background-color: #ccc;
		z-index: 99999;
	}
	
}

@media screen and (max-width: 991px)
{
	.stellarnav > ul > li:hover > a
	{
		border-radius: 0px;
	}
	.stellarnav ul ul
	{
		top: 0;
	}
	.stellarnav > ul > li
	{
		height: auto;		
	}
	.stellarnav.mobile > ul > li > a
	{
		padding: 10px 15px;
	}
	.stellarnav .dd-toggle
	{
		top: 6px;
		right: 15px;
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 767px)
{
	.stellarnav.mobile .menu-toggle
	{
		padding: 10px 15px;
	}
}

/*============================ General ============================*/
.right.carousel-control
{
	right: 0;
	left: auto;
}
body
{
	padding: 0 !important;
}
/*============================ upcoming events ============================*/

.upcomingevents_yashikha
{
	position: fixed;
    left: 0;
    display: inline-block;
    bottom: 20%;
    background-color: #fdb813;
    padding: 10px;
    z-index: 9;
    width: 150px;
}
.upcomingevents_yashikha img
{
	
}

/*============================ On load popup ============================*/

@media screen and (min-width: 992px)
{
	#upcomingevent_popup .modal-dialog
	{
		width: 900px;
	}
}
@media screen and (max-width: 991px)
{
	#upcomingevent_popup .modal-dialog
	{
		width: 100%;
	}
}

/*============================ terms and policy ============================*/

#yashikha_termsofuse p.tx,
#yashikha_termsofuse ul li,
#yashikha_termsofuse ol li,
#yashikha_policy p.tx,
#yashikha_policy ul li,
#yashikha_policy ol li
{
    font-size: 12px;
    margin: 5px 0 15px;
}


/*============================ Enquiry sticky form to right ============================*/

/* sidenavi wrapper */
#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab
{
	margin: 0;
	padding: 0;
}
#sideNavi
{
    position: fixed;
    right: 50px;
    top: 25%;
	z-index: 9999999999;
}
.side-navi-item-default
{
    height: 50px;
    display: none;
}
.side-navi-item 
{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 150px;
    height: 50px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #fff;
    background-color: #c10841;
    cursor: pointer;
}
.side-navi-item.item1 
{
	top: 180px;
}
.side-navi-item.active,
.side-navi-item:hover
{
	background-color: #c10841;
    color: #fff;
}
.side-navi-item > div
{
	padding-top: 15px; 
	text-align: center;
}
.side-navi-data
{
	position: absolute;
    top: 0;
    left: 50px;
    width: 550px;
    height: 450px;
    background-color: #e5e5e5;
    padding: 25px 35px;
}
#sideNavi .quickcontactform .inpuitfiedcont button
{
	background-color: #1F4E79;
}
#sideNavi .quickcontactform
{
	width: 80%;
    margin: 0 auto;
    float: none;
}
#sideNavi .quickcontactform .inpuitfiedcont input
{
	padding: 5px;
}
#sideNavi .side-navi-tab h3.h3
{
	margin: 0 0 20px;
}

.side-navi-tab
{
	display: none;
}
.side-navi-tab.active
{
	display: inline-block;
}
.side-navi-tab > div 
{
	padding: 30px;
}

@media screen and (max-width: 480px)
{
	.side-navi-data
	{
		left: 50px;
		width: 270px;
		padding: 25px 10px;
	}
	.side-navi-item
	{
		left: 20px;
		height: 30px;
	}
	.side-navi-item.active
	{		
		left: -50px;
	}
	.side-navi-item.active + .side-navi-data
	{		
		left: -20px;
	}
	.side-navi-item > div
	{
		padding-top: 5px;
	}
}


/*============================ TAWK Chat bot ============================*/

.round #tawkchat-status-text-container
{
	z-index: 5 !important;
}