.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  /*  height: 100%;*/
}
.header {
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 107;
}
div.header {
  background: transparent;
}
#header {
  background: transparent;
}
#logo a img {
  border: none;
  margin: 25px 0 0;
}
#wrapper {
  min-height: 0px;
}
#footer {
  padding: 30px 0;
  margin: 0;
  width: 100%;
}
.brand {
  color: #fff !important;
  font-family: Share, cursive;
}
.brand:hover {
  color: #08C !important;
}
.fix_menu {
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 101;
}
.top_fixed_menu {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 120;
  position: fixed;
  background: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}
@media (max-width: 768px) {
  .top_fixed_menu {
    position: static;
    box-shadow: none;
  }
}
.top_fixed_menu .main_menu ul.nav > li > a {
  padding: 30px 25px;
}
.top_fixed_menu .main_menu ul.nav > li > a:hover {
  border-bottom: 0;
}

.top_fixed_menu .main_menu ul.nav li {
  padding: 0;
}
.top_fixed_menu .main_menu ul.nav > li > a {
  padding: 30px 25px;
  color: #333;
}
.top_fixed_menu .main_menu ul.nav > li > a:hover {
  border-bottom: 0;
}
.row [class*="span"] {
  min-height: 0;
}
/*-------------------Content in fancybox----------------------*/
.block-in {
  max-width: 768px;
}
.block-in h3 {
  text-transform: uppercase;
}
.block-in img {
  width: 50%;
  float: left;
  margin: 0 60px 20px 15px;
  height: 260px;
  object-fit: cover;
}
#block-in-care img {
  margin: 0 25px 0 15px;
}
.block-in .line {
  border-bottom: 1px solid #DFDFDF;
}
.block-in table {
  margin: 0 auto;
}
.block-in table tr {
  border-bottom: 1px solid #ADADAD;
  padding: 3px 5px;
}
.block-in table tr td {
  border-right: 1px solid #ADADAD;
  padding: 3px 5px;
}
.block-in table tr td:last-child {
  border-right: none;
}
.list-page {
  list-style-image: url("../images/done.png");
  margin-bottom: 30px;
}
.list-page li {
  line-height: 34px;
  font-size: 14px;
}
.block-in p {
  text-align: justify;
  text-indent: 20px;
  color: #333;
  font-size: 13px;
  padding: 0 15px;
}
.block-in h3 {
  text-align: center;
}
.block-in h2 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  margin: 25px 0;
}
.block-in dl {
  text-align: center;
}
.block-in .os_price {
  margin: 0;
}
.block-in dd {
  margin: 0 0 15px 0;
}
#block-in-s1 .line,
#block-in-s2 .line,
#block-in-s3 .line {
  margin: 15px;
}
.main_image{
  display: none !important;
}
.header {
  background: url(../../../images/0_1.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  min-height: 670px;
  position: relative;
  width: 100%;
  height: 100%;
}
/*_______ TOP MENU ______________________________________*/
.top_menu ul.nav {
  float: left;
  margin: 0 0 25px 0;
}
.top_menu ul.nav li {
  border-right: 1px solid #CECECE;
  float: left;
  list-style: none outside none;
  position: relative;
}
.top_menu ul.nav li:last-child {
  border-right: none;
}
.top_menu ul.nav li a {
  margin: 0 10px;
  padding: 0;
  position: relative;
}
/*_______ DROPDOWN MEIN MENU ______________________________________*/
.main_menu #site-navigation-main {
  margin-bottom: 0;
  border: none;
}
.main_menu .navbar-toggle {
  margin-bottom: 0;
}
.main_menu .navbar-toggle i {
  color: #fff;
  font-size: 36px;
}
.main_menu ul.nav > li ul {
  display: none;
}
.main_menu ul.nav li.parent:hover > ul {
  display: block;
}
.main_menu ul.nav {
  float: right;
  margin: 0;
  background-color: transparent;
}
.main_menu ul.nav li {
  text-align: right;
  position: relative;
  list-style: none;
  padding: 10px;
}
.main_menu ul.nav > li > a {
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: none;
  background: none;
}
.main_menu ul.nav li a {
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main_menu ul.nav > li > a:hover {
  text-shadow: none;
  background-color: transparent;
}
.main_menu ul.nav > li.active > a {
  box-shadow: none;
  text-shadow: none;

}
.main_menu ul.nav > li a {
  display: block;
  color: #fff;
}
.main_menu ul.nav > li.parent span.arrow {
  background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
  height: 20px;
  right: 5px;
  top: 28px;
  position: absolute;
  width: 20px;
}
.main_menu ul.nav li ul li.parent span.arrow {
  background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
  height: 15px;
  position: absolute;
  top: 7px;
  width: 30px;
}
.main_menu ul.nav li.parent ul,
.main_menu ul.nav li ul li.parent ul {
  background: #fff;
  border-left: 1px solid #d5d5d5;
  list-style: none;
  position: absolute;
  float: left;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  min-width: 200px;
  z-index: 9999;
}
.main_menu ul.nav li.parent ul {
  left: 0;
  top: 100%;
  border-top: 0px solid #12ABFF;
}
.main_menu ul.nav li ul li.parent ul {
  left: 100%;
  top: 0;
}
.main_menu ul.nav li.parent ul li {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  border-bottom: 1px solid #EAEAEA;
  clear: both;
  width: 100%;
}
.main_menu ul.nav li.parent ul li.lastChild {
  border-bottom: none;
}
.main_menu ul.nav li.parent ul li a {
  float: left;
  padding: 7px 10px 7px 0;
  margin: 0 15px 0 0;
  text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.main_menu ul.nav li.parent ul li a:hover {
  color: #888;
}
.main_menu ul.nav li.active > ul li.active > a {
  color: #333333;
}
.main_menu ul.nav li.active > ul li > a {
  color: #333333;
}
.main_menu ul.nav li.active > ul li > a:hover {
  color: #888888;
}
/*_______ FOOTER MENU ______________________________________*/
.footer_menu ul.nav {
  float: left;
  margin: 0 0 15px 0;
}
.footer_menu ul.nav li {
  border-right: 1px solid #CECECE;
  float: left;
  list-style: none outside none;
  position: relative;
}
.footer_menu ul.nav li:last-child {
  border-right: none;
}
.footer_menu ul.nav li a {
  margin: 0 10px;
  padding: 0;
  position: relative;
}
/*_______ TOP MENU ______________________________________*/
@media (max-width: 979px) {
  .main_menu ul.nav > li ul {
    display: block;
  }
  .top_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .top_menu ul.nav li a {
    background-color: #FAFAFA;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
  }
  .top_menu ul.nav li:first-child a {
    border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.nav li a:hover {
    background-color: #0088cc;
    text-shadow: 0 1px 0 transparent;
  }
  /*_______ DROPDOWN ACCORDION MENU ________________________________*/
  .main_menu ul.nav > li ul {
    display: block;
  }
  .main_menu ul.nav {
    float: none;
    margin: 10px 0 0;
  }
  .top_fixed_menu .main_menu ul.nav {
    margin-top: 0;
  }
  .main_menu ul.nav li {
    position: relative;
    list-style: none;
  }
  .main_menu ul.nav > li > a {
    margin: 0;
    /* padding: 7px 10px; */
    position: relative;
    /* text-transform: uppercase; */
  }
  .main_menu ul.nav li a {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    width: 100%;
  }
  .main_menu ul.nav > li > a {
  }
  .main_menu ul.nav > li > a:hover {
    margin: 0;
  }
  .main_menu ul.nav li {
    border-top: 1px solid #E6E6E6;
  }
  .main_menu ul.nav > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.nav > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.nav > li a {
    display: block;
  }
  .main_menu ul.nav > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    display: none;
    position: absolute;
    width: 20px;
  }
  .main_menu ul.nav li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    display: none;
    top: 7px;
    width: 30px;
  }
  .main_menu ul.nav li.parent ul,
  .main_menu ul.nav li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.nav li.parent ul {
    left: 0;
    top: 0;
  }
  .main_menu ul.nav li ul li.parent ul {
    left: 0 !important;
    top: 0 !important;
  }
  .main_menu ul.nav li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.nav li.parent ul li.lastChild {
    border-bottom: none;
  }
  .main_menu ul.nav li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.nav li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.nav li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.nav li.parent ul li a {
    float: none;
    margin: 0 15px 0 0;
    padding: 7px 10px 7px 15px;
    text-indent: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
  }
  /*_______ FOOTER MENU ______________________________________*/
  .footer_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.nav li a {
    background-color: #FAFAFA;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
  }
  .footer_menu ul.nav li:first-child a {
    border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.nav li a:hover {
    background-color: #0088cc;
    text-shadow: 0 1px 0 transparent;
  }
}
@media (max-width: 767px) {
  .main_menu,
  #main-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar {
    border: none;
  }
  .main_menu ul.nav {
    margin-top: 0;
  }
  .main_menu ul.nav li {
    float: none;
    background: rgba(0,0,0,0.6);
    padding-right: 15px !important;
  }
  .main_menu ul.nav a {
    padding: 7px 10px;
  }
  .main_menu ul.nav a:hover {
    padding-left: 20px;
  }
}
table.category tr th,
table.category tr td {
  border: 1px solid #E6E6E6;
  padding: 4px 16px;
}
form#adminForm ul.category li {
  background-color: #FFF;
  border: 1px solid #E6E6E6;
  list-style: none outside none;
  margin: 4px 0;
  padding: 5px 10px;
}
/*_______ END MENU ______________________________________*/
#copyrights p {
  text-align: center;
}
.copyrights a {
  margin: 26px 0 0;
  display: block;
}
.filter-search select {
  float: left;
  margin: 0 5px;
  width: 200px;
}
.filter-search,
.filters .alert-info {
  background-color: transparent;
  border: medium none;
  height: auto;
}
body.error {
  background: #f2f2f2;
}
.errorbox {
  margin: 15% 0 0;
  width: 50%;
}
.errorbox h1 {
  color: #333;
  font-size: 100px;
  line-height: 70px;
}
.errorbox h3 {
  color: #787878;
}
.errorbox a {
  cursor: pointer;
  color: #0088CC;
}
input.invalid {
  border-color: #FF0000 !important;
}
/*__________________________social icons_________________________*/
.soc_icons_box {
  text-align: right;
  margin: 20px 0 0;
}
.soc_icons_box ul {
  display: -moz-inline-stack;
  display: inline-block;
  margin-bottom: 0;
}
.soc_icons_box li {
  float: left;
  list-style: none;
  padding: 0;
}
.soc_icons li a {
  font-size: 18px;
  margin: 7px;
  color: #fff;
}
.soc_icons a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconsrow .fa-hover {
  float: left;
  font-size: 14px;
  padding: 3px 0 3px 9px;
  width: 225px;
}
.iconsrow i {
  font-size: 16px;
  width: 25px;
}
.iconsrow .fa-hover:hover {
  background-color: #fff;
  padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
  color: #0088cc;
  font-size: 18px;
}
.pos-2 {
  width: 100%;
  position: relative;
}

