@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,700;1,800&display=swap');
*{
	margin:0;
	padding:0;
}
body {
	font-size: 16px;
	color: #666666;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	/*background-image: url(../images/body-bg.jpg);*/
}
.concen{
	/*width: 84%;*/
    /*margin: 20px auto;*/
   /* background: #fff;*/
   /* box-shadow: 2px 2px 12px rgb(49 62 87 / 25%);*/
}
/* width */
::-webkit-scrollbar {
	width: 5px;
	height:4px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #0160b0; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #ffbe15;  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #052f42; 
}


.btn:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da !important;
    outline: 0;
    box-shadow:none; 
} 
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da !important;
    outline: 0;
    box-shadow:none; 
}
.form-control{
	border-radius: unset !important;
	font-size:12px;
}
label{
	font-size: 13px;
    color: #444;
}
label span{
	color:#f3741d !important;
}
a:hover{
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #333;
	/* font-family:'Montserrat Alternates', sans-serif; */
}
ul{
	margin:0;
	padding:0;
}
.section{
	padding:40px 0 40px;
}
/****===============================================================
                        Filter Section CSS
===============================================================****/
.filter-sec {
    padding: 50px;
    background: #e2e8ff;
}
.search-sec {
	padding-bottom: 15px;
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 45px;
    background: #009846;
}
.form-group button {
    background: #f37437;
    line-height: 33px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: center;
	border-radius:none;
}
/****===============================================================
                        Add & Table Section CSS
===============================================================****/
.recent{
	margin:0;
	padding:0;
}
.recent ul li{
    background:#009846 ;
    border-bottom: none;
    border-left:5px solid #393185;
    border-right:5px solid #393185;
    margin-bottom: 3px;	
	padding:10px;
	list-style-type:none;
}
.recent ul li a{
	color:#fff;
}
.table_head{
	background:#009846;
}
.table_head th{
	color:#fff;
	letter-spacing:1px;
}
.recent_course img{
	width:100%;
}
.content_detils{
	background:red;
	width:100%;
}
.details_page{
	width: 47%;
    background: #ec6923;
    padding: 15px 10px;
    text-align: center;
    float: left;
    border-radius: 15px;
    margin-left: 8px;
}
.details_heading{
    padding: 15px;
}
.details_heading h2{
	font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}	
.details_detils{
	border-left: 1px solid #fff;
    float: left;
    width: 100%;
}
.details_page i{
	font-size: 35px;
    margin-bottom: 15px;
    color: #fff;
}
.details_page h4{
	color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}	
.details_page h4 span{
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}
.add-sec{
	background: #ec6923;
    padding: 20px;
}
.call-box{
	border-right:1px solid #fff;
}
.add-box h1{
    font-size: 42px;
    letter-spacing: 2px;
    color: #fff;
	text-align:left;
    margin-top: 10px;
    margin-bottom: 10px;	
}
.add-box a{
	font-size: 17px;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
}
.add-box{
	text-align:center;
}
.add-box p{
	font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;	
}

