@charset "UTF-8";
/*/
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#                                                                           #
#  Style Css                                                                #
#                                                                           #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
/*/
/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Social Link Colors
 */
/**
 * Default Css
 */
* {
  font-size: 14px;
  font-family: 'MyriadPro-Regular';
  color: #fff;
}
body {
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
}
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
.clear {
  clear: both;
}
ul,
ol {
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: 'Raleway-Bold';
  margin: 0;
}
.table {
  width: 100%;
  display: table;
}
.td {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.top .td {
  vertical-align: top;
}
.middle .td {
  vertical-align: middle;
}
.bottom .td {
  vertical-align: bottom;
}
.cover {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.loading-load {
  display: block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 0.35rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #0f2539;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.left-right-animate {
  display: inline-block;
  position: relative;
  -webkit-animation: leftRight 0.4s infinite linear;
  animation: leftRight 0.4s infinite linear alternate paused;
}
@keyframes leftRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 10px;
  }
}
.ucnokta {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-17 {
  font-size: 17px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-19 {
  font-size: 19px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
/**
 * Gradient
 */
/**
 * Preserve 3D
 */
.preserve3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
/**
 * Transform Center
 */
.transform-center {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/**
 * Transform Vertical Center
 */
.transform-vertical-center {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/**
 * Transform Horizontal Center
 */
.transform-horizontal-center {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/**
 * No Wrap
 */
.nowrap {
  white-space: nowrap;
}
/**
 * Place Holder Color
 */
::-webkit-input-placeholder {
  color: #dcdcdc;
}
:-moz-placeholder {
  color: #dcdcdc;
}
::-moz-placeholder {
  color: #dcdcdc;
}
:-ms-input-placeholder {
  color: #dcdcdc;
}
/**
 * Style Css
 */
/**
 * Header
 */
div.header {
  position: relative;
  z-index: 12;
  background-color: #fbfbfb;
  box-shadow: 0 -8px 10px 6px rgba(15, 37, 57, 0.4);
}
div.header .container {
  position: relative;
}
div.header .container .left {
  padding-top: 42.5px;
  padding-bottom: 42.5px;
}
div.header .container .left .logo {
  width: 75%;
}
@media all and (max-width: 1199px) {
  div.header .container .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  div.header .container .left .logo {
    height: 91px;
  }
  div.header .container .left .content {
    border-bottom: 3px solid #ef3434;
    padding: 15px 0;
  }
  div.header .container .left .menu-toggle {
    width: 25%;
    text-align: right;
    display: block!important;
    height: 100%;
    height: 91px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
  }
  div.header .container .left .menu-toggle i {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    color: #ef3434;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    border: 2.5px solid #ef3434;
    font-size: 30px;
  }
}
@media all and (max-width: 400px) {
  div.header .container .left .content {
    padding: 0;
  }
  div.header .container .left .logo {
    padding-top: 15px;
  }
}
div.header .container .right .header-menu li {
  display: inline-block;
  margin-right: 19px;
  padding-bottom: 45px;
  padding-top: 45px;
  border-bottom: 5px solid transparent;
  transition: border 0.33s;
  cursor: pointer;
}
div.header .container .right .header-menu li:hover,
div.header .container .right .header-menu li.active {
  border-color: #0d87ff;
}
div.header .container .right .header-menu li:nth-last-of-type(1) {
  margin-right: 0;
}
div.header .container .right .header-menu li a {
  display: block;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-size: 13px;
  font-family: 'Raleway-Bold';
  color: #0f2539;
}
div.header .container .right .header-menu li ._dropdown-menu {
  display: none;
  position: absolute;
  width: 1140px;
  box-sizing: border-box;
  background-color: #0f2539;
  left: -278px;
  top: 139px;
  padding: 30px;
  padding-bottom: 0;
}
div.header .container .right .header-menu li ._dropdown-menu .item {
  margin-bottom: 30px;
}
div.header .container .right .header-menu li ._dropdown-menu .item .menu-title {
  display: block;
  font-family: 'Raleway-Bold';
  font-size: 12px;
  color: #e7e7e7;
  margin-bottom: 15px;
}
div.header .container .right .header-menu li ._dropdown-menu .item ._btn-group {
  border-right: 1px solid #143049;
}
div.header .container .right .header-menu li ._dropdown-menu .item ._btn-group a {
  display: block;
  transition: all 0.33s;
  color: #999999;
  font-size: 14px;
  font-family: 'MyriadPro-Regular';
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.header .container .right .header-menu li ._dropdown-menu .item ._btn-group a:hover {
  color: #e7e7e7;
  padding-left: 10px;
}
div.header .container .right .header-menu li.get-an-offer a {
  color: #0d87ff;
  transition: all 0.33s;
  line-height: initial;
  margin-bottom: 0;
}
div.header .container .right .header-menu li.get-an-offer a:hover {
  color: #ffffff;
}
@media all and (max-width: 1199px) {
  div.header .container .right {
    width: 100%;
    position: relative;
  }
  div.header .container .right .header-menu {
    display: none;
  }
}
div.header .container .right .content {
  position: relative;
}
div.header .container .right .header-mobil-menu {
  padding: 30px 30px 0 30px;
  background-color: #0f2539;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
div.header .container .right .header-mobil-menu li {
  display: block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #143049;
}
div.header .container .right .header-mobil-menu li a {
  display: block;
  font-size: 14px;
  font-family: 'Raleway-Bold';
  color: #ffffff;
  position: relative;
}
div.header .container .right .header-mobil-menu li a i {
  position: absolute;
  right: 15px;
  color: #ffffff;
  font-size: 16px;
  top: 0;
}
div.header .container .right .header-mobil-menu li a i.fa-chevron-down {
  display: none;
}
div.header .container .right .header-mobil-menu li a i.fa-chevron-right {
  display: block;
}
div.header .container .right .header-mobil-menu li.active a {
  color: #ef3434;
}
div.header .container .right .header-mobil-menu li.down a i.fa-chevron-down {
  display: block;
}
div.header .container .right .header-mobil-menu li.down a i.fa-chevron-right {
  display: none;
}
div.header .container .right .header-mobil-menu li.get-an-offer {
  margin-bottom: 30px;
  border-bottom: none;
}
div.header .container .right .header-mobil-menu li.get-an-offer a {
  display: inline-block;
  margin: 0 auto;
}
div.header .container .right .header-mobil-menu li ._dropdown-menu {
  position: relative;
  display: none;
  box-sizing: border-box;
  background-color: #0f2539;
  margin-top: 15px;
  max-height: 436px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  div.header .container .right .header-mobil-menu li ._dropdown-menu {
    max-height: 218px;
  }
}
div.header .container .right .header-mobil-menu li ._dropdown-menu .item {
  margin-bottom: 30px;
}
div.header .container .right .header-mobil-menu li ._dropdown-menu .item .menu-title {
  display: block;
  font-family: 'Raleway-Bold';
  font-size: 12px;
  color: #e7e7e7;
  margin-bottom: 15px;
}
div.header .container .right .header-mobil-menu li ._dropdown-menu .item ._btn-group {
  border-right: 1px solid #143049;
}
@media all and (max-width: 767px) {
  div.header .container .right .header-mobil-menu li ._dropdown-menu .item ._btn-group {
    border-right: none;
  }
}
div.header .container .right .header-mobil-menu li ._dropdown-menu .item ._btn-group a {
  display: block;
  transition: all 0.33s;
  color: #999999;
  font-size: 14px;
  font-family: 'MyriadPro-Regular';
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.header .container .right .header-mobil-menu li ._dropdown-menu .item ._btn-group a:hover {
  color: #e7e7e7;
  padding-left: 10px;
}
/**
 * Main
 */
/**
 * Default Text
 */
.default-text {
  text-align: justify;
}
.default-text * {
  font-size: 12px;
}
.default-text p,
.default-text i,
.default-text span,
.default-text li,
.default-text ol,
.default-text a,
.default-text div {
  font-family: 'MyriadPro-Regular';
  color: #999999;
  line-height: 25px;
  font-size: 14px;
}
.default-text.page-default-text p,
.default-text.page-default-text i,
.default-text.page-default-text span,
.default-text.page-default-text li,
.default-text.page-default-text ol,
.default-text.page-default-text a,
.default-text.page-default-text div {
  color: #666666;
}
.default-text p {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6 {
  display: block;
  margin-bottom: 15px;
}
.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6,
.default-text b,
.default-text strong {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #0f2539;
  line-height: 30px;
}
/**
 * Home Page Slider
 */
#slider .home-page-slider {
  width: 100%;
}
#slider .home-page-slider .item {
  width: 100%;
  height: 605px;
}
#slider .home-page-slider .item .item-bg {
  width: 100%;
  height: 100%;
  position: relative;
 /** background-color: rgba(15, 37, 51, 0.8); */
}
#slider .home-page-slider .item .container {
  height: 100%;
}
#slider .home-page-slider .item .container .item-content {
  height: 500px;
  display: table;
}
#slider .home-page-slider .item .container .item-content img {
  width: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
#slider .home-page-slider .item .container .item-content .left,
#slider .home-page-slider .item .container .item-content .right {
  position: relative;
  display: table-cell;
  min-height: 1px;
  vertical-align: middle;
  word-wrap: break-word;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
}
#slider .home-page-slider .item .container .item-content .left {
  padding-right: 15px;
}
#slider .home-page-slider .item .container .item-content .left strong {
  display: block;
  font-family: 'Raleway-Bold';
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 50px;
}
#slider .home-page-slider .item .container .item-content .left p {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-family: 'MyriadPro-Regular';
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #slider .home-page-slider .item .container .item-content .left {
    padding-right: 0;
    width: 100%;
  }
}
#slider .home-page-slider .item .container .item-content .right {
  padding-left: 15px;
  vertical-align: bottom;
}
#slider .home-page-slider .item .container .item-content .right .right-content {
  display: table;
  width: 100%;
  position: relative;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 15px;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right {
  display: table-cell;
  vertical-align: middle;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right .one {
  display: block;
  font-size: 24px;
  font-family: 'Raleway-Bold';
  color: #ffffff;
  padding-bottom: 25px;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right .two {
  display: block;
  font-size: 16px;
  font-family: 'Raleway-Bold';
  padding-bottom: 10px;
  color: #ffffff;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right .two span {
  color: #ef3434;
  font-size: 16px;
  font-family: 'Raleway-Bold';
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right .three {
  display: block;
  color: #ef3434;
  font-family: 'Raleway-Bold';
  font-size: 30px;
  padding-bottom: 20px;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right ul {
  display: block;
}
#slider .home-page-slider .item .container .item-content .right .right-content .right-right ul li {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 5px;
  padding-top: 5px;
  font-family: 'MyriadPro-Regular';
}
@media all and (max-width: 767px) {
  #slider .home-page-slider .item .container .item-content .right {
    display: none;
  }
}
#slider .row {
  position: relative;
}
#slider .row .home-page-slider-dots {
  position: absolute;
  width: 100%;
  top: 540px;
  z-index: 11;
}
#slider .row .home-page-slider-dots .home-page-slider-dots-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#slider .row .home-page-slider-dots .home-page-slider-dots-container .owl-dot {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
#slider .row .home-page-slider-dots .home-page-slider-dots-container .owl-dot span {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #ffffff;
  transition: height 0.33s;
}
#slider .row .home-page-slider-dots .home-page-slider-dots-container .owl-dot.active span {
  background-color: #0d87ff;
  height: 3px;
}
/**
 * Header Default Title
 */
