/* Imports */
@import "spinners.css";

/* Fonts */
@font-face {
  font-family: Roboto-Regular;
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto-Italic;
  src: url(fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: Roboto-LightItalic;
  src: url(fonts/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: Roboto-Thin;
  src: url(fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: Roboto-ThinItalic;
  src: url(fonts/Roboto-ThinItalic.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-MediumItalic;
  src: url(fonts/Roboto-MediumItalic.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-BoldItalic;
  src: url(fonts/Roboto-BoldItalic.ttf);
}
@font-face {
  font-family: Roboto-Black;
  src: url(fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: Roboto-BlackItalic;
  src: url(fonts/Roboto-BlackItalic.ttf);
}

/* General */
html, body, .view {
    height: 100%;
}
body {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding: 100px 0px 0px 0px;
	overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
label {
	font-weight: 600;
}
.switch label {
	font-weight: normal;
	font-size: 12px !important;
}
.vp {
	min-height: 100%;
}
.vh {
	min-height: 100vh;
}
.modal-dialog {
	min-height: 90%;
}
.modal-content {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.modal-header .close {
	margin: 0px !important;
}
::-webkit-scrollbar {
  	width: 10px;
}
::-webkit-scrollbar-track {
  	background: #fff; 
}
::-webkit-scrollbar-thumb {
  	background: #0b74b2; 
}
::-webkit-scrollbar-thumb:hover {
  	background: #0b74b2; 
}
main ::-webkit-scrollbar {
  	width: 5px;
}
main ::-webkit-scrollbar-track {
  	background: #fff; 
}
main ::-webkit-scrollbar-thumb {
  	background: #fff; 
}
main ::-webkit-scrollbar-thumb:hover {
  	background: #0b74b2; 
}
.mobile { display: none !important; }
.web { display: block !important;; }
*:focus {
    outline: none !important;
	box-shadow:none !important;
}
.slick-prev:before,
.slick-next:before {
    color: #0b74b2;
}
.slick-prev:before,
.slick-next:before {
    font-size: 25px;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:before {
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0b74b2;
}
.slick-news  {
   font-size: 18px !important;
}
.slick-news .slick-dots {
    text-align: left !important;
    top: -37px;
    left: 8px;
}
.slick-news li button:before {
	font-size: 20px;
    opacity: 1;
    color: #fff;
}
.slick-news li.slick-active button:before {
    opacity: 1;
    color: #000;
}
.daterangepicker select.hourselect, 
.daterangepicker select.minuteselect, 
.daterangepicker select.secondselect, 
.daterangepicker select.ampmselect {
    display: inline-block !important;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* Editor */
.ge-content img {
    width: 100%;
	height: auto;
}
.ge-content h1 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 41px;
    color: #2b2f35;
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: -1px;
}
.ge-content h2 {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 20px !important;
	margin-bottom: 20px;
    font-weight: 100;
    color: #929292 !important;
}
.ge-content h3 {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 18px !important;
	margin-bottom: 20px;
    font-weight: 100;
    color: #929292 !important;
}
.ge-content hr {
	border-top: 5px solid #0b74b2;
	margin-bottom: 15px;
}
.ge-content p {
	font-size: 16px;
	font-family: 'Roboto-Light', sans-serif;
	color: #2b2f35;
}
.ge-content b, .ge-content strong {
    font-weight: bold;
}
.ge-content big {
    font-size: 18px;
}
.ge-content small {
    font-size: 16px;
}
.ge-content .text-001 {
	color: #F00 !important;
}
#box-001 {
	background-color: #e9f2f4;
	border-radius: 15px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 20px;
}
#box-001 .column:first-child {
	padding-right: 0px !important;
    padding-left: 0px !important;
	min-height: unset !important;
}
#box-001 .column {
	min-height: 300px;
    padding: 0px 30px 30px 30px !important;
}
#box-001 h2 {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 18px !important;
	margin-bottom: 10px;
    color: #000 !important;
}
#box-001 p {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
	color: #000;
	margin-bottom: 0px !important;
}
#s1 {
    margin-top: -100px;
    margin-left: 70px;
}
#galery img:first-child {
    margin-left: -76px;
}
#galery img:last-child {
    float: right;
    margin-top: -82px;
    z-index: 101;
    position: relative;
}
#container {
	max-width: 1170px;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}
