body{
	font-family: 'Montserrat', sans-serif;
	margin:0px;
}

#imageModal{
    display: none;
}
.modal-container{
    z-index: 9;
}
/*.bg_structure{*/
/*    background-image: url('<?=base_url()?>assets/frontend/img/futsal/structure2.png');*/
/*    background-size: cover;*/
/*    width:100%;*/
/*    height:40vh;*/
/*    background-position:center;*/
/*}*/

/*Styling for newsroom search*/


.children-center {
    justify-content: center;
    align-items: center;
}

.m-auto{
    margin:auto;
}

.tr-trl-y{
    transform: translateY(-32px);
}

.shadow-lg {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}


.ptb-3rem{
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.b-opp-L{
    border-top:0;
    border-left:0;
    border-right:1px;
    border-bottom:1px;
    border-color:#333;
    border-style:solid;
}

.b-bottom{
    border-top:0;
    border-bottom:1px;
    border-right:0;
    border-left:0;
    border-color:#333;
    border-style:solid;
}

.b-right{
    border-top:0;
    border-bottom:0;
    border-right:1px;
    border-left:0;
    border-color:#333;
    border-style:solid;
}

.children-start {
    justify-content: flex-start;
    align-items: center;
}

.p-48{
    padding:48px;
}

.icon-s{
    width:100px;
    height:100px;
}

.fs-5{
    font-size:5rem;
}

.shadow-news{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.border-none {
    border: 0;
    border-style: solid;
}
.outline-none {
    outline: 0 !important;
}

.width {
    width: 20% !important;
}

.width-full {
    width: 100%;
}

.w-50{
    width:50%;
}



.h-400 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;  /* Assuming you intended h-400 to be 400px in height. Adjust if necessary. */
    overflow: hidden; /* To ensure that the image does not overflow its container */
}

.news-img {
    height: 100%;  /* Make the image take up the entire height of the parent */
    object-fit: cover; /* Ensure that the image covers the entire area without distorting its aspect ratio */
}


#image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

/* Style for the enlarged image */
#enlarged-image {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.c-white {
    color: white;
}

.c-darkcyan {
    color: darkcyan;
}

.c-green {
    color: green !important;
}