.header-defult-title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.header-defult-title .header-title {
  display: inline-block;
  font-size: 16px;
  color: #0f2539;
  position: relative;
  letter-spacing: 1px;
}
.header-defult-title .header-title span {
  font-family: 'Raleway-Bold';
  font-size: 16px;
  color: #ef3434;
  letter-spacing: 1px;
}
.header-defult-title .header-item:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #0f2539;
  width: 90px;
  position: absolute;
  top: 8px;
}
.header-defult-title .header-item-left:after {
  left: -160px;
}
.header-defult-title .header-item-right:after {
  right: -160px;
}
/**
 * Home Page Corporate
 */
#home-page-corporate .left {
  position: relative;
}
#home-page-corporate .left img {
  position: absolute;
}
#home-page-corporate .left img:nth-last-of-type(1) {
  z-index: 2;
  right: 15px;
  top: 75px;
}
@media all and (max-width: 1199px) {
  #home-page-corporate .left img:nth-last-of-type(1) {
    top: 30px;
  }
}
@media all and (max-width: 991px) {
  #home-page-corporate .left img:nth-last-of-type(1) {
    position: initial;
    top: initial;
    right: initial;
  }
}
@media all and (max-width: 767px) {
  #home-page-corporate .left img:nth-last-of-type(1) {
    margin: 0 auto;
  }
}
#home-page-corporate .left img:nth-last-of-type(2) {
  z-index: 1;
  top: 0;
  right: 35%;
}
@media all and (max-width: 1199px) {
  #home-page-corporate .left img:nth-last-of-type(2) {
    right: 45%;
  }
}
@media all and (max-width: 991px) {
  #home-page-corporate .left img:nth-last-of-type(2) {
    display: none;
  }
}
#home-page-corporate .right {
  padding-top: 130px;
}
@media all and (max-width: 1199px) {
  #home-page-corporate .right {
    padding-top: 60px;
  }
}
@media all and (max-width: 991px) {
  #home-page-corporate .right {
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  #home-page-corporate .right {
    padding-top: 30px;
  }
}
#home-page-corporate .right strong {
  display: block;
}
#home-page-corporate .right strong:nth-of-type(2) {
  font-family: 'Raleway-Medium';
  font-size: 30px;
  padding-bottom: 20px;
}
#home-page-corporate .right strong:nth-of-type(1) {
  color: #ef3434;
  padding-bottom: 15px;
}
#home-page-corporate .right p {
  line-height: 30px;
  text-align: justify;
}
#home-page-corporate .right a {
  display: block;
}
#home-page-corporate .right a i {
  padding-left: 10px;
}
#home-page-corporate .right a:hover {
  color: #ef3434;
}
#home-page-corporate .right a:hover em {
  color: #ef3434;
}
#home-page-corporate .right a:hover i {
  animation-play-state: running;
  color: #ef3434;
}
/**
 * Customer Comments
 */
