/* Master Stylesheet */
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/owl.carousel.min.css);
/* :: 3.0 Base CSS */
* {
 margin: 0;
 padding: 0; }

body {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 background-color: #f0f0f1; }

h1,h2,h3,h4,h5,h6 {
 font-family: "Poppins", sans-serif;
 color: #1a1a1a;
 line-height: 1.3;
 font-weight: 500; }

p {
 font-family: "Poppins", sans-serif;
 color: #777777;
 font-size: 13px;
 font-weight: 400; 
 text-align: justify;
 }

a,a:hover,a:focus {
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms;
 text-decoration: none;
 outline: 0 solid transparent;
 color: #000000;
 font-weight: 500;
 font-size: 14px;
 font-family: "Poppins", sans-serif; }

ul,ol { margin: 0; }
ul li, ol li { list-style: none; }

img {
 height: auto;
 max-width: 100%; }

hr{
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 

}
table{
	width:90%;
	background:#f6f6f6;
	margin:0px;
	padding:0px;
}
td{
	margin:5px;
	padding:5px;
	border-bottom:1px solid #220f61;
	line-height:40px;
	
}

thead{
	background:#b5b1b1;
	margin:5px;
	padding:5px;
	line-height:40px; 
}
.active{
	border-bottom:2px solid #ffffff;
}	
.container{
	margin-top:0px;
	margin-bottom:0px;
}

/*Paragragh Custom*/
.parph-custom{
	margin:20px;
	font-size: 13px !important;
}
.important-Dates{
 color: #777777;
}
/* :: 3.1.0 Spacing */
.mt-15 {
 margin-top: 15px !important; }

.mt-30 {
 margin-top: 30px !important; }

.mt-50 {
 margin-top: 50px !important; }

.mt-70 {
 margin-top: 70px !important; }

.mt-100 {
 margin-top: 100px !important; }

.mb-15 {
 margin-bottom: 15px !important; }

.mb-30 {
 margin-bottom: 30px !important; }

.mb-50 {
 margin-bottom: 50px !important; }

.mb-70 {
 margin-bottom: 70px !important; }

.mb-100 {
 margin-bottom: 100px !important; }

.ml-15 {
 margin-left: 15px !important; }

.ml-30 {
 margin-left: 30px !important; }

.ml-50 {
 margin-left: 50px !important; }

.mr-15 {
 margin-right: 15px !important; }

.mr-30 {
 margin-right: 30px !important; }

.mr-50 {
 margin-right: 50px !important; }

.p-15 {
 padding: 15px !important; }

.p-30 {
 padding: 30px !important; }

.p-50 {
 padding: 50px !important; }

.pb-70 {
 padding-bottom: 70px !important; }

.px-15 {
 padding-left: 15px !important;
}

.pt-30 {
 padding-top: 30px; }

/* :: 3.2.0 Height */
.height-400 {
 height: 400px !important; }

.height-500 {
 height: 500px !important; }

.height-600 {
 height: 600px !important; }

.height-700 {
 height: 700px !important; }

.height-800 {
 height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
 padding-top: 100px;
 padding-bottom: 100px; }

.section-padding-100-0 {
 padding-top: 100px;
 padding-bottom: 0; }

.section-padding-0-100 {
 padding-top: 0;
 padding-bottom: 100px; }

.section-padding-100-70 {
 padding-top: 100px;
 padding-bottom: 70px; }
 .no-padding{
	 padding:0px;
 }

/* :: 3.4.0 Preloader */
.preloader {
 background-color: #4b6cd0;
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 99999; }

.spinner {
 width: 40px;
 height: 40px;
 position: relative;
 z-index: 1; }
 .spinner .double-bounce1, .spinner .double-bounce2 {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-color: #ffffff;
 opacity: 0.6;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-animation: sk-bounce 2s infinite ease-in-out;
 animation: sk-bounce 2s infinite ease-in-out; }
 .spinner .double-bounce2 {
 -webkit-animation-delay: -1.0s;
 animation-delay: -1s; }

@-webkit-keyframes sk-bounce {
 0%,
 100% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0); }
 50% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1); } }
@keyframes sk-bounce {
 0%,
 100% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0); }
 50% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1); } }
/* :: 3.5.0 Miscellaneous */
.sidebar-area {
 position: relative;
 z-index: 1; }