.row_icons .icon_circle i,
.row_icons a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.row_icons:hover .icon_circle i,
.row_icons:hover a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#tubular-container,
#tubular-shield {
  overflow: hidden;
  position: absolute !important;
  z-index: 100 !important;
  width: 100%;
  height: 550px !important;
  display: block;
  background: url('../images/bg-pattern.png') repeat;
}

.pos-4 {
  text-align: center;
  position: relative;
}
.pos-4 .arrow_bot {
  position: absolute;
  top: -110px;
  z-index: 99;
  left: 0;
  right: 0;
  pointer-events: none;
}
.pos-4 i {
  width: 36px;
  height: 36px;
  font-size: 28px;
  color: white;
  pointer-events: auto;
}
.touchSlider .pagination {
  height: 0px;
}
.pos-1 {
  text-align: center;
}

.block_icons h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}
.pos-5 .block_icons h3 {
  line-height: 20px;
  margin-top: 0;
  font-weight: normal;
}
.block_icons .row_icons,
.team_row .team_col,
.blockp .hoverp {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.block_icons p {
  height: auto;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row_icons.animated,
.team_col.animated,
.hoverp.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.row_icons {
  margin: 70px 0 0;
}
.row_icons i {
  font-size: 32px;
  line-height: 32px;
}
.row_icons a {
  padding: 10px 18px;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 30px auto 0;
  width: 46%;
  font-weight: normal;
  font-family: 'Oswald';
  background: rgba(249, 122, 20, 1);
}
.row_icons a:hover {
  background: #cc6a43;
  color: #fff;
}
.ordasoft_top .caption {
  top: 230px !important;
}
div.row_icons:hover a,
.caption a:hover {
  background: #333 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div.row_icons a:hover {
  color: #fff !important;
}
.caption a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.caption a:hover,
.row_icons a:hover {
  color: #fff;
}
.pos-2 {
  position: relative;
}
.pos-2 h1 {
  font-size: 70px;
  line-height: 70px;
}
.pos-3 h1 {
  margin-bottom: 10px;
}
.pos-3 img {
  max-width: 78%;
}
.photo_name {
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  height: 19px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: normal;
}
.post {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}
.photo_text {
  font-size: 14px;
  color: #303030;
  margin: 25px 0 0;
}
.pos-3 .social {
  margin: 20px 0 0;
}
.pos-3 .social i {
  font-size: 20px;
  padding: 0 5px;
}
.pos-4 {
  text-align: center;
}
.pos-4 i {
  cursor: pointer;
}
.pos-4 i {
  width: 36px;
  height: 36px;
  font-size: 28px;
  color: white;
}
.pos-5 h1,
.pos-5 h2.we_are {
  text-align: center;
}
.pos-5 h2 {
  margin-top: 7px;
}
.pos-6 h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
}
.pos-6 h2 {
  margin-bottom: 30px;
  color: #fff;
}


.pos-8 h1 {
  text-align: center;
}

.www {
  background: #F97A14;
  color: #fff;
}
.qqq {
  position: relative;
}


/*----------------------------end map------------------------------*/
/*----------------------------go top------------------------------*/
#Go_Top {
  bottom: 10px;
  display: block;
  left: 97%;
  outline: medium none;
  position: fixed;
  z-index: 2000;
  cursor: pointer;
}
#Go_Top a {
  height: 14px;
  display: block;
  padding: 7px 10px 14px;
  box-sizing: content-box;
}
#Go_Top i {
  font-size: 24px;
  line-height: 20px;
  color: #2cccfa;
}
/*----------------------------go top------------------------------*/
.pos-17 {
  margin: 50px 0;
}
.logos {
  list-style: none;
}
.logos li {
  float: left;
  text-align: center;
  width: 20%;
}
.logos li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.logos li img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.block_thumb_h {
  overflow: hidden;
}
.block_thumb_h img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block_thumb_h img:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