#customer-comments {
  background-color: #fbfbfb;
  margin-top: 65px;
  position: relative;
}
@media all and (max-width: 1199px) {
  #customer-comments {
    margin-top: 29px;
  }
}
#customer-comments .container {
  position: relative;
}
#customer-comments .transactions {
  position: absolute;
  right: 15px;
  top: 160px;
  z-index: 1;
}
#customer-comments .transactions a {
  display: block;
  width: 30px;
  text-decoration: none;
}
#customer-comments .transactions a i {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ef3434;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
#customer-comments .transactions a:nth-of-type(1) {
  margin-bottom: 10px;
}
#customer-comments .item {
  margin-bottom: 30px;
}
#customer-comments .item .user-img {
  text-align: center;
  margin-bottom: 20px;
}
#customer-comments .item .user-img img {
  margin: 0 auto;
}
#customer-comments .item .user-name {
  margin-bottom: 20px;
}
#customer-comments .item .user-name span {
  font-size: 16px;
  font-family: 'Raleway-Medium';
  color: #0f2539;
  text-align: center;
  display: block;
}
#customer-comments .item .rating {
  text-align: center;
  margin-bottom: 20px;
}
#customer-comments .item .rating i {
  color: #edecea;
  font-size: 18px;
}
#customer-comments .item .rating i.active {
  color: #ef3434;
}
#customer-comments .item .comment {
  display: block;
  line-height: 25px;
  text-align: center;
  margin: 0;
}
#customer-comments .fa-chevron-down {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  color: #0f2539;
}
/**
 * News From Us
 */
#news-from-us {
  background-color: #0f2539;
  padding-bottom: 20px;
}
#news-from-us .header-defult-title {
  margin-bottom: 100px;
  padding-left: 190px;
}
@media all and (max-width: 767px) {
  #news-from-us .header-defult-title {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
#news-from-us .header-defult-title .header-title {
  color: #ffffff;
}
#news-from-us .header-defult-title .header-item-right:after {
  background-color: #ffffff;
}
#news-from-us .news-left-bg {
  position: relative;
}
@media all and (max-width: 767px) {
  #news-from-us .news-left-bg {
    display: none;
  }
}
#news-from-us .news-left-bg img {
  position: absolute;
  left: 0;
  top: -125px;
  z-index: 2;
}
@media all and (max-width: 991px) {
  #news-from-us .news-left-bg img {
    z-index: 1;
  }
}
#news-from-us .news-left-bg .news-icon {
  width: 160px;
  height: 175px;
  background-color: #ef3434;
  text-align: center;
  line-height: 175px;
  position: absolute;
  right: 0;
  top: 35px;
}
@media all and (max-width: 991px) {
  #news-from-us .news-left-bg .news-icon {
    z-index: 2;
    height: 245px;
    line-height: 245px;
  }
}
#news-from-us .news-left-bg .news-icon i {
  color: #ffffff;
  font-size: 45px;
  padding-left: 30px;
}
@media all and (max-width: 1199px) {
  #news-from-us .news-left-bg .news-icon i {
    font-size: 30px;
    padding-left: 90px;
  }
}
@media all and (max-width: 991px) {
  #news-from-us .news-left-bg .news-icon i {
    ont-size: 45px;
    padding-left: 30px;
  }
}
#news-from-us .item {
  margin-bottom: 30px;
  cursor: pointer;
}
#news-from-us .item strong {
  display: block;
  position: relative;
  height: 50px;
  padding: 30px 0;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Raleway-Bold';
  box-sizing: content-box;
  line-height: 25px;
}
#news-from-us .item strong:before {
  content: '';
  height: 5px;
  background-color: #ef3434;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
#news-from-us .item p {
  line-height: 25px;
  display: block;
  text-align: justify;
}
#news-from-us .item:hover i {
  animation-play-state: running;
  color: #ef3434;
}
/**
 * Creta Service Request
 */