.section-heading {
 position: relative;
 z-index: 1;
 background-color: #edecf0;
 padding: 10px 25px;
 border-left: 4px solid #220f61; 
 }
 .section-heading h5 {
 margin-bottom: 0;
 text-transform: uppercase;
 font-size: 15px;
 line-height: 1;
 margin-top:20px; 
 }
 @media only screen and (max-width: 767px) {
 .section-heading h5 { font-size: 13px; } 
 }
.catagory-widgets { position: relative; z-index: 1; }
.catagory-widgets li a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin-bottom: 15px;
 font-size: 16px; }
 .catagory-widgets li a:hover, .catagory-widgets li a:focus { color: #2189ff; }
 .catagory-widgets li:last-child a { margin-bottom: 0; }


.bg-img {
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat; }

.bg-white {
 background-color: #ffffff !important; }

.bg-dark {
 background-color: #000000 !important; }

.bg-transparent {
 background-color: transparent !important; }

.bg-gray {
 background-color: #f2f4f5; }

.font-bold {
 font-weight: 700; }

.font-light {
 font-weight: 300; }

.bg-overlay {
 position: relative;
 z-index: 2;
 background-position: center center;
 background-size: cover; }
 .bg-overlay::after {
 background-color: rgba(0, 0, 0, 0.5);
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: ""; }

.bg-fixed {
 background-attachment: fixed !important; }

input:focus {
 outline-style: none;
 box-shadow: none;
 border-color: transparent; }

.box-shadow {
box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
padding:10px;
}

.simple-header{
 color: #2189ff;
 margin-top: 16px;
} 
.special-links{
 color:#2189ff;
} 

.topic{
	list-style-type:square;
}
/* :: 3.7.0 mag Button */
.mag-btn {
 background-color: #2189ff;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms;
 position: relative;
 z-index: 1;
 display: inline-block;
 min-width: 160px;
 height: 50px;
 color: #ffffff;
 border-radius: 0;
 padding: 0 30px;
 font-size: 16px;
 line-height: 50px;
 font-weight: 500;
 text-transform: capitalize; }
 .mag-btn:hover, .mag-btn:focus {
 font-size: 16px;
 font-weight: 500;
 background-color: #000000;
 color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
 position: relative;
 z-index: 1000;
 width: 100%; 

 }
.header-area .mag-main-menu {
 position: relative;
 width: 100%;
 height: 70px; 
 }
 @media only screen and (max-width: 767px) {
	 .header-area .mag-main-menu .classy-navbar {
	 padding-left: 15px;
	 height: 60px; }
	 }
 .classynav{
 margin-right: 212px;
 } 
 .header-area .mag-main-menu .classy-navbar .classynav ul li a {
 font-weight: 500;
 text-transform: uppercase;
 font-size: 13px;
 letter-spacing: 1px; 
 font-weight:bold;}
 .nav-brand{
 max-width:60px;
 }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .classy-navbar .nav-brand {
 margin-right: 15px;
 max-width: 60px; } }
 .header-area .mag-main-menu .top-search-area {
 position: relative;
 z-index: 1;
 margin-left: 30px; }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .top-search-area {
 margin-left: 15px; } }
 .header-area .mag-main-menu .top-search-area form {
 position: relative;
 z-index: 1;
 border-left: 1px solid #ebebeb; }
 .header-area .mag-main-menu .top-search-area form input {
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms;
 width: 270px;
 height: 70px;
 border: none;
 color: #777777;
 font-size: 14px;
 font-style: italic;
 padding: 0 30px; }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .top-search-area form input {
 padding: 0 15px;
 width: 110px;
 font-size: 11px;
 height: 60px; } }
 .header-area .mag-main-menu .top-search-area form input:focus {
 box-shadow: none; }
 .header-area .mag-main-menu .top-search-area form button {
 position: absolute;
 width: auto;
 height: 70px;
 background-color: transparent;
 top: 50%;
 right: 30px;
 font-size: 16px;
 z-index: 99;
 border: none;
 cursor: pointer;
 color: #1a1a1a;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%); }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .top-search-area form button {
 right: 0; } }
 .header-area .mag-main-menu .top-search-area form button:focus {
 box-shadow: none; }
 .header-area .mag-main-menu .top-search-area form button:hover {
 color: #2189ff; }
 .header-area .mag-main-menu .login-btn {
 position: relative;
 z-index: 1;
 padding: 0 30px;
 height: 70px;
 line-height: 70px;
 font-size: 16px;
 border-left: 1px solid #ebebeb;
 text-align: center; }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .login-btn {
 padding: 0 15px;
 height: 60px;
 line-height: 60px; } }
 .header-area .mag-main-menu .login-btn:hover, .header-area .mag-main-menu .login-btn:focus {
 color: #2189ff; }
 .header-area .mag-main-menu .submit-video {
 position: relative;
 z-index: 1;
 padding: 0 20px;
 height: 70px;
 background-color: #2189ff;
 line-height: 70px;
 font-size: 13px;
 font-weight: 500;
 color: #ffffff;
 letter-spacing: 1px;
 text-transform: uppercase;
 width: 189px;
 text-align: center; }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .submit-video {
 padding: 0 15px;
 width: 40px;
 height: 60px;
 line-height: 60px; } }
 .header-area .mag-main-menu .submit-video:hover, .header-area .mag-main-menu .submit-video:focus {
 background-color: #404040; }
 .header-area .mag-main-menu .submit-video span {
 display: none; }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .submit-video span {
 font-size: 14px;
 display: block; } }
 .header-area .mag-main-menu .submit-video .video-text {
 display: block; }
 @media only screen and (max-width: 767px) {
 .header-area .mag-main-menu .submit-video .video-text {
 display: none; } }
 .header-area .is-sticky .mag-main-menu {
 z-index: 9999;
 box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2); }

