/* *****************************************************

		** Custom Stylesheet **

		Any custom styling you want to apply should be
		defined here.

***************************************************** */
@media(min-width:1450px){
	.container {
	width: 1400px;
}
}
a, a:hover{
	text-decoration: none;
}
.mt-1, .my-1{
	margin-top: 2em !important;
}
.ml5p{
	margin-left: 5%;
}
.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
	padding-top: 3rem !important;
}
.pt-3, .py-3 {
	padding-top: 1rem !important;
}
.font-weight-boldh {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
}
.bg-orange {
	background-color: #ea6521;
}
.text-white {
	color: #fff !important;
}
.text-center {
	 text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.section-title {
	margin-bottom: 40px;
	text-align: center;
}
.section-title p {
	padding: 0 230px;
	margin-top: 20px;
	color: #000;
	font-size: 16px;
}
#homepage_content_area .single-blog-1 {
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: none;
	padding: 0px 30px 0px 30px;
	background: transparent;
}
.single-blog-1 {
	margin: 0px 0px 0px 0px;
}
.single-blog-1 img {
	max-height: 120px;
	-webkit-transition: .3s;
	transition: .3s;
}
.single-blog-1 img {
	min-height: 76px;
	min-width: 76px;
}
.single-blog-1 p {
	line-height: 26px;
}
.fan-fact-area {
	/*padding: 70px 0;*/
	color: #fff;
	text-align: center;
}
.fan-fact-area .single-items{
	padding: 10% 0px;
}
.single-items-wrapper {
	min-height: 100px;
}
.single-items .single-items-wrapper img {
	margin: 10px 0px 0px 0px;
}
section#footer .back-to-top i {
	padding: 12px;
	background-color: #ea6521;
	color: #000;
	border-radius: 7px;
	opacity: 0.8;
}
section#footer {
	margin: 0;
	padding: 20px 10px;
	background-color: #10131E;
	border-top: 1px solid #000;
	color: #aaa;
	font-size: .9em;
}
section.footer-area {
	background-image: url(https://netforchoice.in/asset/img/bg/footer-bg.png);
	background-size: cover;
	background-position: center;
	background-color: #000;
	padding-bottom: 50px;
}
.footer-main {
	padding: 50px 0px 0px 0px;
	margin: 0px 40px;
}
.foter-botom {
	padding: 30px 0px 30px 0px;
}
p.contact-info span {
	/*position: absolute;*/
	top: 0px;
	left: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}
p.contact-info a {
	color: #a3b0d7;
	text-decoration: none;
	transition: .3s;
	font-weight: 400;
	font-size: 14px;
}
.social-links {
	display: inline-block;
	/*margin-top: 20px;*/
}
.social-links a {
	text-decoration: none;
}
.social-links i {
	background: transparent;
	text-align: center;
	line-height: 30px;
	color: #a3b0d7;
	border: 2px solid #ea6521;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 0px;
	font-size: 14px;
	padding: 6px 17px;
	margin-left: 1rem;
}
.single-footer .footer-single-item ul{
	list-style: none;
}
.panel-sidebar > .panel-heading {
	color: #fff;
	background-color: #ea6521;
	border-bottom: 0;
}
.panel-sidebar .panel-title {
	color: #fff;
}
div.header-lined h1 {
	color: #ea6521;
}
/*MEDIA QUERY >>>*/
@media only screen and (max-width:767px){

	.section-title {
		margin-bottom: 50px;
		text-align: center;
	}
	.section-title p {
		padding: 0px;
		font-size: 14px;
	}
	.footer-main {
		margin: 0px 20px;
	}
	.single-footer .footer-single-item ul{
		padding-left: 0px
	}
	.single-footer .ml5p{
		text-align: center !important;
		margin-left: 0px;
	}
}
/*<<< MEDIA QUERY*/
/*HOVER EFFECTS >>>*/
.navbar-main .navbar-nav .dropdown-menu > .active > a, .navbar-main .navbar-nav .dropdown-menu > .active > a:focus, .navbar-main .navbar-nav .dropdown-menu > .active > a:hover, .navbar-main .navbar-nav .dropdown-menu > .open > a, .navbar-main .navbar-nav .dropdown-menu > .open > a:focus, .navbar-main .navbar-nav .dropdown-menu > .open > a:hover, .navbar-main .navbar-nav .dropdown-menu > li > a:focus, .navbar-main .navbar-nav .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #ea6521;
}
.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
	color: #ea6521;
	background-color: #fff;
	padding: 19px 15px;
	margin: -10px 0px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ea6521;
}
.panel-sidebar a.list-group-item:hover i.far, .panel-sidebar a.list-group-item:hover i.fas {
	color: #fff !important;
}
.footer-main .social-links i:hover {
	background-color: #ea6521;
	color: #fff;
	border: 2px solid #fff;
}
/*<<< HOVER EFFECTS*/