#create-service-request {
  min-height: 223px;
}
#create-service-request .content {
  min-height: 223px;
  display: table;
  width: 100%;
}
@media all and (max-width: 767px) {
  #create-service-request .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#create-service-request .content .left,
#create-service-request .content .right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 767px) {
  #create-service-request .content .left,
  #create-service-request .content .right {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 767px) {
  #create-service-request .content .left {
    padding-bottom: 30px;
  }
}
#create-service-request .content .left p {
  display: block;
}
#create-service-request .content .left p strong {
  font-size: 24px;
  color: #0f2539;
}
#create-service-request .content .left p b {
  color: #0f2539;
  font-size: 24px;
  font-family: 'Raleway-Medium';
}
#create-service-request .content .right {
  text-align: center;
}
#create-service-request .content .right ._btn {
  width: 100%;
  max-width: 320px;
}
/**
 * Sloution Partners
 */
#solution-partners {
  background-color: rgba(242, 242, 242, 0.3);
}
#solution-partners .item {
  margin-bottom: 40px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
#solution-partners .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.33s;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#solution-partners .item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.33s;
}
/**
 * Page
 */
#page .page-default-title {
  font-size: 14px;
  font-family: 'Raleway-ExtraBold';
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}
#page .page-title {
  font-size: 48px;
  font-family: 'Raleway-ExtraBold';
  color: #0f2539;
  display: block;
  margin-bottom: 60px;
}
#page .left-block-title {
  width: 100%;
  min-height: 400px;
  border: 1px solid #0f2539;
  padding-top: 90px;
  padding-bottom: 30px;
}
#page .left-block-title strong {
  font-size: 16px;
  font-family: 'Raleway-Bold';
  display: block;
  text-align: right;
  position: relative;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#page .left-block-title strong:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #0f2539;
  width: 100px;
  position: absolute;
  top: 9px;
  left: -113px;
}
/**
 * Sidebar
 */
