/**************************************
    Basic Styles
***************************************/
/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
}

a {
  color: #9c1c1f;
  text-decoration: none;
}


a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #9c1c1f;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
body::-webkit-input-placeholder {
  color: #777777;
}
body:-moz-placeholder {
  color: #777777;
}
body::-moz-placeholder {
  color: #777777;
}
body:-ms-input-placeholder {
  color: #777777;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  color: #2b2b2b;
}

h1,
.h1 {

}

h2,
.h2 {

}

h3,
.h3 {

}

h4,
.h4 {

}

h5,
.h5 {

}

h6,
.h6 {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 44px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /* font-weight: 700;*/
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 500;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}



input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #f0f0f0;
  color: #777777;
}
input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
}
input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777777;
}
input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777;
}
input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #9c1c1f;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

input,
select {
  padding: 0 15px;
}

.ul-style-1 {
  padding-left: 0;
}
.ul-style-1 li {
  list-style: none;
  padding-left: 40px;
  position: relative;
}
.ul-style-1 li::before {
  content: "\f267";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  color: #9c1c1f;
  position: absolute;
  left: 3px;
  top: 0;
}

.ul-style-2 {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.ul-style-2 li {
  list-style: none;
  padding-left: 40px;
  position: relative;
  color: #9c1c1f;
  margin-bottom: 15px;
}
.ul-style-2 li:last-child {
  margin-bottom: 0;
}
.ul-style-2 li::before {
  content: "\f267";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  color: #9c1c1f;
  position: absolute;
  left: 3px;
  top: 0;
}

/**
 * Animations
 */
@-webkit-keyframes crZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes crZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes crZoomInOutInvisible {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes crZoomInOutInvisible {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes crSlideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes crSlideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes crBounceIn {
  20%,
    40%,
    60%,
    80%,
    from,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes crBounceIn {
  20%,
    40%,
    60%,
    80%,
    from,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes crSlideInRight {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes crSlideInRight {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes carInOutAnimation {
  0% {
    transform: translateX(200%);
  }
  18% {
    transform: translateX(-5%);
  }
  20% {
    transform: translateX(5%);
  }
  22% {
    transform: translateX(0);
  }
  78% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-5%);
  }
  82% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes carInOutAnimation {
  0% {
    transform: translateX(200%);
  }
  18% {
    transform: translateX(-5%);
  }
  20% {
    transform: translateX(5%);
  }
  22% {
    transform: translateX(0);
  }
  78% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-5%);
  }
  82% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes crCycling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Utilities
 */
 
@import url('https://fonts.googleapis.com/css?family=Scada&display=swap&subset=latin-ext');
body{
  

    font-family: 'Scada', sans-serif;


}
    


 
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
}

/* Define Colors */
.color-theme {
  color: #9c1c1f;
}

.color-secondary {
  color: #9c1c1f;
}

.color-light {
  color: #999999;
}

.color-dark {
  color: #333333;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/* Background Color */
.bg-theme {
  background: #9c1c1f !important;
}

.bg-secondary {
  background: #9c1c1f !important;
}

.bg-light {
  background: #f8f9fa !important;
}

.bg-grey {
  background: #f5f5f5 !important;
}

.bg-dark {
  background: #2a2a2a !important;
}

.bg-dark-light {
  background: #323232 !important;
}

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

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

.bg-shape {
  background-image: url(../images/bg/bg-shape.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-shape {
    background-position: left;
  }
}

.bg-shape-2 {
  background-image: url(../images/bg/bg-shape-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

/* Youtube Video Background */
.background-video-holder {
  position: relative;
}

.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

.youtube-bg {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Background Image */
.bg-image-1 {
  background-image: url(../images/bg/background-image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-2 {
  background-image: url(../images/bg/background-image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-3 {
  background-image: url(../images/bg/background-image-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-4 {
  background-image: url(../images/bg/background-image-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-5 {
  background-image: url(../images/bg/background-image-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-6 {
  background-image: url(../images/bg/background-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-7 {
  background-image: url(../images/bg/background-image-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-8 {
  background-image: url(../images/bg/background-image-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-9 {
  background-image: url(../images/bg/background-image-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-10 {
  background-image: url(../images/bg/background-image-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-11 {
  background-image: url(../images/bg/background-image-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-12 {
  background-image: url(../images/bg/background-image-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-13 {
  background-image: url(../images/bg/background-image-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-14 {
  background-image: url(../images/bg/background-image-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-15 {
  background-image: url(../images/bg/background-image-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-16 {
  background-image: url(../images/bg/background-image-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-17 {
  background-image: url(../images/bg/background-image-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-18 {
  background-image: url(../images/bg/background-image-18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-19 {
  background-image: url(../images/bg/background-image-19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-20 {
  background-image: url(../images/bg/background-image-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}


/* Font specialized */
.body-font {
  font-size: 12px;
}

.heading-font {
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-25 {
  width: 25%;
}

.w-10 {
  width: 10%;
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-10 {
  height: 10%;
}

/* Section padding */
.section-padding-xlg {
  padding: 150px 0;
}

.section-padding-lg {
  padding: 120px 0;
}

.section-padding-md {
  padding: 100px 0;
}

.section-padding-sm {
  padding: 80px 0;
}

.section-padding-xs {
  padding: 50px 0;
}

.section-padding-top-xlg {
  padding-top: 150px;
}

.section-padding-top-lg {
  padding-top: 120px;
}

.section-padding-top-md {
  padding-top: 100px;
}

.section-padding-top-sm {
  padding-top: 80px;
}

.section-padding-top-xs {
  padding-top: 50px;
}

.section-padding-bottom-xlg {
  padding-bottom: 150px;
}

.section-padding-bottom-lg {
  padding-bottom: 120px;
}

.section-padding-bottom-md {
  padding-bottom: 100px;
}

.section-padding-bottom-sm {
  padding-bottom: 80px;
}

.section-padding-bottom-xs {
  padding-bottom: 50px;
}

.section-padding-pt-90 {
  padding-top: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-xlg {
    padding: 120px 0;
  }

  .section-padding-lg {
    padding: 100px 0;
  }

  .section-padding-pt-90 {
    padding-top: 70px;
  }

  .section-padding-md {
    padding: 80px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .section-padding-top-xlg {
    padding-top: 120px;
  }

  .section-padding-top-lg {
    padding-top: 100px;
  }

  .section-padding-top-md {
    padding-top: 80px;
  }

  .section-padding-top-sm {
    padding-top: 60px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 120px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 100px;
  }

  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-xlg {
    padding: 110px 0;
  }

  .section-padding-lg {
    padding: 90px 0;
  }

  .section-padding-pt-90 {
    padding-top: 60px;
  }

  .section-padding-md {
    padding: 80px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .section-padding-top-xlg {
    padding-top: 110px;
  }

  .section-padding-top-lg {
    padding-top: 90px;
  }

  .section-padding-top-md {
    padding-top: 80px;
  }

  .section-padding-top-sm {
    padding-top: 60px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 110px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 90px;
  }

  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-xlg {
    padding: 75px 0;
  }

  .section-padding-pt-90 {
    padding-top: 35px;
  }

  .section-padding-lg {
    padding: 65px 0;
  }

  .section-padding-md {
    padding: 60px 0;
  }

  .section-padding-sm {
    padding: 55px 0;
  }

  .section-padding-top-xlg {
    padding-top: 75px;
  }

  .section-padding-top-lg {
    padding-top: 65px;
  }

  .section-padding-top-md {
    padding-top: 60px;
  }

  .section-padding-top-sm {
    padding-top: 55px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 75px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 65px;
  }

  .section-padding-bottom-md {
    padding-bottom: 60px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 55px;
  }
}
/* Border */
.cr-border {
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px;
}

.cr-border-top {
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.cr-border-right {
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.cr-border-bottom {
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.cr-border-left {
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 0 0 0 1px;
}

/* Overlay styles */
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: #9c1c1f;
}

[data-secondary-overlay]:before {
  background-color: #031b38;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

.slick-slide:active, .slick-slide:focus {
  outline: none;
}
.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
  outline: none;
}

.bg-theme,
.bg-dark,
.bg-dark-light,
.bg-secondary {
  color: #ffffff;
}
.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6,
.bg-theme p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark-light h1,
.bg-dark-light h2,
.bg-dark-light h3,
.bg-dark-light h4,
.bg-dark-light h5,
.bg-dark-light h6,
.bg-dark-light p,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p {
  color: #ffffff;
}

#scrollUp {
right: 30px;
bottom: 45px;
height: 45px;
width: 45px;
line-height: 41px;
text-align: center;
background: #991d20;
color: #ffffff;
font-size: 22px;
border-radius: 100%;
animation: crSlideInRight 0.8s ease-in-out 1 both;
z-index: 1000 !important;
}

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

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

.mt-50 {
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 30px;
}

.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.bk-parallax {
  position: relative;
  z-index: 0;
}

.bk-parallax > .bk-parallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .container.custom-container {
    max-width: 1310px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 400px;
  }
}
/**************************************
	Elements Styles
***************************************/
/**
 * Button
 */
.in-button,
.in-button:link,
.in-button:visited {
  outline: none;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #9c1c1f;
  background: transparent;
  padding: 16px 40px 14px 40px;
  border-radius: 1000px;
  color: #9c1c1f;
  border: 1px solid #9c1c1f;
}
.in-button:hover,
.in-button:link:hover,
.in-button:visited:hover {
  background: #9c1c1f;
  color: #ffffff;
}
.in-button.in-button-theme,
.in-button:link.in-button-theme,
.in-button:visited.in-button-theme {
  background: #9c1c1f;
  color: #ffffff;
}
.in-button.in-button-colorwhite,
.in-button:link.in-button-colorwhite,
.in-button:visited.in-button-colorwhite {
  color: #ffffff;
}
.in-button.in-button-white,
.in-button:link.in-button-white,
.in-button:visited.in-button-white {
  border-color: #ffffff;
  color: #ffffff;
}
.in-button.in-button-white:hover,
.in-button:link.in-button-white:hover,
.in-button:visited.in-button-white:hover {
  border-color: #9c1c1f;
}
.in-button.in-button-xs,
.in-button:link.in-button-xs,
.in-button:visited.in-button-xs {
  font-size: 14px;
  padding: 8px 35px 8px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-button,
  .in-button:link,
  .in-button:visited {
    padding: 11px 30px 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .in-button,
  .in-button:link,
  .in-button:visited {
    padding: 11px 30px 10px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .in-button,
  .in-button:link,
  .in-button:visited {
    padding: 9px 25px 8px 25px;
    font-size: 15px;
  }
}

/* Video Button */
.in-videobutton,
.in-videobutton:link,
.in-videobutton:visited {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.in-videobutton i,
.in-videobutton:link i,
.in-videobutton:visited i {
  color: #ffffff;
  position: relative;
  z-index: 2;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  background: #9c1c1f;
  display: inline-block;
  vertical-align: middle;
  padding: 17px 0;
  padding-left: 3px;
}
.in-videobutton::before, .in-videobutton::after,
.in-videobutton:link::before,
.in-videobutton:link::after,
.in-videobutton:visited::before,
.in-videobutton:visited::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  animation: crZoomInOutInvisible 1s ease-in-out infinite backwards;
}
.in-videobutton::after,
.in-videobutton:link::after,
.in-videobutton:visited::after {
  animation-delay: 0.3s;
}
.in-videobutton:hover i,
.in-videobutton:link:hover i,
.in-videobutton:visited:hover i {
  color: #ffffff;
  background: #9c1c1f;
}
@media only screen and (max-width: 767px) {
  .in-videobutton,
  .in-videobutton:link,
  .in-videobutton:visited {
    width: 55px;
    height: 55px;
    font-size: 28px;
  }
  .in-videobutton i,
  .in-videobutton:link i,
  .in-videobutton:visited i {
    height: 55px;
    width: 55px;
    padding: 14px 0;
  }
}

/**
 * Section Title
 */
.section-title {
  margin-bottom: 30px;
}
.section-title::after {
  content: url("../images/icons/title-bottom-shape.png");
}
.section-title h6 {
  color: #777777;
  margin-bottom: 5px;
  margin-top: -5px;
}
.section-title h2 {
  font-weight: 700;
  color: #2b2b2b;
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 15px;
  }
}

/**
 * Breadcrumb
 */
.in-breadcrumb {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-breadcrumb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .in-breadcrumb {
    padding: 60px 0;
  }
}
.in-breadcrumb ul {
  padding-left: 0;
  margin-bottom: 0;
  padding: 5px 0;
}
.in-breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}
.in-breadcrumb ul li:after {
  content: "/";
  padding: 0 15px;
  line-break: 1;
}
.in-breadcrumb ul li:last-child::after {
  display: none;
}
.in-breadcrumb ul li a {
  display: inline-block;
  color: #ffffff;
}
.in-breadcrumb ul li a:hover {
  color: #9c1c1f;
}
.in-breadcrumb h6 {
  text-align: right;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 20px;
  padding: 5px 0;
  font-weight: 400;
}
.in-breadcrumb h6::before {
  content: "\f301";
  padding-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .in-breadcrumb .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .in-breadcrumb ul li {
    font-size: 18px;
  }
  .in-breadcrumb h6 {
    text-align: left;
    font-size: 18px;
  }
}

/**
 * Selectbox
 */
.nice-select {
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: 1px solid #f0f0f0;
}
.nice-select::after {
  border-bottom: none;
  border-right: none;
  content: '\f2f9';
  display: block;
  height: 5px;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  font-size: 22px;
  text-align: center;
}
.nice-select.open::after {
  transform: rotate(180deg);
}
.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #9c1c1f;
}
.nice-select .current {
  height: 45px;
  padding: 0;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 1px;
}
.nice-select .list li {
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  min-height: 30px;
  outline: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

/**
 * Roundbox
 */
.roundbox {
  position: relative;
  height: 320px;
  width: 320px;
}
.roundbox:before {
  content: "";
  background: url(../images/icons/roundbox-bg.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform-origin: center center;
  animation: crCycling 5s linear 0s infinite both;
}
.roundbox-block {
  text-align: center;
  display: inline-block;
  position: absolute;
}
.roundbox-block:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -32%);
}
.roundbox-block:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translate(-45%, -40%);
}
.roundbox-block:nth-child(3) {
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(55%, -40%);
}
.roundbox-block:nth-child(4) {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.roundbox-block h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}
.roundbox-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #9c1c1f;
  border-radius: 100px;
  display: inline-block;
  color: #ffffff;
  font-size: 34px;
}
@media only screen and (max-width: 1400px) {
  .roundbox {
    height: 225px;
    width: 225px;
  }
  .roundbox-block h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .roundbox {
    height: 225px;
    width: 225px;
  }
  .roundbox-block h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .roundbox {
    height: auto;
    width: auto;
  }
  .roundbox-block {
    position: relative;
    transform: translate(0) !important;
    left: inherit !important;
    top: inherit !important;
    margin-top: 30px;
  }
  .roundbox-block:not(:last-child) {
    margin-right: 30px;
  }
  .roundbox-block h5 {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .roundbox {
    height: auto;
    width: auto;
  }
  .roundbox-block {
    position: relative;
    transform: translate(0) !important;
    left: inherit !important;
    top: inherit !important;
    margin-top: 20px;
    min-width: 120px;
  }
  .roundbox-block:not(:last-child) {
    margin-right: 30px;
  }
  .roundbox-block h5 {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .roundbox-block:not(:last-child) {
    margin-right: 15px;
  }
  .roundbox-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 26px;
  }
}

/**
 * Features
 */
.in-feature {
  padding: 15px 0;
  padding-left: 80px;
  position: relative;
}
.in-feature-icon {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 60px;
  display: inline-block;
  line-height: 1;
  color: #2b2b2b;
}
.in-feature h4 {
  font-size: 22px;
  padding-right: 30px;
}
.in-feature p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-feature {
    padding-left: 58px;
  }
  .in-feature-icon {
    font-size: 42px;
  }
  .in-feature h4 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-feature h4 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .in-feature h4 {
    font-size: 20px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .in-feature h4 {
    font-size: 20px;
    padding-right: 0;
  }
}

.features-wrapper-2 .in-feature {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-wrapper-2 {
    margin-top: -15px;
  }
  .features-wrapper-2 .in-feature {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-wrapper-2 {
    margin-top: -15px;
  }
  .features-wrapper-2 .in-feature {
    margin: 0;
  }
}

.feature-videobox {
  margin-left: 48px;
  padding-right: 70px;
  padding-bottom: 70px;
  position: relative;
}
.feature-videobox::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-color: transparent #dff4fb #dff4fb transparent;
  border-style: solid;
  border-width: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-videobox {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-videobox {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-videobox {
    margin-left: 0;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

/**
 * Service
 */
.in-service {
background: #e5e5e5;
padding: 30px 15px;
text-align: center;
position: relative;
overflow: hidden;
border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
margin-bottom: 25px;
min-height: 175px;
}
.in-service i{
    font-size: 56px;
    color: #000;
}
.in-service img {
padding: 20px;
}
.in-service h5 {
  font-size: 18px;
  font-weight: 700;
}
.in-service h5 a {
  color: #2b2b2b;
}
.in-service p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.in-service-transparenticon {
  position: absolute;
  left: auto;
  right: -10px;
  top: auto;
  bottom: -10px;
  font-size: 90px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
.in-service:hover {
  background: #ececec;
}
.in-service:hover .in-service-icon, .in-service:hover h5, .in-service:hover h5 a, .in-service:hover p, .in-service:hover i {
  color:#991e20;
}
.in-service:hover .in-service-transparenticon {
  opacity: 1;
}
.in-service:hover h5 a:hover {
  color:#991e20;
}

/* Service Style 2 */
.in-service-2-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.in-service-2-image a {
  display: block;
  position: relative;
}
.in-service-2-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}
.in-service-2-image img {
  width: 100%;
}
.in-service-2-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 50px;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
}
.in-service-2-content {
  padding-top: 30px;
}
.in-service-2-content h5 a {
  color: #2b2b2b;
}
.in-service-2-content h5 a:hover {
  color: #9c1c1f;
}
.in-service-2-content .in-button {
  margin-top: 15px;
}
.in-service-2:hover .in-service-2-image a::before {
  visibility: visible;
  opacity: 1;
}
.in-service-2:hover .in-service-2-icon {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

/* Service Details */
.service-details-img {
  position: relative;
}

blockquote {
padding: 20px 30px;
margin-bottom: 30px;
background: #eee;
color: #9c1c1f;
font-style: normal;
overflow: hidden;
font-weight: 600;
font-size: 16px;
position: relative;
}
blockquote .top-overlay::after {
  background: #0072bc;
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 10px;
  transform: rotate(8deg);
}
blockquote .top-overlay::before {
  background: #0072bc;
  position: absolute;
  content: "";
  left: -8px;
  bottom: 0;
  width: 10px;
  height: 30px;
  transform: rotate(-8deg);
}
blockquote .bottom-overlay::after {
  background: #0072bc;
  position: absolute;
  content: "";
  right: -8px;
  top: -7px;
  width: 30px;
  height: 10px;
  transform: rotate(8deg);
}
blockquote .bottom-overlay::before {
  background: #0072bc;
  position: absolute;
  content: "";
  right: -8px;
  top: 0;
  width: 10px;
  height: 30px;
  transform: rotate(-8deg);
}
blockquote p {
  margin-bottom: 0;
}

.in-service-3 .feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}
.in-service-3 p {
  margin-bottom: 0;
}

/**
 * Videobox
 */
.in-videobox {
  position: relative;
}
.in-videobox::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background: rgba(22, 57, 99, 0.75);
}
.in-videobox img {
  width: 100%;
}
.in-videobox .in-videobox-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.in-videobox.in-videobox-2::before {
  border-radius: 10px;
  left: 20px;
  top: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}

/**
 * Counterbox
 */
.counterbox {
  display: flex;
  align-items: center;
  padding: 50px;
}
.counterbox-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.counterbox-block {
  min-width: 190px;
  min-height: 190px;
  display: flex;
  padding: 30px;
  margin: 10px;
}
.counterbox-block h1,
.counterbox-block h2,
.counterbox-block h3,
.counterbox-block h4,
.counterbox-block h5,
.counterbox-block h6,
.counterbox-block p,
.counterbox-block a {
  color: #ffffff;
}
.counterbox-block a:hover {
  color: #9c1c1f;
}
.counterbox-block h2 {
  margin-bottom: 10px;
  line-height: 1;
}
.counterbox-block h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.counterbox-block:nth-child(1), .counterbox-block:nth-child(2) {
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.counterbox-block:nth-child(3), .counterbox-block:nth-child(4) {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.counterbox-block:nth-child(1), .counterbox-block:nth-child(3) {
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.counterbox-block:nth-child(2), .counterbox-block:nth-child(4) {
  justify-content: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counterbox {
    padding: 30px;
  }
  .counterbox-block {
    min-width: 180px;
    min-height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .counterbox {
    padding: 30px;
  }
  .counterbox-block {
    min-width: 180px;
    min-height: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .counterbox {
    padding: 15px;
  }
  .counterbox-block {
    min-width: 40%;
    margin: 3px;
    padding: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .counterbox-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .counterbox-block {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: auto;
    min-width: auto;
    margin: 0;
    margin-top: -1px;
    padding: 15px;
    border: none !important;
  }
}

/**
 * Insurence Box
 */
.insurencebox {
  padding: 75px 50px;
}
.insurencebox h4 {
  color: #9c1c1f;
  margin-bottom: 5px;
}
.insurencebox h2 {
  line-height: 1.2;
}
.insurencebox-form select, .insurencebox-form input, .insurencebox-form .nice-select {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.insurencebox-form button, .insurencebox-form input[type="submit"] {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .insurencebox {
    padding: 40px 30px;
  }
}

/**
 * Call To Action
 */
.in-cta h4 {
  color: #ffffff;
}
.in-cta h2 {
  color: #ffffff;
}
.in-cta p {
  color: #ffffff;
}
.in-cta .in-button {
  margin-top: 20px;
}

/**
 * Blog Item
 */
.blog-slider-active {
  margin-top: 30px;
}
.blog-slider-active .in-blog {
  margin: 5px 0;
}

.in-blog {
  overflow: hidden;
}
.in-blog-image a {
  display: block;
  overflow: hidden;
}
.in-blog-image a img {
  width: 100%;
}
.in-blog-image-list a {
  display: block;
  position: relative;
}
.in-blog-image-list a::before {
  background: rgba(11, 46, 123, 0.8);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.in-blog-image-list a::after {
  position: absolute;
  font-family: Material-Design-Iconic-Font;
  content: "\f18e";
  left: 50%;
  bottom: 30%;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  z-index: 1;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  transform: translateX(-50%) translateY(50%);
  opacity: 0;
  visibility: hidden;
}
.in-blog-image-list a:hover::before {
  opacity: 1;
  visibility: visible;
}
.in-blog-image-list a:hover::after {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
}
.in-blog-content {
  padding: 30px;
}
.in-blog-metatop {
  margin-bottom: 10px;
  font-size: 0;
}
.in-blog-metatop span {
  color: #9c1c1f;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .in-blog-metatop span {
    font-size: 13px;
  }
}
.in-blog-metatop span::after {
  content: "|";
  padding: 0 15px;
  color: #dddddd;
}
.in-blog-metatop span:last-child::after {
  display: none;
}
.in-blog-metatop span a {
  color: #9c1c1f;
}
.in-blog-metatop span a:hover {
  text-decoration: underline;
}
.in-blog-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-blog-title {
    font-size: 20px;
  }
}
.in-blog-title a {
  color: #2b2b2b;
}
.in-blog-title a:hover {
  color: #9c1c1f;
}
.in-blog-authorimage {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
}
.in-blog-authorimage::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #9c1c1f;
}
.in-blog-authorimage span {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100px;
  height: 37px;
  width: 37px;
  border: 1px solid #9c1c1f;
  overflow: hidden;
  vertical-align: middle;
}
.in-blog-authorimage span img {
  width: 100%;
}
.in-blog-metabottom {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in-blog-metabottom span {
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .in-blog-metabottom span {
    font-size: 13px;
  }
}
.in-blog-metabottom span i {
  color: #9c1c1f;
  padding-right: 2px;
  vertical-align: middle;
}
.in-blog-metabottom span a {
  color: #777777;
}
.in-blog-metabottom span a:hover {
  color: #9c1c1f;
}
.in-blog:hover .in-blog-image a img {
  transform: scale(1.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-blog-content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .in-blog-content {
    padding: 30px 20px;
  }
}

.blockquote-blog {
  padding: 20px 15px;
  border: 5px solid #ddd;
}
.blockquote-blog p {
  margin: 0;
}

.admin-aouthor {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .admin-aouthor {
    flex-direction: column;
  }
}
.admin-aouthor .admin-image {
  width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-aouthor .admin-image {
    width: 62%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-aouthor .admin-image {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .admin-aouthor .admin-image {
    width: 100%;
    text-align: center;
  }
  .admin-aouthor .admin-image img {
    width: 100%;
  }
}
.admin-aouthor .admin-info {
  padding: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-aouthor .admin-info {
    padding: 15px;
  }
}
.admin-aouthor .admin-info .name h5 {
  margin-bottom: 0;
}
.admin-aouthor .admin-info .name p {
  font-size: 14px;
}

.admin-author-details {
  border-top: 1px solid #9c1c1f;
  margin-top: 30px;
}

.author-socialicons {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.author-socialicons li {
  list-style: none;
  display: inline-block;
}
.author-socialicons li a {
  display: block;
  border-radius: 100px;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #777;
  background: transparent;
  color: #777;
  text-align: center;
  margin-right: 5px;
}
.author-socialicons li a:hover {
  border: 1px solid #9c1c1f;
  color: #9c1c1f;
}

.review_address_inner h4 {
  margin-bottom: 40px;
}

.pro_review {
  display: flex;
  margin-bottom: 50px;
}
.pro_review:nth-child(3n) {
  padding-left: 120px;
}
@media only screen and (max-width: 767px) {
  .pro_review:nth-child(3n) {
    padding-left: 30px;
  }
}
.pro_review p {
  margin-bottom: 0;
}

.review_thumb {
  margin-right: 20px;
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .review_thumb {
    min-width: 70px;
  }
}

.review_info h5 {
  margin-bottom: 5px;
}
.review_info h5 a {
  color: #333;
}
.review_info h5 a:hover {
  color: #9c1c1f;
}

.review_date {
  font-size: 14px;
}

.rating_send a {
  font-size: 12px;
  background: #ddd;
  display: block;
  float: right;
  font-size: 14px;
  margin-top: -30px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #000;
}
.rating_send a:hover {
  background: #9c1c1f;
  color: #fff;
}

.review_date {
  margin-top: 5px;
}

.review_details p {
  margin-top: 5px;
}

.comment-form-area p {
  margin-bottom: 30px;
}
.comment-form-area p input {
  font-size: 14px;
  padding: 20px 15px;
}
.comment-form-area p textarea {
  height: 270px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .comment-form-area p textarea {
    height: 180px;
  }
}

.comment-form-submit .comment-submit {
  border: 1px solid #9c1c1f;
  border: 1px solid #9c1c1f;
  background: none;
  color: #9c1c1f;
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .comment-form-submit .comment-submit {
    padding: 10px 25px;
  }
}
.comment-form-submit .comment-submit:hover {
  background: #9c1c1f;
  color: #fff;
}

/**
 * Widget Styles
 */
.widgets {
}

/* Single Widget */
.single-widget {
  margin-top: 20px;
}
.single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-widget ul li {
  list-style: none;
}

.single-widget ul li a{
	color: #fff;
}
.single-widget ul li a:hover{
	color: #e3c47c;
}
/* Widget title */
.widget-title {
color: #2b2b2b;
position: relative;
font-size: 16px;
font-weight: 700;
overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .widget-title {
    margin-bottom: 20px;
  }
}
.widget-title span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.widget-title span::after {
content: "";
position: absolute;
left: 100%;
top: 50%;
height: 1px;
width: 700%;
background: #9c1c1f;
}

/* Widget Info */
.widget-info p {
  margin-top: 18px;
  color: #777777;
  margin-bottom: 0;
}

/* Widget Links */
.widget-links ul li:not(:last-child) {
  margin-bottom: 7px;
}
.widget-links ul li a {
  color: #777777;
}
.widget-links ul li a:hover {
  color: #9c1c1f;
}

/* Widget Latestblog */
.widget-latestblog {
  position: relative;
}
.widget-latestblog ul li {
  position: relative;
  padding-left: 115px;
  min-height: 73px;
}
.widget-latestblog ul li:not(:last-child) {
  margin-bottom: 20px;
}
.widget-latestblog ul li .widget-latestblog-image {
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 100px;
}
.widget-latestblog ul li span {
  font-size: 14px;
  display: inline-block;
}
.widget-latestblog ul li h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.widget-latestblog ul li h5 a {
  color: #2b2b2b;
}
.widget-latestblog ul li h5 a:hover {
  color: #9c1c1f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-latestblog ul li {
    padding-left: 95px;
  }
  .widget-latestblog ul li .widget-latestblog-image {
    width: 80px;
  }
}

/* Widget Newsletter */
.widget-newsletter p {
  margin-bottom: 27px;
}
.widget-newsletter-form {
  display: flex;
  border-radius: 5px;
}
.widget-newsletter-form input:not([type="submit"]) {
  border-radius: 3px 0 0 3px;
}
.widget-newsletter-form input:not([type="submit"])::-webkit-input-placeholder {
  color: #777777;
}
.widget-newsletter-form input:not([type="submit"]):-moz-placeholder {
  color: #777777;
}
.widget-newsletter-form input:not([type="submit"])::-moz-placeholder {
  color: #777777;
}
.widget-newsletter-form input:not([type="submit"]):-ms-input-placeholder {
  color: #777777;
}
.widget-newsletter-form button,
.widget-newsletter-form input[type="submit"] {
  background: #9c1c1f;
  border-color: #9c1c1f;
  flex: 0 0 60px;
  text-align: center;
  line-height: 43px;
  height: 45px;
  border-radius: 0 3px 3px 0;
  padding: 0;
}

/* Widget Search */
.widget-search-form {
  display: flex;
  border-radius: 5px;
}
.widget-search-form input:not([type="submit"]) {
  color: #9c1c1f;
  border-radius: 3px 0 0 3px;
}
.widget-search-form input:not([type="submit"])::-webkit-input-placeholder {
  color: #9c1c1f;
}
.widget-search-form input:not([type="submit"]):-moz-placeholder {
  color: #9c1c1f;
}
.widget-search-form input:not([type="submit"])::-moz-placeholder {
  color: #9c1c1f;
}
.widget-search-form input:not([type="submit"]):-ms-input-placeholder {
  color: #9c1c1f;
}
.widget-search-form button,
.widget-search-form input[type="submit"] {
  background: #9c1c1f;
  border-color: #9c1c1f;
  flex: 0 0 50px;
  text-align: center;
  line-height: 43px;
  height: 45px;
  border-radius: 0 3px 3px 0;
  padding: 0;
  color: #ffffff;
  font-size: 20px;
}

/* Widget Categories */
.widget-categories ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget-categories ul li a {
  color: #777777;
  font-weight: 600;
  overflow: hidden;
  display: block;
}
.widget-categories ul li a span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.widget-categories ul li a span::after {
  content: "";
  border-top: 1px dashed #dddddd;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 300px;
}
.widget-categories ul li a:hover {
  color: #9c1c1f;
}
.widget-categories ul li a:hover span:after {
  border-color: #9c1c1f;
}

/* Service Widget Categories */
.service-widget-title {
  color: #2b2b2b;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}
.service-widget-title span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.service-widget-title span::after {
  content: "";
  border-top: 1px dashed #dddddd;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 110px;
}

.service-widget-categories {
  border: 1px solid #ddd;
}
.service-widget-categories .service-cat-list {
  padding-left: 0;
  margin-bottom: 0;
}
.service-widget-categories .service-cat-list li {
  list-style: none;
}
.service-widget-categories .service-cat-list li:not(:last-child) {
  margin-bottom: 8px;
}
.service-widget-categories .service-cat-list li a {
  color: #777777;
  font-weight: 600;
  overflow: hidden;
  display: block;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
}
.service-widget-categories .service-cat-list li a:hover {
  color: #9c1c1f;
}
.service-widget-categories .download-brochure-area {
  padding: 20px 30px;
}

/* Service Style 2 */
.in-service-side-image {
  position: relative;
  overflow: hidden;
}
.in-service-side-image a {
  display: block;
  position: relative;
}
.in-service-side-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.in-service-side-image img {
  width: 100%;
}
.in-service-side-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 50px;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
}
.in-service-side-content {
  padding-top: 30px;
}
.in-service-side-content h5 a {
  color: #2b2b2b;
}
.in-service-side-content h5 a:hover {
  color: #9c1c1f;
}
.in-service-side-content .in-button {
  margin-top: 15px;
}
.in-service-side:hover .in-service-side-image a::before {
  visibility: visible;
  opacity: 1;
}
.in-service-side:hover .in-service-side-icon {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.right-sidebar {
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .right-sidebar {
    padding-left: 0;
    margin-top: 30px;
  }
}

.left-sidebar {
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .left-sidebar {
    padding-right: 0;
    margin-top: 35px;
  }
}

.tag-list a {
  font-size: 14px;
  padding: 5px 20px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #777;
}
.tag-list a:hover {
  color: #9c1c1f;
}

/**
 * Working Progress
 */
.workprogress-image {
  margin-top: 30px;
}
.workprogress-box {
  position: relative;
  height: 360px;
  width: 360px;
  z-index: 1;
  margin: 0 auto;
  margin-top: 30px;
}
.workprogress-box:before {
  content: "";
  background: url(../images/icons/roundbox-bg-2.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.workprogress-block {
  position: absolute;
  width: 245px;
}
.workprogress-block:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.workprogress-block:nth-child(2) {
  left: 0;
  top: 75%;
  transform: translate(-45%, -40%);
}
.workprogress-block:nth-child(3) {
  left: auto;
  right: 0;
  top: 75%;
  transform: translate(55%, -40%);
}
.workprogress-block h5 {
  margin-bottom: 10px;
  margin-top: 15px;
}
.workprogress-block p {
  margin-bottom: 0;
}
.workprogress-icon {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 80px;
  background: #9c1c1f;
  border-radius: 100px;
  display: inline-block;
  color: #ffffff;
  font-size: 34px;
  margin-top: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workprogress-box {
    width: 250px;
  }
  .workprogress-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 28px;
  }
  .workprogress-block:nth-child(2) {
    top: 67%;
  }
  .workprogress-block:nth-child(3) {
    top: 67%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workprogress-image {
    text-align: center;
  }
  .workprogress-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .workprogress-box {
    width: 250px;
    margin-top: 80px;
  }
  .workprogress-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 28px;
  }
  .workprogress-block:nth-child(2) {
    top: 67%;
  }
  .workprogress-block:nth-child(3) {
    top: 67%;
  }
}
@media only screen and (max-width: 575px) {
  .workprogress-box {
    height: auto;
    margin-top: 50px;
  }
  .workprogress-box::before {
    display: none;
  }
  .workprogress-block {
    position: relative;
    width: auto;
    top: inherit !important;
    transform: inherit !important;
    left: inherit !important;
    margin-top: 30px;
  }
  .workprogress-icon {
    margin-top: 0;
  }
}

/**
 * Callback
 */
.callback-area {
  position: relative;
  z-index: 1;
  padding-bottom: 325px;
}
.callback-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0b2a50;
  opacity: 0.97;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .callback-area {
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .callback-area {
    padding-bottom: 287px;
  }
}
@media only screen and (max-width: 767px) {
  .callback-area {
    padding-bottom: 265px;
  }
}

.callback-content h4 {
  color: #9c1c1f;
}
.callback-content h2 {
  color: #ffffff;
}
.callback-content p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-right: 100px;
}
.callback-form input {
  border-color: #48586c;
  color: #dddddd;
  letter-spacing: 1px;
}
.callback-form input::-webkit-input-placeholder {
  color: #dddddd;
}
.callback-form input:-moz-placeholder {
  color: #dddddd;
}
.callback-form input::-moz-placeholder {
  color: #dddddd;
}
.callback-form input:-ms-input-placeholder {
  color: #dddddd;
}
@media only screen and (max-width: 767px) {
  .callback-content p {
    padding-right: 0;
  }
}

/**
 * Team Member
 */
.in-member {
  border-radius: 5px;
}
.in-member-image {
  position: relative;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.in-member-image img {
  width: 100%;
}
.in-member-image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 168, 243, 0.7);
  opacity: 0;
  visibility: hidden;
}
.in-member-content {
  position: relative;
  padding: 35px 15px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.in-member-content h5 {
  margin-bottom: 0px;
}
.in-member-content p {
  margin-bottom: 0;
}
.in-member-social {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.in-member-social li {
  display: inline-block;
  font-size: 16px;
  margin: 0 6px;
}
.in-member-social li a {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100px;
  color: #9c1c1f;
  background: #ffffff;
  text-align: center;
}
.in-member-social li a:hover {
  color: #ffffff;
  background: #9c1c1f;
}
.in-member:hover .in-member-image::after {
  visibility: visible;
  opacity: 1;
}

.team-member-slider {
  margin-top: -207px;
  position: relative;
  z-index: 1;
}
.team-member-slider .slick-list {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -10px;
}
.team-member-slider-item {
  padding: 10px 40px;
  padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .team-member-slider-item {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .team-member-slider-item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-member-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .team-member-slider-item {
    padding: 10px 15px;
  }
}

/**
 * Slider Elements
 */
.in-sliderarrow {
  position: relative;
}
.in-sliderarrow-arrow {
  position: absolute;
  top: 50%;
  height: 50px;
  line-height: 48px;
  width: 50px;
  border-radius: 100px;
  font-size: 32px;
  background: #9c1c1f;
  border: 1px solid #9c1c1f;
  color: #fff;
  z-index: 3;
  opacity: 0;
  visibility: visible;
}
.in-sliderarrow-prev {
  left: 30px;
  right: auto;
}
.in-sliderarrow-next {
  right: 30px;
  left: auto;
}
.in-sliderarrow:hover .in-sliderarrow-arrow {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-sliderarrow-arrow {
    top: auto;
    bottom: 15px;
    visibility: visible;
    opacity: 1;
  }
  .in-sliderarrow-prev {
    left: auto;
    right: calc(50% + 10px);
  }
  .in-sliderarrow-next {
    right: auto;
    left: calc(50% + 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-sliderarrow-arrow {
    top: auto;
    bottom: 15px;
    height: 35px;
    line-height: 33px;
    width: 35px;
    font-size: 22px;
    visibility: visible;
    opacity: 1;
  }
  .in-sliderarrow-prev {
    left: auto;
    right: calc(50% + 10px);
  }
  .in-sliderarrow-next {
    right: auto;
    left: calc(50% + 10px);
  }
}
@media only screen and (max-width: 767px) {
  .in-sliderarrow-arrow {
    top: auto;
    bottom: 15px;
    height: 35px;
    line-height: 33px;
    width: 35px;
    font-size: 22px;
    visibility: visible;
    opacity: 1;
  }
  .in-sliderarrow-prev {
    left: auto;
    right: calc(50% + 10px);
  }
  .in-sliderarrow-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

.in-slidearrow-2 {
  padding-bottom: 75px;
}
.in-slidearrow-2 .in-sliderarrow-arrow {
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 60px;
  opacity: 1;
  border-radius: 10px;
  color: #9c1c1f;
  padding: 0;
  font-size: 22px;
  border: none;
  top: auto;
  bottom: 0;
  background: #ffffff;
  z-index: 3;
}
.in-slidearrow-2 .in-sliderarrow-arrow:hover {
  background: #9c1c1f;
  color: #ffffff;
}
.in-slidearrow-2 .in-sliderarrow-prev {
  right: calc(50% + 7px);
  left: auto;
}
.in-slidearrow-2 .in-sliderarrow-next {
  left: calc(50% + 7px);
  right: auto;
}

/**************************************
	Blocks Styles
***************************************/
/**
 * Header
 */
.header-toparea {
	background-color: #9c1c1f;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	line-height: 40px;
	overflow: hidden;
}
.header-topcontact, .header-toplinks {
	margin-bottom: 0;
	padding: inherit;
}
.header-topcontact li, .header-toplinks li {
line-height: 1;
    list-style: none;
    display: inline-block;
    color: #ffffff;
    border-right: 1px solid #fff;
    padding: 0 5px;
    font-weight: bold;
}
.header-topcontact li:first-child, .header-toplinks li:first-child {
  padding-left: 0;
}
.header-topcontact li:last-child, .header-toplinks li:last-child {
  border-right: none;
  padding-right: 0;
}
.header-topcontact li a, .header-toplinks li a {
color: #ffffff;
    font-size: 13px;
}
.header-topcontact li a:hover, .header-toplinks li a:hover {
  color: #f0d48d;
}
.header-toplinks {
  text-align: right;
}
.header-topcontact li i {
  margin-right: 7px;
}
.header-bottomarea {
  background: #9c1c1f;
}
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
	position: relative;
}
.header .header-right-wrap {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header .header-right-wrap {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .header .header-right-wrap {
    margin-right: 0px;
  }
}
.header-logo {display: inline-block;padding: 0px 0;z-index: 1;position: relative;width: 180px;}
.header-logo:before {
background-color: #fff;
content: "";
height: 78px;
width: 945px;
position: absolute;
top: 0px;
left: -775px;
border-radius: 15px;
z-index: -1;
}
.header-logo img {
max-height: 80px;
 display: inline-block;
}
.header-search {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.header-searchtrigger {
  border: none;
  font-size: 24px;
  align-self: stretch;
  display: flex;
  align-items: center;
  color: #2b2b2b;
  min-width: 34px;
}
.header-searchtrigger:hover, .header-searchtrigger.is-active {
  color: #9c1c1f;
}
.header-searchbox {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  height: auto;
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.header-searchbox input {
  border: 1px solid #bbbbbb;
  border-right-color: #9c1c1f;
}
.header-searchbox input:focus {
  border-color: #9c1c1f;
}
.header-searchbox button,
.header-searchbox [type="submit"] {
  background: #9c1c1f;
  border: 1px solid #9c1c1f;
  color: #ffffff;
  flex: 0 0 45px;
  max-width: 45px;
  font-size: 22px;
}
.header-searchbox button:hover,
.header-searchbox [type="submit"]:hover {
  background: #9c1c1f;
}
.header-searchbox.is-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-topcontact, .header-toplinks {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-topcontact, .header-toplinks {
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header-topcontact, .header-toplinks {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header-topcontact li, .header-toplinks li {
    border-right: none;
    line-height: 1.5;
  }
  .header-topcontact li:first-child, .header-toplinks li:first-child {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header-topcontact li:first-child, .header-toplinks li:first-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header-topcontact li:last-child, .header-toplinks li:last-child {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-searchbox {
    width: 290px;
  }
}
.header .buy-now-button {
  background: #9c1c1f;
  padding: 10px 18px;
  border-radius: 25px;
  color: #fff;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 600;
}
.header .buy-now-button:hover {
  background: #03A8F3;
}
@media only screen and (max-width: 575px) {
  .header .buy-now-button {
    display: none;
  }
}

/**
 * Navigation
 */
.in-navigation {
  text-align: right;
  flex-grow: 1;
  /*! padding: 0 20px; */
}
.in-navigation > ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.in-navigation > ul > li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.in-navigation > ul > li > a {
    color: #fff;
    display: block;
    padding: 0px 10px;
    font-size: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-navigation > ul > li > a {
    padding: 40px 10px;
  }
}
.in-navigation > ul > li:hover > a {
  color: #f0d48d;
}
.in-navigation .in-dropdown {
  position: relative;
}
.in-navigation .in-dropdown > a::after {
font-family: "FontAwesome";
content: "\f078";
padding-left: 5px;
font-weight: 400;
font-size: 9px;
line-height: 26px;
vertical-align: bottom;
}
.in-navigation .in-dropdown ul {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  height: auto;
  width: 240px;
  z-index: 10;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  background: #ffffff;
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
}
.in-navigation .in-dropdown ul li {
  position: relative;
}
.in-navigation .in-dropdown ul li a {
  display: block;
  padding: 9px 15px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 12px;
}
.in-navigation .in-dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid #f0f0f0;
}
.in-navigation .in-dropdown ul li:hover > a {
color: #ffffff;
background: #9c1c1f;
}
.in-navigation .in-dropdown ul li:hover > ul {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.in-navigation .in-dropdown > ul {
  left: 0;
  top: 100%;
  transform: translateY(20px);
}
.in-navigation .in-dropdown:hover > ul {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.in-navigation .in-dropdown.overflow-element ul {
  left: auto;
  right: 100%;
  transform: translateX(-20px);
}
.in-navigation .in-dropdown.overflow-element > ul {
  left: auto;
  right: 0;
}


/**
 * About Styles
 */
.about-content {
  padding: 75px 50px;
}
.about-content h6 {
  color: #9c1c1f;
  margin-bottom: 0;
  font-weight: 700;
}
.about-content h4 {
  color: #9c1c1f;
}
.about-content ul {
  margin-top: 35px;
}
.about-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-content .in-button {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .about-content {
    padding: 40px 30px;
  }
  .about-content ul {
    margin-top: 25px;
  }
  .about-content .in-button {
    margin-top: 25px;
  }
}

/**
 * Testimonial
 */
.testimonial {
  max-width: 830px;
  text-align: center;
  padding: 30px 55px;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial {
    max-width: 683px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial {
    max-width: 90%;
  }
}
.testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.testimonial-header {
  margin-top: 40px;
}
.testimonial-header span {
  display: inline-block;
  margin: 15px 0;
  vertical-align: middle;
}
.testimonial-image {
  height: 0;
  width: 0;
  display: inline-block;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.testimonial-image::before {
  content: "\f1b2";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 0;
  top: 50%;
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin-top: -22px;
  margin-left: -22px;
  border-radius: 100px;
  font-size: 22px;
  background: #ffffff;
  color: #9c1c1f;
}
.testimonial-image img {
  max-height: 100%;
  max-width: 100%;
}
.testimonial-content p {
  margin-bottom: 0;
}
.testimonial-content h5 {
  margin-top: 25px;
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-content h6 {
  margin-bottom: 0;
  color: #777777;
}
.testimonial-socialicons {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
  font-size: 0;
}
.testimonial-socialicons li {
  list-style: none;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
}
.testimonial-socialicons li:not(:last-child) {
  margin-right: 10px;
}
.testimonial-socialicons li a {
  display: inline-block;
  border-radius: 100px;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 1;
  background: #f6f6f6;
  color: #9c1c1f;
}
.testimonial-socialicons li a i {
  line-height: 32px;
}
.testimonial-socialicons li a:hover {
  background: #9c1c1f;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial {
    padding: 30px;
  }
}

.slick-current .testimonial-image {
  height: 120px;
  width: 120px;
}

.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-slider .slider-item {
  margin: 15px;
}
.testimonial-slider .slider-item.first-elem .testimonial {
  position: relative;
}
.testimonial-slider .slider-item.first-elem .testimonial::before {
  background: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: -moz-linear-gradient(90deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: -o-linear-gradient(90deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
}
.testimonial-slider .slider-item.last-elem .testimonial {
  position: relative;
}
.testimonial-slider .slider-item.last-elem .testimonial::before {
  background: -webkit-linear-gradient(270deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: -moz-linear-gradient(270deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: -ms-linear-gradient(270deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: -o-linear-gradient(270deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
  background: linear-gradient(270deg, #ffffff 0%, rgba(3, 168, 243, 0.3) 100%);
}
.testimonial-slider .slider-item.slick-active.first-elem .testimonial::before {
  opacity: 1;
  visibility: visible;
}
.testimonial-slider .slider-item.slick-active.last-elem .testimonial::before {
  opacity: 1;
  visibility: visible;
}

.testimonial-area-two {
  z-index: 1;
  padding-bottom: 325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-two {
    padding-bottom: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-two {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area-two {
    padding-bottom: 265px;
  }
}
.testimonial-area-two .testimonial {
  box-shadow: none;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 0;
  z-index: 1;
}
.testimonial-area-two .testimonial-image {
  height: 120px;
  width: 120px;
}
.testimonial-area-two .testimonial-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  height: 120px;
  width: 120px;
  margin-top: -24px;
  margin-left: 13px;
  border-radius: 100px;
  background: #ddd;
  color: #9c1c1f;
  z-index: -1;
}
.testimonial-area-two .testimonial .testimonial-content p {
  color: #fff;
}
.testimonial-area-two .testimonial .testimonial-content h5, .testimonial-area-two .testimonial .testimonial-content h6 {
  color: #fff;
}

/**
* FAQ Css
**/
.question-content-wrap {
  margin-top: 30px;
}

.faequently-accordion h4 {
  font-size: 16px;
  fon-weight: 600;
  padding: 22px 55px 22px 30px;
  margin-bottom: 1px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faequently-accordion h4 {
    padding: 15px 55px 15px 15px;
  }
}
.faequently-accordion h4 a {
  display: block;
  width: 100%;
  color: #666;
}
.faequently-accordion h4 a::before {
  color: #222;
  content: "\f2f9";
  font-size: 23.2px;
  font-family: Material-Design-Iconic-Font;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 9;
  width: 50px;
  height: 100%;
  line-height: 62px;
}
.faequently-accordion h4.open {
  display: block;
}
.faequently-accordion h4.open a {
  display: block;
}
.faequently-accordion h4.open a::before {
  content: "\f2fc";
  background: #9c1c1f;
  color: #fff;
}
.faequently-accordion .faequently-description p {
  font-size: 16px;
  padding: 30px 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .faequently-accordion .faequently-description p {
    padding: 15px;
  }
}

/**
* Contact Css
**/
.contact-form-warp .input-box {
  margin-top: 30px;
}
.contact-form-warp .input-box input {
  color: #000;
  border-color: #ccc;
}
.contact-form-warp .input-box textarea {
  height: 250px;
  padding: 15px;
  border-color: #ccc;
}

.contact-submit-btn {
  margin-top: 50px;
}
.contact-submit-btn .submit-btn {
  border: 1px solid #9c1c1f;
  border: 1px solid #9c1c1f;
  background: #9c1c1f;
  color: #fff;
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact-submit-btn .submit-btn {
    padding: 15px 25px;
  }
}
.contact-submit-btn .submit-btn:hover {
  background: transparent;
  color: #9c1c1f;
}

#map {
  height: 520px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}

/**
 * Footer
 */
.footer-contact {
    margin-bottom: -132px;
    position: relative;
    z-index: 1;
    background: #9c1c1f;
    padding: 40px 50px;
}
.footer-contact-block {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #ffffff;
}
.footer-contact-block p {
  margin-bottom: 0;
  color: #ffffff;
}
.footer-contact-block a {
  color: #ffffff;
}
.footer-contact-block a:hover {
  color: #f8e09a;
}
.footer-contact-icon {
    height: 65px;
    width: 65px;
    display: inline-block;
    flex: 0 0 65px;
    margin-right: 15px;
    background: #fff;
    text-align: center;
    line-height: 65px;
    border-radius: 100px;
    color: #882e3a;
    font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-contact {
    margin-bottom: -155px;
  }
  .footer-contact::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    margin-bottom: -150px;
    padding: 30px;
  }
  .footer-contact::before {
    display: none;
  }
  .footer-contact > .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-contact-block {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-contact {
    padding: 30px 15px;
  }
  .footer-contact-block {
    padding: 10px 0;
  }
  .footer-contact-icon {
    height: 55px;
    width: 55px;
    -ms-flex: 0 0 65px;
    flex: 0 0 55px;
    line-height: 55px;
  }
}

.footer-inner {
background: rgb(0, 0, 0);
}

.footer-widgets {
  margin-top: -40px;
  line-height: 30px;
}
.footer-widgets .widget-title {
	color: #ffffff;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.footer-widgets .widget-title span {
  padding-bottom: 5px;
}

.footer-widgets .widget-info p {
  color: #ffffff;
}
.footer-widgets .widget-links {
  padding-left: 15px;
}
.footer-widgets .widget-links ul li a {
  color: #ffffff;
}
.footer-widgets .widget-links ul li a:hover {
  color: #f8e09a;
}
.footer-widgets .widget-latestblog ul li span {
  color: #ffffff;
}
.footer-widgets .widget-latestblog ul li h5 {
  color: #ffffff;
}
.footer-widgets .widget-latestblog ul li h5 a {
  color: #ffffff;
}
.footer-widgets .widget-latestblog ul li h5 a:hover {
  color: #9c1c1f;
}
.footer-widgets .widget-newsletter {
  padding-left: 30px;
}
.footer-widgets .widget-newsletter p {
  color: #ffffff;
}
.footer-widgets .widget-newsletter-form input:not([type="submit"]) {
  background: #ffffff;
}
.footer-widgets .widget-newsletter-form input:not([type="submit"])::-webkit-input-placeholder {
  color: #9c1c1f;
}
.footer-widgets .widget-newsletter-form input:not([type="submit"]):-moz-placeholder {
  color: #9c1c1f;
}
.footer-widgets .widget-newsletter-form input:not([type="submit"])::-moz-placeholder {
  color: #9c1c1f;
}
.footer-widgets .widget-newsletter-form input:not([type="submit"]):-ms-input-placeholder {
  color: #9c1c1f;
}
.footer-widgets .footer-socialicons {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.footer-widgets .footer-socialicons li {
  list-style: none;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
}
.footer-widgets .footer-socialicons li:not(:last-child) {
  margin-right: 10px;
}
.footer-widgets .footer-socialicons li a {
  display: inline-block;
  border-radius: 100px;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 1;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-align: center;
}
.footer-widgets .footer-socialicons li a i {
  line-height: 32px;
}
.footer-widgets .footer-socialicons li a:hover {
  background: #9c1c1f;
  border-color: #9c1c1f;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widgets .widget-links {
    padding-left: 0;
  }
  .footer-widgets .widget-newsletter {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .widget-links {
    padding-left: 0;
  }
  .footer-widgets .widget-newsletter {
    padding-left: 0;
  }
}

.footer-copyright-area {
	background: #000;
	padding: 10px 0;
}
.footer-copyright-area .copyright-text {
  color: #ffffff;
  margin-bottom: 0;
  padding: 5px 0;
}
.footer-copyright-area .copyright-text a {
  color: #ffffff;
}
.footer-copyright-area .copyright-text a:hover {
  color: #9c1c1f;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-area .copyright-text {
    text-align: center;
  }
}
.footer-copyright-area .copyright-links {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  padding: 5px 0;
}
.footer-copyright-area .copyright-links li {
  list-style: none;
  display: inline-block;
}
.footer-copyright-area .copyright-links li:not(:last-child) {
  margin-right: 40px;
}
.footer-copyright-area .copyright-links li a {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}
.footer-copyright-area .copyright-links li a:hover {
  color: #9c1c1f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-copyright-area .copyright-links li:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-area .copyright-text {
    text-align: center;
  }
  .footer-copyright-area .copyright-links {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright-area .copyright-text {
    text-align: center;
  }
  .footer-copyright-area .copyright-links {
    text-align: center;
  }
  .footer-copyright-area .copyright-links li:not(:last-child) {
    margin-right: 20px;
  }
}

/*****************************************/
/*>>>>>>>>>>>>>>>(THE END)<<<<<<<<<<<<<<<*/
/*****************************************/

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


.navbar{
	padding: 0px 10px 0px 10px;
}
.navbar .nav-item{
	color: #fff;
	font-size: 14px;
}
.navbar .nav-item:hover{
	color: #eed28a;
}
.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    line-height: 65px;
	color: #fff;
	font-weight: 700;
}
.navbar .navbar-toggler{
	color: #fff;
	border: 1px solid #fff;
}

	

.dropdown-menu {
	margin: 0;
	border-radius: 0;
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 10px;
	background-image: url('/assets/images/logo/logo-menu.png');
	background-repeat: no-repeat;
	/*! background-position: center; */
	/*! background-position: 0 0; */
	background-position-x: right;
	line-height: 23px;
}


.megamenu-li .megamenu .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 0.75rem;
	clear: both;
	font-weight: bold;
	color: #212529;
	white-space: normal;
	background-color: rgba(200, 200, 200, 0.5);
	border: 0;
	font-size: 12px;
	margin-bottom: 2px;
}
.megamenu-li .megamenu .dropdown-item:hover {
    color: #9c1c1f;
	background-color: rgba(240, 217, 152, 0.9);
}

.megamenu-li h5 {
padding-top: 15px;
}
 





@media only screen and (min-width: 991px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}
}

@media only screen and (max-width: 991px) {

.header-logo img {
	max-height: 60px;
}
.header-logo::before {
    background-color: #fff;
    content: "";
    height: 59px;
    width: 650px;
    position: absolute;
    top: 0px;
    left: -500px;
    z-index: -1;
}




.header-logo::before {
    background-color: #fff;
    content: "";
    height: 59px;
    width: 650px;
    position: absolute;
    top: 0px;
    left: -500px;
    z-index: -1;
}

.navbar-nav .nav-link {
    padding: 0;
    line-height: 45px;
}

 
}




    #anasayfaslider .item img{
        display: block;
        width: 100%;
        height: auto;
		
    }
.owl-prev .yansol{
padding: 10px;
position: absolute;
left: 10px;
top: 40%;
background-color: #991E20;
color: #fff;
}
.owl-next .yansag{
padding: 10px;
position: absolute;
right: 10px;
top: 40%;
background-color: #991E20;
color: #fff;
}
.owl-nav{
	height: 0;
}



#hizmetler{
}




.haber h4{
font-size: 18px;
}
.haber h1{
font-size: 14px;
padding-top: 10px;
font-weight: normal;
}
/*
.haber h4::after {
background-color: #c5c5c5;
bottom: 10px;
content: "";
height: 2px;
left: 15px;
width: 84px;
position: absolute;
z-index: 0;
}
*/
.haber .haberler{
padding-bottom: 30px;
}
.haber .haberler .fotograf{
position: relative;
}
.haber .haberler .tarih{bottom: 0px;position: absolute;right: 0px;background-color: #991d20;color: #fff;float: left;height: 70px;overflow: hidden;width: 70px;border-radius: 15px;border-top-right-radius: 0;border-bottom-right-radius: 0;opacity: 0.8;}
.haber .haberler .tarih .ay{
font-size: 14px;
padding-top: 5px;
text-align: center;
}
.haber .haberler .tarih .gun{font-size: 40px;font-weight: bold;position: relative;right: -12px;bottom: 10px;line-height: 60px;}
.haber .haberler .detay{
border-color: #c5c5c5;
color: #252525;
font-size: 13px;
min-height: 30px;
padding: 5px 10px;
border-radius: 0;
}
.haber .haberler .detay:hover{
border-color: #991d20;
color: #991d20;
}



@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
.haberyenianimasyon{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
.haber .haberler .yeni {
position: absolute;
right: 0px;
top: 0px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
z-index: 10;
box-shadow: none;
font-size: 1em;
color: #fff;
background-color: #9C1C1F;
font-weight: bold;
}


.yenihaberanimasyon{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
.yenihaber {
position: absolute;
left: 0px;
top: 0px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
z-index: 10;
box-shadow: none;
font-size: 1em;
color: #fff;
background-color: #9C1C1F;
font-weight: bold;
}




.yenii {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


.yenietiket{
	margin-left: 5px;
}


.duyurular{
}
.duyurular .nav .nav-item a {
    padding: 0.4rem 0.4rem;
}
.duyurular .tab-pane .list-group .list-group-item{
padding: .50rem 0.50rem;
}



.etkinlik{
}
.etkinlik .card{
	border-radius: 0px;
}

.etkinlik .card-body {
padding: 5px;
}
.etkinlik .card-body:hover {
border: 1px solid rgb(156, 28, 31);
}
.etkinlik .card-body .card-text {
color: #000;
}
.etkinlik .card img{
	padding: 5px;
}

.etkinlik .card-body .detay{
border-color: #c5c5c5;
color: #252525;
font-size: 13px;
min-height: 30px;
padding: 5px 10px;
border-radius: 0;
}
.etkinlik .card-body .detay:hover{
border-color: #991d20;
color: #991d20;
}


#duyurular,#iduyurulari,#pduyurulari{
	border-left: 1px solid rgb(223, 223, 223);
	border-right: 1px solid rgb(223, 223, 223);
	border-bottom: 1px solid rgb(223, 223, 223);
}





.ortaicon{
	background-color: #9c1c1f;
    color: #fff;
    font-weight: bold;
	line-height: 30px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;

}
#spinner {
    display: block;
    height: 110px;
    left: 50%;
    line-height: 110px;
    margin: -55px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 110px;

}
@-webkit-keyframes ping{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:.8}80%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(2.2);transform:scale(2.2);opacity:0}}@keyframes ping{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:.8}80%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(2.2);transform:scale(2.2);opacity:0}}.preanimasyon{-webkit-animation:ping .8s ease-in-out infinite both;animation:ping .8s ease-in-out infinite both}
#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}









@media only screen and (max-width: 930px) {
  .ataturk {
    float: right;

height: auto;

width: 293px;
  }
}
  .ataturk {
float: right;
    height: 80px;
    width: auto;
    padding-left: 40px;
  }


footer p{
line-height: 18px;
color: #fff;
}

.altbaslik{
color: #ffffff;
font-size: 22px;
border-bottom: 1px solid #fff;
position: relative;
}
.sosyalmedya {float: left;margin-right: 0.5px;font-size: 14px;color: #004592;}
.sosyalmedya a {padding: 3px;margin-right: 5px;color: #fff;font-size: 14px;border-radius: 4px;}

.sosyalmedya a:hover {
color: #d4d4d4;
}

.facebook {
background: #004592;
}
.twitter {
background: #1da1f2;
}
.instagram {
background: #6a40bc;
}
.youtube {
background: #ff0000;
}
.sanaltur {
position: fixed;
z-index: 1030;
right: 250px;
bottom: 30px;
margin-right: 6.5px;
color: #004592;
line-height: 40px;
background: #efd18b;
border-radius: 5px;
}
.sanaltur a {
font-size: 16px;
padding: 5px;
margin-right: 3px;
color: #fff;
}
.sanaltur:hover {
color: #000000;
background: #24a610;
}
.altfiksetbuton {
position: fixed;
z-index: 1030;
right: 75px;
bottom: 30px;
margin-right: 6.5px;
color: #004592;
line-height: 40px;
background: #ebd796;
border-radius: 5px;
border: solid 1px #000;
}
.altfiksetbuton a {
font-size: 16px;
padding: 10px;
margin-right: 0px;
color: #000;
}
.altfiksetbuton:hover {
color: #000000;
background: #57130f;
}






@media only screen and (max-width: 960px) {
.altfiksetbuton {
position: fixed;
z-index: 9999;
right: 75px;
bottom: 0px;
margin-right: 6.5px;
line-height: 30px;
border-radius: 5px;
}
.altfiksetbuton a {
padding: 5px;
color: #fff;
}
.altfiksetbuton:hover {
color: #000000;
background: #57130f;
}
#scrollUp {
right: 30px;
bottom: 16px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background: #991d20;
color: #ffffff;
font-size: 16px;
border-radius: 100%;
animation: crSlideInRight 0.8s ease-in-out 1 both;
z-index: 1000 !important;
}
}




















.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}




.owl-text-overlay{
text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
border-bottom: 2px solid #991e20;
bottom: 10px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 75%;
text-align: center;
font-size: 20px;
font-weight: bold;
padding: 5px 5px;
color: #000;
opacity: 0.5;
max-width: 1170px;
padding: 15px;

}
.slideryazidis{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

header h2 {
border-bottom: 1px solid rgb(156, 28, 31);
font-size: 25px;
line-height: 30px;
padding-bottom: 5px;
border-top: 1px solid rgb(156, 28, 31);
padding-top: 5px;
}


.duyuruyan {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #9c1c1f1a;
border: 1px solid rgba(0,0,0,.125);
text-align: right;
border-right: 0;
border-left: 0;
font-size: 16px;
}




















/*Siyah beyaz resimler iÃ§in*/
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
@supports (-moz-animation: ease) {
  .grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='desaturate'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#desaturate");
  }
}
svg .grayscale {
  filter: url("#desaturate");
}
.grayscale:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@supports (-moz-animation: ease) {
  .grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='normal'><feColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0' /></filter></svg>#normal");
  }
}
svg .grayscale:hover {
  filter: url("#normal");
}







/*Foto galeri*/
@keyframes smartphoto{from{opacity:0}to{opacity:1}}@keyframes smartphoto-img-wrap{from{opacity:0}to{opacity:1}}@keyframes smartphoto-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}@keyframes smartphoto-loader{0%{opacity:.4;transform:rotate(0deg)}50%{opacity:1;transform:rotate(180deg)}100%{opacity:.4;transform:rotate(360deg)}}@keyframes smartphoto-appear{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes smartphoto-hide{0%{display:block;opacity:1}99%{display:block;opacity:0}100%{display:none;opacity:0}}.smartphoto{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000;opacity:1;font-family:sans-serif;cursor:pointer;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;transition:all 0.3s ease-out;animation-name:smartphoto;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto[aria-hidden="true"]{display:none}.smartphoto-close{opacity:0}.smartphoto-count{display:inline-block;color:#FFF;font-size:16px}.smartphoto-header{display:block;box-sizing:border-box;position:fixed;z-index:102;top:0;left:0;width:100%;height:50px;padding:15px;background-color:rgba(0,0,0,0.2)}.smartphoto-content{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.smartphoto-dismiss{display:block;position:absolute;top:15px;right:10px;width:20px;height:20px;padding:0;border:none;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);text-shadow:0 1px 0 #FFF;color:#FFF;font-size:30px;text-decoration:none;cursor:pointer;line-height:1}.smartphoto-body{position:relative;z-index:102;width:100%;height:100%;margin:0 auto}.smartphoto-inner{position:relative;width:100%;height:100%;vertical-align:top}.smartphoto-img{display:none;max-width:none;width:auto;height:auto;cursor:zoom-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform 0.3s ease-out;-webkit-user-drag:none}.smartphoto-img.active{display:block}.smartphoto-img-onmove{cursor:grab;cursor:-webkit-grab;transition:none}.smartphoto-img-elasticmove{transition:transform 0.3s ease-out}.smartphoto-img-wrap{display:inline-block;opacity:1;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;animation-name:smartphoto-img-wrap;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto-img-left{transform:translateX(150%) !important}.smartphoto-img-right{transform:translateX(-150%) !important}.smartphoto-arrows{list-style-type:none;margin:0;padding:0;position:relative;z-index:1002;top:50%;left:0;opacity:1;animation-name:smartphoto-appear;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto-arrows[aria-hidden="true"]{animation-name:smartphoto-hide;display:none}.smartphoto-arrows li{display:block;position:absolute;top:50%;width:30px;height:30px;margin-top:-20px;box-sizing:content-box;animation-duration:.3s;animation-timing-function:ease-out;animation-name:smartphoto-appear}.smartphoto-arrows li:focus{outline:none}.smartphoto-arrows [aria-hidden="true"]{animation-name:smartphoto-hide;display:none}.smartphoto-arrows a{display:block;width:100%;height:100%;text-decoration:none}.smartphoto-arrow-right{right:0;padding:5px 0;background-color:rgba(0,0,0,0.5)}.smartphoto-arrow-right a{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)}.smartphoto-arrow-left{left:0;padding:5px 0;background-color:rgba(0,0,0,0.5)}.smartphoto-arrow-left a{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)}.smartPhotoArrowHideIcon{display:none}.smartphoto-nav{position:absolute;bottom:0;left:0;width:100%;opacity:1;animation-name:smartphoto-appear;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto-nav[aria-hidden="true"]{animation-name:smartphoto-hide;display:none}.smartphoto-nav ul{display:block;overflow-x:auto;list-style:none;margin:0;padding:0;text-align:center;white-space:nowrap;-webkit-overflow-scrolling:touch}.smartphoto-nav li{display:inline-block;overflow:hidden;width:50px;height:50px}.smartphoto-nav a{display:block;width:100%;height:100%;background-color:#FFF;background-position:center center;background-size:cover;opacity:.5}.smartphoto-nav a:focus{opacity:.8}.smartphoto-nav a.current{opacity:1}.smartphoto-nav img{width:auto;height:100%}.smartphoto-list{list-style-type:none;position:absolute;z-index:101;top:0;left:0;margin:0;padding:0;white-space:nowrap}.smartphoto-list li{display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.3s ease-out}.smartphoto-list li:focus{outline:none}.smartphoto-list-onmove{transition:all 0.3s ease-out}.smartphoto-caption{overflow:hidden;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:50px;padding:0 50px;color:#FFF;font-size:12px;text-align:center;line-height:50px;white-space:nowrap;text-overflow:ellipsis}.smartphoto-caption:focus{outline:none}.smartphoto-loader-wrap{display:block;position:relative;z-index:103;width:0;height:0;transform:translate(50vw, 50vh)}.smartphoto-loader{position:absolute;z-index:101;top:0;left:0;width:30px;height:30px;margin-top:-25px;margin-left:-25px;border:8px solid #17CDDD;border-right-color:transparent;border-radius:50%;animation:smartphoto-loader .5s infinite linear}.smartphoto-img-clone{position:fixed;z-index:100;top:0;left:0;transition:all .3s ease-out}.smartphoto-sr-only{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0, 0, 0, 0)}













.tumu{
color: #252525;
font-size: 12px;
padding: 4px 10px;
border: 1px solid #9c1c1f;
background-color: #fff;
position: inherit;
}
.tumu:hover{
color: #fff;
font-size: 12px;
padding: 4px 10px;
border: 1px solid #252525;
background-color: #9c1c1f;
position: inherit;
}











@media only screen and (min-width: 991px) {
#destekleyenler {
	position: absolute;
	bottom: 65px;
	padding-left: 15px;
	display: flex;
}
}
#destekleyenler {
	position: unset;
	bottom: 25px;
	padding-left: 15px;
	display: flex;
}












.haber-list{
	margin-bottom: 20px;
}


.haber-list aside{
border-bottom: 1px solid rgba(0,0,0,.125);
height: 100%;
padding-top: 15px;
}
.haber-list h1{
font-size: 15px;
font-weight: unset;
}
.haber-list .detay{
color: #252525;
font-size: 12px;
padding: 4px 10px;
border: 1px solid #9c1c1f;
background-color: #fff;
position: inherit;
}
.haber-list .detay:hover{
color: #fff;
font-size: 12px;
padding: 4px 10px;
border: 1px solid #252525;
background-color: #9c1c1f;
position: inherit;
}
.haber-list .detay:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #dfdfdf;
    content: "\f18e";
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}











.duyurulistesi {
	border: 1px solid rgba(0,0,0,.125);
	margin-bottom: 15px;
}

.duyurulistesi .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0.75rem;
}


.duyuru .list-group-item {
    position: relative;
    display: block;
    padding: .25rem .75rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
        border-right-color: rgba(0, 0, 0, 0.125);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgba(0, 0, 0, 0.125);
        border-left-style: solid;
        border-left-width: 1px;
}






.detay {
    border-color: #c5c5c5;
    color: #252525;
    font-size: 13px;
    min-height: 30px;
    padding: 5px 10px;
	border-radius: 0;
}
.detay:hover {
    border-color: #991d20;
    color: #991d20;
}


.media:hover {
    background-color: #dfdfdf;
}




#anaslider .sliderana {
width: 1200px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
#anaslider .baslikslider {
text-shadow: 1px 1px 0px rgba(0,0,0);
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-bottom: 2px solid #991e20;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px;
    color: #000;
    opacity: 0.7;
    padding: 15px;
    margin-right: 35px;
    margin-left: 35px;
}
@media only screen and (max-width: 960px) {
	#anaslider .sliderana {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
padding-left: 0px;
padding-right: 0px;
	}
#anaslider .baslikslider {
    text-shadow: inherit;
    background: #fff;
    border-bottom: inherit;
    bottom: inherit;
    position: inherit;
    left: 0;
    right: 0;
    text-align: center;
    font-size: inherit;
    font-weight: bold;
    padding: inherit;
    color: #000;
    opacity: inherit;
    padding: inherit;
    margin-left: inherit;
    margin-right: inherit;
}
}












.haber-list .yeni {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    font-size: 1em;
    color: #fff;
    background-color: #9C1C1F;
    font-weight: bold;
}










.dosyaayraci{
font-size: 16px;font-weight: bold;	
}
.dosyaikonu{
	width: 40px;
}

table.tablo {
width: 100%;
  border: 1px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
margin-bottom: 0px;
}
table.tablo td, table.tablo th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
table.tablo tbody td {
  font-size: 13px;
}
table.tablo thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
table.tablo thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.tablo tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.tablo tfoot td {
  font-size: 14px;
}
table.tablo p {
margin-bottom: 0px;
}






.list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 0.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
}



#page-main{
	padding-bottom: 15px;
	text-align: justify !important;
}


#page-main hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9998;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    color: #f7da97 !important;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}











@media only screen and (max-width: 960px) {
	.header-topcontact, .header-toplinks {
		text-align: unset;
		padding: 0;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.table td, .table th {
    padding: .25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.btn-sm {
    padding: .15rem .3rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.dosyaikonu{
	width: 25px;
}
.dosyaayraci{
	font-size: unset;
}




}

@media only screen and (max-width: 1200px) {
	.media {
	display: flow-root;
	}
	.ml-3 {
    margin-left: 0px;
	padding-top: 10px;
	}

}































.baslikslider {
text-shadow: 0px 2px 4px rgb(11, 11, 11);
bottom: 10px;
position: absolute;
left: 0;
right: 0;
text-align: center;
font-size: 35px;
font-weight: bold;
color: #fff;
padding: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1110px;
line-height: 35px;
}
@media (max-width: 992px) {
	.baslikslider {
	font-size: 20px;
	line-height: 20px;
	}
  .swiper-container {
      width: 100%;
      height: auto;
    }
}
@media (max-width: 768px) {
  .swiper-container {
      width: 100%;
      height: auto;
    }
	.baslikslider {
font-size: 14px;
line-height: 14px;
position: relative;
color: #000;
text-shadow: unset;
bottom: unset;
	}




.ortaicon{
line-height: 20px;
font-size: 11px;
}






}
  .swiper-container {
      width: 100%;
      height: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

    }






.page-link {
    color: #991e20;
}
.page-link:hover {
    color: #9c1c1f;
    background-color: #e9ecef;
    border-color: #dee2e6;
}













.video-player {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-player iframe, .video-player object, .video-player embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



















.media:hover{
	background-color:#ffffff;
}















.bolumbaslik{
	font-size: 25px;
	padding-left: 25px;
	line-height: 62px;
	color: #fff;
}








.bolummenu {
  overflow: hidden;
  
}


.bolummenuarkaplan {
background: rgb(242,242,242);
background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);   
}



.bolummenu a {
float: left;
display: block;
text-align: center;
padding: 10px 8px;
text-decoration: none;
font-size: 13px;
}

.bolummenu a:hover {
  background-color: #ddd;
  color: black;
}

.bolummenu a.active {
  background-color: #4CAF50;
  color: white;
}

.bolummenu .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .bolummenu a:not(:first-child) {display: none;}
  .bolummenu a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .bolummenu.responsive {position: relative;}
  .bolummenu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .bolummenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



.bugun {
  animation: bugunanime 1s linear infinite;
background-color: #991d20;
position: absolute;
padding: 3px;
color: #fff;
right: 0;
}

@keyframes bugunanime {
  50% {
    opacity: 0;
  }
}



.table td p {
	margin-bottom: unset;
}




.cal1 .clndr .clndr-controls{display:inline-block;width:100%;position:relative}.cal1 .clndr .clndr-controls .month{float:left;width:33%;text-align:center;font-size:16px;font-weight:700}.cal1 .clndr .clndr-controls .clndr-control-button{float:left;width:33%}.cal1 .clndr .clndr-controls .clndr-control-button.rightalign{text-align:right;width:34%}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding:5px}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover{background:#ddd}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive{opacity:.5}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover{background:none;cursor:default}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding:5px}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive{opacity:.5}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover{background:none;cursor:default}.cal1 .clndr .clndr-table{table-layout:fixed;width:100%}.cal1 .clndr .clndr-table .header-days{height:30px;background:#9c1c1f}.cal1 .clndr .clndr-table .header-days .header-day{vertical-align:middle;text-align:center;border-left:1px solid #000;border-top:1px solid #000;color:#fff}.cal1 .clndr .clndr-table .header-days .header-day:last-child{border-right:1px solid #000}.cal1 .clndr .clndr-table tr{}.cal1 .clndr .clndr-table tr td{vertical-align:top}.cal1 .clndr .clndr-table tr .day{border-left:1px solid #000;border-top:1px solid #000;width:100%;height:inherit}.cal1 .clndr .clndr-table tr .day:hover{background:#eee}.cal1 .clndr .clndr-table tr .day.today,.cal1 .clndr .clndr-table tr .day.my-today{background:#efd18b}.cal1 .clndr .clndr-table tr .day.today:hover,.cal1 .clndr .clndr-table tr .day.my-today:hover{background:#72c6d8}.cal1 .clndr .clndr-table tr .day.today.event,.cal1 .clndr .clndr-table tr .day.my-today.event{background:#a7dbc1}.cal1 .clndr .clndr-table tr .day.event,.cal1 .clndr .clndr-table tr .day.my-event{background:#ffd4d5}.cal1 .clndr .clndr-table tr .day.event:hover,.cal1 .clndr .clndr-table tr .day.my-event:hover{background:#fdb1b1}.cal1 .clndr .clndr-table tr .day.inactive,.cal1 .clndr .clndr-table tr .day.my-inactive{background:#ddd}.cal1 .clndr .clndr-table tr .day:last-child{border-right:1px solid #000}.cal1 .clndr .clndr-table tr .day .day-contents{box-sizing:border-box;padding:8px;text-align:right}.cal1 .clndr .clndr-table tr .empty,.cal1 .clndr .clndr-table tr .adjacent-month,.cal1 .clndr .clndr-table tr .my-empty,.cal1 .clndr .clndr-table tr .my-adjacent-month{border-left:1px solid #000;border-top:1px solid #000;width:100%;height:inherit;background:#eee}.cal1 .clndr .clndr-table tr .empty:hover,.cal1 .clndr .clndr-table tr .adjacent-month:hover,.cal1 .clndr .clndr-table tr .my-empty:hover,.cal1 .clndr .clndr-table tr .my-adjacent-month:hover{background:#ddd}.cal1 .clndr .clndr-table tr .empty:last-child,.cal1 .clndr .clndr-table tr .adjacent-month:last-child,.cal1 .clndr .clndr-table tr .my-empty:last-child,.cal1 .clndr .clndr-table tr .my-adjacent-month:last-child{border-right:1px solid #000}.cal1 .clndr .clndr-table tr:last-child .day,.cal1 .clndr .clndr-table tr:last-child .my-day{border-bottom:1px solid #000}.cal1 .clndr .clndr-table tr:last-child .empty,.cal1 .clndr .clndr-table tr:last-child .my-empty{border-bottom:1px solid #000}.clndr-next-button,.clndr-previous-button,.clndr-next-year-button,.clndr-previous-year-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.clndr-next-button.inactive,.clndr-previous-button.inactive,.clndr-next-year-button.inactive,.clndr-previous-year-button.inactive{opacity:.5;cursor:default}



label {
    display: inline-block;
    margin-bottom: 0;
}
.btn {
 color:#fff !important;
}
.btn-framed {
color: #000 !important;
}
.btn-color-dark {
color: #000 !important;
}


#page-main .panel-group {
    margin-bottom: 20px;
}
#page-main .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
#page-main .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#page-main .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
#page-main .panel-group .panel-heading {
    border-bottom: 0;
        border-bottom-color: currentcolor;
}
#page-main .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#page-main .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
#page-main .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}
#page-main .collapse.in {
    display: block;
}
#page-main .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
#page-main .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
		padding: 20px;
}



.listeleme a{
padding: 20px;
font-size: 1.3em;
}





.paylaslar {
	padding-top: 25px;
}
.paylas {
	padding: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px;
    color: #fff;
}

.paylas:hover {
    opacity: 0.7;
	color: #000;
}

.paylas.facebook {
  background: #3B5998;
  color: white;
}

.paylas.twitter {
  background: #55ACEE;
  color: white;
}

.paylas.linkedin {
  background: #007bb5;
  color: white;
}
.paylas.whatsapp {
  background: #03c75b;
  color: white;
}




.swiper-button-next{

}
.swiper-button-prev{

}