/*---------------------------------end switch Button-------------------------------*/
/*-------------------------------------Responsive----------------------------------*/
@media (max-width: 1200px) {
  .pos-11 h1 {
    font-size: 64px;
    line-height: 64px;
  }
  .content_section .type1 {
    width: 50%;
  }
  .content_section .type2 {
    width: 60%;
  }
  .content_section .type3 {
    width: 33%;
  }
}
@media (max-width: 1024px) {
  .main_menu ul.nav li.lastChild ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
    height: 15px;
    position: absolute;
    top: 9px;
    width: 20px;
  }
  .main_menu ul.nav li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%;
    top: -2px;
  }
  .copyrights a {
    margin: 26px 0 0;
    display: block;
  }
  .ordasoft_top .caption {
    top: 150px !important;
  }
  #Go_Top {
    left: 95%;
  }
}

@media (max-width: 980px) {
  #logo a img {
    margin: 8px 0 0;
  }
  .top_fixed_menu .main_menu ul.nav > li > a {
    padding: 18px 10px;
  }
  .main_menu ul.nav li {
    padding: 0px ;
  }
  .top_fixed_menu .main_menu ul.nav li {
    background: transparent;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background: transparent;
  }
  .main_menu ul.nav > li > a {
    border-bottom: 1px solid transparent;
  }
  .top_fixed_menu .main_menu ul.nav > li > a {
    border-bottom: 1px solid transparent;
  }
  .main_menu ul.nav li {
    border-top: 1px solid transparent;
  }
  .ordasoft_top .caption {
    top: 120px !important;
  }
  body.divTurquoise .top_fixed_menu .main_menu ul.nav > li > a:hover {
    border-bottom: 1px solid transparent;
  }
  body.divBlue .top_fixed_menu .main_menu ul.nav > li > a:hover {
    border-bottom: 1px solid transparent;
  }
  body.divRed .top_fixed_menu .main_menu ul.nav > li > a:hover {
    border-bottom: 1px solid transparent;
  }
  body.divYellow .top_fixed_menu .main_menu ul.nav > li > a:hover {
    border-bottom: 1px solid transparent;
  }
  body.divGreen .top_fixed_menu .main_menu ul.nav > li > a:hover {
    border-bottom: 1px solid transparent;
  }
  body.divPurple .top_fixed_menu .main_menu ul.nav > li > a:hover {
    border-bottom: 1px solid transparent;
  }
  .content_section .type1 {
    width: 64%;
  }
  .content_section .type2 {
    width: 78%;
  }
  .content_section .type3 {
    width: 43%;
  }
  .row_icons a {
    width: 40%;
  }
  .ordasoft_middle .caption {
    top: 85px !important;
  }
  .pos-11 h1 {
    font-size: 46px;
    line-height: 46px;
  }
  .pos-18 dd a {
    padding: 10px 45px;
  }
}
@media (max-width: 768px) {
  #logo,
  .copyrights p {
    text-align: center;
  }
  form#adminForm {
    max-width: 758px;
    overflow-x: auto;
  }

  .pos-5 .row_icons i {
    margin-bottom: 10px;
  }
  .pos-5 .row_icons {
    margin: 25px 0 0;
  }
  .caption h1 {
    line-height: 46px;
    font-size: 46px;
  }
  .caption h2 {
    font-size: 16px;
  }
  .caption a {
    padding: 15px 70px;
  }
  .pos-2 h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .content_section .type1 {
    width: 65%;
  }
  .content_section .type2 {
    width: 78%;
  }
  .content_section .type3 {
    width: 43%;
  }
  .bg_count,
  .bg_black_count,
  .bg_count_op {
    height: 670px;
  }
  div.imageGallery .rowImages .fancybox h3 {
    font-size: 16px;
    right: 14px;
    top: 14px;
    line-height: 17px;
  }
  h1 {
    line-height: 35px;
    font-size: 35px;
  }
  .ordasoft_top .caption {
    top: 90px !important;
  }
  .pos-15,
  .pos-16 {
    margin: 50px 0 0;
    text-align: center;
  }
  .Six_Contact #name,
  .Six_Contact #email,
  .Six_Contact #message {
    margin: 0 auto 30px;
  }
  .pos-4 {
    margin-bottom: 0;
  }
  .pos-4 .arrow_bot {
    top: -85px;
  }
  .bg_black_video iframe {
    width: 160%;
    left: -30%;
  }
}
@media (max-width: 628px) {
  .pos-0 .swiper-container {
    height: 350px !important;
  }
}
@media (max-width: 600px) {
  .content_section .type1 {
    width: 25%;
  }
  .content_section .type2 {
    width: 31%;
  }
  .content_section .type3 {
    width: 17%;
  }
  .imageGallery div.rowImages a.fancybox {
    width: auto !important;
  }
  div.imageGallery .rowImages .fancybox h3 {
    font-size: 31px;
    right: 20px;
    top: 40px;
    line-height: 28px;
  }
  .pos-2 h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .top_fixed_menu {
    position: static;
  }
  #Go_Top {
    left: 90%;
  }
  .pos-11 h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .bg_slider,
  .bg_black_slider,
  .bg_slide_op {
    height: 300px;
  }
}
@media (max-width: 568px) {
  .content_section .type1 {
    width: 27%;
  }
  .content_section .type2 {
    width: 33%;
  }
  .content_section .type3 {
    width: 18%;
  }
}
@media (max-width: 480px) {
  .pos-12,
  .pos-13,
  .pos-14 {
    margin: 50px 0 0;
  }
  #Go_Top {
    left: 90%;
  }
  .content_section .type1 {
    width: 34%;
  }
  .content_section .type2 {
    width: 40%;
  }
  .content_section .type3 {
    width: 22%;
  }
  .pos-6 h1,
  .pos-11 h1,
  .pos-12 h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .logos li {
    float: none;
    width: 100%;
  }
  .caption h1 {
    line-height: 34px;
    font-size: 34px;
  }
  .caption h2 {
    font-size: 16px;
  }
  .ordasoft_middle .caption {
    top: 25px !important;
  }
}
@media (max-width: 384px) {
  .pos-2 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .content_section .type1 {
    width: 40%;
  }
  .content_section .type2 {
    width: 49%;
  }
  .content_section .type3 {
    width: 27%;
  }
  .pos-6 h1,
  .pos-11 h1,
  .pos-12 h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .pos-2 h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .content_section .type1 {
    width: 48%;
  }
  .content_section .type2 {
    width: 59%;
  }
  .content_section .type3 {
    width: 32%;
  }
  .ordasoft_middle .caption {
    top: 0 !important;
  }
  .caption h1 {
    line-height: 20px;
    font-size: 19px;
  }
  .caption h2 {
    font-size: 13px;
  }
  .pos-6 h1,
  .pos-11 h1,
  .pos-12 h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .bg,
  .bg_black,
  .bg_opacity {
    min-height: 450px;
  }
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.moduletable_login {
  padding: 0px 0 10px;
  width: 60%;
  margin: auto;
}
.moduletable_login .userdata {
  margin: 15px auto 0px;
}
.moduletable_login #form-login-username,
.moduletable_login #form-login-password,
.moduletable_login #form-login-submit {
  width: 33.33333333%;
  float: left;
  padding: 10px;
}
.moduletable_login #form-login-username input,
.moduletable_login #form-login-password input,
.moduletable_login #form-login-submit input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  color: #888888;
  border: 1px solid #cccccc;
  line-height: 20px;
}
.moduletable_login .add-on {
  display: none;
}
.moduletable_login #form-login-remember,
.moduletable_login a {
  font-size: 14px;
}
.moduletable_login [type="submit"] {
  padding: 7px 10px;
  width: 100%;
  margin-top: 0px;
  height: 100%;
  border: none;
}
.moduletable_login [type="submit"]:focus {
  outline: none;
}
.moduletable_login .form-login_base_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.moduletable_login .form-login_base_button:before,
.moduletable_login .form-login_base_button:after {
  content: "";
  display: table;
  clear: both;
}
.moduletable_login .form-login_base_button:before,
.moduletable_login .form-login_base_button:after {
  content: "";
  display: table;
  clear: both;
}
.moduletable_login .controls,
.moduletable_login .input-prepend,
.moduletable_login .input-small {
  height: 100%;
}
.moduletable_login .checkbox label > i {
  vertical-align: text-bottom;
  font-size: 18px;
}
.moduletable_login .checkbox .fa-check-square-o {
  display: none;
}
.moduletable_login .checkbox .fa-square-o {
  margin-right: 3px;
}
.moduletable_login .checkbox input[type=checkbox]:checked + label .fa-check-square-o {
  display: inline-block;
}
.moduletable_login .checkbox input[type=checkbox]:checked + label .fa-square-o {
  display: none;
}
.moduletable_login .form-inline .control-label {
  vertical-align: initial;
}
.moduletable_login #form-login-remember,
.moduletable_login ul {
  clear: both;
  padding: 10px;
  display: inline-block;
}
.moduletable_login #form-login-remember {
  vertical-align: baseline;
}
.moduletable_login li {
  display: inline-block;
  margin-right: 10px;
}
.moduletable_login li a {
  text-decoration: none;
}
.moduletable_login .logout-button {
  width: 33%;
  margin: auto;
}
.moduletable_login .login-greeting {
  text-align: center;
}
@media (max-width: 1259px) {
  .moduletable_login .userdata {
    padding: 0px 15px;
  }
}
@media (max-width: 1199px) {
  .moduletable_login #form-login-username,
  .moduletable_login #form-login-password,
  .moduletable_login #form-login-submit {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .moduletable_login .checkbox label {
    padding-left: 0px;
  }
  .moduletable_login #form-login-username,
  .moduletable_login #form-login-password,
  .moduletable_login #form-login-submit {
    width: 100%;
    float: none;
    padding: 10px 0px;
  }
}
@media (max-width: 705px) {
  .moduletable_login .userdata .logout-button {
    width: 100%;
  }
}
@media (max-width: 596px) {
  .moduletable_login #form-login-remember,
  .moduletable_login ul,
  .moduletable_login li {
    display: block;
    margin: 0px auto;
    text-align: center;
  }
}
.home_page_slider {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_page_slider .slide-text.caption {
  text-align: center;
}
@media (max-width: 630px) {
  .home_page_slider .slide-text.caption {
    top: 8%  !important ;
  }
}
.caption h3 {
  line-height: 1.2em  !important ;
  font-size: 1.2em  !important ;
  color: #fff   ;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.caption a {
  font-family: Oswald;
  padding: 20px 100px;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  background: rgba(249, 122, 20, 1);
}
.caption h6 {
  font-weight: 400  !important ;
  font-style: italic  !important ;
  font-size: 0.4em  !important ;
  line-height: 0.4em  !important ;
  margin-bottom: 40px;
}
.caption h6,
.caption h3 {
  color: #fff;
}
.full-width {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.full-width > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}





/*---------------------------------------------------------------------------------------------------*/
/* new styles j 3.9.12  2019.10.14*/
/*---------------------------------------------------------------------------------------------------*/

a:focus,
button:focus,
input:focus {
  outline: none !important;  
}



/*---------------------------*/
/* main menu */
/*---------------------------*/
.header .soc_icons_box {
  padding-right: 25px;
}

.navbar.top_fixed_menu ul {
  float: none;
  text-align: right;
  margin: 10px 0;
}
.navbar.top_fixed_menu ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.navbar.top_fixed_menu .moduletable.arrow_down {
  display: none;
}
.navbar.top_fixed_menu ul li a {
  color: #222226;
  background-color: transparent;
}
.main_menu ul.nav > li.active > a,
.main_menu .button_text p {
  color: #2CCCFA;
}

/*---------------------------*/
/* main image */
/*---------------------------*/

.menu_row {
  padding-top: 2%;
}
.main_image p {
  margin-bottom: 0;
}
.main_image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.arrow_down {
  clear: both;
  text-align: right;
  padding-right: 10px;
}
.arrow_down i {
  font-size: 60px;
  color: #fff;
  margin-top: 20px;
  animation: bounce1 2s infinite;
  -webkit-animation: bounce1 2s infinite;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  cursor: pointer;
}
.arrow_down i:hover {
  color: #2cccfa;
}

@-webkit-keyframes bounce1 {

    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
}


/*---------------------------*/
/* about us */
/*---------------------------*/
#about .col-xs-12,
#works .col-xs-12 {
  padding: 0;
}
.about,
.works {
  text-align: right;
  padding: 0px 40px 0;
}
.about p,
#works .works p {
  letter-spacing: 1px;
  margin: 20px 0 50px 0;
}
.about .pdf,
.about #block-out,
#works .pdf,
#works #block-out,
#halls #block-out,
#halls .pdf {
    background-color: #222226;
    border: 1px solid #222226;
    padding: 6px 10px;
    font-size: 20px;
    color: #3ed0fa;
    display: inline-block;
    width: auto;
    margin: 5px;
}
.about .pdf:hover,
.about #block-out:hover,
.works .pdf:hover,
.works #block-out:hover,
.halls #block-out:hover,
.halls .pdf:hover {
  color: #fff;
}
/*---------------------------*/
/* team */
/*---------------------------*/
#team .col-xs-12,
#clients .col-xs-12 {
  padding: 0;
}
#team p,
#clients p {
  margin: 0;
}
.team,
.clients {
  text-align: left;
  padding: 0px 40px 0;
}
#team .team p,
#clients .clients p {
  letter-spacing: 1px;
  margin: 20px 0 50px 0;
}
.team .pdf,
.team #block-out,
.clients .pdf,
.clients #block-out {
    background-color: #222226;
    border: 1px solid #222226;
    padding: 6px 10px;
    font-size: 20px;
    color: #3ed0fa;
    display: inline-block;
    width: auto;
    margin: 5px;
}
.team .pdf:hover,
.team #block-out:hover,
.clients .pdf:hover,
.clients #block-out:hover {
  color: #fff;
}
/*---------------------------*/
/* works */
/*---------------------------*/
#works p {
  margin: 0;
}
iframe {
  width: 100%;
}
#clients .col-xs-12 {
  margin-top: -5px;
}
/*---------------------------*/
/* contact us */
/*---------------------------*/