._sidebar {
  display: block;
  width: 100%;
  background-color: #0d87ff;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  top: -115px;
  border: 1px solid #0c79e5;
}
._sidebar li {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
._sidebar a {
  display: block;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  transition: all 0.33s;
  font-size: 13px;
  font-family: 'Raleway-Medium';
  color: #ffffff;
}
._sidebar a:hover {
  padding-left: 10px;
  color: #0f2539;
  transition: all 0.33s;
}
._sidebar a.active {
  color: #0f2539;
}
._sidebar li.title {
  display: block;
  border-bottom: 1px solid #0c79e5;
}
._sidebar li.title a {
  font-size: 14px;
  font-family: 'Raleway-Bold';
}
._sidebar li.title a:hover {
  color: #ffffff;
  padding-left: 0;
}
@media all and (max-width: 991px) {
  ._sidebar {
    top: 0;
    display: none;
    position: absolute;
    left: 0;
  }
}
/**
 * Category Sidebar
 */
.category-sidebar {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 11;
  top: -115px;
}
.category-sidebar ul {
  display: none;
}
.category-sidebar ul li {
  display: block;
}
.category-sidebar ul li a {
  display: block;
  padding: 17.5px 30px;
  transition: all 0.33s;
  font-size: 16px;
  font-family: 'Raleway-Medium';
  color: #ffffff;
  position: relative;
  transition: padding 0.33s;
  text-decoration: none;
}
.category-sidebar ul li a i {
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 15px;
}
.category-sidebar .category-1 {
  display: block;
}
.category-sidebar .category-1 > li > a {
  border-bottom: 1px solid #0c79e5;
  border-right: 1px solid #0c79e5;
  border-left: 3px solid #0f2539;
  background-color: #0d87ff;
}
.category-sidebar .category-1 > li > a:hover {
  padding-left: 40px;
}
.category-sidebar .category-2 > li > a {
  border-bottom: 1px solid #0c94ff !important;
  border-left: 1px solid #0C94FF !important;
  border-right: 1px solid #0C94FF !important;
  background-color: #3e9ffe;
  font-size: 14px;
}
.category-sidebar .category-2 > li > a:hover {
  padding-left: 40px;
}
.category-sidebar .category-3 > li > a {
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  background-color: #ffffff;
  padding-left: 53px!important;
  color: #0f2539;
  font-size: 14px;
}
.category-sidebar .category-3 > li > a i {
  color: #0d87ff;
}
.category-sidebar .category-3 > li > a:hover {
  padding-left: 63px!important;
}
.category-sidebar li.title {
  display: block;
}
.category-sidebar li.title a {
  font-size: 14px;
  font-family: 'Raleway-Bold';
  border: 1px solid #0c79e5;
}
@media all and (max-width: 991px) {
  .category-sidebar {
    top: 0;
    display: none;
    position: absolute;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
 * Bread Crumb
 */
._breadcrumb {
  margin-bottom: 60px;
}
._breadcrumb .content {
  display: table;
  width: 100%;
  position: relative;
  min-height: 180px;
}
._breadcrumb .content .title {
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 24px;
  word-wrap: break-word;
}
@media all and (max-width: 767px) {
  ._breadcrumb .content .title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
._breadcrumb .content .links {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media all and (max-width: 767px) {
  ._breadcrumb .content .links {
    display: block;
    width: 100%;
  }
}
._breadcrumb .content .links a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-family: 'Raleway-Regular';
  color: #ffffff;
  transition: color 0.33s;
  word-wrap: break-word;
}
._breadcrumb .content .links a:hover {
  color: #0d87ff;
}
._breadcrumb .content .links a.item:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #ffffff;
  width: 118px;
  position: absolute;
  top: 7px;
  left: -150px;
}
@media all and (max-width: 767px) {
  ._breadcrumb .content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  ._breadcrumb {
    display: table;
    width: 100%;
    min-height: 180px;
  }
}
/**
 * Category Bread Crumb
 */
.category-breadcrumb {
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  margin-bottom: 60px;
}
.category-breadcrumb .left {
  padding-top: 11px;
}
@media all and (max-width: 1199px) {
  .category-breadcrumb .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.category-breadcrumb .left a {
  font-size: 16px;
  font-family: 'Raleway-Medium';
  color: #0f2539;
}
@media all and (max-width: 1199px) {
  .category-breadcrumb .right {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .category-breadcrumb .right .category-breadcrumb-dropdown {
    width: 100%;
    margin-bottom: 20px;
  }
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-title {
  position: relative;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  cursor: pointer;
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-title span {
  font-size: 14px;
  color: #0f2539;
  display: block;
  padding-right: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-title i {
  position: absolute;
  right: 10px;
  color: #999999;
  font-size: 24px;
  top: 8px;
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-data-list {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #ffffff;
  z-index: 11;
  display: none;
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-data-list span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #0f2539;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  transition: color, padding 0.33s;
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-data-list span:hover {
  color: #0d87ff;
  padding-left: 10px;
}
.category-breadcrumb .right .category-breadcrumb-dropdown ._select-js .select-data-list span:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .category-breadcrumb .right .category-breadcrumb-pagination {
    width: 100%;
  }
}
.category-breadcrumb .right .category-breadcrumb-pagination a {
  display: inline-block;
}
.category-breadcrumb .right .category-breadcrumb-pagination .fa-angle-left {
  padding-right: 10px;
  font-size: 28px;
  color: #999999;
  position: relative;
  top: 6px;
}
.category-breadcrumb .right .category-breadcrumb-pagination .fa-angle-right {
  padding-left: 10px;
  font-size: 28px;
  color: #999999;
  position: relative;
  top: 6px;
}
.category-breadcrumb .right .category-breadcrumb-pagination .number-active {
  font-size: 14px;
  color: #0f2539;
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
}
.category-breadcrumb .right .category-breadcrumb-pagination .dots {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}
.category-breadcrumb .right .category-breadcrumb-pagination .number {
  font-size: 14px;
  color: #999999;
}
/**
 * Referance List
 */
.referance-list .item {
  position: relative;
  margin-bottom: 30px;
}
.referance-list .item .content {
  position: relative;
}
.referance-list .item .content .img {
  height: auto;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.referance-list .item .content .img img {
  margin: auto;
}
.referance-list .item .content .img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  background-color: rgba(254, 185, 0, 0.6);
  transition: top 0.33s;
}
.referance-list .item .content .img a i {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}
.referance-list .item .content .title {
  display: block;
  font-size: 14px;
  color: #0f2539;
  font-family: 'MyriadPro-Regular';
  height: 40px;
}
.referance-list .item:hover .content .img a {
  top: 0;
}
/**
 * Pagination
 */
._pagination {
  text-align: right;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  ._pagination {
    text-align: center;
  }
}
._pagination a {
  display: inline-block;
  padding: 8px 17px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-family: 'Raleway-Bold';
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 15px;
  color: #999999;
  border-radius: 25px;
  transition: border, color, background-color 0.33s;
}
._pagination a.active,
._pagination a:hover {
  border-color: #ef3434;
  color: #0f2539;
  background-color: #ef3434;
}
/**
 * Product List
 */
.product-list .item {
  margin-bottom: 45px;
}
.product-list .item strong.title {
  display: block;
  font-family: 'MyriadPro-Regular';
  color: #666666;
  font-size: 12px;
  margin-bottom: 7px;
}
.product-list .item b.model {
  font-family: 'Raleway-Bold';
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #0d87ff;
}
.product-list .item .img {
  margin-bottom: 20px;
}
.product-list .item .img img {
  margin: 0 auto;
}
.product-list .item span.brand,
.product-list .item span.model {
  font-size: 14px;
  font-family: 'MyriadPro-Regular';
  color: #666666;
  display: block;
  margin-bottom: 5px;
}
.product-list .item span.model {
  margin-bottom: 20px;
}
.product-list .item .features {
  display: block;
  margin-bottom: 20px;
  height: 145px;
}
.product-list .item .features li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list .item .features-default {
  display: table;
  width: 100%;
  position: relative;
}
.product-list .item .features-default div {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  font-family: 'Raleway-Bold';
  color: #ffffff;
  width: 2%;
}
.product-list .item .features-default span {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  font-family: 'Raleway-Bold';
  color: #ffffff;
  width: 49%;
}
.product-list .item .features-default span:nth-of-type(1) {
  background-color: #ef3434;
}
.product-list .item .features-default span:nth-of-type(2) {
  background-color: #0d87ff;
}
/**
 * Product Detail
 */
.product-detail {
  margin-bottom: 30px;
}
.product-detail .img {
  margin-bottom: 30px;
}
.product-detail .img img {
  margin: 0 auto;
}
.product-detail .product .title {
  display: block;
  color: #0d87ff;
  font-size: 18px;
  font-family: 'Raleway-Medium';
  margin-bottom: 40px;
}
.product-detail .product .brand,
.product-detail .product .model {
  display: block;
  font-family: 'Raleway-Bold';
  font-size: 16px;
  margin-bottom: 10px;
  color: #0f2539;
}
.product-detail .product .model {
  margin-bottom: 40px;
}
.product-detail .product .usage-areas strong {
  display: block;
  color: #0d87ff;
  font-size: 16px;
  font-family: 'Raleway-Bold';
  margin-bottom: 15px;
}
/**
* Ul Li List
*/
.default-ul-li-list {
  display: block;
  margin-bottom: 15px;
}
.default-ul-li-list li {
  display: block;
  font-size: 14px;
  font-family: 'MyriadPro-Regular';
  color: #666666;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}
.default-ul-li-list li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 5px;
}
/**
 * Tabs
 */
._tabs ._tabs-title {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  ._tabs ._tabs-title {
    display: table;
    position: relative;
  }
}
._tabs ._tabs-title a {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 15px 0;
  margin-right: 60px;
  position: relative;
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #0f2539;
  min-width: 150px;
  text-decoration: none;
}
._tabs ._tabs-title a:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background-color: #0d87ff;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: width 0.33s;
}
._tabs ._tabs-title a:hover:after,
._tabs ._tabs-title a.active:after {
  width: 100%;
}
@media all and (max-width: 767px) {
  ._tabs ._tabs-title a {
    display: table-cell;
    position: relative;
    margin-right: 0;
    padding: 15px;
    min-width: 1px;
  }
}
._tabs ._tabs-title a:nth-of-type(1) {
  padding-left: 0;
}
._tabs ._tabs-item-list {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 15px;
}
._tabs ._tabs-item-list ._tabs-item {
  display: none;
}
._tabs ._tabs-item-list ._tabs-item:nth-of-type(1) {
  display: block;
}
/**
 * Download List
 */
.download-list .item {
  margin-bottom: 30px;
}
.download-list .item a {
  display: block;
}
.download-list .item a strong {
  font-family: 'Raleway-Medium';
  color: #0f2539;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  transition: color 0.33s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.download-list .item a i {
  display: block;
  text-align: center;
  color: #0f2539;
  font-size: 24px;
  transition: color 0.33s;
}
.download-list .item a:hover strong {
  color: #0d87ff;
}
.download-list .item a:hover i {
  color: #0d87ff;
}
/**
 * Contact Details
 */
.contact-details {
  margin-bottom: 100px;
}
.contact-details .item {
  display: table;
  width: 100%;
  min-height: 225px;
  border-right: 1px solid #e1e1e1;
  padding-left: 45px;
}
@media all and (max-width: 767px) {
  .contact-details .item {
    padding-left: 0;
    border-right: none;
  }
}
.contact-details .item .content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media all and (max-width: 767px) {
  .contact-details .item .content {
    text-align: center;
  }
}
.contact-details .item .content i {
  display: block;
  color: #0f2539;
  font-size: 32px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .contact-details .item .content i {
    text-align: center;
  }
}
.contact-details .item .content strong {
  display: block;
  font-size: 14px;
  font-family: 'Raleway-Bold';
  color: #0f2539;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .contact-details .item .content strong {
    text-align: center;
  }
}
.contact-details .item .content a {
  display: block;
  text-decoration: none;
  color: #999999;
  margin-bottom: 2px;
}
@media all and (max-width: 767px) {
  .contact-details .item .content a {
    text-align: center;
  }
}
/**
 * News List
 */
.news-list .item {
  margin-bottom: 45px;
  cursor: pointer;
}
.news-list .item .content .details strong {
  display: block;
  position: relative;
  padding: 15px 0 10px 0;
  color: #0f2539;
  font-size: 16px;
  font-family: 'Raleway-Bold';
  box-sizing: content-box;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list .item .content .details strong:before {
  content: '';
  height: 5px;
  background-color: #ef3434;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  transition: width 0.33s;
}
.news-list .item .content .details b {
  display: block;
  margin-bottom: 20px;
  color: #0d87ff;
  font-size: 14px;
  font-family: 'Raleway-Medium';
}
.news-list .item .content .details .img {
  margin-bottom: 20px;
}
.news-list .item .content .details .img img {
  margin: 0 auto;
}
.news-list .item .content .details p {
  line-height: 25px;
  display: block;
  text-align: justify;
}
.news-list .item .content .details i {
  font-size: 18px;
}
.news-list .item .content .details:hover strong:before {
  width: 100%;
}
.news-list .item .content .details:hover i {
  animation-play-state: running;
  color: #ef3434;
}
/**
 * Footer
 */
div#footer {
  position: relative;
}
div#footer .footer-top {
  padding-bottom: 50px;
  padding-top: 30px;
}
div#footer .footer-top .speed-menu {
  margin-top: 60px;
}
div#footer .footer-top .speed-menu strong {
  display: block;
  color: #ef3434;
  font-size: 13px;
  margin-bottom: 40px;
}
div#footer .footer-top .speed-menu a {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  transition: all 0.33s;
}
div#footer .footer-top .speed-menu a:hover {
  color: #ffffff;
  padding-left: 10px;
  transition: all 0.33s;
}
@media all and (max-width: 767px) {
  div#footer .footer-top .speed-menu {
    text-align: center;
  }
  div#footer .footer-top .speed-menu a {
    display: inline-block;
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
div#footer .footer-top .header-defult-title .header-title {
  color: #ffffff;
}
div#footer .footer-top .header-defult-title .header-item-left:after {
  background-color: #ffffff;
}
div#footer .footer-top .e-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div#footer .footer-top .e-newsletter .content {
  display: table;
  position: relative;
  width: 100%;
}
div#footer .footer-top .e-newsletter .content .input-content {
  display: table-cell;
  vertical-align: top;
  width: 70%;
}
@media all and (max-width: 991px) {
  div#footer .footer-top .e-newsletter .content .input-content {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  div#footer .footer-top .e-newsletter .content .input-content {
    width: 100%;
    display: block;
  }
}
div#footer .footer-top .e-newsletter .content .input-content i.fa-envelope-o {
  color: #ffffff;
  padding-right: 15px;
  position: relative;
  font-size: 18px;
}
div#footer .footer-top .e-newsletter .content .input-content input {
  display: table-cell;
  vertical-align: top;
  color: #ffffff;
  padding-right: 15px;
  position: relative;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  width: 90%;
}
@media all and (max-width: 767px) {
  div#footer .footer-top .e-newsletter .content .input-content input {
    width: 85%;
  }
}
div#footer .footer-top .e-newsletter .content .input-content input::-webkit-input-placeholder {
  color: #ffffff;
}
div#footer .footer-top .e-newsletter .content .input-content input:-moz-placeholder {
  color: #ffffff;
}
div#footer .footer-top .e-newsletter .content .input-content input::-moz-placeholder {
  color: #ffffff;
}
div#footer .footer-top .e-newsletter .content .input-content input:-ms-input-placeholder {
  color: #ffffff;
}
div#footer .footer-top .e-newsletter .content .btn-send-content {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 30%;
  text-align: right;
}
@media all and (max-width: 991px) {
  div#footer .footer-top .e-newsletter .content .btn-send-content {
    width: 20%;
  }
}
@media all and (max-width: 767px) {
  div#footer .footer-top .e-newsletter .content .btn-send-content {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
}
div#footer .footer-top .e-newsletter .content .btn-send-content ._btn-send {
  border: none;
  padding: 0;
  margin-bottom: 0;
  float: right;
  text-align: right;
  max-width: 80px;
}
div#footer .footer-top .e-newsletter .content .btn-send-content ._btn-send i {
  top: 2px;
}
div#footer .footer-top .e-newsletter .content .btn-send-content ._btn-send i:nth-of-type(1) {
  color: #ffffff;
}
div#footer .footer-top .e-newsletter .content .btn-send-content ._btn-send span {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway-ExtraBold';
}
div#footer .footer-top .social-media .fa-share-alt {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  background-color: #0d87ff;
  font-size: 24px;
  margin-right: 20px;
  border-radius: 50%;
}
@media all and (max-width: 400px) {
  div#footer .footer-top .social-media .fa-share-alt {
    margin-right: 15px;
  }
}
div#footer .footer-top .social-media .fa-whatsapp,
div#footer .footer-top .social-media .fa-facebook,
div#footer .footer-top .social-media .fa-twitter,
div#footer .footer-top .social-media .fa-google-plus,
div#footer .footer-top .social-media .fa-instagram {
  color: #999999;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
  transition: all 0.33s;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}