@media (min-width: 576px){
	.container {
		max-width: 1330px !important;
	}
}
@media (min-width: 768px) {
  #container {
    max-width: 750px;
	padding: 0px;
  }
}
@media (min-width: 992px) {
  #container {
  	max-width: 970px;
	padding: 0px;
  }
}
@media (min-width: 1200px) {
  #container {
    max-width: 1170px;
	padding: 0px;
  }
}

/* Scroll Icon */
.icon-scroll,
.icon-scroll:before {
  	position: absolute;
  	left: 50%;
}
.icon-scroll {
  	width: 25px;
    height: 40px;
    bottom: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
  	content: '';
  	width: 8px;
  	height: 8px;
 	background: #fff;
	margin-left: -4px;
	top: 0px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}

/* Scroll Top */
.to-top {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 33px !important;
    color: #fff;
    background: #0b74b2;
    border-radius: 0px;
    position: fixed;
    right: 30px;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    z-index: 2000;
    transition: .3s all ease;
}
.to-top:hover {
    color: #0b74b2;
    background: #fff;
	border: 1px solid #0b74b2;
}

/* Forms */
form .custom-file-input ~ .custom-file-label::after {
    content: "Dosya Seç";
}
form .preview {
	width: 100px;
	height: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
form .doc {
	margin: 20px 0px 20px;
}
form .btn.btn-lg {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
	color: #fff;
	background-color: #234187;
	padding: 0.5rem 0.8rem;
}
.form-control {
    font-size: 14px;
}
form .custom-file-label {
    overflow: hidden;
}
form .custom-file-label:after {
    border-radius: 0px !important;
}
form .input-group-text { 
	font-size: 12px;
	border-radius: 0px;  
}
textarea {
	box-shadow: none !important;
}
#map {
	width: 100%;
	min-height: 200px;
	border: 1px solid #ccc;
}
.size {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 12px;
	margin: 10px 0px 10px;
	color: #900;
	display: block;
}
.global-button, 
.global-button:active, 
.global-button:focus,
.global-button:hover  {
	width: 100%;
    background-color: #0b74b2 !important;
    color: #fff!important;
	border-radius: 0px !important;
	margin: 0px !important
	padding: 15px !important;
	box-shadow: none !important;
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 16px !important;
}

/* Select 2 */
.select2-container .select2-choice {
	background-image: none !important;
	border: none !important;
	height: auto !important;
	padding: 0px !important;
	line-height: 22px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none !important;
	background: transparent;
	border: none;
	width: 14px;
	top: -2px;
}
.select2-container .select2-container-multi.form-control {
	height: auto;
}
.select2-results .select2-highlighted {
	color: #ffffff;
	background-color: #458ab6;
}
.select2-drop-active {
	border: 1px solid #e3e3e3 !important;
	padding-top: 5px;
}
.select2-search input {
	border: 1px solid rgba(120, 130, 140, 0.13);
}
.select2-container-multi {
	width: 100%;
}
.select2-container-multi .select2-choices {
	border: 1px solid #ced4da;
    border-radius: .25rem !important;
	box-shadow: none !important;
	background-image: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 4px 7px 4px 18px;
	margin: 5px 0 3px 5px;
	color: #555555;
	background: #f5f5f5;
	border-color: rgba(120, 130, 140, 0.13);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 7px 7px 7px 10px;
}

/* Data Table */
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 12px;
    vertical-align: middle;
}
table th {
    font-family: 'Roboto-Medium', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #000;
    margin-left: 5px;
}
.dataTables_wrapper .dataTables_filter {
    text-align: left;
}
.no-sort {
	background-image: none !important;
}
.no-sort {
	pointer-events: none!important;
	cursor: default!important
}
.table-responsive select {
	margin: 0px 10px 0px 10px;
	padding: 5px;
	display: inline-block !important;
}
.table-responsive input {
	padding: 5px;
	display: inline-block !important;
}
table td {
}
.table-responsive .btn {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 12px;
	padding: 10px 15px !important;
	border-radius: 15px;
}
.button-group i {
	margin-right: 10px;
}