.contact_bg {
  background: url(../../../images/map.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 40px 0 10px;
}
.contact_bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(44, 205, 251, .8);
}

.text_col {
  text-align: right;
}
.text_col h3 {
  margin-bottom: 20px;
}
.text_col .custom_contacts i {
  color: #fff;
  margin-left: 5px;
}
.text_col .custom_contacts .mr {
  margin-bottom: 5px;
}


/*---------------------------*/
/* footer */
/*---------------------------*/
.copyrights a {
  text-align: center;
}
.main_menu ul.nav > li > a:hover {
  color: #2CCCFA;
}

.footer .moduletable_login #form-login-username,
.footer .moduletable_login #form-login-password,
.footer .moduletable_login #form-login-submit {
  width: 33.33333333%;
  float: left;
  padding: 10px;
}
.footer .moduletable_login #form-login-username input,
.footer .moduletable_login #form-login-password input,
.footer .moduletable_login #form-login-submit input {
  width: 170px;
  font-size: 16px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #888888;
  border: 1px solid #cccccc;
  line-height: 20px;
}
.footer .moduletable_login .userdata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
}
.footer .moduletable_login #form-login-remember {
  vertical-align: baseline;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.footer .moduletable_login .add-on {
  display: none;
}
.footer .moduletable_login #form-login-remember,
.footer .moduletable_login a {
  font-size: 14px;
   font-family: 'Quicksand', sans-serif;
}
.footer .moduletable_login [type="submit"] {
  padding: 7px 10px;
  width: 100%;
  margin-top: 0px;
  height: 100%;
  font-weight: bold;
}
.footer .moduletable_login [type="submit"]:focus {
  outline: none;
}
.footer .moduletable_login .controls,
.footer .moduletable_login .input-prepend,
.footer .moduletable_login .input-small {
  height: 100%;
}
.footer .moduletable_login .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.footer .moduletable_login .checkbox label > i {
  vertical-align: text-bottom;
  font-size: 18px;
}
.footer .moduletable_login .checkbox .fa-check-square-o {
  display: none;
}
.footer .moduletable_login .checkbox .fa-square-o {
  margin-right: 3px;
}
.footer .moduletable_login .checkbox input[type=checkbox]:checked + label .fa-check-square-o {
  display: inline-block;
}
.footer .moduletable_login .form-inline .control-label {
  vertical-align: top;
  color: #fff;
}
.footer .moduletable_login #form-login-remember,
.footer .moduletable_login ul {
  clear: both;
  padding: 10px;
  display: inline-block;
  margin: 0;
}
.footer .moduletable_login #form-login-remember {
  vertical-align: baseline;
}
.footer .moduletable_login li {
  display: inline-block;
  margin-right: 10px;
}
.footer .moduletable_login li a {
  text-decoration: none;
}
.footer .moduletable_login .logout-button {
  width: 33%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.footer .moduletable_login .login-greeting {
  text-align: center;
  color: #fff;
}

@media (max-width: 1259px) {
  .footer .moduletable_login {
    padding: 0px 15px;
  }
}
@media (max-width: 1245px) {
  .footer .moduletable_login {
    width: 64%;
  }
}
@media (max-width: 1071px) {
  .footer .moduletable_login {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .footer .moduletable_login_form .checkbox label {
    padding-left: 0px;
  }
  .footer .moduletable_login #form-login-username,
  .footer .moduletable_login #form-login-password,
  .footer .moduletable_login #form-login-submit {
    width: 100%;
    float: none;
    padding: 10px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .footer .moduletable_login [type="submit"] {
    width: 170px;
  }
}
@media (max-width: 705px) {
  .footer .moduletable_login .logout-button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer .moduletable_login #form-login-remember,
  .footer .moduletable_login ul,
  .footer .moduletable_login li {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 100%;
  }
}

/*---------------------------*/
/* edit button */
/*---------------------------*/

.icons .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.icons .open > .dropdown-menu {
  display: block;
}
.icons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/*---------------------------*/
/* responsive */
/*---------------------------*/


@media(max-width: 1280px) {
  .team, .clients {
    /* padding: 20px 40px 0; */
  }
  #team .team p, #clients .clients p {
    margin: 20px 0 20px 0;
  }
}

@media(max-width: 992px) {

}

@media(max-width: 991px) {
  .about, .works, .team, .clients {
    padding: 10px;
  }
  #team .team p, #clients .clients p,.about p, #works .works p {
    font-size: 12px;
  }
  /* #team .team h3, #clients .clients h3,.about h3, #works .works h3 {
    margin-top: 0;
    font-size: 24px;
  } */
}