@media all and (max-width: 400px) {
  div#footer .footer-top .social-media .fa-whatsapp,
  div#footer .footer-top .social-media .fa-facebook,
  div#footer .footer-top .social-media .fa-twitter,
  div#footer .footer-top .social-media .fa-google-plus,
  div#footer .footer-top .social-media .fa-instagram {
    margin-left: 3px;
    margin-right: 3px;
  }
}
div#footer .footer-top .social-media .fa-whatsapp:hover,
div#footer .footer-top .social-media .fa-facebook:hover,
div#footer .footer-top .social-media .fa-twitter:hover,
div#footer .footer-top .social-media .fa-google-plus:hover,
div#footer .footer-top .social-media .fa-instagram:hover {
  background-color: #ef3434;
  color: #ffffff;
  transition: all 0.33s;
}
div#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f2539;
}
div#footer .footer-bottom span {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Raleway-Medium';
  display: block;
}
@media all and (max-width: 767px) {
  div#footer .footer-bottom span {
    text-align: center;
  }
}
/**
 * Max Width 991px
 */
/**
 * Max Width 767px
 */
/**
 * Kodx Yazilim Logo
 */
.kodx-yazilim {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: -130px;
}
.kodx-yazilim:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ef3434;
  position: absolute;
  left: -6px;
  bottom: -16px;
  z-index: 10;
}
/**
 * Go Up
 */