.c-black {
    color: black;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-1 {
    letter-spacing: 1px;
}

.bg-white {
    background-color: white;
}

.bg-darkcyan {
    background-color: steelblue;
}

.bg-white {
    background-color: white;
}

.bg-gb{
    background-color: gainsboro;
}

.bg-green {
    background-color: darkgreen;
}

.b-radius-27 {
    border-radius: 7px;
}

.space-bet-y {
    align-items: center;
}

.fs-1 {
    font-size: 0.9rem;
}

.fs-12 {
    font-size: 12px;
}

.h-116 {
    height: 116px;
}

.h-136 {
    height: 192px;
}

.ball-icon{
    width: 120px;
    border-radius: 50%;
    margin-right:2rem;
    margin-bottom:2rem;
}

/* To position the rotate container in the bottom right */
.rotate {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

/* Keyframes for infinite rotation */
@keyframes infiniteRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Applying the rotation animation to the image inside .rotate */
.rotate img {
    animation: infiniteRotate 10s linear infinite; /* Adjust the '10s' if you want the rotation to be faster or slower */
}

/*Curve text*/
.curve-img{
    width: 11%;
    transform: translateY(-16px);
    margin-right: 1.9rem;
}

/**/

/*-----------------------Pricing-----------------------*/


.single-pricing{
background:#fff;
padding:40px 20px;
border-radius:5px;
position:relative;
z-index:2;
border:1px solid #eee;
box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);
transition:0.3s;
}
@media only screen and (max-width:480px) { 
.single-pricing {margin-bottom:30px;}
}
.single-pricing:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
transform: translate(0, -10px);
}
.price-label {
    color: #fff;
	background: #ffaa17;
	font-size: 16px;
	width: 100px;
	margin-bottom: 15px;
	display: block;
	-webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
	margin-left: -20px;
	position: absolute;
}
.price-head h2 {
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 26px;
}
.price-head span {
	display: inline-block;
	background:#ffaa17;
	width: 6px;
	height: 6px;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.price {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 0px;
}

.single-pricing h5 {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.single-pricing ul{
list-style: none;
margin-bottom: 20px;
margin-top: 30px;
}

.single-pricing ul li{line-height: 35px;}
.single-pricing a {
background:none;
border: 2px solid #ffaa17;
border-radius: 5000px;
color: #ffaa17;
display: inline-block;
font-size: 16px;
overflow: hidden;
padding:10px 45px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}
.single-pricing a:hover, .single-pricing a:focus{
background:#ffaa17;
color:#fff;
border: 2px solid #ffaa17;
}
.single-pricing-white{background: #232434}
.single-pricing-white ul li{color:#fff;}
.single-pricing-white h2{color:#fff;}
.single-pricing-white h1{color:#fff;}
.single-pricing-white h5{color:#fff;}



/*----------------------------------------------------*/

/*------------Futsal Responsive---------------------*/

/* Responsive styles */
@media (max-width: 768px) {
  .carousel-inner {
    text-align: left;
    font-size:16px;
  }
  
  .carousel-inner .carousel-item {
    text-align: center;
  }
  
  .carousel-inner .carousel-item .bg-carousel1,
  .carousel-inner .carousel-item .bg-carousel2,
  .carousel-inner .carousel-item .bg-carousel3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*padding: 24px;*/
    background-size: cover;
        width:100%;
        height:auto;
    background-repeat:no-repeat;
  }
  
  .carousel-inner .carousel-item h2 {
    font-size: 36px;
  }
  
  .container {
    padding: 10px;
  }
  
  .col {
    padding: 10px;
  }
  
  .icon-s {
    width: 40px;
    height: 40px;
  }
  
  .single-pricing {
    padding: 20px;
  }
  
  .rotate {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
  }
  
  .rotate img {
    width: 100px;
    height: auto;
    margin-right: 5px;
  }
}

/*----------------------------------------------------------*/

a{
	outline:none;
	color:#000;
}
li{
    list-style: none;
}
.topnavcolorpositionbrochure {
  padding: 9px 14px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.topnavcolorpositionbrochure i{
    margin-left: 7px;
}


.popup-onload {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 99999999999;
}
.cnt223 {
      min-width: 554px;
      width: 549px;
      min-height: 150px;
      margin: 36px auto;
      background: #f3f3f3;
      position: relative;
      z-index: 103;
      border-radius: 5px;
      box-shadow: 0 2px 5px #000;
      top: 50px;
    }
    .cnt223 p{
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 20px;
        font-family: sans-serif;
    }
    .cnt223 p a {
        color: #000;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: -28px;
        opacity: 1;
    }
    .cnt223 .x{
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
    }
    .cnt223 .x:hover{
        cursor: pointer;
    }
/* e
/*--*/
.imglottery img{
	width:100%;
}
.headermodal{ 
	border:none;
	padding:0;
	padding-right:7px;
	padding-top: 5px;
}
.carousel-indicatorssec{
	bottom:0;
} 
.carousel-indicatorssec .active {
    background-color: green!important;
}
.carousel-indicatorssec li {
    background-color: #000!important;
}
/*--*/
.mobilesecsingle{
	display:none;
}
.topnavcolor{
	color:#a32bc4!important;
}
.marqueetext{
	padding-bottom:7px;
	text-align:center;
}
.marqueetext a {
	font-size: 15px;
	font-weight: 600;
}
/*--wbhidco--*/
.dropdown-menu-cus ul{
	display:none;
	list-style:none;
	padding:0;
}
.dropdown-menu-cus:hover ul{
	display:block;
	list-style:none;
	padding:0;
}
#subPadBot{
    padding-bottom:40px !important;
	z-index:999999999;
}
.onmobileapply {
	color:#fff;
}
.onmobileapply ul li{
	list-style:none;
	border-bottom:1px #fff solid;
}
.mobsec{
	display:none;
}
.mobsecmarquee {
    display: flex;
    align-items: end;
}
/*--end--*/

.modal {
    z-index: 9999999999;
}
/*--cookies--*/
 						
/*--end cookies--*/
.direstorsec{
	margin-top:20px;
}
.videosectionhome{
	background:#ededed;
	padding:37px 0;
}
.youtubeiframesec iframe {
    width: 100%;
    height: 300px;
}
.popupdialog{
	max-width:900px;
}
.aboutTxtpop{
	font-size:13px;
}
.aboutTxtpop h2{
	color:#1fcfff;
	margin-bottom: 29px;
	font-size:23px;
	padding-top:15px;
}
.aboutTxtpop p{
	font-size: 13px;
}
.newtopic{
	position: absolute;
	right: 5px;
	top: 50px;
	z-index: 9;
}
.instagramlogin{
	background-color: #000!important;
	color:#fff;
}
.instagramlogin a{
	background-color: #000; 
	color: #fff !important;
	font-size: 10px !important;
	font-weight: bold;
	padding-bottom: 3px !important;
	text-transform:uppercase;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}
.twitterlogin{
	background-color: #00acee!important;
	color:#fff;
}
.twitterlogin a{
	background-color: #00acee; 
	color: #fff !important;
	font-size: 10px !important;
	font-weight: bold;
	padding-bottom: 3px !important;
	text-transform:uppercase;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}
.facebooklogin{
	background-color: #4C69BA;
	color:#fff;
}
.facebooklogin a{
	background-color: #4C69BA;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: bold;
	padding-bottom: 3px !important;
	text-transform:uppercase;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}
.facebookbody{
	background:#ededed;
	border:10px #fff solid;
}
.facebookbody ul{
	margin:0;
	padding:0;
}
.facebookbody ul li{
	margin:0;
	padding:4px;
	list-style:none;
	border-bottom:1px #ccc solid;
	display: flex;
	align-items: center;
}
.facebookbody ul li a{
	color: #000;
	display: inline-block;
	margin-top: 0;
	font-size:13.50px;
}
.facebookbody ul li i{
	font-size:30px;
	color:#2851A3;
	margin-right:14px;
	display: inline-block;
	font-size: 17px;
}
.twittericon i{
	color:#00acee !important;
}
.instagramicon i{
	color:#000!important;
}
#downloadsenhodiya{
	height: 0px;
	width: 80px;
	position: fixed;
	left: 0;
	top: 72%;
	z-index: 1000;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#downloadsenhodiya a {
	display: block;
	background:#333;
	height: 52px;
	padding-top: 10px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#downloadsiliconvalley{
	height: 0px;
	width: 80px;
	position: fixed;
	left: 0;
	top: 42%;
	z-index: 1000;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#downloadsiliconvalley a {
	display: block;
	background:#333;
	height: 52px;
	padding-top: 10px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#adspace{
	height: 0px;
	/*width: 85px;*/
	position: fixed;
	right: -28px;
	top: 50%;
	z-index: 1;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#adspace a {
	display: block;
	background:#333;
	height: 52px;
	padding-top: 9px;
	width: 144px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#feedback, #ZeroShop {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	/*top: 55%;*/
	top:80%;
	z-index: 1;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#ZeroShop {
	top: 91%;
	
}
#feedback a, #ZeroShop a {
	display: block;
	background:#333;
	height: 52px;
	padding-top: 10px;
	width: 115px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#ZeroShop a{
    width: 150px;
    font-size: 12px;

}
#feedback a:hover, #ZeroShop a:hover {
	opacity:0.8;
}
#newtopic{
    z-index:9999999999;
}
.myaccordion {
  max-width: 500px;
  margin: 0px auto;
}
.cusmodalcon{
	border:0!important;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
.cusheader{
	background:#004987;
	color:#fff;
	padding: 8px 19px;
}
.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
.cardcus{
	width:100%!important;
	
}
.card-header{
	padding:0.55rem 1rem;
}
.card-body ul{
	list-style:none;
	padding:0;
	margin:0;
}
.card-body ul li a{
	background: #5cdcff;
	padding: 7px 15px;
	color: #000;
	text-align: right;
	float: right;
	font-size: 12px;
	border-radius: 3px;
}
.card-body ul li a:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}
.fa-stackcus{
	top:0!important;
}
.topclass{
	color:#000;
	text-align:right;
	background:#ededed;
	
}
/*.topclass ul{
	list-style:none;
	margin: 0;
	padding: 0 20px 0 0px;
		
}
.topclass ul li{
	list-style:none;
	display:inline-block; 
	padding: 0px 7px 3px 5px;
	border-right:1px #ccc solid;
}
.topclass ul li:last-child{
	border: 0;
}
.topclass ul li a{ 
	font-size: 12px; 
	color:#000;
	font-weight: 600;
	padding: 6px 5px;
}*/

.topclass ul li a{ 
	font-weight: 600;
}
.topclass ul li ul li a{ 
	font-weight: normal;
}

header{
	padding:16px 0;
}
.rightcontent{
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	color:#111715;
	text-align:right;
}
.topnavcolorposition {
    padding: 12px;
    text-align: center;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.topnavcolorposition a {
    text-decoration: none;
    background: #ededed;
    padding: 7px 11px !important;
    display: inline-block;
    border-radius: 3px;
	animation:myfirst 5s;
	color:#fff;
  -moz-animation:myfirst 5s infinite; /* Firefox */
-webkit-animation:myfirst 5s infinite; /* Safari and Chrome */
}
 @-moz-keyframes myfirst /* Firefox */
	{
	0%   {background:green;}
	50%  {background:blue;}
	100%   {background:green;}
	}
	 
		@-webkit-keyframes myfirst /* Firefox */
	{
	0%   {background:green;}
	50%  {background:blue;}
	100%   {background:green;}
	}
  
.topnavcolorposition a:hover{
	font-size: 12px;
	color:#fff;
}
.topnavcolorsecnew{
	color:#000;
	font-size: 12px;
	font-weight:bold;
}

.topnavcolorsecnew a{
	font-size: 12px;
	color:#000;
}

	
/* #Bannersection
================================================== */
.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}
.owl-carousel img{
	width:100%;
}
.owl-theme .owl-controls .owl-page span{
	display:none!important;
}

.owl-item {
  text-align: center;
}
.fa-stack{
	top:0;
}
.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 40%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    background: #869791;
    opacity: 1;
	border-radius:0!important;
    height: 30px;
}
.owl-carousel .owl-item{
	position:relative;
}
.owl-item div p{
	position: absolute;
	color: #fff;
	top: 10%;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
}
.bannerbuttonclass{
	position: absolute;
	z-index: 999999;
	top: 12%;
	width: 100%;
}
.fa{
	font-size:16px!important;
}
.fa-stack{
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	top: -139px;
	left: 3px;
}
.fa-stack.owl-prev{
}






/* #Navigation
================================================== */
.bg-light-sec{
	background:#333333;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 8px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	padding: 4px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand{
	display:none;
}
.navigation-wrap{
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position:relative;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #fff;
    transition: all 300ms linear;
    z-index:99999;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 400;
    transition: all 200ms linear;
	font-family: 'Poppins', sans-serif;
}
.nav-item:hover .nav-link{
	color: #5cdcff !important;
}
.nav-item.active .nav-link{
	color: #5cdcff !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    margin-left: 0em;
    margin-right: 0.9em;
    font-size: 13.50px;
}

.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
	background:#333;
	top:30px;
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #333;
	border: none;
	border-radius: 3px;
    transition: all 200ms linear;
    z-index: 999999999999;
	
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #fff;
	border-radius: 2px;
    transition: all 200ms linear;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size:13px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #5cdcff;
}
.nav-link-social{ 
	margin:0;
	margin-left:5px;
}
.carousel-inner img {
    width: 100%;
	height:100%;
	object-fit: cover;
 }
 .commonfontstyle{
	 padding-top:40px;
	 padding-bottom:40px;
	 font-family: 'Montserrat', sans-serif;
	 color:#000;
	 text-align:center;
	 line-height:26px;
 }
  .commonfontstyle h2{
	 padding:20px 0;
	 font-family: 'Poppins', sans-serif;
	 color:#5cdcff;
	 text-transform:uppercase;
	 font-size:26px;
	 padding:0 0 20px 0;
	 margin:0;
	 font-weight:500;
 }
 .commonfontstyle span{
	 padding:20px 0;
	 font-family: 'Poppins', sans-serif;
	 color:#4f4f4f;
	 text-transform:uppercase;
	 font-size:24px;
	 padding:0 0 5px 0;
	 margin:0;
	 font-weight:300;
}
 .commonfontstyle strong{
	 padding:20px 0;
	 font-family: 'Poppins', sans-serif;
	 color:#fff;
	 text-transform:uppercase;
	 font-size:24px;
	 padding:0 0 5px 0;
	 margin:0;
	 font-weight:500;
}
.commonfontstyle a{
	color:#000;
	text-decoration:none;
}
.buttoncommon{
	margin-top:30px;
}
.buttoncommon a{
	background:#5cdcff;
	color:#000;
	border-radius:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	text-decoration:none;
	padding:5px 15px;
	font-size:14px;
}
.buttoncommon img{
	padding:0;
	width:auto;
	margin: -3px 6px 0 -7px;
}
.buttoncommon a:hover{
	background:#333333;
	color:#fff;
	transition: all 100ms linear;
}
.buttoncommonblack{
	margin-top:20px;
}
.buttoncommonblack a{
	background:#333333;
	color:#fff;
	border-radius:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	text-decoration:none;
	padding:5px 15px;
	font-size:14px;
}
.buttoncommonblack img{
	padding:0;
	width:auto;
	margin: -3px 6px 0 -7px;
}
.buttoncommonblack a:hover{
	background:#5cdcff;
	color:#fff;
	transition: all 100ms linear;
}
.gallerysectioncolor{
	background:#fbfbfb;
	padding-bottom:96px;
}
.fullwidthsec{
	width:100%;
}
.stasec p a{
	color:#333;
}
#carouselExampleIndicators li{
	background:#333333;
	bottom:-59px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
}
#carouselExampleIndicators li.active{
	background-color:#5cdcff!important;
}
.sliderfullsec{
	width:100%;
	padding:0;
	margin:0;
}
.sliderpadding{
	padding:0;
}
.sliderpadding img{
	height:100%;
	object-fit:cover;
	padding:3px;
}
.tender{
	padding-bottom:20px;
}
.tendertablecontent{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:#333333;
	font-size:14px;
}
.tendertablecontent h3{
	margin:0;
	padding:0 0 20px 0;
	font-family: 'Poppins', sans-serif;
	color:#5cdcff;
	font-size:17px;
}
.tendertablecontent h3 img{
	display:inline-block;
	margin:0 7px 0 0;
}
.tendertablecontent p {
    padding: 0 4px 0px 40px;
    border-right: 1px #000 solid;
    min-height: 133px;
}
.parallexsec{
	background:url("../img/parallex.jpg");
	padding-bottom:20px;
	background-attachment:fixed;
}
.colorsec{
	color:#fff;
}
.parallexseccon{
	margin:0;
	padding:0 0 0px 0;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:14px;
}
.parallexseccon h3{
	margin:0;
	padding:0 0 20px 0;
	font-family: 'Poppins', sans-serif;
	color:#5cdcff;
	font-size:17px;
}
.parallexseccon h3 img{
	display:inline-block;
	margin:0 7px 0 0;
}
.parallexseccon p {
    padding: 0 4px 0px 40px;
    border-right: 1px #fff solid;
}
.colorforhr{
	border-color:#fff;
}
.contactsection{
	padding-top:60px;
	padding-bottom:60px;
}
.contactframe{
	margin:0;
	padding:0;
}
.contactframe iframe{
	width:100%;
	height:470px;
}
.contactsec{
	margin:0;
}
.contactsec h2{
	font-family: 'Poppins', sans-serif;
	color: #5cdcff;
	text-transform: uppercase;
	font-size: 26px;
	padding: 0 0 20px 0;
	margin: 0;
	font-weight: 500;
}
.contactsec p{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#000;
}
.contactsec ul{
	margin:0;
	padding:0;
}
.contactsec ul li{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	color:#838383;
	font-size:14px;
}
.contactsec ul li img{
	margin:0 5px 7px 0;
}
.contactsec ul li a{
	text-decoration:none;
	color:#838383;
	font-size:14px;
}
/*---*/
.imagekr {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.con{
	position:relative;
}
.con:hover .imagekr {
  opacity: 0.3;
}
.con:hover .middle {
  opacity: 1;
}
.text {
  color: #000;
  font-size: 18px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
}
.text a {
  color: #000;
  text-decoration:none;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.subhatableannounce .table-bordered td{
	border-bottom:1px #fff solid!important;
	color:#fff;
}
.subhatableannounce .table-bordered td.bigTd {
    border-left: 1px solid #fff!important;
}
hr{
	border-color:#000;
}
footer{
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	background:#000;
	text-transform:uppercase;
}
/*--inner pages--*/
.colorsechw{
	background:#f4cd1f;
}	
.bannerborder {
   border-right:7px #f4cd1f solid;
   border-bottom:7px #f4cd1f solid;
}
.happycon h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 18px;
}
.happycon h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-top: 18px;
}
.midconhw{
	border-top:4px #fff dotted;
	border-bottom:4px #fff dotted;
	padding-top:30px;
	padding-bottom:30px;
}