/* Navbar */
.navbar {
	padding: 0px 15px !important;
	box-shadow: none;
	/*
	animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 0s;
	*/
	background-color: #2b2f35;
}
.navbar-brand {
    padding: 10px;
	background-color: #2b2f35;
	margin-right: auto;
}
.navbar-brand img {
    max-width: 217px;
    text-align: center;
    margin-left: 123px;
}
.navbar-nav {
    margin-bottom: 0px;
}
.navbar-expand-sm .navbar-collapse {
    margin-bottom: 0px;
}
.navbar-collapse {
	position: relative;
}
.navbar-collapse .navbar-nav {
    margin-left: 50px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: -50px;
}
.navbar .nav-item.avatar img {
    height: 25px !important;
}
.dropdown-item i {
	margin-right: 5px;
}
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent;
}
.navbar-collapse .navbar-nav li a:hover:before {
  	width: 100%;
}
.navbar .main-menu > li > a {
	color: #fff !important;
}
.main-menu > li {
	color: #fff !important;
	padding: 0px;
}
.main-menu > li > a {
    font-size: 14px;
    padding: 10px 10px !important;
    display: inline-block;
}
.main-menu li > a:before {
  	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 0;
	background: #0b74b2;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
.main-menu li.last > a:before {
  display: none;
}
.main-menu li.active > a:before {
  	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background: #0b74b2;
}

.dropdown-menu {
    background-color: #fff;
	border: none;
	border: 1px solid #c4c4c4;
	padding: 0px !important;
	margin-top: 10px !important;
	border-radius: 5px;
	overflow: hidden;
}
.dropdown-menu a {
    font-size: 12px !important;
	color: #000 !important;
}
.dropdown-menu a:hover {
    background-color: #0b74b2 !important;
	color: #fff !important;
	display: block;
}
.dropdown > a > i {
	font-size: 20px;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
}
.dropdown-menu a i {
	margin-right: 5px;
}
.navbar .member .dropdown-menu .dropdown-item {
    min-width: 200px;
}
.navbar .member {
    background-color: #0b74b2;
	margin-top: -12px;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
}
.navbar .member a {
    font-size: 14px !important;
	color: #fff;
	border-radius: 0px !important;
}
.navbar .member a:after {
	display: none;
}
.navbar .member i {
    margin-right: 5px;
}
.navbar .member-img {
	width: 25px;
}
.web ul.social-links {
    list-style-type: none;
    margin: 0px 0px 0px 22px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: inline;
}
ul.social-links.mobile {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
ul.social-links li {
    padding: 2px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #2b2f35;
    border-radius: 100px;
    background-color: #fff;
}
ul.social-links li a {
    color: #2b2f35;
    font-size: 14px;
}
/* Login */
.login {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	background-color: #fff;
	color: #000 !important;
	border-radius: 10px !important;
	overflow: hidden;
    perspective: 1px;
    padding: 5px;
}
.login .modal-header, 
.login .modal-footer {
	background-color: #fff;
	border: none;
}
.login .close{
	color: #000;
    padding: 0px;
    margin: 0px;

}
.login .logo {
	max-width: 160px;
    margin: 0px auto;
}
.login a {
	color: #000 !important;
}

/* Share */
.share {
	width: 100%;
	margin-bottom: 15px;
}
.share > div {
	display: inline-block;
}
.share a:first-child {
	display: none;
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 0px !important;
}
.share .a2a_svg {
    height: 27px;
    line-height: 27px;
    width: 27px;
}

/* Tags */
.tags {
	width: 100%;
	margin-bottom: 15px;
}
.tags .title {
	font-size: 16px;
	color: #e51723;
	margin-bottom: 10px;
}
.tags .content {
	margin-bottom: 0px !important;
}
.tags .content div {
	font-size: 16px;
	border: 1px solid #e51723;
	padding: 5px;
	margin-right: 10px;
	display: inline-block;
	clear: both;
}

/* Comments */
.comments {;
	width: 100%;
	border-top: 1px solid #ececec;
	padding-top: 15px;
}
.comments .title {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 20px;
}
.comments .attention {
	font-size: 14px;
	color: #424243;
	margin-bottom: 10px;
}
.comments .attention a {
	color: #e51723;
	text-decoration: none;
}
.comments .comment-boxes {
	margin-top: 50px;
	margin-bottom: 15px;
	
}
.comments .comment {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}
.comments .comment .image {
	width: 50px;
}
.comments .comment .image img {
	max-width: 50px;
}
.comments .comment .infos {
	font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.comments .comment .content {
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 0px !important;
    color: #000;
}

/* Pagination */
.pager {
	margin-top: 15px;
}
.pager .pagination {
	float: right;
}
.pager li {
    width: 30px;
    height: 30px;
	background-color: #0b74b2;
    cursor: pointer;
	text-indent: initial;
	padding: 5px;
	text-align: center;
	margin-right: 10px;
}
.pager li:last-child {
	margin-right: 0px;
}
.pager li a {
	color: #fff;
	text-decoration: none;
}
.pager .active {
	color: #fff;
	font-weight: bold;
}
.pager .disabled {
	color: #ccc;
}

/* Intro */
#intro {
	margin-bottom: 0px; 
    overflow: hidden;
}
#intro .carousel {
	background-color: #fff;
}
#intro .view {
    background-position: center -65px;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro .view img, .view video {
    position: relative;
    display: block;
    width: 100%;
    max-width: 48% !important;
    height: 100%;
    z-index: -1;
    float: right;
    margin-right: 97px;
}
#intro .carousel video {
    width: 100%;
	cursor: pointer;
}
#intro .carousel-caption {
	width: 50%;
    height: 100%;
    top: auto;
    bottom: 0px;
    left: 110px;
    right: 0px;
    z-index: 10;
    padding: 0px 15px 10px 15px;
    background: transparent;
}
#intro .carousel-caption > .container {
    max-width: 100% !important;
    padding: 20px 10px 20px 97px;
    margin-right: unset !important;
    margin-left: unset !important;
}
#intro .carousel-caption h1 {
    font-family: 'Roboto-Bold';
    color: #0b74b2;
    letter-spacing: -1px;
    font-size: 43px;
    line-height: 100%;
}
#intro .carousel-caption p {
	font-family: 'Roboto-Light';
    color: #fff;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1px;
}
#intro .carousel-control-next-icon {
    background-image: url(../images/pages/arrow-right.png);
}
#intro .carousel-control-prev-icon {
    background-image: url(../images/pages/arrow-left.png);
}
#intro .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 15px;
    height: 60px;
}
#intro .carousel-indicators {
 	position: absolute;
    bottom: -8px;
    right: 237px;
    left: unset;
    z-index: 15;
    padding-left: 0px;
    margin-right: 3%;
    margin-left: 3%;
    justify-content: right;
}
#intro .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    text-indent: initial;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
#intro .carousel-indicators .active {
    background-color: #0b74b2;
}

