@charset "utf-8";
/* CSS Document */
body{ font-family:Arial, Helvetica, sans-serif;}
.h1, h1 {
    font-size: 36px;
font-weight: bold;}
.commonblock:hover{
 background-color: #9966cb !important;
color: #fff !important;}

.navbar-toggler {
    padding: 0px;
    padding-left: 6px;
	padding-right: 6px;
    border-radius: 0px;
}

.Navactive {
	border-bottom:2px solid #333;
	background-color:#f1f1f1;
	padding-left:10px;
	padding-right:10px;

}

.text-yellow{color:#eff707;}
.h6{ font-size: 13px;}
span{font-size:15px !important;font-weight:bold;}
.breadcrumb { 
    margin-bottom: 0px;
	font-size:13px;
    background-color: #770777 !important;
}
.box {
  display:inline-block;
}
.after-box {
  clear: left;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
}
.topbar{font-size:13px;}
.bg-balck{ background-color:#000;}
.bg-gold{background-color:#770777;}
.border-gold{border:4px solid #770777;}
.text-gold{color:#770777;}
.text-black{color:#000;}
.job-text{font-size:13px;}
.bg-gradient{background: linear-gradient(to right, #000 60%, #770777 100%); color:#FFF !important; font-size:16px;
}

.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.menuactive{ background-color:#ee4434;}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-item { 
    font-weight: bold;
    color: #212529;
    
    font-size: 12px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.navbar-light .navbar-brand {
    color:#FFF;
}
.dropdown-menu {
    background-color: #000;
    border-radius: 0;
}
.bg-skyblue{background:#bbe6fb;}
.bg-green{background-color: #3e4095;}
.bg-sky{ background-color: #0077B5;}
.bg-google{ background-color: #d93025;}
.bg-facebook{ background-color: #3b5998}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #770777;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.dropdown-item {	
    color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem!important;
    padding-right: .5rem!important;
	font-size:14px !important;
    font-weight: bold;
    
    font-weight: 600;
	font-size: 12px;
	border-left:1px solid #fff;	
}
.navbar {
    padding: 0px;
	font-size:14px !important;
	font-weight:bold;
	
}
.dropdown-menu {
    top: 93%;
}
.heading-box h2{ width:100%; color: red; }
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.bg-brow{background-color:#fed2a1;}
.breadcrumb {
    padding: 6px;
}
.our-team-main
{
	width:100%;
	height:auto;
	border-bottom:5px #323233 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
}
.our-team-main img
{
	border-radius:50%;
	margin-bottom:20px;
	width: 90px;
}
.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}
.our-team-main p
{
	margin-bottom:0;
}
.team-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}
.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}
.our-team-main:hover .team-front
{
	bottom:-200px;
	transition: all 0.5s ease;
}
.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}
/*our-team-main*/
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}
.header-img{
    height: 450px;
    position: relative;
    width: 100%;
}
.header-img img{
    width: 100%;  
}
.header-content{
    background: #fb6b19;
    color: #fff;
    height: 450px;
    padding-top: 130px;
    position: relative;
    text-align: center;
    width: 100%;
}
.header-content h2{
    font-size: 30px;
    text-transform: uppercase;
}
.header-content p{
    padding: 0px 150px;
}
.header-content:before{
    position: absolute;
    content: "";
    width: 60%;
    height: 125px;
    top: -50px;
    left: 0;
    background:#fb6b19;
    transform: skewY(10deg);
}
.header-content:after{
    position: absolute;
    content: "";
    width: 60%;
    height: 125px;
    top: -50px;
    right: 0;
    background:#fb6b19;
    transform: skewY(-10deg);
}
.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.rights{ font-size:11px; color:#fff; margin-top:14px;}
.f-font{ font-size:18px;}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#770777;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #000;
}
.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}



/* Boostrap Buttons Styling */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*================================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
.carousel-item > div {
  float: left;
}
.carousel-by-item [class*="cloneditem-"] {
  display: none;
}


.counter {
    background-color:#770777;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 80px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}