@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Work Sans', sans-serif;*/
@font-face {
    font-family: 'BebasKai';
    src: url('../fonts/BebasKai.eot');
    src: url('../fonts/BebasKai.eot') format('embedded-opentype'),
         url('../fonts/BebasKai.woff2') format('woff2'),
         url('../fonts/BebasKai.woff') format('woff'),
         url('../fonts/BebasKai.ttf') format('truetype'),
         url('../fonts/BebasKai.svg#BebasKai') format('svg');
}
body,header,section,footer{
	overflow-y: visible;
overflow-x: clip;
}
body {
	background:#ffffff;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	margin: 0px 0px 70px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #f5f5f5;
}
.footer-inner {
	padding: 20px 0px;
}
/*sticky footer*/


/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 992px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 991px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  .dropdown-submenu{
		  position: relative;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
 /*content: "\f150";
  font-family: 'Font Awesome 5 Free';*/
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}


.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}

@media (min-width: 992px) {
	.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    left: 100% !important;
	top:1px;
}
	
}
@media (min-width: 992px) {
.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu.show{
	display: none;
}
.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu{
	position: relative;
}
.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu.show{
	display: none;
}
.dropdown-menu{
	border: 0 none !important;
	border-radius: 0px !important;
}

.navbar-nav.menu > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav.menu li.dropdown ul > li.dropdown.dropend:hover > .dropdown-menu {
	display: block !important;
	left: 100%;
	top: 0;
}
.navbar-nav.menu .dropdown-menu.show {
	display: none !important;
}


	
}
.dropdown-menu {
	border: 1px solid #ddd !important;
	border-radius: 0px !important;
}
.dropdown-item{
	padding: 0.5rem 0.5rem !important;
}
.dropdown-menu > li{
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.dropdown-menu > li:hover{
	background: #0695d2 !important;
	color: #fff !important;
}
.dropdown-menu > li:hover > .dropdown-item{
	background: transparent !important;
	color: #fff !important;
}
/*drop down menu responsive*/
/*drop down menu responsive*/

/*back to top*/
#back-top {
    position: fixed;
    bottom: 100px;
    right: 7px;
    z-index: 99999;
    margin-bottom: 0px;
}
#back-top a {
    display: block;
    text-align: center;
    font: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /* background color transition */
    -webkit-transition: 0.5s all ease-in-out 0s;
    -moz-transition: 0.5s all ease-in-out 0s;
    transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover span, #back-top a:focus span{
    color: #fff !important;
	border-color: #fff;
	background: #f15420 !important;
}

/* arrow icon (span tag) */
#back-top span {
    width: 44px;
    height: 44px;
    display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
    background: #000;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: 1px solid transparent;
}
#back-top span i {
    font-size: 25px;
    color: #fff;
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

#preloder .ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  border:3px solid #3c3c3c;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color:#fff000;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #fff000;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
#preloder .ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #fff000;
  border-right:3px solid #fff000;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
#preloder span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
#preloder span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff000;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #fff000;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}




.navbar-inr{
	margin: 0px -12px;
}
.top-contact-mnu-outr ul li{
	display: inline-block;
	margin-left: 15px;
	
}
.topbar-outr{
	background: #000;
}
.topbar-inr{
	padding: 15px 0px;
}

