@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap&subset=latin-ext');

/*//////////////theme////////////////////*/
label { font-weight:normal; }

.scrollToTop {
  background-color: #F13;
  color: #fff;
}

.scrollToTop:hover,.scrollToTop:focus {
  background-color: #fff;
  color: #FF0000;
  border-color: 1px solid #FF0000;
}

.top_nav li a:hover {
  color: #F13;
}

.search_form input[type="submit"]:hover {
  opacity: 0.9;
}

.navbar-default {
  background-color: #F13;
}

.custom_nav li a:hover {
  border-color: #FF0000;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
  background-color: #fff;
  color: #F13;
  border-color: #FF0000;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
  background-color: #FFF;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
  background-color: #f00;
  color: #FFF;
  border-color: #FFAE00;
  padding-left: 20px;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background-color: #F00;
}

.content_middle_middle:after {
  background-color: #FF0000;
}

.content_middle_middle:before {
  background-color: #FF0000;
}

span.meta_date:hover {
  color: #FF0000;
}

.single_page_area > h2 {
  border-left: 5px solid #FF0000;
}

.single_page_content ul li:before {
  background: none repeat scroll 0 0 #FF0000;
}

.angle_left {
  background-color: #FF0000;
}

.angle_right {
  background-color: #FF0000;
}

.contact_form input[type="submit"]:hover {
  background-color: #FF0000;
  color: #fff;
  border-color: #FF0000;
}

.single_footer_top > h2 {
  color: #FF0000;
}


/*///////////////////style/////////////*/

* {
  font-family: 'Ubuntu', sans-serif;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  overflow-x: hidden !important;
}

ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #EEE;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  line-height: 23px;
}

img {
  border: none;
}

img:hover {
  opacity: 0.80;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.img-right {
  display: block;
  margin-left: auto;
}

.img-left {
  display: block;
  margin-right: auto;
}

#header {
  float: left;
  display: inline;
  width: 100%;
}

.header_top {
  display: inline;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.header_top_left {
  float: left;
  display: inline;
  width: 50%;
}



.top_nav li {
  display: inline-block;
  color: #F13;
}

.top_nav li a {
  color: #F13;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  padding: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
}

.top_nav li a:hover {
  color: #333;
  text-decoration: none;
  outline: none;
}

.header_top_right {
  float: right;
  display: inline;
  width: 50%;
  text-align: right;
  margin-top: 6px;
}

.search_form {
  padding: 10px 0 0;
  width: 185px;
}

.search_form input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f13;
  border-radius: 5px;
  color: #afafaf;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  max-height: 32px;
  padding: 0 0 0 5px;
  width: 150px;
  float: left;
}

.search_form input[type="submit"] {
  background: url("images/icon-searchh.png") no-repeat scroll center rgba(0,0,0,0);
  height: 30px;
  line-height: 30px;
  width: 30px;
  border: none;
  margin-left: 2px;
}

.header_bottom {
  display: inline;
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
}

.header_bottom_left {
  float: left;
  display: inline;
  width: 217px;
}
.firma_talep {width:48%; position:relative; margin-top:30px; margin:20px auto}

.logo {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  width: 217px;
}

.logo > img:hover {
  opacity: 1;
}

.logo > span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.header_bottom_right {
  float: right;
  display: inline;
  width: 180px;
  margin-top: 10px;
}

.header_bottom_right div {
  float: left;
  padding: 5px;
  color: #F13;
}

.header_bottom_right a {
  color: #f13;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("images/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.scrollToTop {
  bottom: 105px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  border: 1px solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,.scrollToTop:focus {
  text-decoration: none;
  outline: none;
}

#navarea {
  float: left;
  display: inline;
  width: 100%;
  background: #F13;
}

#navarea-mob {
  float: left;
  display: inline;
  width: 100%;
  background: #F13;
}
#navarea-mob .dropdown-menu>li>a { color:#FFF; }
.navbar-default {
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  z-index: 9999;
  border: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100% !important;
  background: #FFF;
  color: #F13;
}

.sticky a {
  color: #f13 !important;
}

.sticky .dropdown-menu a:hover {
  color: #fff !important;
}