/*header start*/
.navbar-inverse {
  background-color: #000;
  border-color: #000;
}
.navbar-toggle{
	margin-top: 40px;
}
#topmenu a{
	padding: 0 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.navbar-brand{
	height: auto!important;
}
nav.main-menu .navbar-brand img{
	margin-top: -45px;
}
@media(max-width:991px){
	#topmenu{
		display: none;
	}
	nav.main-menu .navbar-brand img{
	margin-top: 0px;
}
}
.orange-shadow {
  background-color: #000;
  box-shadow: 0 0.1rem 1rem rgb(249 124 13 / 30%) !important;
}
.topmenu-bottom {
  border-bottom: 1px solid #5c6267;
}

.btn-round {
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-main {
  background: #ea5902;
  color: #fff;
  padding: .7rem!important;
}

@media(min-width: 992px) {
  .hover-underline-animation, ul.top-nav li {
/*  display: inline-block;*/
    position: relative;
    color: #fff;
  }
  .hover-underline-animation:after, ul.top-nav li:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f97c0d;
    transform-origin: bottom right;
    transition: transform 0.25s ease-in-out;
  }
  .hover-underline-animation:hover:after, ul.top-nav li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
/*header end*/


/*footer start*/
.full-width-section {
    border-top: 4px #ea5902 solid;
}
.bg-main2 {
    background: #222;
}
.footer_mobile_collaps .diy-box-title {
  position: relative
}
.footer_mobile_collaps .diy-box-title:before {
  width: 8px;
  height: 8px;
  content: '';
  right: 20px;
  top: 20px;
  position: absolute;
  background: 0 0;
  text-indent: -9999px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 250ms ease-in-out;
  transform: rotate(135deg);
  display: block
}
.footer_mobile_collaps .row ~ .row h4:before {
  display: none
}
.footer_mobile_collaps .diy-box-title[aria-expanded=true]:before {
  transform: rotate(224deg)
}
@media (min-width:768px) and (max-width:770px) {
  h4.diy-box-title span.d-md-none {
    display: inline-block !important
}
}
@media (min-width:992px) {
  .footer_mobile_collaps .diy-box-title:before {
    display: none
}
.collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
    font-size: 15px
}
.footer_mobile_collaps .diy-box-title[aria-expanded=true]:before {
    transform: rotate(224deg)
}
}
.blank_bgl ul li a {
  color: #c3c3c3;
  font-size: 15px;
  font-weight: normal;
}
.blank_bgl ul li {
  list-style: none;
  color: #c3c3c3;
  padding: 3px 0;
}
.blank_bgl ul {
  margin: 0;
  padding: 0;
}
ul.footer-social {
  list-style: outside none none;
  margin-bottom: 0 !important;
  padding: 0
}
ul.footer-social li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px
}
.footer-social .btn-round {
  border-radius: 30px;
  padding: 5px 5px
}
.footer-social .bg-fb {
  background-color: #3b5a9a !important
}
.footer-social .bg-tw {
  background-color: #1aa9e1 !important
}
.bg-li {
  background-color: #4975b6 !important
}
.bg-yt {
  background-color: #ec3939 !important
}
/*footer end*/