.navbar-nav .nav-item.dropdown {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar-nav .dropdown-submenu {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar-nav .dropdown-menu{
	top: 100%;
}
.dropdown-item{
	width: 90%;
}
.dropdown-submenu .dropdown-toggle{
	margin-right: 5px;
}
@media (max-width: 991px){
.dropdown-toggle {
	height: 40px;
	width: 40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.navbar-nav li.dropdown-submenu > a {
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}
.dropdown-submenu .dropdown-toggle {
	margin-right: 0px; 
}
}

.owl-stage {
	display: flex; 
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important; 
	color: inherit !important; 
	text-decoration: none;
}

.logo{
	font-weight: bold;
	font-size: 30px;
}

.footr-follow-mnu li a {
	height: 30px;
	width: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid transparent;
}
.footr-follow-mnu li a:hover {
	background: #fff !important;
}
.footr-follow-mnu li a.facebook {
	background: #3b5998;
}
.footr-follow-mnu li a.facebook:hover {
	color: #3b5998;
	border-color: #3b5998;
}
.footr-follow-mnu li a.twitter {
	background: #55acee;
}
.footr-follow-mnu li a.twitter:hover {
	color: #55acee;
	border-color: #55acee;
}
.footr-follow-mnu li a.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.footr-follow-mnu li a.instagram:hover {
	color: #dc2743;
	border-color: #dc2743;
}
.footr-follow-mnu {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.footr-follow-mnu li + li {
	margin-left: 10px;
}


.topbar-phone-mnu{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	height: 30px;
}
.topbar-phone-mnu li a{
	color: #fff;
}
.topbar-phone-mnu li + li{
	margin-left: 10px;
}
.menu li a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	padding-top:5px !important ;
	padding-bottom: 5px !important;
}
.menu li {
	position: relative;
}
.menu li::before {
	content: "";
	width: 2px;
	height: 25px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	left: -2px;
}
.menu li + li {
	margin-left: 2px;
}
.menu li:first-child::before {
	background: none;
}
.menu li a:hover{
	background: #f15420;
	color: #fff;
}
.menu li.active a{
	background: #f15420;
	color: #fff;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	height: 46px;
	width: 46px;
	border: 2px solid #fff;
	background-position: center;
	background-color: rgba(255,255,255,0.2);
	background-size: 70%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.carousel-control-prev, .carousel-control-next {
	opacity: 1;
	color: #fff !important;
	width: 80px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	background-color: #000;
}
.carousel-caption{
	bottom: auto;
	top: 65%;
	
}
.carousel-caption h5{
	font-size: 40px;
	margin-bottom: 15px;
}
.carousel-caption p{
	font-size: 18px;
	margin-bottom: 20px;
}
.slidr-btn{
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
}
.carousel-item{
	position: relative;
}
.carousel-item img{
	height: 600px;
	object-fit: cover;
}
.overlay{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.5);
}

.index-about-img-outr img{
	height: 447px;
	width: 100%;
    object-fit: cover;
}
.index-about-img-col{
	order: 1;
}
.index-about-img-outr{
	margin-right: -50%;
}
.welcome-left-top h3{
	font-family: 'BebasKai';
}

.welcome-left-top h3 {
	font-size: 45px;
	letter-spacing: 4px;
	color: #f15420;
	text-transform: uppercase;
}
.welcome-left-top p {
	font-size: 15px;
	color: #232323;
	line-height: 28px;
	margin: 20px 0;
}
.agileits_w3layouts_more a {
	font-size: 14px;
	color: #f15420;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2px;
	background: none;
	padding: 10px 22px;
	border: 2px solid #f15420;
}
.index-about-outr .row{
	align-items: center;
}

.heading-section {
	text-align: center;
	position: relative;
}
.heading-section::before {
	content: "";
	width: 178px;
	height: 2px;
	background: #f15420;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.heading-section h2 {
	font-family: 'BebasKai';
	font-size: 50px;
	color: #f15420;
	margin-bottom: 0px;
	padding-bottom: 16px;
}
.content-slider-outer{
	background: #ddd;
	padding: 50px 0px;
}
.recent-port-slidr-outr{
	margin-top: 30px;
}
.properties-item-img {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.recent-port-slidr-outr .owl-nav button {
	position: absolute;
	color: #000 !important;
	height: 40px;
	width: 40px;
	border: 2px solid #000 !important;
	border-radius: 50% !important;
	   -webkit-border-radius: 50% !important;
	   -moz-border-radius: 50% !important;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.recent-port-slidr-outr .owl-theme .owl-nav [class*="owl-"]:hover{
	border-color: #f15420 !important;
	color: #f15420 !important;
}
.recent-port-slidr-outr .owl-nav button.owl-prev {
	left: -70px;
}
.recent-port-slidr-outr .owl-nav button.owl-next {
	right: -70px;
}
.testimonial-sec-inr{
	padding: 50px 0px;
}

.testimonial-sec-outr {
	background: #f15420;
}
.testimonial-sec-outr::before {
	content: "";
	background: url("../images/testimonial-bg.png") no-repeat center center;
	width: 250px;
	height: 185px;
	position: absolute;
	left: 15%;
	top: 50px;
	background-size: 100% 100%;
}

.testimonial-item-outr {
	background: #fff;
	padding: 40px 20px 40px;
	border-radius: 30px;
	position: relative;
	
}
.testimonial-item-img {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
}
.testimonial-item {
	padding-top: 45px;
}
.testimonial-item-img {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}
.testimonial-item-img i {
	height: 90px;
	width: 90px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonial-item-img i img {
	width: auto !important;
	display: inline-block !important;
}
.testimonial-item-outr{
	text-align: center;
}



.testimonial-sec-inr .heading-section::before {
	background: #fff;
}
.testimonial-sec-inr .heading-section h2{
	color: #fff;
}
.testimonial-slidr-outr {
	margin-top: 40px;
}
.testimonial-slidr-outr .owl-theme .owl-dots .owl-dot span {
	height: 22px;
	width: 22px;
	background: #fff;
}
.testimonial-slidr-outr .owl-theme .owl-dots .owl-dot.active span, .testimonial-slidr-outr .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}
.testimonial-slidr-outr .owl-nav button {
	position: absolute;
	color: #fff !important;
	height: 40px;
	width: 40px;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.testimonial-slidr-outr .owl-nav button.owl-prev {
	left: -70px;
}
.testimonial-slidr-outr .owl-nav button.owl-next {
	right: -70px;
}
.testimonial-slidr-outr .owl-theme .owl-nav [class*="owl-"]:hover {
	border-color: #000 !important;
	color: #000 !important;
}

.header-outr.fixed {
	position: fixed;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 0px 10px 0px #999;
}
.header-outr.fixed .topbar-outr {
	display: none;
}
.copyright-txt{
	height: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.copyright-txt p{
	margin-bottom: 0px;
}
.page-banner-outr img{
	width: 100%;
}
.mission-vision-inr{
	padding: 40px 0px;
}
.mission-text-outr ul li + li{
	margin-top: 10px;
}
.mission-vision-outr{
	background: #ccc;
}
.mission-text-outr{
	padding: 20px;
	background: #fff;
}
.page-banner-outr img{
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.page-banner-outr{
	position: relative;
}

.page-banner-caption-outr {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.page-banner-caption-inr {
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	padding: 15px;
}
.page-banner-caption-inr h2{
	margin-bottom: 0px;
}

.contact-page-sec-inr {
	padding: 40px 0px;
}
.contact-form-sec-outr {
	box-shadow: 0px 0px 15px #999;
}
.contact-form-sec-outr {
	margin-bottom: 20px;
}
.get-touch-col {
	width: 30%;
}
.contact-map-col {
	width: 70%;
}
.get-touch-outr {
	height: 100%;
	background: #f15420;
	position: relative;
}
.get-touch-inr {
	height: 100%;
	padding: 30px 20px;
}
.get-touch-outr .contact-heading {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}
.get-touch-inr h4 {
	color: #fff;
	font-size: 18px;
}
.address-box-outr {
	display: flex;
	display: -ms-flexbox;
}
.address-box-icon i {
	height: 45px;
	width: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.address-box-outr .address-box-text {
	flex: 0 0 auto;
	width: calc(100% - 45px);
	padding-left: 15px;
}
.contact-map-outr {
	height: 100%;
	margin-left: -24px;
}
.address-box-outr {
	margin-top: 30px;
}
.address-box-text h3 {
	color: #fff;
	font-size: 20px;
}
.address-box-text {
	color: #fff;
}
.address-box-text a {
	color: #fff;
}
.view-btn {
	width: 230px;
	height: 50px;
	background: #f15420;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	border-radius: 30px;
	border: 1px solid transparent;
}
.contact-heading {
	color: #f15420;
	margin-bottom: 20px;
	text-align: center;
}
.view-btn:hover {
	border-color: #f15420;
	color: #f15420;
}
.resp-vtabs ul.resp-tabs-list{
	width: 20% !important;
}
.resp-vtabs .resp-tabs-container{
	width: 80% !important;
}
.financial-info-sec-inr{
	padding: 40px 0px;
}
.resp-tabs-list li{
	text-transform: uppercase;
	font-weight: 600;
	background: #f5f5f5;
	border-left-width: 5px !important;
}
.resp-tabs-list li + li{
	margin-top: 5px !important;
}
.resp-vtabs .resp-tabs-container{
	border-top-left-radius: 0px !important;
}
.resp-vtabs li.resp-tab-active{
	border-color: #f15420 !important;
	color: #f15420 !important;
	border-left-width: 5px !important;
}
.resp-vtabs .resp-tabs-container{
	border-color: #f15420 !important;
}
.resp-vtabs .resp-tabs-list li{
    padding-left: 20px !important;
	padding-right: 20px !important;
}
.board-img-col{
	text-align: center;
	padding: 30px 0px;
	border: 1px solid #ddd;
}
.board-col-outr{
	margin-top: 20px;
}
.tab-content-outr h3{
    color: #f15420;
	text-align: center;
}
.board-txt-col{
	text-align: center;
	background: #ddd;
	padding: 20px 15px 4px;
}
.board-txt-col h4{
    color: #f15420;
}
.board-col-outr a{
	display: block;
}
.tab-content-grid-outr{
	margin-top: 15px;
}
.general-content-heading-outr{
	background: #ddd;
	padding: 10px 20px;
	height: 100%;
}
.general-content-heading-outr h5{
	margin-bottom: 0px;
	color: #f15420;
}
.general-content-text-col{
	margin-left: 50%;
}

.general-content-outr{
	margin-top: 20px;
	border: 1px solid #ddd;
}
.general-content-heading-col{
	height: 100%;
	position: absolute;
	top:0;
	bottom:0;
}
.general-content-text-outr{
	padding: 10px;
}

.general-content-outr{
	height: 100%;
}
.general-content-outr .row{
	position: relative;
}
.general-grid-outr{
	margin-bottom: 20px;
}
.content{
	height: 105px;
}
.mission-text-outr h2{
	color: #f15420;
	text-align: center;
}
.mission-text-outr ul li{
	position: relative;
	padding-left: 30px;
}
.mission-text-outr ul li::before{
	content: "\f0a9";
	font-family: 'FontAwesome';
	position: absolute;
	left:0;
	font-size: 20px;
}
textarea.form-control{
	resize: none;
}
.nav-logo-right ul{
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	margin-top: 1rem;
}
.nav-logo-right ul li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	padding: 0px 0 0px 70px;
	position: relative;
  }
  .nav-logo-right ul li i {
	position: absolute;
	left:0;
	top:0;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 2px solid #f15420;
	
	color: #f15420;
	font-size: 20px;
	margin-right: 14px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
  }
  .nav-logo-right{
	position: absolute;
	right:0;
	top: 0px;
  }
  .navbar{
	height:103px;
  }
  .topbar-inr{
	height: 60px;
  }
  .navbar-collapse{
	position: absolute;
	right:0;
	top: -46px;
  }
  .nav-logo-right .info-text h5{
         font-size: 18px;
  }
  .header-outr.fixed .nav-logo-right{
	display: none;
  }
  .header-outr.fixed .navbar-collapse{
	position: relative;
	top:0;
  }
  .header-outr.fixed .menu li a{
	color: #000 !important;
  }
  .header-outr.fixed .menu li::before {
     background: #000;
  }
  .header-outr.fixed .menu li:first-child:before {
	background: none;
 }
  .header-outr.fixed .menu li.active a{
	color: #fff !important
  }
  .header-outr.fixed .menu li:hover a{
	color: #fff !important
  }

  .footr-logo a{
	font-size: 30px;
	font-weight: bold;
  }
  .footr-subs-form .input-group-text{
    padding: 0px !important;
	border: 0 none;
  }
  .footr-subscribe{
	margin-top: 10px;
  }
  .footer-top-inr{
	padding: 15px 0px 15px;
  }
  .footr-subscribe h6{
	margin-bottom: 20px;
  }
  .footr-heading{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
  }
  .footr-heading::before{
	content: "";
	width: 100px;
	height:2px;
	background: #000;
	position: absolute;
	left:0;
	bottom:0;
  }
  .footr-quick-mnu li + li{
	margin-top: 10px;
  }

  .footr-addr i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 2px solid #f15420;
	
	color: #f15420;
	font-size: 20px;
	margin-right: 14px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.footr-addr{
	position: relative;
	padding-left: 60px;
}
.footr-phone{
	position: relative;
	padding-left: 60px;
}
.footr-phone i{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 2px solid #f15420;
	
	color: #f15420;
	font-size: 20px;
	margin-right: 14px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.footr-phone{
	height:40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin-top: 10px;
}
.footr-phone p{
	margin-bottom:0px;
}
.footr-email i{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 2px solid #f15420;
	
	color: #f15420;
	font-size: 20px;
	margin-right: 14px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.footr-email{
	position: relative;
	padding-left: 60px;
	height:40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin-top: 10px;
}
.footr-email p{
	margin-bottom:0px;
}
.footr-addr p{
	margin-bottom: 0px;
}
.footer-top-inr .col-sm-3{
    width: auto
}
.footr-subscribe{
	width: 300px
}
.footr-email-btn{
	background: #f15420;
	color: #fff;
	border-radius: 0px;
}
.footr-email-btn:hover{
	background: #000;
	color: #fff;
}
.footr-subs-form .form-control{
	border-radius: 0px;
}
.footr-quick-mnu li a{
	font-size: 18px;
}
.footer-top-inr .row{
	justify-content: space-between;
}
.footr-phone a:hover{
	color: #f15420;
}
.footr-email a:hover{
	color: #f15420;
}
.footr-quick-mnu li a:hover{
	color: #f15420;
}
.general-content-heading-outr h5{
	font-size: 16px;
}
.general-content-text-outr h5{
	font-size: 16px;
	
}
.resp-vtabs .resp-tabs-list li{
	font-size: 16px;
}
.board-img-col i{
	font-size: 6em;
}

.board-txt-col h5{
	font-size: 16px;
}
.tab-content-grid-outr h4{
	font-size: 20px;
}
.tab-content-grid-outr .board-txt-col h4{
	font-size: 18px !important;
}
.logo img{
	width: 300px;
}
.footr-logo img{
	width: 300px;
}
.footer-bottom .footer-inner{
	display: flex;
	display: -ms-flexbox;
    justify-content: center;
}
.header-outr.fixed .navbar{
	height: auto
}