@charset "utf-8"; 
/*
Project Name: Javed Abidi"
Coded by: Mohd Basheer
Primary color: #f44f1f
font-family: 'Poppins', sans-serif;
font-family: 'Merriweather', serif;
*/


*{ margin:0; padding:0; box-sizing:border-box;}
html, body{height:100%;width:100%;background: #fff; font-family: 'Poppins', sans-serif; color: #333333; font-size:16px; line-height:20px}
.container{ position:relative;}
.browsehappy{margin:0.2em 0; background:#ccc; color:#000; padding:0.2em 0}
.msgContainer{ padding:80px 15px; }
.msgContainer-inner{color:#FFF;border-radius:15px;    padding:20px; max-width:500px; margin:0 auto;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    zoom: 1;}
	.msgContainer-inner h1{ margin-top:0}

.msgContainer-inner:nth-child(n) {
    filter: none;
}


.governor-img{
	width:68% !important;
	}
	.goveror-txt{
font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;	
	}
.btn-outline {
    background-color: #fff;
    border-color: #018dc8;
    color: #018dc8;
}
.btn-outline:hover {
background-color: #fff;
    border-color: #036791;
    color: #036791;
}
.arial{ font-family:Arial, Helvetica, sans-serif}
a, a:hover, a:focus, a:active{ color: #333333; outline:none; text-decoration:none;}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
 .push {
    height: 50px; display:block; /* .push must be the same height as .footer */
}
.bg-yellow{ background:#edaf1e;}
.bg-green{ background:#f44f1f;}
.bg-blue{ background:#f44f1f;}
.bg-pink{ background:#d74116;}


.btn{padding:8px 30px;}
.btn-primary {
    color: #fff;
    background-color: #f44f1f;
    border-color: #f44f1f;
}
.btn-green {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	 color: #fff;
    background-color: #d74116;
     padding:10px 30px;
}
.btn-green::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-green:hover {
    color: #333;
}
.btn-green:hover::before, .btn-green:focus::before, .btn-green:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f44f1f;
    border-color: #f44f1f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}

/* ==========================================================================
   header
   ========================================================================== */
   
.topLinks{  margin:10px 0 0; padding:0; display:block; list-style:none; float:right;}
.topLinks > li{font-size:14px; color: #333; display:inline-block;padding:0 18px; line-height:14px; border-right:2px solid #333;}
.topLinks > li a{text-decoration:none; font-size:12px; color: #333; font-weight:500; }
.topLinks > li:last-child{border-right:none; padding-right:0;}
.topLinks li a:hover{color: rgba(0,0,0,0.8); text-decoration:underline;}
/*.topLinks li:after{content:"|";color: rgba(0,0,0,0.5); padding:0 10px}
.topLinks li:last-child:after{ display:none;}*/
.topLinks li.dropdown:after{ content:"";}
.topLinks .dropdown-menu{ margin-top:0;font-size:12px; background: rgba(0,0,0,0.8);}
.topLinks .dropdown-menu li:after{ content:""; padding:0}
.topLinks .dropdown-menu a{ color:#fff; padding: 3px 15px;line-height: 1.42857; display:block;}
.topLinks .dropdown-menu .divider{ background-color:#555}
.topLinks .dropdown-menu li{ display:block; float:none}
.topLinks .dropdown-menu > li > a:focus,.topLinks .dropdown-menu > li > a:hover {
text-decoration: none;
color:#f44f1f
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000 !important;
}::-ms-input-placeholder { /* Microsoft Edge */
color: #000 !important;
}
#searchToggle{ display:none}
/*.searchForm{margin:28px 0 20px; float:right;display:block}*/.inputWrap{ position:relative; width:200px;}
.inputWrap .form-control{ border-radius: 0; margin-top:20px;}
.inputWrapfull{ position:relative; width:100%;}
.inputWrapfull .form-control{ border-radius: 0; background: rgba(213,213,213,0.2); border-color: rgba(213,213,213,0.5) /*margin-top:20px;*/}
.inputWrapper .form-control:focus {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025) inset, 0 0 10px rgba(0,0,0, 0.3);
outline: 0 none;
}
.inputWrapper .form-control::-moz-placeholder {
color: #ccc;
opacity: 1;
font-style:italic;
}
.searchBtn{position:absolute;top:0;right:0px;height:100%;width:30px;font-size:16px;font-style:italictext-align:center;cursor:pointer;background:#333;color:#fff;border:none;box-shadow:none}
.searchBtn:hover{color:#fff; background:#f44f1f;}
  
#collapseExample2 {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px; z-index:1050;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}  
  
   
.innerUl{ list-style: none; display:inline-block; margin:3px auto 8px; padding:0;}
.innerUl li{ display: inline-block; padding:0 10px; border-right:1px solid #222; color:#222; font-size:11px; line-height:11px;}
.innerUl li a{ display:block;}
.innerUl li:first-child,.innerUl li:last-child{border-right:none;}
.innerUl li:first-child{ background:#001f9f; color:#fff; padding:4px 8px; border-radius:10px;}

.logo2{ margin:30px auto; display:block; padding:5px 0px;}

.logo{ margin:30px auto; display:block; padding:5px 35px; border:2px solid rgba(0,0,0,0.2); border-radius:4px;}
.listSearch{ margin:40px auto 20px; padding:0; display:block; list-style:none; float:right;}
.listSearch li{ display:inline-block; width:200px; margin-right:20px;}
.listSearch li.listMidItem{width:auto;}
.listSearch li:last-child{ margin-right:0;}
.form-control.search-input{ font-size:12px; color:#333333; height: 46px; padding: 0 0 0 15px;}
.form-control.search-input,.input-group > .form-control:not(:last-child).search-input{border-radius: 50px; border:2px solid #e1e1e1;}
.input-group > .input-group-prepend:not(:first-child) > .input-group-text.search-inputgroup{border-radius: 50px; z-index: 1050; }
.input-group-prepend.searchprepend { margin-left: -41px;}
.input-group-text.search-inputgroup{padding: 10px 15px; background:#f44f1f; color:#fff; border: 1px solid #f44f1f;}


 /* ==========================================================================
   footer
   ========================================================================== */
.mainfooter{ width:100%; margin-top:20px; font-size:14px; font-weight:400; position:relative; padding:30px 0 10px; }
.mainfooter a{  color: rgba(255,255,255,0.7);}
.mainfooter .shareIcons li a{border-radius:0;}
.copyright{ font-size:14px; padding:20px 0 10px; margin-bottom:-10px; color: #333; background: rgba(0,0,0,0.1);}
.copyright p{ margin:0;}
.copyright a{color:#333;}
.mainfooter a:hover,.copyright a:hover{color:#333;}

.footerTitle{ font-family: 'Poppins', sans-serif; font-weight: 300; color:#fff;  font-size:21px; text-transform: capitalize;}
.footerLinks{ margin:0 auto; padding:0; text-transform: capitalize; font-size:16px; font-weight: 300; line-height:26px; color: rgba(255,255,255,0.7); font-family: 'Poppins', sans-serif; display:block; list-style:none; }
.footerLinks li{ display:block;}
.footerLinks li a{color: rgba(255,255,255,0.7);font-size:16px; font-weight: 300;}
.footerLinks li a:hover{color: #f44f1f;}
.shareIcons{ margin:30px auto 0; padding:0; display:block; list-style:none; float:right;}
.shareIcons li{display:inline-block;}
.shareIcons li a{padding:0 4px; text-align:center; display:block; height:26px; width:26px; font-size:13px; line-height:24px; color: rgba(255,255,255,0.9);}

.shareIcons li a.fb{ background:#334095;}.shareIcons li a.tw{ background:#28a3fc;}.shareIcons li a.gplus{ background:#dd4b39;}.shareIcons li a.yout{ background:#ef180c;}.shareIcons li a.insta{ background:#e51837;}.shareIcons li a.andr{ background:#a4c639;}

.copyright .shareIcons { margin-top:0;}
.cicleBullet{ width:12px; height:12px; margin-right:10px; background: #f44f1f; border:3px solid #fffec6; border-radius:50%; display: inline-block;}

   /* ==========================================================================
  homepage
   ========================================================================== */
 header{ background:#f5f5f5;}
.navWrapper{ background: #f44f1f; display:block; width:100%; font-family: 'Merriweather', serif;}
.navbar {padding: 0; }
.navbar-brand{ display: block; width: 200px;
padding: 8px;
background: #fff;
border-radius: 5px;
margin: 5px;}
.navbar-brand img{ display: block; width:100%;}

.navbar-light .navbar-nav .nav-link {padding:5px 10px; margin:5px auto; border-bottom:none;  color: #fff;}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #fff;background: #d74116;border-bottom:none;}
li.nav-item{ border-right:none}
.navbar-light .navbar-toggler {background: rgba(255,255,255,1);border-color: rgba(255,255,255,.5);}
 
.sideLinks.navbar{ padding:0;}
.sideLinks li.nav-item{ border-bottom:1px solid rgba(0,0,0,0.2)}

.bx-wrapper .bx-viewport{background:none; border:none;  box-shadow:none; left:0; -webkit-transform:translatez(0); -moz-transform:translatez(0); -ms-transform:translatez(0); -o-transform:translatez(0); transform:translatez(0)}
.bx-wrapper{position:relative; margin:0 auto; padding:0; *zoom:1}
.bx-wrapper img{max-width:100%; display:block}
.bx-wrapper .bx-loading{min-height:50px; background:url(../images/bx_loader.gif) center center no-repeat #fff; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev{left:10px; background:url(../images/controls.png) no-repeat 0 -32px}
.bx-wrapper .bx-next{right:10px; background:url(../images/controls.png) no-repeat -43px -32px}
.bx-wrapper .bx-prev:hover{background-position:0 0}
.bx-wrapper .bx-next:hover{background-position:-43px 0}
.bx-wrapper .bx-controls-direction a{position:absolute; top:50%; margin-top:-16px; outline:0; width:32px; height:32px; text-indent:-9999px; z-index:9999}
.bx-wrapper .bx-controls-direction a.disabled{display:none}

.bannerContainer{position:relative; width:100%; float:left; margin:0;display:none; padding:0;}
.no-js .bannerContainer{display:block}




#bannerSlides li img{width:100%; }
.bannerContainer .bx-wrapper{margin:0 auto; position:relative}
.bnrCaption{position: absolute;display: block; left:0; bottom:50px; text-align: center;}
.bnrCaption span{background: #f44f1f;  padding:10px 20px; text-transform: capitalize; font-weight: 400; color:#fff;font-family: 'montserratregular', sans-serif; font-size:24px; border-radius:5px; }

#bannerSlides{margin:0; padding:0}
.bannerContainer .bx-wrapper .bx-pager{position:absolute; right:0; left:0; bottom:5px; z-index:4; text-align:center; font-size:.85em; font-family:Arial; font-weight:bold; color:#666; }
.bannerContainer .bx-wrapper .bx-pager .bx-pager-item, 
.bannerContainer .bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block; *zoom:1; *display:inline}
.bannerContainer .bx-wrapper .bx-pager.bx-default-pager a{text-indent:-9999px; display:block; width:12px; height:12px; border:2px solid #fff; margin:0 5px; outline:0; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%}
.bannerContainer .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bannerContainer .bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff}
#bPrev a, #bNext a{outline:none; text-decoration:none; font-size:25px; color:#111; position:absolute; top:40%; right:10px; background:#fff; width:35px; height:35px; display:block; line-height:35px; text-align:center; border:1px solid #dfdfdf; border-radius:4%; }
#bPrev a{left:10px}

#bPrev a:hover, #bNext a:hover{ border:1px solid #dda849;}


.bxslider-pager-wrapper > .bx-wrapper > .bx-viewport{ height:210px !important;}

.thumb-item-link{ font-size:18px; color:#f44f1f; text-align:center; text-transform:uppercase; display:block;}
.thumb-item-link:hover,.thumb-item-link:focus,.thumb-item-link.active,#mypager li.active .thumb-item-link{ color:#f44f1f;}
.thumb-item-link img{ border-radius:10px; margin-bottom:16px;}

.bxslider-pager-wrapper > .bx-wrapper .bx-controls-direction a{top: 30%; width: 42px;
height: 42px;}
.bxslider-pager-wrapper > .bx-wrapper .bx-prev{ left: -15px; background: url(../images/controls2.png) no-repeat 0 -43px}
.bxslider-pager-wrapper > .bx-wrapper .bx-next{ right: -15px; background: url(../images/controls2.png) no-repeat -50px -43px;}

.bxslider-pager-wrapper > .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bxslider-pager-wrapper > .bx-wrapper .bx-next:hover {
    background-position: -50px 0;
}

.sh-abt{ line-height: 34px;}
.sh-supportBg{ background: url(../images/support-bg.jpg) no-repeat fixed center center/cover; padding:100px 0; text-align:center;}

.spnrContainer{ position:relative; display:block;}
.spnrControl{ text-align:center; margin-top:40px;}
.spnrContainer #spnrPrev a,.spnrContainer #spnrNext a{ width:40px; height:40px; display:inline-block; vertical-align:middle; text-align:center; line-height:40px; background:#333; color:#fff; font-size:28px;}
.spnrContainer .spnrBtn{ display:inline-block; background:#333; color:#fff; padding:10px 20px; margin:0 5px; vertical-align:middle;}



.abtImg{ display:block; width:142px; height:142px; border:3px solid #fff; border-radius:50%;-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.22); overflow:hidden;}

.abtImg img{ width:100%;}


.gradientBg{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005db3+0,00418e+0,008234+100,009e55+100 */
background: rgb(0,93,179); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,93,179,1) 0%, rgba(0,65,142,1) 0%, rgba(0,130,52,1) 100%, rgba(0,158,85,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,93,179,1) 0%,rgba(0,65,142,1) 0%,rgba(0,130,52,1) 100%,rgba(0,158,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,93,179,1) 0%,rgba(0,65,142,1) 0%,rgba(0,130,52,1) 100%,rgba(0,158,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005db3', endColorstr='#d74116',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.shownuBg{ padding-bottom:50px; margin-top:50px;}

.imgBdr{ border:3px solid #fff;}

.galContainer{ position: relative; display:block;}
#galPrev a, #galNext a{ width:40px; height:40px; line-height:40px; font-size:28px; color:#fff; background: #d74116; text-align:center; display: inline-block; position:absolute; bottom:0; left:70px;}
#galNext a{ left: auto; right:69px;}

#galPrev a:hover, #galNext a:hover{color:#d74116; background: #fff;}

#newsticker{ /*height:282px;*/ overflow:hidden}
.no-js #newsticker{ display:block}
.marquee{width:100%; float:left;overflow:hidden; border:3px solid #fff; background:#f1f1f1; color:#333; -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.42);
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.42);}
.newsList{ margin:0; padding:5px 15px; list-style:none}
.newsList li{ padding:5px; border-bottom:1px solid #a1a1a1; }

.question{font-family: 'Poppins', sans-serif; font-size:14px; font-weight:600; margin:15px 0 8px; display:inline-block;}
.newsList li:first-child .question{ margin-top:0;}

.innerGrid {padding: 20px;}
.innerGrid ol {margin-left: 30px;}

.btn-inverse{ display: table; background: rgba(0,0,0,0.7); color:#fff; padding:8px 30px;}
.btn-inverse:hover,.btn-inverse:focus{background: rgba(0,0,0,0.9); color:#fff;}

.fence-shadow{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);}

.bg-dark{ background:#333333;}
.zoomWindow{ top:0px !important; left:auto !important; right:0 !important;  width:400px !important; height:320px !important;}

.no-gutter, .no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-gutter-sm, .no-gutter-sm > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.bdrRad{ border-radius:10px;}
/*===============fancybox style============*/

.fancybox-overlay {
    z-index: 1024 !important;
}
/*===============innerpages============*/
.title{font-family: 'Merriweather', serif; margin-top:50px; margin-bottom:20px;}
.titleTop{font-family: 'Merriweather', serif; margin-top:0px;}  
.title-hm{font-family: 'Merriweather', serif; margin:48px 0 26px;} 
.text-robo{font-family: 'Merriweather', serif;}
.text-telugu{ font-size:18px;}
.text-exlite{ font-weight:400;}
.text-lite{ font-weight:400;}
.text-normal{ font-weight:400;}
.text-medium{ font-weight:600;}
.text-semibold{ font-weight:700;}
.text-bold{ font-weight:800;}
.text-extrabold{font-weight:800;}
.text-white{ color:#fff;}
.text-black{ color:#333333;}
.text-orange{ color:#f44f1f;}
.text-italic{ font-style:italic;}
.text-yellow,a.text-yellow{ color:#f44f1f;}
.text-blue,a.text-blue{ color:#f44f1f;}
a.text-blue:hover{ color:#f44f1f;}
a.text-yellow:hover{ color:#f44f1f;}
.text-green,a.text-green{ color:#d74116;}
a.text-green:hover{ color:#d74116;}
.fa-small .fa-li{
    top: 6px;}
.fa-small .fa{ font-size:10px;}
.bg-primary{ background:#f44f1f !important;}


.gallItem {
    display: block;
    position: relative;
    transition: all .4s ease 0s;
    overflow: hidden; margin-bottom:20px;
}

.gallItem-details{ background:#fafafa; border:#CCC 1px solid; border-radius:4px; min-height:250px; padding:5px; display:flex; vertical-align:central;}
.gallItem  img{ width:100% !important; height:auto;}

.galImg{ position:relative; overflow:hidden; display:block; height:0; padding-bottom:56.6%;}
.galImg img{ height:100%;}

.gallTitle {background: #f44f1f !important; color: #fff; text-align: center; font-weight: 600; display: block; padding: 10px; left: 0%; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: left 3s 0.5s, width 3s 0.5s; -moz-transition: left 3s 0.5s, width 3s 0.5s; transition: left 3s 0.5s, width 3s 0.5s; position: relative;}

.gallTitle a { color: #FFF; text-decoration: none;  z-index: 999999999999;}

.gallTitle a:hover { color: #FFF; text-decoration: none;}

.gallItem:hover .gallTitle {left: -100%; width: 200%;}

.pageheader{ width:100%; margin:auto; text-align:center; display:block; position:relative; margin-bottom:30px; /*background:url(../images/inner-banner1.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed; height:0; padding-bottom:22%;*/}
/*.vision-missionpage .pageheader{ background:url(../images/inner-banner2.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}

.backgroundpage .pageheader{ background:url(../images/inner-banner3.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}

.rushi-pharma-usa-teampage .pageheader{ background:url(../images/inner-banner4.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}

.rushi-pharma-india-teampage .pageheader{ background:url(../images/inner-banner5.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}


.advisory-board-memberspage .pageheader{ background:url(../images/inner-banner1.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}


.productspage .pageheader{ background:url(../images/inner-banner2.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}

.clients-partnerspage .pageheader{ background:url(../images/inner-banner3.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}

.contactpage .pageheader{ background:url(../images/inner-banner.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment: fixed;}
*/
.pageheader img{ width:100%;}
.car-breadcrum{position:absolute; bottom:80px; left:0; right:0; margin:auto; text-align:center;}
.pageTitle{text-transform:uppercase; margin:0; background:transparent; color: #fff;  font-family: 'montserratregular', sans-serif;}
.breadcrumb{text-transform:capitalize; display:block; padding: 3px 15px; margin:0; background:transparent; color: #fff; font-size:15px;  font-family:"Open Sans",sans-serif;}
.breadcrumb li{ display:inline-block;}
.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: rgba(255,255,255,0.85);
}
.breadcrumb a{ text-transform: capitalize; color: #fff; font-size:15px;  font-family:"Open Sans",sans-serif;}


   /* ==========================================================================
   Form styles
   ========================================================================== */
.placeholder{color:#444}
::-webkit-input-placeholder{color:#444}
::-moz-placeholder{color:#444}
.captcha{list-style:none; margin:0; padding:0; display:block; float:left; width:100%}
.captcha li{float:left; margin:0 5px 0 0}
.captcha .input-group{width:130px}
.small-input {width:30px !important;padding:6px 0!important;text-align:center}
.sitePaging{float:right}
.sitePaging .input-group-addon,.sitePaging .input-group-btn {width:auto}
/*=========form errors========*/
.innerError{font-size:10px; color:#f00; background:#fbe3e4 url(../images/invalid.png) 0 50% no-repeat; padding:2px 2px 2px 20px; border:1px solid #fbc2c4; min-height:18px}
.innerHelp{font-size:11px; color:#5f8d00; color:#5f8d00; background:#e6efc2; padding:2px 2px 2px 20px; border:1px solid #390; min-height:18px;  background:#fbe3e4 url(../images/valid.png) 0 50% no-repeat}

.contactBlock a{ color:#333}

/* ==========================================================================
   Accordoin
   ========================================================================== */

/*#accordion [data-toggle="collapse"]:before {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: left;
	line-height:normal;
	font-size:12px;
	padding-right:5px;
}
#accordion [data-toggle="collapse"].collapsed:before {
    content:"\002b";
}

#accordion .panel-heading {
    cursor: pointer;

}
#accordion .panel-title{ font-weight:bold}
#accordion .panel-title a{ color:inherit; display:block; text-decoration:none; outline:none; padding-top:8px; padding-bottom:8px;}*/


/*.panel-default > .panel-heading {
   background: rgb(0,93,179); background: -moz-linear-gradient(45deg, rgba(0,93,179,1) 0%, rgba(0,65,142,1) 0%, rgba(0,130,52,1) 100%, rgba(0,158,85,1) 100%); background: -webkit-linear-gradient(45deg, rgba(0,93,179,1) 0%,rgba(0,65,142,1) 0%,rgba(0,130,52,1) 100%,rgba(0,158,85,1) 100%);  background: linear-gradient(45deg, rgba(0,93,179,1) 0%,rgba(0,65,142,1) 0%,rgba(0,130,52,1) 100%,rgba(0,158,85,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005db3', endColorstr='#d74116',GradientType=1 ); 
    border-color: transparent;
    color: #fff;
}
.panel-heading.active {
  background-color: #ed1c24; color:#fff;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{color:#fff !important;}


 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }*/
	
.shownuAcc{ margin-bottom:10px;}	
.query-cornerpage .accordion {
   background: #f44f1f;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px; font-weight:500;
    transition: 0.4s;
}

.query-cornerpage  .active,.query-cornerpage  .accordion:hover {
    background-color: #d74116;
}

.query-cornerpage  .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.query-cornerpage  .accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0;
    background-color: #f1f1f1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.location-map1{border: 3px solid #d74116;height: 0;margin: 0 auto 20px;overflow: hidden;padding-bottom: 36.6%;position: relative;}

.location-map1 iframe{height: 100% !important;left: 0;position: absolute; width: 100% !important;}


.socialWidget{border: 3px solid #d74116;height: 0;margin: 0 auto 50px;overflow: hidden;padding-bottom: 56.6%;position: relative;}

.socialWidget iframe{height: 100% !important;left: 0;position: absolute; width: 100% !important;}

.videoWrap{height: 0;margin: 0 auto 20px;overflow: hidden;padding-bottom: 56.6%;position: relative;}
.videoWrap iframe{height: 100% !important;left: 0;position: absolute; width: 100% !important;}


a{-webkit-transition: all 0.35s;-moz-transition: all 0.35s;transition: all 0.35s;}
.btn-outline{ background-color:transparent;  color:inherit;  transition:all .3s}
.btn-outline-inverse {background-color: transparent;border-color:#FFF;color:#fff;}
.btn-outline-inverse:active, .btn-outline-inverse:focus, .btn-outline-inverse:hover {background-color: #fff;border-color:#fff;color:#444;text-shadow:none;}
.sharp,.no-radius{border-radius:0}

.fitImg{width:100%; height:100%; background-size:cover!important; -ms-behavior:url(backgroundsize.min.htc); behavior:url(backgroundsize.min.htc)}


.img-16by9{ position:relative; height:0; overflow:hidden; display:block; padding-bottom:56.25%}
.img-16by9 img{ position:absolute; margin:auto; left:0; top:0; right:0; bottom:0; max-width:100%; max-height:100%;}

.grayscale{filter:url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter:gray; filter:grayscale(100%); -ms-filter:grayscale(1); -webkit-filter:grayscale(1); -webkit-transition:all .5s ease; -webkit-backface-visibility:hidden; -moz-filter:grayscale(100%); -moz-transition:all .5s ease; -moz-backface-visibility:hidden}

.blur{filter:blur(3px); -webkit-filter:blur(3px); -moz-filter:blur(3px);  -o-filter:blur(3px); -ms-filter:blur(3px); filter:url("data:image/svg+xml; utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur"); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3')}

/*.thumbnail:hover .grayscale{filter: grayscale(0);}*/
.show-grid{margin-bottom:10px; margin-top:10px}
.marBtm{ margin-bottom:20px;}
.marRight{ margin-right:20px;}
.marleft{ margin-left:20px;}
.marTop{ margin-top:20px;}
.no-marginTop{ margin-top:0;} .no-marginBtm{ margin-bottom:0;}
.w100{width:100%}
.h100{ height:100%}
.paddingTopBottom{ padding:30px 0;} .no-padding-rt{ padding-right:0}
 
.ir{background-color:transparent; border:0; overflow:hidden; *text-indent:-9999px}
.ir:before{content:""; display:block; width:0; height:150%}

.animScale{transform: translateZ(0px);
transition-duration: 0.3s;
transition-property: transform;}
.animScale:hover{transform: scale(1.1) rotate(-1.2deg);}

/* ==========================================================================
   back-to-top
   ========================================================================== */
.toTop{display:none; text-decoration:none; position:fixed; z-index:997; bottom:80px; right:10px; overflow:hidden; width:50px; height:50px; border:none; text-indent:-9999px; background:url("../images/ui-totop.png") no-repeat left top}
.toTop:active, .toTop:focus{outline:none}
.toTop:hover{background:url("../images/ui-totop.png") no-repeat left -50px}
.show-16by9{ display:none}
.show-4by3{ display:none}


/* Small Devices, Tablets */

ul.articles{list-style:none;}
ul.articles li:nth-child(odd) {
	background:#f5f5f5;  border:#EBEBEB 1px solid;
}
ul.articles li{line-height:25px; padding:10px 8px;}
ul.articles li:nth-child(even) {
   background:#fff; border:#EBEBEB 1px solid;}

@media (min-width: 992px) and (max-width: 1199.98px) { 
.logo2{
	padding:0px;
	}
}



@media only screen and (max-width:767px){
	.navbar{
		padding-top:5px !important;padding-bottom:5px !important;
		}
	.topLinks > li a{
		font-size:11px !important; 
		}
/*.navWrapper{ background: url(../images/header-bg.jpg); background-repeat: no-repeat; background-position:center; background-size: cover; background: #f44f1f; display:block; width:100%; font-family: 'montserratregular', sans-serif;}*/
/*.navbar-light .navbar-nav .nav-link {
    color: #f1ff95;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active > .nav-link {
    color: #f1ff95;
    background: rgba(0,0,0,0.2);
}*/
.car-breadcrum{top:30%;}
.car-breadcrum h1.pageTitle{ font-size:14px;}
.breadcrumb{padding: 0x 15px; font-size:10px;}
.breadcrumb a{ font-size:12px;  }
.dropdown-menu{background: #002755;}
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
.listSearch {margin: 10px auto;float: none;text-align: center;}
.listSearch .mb-3, .listSearch  .my-3 {margin-bottom:0 !important;}
.aboutWrap {margin: 20px auto;}
.teamContent{ padding:10px 10px 20%;}
.shareIcons {
    margin: 10px auto;}
.abtImg { width: 118px; height: 118px;}
#galPrev a { left: 155px;}
#galNext a { left: auto; right: 156px;}	
}

@media only screen and (max-width:575px){
.car-breadcrum{top:28%;}
.car-breadcrum h1.pageTitle{ font-size:12px;}
.breadcrumb{padding: 0x 15px; font-size:10px;}
.breadcrumb a{ font-size:10px;  }
.location-map { padding-bottom: 30%;}
.listSearch li {
    width: 190px;
}
.abtImg { margin:0 auto 20px; width: 120px; height: 120px;}
#galPrev a { left: 45px;}
#galNext a { left: auto; right: 46px;}	
}

@media only screen and (max-width:420px){

.listSearch li {width: 152px;margin-right: 6px;}
.aboutWrap {margin: 0 auto;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width:360px){
.car-breadcrum{top:18%;}
.bnrCaption{display: none;}
.innerUl li{font-size: 8px;padding: 0 8px;}

.listSearch li {
    display: inline-block;
    width: 130px;
    margin-right: 5px;
}

.form-control.search-input {
    font-size: 9px;
    padding: 0 0 0 5px;height: 36px;
}
.input-group-text.search-inputgroup {
    padding: 5px 10px;}
	.input-group-prepend.searchprepend {
    margin-left: -36px;
}
.listSearch li.listMidItem {
    font-size: 10px;
}
.teamContent{ padding:10px 10px 46%;}
.bnrCaption{display: none;}
.bnrCaption span{display: none;}
.abtImg { margin:0 auto 20px; width: 120px; height: 120px;}
#galPrev a { left: 45px;}
#galNext a { left: auto; right: 46px;}

}

@media only screen and (max-width:320px){.car-breadcrum{top:85%;}}







@media only screen and (min-width:768px){
.navbar-brand{ display:none;} 
.navbar{ padding:0;}
.navbar-light .navbar-nav .nav-link {color: #fff; padding:8px 9px; margin: 0; font-size:12px; font-weight:500; text-transform: capitalize; }
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;background: #d74116;}
	.navbar-light .collapse ul li:hover> ul{display:block}
	.dropdown-menu{ background:#f44f1f;}
.navbar-light .collapse ul ul{position:absolute;top:92%;left:0;min-width:250px;display:none}
/*******/
.navbar-light .collapse ul ul li{position:relative}
.navbar-light .collapse ul ul li:hover> ul{display:block}
.navbar-light .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.navbar-light .collapse ul ul ul li{position:relative}
.navbar-light .collapse ul ul ul li:hover ul{display:block}
.navbar-light .collapse ul ul ul ul{position:absolute;top:0;right:0;min-width:320px;display:none;z-index:1}
.dropdown-item.nav-link{ color:#fff; font-size:14px; padding:5px 5px;}
.dropdown-item.nav-link:focus, .dropdown-item.nav-link:hover {color: #fff;text-decoration: none;background-color: #f44f1f;}

.dropdown:hover>.dropdown-menu { display: block;}
.dropdown-item:hover>.dropdown-menu { display: block;}

.car-breadcrum{ bottom:20px;}
.listSearch {margin: 20px auto 0;}
.listSearch li {width: 190px;margin-right: 10px;}
.marquee{height:214px !important;}
#galPrev a { left: 5px;}
#galNext a { left: auto; right: 6px;}
}
@media only screen and (min-width:992px){
.car-breadcrum{ bottom:20px;}
.navbar-light .navbar-nav .nav-link {padding:8px 12px; font-size:14px; text-transform: uppercase;  }
.innerUl li{font-size: 10px; padding: 0 3px;}
.listSearch {margin: 30px auto 0;}
.listSearch li {width: 250px;margin-right: 20px;}
.listSearch {margin: 46px auto 10px;}
.marquee{min-height:294px !important;}
#galPrev a { left: 45px;}
#galNext a { left: auto; right: 46px;}
}

@media only screen and (min-width:1200px){
.navbar-light .navbar-nav .nav-link {padding:8px 16px; font-size:14px; }
.navbar-light .navbar-nav .dropdown-item.nav-link{font-size:16px; padding:6px 10px;}
.innerUl li{font-size: 11px; padding: 0 10px;}
.marquee{min-height:354px !important;}
#galPrev a { left: 70px;}
#galNext a { left: auto; right: 69px;}
}

@media only screen and (min-width:1920px){}


.mt-50{
	margin-top:50px;
	}
	
.disp{
	display:flex;
	}	
	
.javab-img{
	width:100px !important;
	}	
.gov-img{
	width:50px !important;
	}	
.bgw{background-color:transparent !important;}