/* Tabs */
.tabs-primary {
	background-color: #fb6107 !important;
    padding: 0px 20px !important;
    margin-bottom: 30px !important;
    color: #fff !important;
    border-radius: 15px !important;
}
.fade:not(.show) {
    display: none;
}
.classic-tabs .nav {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.classic-tabs .nav li a {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 15px !important;
}
.classic-tabs .nav li a i {
	margin-right: 5px;
}
.tab-content {
    padding: 30px 0px;
}
.classic-tabs .nav li a.active {
    border-bottom: 3px solid #000 !important;
}

/* Pages */
main {
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
}
.top-section {
	padding-top: 50px;
	background-color: #2b2f35;
	position: relative;
}
.top-section .container {
	padding-right: 0px;
	position: relative;
}
.bottom-section {
	min-height: 700px;
    background: url(../images/pages/circle2.png) #eae9e9;
    background-position: calc(100% + -249px) calc(100% + 150px);
    background-repeat: no-repeat;
    background-size: 600px 600px;
}
.circle, .location {
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -174px;
    left: 50px;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.circle {
	background: url(../images/pages/circle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-animation: rotating 50s linear infinite;
	z-index: 1000;
}
.location {
	z-index: 1001;
}
.location img {
    width: 120px;
    height: 100px;
    margin: 0;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-50 {
    padding: 75px 150px 0px 150px;
    z-index: 1001;
}
#nav-tab .nav-link {
	font-family: 'Roboto-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
    min-width: 180px;
    background-color: #2b2f35;
    margin-right: 10px;
    text-align: center;
}
#nav-tab .nav-link.active {
	background-color: #0b74b2;
}
#accordion a {
	font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    color: #0b74b2;
}
#accordion div {
	max-width: 89%;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
    color: #0b74b2;
}
#accordion div p {
    color: #2b2f35;
}
#accordion .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem .75rem 0;
    margin-bottom: -1px;
    background-color: unset;
    border: none;
}
.fa i {
	margin-right: 10px;
}
.sa {
	padding-top: 0px !important;
	font-size: 14px !important;
}
.band {
    width: calc((100vw - 800px) / 2);
    background: rgb(11,116,178,0.4);
    position: absolute;
    right: 0px;
    top: 50px;
    bottom: 0px;
    right: 0px;
}
.slick-slide big  {
    font-size: 18px !important;
}