.sticky .nav_right {
  color: #f13 !important;
}

.sticky .search_form input[type="submit"] {
  background: url("images/icon-search.png") no-repeat scroll center rgba(0,0,0,0);
}

#sticky-logo {
  padding: 0 30px 0 0;
  display: none;
}

#mob-logo {
  float: left;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 15px 13px 17px 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  color: #f13;
  font-family: "Ubuntu", sans-serif;
  padding: 5px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.nav_right {
  float: right;
  color: #fff;
  width: 380px;
}

.nav_right div {
  float: left;
}

.nav_right .irtibat {
  float: right;
  width: 170px;
  margin-top: 5px;
}

#mainContent {
  display: inline;
  float: left;
  width: 100%;
}

#mainContent a {
  color: #333;
  font-weight: bold;
}

.content_top {
  float: left;
  display: inline;
  width: 100%;
  border-bottom: 10px solid #f13;
}

.content_top_right {
  float: left;
  display: inline;
  width: 100%;
}

#topcontent {
  width: 100%;
}

.content_middle {
  float: left;
  display: inline;
  width: 100%;
  margin: 5px 10px;
}

.para {
  display: none;
  flex-direction: row;
}

.para a {
  color: #FFF !important;
}

.para h3 {
  opacity: 0;
}

.para_left {
  background: #333;
  color: #FFF;
  width: 59%;
  flex: 1;
  height: 100px;
  margin: 0 5px 0 -5%;
  padding: 0 0 0 10%;
  -webkit-transform: skew(330deg);
  -moz-transform: skew(330deg);
  -o-transform: skew(330deg);
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.para_right {
  background: #f13;
  color: #FFF;
  width: 59%;
  flex: 1;
  height: 100px;
  margin: 0 -5% 0 5px;
  padding: 0 11% 0 0;
  -webkit-transform: skew(330deg);
  -moz-transform: skew(330deg);
  -o-transform: skew(330deg);
  overflow: hidden;
  position: relative;
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.para_left:hover {
  flex: 3;
}

.para_right:hover {
  flex: 3;
}

.kurumsal h2,.bireysel h2 {
  margin-top: 35px;
  transition: transform 0.5s ease-in-out;
}

.kurumsal h3,.bireysel h3 {
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
}

.para_left:hover > .bireysel h2 {
  transform: translate(0, -20px);
}

.para_right:hover > .kurumsal h2 {
  transform: translate(0, -20px);
}

.para_left:hover > .bireysel h3 {
  transform: translate(0, -10px);
  opacity: 1;
}

.para_right:hover > .kurumsal h3 {
  transform: translate(0, -10px);
  opacity: 1;
}

.para_right .kurumsal {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
}

.para_left .bireysel {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
}

.alt_banner {
  padding: 0;
}

.alt_banner h4 {
  position: absolute;
  font-size: 30px;
  top: 20px;
  right: 20px;
  text-align: right;
  text-shadow: 1px 1px #000;
}

.alt_acente {
  background: #f13;
  color: #FFF;
  font-size: 30px;
  height: 50px;
  text-align: center;
  margin: 10px 0;
}

.alt_acente h4 {
  color: #FFF;
  font-size: 28px;
}

.hizmet {
  position: relative;
  height: 160px;
  margin: 10px;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.hizmet:hover .hizmet_img {
  transform: scale(0.8) translate(0,-20px);
}

.hizmet:hover .hizmet_al {
  transform: translate(0,-50px);
}

.hizmet_img {
  float: left;
  width: 120px;
  height: 120px;
  transition: all .2s ease-in-out;
}



.hizmet_al {
  float: left;
  position: absolute;
  width: 120px;
  overflow: hidden;
  bottom: -50px;
  transition: all .2s ease-in-out;
}

/*	.hizmet_al:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0;
  border-top: none;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-bottom: 15px solid #f13;
}*/

.hizmet_al p {
  color: #333;
  font-size: 20px;
  text-align: center;
}

.hizmet_aciklama {
  float: right;
  width: 400px;
  height: 120px;
  padding: 10px 30px;
}

.hizmet_aciklama p,.hizmet_aciklama h3 {
  color: #333;
  font-weight: normal;
}

.hizmet_aciklama h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

.title_text {
  background-color: #f6f6f6;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: 5px;
  z-index: 1;
}

.content_middle_middle {
  border-left: 10px solid #798992;
  border-right: 10px solid #798992;
  display: inline;
  float: left;
  margin-top: 17px;
  position: relative;
  width: 100%;
}

.content_middle_middle:after {
  content: "";
  height: 122px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.content_middle_middle:before {
  content: "";
  height: 122px;
  right: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.content_bottom {
  float: left;
  display: inline;
  width: 100%;
}
.haberler{ padding:20px 0; }
.haberler h2 { color:#F00; font-size:28px; text-align:center; position:relative; }
.content_bottom_left {
  background-color: #fff;
  display: inline;
  float: left;
  margin-left: -15px;
  min-height: 300px;
  width: 102%;
  padding-right: 25px;
}
.haber a{ font-size:14px; font-weight:100 !important; }
.haber h3{ font-size:20px; }
.bold_line{bottom:0; display:block; height:10px; left:0; position:absolute; width:100%}
.bold_line span{ display:block; height:100%; width:100%}
.solid_line{background-color:#F00; bottom:5px; display:block; height:1px; left:0; position:absolute; width:100%; z-index:0}
.content_bottom_left .title_text {
  background-color: #fff;
}

span.meta_date {
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  font-size: 12px;
}

span.meta_date:before {
  content: " ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}

.content_bottom_right {
  float: left;
  display: inline;
  width: 100%;
}

.tab-content {
  padding-top: 20px;
}

#footer {
  float: left;
  display: inline;
  width: 100%;
  border-top: 10px solid #444;
}

.footer_top {
  background-color: #222;
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
}

#footer h2 {
  color: #f13;
}

.single_footer_top {
  float: left;
  display: inline;
  width: 100%;
}

.single_footer_top > h2 {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 6px 0;
  text-transform: uppercase;
}

.single_footer_top p {
  color: #ddd;
}

.footer_bottom {
  float: left;
  display: inline;
  width: 100%;
  background: none repeat scroll 0 0 #282e31;
  color: #eee;
  font-size: 12px;
  padding: 8px 20px;
}

.footer_bottom_left {
  float: left;
  display: inline;
  width: 100%;
}

.footer_bottom_left p,.footer_bottom_right p {
  color: #949494;
  margin: 9px 10px 10px;
}

.footer_bottom_right p {
  font-size: 10px;
}

.footer_bottom_right {
  float: left;
  display: inline;
  width: 100%;
  text-align: right;
}

.single_page_area {
  display: inline;
  float: left;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 25px;
}

.single_page_area > h2 {
  color: #798992;
  padding: 20px 10px;
  line-height: 40px;
}

.single_page_content {
  float: left;
  display: inline;
  width: 100%;
}

.single_page_content h4 {
  margin-top: 20px;
  color: #F13;
  font-weight: bold;
}

.single_page_content img {
  margin-bottom: 10px;
  max-width: 100%;
}

.single_page_content ul {
  margin-bottom: 10px;
}

.single_page_content ul li {
  margin-bottom: 3px;
  padding-left: 30px;
}

.single_page_content ul li:hover {
  opacity: 0.75;
}

.single_page_content ul li:before {
  border-radius: 0;
  color: #Ff1300;
  content: "";
  height: 10px;
  margin-left: -15px;
  margin-top: 5px;
  position: absolute;
  width: 10px;
}

.btn:hover {
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.angle_left {
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  padding: 30px 2px;
  text-align: center;
  width: 50px;
}

.angle_right {
  color: #fff;
  display: block;
  float: right;
  font-size: 20px;
  padding: 30px 2px;
  text-align: center;
  width: 50px;
}

.angle_right:hover,.angle_left:hover {
  color: #fff;
}

#ContactContent {
  float: left;
  display: inline;
  width: 100%;
}

.contact_area {
  display: inline;
  float: left;
  padding: 0 15px 25px;
  width: 100%;
}

.contact_area h1 {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.contact_area h2 {
line-height:30px;
  text-align: center;
}
.contact_area h3 {

  text-align: center;
}
.contact_area a {
  color: #020;
}

.contact_area a:hover {
  color: #f13;
}

.contact_area > p {
  text-align: center;
}

.contact_bottom {
  float: left;
  display: inline;
  width: 100%;
}

.contact_us {
  width: 30%;
  position: relative;
  margin-top: 30px;
  margin: 20px auto;
}
.detaylar {
  width: 600px;
  position: relative;
  margin-top: 30px;
  margin: 20px auto;
}
.contact_us:before {
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}

.contact_us > h2 {
  font-size: 32px;
  margin: 24px 0;
  text-align: center;
}



.contact_form input[type="text"],.contact_form input[type="email"] {
  border-radius: 0;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}

.contact_form textarea {
  width: 100%;
  height: 150px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.contact_form input[type="submit"] {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 100px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width:1199px ) {
  .header_bottom_left {
    width: 210px;
  }
.menu-1, .menu-2 { display:none !important; }

  .logo {
    width: 210px;
  }

  .sticky .irtibat {
    display: none;
  }

  .sticky .nav_right {
    width: 195px;
  }

  .hizmet_aciklama {
    float: right;
    width: 300px;
    height: 120px;
    padding: 5px 15px;
  }
}

@media (max-width:991px ) {
  #navarea {
    display: block;
  }
  .header_bottom_left {
    width: 217px;
  }

  .header_bottom_right {
    display: block;
  }

  .nav_right {
    width: auto;
  }

  .irtibat {
    display: none;
  }
.sticky .nav_right {
    display:none;
  }
  .hizmet {
    height: 180px;
  }

  .hizmet_aciklama {
    width: 190px;
    padding: 0;
  }

  .content_bottom_left {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .contact_us {
    margin-top: 40px;
    width: 100%;
  }
  .detaylar {
  width: 90%;
  position: relative;
  margin-top: 30px;
  margin: 20px auto;
}
}

@media (max-width:767px ) {
  #navarea-mob {
    position: fixed;
    top: 0;
    background: #f13;
    z-index: 9999;
  }

  #navarea-mob .irtibat {
    display: block;
    color: #FFF;
    float: right;
    margin-right: 15px;
  }

  .header_bottom {
    display: none;
  }

  .alt_acente {
    height: auto;
  }

  #navarea-mob .irtibat div {
    float: left;
  }

  #navarea {
    display: none;
  }

  #header {
    margin-top: 52px;
  }

  .content_middle {
    display: flex;
    flex-flow: column;
  }

  #hizmetler {
    order: 1;
  }

  #jetizz_nedir {
    order: 2;
  }
#nedir-mob {
    display: flex;
    flex-flow: column;
  }

  #nedir {
    order: 2;
  }

  #nedir-img {
    order: 1;
  }
  .search_form input[type="text"] {
    width: 80%;
  }



  .hizmet {
    height: 130px;
  }

  .hizmet_aciklama {
    width: 60%;
    padding: 0;
  }

  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-nav {
    margin: 7.5px 0;
  }

  .custom_nav {
    border: none;
  }

  .single_footer_top {
    margin-bottom: 20px;
  }

  .footer_bottom_left {
    text-align: center;
  }

  .footer_bottom_right {
    text-align: center;
  }

  .angle_right {
    width: 13%;
  }

  .angle_left {
    width: 13%;
  }
}