@media(max-width: 768px) {
  [class^=os-gallery-all-in-one-main] .img-block.taras-effect .os-gallery-caption h3, [class^=os-gallery-album-tabs-main] .img-block.taras-effect .os-gallery-caption h3, [class^=os-gallery-tabs-main] .img-block.taras-effect .os-gallery-caption h3 {
    margin-top: 15px;
  }
}

@media(max-width: 767px) {
  .about, .works, .team, .clients {
    text-align: center;
    margin: 10px;
  }
  .text_col,.copyrights a,.footer .soc_icons_box {
    text-align: center;
  }
  #team {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #team .col-lg-4 {
    order: 1;
  }
  #team .col-lg-8 {
    order: 2;
  }
}

@media(max-width: 480px) {

}

.wrapperTraining{
  background: url(../../../images/bgTraining.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 150px;
}
.wrapperTraining h2{
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-bottom: 30px;
}
.wrapperTraining:after{
  position: absolute;
  content: "";
  background: #0000008c;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.wrapperOneTraining{
  position: relative;
  z-index: 2;
  width: 22%;
  text-align: center;
  border: 5px solid #2cccfa;
  margin: 20px 0;
  border-radius: 100px;
  transition: .5s;
}
.wrapperOneTraining:hover{
  transition: .5s;
  background: #2cccfaa3;
}
.wrapperOneTraining p{
  color: #fff;
}
.wrapperOneTraining h4{
  color: #fff;
}
#awards h3{
  text-align: center;
  margin: 0 0 30px;
}
#awards #os-slider-137.swiper-container{
  height: 320px !important;
}
#about,
#team,
#works,
#clients,
#training,
#halls,
#awards{
  padding: 30px 0;
}
#halls .os-gallery-img-title,
#team .os-gallery-img-title{
  text-align: center;
  font-size: 24px;
  margin: 0;
  color: #fff;
}
#halls .os-gallery-img-desc,
#team .os-gallery-img-desc{
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}
#halls .os-gallery-caption,
#team .os-gallery-caption{
  background: #2cccfa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1300px){
  #halls .os-gallery-img-title, 
  #team .os-gallery-img-title,
  #halls .os-gallery-img-desc, 
  #team .os-gallery-img-desc{
  	font-size: 18px;  
  }
}
@media (max-width: 1250px){
  #awards #os-slider-137.swiper-container {
    height: 270px !important;
  }
}
@media (max-width: 1200px){
  .wrapperOneTraining{
    width: 31%;
  }
}
@media (max-width: 1199px){
  #halls .os-gallery-img-title,
  #team .os-gallery-img-title,
  #halls .os-gallery-img-desc,
  #team .os-gallery-img-desc{
    font-size: 18px;
  }
}
@media (max-width: 1050px){
  #awards #os-slider-137.swiper-container {
    height: 230px !important;
  }
  #halls .os-gallery-img-title,
  #team .os-gallery-img-title,
  #halls .os-gallery-img-desc,
  #team .os-gallery-img-desc{
    font-size: 16px;
  }
}
@media (max-width: 991px){
  .about, 
  .works,
  .team, 
  .clients{
    text-align: center;
  }
  .text_col h3,
  .text_col .custom_contacts .mr{
    text-align: center;
  }
  .wrapperTraining{
    padding: 80px 50px;
  }
  .team p, 
  .clients p, 
  .about p, 
  .works p {
    font-size: 16px !important;
    margin: 15px !important;
  }
  .navbar.top_fixed_menu ul li {
    font-size: 16px;
    padding: 5px;
  }
  #team,
  #clients{
    flex-direction: column-reverse;
  }
  #about, 
  #team, 
  #works, 
  #clients, 
  #training, 
  #halls, 
  #awards{
    padding: 15px 0;
  }
  #os-slider-127.swiper-container{
    height: 450px !important;
  }
  #os-slider-127 .swiper-slide{
    height: 420px !important;
  }
}
@media (max-width: 979px){
  .header{
    min-height: 500px;
  }
}
@media (max-width: 900px){
  #awards #os-slider-137.swiper-container {
    height: 200px !important;
  }
}
@media (max-width: 800px){
  .navbar.top_fixed_menu ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px){
  .wrapperOneTraining {
    width: 47%;
  }
  #team {
    flex-direction: column;
  }
  #awards #os-slider-137.swiper-container {
    height: 180px !important;
  }
}
@media (max-width: 550px){
  #awards #os-slider-137.swiper-container {
    height: 125px !important;
  }
  .wrapperOneTraining{
    width: 100%;
  }
}
@media (max-width: 450px){
  #awards #os-slider-137.swiper-container {
    height: 100px !important;
  }
  #os-slider-127.swiper-container,
  #os-slider-127 .swiper-slide{
    height: 330px !important;
  }
  .main_menu ul.nav > li a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media (max-width: 375px){
  #awards #os-slider-137.swiper-container {
    height: 85px !important;
  }
}
@media (max-width: 320px){
  #awards #os-slider-137.swiper-container {
    height: 70px !important;
  }
}