.defaultpadding{
	padding-right:5px;
	padding-bottom:10px;
}
.defaultpaddingone{
	padding-left:5px;
	padding-bottom:10px;
}
.column div {
	position: relative;
	float: left;
	padding:0;
}
.column div span {
	position: absolute;
	bottom:90px;
	left: 0;
	z-index: 0;
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	color: #444;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:27px;
	font-weight:500;
}
figure {
	margin: 0;
	background: #fff;
	overflow: hidden;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width:100%;
	padding:0;
	margin:0;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.linkmargin{
	margin:0;
	text-align:left;
}
.linkbottompadding{
	padding-bottom:40px;
}
.rtiimg{
	margin:0;
	padding-bottom:13px;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
}
.rtiimg img{
	margin:0;
	width:100%;
}
.rtiimg h1{
	margin:0;
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-size:24px;
	padding-bottom:11px;
}
.rtiimg span{
	margin:0;
	font-family: 'Poppins', sans-serif;
	color:#5cdcff;
	line-height:30px;
	font-size:19px;
}
.rtiimg ul{
	margin:10px 0 0 0;
	padding: 0;
}
.rtiimg ul li{
	padding:0 20px 0 0px;
	display:inline-block;
	font-size:14px;
}
.rtiimg ul li img{
	margin:0 7px 0 0;
	display:inline-block;
	width:auto;
}
.rtiimg ul li a{
	color:#000;
}
.rtiimgrow{
	margin-top:20px;
	margin-bottom:40px;
}
.ritimgrowborder{
	position:relative;
}
.ritimgrowborder::after{
	position:relative;
	position:absolute;
	width:1px;
	height:150px;
	content:"";
	background:#000;
	right:30px;
	top:45px;
}
.loginsec{
	padding-bottom:30px;
	margin-bottom:50px;
	background:#f3f3f3;
}
.loginseccon{
	margin:0;
	padding-top:30px;
	text-align:center;
}
.loginseccon h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #5cdcff;
    font-size: 27px;
    padding-bottom: 5px;
    font-weight: 500;
}
.loginseccon span {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 20px;
    font-size: 19px;
    font-weight: 300;
}
.formsection{
	width:40%;
	margin:0 auto;
	margin-top:30px;
	font-family: 'Poppins', sans-serif;
}
.contactheading{
	margin:0;
	padding:0;
	text-align:center;
}
.contactheading h1{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	font-size:19px;
	color:#5cdcff;
	line-height:25px;
}
.mapcontact{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#333;
	text-align:center;
	margin-top:20px;
}
.mapcontact img{
	text-align:center;
	margin-bottom:10px;
}
.fivebox{
	margin-top:30px;
	padding:0;
}
.fiveboxdivsec{
	background:#f9f9f9;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-align:center;
	padding:20px;
	margin-bottom:20px;
}
.fiveboxdivsec span{
	line-height:22px;
}
.fiveboxdivsec img{
	margin-bottom:7px; 
}
.mapseccontact{
	margin:0;
	padding:0;
	background: #ededed;
}
.mapseccontact iframe{
	margin:0;
	width:100%;
	height:300px;
}
.contactbox{
	background:#5cdcff;
	padding:60px;
	margin:0;
}
.mapimage{
	margin:0;
	padding:0;
}
.mapimage img{
	width:100%;
	border:4px #96e8ff solid;
	
}
.locationmap{
	margin:20px 0 0 0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	color:#000;
	font-weight:600;
	line-height:30px;
}
.buttoncommonmap{
	margin-top:30px;
}
.buttoncommonmap a{
	background:#fff;
	color:#000;
	border-radius:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	text-decoration:none;
	padding:5px 15px;
	font-size:14px;
}
.buttoncommonmap img{
	padding:0;
	width:auto;
	margin: -3px 6px 0 -7px;
}
.buttoncommonmap a:hover{
	background:#333333;
	color:#fff;
	transition: all 100ms linear;
}
.detailcontact{
	margin:30px 0 0 0;
	text-align:center;
}
.detailcontact h2{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	color:#000;
	font-size:28px;
}
.detailcontactround{
	background:#e4e4e4;
	padding:7px;
	border-radius:30px;
	text-align:center;
	margin-top:20px;
	margin-bottom: 25px;
}
.detailcontactround h2{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	color:#000;
	font-size:17px;
	margin:0;
}
.incharge{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	padding-right: 12px;
}
.incharge h4{
	font-family: 'Poppins', sans-serif;
	font-weight:400!important;
	font-size:15px!important;
}