/****===============================================================
                        Navigation Section CSS
===============================================================****/
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #9d0208 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0 !important;
	margin: 0;
	border-radius: inherit;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    content: '\f107';
    font-family: 'FontAwesome';
    position: relative;
	border: none;
    vertical-align: unset;
}
.dropdown-item {
	padding:0 !important;
	color: #212121;
    transition: all 200ms linear;
}
.dropdown-item i{
	margin-right:5px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

.navbar-light .navbar-nav .nav-link{
	font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 8px 10px !important;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    background: transparent;
    letter-spacing: 1px;
	cursor:pointer;
}
.navbar-nav li ul {
    z-index: 99999;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    display: none;
    background-color: #f7f7f7;
    border-top:2px solid #f3741d;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.navbar-nav li ul li {
    display: block;
    text-align: left;
    margin-left: 0;
}
.navbar-nav li ul li a{
    display: block;
	text-transform:uppercase;
    padding: 8px 10px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.25;
}
.navbar-nav li ul li a:hover{
	background:#f3741d;
	color:#fff;
	text-decoration: none;
}
.header-info{
	margin:0;
	padding:0;
}
.header-info li{
	list-style-type: none;
    display: inline-block;
    width: 230px;
    margin-top: 5px;
}	
.icon {
    width: 20%;
    float: left;
}	
.menu-area{
	position:static;
}
.mega-area{
	position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    padding: 15px;
	border-top: 2px solid #ffbe15;
    margin-left: 0px !important;
}

.mega-area a {
	display: block;
    text-transform: uppercase;
    padding: 8px 10px !important;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.mega-area a:hover {
    background: #0160b0;
 }
.dropdown-item{
	padding:5px 0;
}

.nav_header{
	background:#34495e;
}
.main-header{
	background:#ffbe15;
}
.number-logo{
	padding: 10px 0 10px;
}
.hindi-marquee{
	background-color: #002c2f;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 3% 0%);
    padding: 13px;
    font-weight: 500;
    position: absolute;
    margin-top: 55px;
    width: 100%;
    margin-left: 0px;
    padding-left: 35px;
}
.top-header p {
	white-space: nowrap;
	overflow: hidden;    
	font-size: 20px;
	color: #fff;
	padding:2px; 
	letter-spacing:1px;
	margin:0 !important;
	text-transform:uppercase;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}
.top-header{
	background:#009a95;
	height:auto;
}
.left-ul ul{
	margin:0;
	padding:0;
}
.left-ul ul li{
	list-style-type:none;
	display:inline-block;
}
.left-ul ul li a {
	display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-right: 10px;
	text-decoration: none;
}
.right-ul{
	float:right;
}
.right-ul ul{
	margin:0;
	padding:0;
}
.right-ul ul li{
	list-style-type:none;
	display:inline-block;
	background:#34495e;
}
.right-ul ul li a {
	display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-right: 10px;
	text-decoration: none;
}
.sec{
	padding:50px 0 50px;
}
.about_title h2{
	font-size:25px;
	font-weight:600;
	color:#f3741d;
	letter-spacing:1px;
    text-transform: uppercase;
}
.about_title h4{
	font-size: 16px;
    font-weight: 500;
    color: #34495e;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about_title{
	margin-bottom:15px;
}
.mrq_sec{
	background: #fff;
    border-top: 2px solid #f3741d;
    border-bottom: 2px solid #f3741d;
}
.mrq_title h3{
	font-size: 14px;
    text-transform: uppercase;
    background: #f3741d;
    padding: 5px;
	text-align:center;
    width: 75%;
    color: #fff;
    margin: 0 auto;	
}
.list_sec{
	background: #f5f5f5;
    height: 270px;
    border-top: 2px solid #34495e;
    border-bottom: 2px solid #34495e;
}
.list_sec h3 {
    font-size: 14px;
    text-transform: uppercase;
    background: #34495e;
    padding: 5px;
    text-align: center;
    width: 195px;
    color: #fff;
    margin: 0 auto;
}
.list_box ul{
	margin:0;
	padding:0;
}
.list_box ul li{
	list-style-type:none;
}
.list_box ul li a {
	font-size:13px;
	color:#000;
	letter-spacing:1px;
}
.list_box ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 13px;
    left: 8px;
    color: #000000;
    margin-right: 15px;
}
.news_sec{
	padding:10px;
}
.news_sec ul{
	margin:0;
	padding:0;
}
.news_sec ul li{
	list-style-type:none;
	border-bottom: 1px solid #d5d5d5;
}
.news_sec ul li a {
	font-size:13px;
	font-weight:400;
	color:#000000;
	letter-spacing:1px;
}
.news_sec ul li a:hover{
	text-decoration:none;
}
.news_sec ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 13px;
    left: 0px;
    color: #000000;
    margin-right: 10px;
}
.newslink ul li:before {
	content:'' !important;
	margin-right: 0;
}
.link-box {
    position: relative;
}
.link-box ul li {
    margin-bottom: 5px;
    font-size: 15px;
	width:215px;
	display:inline-block;
}	
.link-box ul li:last-child {
	margin-bottom: 0;
}
.link-box ul li a {
    border-radius: 4px;
    background: linear-gradient(to right, #009a95, #f3741d);
    padding: 20px 20px 20px 50px;
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.link-box ul li a i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
}
.link-box ul li a:after {
	content: "";
	font-family: 'FontAwesome';
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	right: 0;
	background-color: #009a95;
	z-index: -1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.link-box ul li a:before {
  content: "\f054";
  font-family:'FontAwesome';
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  color: #ffffff;
}
.link-box ul li a:hover:after {
  width: 100%;
  left: 0;
}
/****===============================================================
                        Footer Section CSS
===============================================================****/
.footer_sec{
	background:#f5f5f5;
	padding:20px 0 20px;
}
.footer_btm{
    padding: 20px 0 20px;
    background: #34495e;
    text-align: center;
}
.ftr_nav ul{
	padding:0;
	margin:0;
}
.ftr_nav ul li{
	list-style-type:none;
	display:inline-block;
}
.ftr_nav ul li:not(:last-child):after {
    content: ' | ';
    color:#fff;
	font-weight:bold;
}
.ftr_nav ul li a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.address-box {
    text-align: center;
    padding: 25px;
}
.address-box h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.address-box p {
	font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
}
.address-box p a{
	font-size: 16px;
    font-weight: 500;
    color: #000;
}
.social-icon {
	padding:15px 0 15px;
}
.social-icon ul {
	padding:0;
	margin:0;
}
.social-icon ul li {
	display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
	color: #000;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;	
    background: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.facebook::after{
	background:#475993 !important;
}
.twitter::after{
	background:#76a9ea !important;
}
.youtube::after{
	background:#f61c0d !important;
}
.linkedin::after{
	background:#0077b7 !important;
}
.instagram::after{
	background-image: linear-gradient(to bottom right, #dc8f3f, #b81a7d) !important;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;
    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #fff;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}
.social-icon ul li a i {
	color: #002838;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #fff;
}
.cpy_sec{
	text-align:center;
}
.cpy_sec p{
	font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}
.btn_common{
	font-size: 13px;
    padding: 5px 15px;
    background: #f3741d;
    margin-top: 10px;
    color: #fff;
}
.btn_common:hover{
	color:#fff;
}

/****===============================================================
                        Faq Section CSS
===============================================================****/  
.card{
	border-radius:0 !important;
	border:none !important;
	margin-bottom: 5px;
}
.accordion>.card>.card-header{
	background:#009a95;
}
.accordion>.card>.card-header h6 a{
	margin:0;
	font-size:13px;
}
.accordion>.card>.card-header h6 a:hover{
	text-decoration:none;
}
.card-body p{ 
	font-size:14px;
}
 
/****===============================================================
                        counter-page
===============================================================****/ 

.counter-sec {
    background: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
}
#shiva h6{
	letter-spacing:1px;
	font-width:600 !important;
}
.count{
    font-size: 70px;
    font-weight: 600;
    display: block;
	color:#fff;
} 
.counter-icon {
	text-align:center;
}
.counter-icon h3{
	color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 16px;
    margin-top: -1px;
}
.counter-icon h3:before {
	content: " ";
    background: #f3741d;
    width: 30%;
    height: 8px;
    position: absolute;
    bottom: 33%;
    left: 35%;
}
.box{
	margin-top: 15px;
    margin-bottom: 15px;
}
/****===============================================================
                        about-page
===============================================================****/  
.from-p{
    font-size:12px !important;
}
.about_contant p{
	margin-bottom:15px;
}
.form {
    position: relative;
    overflow: hidden;
}
.form h4{
    background: #e31e25;
    padding: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: left;	
}
.form h3 {
	background: #f3741d;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.mrq_title{
	background: #f4fbfb;
}
.form-sec {
    visibility: visible;
    animation-delay: 0ms;
    animation-name: fadeInRight;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
/*     box-shadow: 0 2px 6px 0 rgba(0,0,0,.3); */
    box-sizing: border-box;
    background: #f4fbfb;
    padding: 5px;
}
.form-group {
    margin-bottom: 8px;
}
.contact-form {
    position: relative;
}
.input-btn {
	padding: 8px 28px;
    font-size: 15px;
    line-height: 1.3333333;
    background: #34495e;
    border-radius: 0;
    width: 100%;
    color: #fff;
}
.input-btn:hover{
	color: #fff;
}
/***================================================================
                        page-title
===============================================================****/ 

.page-title{
  position: relative;
  padding: 35px 0px 35px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #091125;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.page-title .title{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

.page-title .title h1{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #fff;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #ffffff;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before{
  position: absolute;
  content: ':';
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

/***================================================================
                        Contact-page
===============================================================****/  
.cont_box{
	background:#f5f5f5;
	padding:20px;
}
.cont_box h4{
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.find_box{
	background: #f3741d;
    padding: 50px;
}
.find_box h4{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
	color:#fff;
    text-transform: uppercase;
}
.find_box p{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #fff;
}
.find_btn{
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #34495e;
    padding: 10px 15px;
    color: #fff;
}
.map_box{
	width:100%;
}
textarea.form-control {
    height: 90px;
}
/***================================================================
                       Photo Gallery CSS
===============================================================****/ 

.gallery{
	margin:10px 30px;
}
.gallery h3{
	color: #764c28;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.gallery h3:after{
	margin-top: 12px;
    width: 60px;
    height: 3px;
    margin-bottom: 12px;
}
.gallery img{
    transition: 1s;
    width: 100%;
    height: 160px;
}
.gallery img:hover{
 filter:grayscale(100%);
/* transform:scale(1.1); */
}

.gallery-container{
    width: 100%;
    margin-bottom: 30px;
    padding: 2px;
}
/****===============================================================
                        Member Section CSS
===============================================================****/
.tab-sec{
	padding:30px;
}
.tabbtn{
	background: #fff;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
	padding: 5px;
	text-align: center;
}
.tabbtn h4{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}


/****===============================================================
                        Member Section CSS
===============================================================****/
.mem_logo ul{
	padding:0;
	margin:0;
}
.mem_logo ul li{
	list-style-type: none;
    display: inline-block;
    margin: 5px;
    border: 1px solid #f5f5f5;	
}
.mem_logo ul li img{
	width:95px; 
}
/***================================================================
                       Table Section CSS
===============================================================****/ 
.table_box {
	overflow-x:auto;
	margin-bottom:15px;
}
.table_box table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

.table_box table th, td {
	text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.table_box table  tr:nth-child(even){background-color: #f2f2f2}

.form-sec ul li {
    list-style-type: none;
    width: 100%;
    padding: 4px;
    border-bottom: 1px solid #a0a0a0;
}
.form-sec ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 15px;
    left: 5px;
    float: left;
    color: #000;
}
.form-sec ul li a {
    color: #000;
    margin-left: 15px;
    font-size: 14px;
}
/***================================================================
                       Media queries CSS
===============================================================****/ 
@media (min-width: 1200px)
.container{
    max-width: 1250px !important;
}
@media (max-width: 767px) { 
	.navbar {
		padding: 0;
		margin-bottom: 4px;
	}
	.link-box ul li {
		width:100%;
	}
	.ftr_nav ul li:not(:last-child):after {
		content: none;
	}
	.right-ul {
		float:none;
		text-align: center;
	}
	.footer-logo{
		width: 120px;
		display: block;
		margin: 0 auto;
	}
	.ftr_nav ul li {
		list-style-type: none;
		text-align: left;
		display:block;
	}
	.ftr_nav ul li:before {
		content: '\f101';
		font-family: 'FontAwesome';
		position: relative;
		font-size: 12px;
		left: 0px;
		color:#fff;
	}
}