@media (max-width:480px ) {
  .header_top_left {
    width: 100%;
  }

  .top_nav {
    text-align: center;
  }
.alt_banner h4 { font-size:22px; }
  #navarea-mob .irtibat .fa {
    display: none;
  }

  .header_top_right {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .search_form input[type="text"] {
    width: 80%;
  }

  .logo {
    width: auto;
  }

  .header_bottom_left {
    text-align: center;
  }

  .hizmet {
    height: 175px;
  }

  .hizmet_aciklama {
    width: 60%;
    padding: 0;
  }

  .container {
    padding: 0;
  }

  .content_middle {
    margin: 0;
  }

  .nav > li > a {
    padding: 10px;
  }

  .single_page_area > h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
  }
}

@media (max-width:360px ) {
  #navarea-mob .irtibat {
    display: none;
  }

  .hizmet {
    height: 250px;
    margin: 0;
  }

  .hizmet_aciklama {
    width: 100%;
    padding: 0;
  }

  .hizmet_al {
    display: none;
  }

  .top_nav li a {
    padding: 8px 7px;
  }
}

#jetizz_nedir {
  margin-top: 10px;
}

#jetizz_nedir h1 {
  color: #f13;
  text-align: center;
  margin: 40px 0;
}

#jetizz_nedir img {
  float: left;
}