/*--*/
.card{
	margin-top: auto;
	margin-bottom: auto;
	width: 400px;
	background: none;
	border: 0;
	margin:0;
}
.input-group-prepend span{
	width: 50px;
	background-color: #fff;
	color: black;
	border:0 !important;
	border-radius:50px;
}
input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}
.remember{
color: black;
}
.remember input{
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}
.custominput{
	border-radius:50px;
	border:0;
	font-size:15px;
}
.login_btn{
	color: black;
	background-color: #5cdcff;
	width: 100px;
	margin-top:-27px;
	border-radius:50px;
}
.login_btn:hover{
	color: black;
	background-color: white;
}
.links{
	color: white;
}
.links a{
	margin-left: 4px;
}
.newsseccon{
	margin:0;
}
.newsimg{
	width:94%;
	border-bottom:1px #fff solid;
	height:200px;
	object-fit:contain;
}
.newsseccon ul{
	margin:9px 0 30px 0;
	padding:0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newsseccon ul li{
	margin:0;
	padding:0;
	display: flex;
	align-items: end;
}
.newsseccon ul li img{
	border:none;
	max-height: 30px;
}
.newsseccon ul li:last-child{
	text-align: center;
	float: right;
	font-size: 10px;
	background: #5cdcff;
	padding: 3px 4px;
	color: #000;
	margin-bottom:10px;
	position:relative;
}
.stasec{ 
	padding-bottom:50px;
}
.stasec p{
	margin:0;
	border-bottom:1px #ccc solid;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
}
.stasecimg{
	margin:0;
}
.stasecimg img{
	margin:0;
	width:100%;
}
/*---top menu wbhidco place it css---*/

#main_nav {
    justify-content: right;
    position: relative;
    z-index: 9999999999999;
}
.topnavcolor{
	color:#a32bc4!important;
	padding: 1px !important;
	font-size:11px;
}
.nav-link-top{
	padding: 3px !important;
	font-size:11px;
	color:#000!important;
}
.navbarrightsec{
	justify-content:end;
}
/*---end---*/
/*--datepicker css--*/
main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 24px;
  width: 100%;
  height: 100%;
  max-width: 600px;
}

