@font-face {
    font-family: 'roboto';
    src: url('font/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('font/roboto/roboto-regular-webfont.woff') format('woff'),
         url('font/roboto/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	  font-family: 'Glyphicons Halflings';
	  src: url('font/glyphicons-halflings-regular.eot');
	  src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('font/glyphicons-halflings-regular.woff') format('woff'), url('font/glyphicons-halflings-regular.ttf') format('truetype'), url('font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
body {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
}
h1, h2, h3, h4, h5, h6, .btn {
	font-family: 'roboto', Times New Roman, Garamond, serif;
	/*font-stretch: ultra-condensed;*/
	font-weight:bold;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: #00C7FD;
	border: 1px solid #00C7FD;
}
button:focus {
    outline: none;
}
a:hover{text-decoration:none;}
.bg-primary {
    background-color: #F2CA00!important;
}
header .navbar .dropdown-menu {
    line-height:1.5;
	border: none;
    background-color: #00008C!important;
	border-bottom: 2px solid #000057;
	cursor:pointer;
}
.border-bottomred {border-bottom: 2px solid #000057;}
.border-bottomgrey {border-bottom: 1px solid #CFCDCF;}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1.0);
	text-transform:uppercase;
	font-weight:normal;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #00C7FD!important;
}
.navbar-dark .navbar-nav .redbg .nav-link:focus, .navbar-dark .navbar-nav .redbg .nav-link:hover {
    color: #00C7FD!important;
}
.navbar-ldark .navbar-nav .redbg .dropdown-menu .nav-link:focus, .navbar-dark .navbar-nav .redbg .dropdown-menu .nav-link:hover {
    color: #00C7FD!important;
}
header .navbar-nav .redbg{ background-color:#00015B; color:#00C7FD;}
header .navbar-nav .redbg a, header .navbar-nav .redbg a:hover{ color:#00C7FD;}
.navbar-dark .navbar-nav .redbg .nav-link {
    color: #00C7FD;
	text-transform:uppercase;
	font-weight:normal;
}
.navbar-dark .navbar-nav .redbg .dropdown-menu .nav-link {
    color: rgba(255,255,255,1.0);
	text-transform:uppercase;
	font-weight:normal;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active {
    color: #00C7FD;
	text-transform:uppercase;
	font-weight:normal;
}
.text-danger {
    color: #000057!important;
}
.btn-danger {
    color: #fff;
    background-color: #000057;
    border-color: #000057;
}
.btn-outline-primary {
    color: #000057;
    background-color: #FFF;
    border-color: #000057;
}
.btn {
  font-size: 1.1rem;
  padding: .7rem .75rem .7rem .75rem;
}
.btn-danger-sm {
    color: #fff;
    background-color: #000057;
    border-color: #000057;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
  padding: .1rem .75rem .2rem .75rem;
}
.btn-warning{
	color:#000057;
	background-color:#F2CA00;
	border-color:#F2CA00; 
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
  padding: .1rem .75rem .2rem .75rem;
}
.sign-up .form-control {
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
	border-bottom:1px solid #000057;
    border-radius: 0;
	color: #212529;
}
.navbar-dark .navbar-nav .nav-link.active{color: #000057;}
footer a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
footer a:hover, footer a:focus {color: #000057; text-decoration: none;}
footer a:visited {color: #212529; text-decoration: none;}
.bg-footer{
	background-color: #CFCDCF;
}
.bg-footerbot{
	background-color: #00015B;
	font-size: 0.9rem;
	line-height: 1.0rem;
	font-weight:bold;
	color:#FFF;
}

.bg-grey{background-color:#CFCDCF;}
.bg-red{background-color:#000057;}
.bg-yellow{background-color:#F2CA00;}
.bg-orange{background-color:#F69223;}
.bg-orangenl{background-color:#FBC991; border: 1px solid #F69223;}
.bg-greynl{background-color:#E7E7E7; border: 1px solid #CFCDCF;}/*10may2019*/
.font18{font-size:18px;}

.font22{font-size:22px;}/*10may2019*/
.text-white{color:#FFFFFF;}
.text-yellow{color:#FF9900;}/*8may2019*/
.text-blue{color:#00015B;}/*8may2019*/
.text-lightblue{color:#fff;}
.text-green{color:#28a745;}/*8may2019*/
.text-orange{color:#ff6600;}/*10may2019*/
.br-rad{border-radius: 25px;}/*10may2019*/
.bg-caption{
	background-color: #000057;
	color: #FFF;
}
.bg-caption h5{margin-bottom:0; font-weight:normal;}


.redborder{border:2px solid #000057}
.yellowborder{border:2px solid #F2CA00}
.whiteborder{border:2px solid #FFFFFF}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.sidemenu .list-group-item {
    padding: .25rem .25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
}
.sidemenu a, .annl a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.sidemenu a:hover, .sidemenu a:focus, .annl a:hover, .annl a:focus {color: #000057; text-decoration: none;}
.sidemenu a:visited, .annl a:visited {color: #212529; text-decoration: none;}
.bordrt{border-right: 1px dotted #212529}


/*As of Safari v8.0, use of the fixed-width .container class can cause Safari to use an unusually small font size when printing.*/
@media print {
  .container {
    width: auto;
  }
}
/*Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	header .navbar {line-height:1.5;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	header .navbar {line-height:1.5;}
footer .list-group-item {
    padding: .25rem .25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
}
.annlht{min-height:240px;}
.fcraht{min-height:210px;}
.galht{min-height:90px;}
.nwlht{min-height:145px;}
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	header .navbar {line-height:1.5;}
	.imglc{margin-left:0!important;	margin-right:auto!important;}
	.imgrc{margin-left:auto!important;	margin-right:0!important;}
	.textrc{text-align:right;}
.annlht{min-height:250px;}
.fcraht{min-height:220px;}
.galht{min-height:105px;}
.nwlht{min-height:180px;}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	header .navbar {line-height:0.5;}
	header .navbar .dropdown-menu {
	margin-top:-5px;
	border-radius:0}
.annlht{min-height:300px;}
.fcraht{min-height:270px;}
.galht{min-height:140px;}
.nwlht{min-height:220px;}
}
.navbar-dark .navbar-nav .nav-link{ margin-left: 1.0rem!important; margin-right: 1.0rem!important;}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { ... }

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
.m15md{margin-bottom: 1.5rem !important;}
footer .list-group-item {
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
	border: none;
}
.hm-ht {min-height:380px}	
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
.navbar-dark .navbar-nav .nav-link { padding-left: .50rem!important;}
.imglc, .imgrc{margin-left:auto!important;	margin-right:auto!important; display:block!important}	
.textrc{text-align:center;}

element.style {
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table td, .table th {
    padding: 0.25rem;
}
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.row1{display:-webkit-box;display:-ms-flexbox;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
	.navbar .nav-item {
    padding: .2rem 0rem;
    margin: 0rem;
}
}
@media (min-width: 992px) and (max-width: 1199.98px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .1rem;
    padding-left: .1rem;
}
}
/*Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width*/

/*Extra small devices (portrait phones, less than 576px) col xs*/
@media (max-width: 575.98px) { 
	.nosmall{display:none;}
	.nosmallmd{display:none;}/*8may2019*/
	.nosmallsm{display:none;}/*8may2019*/
	.h1, h1 {
    font-size: 2rem;
}
.border-bottomgreysm {border-bottom: 1px solid #CFCDCF;}
.border-bottomgreyxs {border-bottom: 1px solid #CFCDCF;}
.gmap{border: 1px solid #60C7E6; border-radius: 0px; width:100%; height:300px}/*8may2019*/
}

/*Small devices (landscape phones, 576px and up) sm*/
@media (min-width: 576px) and (max-width: 767.98px) { 
	.nosmall{display:none;}
	.nosmallmd{display:none;}/*8may2019*/
	.nosmallsm{display:none;}/*8may2019*/
	.border-bottomgreysm {border-bottom: 1px solid #CFCDCF;}
	.gmap{border: 1px solid #60C7E6; border-radius: 0px; width:100%; height:300px}/*8may2019*/
}

/*Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) and (max-width: 991.98px) {
.hm-ht {min-height:380px}
.nosmall{display:none;}
.nosmallmd{display:none;}/*8may2019*/
.nobigsm{display:none;}/*8may2019*/
.border-bottomgreysm {border-bottom: 1px solid #CFCDCF;}
.gmap{border: 1px solid #60C7E6; border-radius: 0px; width:100%; height:400px}/*8may2019*/
}

/*Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) and (max-width: 1199.98px) {
.hm-ht {min-height:380px}
.nosmall{display:none;}
.nobigmd{display:none;}/*8may2019*/
.nobigsm{display:none;}/*8may2019*/
.gmap{border: 1px solid #60C7E6; border-radius: 0px; width:100%; height:400px}/*8may2019*/
}

/*Extra large devices (large desktops, 1200px and up) xl*/
@media (min-width: 1200px) {
.navbar .nav-item {
  padding:.2rem .1rem;
  margin:0 .25rem;
}/*sourav may 2020*/
.navbar .nav-item .dropdown-menu .nav-item {
  padding:.1rem .1rem;
  margin:0 .1rem;
}

.hm-ht {min-height:380px}
.nobig{display:none;}
.nobigmd{display:none;}/*8may2019*/
.nobigsm{display:none;}/*8may2019*/
.gmap{border: 1px solid #60C7E6; border-radius: 0px; width:100%; height:400px}/*8may2019*/
}
@media (max-width: 991.98px) and (orientation: portrait) {
	.gmap{border: 1px solid #60C7E6; border-radius: 0px; width:100%; height:500px}/*8may2019*/
}
.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255,0,0,.1);
}


/*issue*/
.wrapper {
	max-height: 500px;
	min-height: 200px;
	min-width: 500px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.skt-sticky-bottom td, .skt-sticky-top td, .skt-sticky-left, .skt-sticky-right {
	font-weight: bold;
}
/*issue*/


/*START-MEGA-MENU*/

.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }
.navbar .dropdown-menu {
  width:500px;
}
.borderrt-grey{ border-right:1px solid #CFCDCF;}/*10may2019*/
}

/*END-MEGA-MENU*/

/*END-MEGA-MENU*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #000057; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #7D1A1A; /* Add a dark-grey background on hover */
}

/*owl scroll start*/
.department-area {
	background: #fff;
}
.department-area .single-slide {
	margin: 0 5% 5px
}
.department-area .single-slide:hover .item-padding {
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1)
}
.department-area .single-slide:hover .slide-img .hover-state {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible
}
.department-area .single-slide .item-padding {
	background: #fff;
	padding: 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media (max-width: 575.98px) {
.department-area .single-slide .item-padding {
	padding: 40px 20px
}
}
.department-area .single-slide .slide-img {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}
.department-area .single-slide .slide-img .hover-state {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,2,14,0.4);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden
}
.department-area .single-slide .slide-img .hover-state i {
	color: #fff;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.department-slider.owl-carousel .owl-nav {
	display: none
}
.department-slider.owl-carousel .owl-dots {
	display: none;
	/*display: block;*/
	position: absolute;
	bottom: -28px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.department-slider.owl-carousel .owl-dots .owl-dot {
	width: 15px;
	height: 4px;
	background: #c6d0d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0 7px
}
.department-slider.owl-carousel .owl-dots .owl-dot.active {
	background: #ff6600
}
.owl-carousel a{color:#212529;}
.owl-carousel a:hover{color:#000057;}
/*owl scroll end*/

.w-qty{width:120px!important;}/*8may2019*/

/*gallery start *//*8may2019*/
.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
/*gallery end*//*8may2019*/
map area {outline:none;}/*8may2019*/
.scrov{overflow: auto;}/*8may2019*/
/*newsletter start*/
.wsocial{width:120px; margin-top:-40px;}/*10may2019*/
.wsocial1{width:101px;}/*10may2019*/
.wsocial2{width:261px;}/*10may2019*/
.wsocial3{width:136px;}/*14may2019*/
.bg-black{background-color:#000;}/*10may2019*/
.bg-blue{background-color:#00015B;}
.border-wsocial1{ border:2px solid #F69223; border-radius: 10px !important;}/*10may2019*/
.border-dkgrey{ border:1px solid #333333;}/*10may2019*/
.border-radsm{ border-radius: 5px}/*10may2019*/
.bg-dkgrey{ background-color:#333333;}/*10may2019*/
.bg-mdgrey{ background-color:#666666;}/*10may2019*/
.nl-menu a{color:#FFFFFF; line-height:34px;}/*10may2019*/
.nlmod .modal-header, .nlmod .modal-footer{padding: 0.5rem 1rem;}/*10may2019*/
/*newsletter end*/
.langbtn {
	background: white;
    border: 1px solid #000057;
    border-radius: 0.25rem;
    padding: 2px 4px;
	font-size:14px; 
	font-weight:400;
	color: #000057
	}

.langbtn:hover{background:#F2CA00;color: #000057}

.icon-bar {
  position: fixed;
right: -2px;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  transform: translateY(-50%);
z-index: 999;
}


/*.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/*.icon-bar a:hover {
  background-color: #000;
}*/

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}


.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/*1april2020*/
.bg-caption h1 {
    margin-bottom: 0;
    font-weight: normal;
	font-size: 1.25rem;
	display: block;
	margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.hmgrid .gallery-block.grid-gallery .item {
    margin-bottom: 0px;
}
.hmgrid .gallery-block,.hmgrid .grid-gallery {
    padding-bottom: 20px;
    padding-top: 10px;
}
.text-ltblue{color:#0000CE;}
.text-ltblue a{color:#0000CE;}
.text-ltblue a:hover, .text-text-ltblue a:focus{color:#0096C1;}
.text-black{color:#000000;}
.text-black a{color:#000000;}
.text-black a:hover, .text-black a:focus{color:#dc3545;}
.gradgrey {
  background-image: linear-gradient(to bottom, #CFCDCF 0%, #FFFFFF 100%);
}
.mt-min2{margin-top:-2rem; z-index:100;}
@media (max-width: 767.98px) {
	.text-rc{text-align:center;}
	.icon-bar{ display:none;}
}
@media (min-width: 768px) {
	.mt-min1{margin-top:-2.25rem;}
	.text-rc{text-align:left;}
	.mnhts{min-height:250px;}
	.icon-bar1{ display:none;}
}
@media (min-width: 992px) {
	.mt-min3{margin-top:-1.8rem;}
}
.folded_corner{
  position:relative;
  width:100%;
  margin:0;
  padding:15px;
  background: #FFFFFF;
  background: linear-gradient(to left bottom, transparent 50%, rgba(0,199,253,.9) 0) no-repeat 100% 0 / 2em 2em,
    linear-gradient(-135deg, transparent 1.5em, #FFF 0);
}
.folded_corner::before{
  content: ' ';
  position:absolute;
  top:2em; 
  right:0;
  width: 2em;
  height:2em;
  transform: rotate(180deg)
}
.accor .card-header {
    padding: .1rem 0.2rem;
    margin-bottom: 0;
    background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-left: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.accor .card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}
.accor .btn {
    padding: .7rem 0rem .3rem 0rem;
	text-align:left;
}
.accor .card-body {
    padding: 1.25rem 0rem;
}
.accor .btn-link {
    color: #000000;
}
.accor .btn-link:hover {
    color: #dc3545!important;
    text-decoration: none;
}
.accor .btn-link.focus, .accor .btn-link:focus {
    text-decoration: none;
}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent;margin-top: 12px;}


/*test carousel*/
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}
/*aug2020 start*/
.head-rad {
  border-radius: 5px;
}
.bignum{
	font-size: 24px;
	font-weight:bold;
	color:#00C7FD;
	}
.btn-danger:hover {
    color: #fff;
    background-color: #00C7FD;
    border-color: #00C7FD;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00C7FD;
    border-color: #00C7FD;
}
.butnn-sm  .btn {
    font-size: 0.8rem;
    padding: .4rem .4rem .4rem .4rem;
}
.txtshad{text-shadow: 2px 2px 5px #000000;}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #00C7FD;
    border-color: #00C7FD;
}
/*Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

	}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.h2, h2 {
    font-size: 2rem;
}
.header-wrapper {
    margin-top: 20px;
}
.header-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
}
.car-cap .carousel-caption {
    bottom: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
}	
.car-cap1 .carousel-caption {
    bottom: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-cap1 .carousel-item{
	max-height:200px;
	overflow:hidden;
}
.car-cap .carousel-item{
	max-height:300px;
	overflow:hidden;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.h2, h2 {
    font-size: 2.5rem;
}
.car-cap .carousel-caption {
    bottom: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
}	
.car-cap1 .carousel-caption {
    bottom: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fontnavm{font-size:22px;}
	}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.car-cap .carousel-caption {
    bottom: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-cap1 .carousel-caption {
    bottom: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
}
	}
@media (min-width: 1400px) {
.car-cap1 .carousel-caption {
    bottom: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-cap .carousel-caption {
    bottom: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
	max-width: 80%;
}
.navbar .nav-item {
  padding:.2rem .1rem;
  margin:0 1.0rem;
}
.navbar .nav-item .dropdown-menu .nav-item {
  padding:.1rem .1rem;
  margin:0 .1rem;
}
	}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
.header-wrapper {
    margin-top: 0px;
}
.car-cap .carousel-caption {
    bottom: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-cap1 .carousel-caption {
    bottom: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-cap1 .carousel-item{
	max-height:100px;
	overflow:hidden;
}
.car-cap1 .carousel-item{
	max-height:150px;
	overflow:hidden;
}
.h2, h2 {
    font-size: 1.5rem;
}
.fontnavm{font-size:18px;}
	}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
.fontnavm{font-size:22px;}
	}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }
/*Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width*/


/*Extra small devices (portrait phones, less than 576px) col xs*/
@media (max-width: 575.98px) {
.car-cap .carousel-caption {
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-cap1 .carousel-caption {
    bottom: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.h2, h2 {
    font-size: 1rem;
}
.fontnavm{font-size:17px;}
	}

/*Small devices (landscape phones, 576px and up) sm*/
@media (min-width: 576px) and (max-width: 767.98px) { ... }

/*Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/*Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/*Extra large devices (large desktops, 1200px and up) xl*/
@media (min-width: 1200px) { ... }