#jetizz_nedir p {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

#jetizz_nedir p a {
  color: #000;
}

#jetizz_nedir p a:hover {
  color: #222;
}

/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 032 css*/

.jssorb032 {
  position: absolute;
}

.jssorb032 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb032 .i .b {
  fill: #fff;
  fill-opacity: 0.7;
  stroke: #000;
  stroke-width: 1200;
  stroke-miterlimit: 10;
  stroke-opacity: 0.25;
}

.jssorb032 .i:hover .b {
  fill: #000;
  fill-opacity: .6;
  stroke: #fff;
  stroke-opacity: .35;
}

/*jssor slider arrow skin 051 css*/

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

.jssora051:hover {
  opacity: .8;
}

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  #navarea-mob {
    display: none;
  }

  .navbar-default {
    width: 750px;
  }

  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .navbar-default .navbar-nav > li > a { padding: 15px 10px 17px 10px; }
}

@media (min-width: 992px) {
  .navbar-default {
    width: 970px;
  }
	
  .header_bottom_right {
    display: none;
  }

  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .navbar-default {
    width: 1200px;
  }

  .irtibat .fa {
    display: block;
  }

  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

#accordion h3 {
  cursor: pointer;
  border: 1px solid #eaeaea;
  color: #333;
  background: #F5F5F5;
  padding: 10px;
}

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