#flight-datepicker {
  margin-top: 36px;
}
@media screen and (min-width: 400px) {
  #flight-datepicker {
    display: -webkit-box;
    display: flex;
  }
}
#flight-datepicker .form-item {
  position: relative;
  margin: 12px 0 60px;
}
@media screen and (min-width: 400px) {
  #flight-datepicker .form-item {
    margin: 12px 24px 0 0;
  }
}
#flight-datepicker label {
  display: block;
  margin-bottom: 8px;
  color: white;
}
#flight-datepicker input {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 6px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #0e3e43;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
}
#flight-datepicker input:first-child, #flight-datepicker input:last-child {
  border-radius: 0;
}
#flight-datepicker input::-webkit-input-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:-moz-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -moz-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input::-moz-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -moz-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:-ms-input-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -ms-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:focus {
  border-bottom-color: #125259;
}
#flight-datepicker input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
#flight-datepicker .date-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: calc(100% + 6px);
  font-size: 12px;
  color: white;
}
@media screen and (min-width: 400px) {
  #flight-datepicker .date-text {
    top: 100%;
  }
}

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
}
.datepicker.dropdown-menu table {
  background-color: #1b7983;
}
.datepicker.dropdown-menu table thead {
  background-color: #1b7983;
}
.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}
.datepicker.dropdown-menu table tbody {
  background-color: white;
}
.datepicker.dropdown-menu table tr {
  border-top: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: background-color .6s ease-out;
  transition: background-color .6s ease-out;
}
@media screen and (min-width: 400px) {
  .datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
    padding: 12px;
  }
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
  background-color: #24A0AD;
  border-color: #ededed;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
  background-color: #1b7983;
  border-color: #ededed;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ffffff;
  background-color: inherit;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background-color: #17656e;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  background-color: #19717a;
  border-top: 1px solid #196d76;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 24px;
  z-index: -99;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--date picker--*/