/* Galery */
.galery .grid-item {
	height: 220px;
	margin-bottom: 50px;
}
.galery .filters-button-group {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: relative;
	margin-bottom: 20px;
}

/* Article Boxes */
.article-boxes {
	margin-bottom: 50px;
	overflow: hidden;
}
.article-boxes .view {
	height: auto;
}
.article-boxes .main-title {
	padding: 25px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.article-boxes .main-title h1 {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.article-boxes .main-title .breadcrumbs {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 12px;
	color: #7a7a7a;
	display: inline-block;
	margin-top: 7px;
	float: right;
}
.article-boxes .main-title .breadcrumbs a {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 12px;
	color: #7a7a7a;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 5px;
}
.article-boxes .category-title {
    background-color: #0b74b2;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
}
.article-boxes .category-title h2 {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    display: inline-block;
}
.article-boxes .category-title a {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 12px;
    font-weight: 600;
	color: #fff;
    margin: 0px;
	padding-top: 4px;
	display: inline-block;
	float: right;
}
.article-boxes div[class*='col-md-4'] {
	margin-bottom: 30px;
}
.row-eq-height div[class*='col-md-4'] {
	margin-bottom: 30px;
}
.article {
	height: 100%;
    border: 1px solid #929292;
    padding: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.article .contents {
	padding-left: 5%;
    padding-right: 5%;
	margin-top: 0px;
    margin-bottom: 0px;
}
.article .view {
    height: auto;
}
.article img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.article .title h2,
.article .title h3 {
	font-family: 'Roboto-Medium', sans-serif;
	font-size: 18px;
	font-weight: 100;
    line-height: 100%!important;
    text-transform: capitalize;
}
.article .contents {
	min-height: 0px;
}
.article .content {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #7a7a7a;
	margin-bottom: 15px;
	text-align: justify;
}
.article .info {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 12px;
	font-weight: 200;
	border-top: 1px solid #f8f8f8;
	color: #7a7a7a;
    padding: 5px 0px 5px 0px;
    margin-top: auto;
}
.article .info div {
	display: inline-block;
	margin-right: 10px;
}
.article .info i {
	margin-right: 5px;
	color: #d9d9d9;
}
.article .view {
    overflow: visible;
}

/* Article Details */
.article-details {
	margin-bottom: 50px;
	overflow: hidden;
}
.article-details .main-title {
	padding: 25px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.article-details .main-title .breadcrumbs {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 12px;
	color: #7a7a7a;
	display: inline-block;
	margin-top: 7px;
	float: right;
}
.article-details .main-title .breadcrumbs a {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 12px;
	color: #7a7a7a;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 5px;
}
.article-details .main-title h1 {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
} 
.article-details img {
	width: 100%;
	height: auto;
}   
.article-details .date {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.article-details .title h2 {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
	font-weight: 700;
    color: #000;
    text-transform: uppercase;
	margin: 0px;
    margin-bottom: 20px;
}
.article-details .content {
	margin-bottom: 50px;
	text-align: justify;
}
.related-articles {
	margin-top: 0px;
	padding-bottom: 30px;
}
.related-articles .title {
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-bottom: 15px;
}
.related-articles .slick-slider {
	margin-left: -15px;
}
.related-articles .slick-slide {
	min-height: 340px;
}
.article-details .categories {
    margin-bottom: 30px;
}
.article-details .categories .title {
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-bottom: 15px;
}
.article-details .categories ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.article-details .categories ul li {
    padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
}
.article-details .categories ul li a {
	font-family: 'Roboto-Regular', sans-serif;
    color: #7a7a7a;
    font-weight: 400;
	font-size: 14px;
}
.article-details .recent-posts {
    margin-bottom: 30px;
}
.article-details .recent-posts .posts > div {
    margin-bottom: 30px;
	cursor: pointer;
}
.article-details .recent-posts .posts > div img {
    margin-bottom: 10px;
}
.article-details .recent-posts .posts > div h3 {
    font-family: 'Roboto-Bold', sans-serif;
	font-size: 14px;
    color: #000;
	margin-bottom: 15px;
}
.article-details .recent-posts .posts > div p {
    font-family: 'Roboto-Regular', sans-serif;
	font-size: 14px;
    color: #000;
	text-align: justify;
}
.article-details .recent-posts .title {
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-bottom: 15px;
}
.article-details .recent-posts ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.article-details .recent-posts ul li {
    padding: 12px 0px;
}
.article-details .recent-posts ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-family: FontAwesome;
 	display: inline-block;
  	width: 20px;
	padding-right: 25px;
    display: inline-block;
    content: "\f044";
    font-size: 14px;
}
.article-details .recent-posts ul li a {
	font-family: 'Roboto-Regular', sans-serif;
    color: #7a7a7a;
    font-weight: 400;
	font-size: 14px;
}

/* Member Panel*/
.member-panel {
	margin-bottom: 50px;
}
.member-panel .img-member {
	width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
}
.member-panel .main-title {
	padding: 25px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.member-panel .main-title h1 {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}  
.member-panel .sub-title {
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: 15px;
}
.member-panel .sub-title h2 {
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px !important;
    display: inline-block;
    text-transform: uppercase;
}
.member-panel .agreement {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 15px;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}

/* Contents */
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents .main-title {
    padding: 15px;
    background-color: #000;
	margin-bottom: 20px;
}
.contents .main-title h1 {
	font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
	color: #fff22d;
	margin: 0px;
	display: inline-block;
	text-transform: uppercase;
}

/* Galery */
.galery .filters-button-group li {
    background-color: #0b74b2;
    float: left;
    display: inline;
    margin: 5px 5px 20px 5px;
	padding: 5px 20px;
}
.galery .filters-button-group li a {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.galery .photo {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	cursor: pointer;
	position: relative;
}
.galery .photo img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.galery .photo .title {
	width: 100%;
	background: rgb(11,116,178,0.5);
	bottom: 0px;
	padding: 10px;
	position: absolute;
}
.galery .photo .title h2 {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
	color: #fff;
}
.galery .view {
    overflow: visible;
}

/* Counter */
#counter {
    background-color: #0b6aaa;
}
#counter .p-50 {
    padding: 75px 150px 75px 150px;
    z-index: unset;
}
#counter .col-md-4 {
    border-right: 1px solid #fff;
}
#counter .col-md-4:last-child {
    border-right: none;
}
#counter .count {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 28px;
	color: #fff;
}
#counter .text {
    padding: 0px 80px;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}