.panel-title > a {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 20px;
}

.panel-title > a:hover {
  color: #333;
}

.panel-title > a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}

.panel-title > a[aria-expanded="true"]:after {
  content: "\f077";
  /* fa-chevron-up */
}



.panel-body > a {
  color: #333;
  font-weight: bold;
}

.panel-default>.panel-heading {
  background: none;
}

.form-control {
  margin: 10px 0;
}

.panel-login {
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  margin-top: 30px;
}

.panel-login>.panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align: center;
}

.panel-login>.panel-heading a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.panel-login>.panel-heading a.active {
  color: #F13;
  font-size: 18px;
}

.panel-login>.panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.panel-login input:hover,.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.btn-login {
  background-color: #F13;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
}

.btn-login:hover,.btn-login:focus {
  color: #fff;
  background-color: #F13;
}

.forgot-password {
  text-decoration: underline;
  color: #888;
}

.forgot-password:hover,.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

/*theme*/
.scrollToTop {
  background-color: #F13;
  color: #fff;
}

.scrollToTop:hover,.scrollToTop:focus {
  background-color: #fff;
  color: #FF0000;
  border-color: 1px solid #FF0000;
}

.top_nav li a:hover {
  color: #F13;
}

.search_form input[type="submit"]:hover {
  opacity: 0.9;
}

.custom_nav li a:hover {
  border-color: #FF0000;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
  background-color: #fff;
  color: #F13;
  border-color: #FF0000;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
  background-color: #FFF;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
  background-color: #f00;
  color: #FFF;
  border-color: #FFAE00;
  padding-left: 20px;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background-color: #F00;
}

.content_middle_middle:after {
  background-color: #FF0000;
}

.content_middle_middle:before {
  background-color: #FF0000;
}

span.meta_date:hover {
  color: #FF0000;
}

.single_page_area > h2 {
  border-left: 5px solid #FF0000;
}

.single_page_content ul li:before {
  background: none repeat scroll 0 0 #FF0000;
}

.angle_left {
  background-color: #FF0000;
}

.angle_right {
  background-color: #FF0000;
}

.contact_form input[type="submit"]:hover {
  background-color: #FF0000;
  color: #fff;
  border-color: #FF0000;
}

.single_footer_top > h2 {
  color: #FF0000;
}

.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 20% !important;
  font-size:100px;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -35px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