/* #Media
================================================== */
@media (max-width: 1280px) {
    .newtopic {
        position: absolute;
        left: 5px;
        top: 0;
        z-index: 1;
    }
	.nav-link{
		font-size:12px;
	}
}
@media (max-width: 1199px) {
	.nav-link {
		font-size: 11px;
	}
}
@media (max-width: 991px) {
	.topnavcolorsecnew {
		font-size: 10px;
	}
    .nav-link {
        position: relative;
        padding: 5px 0 !important;
        display: inline-block;
        margin-left: 0em;
        margin-right: 0.5em;
        font-size: 14px;
    }
    .newtopic {
        position: absolute;
        left: 5px;
        top: 0;
        z-index: 9;
    }
	.nav-link {
     font-size: 9px;
	}
	
    
}

@media (max-width: 767px) { 
    .cnt223{
        min-width: auto!important;
        width: 100%!important;
    }
	.mobilesecsingle{
		display:block;
	}
	.bannerborder{
		border-right:0;
	}
	/*--wbhidco--*/
	.mobsec{
		display:block;
	}
	.mobsecmarquee{
		display:none;
	}
	.topnavcolorsecnew{
		font-size:7px;
		padding:0; 
	}
	.rightcontent {
		font-size: 9px;
		line-height: 17px;
	}
	.topnavcolorposition a{
		padding: 2px 2px!important;
	}
	.topclass{
		display:block;
	}
	.mobseshow{
		display:block;
	}
	
	/*--end--*/
	
    #downloadsenhodiya a {
        width: 115px;
        text-align: center;
        font-size: 10px;
    }
    #feedback a, #ZeroShop a {
        height: 45px;
        padding-top: 10px;
        width: 115px;
        text-align: center;
        font-size: 10px;
    }
    #ZeroShop a {
        width: 115px;
        font-size: 10px;
    }
    #feedback {
	    /*top: 50%;*/
		top:80%;
    }
	#adspace{
		top:52%;
	}
	#adspace a{
		font-size: 10px;
		/*width: 115px;*/
	}
     #ZeroShop{
        top: 87%;
     }
	 #downloadsiliconvalley{
		 top: 50%;
	 }
	 #downloadsiliconvalley a{
		width: 115px;
        font-size: 10px;
	}
	.youtubevideo{
		margin-bottom:10px;
	}
	
	.contactsec {
		margin-top: 20px;
	}
	.colrespon{
		flex-basis: auto;
	}
    .socialmedia li {
		margin-top:10px;
		margin-bottom:10px;
	}
	.navbar-brand{
		display:block;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: -5px;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -21px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		/*background-color: transparent;*/
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.nav-link {
		position: relative;
		padding: 5px 0 !important;
		display: inline-block;
		margin-left: 1.5em;
		margin-right: 0;
		font-size:12px;
	}
	header{
		text-align:center;
		padding-bottom:0px;
	}
	.rightcontent{
		text-align:center;
	}
	.owl-item div p{
		font-size:20px;
	}
	.sliderpadding {
        padding-top: 4px;
        padding-bottom: 4px;
		padding-bottom: 0;
		padding-top: 1px;
		padding-right: 4px;
		padding-left: 4px;
	}
	.tendertablecontent {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tendertablecontent p {
		padding: 0 4px 0px 40px;
		border-right: 0;
		min-height: auto;
	}
}

@media screen and (max-width: 575px) {
	.nav-link {
		font-size: 13px;
	}
	.nav-item::before {
		left: -2px;
	}
	.topnavcolorsecnew{
		font-size:10px;
		padding:0; 
	}
	.rightcontent {
		font-size: 11px;
		line-height: 17px;
	}
	.topnavcolorposition a{
		padding: 4px 7px !important;
		font-size: 13px;
	}
	.topnavcolorpositionbrochure{
	    margin: 0 auto;
	    margin-bottom: 13px;
	}
	
	
}


@media (min-width: 576px) and (max-width: 991.98px) {
    .topnavcolorposition{
        display: none;
    }
    .topnavcolorpositionbrochure{
        display: none;
    }
    .rightcontent {
        display: none;
    }

}