/* Page Contents */
.page-contents {
	margin-bottom: 50px;
} 
.page-contents .main-title {
	padding: 25px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.page-contents .main-title h1 {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
} 
 
/* Contact */
.contact {
    margin-bottom: 50px;
}
.contact .main-title {
	padding: 50px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.contact .main-title h1 {
	font-family: 'Roboto-Light', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}  
.contact .card-header {
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
	background-color: #0b74b2;
	color: #fff;
	margin-bottom: 10px;
}
.contact .card-header h5 {
	font-family: 'Roboto-Light', sans-serif;
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.contact .card-header h5 i {
	margin-top: 4px;
	float: right;
}
.contact .card-body {
    font-size: 18px !important;
	padding: 0px 0px 15px 0px;
}
.contact .card-body img {
    width: 100%;
	margin-bottom: 10px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contact .card-body i {
	margin-right: 5px;
	color: #7f705b;
}
.contact .card-body a {
	text-decoration: none;
	color: #7f705b;
}
#send-message {
	margin-bottom: 50px;
}
#send-message input, #send-message textarea {
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}
#map {
	width: 100%;
	height: 400px;
	border: none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Chat */
.chat {
	margin-top: 0px;
}
#chat-conversations::-webkit-scrollbar {
  	width: 5px;
}
#chat-conversations::-webkit-scrollbar-track {
  	width: 5px;
  	background: #f5f5f5;
}
#chat-conversations::-webkit-scrollbar-thumb {
  	width: 1em;
  	background-color: #000;
  	outline: 1px solid slategrey;
  	border-radius: 1rem;
}
#chat-conversations .text-small {
  	font-size: 12px;
}
#chat-conversations {
  	height: 412px;
	padding: 10px;
  	overflow-y: scroll;
}
.chat .media {
	background-color: #f8f8f8 !important;
    color: #fff !important;
    border-radius: 15px !important;
    padding: 10px;
}
.chat .media p {
	margin-bottom: 0px;
	color: #6c757d!important;
}
.chat .media p.small {
	border-top: 1px solid #ececec;
    margin-top: 10px;
    padding-top: 3px;
	text-align: right;
}
.chat input::placeholder {
  	font-size: 14px;
  	color: #f8f8f8;
}
.chat .input-group .form-control {
	background-color: #94c4d7 !important;
    color: #fff !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.chat .btn {
	background-color: #000!important;
	color: #fff !important;
  	padding: 6px 15px !important;
  	margin: 0px !important;
	text-decoration: none !important;
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.chat .attention {
	font-size: 14px;
	color: #424243;
	margin-top: 20px;
}
.chat .attention a {
    color: #e51723;
    text-decoration: none;
}
#chat-send {
    margin-top: 20px;
}