a#go-up {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 55px;
}
a#go-up i {
  font-size: 50px;
  color: #ef3434;
}
/**
 * Login Menu Span Üçgen
 */
.triangle {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-color: transparent transparent tomato transparent;
  top: -22px;
  z-index: 0;
  right: 6px;
  left: initial;
}
/**
 * Hidden
 */
.item-hidden {
  position: absolute;
  z-index: -1;
  left: -9999px;
  opacity: 0;
}
/**
 * Preloader Gif
 */
div.preloader-gif {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
div.preloader-gif div.preloader-bg {
  width: 125px;
  height: 125px;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 125px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -62.5px;
  margin-top: -62.5px;
}
/**
 * Sosyal Medya Paylaş
 */
.social-share {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 30px;
}
.social-share span {
  display: block;
  color: #999999;
  font-family: 'MyriadPro-Regular';
  padding-right: 15px;
  font-size: 14px;
  padding-bottom: 20px;
}
.social-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #d9edf7;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 20px;
  color: #ffffff;
}
.social-share a.ion-android-share-alt {
  background-color: #2ab37b;
}
.social-share a.ion-social-facebook {
  background-color: #3b5998;
}
.social-share a.ion-social-twitter {
  background-color: #4cc2ff;
}
.social-share a.ion-social-googleplus {
  background-color: #d23e2b;
}
.social-share a.ion-social-linkedin {
  background-color: #4aa8db;
}
.social-share a.ion-social-whatsapp {
  background-color: #2AB300;
}
.social-share a.ion-email {
  background-color: #ff954e;
}
.social-share a.ion-social-tumblr {
  background-color: #0f4260;
}
/**
 * Btn
 */
._btn {
  margin-bottom: 15px;
  display: inline-block;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  letter-spacing: 1px;
  border: none;
  font-family: 'Raleway-Bold';
  font-size: 12px;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  max-width: 260px;
}
._btn-default-color {
  background-color: #ef3434;
  transition: all 0.33s;
}
._btn-default-color:hover {
  background-color: #ffffff;
  color: #ef3434;
  border-color: #ef3434;
}
._btn-primary-color {
  background-color: #0d87ff;
  transition: all 0.33s;
}
._btn-primary-color:hover {
  background-color: #ffffff;
  color: #0d87ff;
  border-color: #0d87ff;
}
._btn-bordered {
  display: inline-block;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  letter-spacing: 1px;
  border: none;
  font-family: 'Raleway-Bold';
  font-size: 12px;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  max-width: 260px;
  margin-bottom: 15px;
}
._btn-bordered-default-color {
  background-color: transparent;
  transition: all 0.33s;
  color: #ef3434;
  border-color: #ef3434;
}
._btn-bordered-default-color:hover {
  background-color: #ef3434;
  color: #ffffff;
  border-color: transparent;
}
._btn-bordered-primary-color {
  background-color: transparent;
  transition: all 0.33s;
  color: #0d87ff;
  border-color: #0d87ff;
}
._btn-bordered-primary-color:hover {
  background-color: #0d87ff;
  color: #ffffff;
  border-color: transparent;
}
/**
 * Form Group
 */