.breakpoint-on .classynav {
 padding-top: 70px;
 padding-bottom: 70px; }

/* :: 5.0 Hero Area CSS */
.hero-blog-post {
 position: relative;
 z-index: 1;
 width: 100%;
 height: 320px; }
 @media only screen and (max-width: 767px) {
 .hero-blog-post {
 height: 250px; } }
.hero-blog-post .post-content .post-title {
	font-size: 35px;
	color: #ffffff;
	font-weight: 400;
	display: block;
	margin-bottom: 20px; 
	text-align:center;
	margin-left:55px;
	margin-right:55px;
	}
 @media only screen and (max-width: 767px) {
 .hero-blog-post .post-content .post-title {
	font-size: 20px;
	}
 }
.hero-blog-post .post-content .post-title:hover, .hero-blog-post .post-content .post-title:focus {
 color: #2189ff;
 }
.hero-area .owl-prev,.hero-area .owl-next {
 position: absolute;
 background-color: rgba(235, 235, 235, 0.2);
 width: 50px;
 height: 50px;
 color: #ffffff;
 font-size: 20px;
 text-align: center;
 line-height: 54px;
 top: 50%;
 left: 3%;
 margin-top: -25px;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms; }
 @media only screen and (max-width: 767px) {
 .hero-area .owl-prev, .hero-area .owl-next {
 width: 30px;
 height: 30px;
 font-size: 18px;
 line-height: 34px;
 margin-top: -15px; } }
 .hero-area .owl-prev:hover, .hero-area .owl-prev:focus, .hero-area .owl-next:hover, .hero-area .owl-next:focus {
 background-color: #2189ff; }
 
 .hero-area .owl-next {
 left: auto;
 right: 3%; }
/*  END HERO AREA*/  


.add-img {
 width: 100%; }
 .add-img img {
 width: 100%; }

.social-followers-info {
 position: relative;
 z-index: 1; }
 .social-followers-info a {
 display: block;
 width: 100%;
 height: 50px;
 font-size: 18px;
 color: #ffffff;
 background-color: #2189ff;
 margin-bottom: 10px;
 padding: 0 30px;
 font-weight: 600;
 line-height: 50px; }
 .social-followers-info a:last-child {
 margin-bottom: 0; }
 @media only screen and (max-width: 767px) {
 .social-followers-info a {
 font-size: 16px;
 padding: 0 20px; } }
 .social-followers-info a i {
 margin-right: 10px; }
 .social-followers-info a span {
 font-size: 14px; }
 .social-followers-info a.facebook-fans {
 background-color: #4b6cd0; }
 .social-followers-info a.facebook-fans:hover {
 background-color: rgba(75, 108, 208, 0.8); }
 .social-followers-info a.twitter-followers {
 background-color: #49a7f3; }
 .social-followers-info a.twitter-followers:hover {
 background-color: rgba(73, 167, 243, 0.8); }
 .social-followers-info a.youtube-subscribers {
 background-color: #db5c3a; }
 .social-followers-info a.youtube-subscribers:hover {
 background-color: rgba(219, 92, 58, 0.8); }
 .social-followers-info a.google-followers {
 background-color: #de3939; }
 .social-followers-info a.google-followers:hover {
 background-color: rgba(222, 57, 57, 0.8); }


/* :: 7.0 Footer Area CSS */
.footer-area {
 position: relative;
 z-index: 1;
 background-color: #111111;
 padding-top: 0px; }
 .footer-area .footer-widget {
 position: relative;
 z-index: 1;
 width: 100%;
 margin-bottom: 80px; }
 .footer-area .footer-widget .widget-title {
 display: block;
 margin-bottom: 30px;
 font-size: 16px;
 font-weight: 500;
 color: #ffffff;
 text-transform: uppercase;
 border-left: 3px solid #2189ff;
 padding-left: 10px; }
 .footer-area .footer-widget .foo-logo {
 display: block;
 margin-bottom: 25px; }
 .footer-area .footer-widget p {
 margin-bottom: 30px;
 display: block; }
 .footer-area .footer-widget .footer-social-info a {
 display: inline-block;
 width: 40px;
 height: 40px;
 background-color: #2189ff;
 text-align: center;
 font-size: 15px;
 color: #ffffff;
 line-height: 40px;
 margin-right: 3px;
 border-radius: 50%; }
 .footer-area .footer-widget .footer-social-info a:hover, .footer-area .footer-widget .footer-social-info a:focus {
 background-color: #2189ff; }
 .footer-area .footer-widget .footer-social-info a.facebook {
 background-color: #4b6cd0; }
 .footer-area .footer-widget .footer-social-info a.google-plus {
 background-color: #f03b3b; }
 .footer-area .footer-widget .footer-social-info a.instagram {
 background-color: #bb8950; }
 .footer-area .footer-widget .footer-social-info a.twitter {
 background-color: #49a7f3; }
 .footer-area .footer-widget .footer-social-info a.linkedin {
 background-color: #30bad7; }
  @media only screen and (max-width: 767px) {
 .footer-area .footer-widget .footer-social-info a {
 width: 34px;
 height: 34px;
 line-height: 34px;
 font-size: 13px; } }
 .footer-area .footer-widget .footer-widget-nav {
 position: relative;
 z-index: 1; }
 .footer-area .footer-widget .footer-widget-nav ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap; }
 .footer-area .footer-widget .footer-widget-nav ul li {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
 width: 50%; }
 .footer-area .footer-widget .footer-widget-nav ul li a {
 display: inline-block;
 color: #ffffff;
 margin-bottom: 15px; }
 .footer-area .footer-widget .footer-widget-nav ul li a i {
 color: #777777;
 margin-right: 5px; }
 .footer-area .footer-widget .footer-widget-nav ul li a:hover, .footer-area .footer-widget .footer-widget-nav ul li a:focus {
 color: #2189ff; }
 .footer-area .footer-widget .footer-tags {
 position: relative;
 z-index: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-top: -5px;
 margin-left: -5px; }
 
 @media only screen and (max-width: 767px) {
 .footer-area .copywrite-area .copywrite-text {
 font-size: 12px; } }
 .footer-area .copywrite-area .copywrite-text a {
 color: #ffffff;
 font-size: 14px;
 font-weight: 400; }
 @media only screen and (max-width: 767px) {
 .footer-area .copywrite-area .copywrite-text a {
 font-size: 12px; } }
 .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
 color: #2189ff; }
 .footer-area .copywrite-area .footer-nav {
 position: relative;
 z-index: 1; }
 .footer-area .copywrite-area .footer-nav ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap; }
 @media only screen and (max-width: 767px) {
 .footer-area .copywrite-area .footer-nav ul {
 margin-top: 5px;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start; } }
 .footer-area .copywrite-area .footer-nav ul li a {
 display: inline-block;
 color: #777777;
 font-size: 14px;
 padding: 0 15px;
 font-weight: 400; }
 @media only screen and (max-width: 767px) {
 .footer-area .copywrite-area .footer-nav ul li a {
 font-size: 12px;
 padding: 0 8px; } }
 .footer-area .copywrite-area .footer-nav ul li a:hover, .footer-area .copywrite-area .footer-nav ul li a:focus {
 font-weight: 400;
 color: #2189ff; }
 .footer-area .copywrite-area .footer-nav ul li:last-child a {
 padding-right: 0; }


/* single widget */
.single-widget-area {
 position: relative;
 z-index: 1; }
 .single-widget-area form input {
 width: 100%;
 height: 56px;
 background-color: #f2f4f5;
 font-size: 12px;
 font-style: italic;
 padding: 0 30px;
 border: none;
 border-radius: 0;
 margin-bottom: 30px; }
 .single-widget-area form input:focus {
 box-shadow: none;
 background-color: #f2f4f5; }

.comment_area {
 border-bottom: 1px solid #ebebeb;
 padding-bottom: 50px; }
 .comment_area .comment-content .comment-author {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 70px;
 flex: 0 0 70px;
 min-width: 70px;
 margin-right: 20px;
 height: 70px;
 border-radius: 50%; }
 .comment_area .comment-content .comment-author img {
 border-radius: 50%; }
 @media only screen and (max-width: 767px) {
 .comment_area .comment-content .comment-author {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 40px;
 flex: 0 0 40px;
 min-width: 40px;
 margin-right: 10px;
 height: 40px; } }
 .comment_area .comment-content .comment-meta {
 margin-bottom: 30px; }
 .comment_area .comment-content .comment-meta .comment-date {
 font-size: 12px;
 color: #777777;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 10px; }
 .comment_area .comment-content .comment-meta h6 {
 margin-bottom: 10px; }
 .comment_area .comment-content .comment-meta p {
 margin-bottom: 10px;
 font-size: 14px;
 line-height: 2; }
 .comment_area .comment-content .comment-meta .like,
 .comment_area .comment-content .comment-meta .reply {
 font-size: 13px;
 font-weight: 400;
 text-transform: uppercase;
 height: 30px;
 padding: 0 20px;
 border: 2px solid #ebebeb;
 border-radius: 15px;
 line-height: 26px;
 text-align: center;
 margin-right: 15px; }
 .comment_area .comment-content .comment-meta .like:last-child,
 .comment_area .comment-content .comment-meta .reply:last-child {
 margin-right: 0; }
 .comment_area .comment-content .comment-meta .like:hover,
 .comment_area .comment-content .comment-meta .reply:hover {
 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
 @media only screen and (max-width: 767px) {
 .comment_area .comment-content .comment-meta .like,
 .comment_area .comment-content .comment-meta .reply {
 margin-right: 5px; } }
 .comment_area .single_comment_area {
 margin-bottom: 30px; }
 .comment_area .single_comment_area:last-of-type {
 margin-bottom: 0; }
 .comment_area .children .single_comment_area {
 margin-left: 50px;
 margin-top: 30px; }
 @media only screen and (max-width: 767px) {
 .comment_area .children .single_comment_area {
 margin-left: 15px; } }


/*   breadcrumb **/
.breadcrumb-area {
 position: relative;
 z-index: 1;
 width: 100%;
 height: 250px; 

 }
 @media only screen and (max-width: 767px) {
 .breadcrumb-area {
 height: 130px; } }
 .breadcrumb-area .breadcrumb-content {
 text-align: center; }
 .breadcrumb-area .breadcrumb-content h2 {
 color: #ffffff;
 line-height:250px;
 text-transform: uppercase; }
 @media only screen and (max-width: 767px) {
 .breadcrumb-area .breadcrumb-content h2 {
 font-size: 20px; line-height:130px;} }

.mag-breadcrumb .breadcrumb {
 padding: 0;
 margin-bottom: 0;
 background-color: transparent;
 border-radius: 0; }
 .mag-breadcrumb .breadcrumb .breadcrumb-item a:hover, .mag-breadcrumb .breadcrumb .breadcrumb-item a:focus {
 color: #2189ff; }
.mag-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
 content: ">"; }

.about-us-content {
 position: relative;
 z-index: 1; }
 .about-us-content ul li {
 color: #777777;
 margin-bottom: 10px; }
 .about-us-content ul li i {
 margin-right: 5px; }

/* Team member */ 
.single-team-member {
 position: relative;
 z-index: 1;
 border: 1px solid #ebebeb;
 margin-bottom: 30px; }
 @media only screen and (max-width: 767px) {
 .single-team-member {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap; } }
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .single-team-member {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap; } }
 .single-team-member .team-member-thumbnail {
 position: relative;
 z-index: 1;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 160px;
 flex: 0 0 160px;
 max-width: 160px;
 width: 160px; }
 @media only screen and (max-width: 767px) {
 .single-team-member .team-member-thumbnail {
 margin: 15px; } }
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .single-team-member .team-member-thumbnail {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 120px;
 flex: 0 0 120px;
 max-width: 120px;
 width: 120px; } }
 .single-team-member .team-member-thumbnail::after {
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 top: 0;
 left: 0;
 z-index: 100;
 content: '';
 opacity: 0;
 visibility: hidden;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms; }
 .single-team-member .team-member-thumbnail img {
 width: 100%; }
 .single-team-member .team-member-thumbnail .social-btn {
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: distribute;
 justify-content: space-around;
 width: 80%;
 bottom: 20px;
 left: 10%;
 right: 10%;
 z-index: 300;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms;
 opacity: 0;
 visibility: hidden; }
 .single-team-member .team-member-thumbnail .social-btn a {
 color: #ffffff;
 font-size: 14px; }
 .single-team-member .team-member-thumbnail .social-btn a:hover, .single-team-member .team-member-thumbnail .social-btn a:focus {
 color: #2189ff; }
 .single-team-member .team-member-content {
 padding: 15px 30px; }
 @media only screen and (max-width: 767px) {
 .single-team-member .team-member-content {
 padding: 15px; } }
 .single-team-member .team-member-content h6 {
 margin-bottom: 5px; }
 .single-team-member .team-member-content span {
 color: #2189ff;
 font-size: 14px;
 display: block;
 margin-bottom: 5px; }
 .single-team-member .team-member-content p {
 margin-bottom: 0;
 line-height: 1.7;
 font-weight: 300;
 font-size: 14px; }
 .single-team-member:hover .team-member-thumbnail::after, .single-team-member:focus .team-member-thumbnail::after {
 opacity: 1;
 visibility: visible; }
 .single-team-member:hover .team-member-thumbnail .social-btn, .single-team-member:focus .team-member-thumbnail .social-btn {
 opacity: 1;
 visibility: visible; }
 .single-team-member:last-child {
 margin-bottom: 0; }
/*  end team membre */

/* :: 8.0 Contact Area CSS */
.single-contact-info {
 position: relative;
 margin-bottom: 30px; }
 .single-contact-info:last-child {
 margin-bottom: 0; }
 .single-contact-info .icon {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 40px;
 flex: 0 0 40px;
 max-width: 40px;
 width: 40px;
 height: 40px;
 text-align: center;
 line-height: 40px;
 height: 40px;
 border: 1px solid #ebebeb;
 border-radius: 50%;
 color: #2189ff; }
 .single-contact-info p {
 font-size: 14px;
 margin-bottom: 5px; }
 .single-contact-info h6 {
 margin-bottom: 0; }
 @media only screen and (max-width: 767px) {
 .single-contact-info h6 {
 font-size: 12px; } }
 @media only screen and (min-width: 576px) and (max-width: 767px) {
 .single-contact-info h6 {
 font-size: 14px; } }

.form-control {
 position: relative;
 z-index: 2;
 height: 48px;
 width: 100%;
 background-color: #ffffff;
 font-size: 12px;
 margin-bottom: 15px;
 border: 2px solid #ebebeb;
 padding: 10px 30px;
 color: #777777;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms; }
 .form-control:focus {
 box-shadow: none;
 border-color: #2189ff; }

select.form-control {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; }

textarea.form-control {
 height: 190px; }

.map-area {
 position: relative;
 z-index: 2; }
 .map-area iframe {
 width: 100%;
 height: 400px;
 border: none;
 margin-bottom: 0; }
 @media only screen and (max-width: 767px) {
 .map-area iframe {
 height: 250px; } }




/* ====== The End ====== */


/*  SPONSORS */


.img-spons {
	width:90%;
	margin:5px;
	padding:5px;
	text-align:center;
}
.img-spons img{
	height:90px;
	padding:7px;
}
 @media only screen and (max-width: 767px) {
	.img-spons {
		width:90%;
		text-align:center;
	}
	.img-spons  img{
		height:70px;
	}
 }

/*# sourceMappingURL=style.css.map */