/* Footer */ 
footer .logo {
	max-width: 200px;
    margin: 20px auto;
    display: block;
}
.page-footer {
	width: 100%;
  	background-color: #2b2f35; 
	color: #fff !important;
	margin-top: 0px;
	padding: 0px 0px 50px 0px;
}
.footer-menu {
	background-color: #2b2f35;
	text-align: center;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
.footer-menu ul li {
	padding: 10px 5px 10px 0px;
	text-align: center;
	display: inline-block;
}
.footer-menu ul li:after {
    content: " | ";
	padding: 0 5px;
}
.footer-menu ul li:last-child:after {
    content: "";
}
.footer-menu ul li a {
	font-size: 16px;
	color: #fff !important;
}  
.footer-copyright {
	font-size: 13px;
    background-color: #2b2f35 !important;
    color: #ccc !important;
}
.footer-copyright a {
    color: #ccc !important;
}


/* Responsive */
@media (max-width:1370px) and (min-width:1023px) {
    .band {
        
    }
    
}
@media (max-width:1023px) and (min-width:767px) {
	/* Navbar */
	.navbar-brand img {
		max-width: 220px;
	}
	
	/* Intro */
	#intro .view {
		min-height: 45vh;
	}
	
	/* Article Boxes */
	.article-boxes {
		margin-top: 35px;
	}
	.article-boxes .md-pills li {
		width: 100%;
    	padding: 0px 0px 15px 0px;
	}
	.article-boxes .nav-justified .nav-item {
    	flex-basis: unset;
	}
	.article h2 {
		font-size: 18px;
	}
	.article .content {
		font-size: 14px;
	}
	
	/* Article Details */
	.breadcrumbs {
		display:none !important;
	}
	
	/* Comments */
	.comments .comment .image {
    	margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	/* General */
	body {
    	font-size: 14px;
	}
	main {
		padding-top: 0px;
		padding-bottom: 50px
	}
	.mobile { display: block !important; }
	.web { display: none !important; }
	.ge-content h1 {
        font-size: 32px;
        line-height: 100%;
    }
    .ge-content big {
        font-size: 22px;
    }
	#s1 {
        margin-top: unset;
        margin-left: unset;
    }
    #galery img:first-child {
        float: unset;
    }
    #galery img:last-child {
        float: unset;
        margin-top: unset;
        z-index: unset;
        position: unset;
    }
    .slick-news .slick-dots {
        text-align: right !important;
        top: -15px;
        right: 8px;
        left: unset;
    }
	
	/* Editor */
	
	/* Scroll Top */
	.to-top {
		display:none !important;
	}
	
	/* Navbar */
	.navbar {
		background-color: transparent
    	padding: 0px;
	}
	.navbar.navbar-light .navbar-toggler-icon {
    	cursor: pointer;
	}
	.navbar-brand img {
    	max-width: 143px;
    	margin-left: 0px;
	}
	.navbar-expand-lg .navbar-collapse {
    	margin-top: 15px;
	}
	.navbar .member {
		border: none !important;
		border-radius: 0px;
		margin-top: 0px;
		padding: 10px 15px !important;
	}
	.navbar.navbar-light .main-menu > li > a {
		color: #000 !important;
	}
	.main-menu {
		padding-top: 15px !important;
		border-top: 1px solid #e8e8e8 !important;
	}
	.main-menu > li a:after {
		content: "";
	}
	.main-menu .dropdown {
		padding-bottom: 7px !important;
	}
	.main-menu .dropdown-toggle::after {
    	content: "";
	}
	.navbar .dropdown-menu {
		position: relative!important;
		margin-top: 7px;
	}
	.main-menu .dropdown-menu {
		margin-left: 10px;
	}
	.top-nav-collapse .navbar-brand img {
		max-width: 143px;
	}
	.navbar-collapse .navbar-nav {
    	margin-left: 0px;
	}
	.fixed-top {
		padding: 15px !important;
	}
	ul.social-links {
		margin: 15px;
		display: inline-block;
		float: right;
	}
	ul.social-links.mobile {
        list-style-type: none;
        margin: 0px 10px 10px 0px;
        padding: 0px 0px 0px 0px;
    }
	
	/* Carousel */
	#intro {
        margin-top: 0px;
    }
	#intro  .view {
    	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
	#intro .view video {
    	max-width: unset !important;
		min-height: 400px;
		object-fit: cover;
	}
	#intro .view img {
		max-width: unset !important;
        min-height: 400px;
        object-fit: unset;
        margin-right: unset;
	}
	#intro .carousel-caption {
		width: 100% !important;
		height: unset !important;
    	top: auto;
		bottom: 0px;
		left: 0px;
        right: 0px;
		text-align: center !important;
		background: rgb(0,0,0,0.7);
	}
	#intro .carousel-caption > .container {
		max-width: 100% !important;
		padding: 15px 0px;
	}
	#intro .carousel-caption h1 {
        font-size: 26px;
        line-height: 100%;
    }
	#intro .carousel-caption p {
    	font-size: 20px;
        line-height: 100%;
	}
	#intro .carousel-caption p.constant {
    	font-size: 12px;
	}
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	#intro .carousel-indicators {
        right: unset;
    }
	#intro .carousel-indicators li {
        width: 15px;
        height: 15px;
    }

	/* Tabs */
	.tab-content {
    	padding: 1rem 1rem 1rem;
	}
	
	/* Pages */
	.top-section {
        min-height: 700px;
    }
	.top-section .container {
        padding-right: 15px;
    }
	.p-50 {
		padding: 15px;
	}
	.circle, .location {
        width: 380px;
        height: 380px;
        position: absolute;
        bottom: -180px;
        left: -100px;
    }
	.location img {
        width: 120px;
        height: 100px;
        margin: 0;
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .nav {
        display: inline;
    }
    #accordion a {
        font-size: 18px;
    }
	
	
	/* Article Boxes */
	.article-boxes {
		margin-top: 35px;
	}
	.article-boxes .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	.article-boxes .md-pills li {
		width: 100%;
    	padding: 0px 0px 15px 0px;
	}
	.article-boxes .nav-justified .nav-item {
    	flex-basis: unset;
	}
	.article-boxes .category-title {
    	padding: 8px;
		border-radius: 0px;
	}
	.article-boxes .category-title h2 {
    	font-size: 14px;
	}
	.article-boxes .category-title a {
    	font-size: 12px;
    	padding-top: 2px;
	}
	
	/* Article Details */
	.article-details .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	.breadcrumbs {
		display:none !important;
	}
	
	/* Counters */
    #counter .col-md-4 {
        border-right: none;
        margin-bottom: 50px;
    }
    #counter .col-md-4:last-child {
        margin-bottom: 0px;
    }
    #counter .p-50 {
        padding: 75px 0px 75px 0px;
    }
	
	/* Page-Contents */
	.page-contents .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	
	/* Contact */
	.contact .main-title {
    	padding: 15px 10px;
		margin-bottom: 30px;
	}
	.contact .title h2 {
    	font-size: 16px;
	}
	
	/* Member Panel */
	.member-panel .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	
	/* Comments */
	.comments .comment .image {
    	margin-bottom: 15px;
	}
	
	/* Footer */ 
	footer .logo {
		max-width: 200px;
	}
	.footer-menu ul li {
		padding: 5px 5px 5px 0px;
		text-align: center;
		display: inline-block;
	}
	.footer-menu ul li a {
		font-size: 14px;
	}
}