._form-group {
  display: block;
  margin-bottom: 55px;
  position: relative;
}
._form-group input,
._form-group textarea,
._form-group select,
._form-group .file-name {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333333;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: none;
  transition: all 0.33s;
}
._form-group input::-webkit-input-placeholder,
._form-group textarea::-webkit-input-placeholder,
._form-group select::-webkit-input-placeholder,
._form-group .file-name::-webkit-input-placeholder {
  transition: all 0.33s;
}
._form-group input::-moz-placeholder,
._form-group textarea::-moz-placeholder,
._form-group select::-moz-placeholder,
._form-group .file-name::-moz-placeholder {
  transition: all 0.33s;
}
._form-group input:-moz-placeholder,
._form-group textarea:-moz-placeholder,
._form-group select:-moz-placeholder,
._form-group .file-name:-moz-placeholder {
  transition: all 0.33s;
}
._form-group input:-ms-input-placeholder,
._form-group textarea:-ms-input-placeholder,
._form-group select:-ms-input-placeholder,
._form-group .file-name:-ms-input-placeholder {
  transition: all 0.33s;
}
._form-group input:hover,
._form-group textarea:hover,
._form-group select:hover,
._form-group .file-name:hover,
._form-group input:focus,
._form-group textarea:focus,
._form-group select:focus,
._form-group .file-name:focus {
  border-color: #333333;
  color: #333333;
}
._form-group input:hover::-webkit-input-placeholder,
._form-group textarea:hover::-webkit-input-placeholder,
._form-group select:hover::-webkit-input-placeholder,
._form-group .file-name:hover::-webkit-input-placeholder,
._form-group input:focus::-webkit-input-placeholder,
._form-group textarea:focus::-webkit-input-placeholder,
._form-group select:focus::-webkit-input-placeholder,
._form-group .file-name:focus::-webkit-input-placeholder {
  color: #333333;
}
._form-group input:hover::-moz-placeholder,
._form-group textarea:hover::-moz-placeholder,
._form-group select:hover::-moz-placeholder,
._form-group .file-name:hover::-moz-placeholder,
._form-group input:focus::-moz-placeholder,
._form-group textarea:focus::-moz-placeholder,
._form-group select:focus::-moz-placeholder,
._form-group .file-name:focus::-moz-placeholder {
  color: #333333;
}
._form-group input:hover:-moz-placeholder,
._form-group textarea:hover:-moz-placeholder,
._form-group select:hover:-moz-placeholder,
._form-group .file-name:hover:-moz-placeholder,
._form-group input:focus:-moz-placeholder,
._form-group textarea:focus:-moz-placeholder,
._form-group select:focus:-moz-placeholder,
._form-group .file-name:focus:-moz-placeholder {
  color: #333333;
}
._form-group input:hover:-ms-input-placeholder,
._form-group textarea:hover:-ms-input-placeholder,
._form-group select:hover:-ms-input-placeholder,
._form-group .file-name:hover:-ms-input-placeholder,
._form-group input:focus:-ms-input-placeholder,
._form-group textarea:focus:-ms-input-placeholder,
._form-group select:focus:-ms-input-placeholder,
._form-group .file-name:focus:-ms-input-placeholder {
  color: #333333;
}
._form-group .file-name {
  color: #dcdde3;
}
._form-group .file-name.active {
  color: #333333;
  border-color: #333333;
}
._form-group textarea {
  min-height: 130px;
}
._form-group .file-change-btn,
._form-group .file-delete-btn {
  display: inline-block;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
._form-group .file-change-btn {
  background-color: #ef3434;
}
._form-group .file-delete-btn {
  background-color: tomato;
  display: none;
}
/**
 * Send Btn
 */
._btn-send {
  display: block;
  width: 100%;
  max-width: 100px;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
  text-align: center;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: border 0.33s;
  margin-bottom: 15px;
}
._btn-send i {
  font-size: 14px;
  position: absolute;
  display: block;
  color: #333333;
  top: 21px;
  left: 0;
}
._btn-send i:nth-of-type(1) {
  transition: left 0.33s;
}
._btn-send i:nth-of-type(2) {
  color: #ef3434;
  transition: left 0.33s;
  left: -15px;
}
._btn-send span {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Raleway-ExtraBold';
  color: #333333;
  transition: color 0.33s;
}
._btn-send:hover {
  border-color: #ef3434;
}
._btn-send:hover i:nth-of-type(1) {
  left: -15px;
}
._btn-send:hover i:nth-of-type(2) {
  left: 0;
}
._btn-send:hover span {
  color: #ef3434;
}
/**
* Star Check
*/
.star-check-content {
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.33s;
}
.star-check-content span {
  display: block;
  width: 100%;
  color: #e1e1e1;
  font-size: 12px;
  border: none;
  outline: none;
  transition: all 0.33s;
}
.star-check-content:hover {
  border-color: #333333;
  transition: all 0.33s;
}
.star-check-content:hover span {
  color: #333333;
  transition: all 0.33s;
}
.star-check-content .star-content {
  width: 134px;
  position: relative;
  display: block;
}
.star-check-content input.star {
  display: none;
}
.star-check-content label.star {
  float: right;
  padding: 5px;
  font-size: 18px;
  color: #ef3434;
  transition: all 0.2s;
  cursor: pointer;
}
.star-check-content input.star:checked ~ label.star:before {
  content: '\f005';
  color: #ef3434;
  transition: all 0.25s;
}
.star-check-content input.star-5:checked ~ label.star:before {
  color: #ef3434;
}
.star-check-content input.star-1:checked ~ label.star:before {
  color: #F62;
}
.star-check-content label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
.star-check-content label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
/**
 * Modal
 */
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 14px;
  color: #333333;
}
.modal .modal-dialog .modal-content .modal-body ._form-group {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-footer button {
  margin-bottom: 0;
  margin-right: 15px;
}
.modal .modal-dialog .modal-content .modal-footer button:nth-last-of-type(1) {
  margin-right: 0;
}
/**
* Required
*/
._required {
  position: relative;
  z-index: 11;
}
._required:after {
  content: '*';
  font-family: 'Raleway-Medium';
  font-size: 25px;
  color: red;
  position: absolute;
  right: 15px;
  top: 13px;
}
/**
* Margin Left - Right
*/
@media all and (max-width: 676px) {
  .margin-left-right {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/**
* Storm Güvenlik
*/
#page-storm-phone {
  display: block;
  position: absolute;
  left: -50px;
  font-size: 14px;
  font-family: 'Raleway-ExtraBold';
  top: 570px;
  letter-spacing: 1px;
  color: #999999;
  text-decoration: none;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media all and (max-width: 1100px) {
  #page-storm-phone {
    display: none;
  }
}
#page-storm-email {
  display: block;
  position: absolute;
  right: -65px;
  font-size: 14px;
  font-family: 'Raleway-ExtraBold';
  top: 570px;
  letter-spacing: 1px;
  color: #999999;
  text-decoration: none;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media all and (max-width: 1100px) {
  #page-storm-email {
    display: none;
  }
}
/**
* Live Play
*/
.live-play {
  max-width: 290px;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 45px;
}
@media all and (max-width: 550px) {
  .live-play {
    position: static;
    top: initial;
    right: initial;
    padding-top: 45px;
  }
}
.live-play .img {
  display: inline-block;
  width: 50%;
  float: left;
}
.live-play .text {
  display: inline-block;
  width: 50%;
}
.live-play .text span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #0d87ff;
  margin-bottom: 7.5px;
  text-align: right;
}
.live-play .text span:nth-last-of-type(1) {
  color: #999999;
}
.live-play a {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 7.5px;
  color: #999999;
}
.live-play a span {
  color: #0d87ff;
  display: inline-block;
  padding-left: 3px;
}
