body, html {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins-Light';
    font-size: 15px;
    background: #4a4a4a;
    color: #000;
    width: 1130px;
    margin: 0 auto;
}
body {
	background:#ccc;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-SemiBold.otf')  format('opentype'),
	     url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Light.otf')  format('opentype'),
	     url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf')  format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*social link*/
.vertical-social {
    position: fixed;
    top: 24%;
    transform: translateY(-50%);
    left: 0;
    background: #0d003b;
    height: 370px !important;
    margin-left: 30px;
    border-radius: 40px;
    padding: 30px 15px;
    z-index: 999;
    transition: 1s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 4px 13px 0 rgba(168,67,253,.3);
    overflow: hidden;
    border-bottom: 3px solid #a843fd;
}
.vertical-social li {
    padding: 7px 0;
    text-align: center;
}
.vertical-social li a {
    color: #fff;
    opacity: .6;
    font-size: 22px;
}
.vertical-social li a:hover {
    opacity: 1;
}

.btn-wite {	border-radius: 5px; color:#fff;}
.btn-wite:hover{ color:#0093dd!important}
ul {
	padding-left: 0;
}
h1 {
    font-size: 40px;
    color: #ffffff;
    text-align: left;
    font-family: 'Agency FB', arial;
    font-weight: bold;
    text-shadow: 1px 2px 5px #000;
}
h2{ color:#fff;    font-size: 32px;font-family: 'Poppins-SemiBold'!important;}
h2, h3 { color:#fff;}
.man_linehight {
	line-height: 27px;
}
.sab_hading { text-align:center;
	margin-bottom: 40px;
}
.hading_contente {
	line-height: 20px;
	width: 600px;
	margin: 15px auto 0;
}
h2.hading{

	margin: 0;
	color: #fff;
	padding-bottom:18px;
}
.sab_hading h2 {
     margin: 0;
    color: #0d42b2;
    padding-bottom: 18px;
	
}
.btn:before {
	background-image: -webkit-linear-gradient(left, #f2bf31 0%, #291670 100%);
	background-image: linear-gradient(to right, #f2bf31 0%, #291670 100%)	
}
.tc {
	text-align: center;
}
#wrapper {
	background: #000;
	width: 100%;
	padding: 15px 0;
}
.top_left_social ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
.top_left_social ul li {
	list-style: none;
	padding: 0 30px 0 0;
	display: inline-block;
}
.top_left_social ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#wrapper p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	float: right;
}



#top_menu {
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #0d42b2;
	background: rgb(4,32,71);
    background: linear-gradient(180deg, rgba(4,32,71,1) 0%, rgba(0,0,0,1) 100%);
}




.navbar-default {
	background: none;
	border: none;
}
.logo a {
	color: #fff;
	font-size: 20px;
	
}

.logo img {width:83px;}
.navbar-default .navbar-nav > li > a {
	    color: #fff;
		font-size: 14px;
		letter-spacing: 0.5px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-right: 1px solid #073066;
}
.nav > li > a:hover {
	border-bottom: 2px solid #fff;
}
.dropdown_menu_box {
	position: relative;
}
.dropdown_menu {
	position: absolute;
	top: 40px;
	border-top: 3px solid #47b475;
	display: none;
	background: #fff;
	left: 6px;
	width: 235px;
	padding: 0;
}
.dropdown_menu li a {
	padding: 9px 20px;
	display: block;
	color: #787878;
	border-bottom: 1px solid #f1f1f1;
}
.dropdown_menu li a:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #47b475;
	border-bottom: 1px solid #47b475;
}
.dropdown_menu_box:hover .dropdown_menu {
	display: block;
}
a {
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
a:hover {
	text-decoration: none;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.selector-for-some-widget {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.nav > li:last-child a {
	padding-right: 0px;
	border:none;
}
.page-heading {
	background: rgb(4,32,71);
	background: linear-gradient(270deg, rgba(4,32,71,0) 46%, rgb(158 174 189 / 66%) 100%);
    padding: 20px;
	margin-bottom:20px;
}
.page-heading h1 {
	margin:0;
}
.page-heading h3 {
    color: #99cdff;
    font-family: 'Agency FB', arial;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;
	margin-top: 0;
    font-size: 32px;
    margin-bottom: 5px;
}
.bg-section {
    padding: 50px 0px;
    min-height: 100vh;
}
.page-content p {
    margin-bottom: 30px;
    line-height: 24px;
    color: #000;
}
.page-content ul {
    color: #000;
    padding-left: 15px;
}
.page-content ul li {
	list-style: disc;
	margin-bottom:10px;
}
.footer {
    padding: 20px;
    text-align: right;	
}
.page-content h4 {
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    font-style: italic;
}
.page-content h5 {
	color:#cc6600;
	margin-bottom:0;
}
.bg-section .page-content {
    padding: 0px 20px;
}
.footer_bottom a {
    color: #042046;
    font-weight: bold;
}
.dow-slider-img {
	padding:0 15px;
}
.dow-slider-img img {
	width:100%;
    height: 260px;
    object-fit: cover;
}
.slick-dots li button:before {
    top: 10px;
    width: 50px;
    height: 4px;
	background:#fff;
    content: '';
}
.slick-dots li {
    width: 50px;	
}
.slick-dots li button {
    width: auto;	
}
.carousel-inner .item img {
	height:600px;
	object-fit: cover;
}
.carousel-control {
	opacity:1;
}
.carousel-control .glyphicon {
	background: #b76a5e;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.info {
    font-size: 18px;
    text-shadow: 0 1px 5px #000000ad;
}
 @media screen and (max-width:1200px) {
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.logo a {
	font-size: 15px;
}
}

@media screen and (max-width:991px) {
.footer {
	text-align:center;
}
}

@media screen and (max-width:767px) {
.navbar-default .navbar-nav > li > a {
    border: none;
}
}



 @media screen and (max-width:400px) {

}





