/* Core variables and mixins*/
/* base background*/
/* style css*/
/*
Theme Name: Protec
*/
html, div, body, iframe, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

*:focus, a:focus, input[type="text"]:focus {
  outline: none; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000; }

p {
  margin: 0px 0 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -moz-transition: ease-in-out 0.4s all;
  -webkit-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  -ms-transition: ease-in-out 0.4s all; }

a:hover {
  text-decoration: underline; }

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

.clearfix:after {
  display: table;
  content: '';
  clear: both; }
.clearfix:before {
  display: table;
  content: ''; }

.wrapper {
  position: relative; }

/* default css */
.tableDiv {
  display: table;
  width: 100%;
  height: 100%; }
  .tableDiv .tableCell {
    display: table-cell;
    vertical-align: middle; }

.bg_area {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .bg_area .tableDiv {
    position: relative;
    z-index: 2; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4); }

.top_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  color: #ffffff;
  overflow: hidden; }
  .top_banner .Logo_text {
    margin-bottom: 20px;
    font-family: "MinionPro", sans-serif;
    text-align: center;
    font-size: 250px;
    line-height: 220px;
    text-transform: uppercase; }
  .top_banner .discription {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 300; }
    .top_banner .discription p {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }

.more_btn {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 300; }
  .more_btn:hover, .more_btn:focus {
    text-decoration: none;
    color: #ffffff; }
  .more_btn .arrow_icon {
    width: 60px;
    height: 35px;
    position: relative;
    border-top: 2px solid #ffffff;
    display: block;
    margin: 20px auto 0; }
    .more_btn .arrow_icon .arrow_inner {
      position: absolute;
      margin: auto;
      top: -24px;
      left: 0;
      right: 0;
      width: 46px;
      height: 46px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      display: block; }

.banner_discription {
  padding: 30px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6); }
  .banner_discription .title {
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300; }
  .banner_discription .address {
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300; }
  .banner_discription .short_disc {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300; }
    .banner_discription .short_disc p {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  .banner_discription .link_btn a {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300; }
  .banner_discription .innerArea {
    margin: 0 auto;
    width: 100%;
    max-width: 600px; }
  .banner_discription .hide_discription .short_disc .inner_disc {
    max-height: 50px;
    overflow: hidden;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all; }

.slider_sec, .slider_div {
  position: relative; }

.slider_div .slide_item {
  min-height: 600px;
  width: 100%;
  height: calc(100vh - 170px); }
.slider_div .owl-dots {
  padding-bottom: 10px;
  position: absolute;
  z-index: 9;
  bottom: 200px;
  left: 0;
  right: 0;
  text-align: center; }
  .slider_div .owl-dots .owl-dot {
    margin: 0 5px;
    background: #adb1a6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block; }
    .slider_div .owl-dots .owl-dot.active {
      background: #ffffff; }

.page_content {
  padding-top: 170px;
  position: relative; }

.header {
  padding: 30px 0;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  background: #000000; }
  .header.fixed_head {
    position: fixed;
    left: 0;
    right: 0; }
  .header .logo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: "MinionPro", sans-serif;
    text-align: center;
    font-size: 60px;
    line-height: 49px;
    text-transform: uppercase; }
  .header .headerMid {
    text-align: center; }
  .header .header_menu {
    display: inline-block;
    line-height: 0; }
    .header .header_menu ul {
      margin: 0;
      padding: 0;
      line-height: 0; }
      .header .header_menu ul li {
        margin: 0 25px;
        display: inline-block;
        font-size: 14px;
        line-height: 20px; }
        .header .header_menu ul li a {
          color: #ffffff;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase;
          display: block; }

.social_icon {
  position: absolute;
  right: 30px;
  top: 30px; }
  .social_icon ul {
    padding: 0;
    margin: 0; }
    .social_icon ul li {
      display: inline-block;
      font-size: 22px;
      line-height: 22px;
      margin-left: 10px; }
      .social_icon ul li a {
        display: block;
        color: #ffffff; }
        .social_icon ul li a:hover {
          color: #4d4d4d; }

.about_sec {
  position: relative; }
  .about_sec .about_banner {
    position: relative;
    width: 100%;
    min-height: 600px;
    height: calc(100vh - 170px); }
    .about_sec .about_banner .short_disc {
      text-transform: initial; }
      .about_sec .about_banner .short_disc h4 {
        margin: 0 0 10px;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 300; }
      .about_sec .about_banner .short_disc p {
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: 300; }
        .about_sec .about_banner .short_disc p:last-child {
          margin-bottom: 0; }

.border_line {
  display: block;
  max-width: 600px;
  height: 1px;
  width: 100%;
  margin: 0 auto 40px;
  background: #ffffff; }

.team_sec {
  padding: 50px 0;
  background: #000000; }
  .team_sec .title {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300; }
  .team_sec .link_btn a {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300; }
  .team_sec .left_style {
    padding-bottom: 40px;
    text-align: left; }
    .team_sec .left_style .tableDiv {
      padding-left: 30px; }
    .team_sec .left_style .img_a {
      padding-right: 20px;
      display: none; }
  .team_sec .right_style {
    padding-bottom: 40px;
    text-align: right; }
    .team_sec .right_style .tableDiv {
      padding-right: 30px; }
    .team_sec .right_style .img_a {
      padding-left: 20px;
      display: none; }
  .team_sec .text_a {
    width: 70%; }
    .team_sec .text_a .title_text {
      margin: 0px;
      color: #ffffff;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 600; }
    .team_sec .text_a .designation {
      margin: 0 0 10px;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 300; }
    .team_sec .text_a p {
      color: #ffffff;
      font-size: 12px;
      line-height: 20px;
      font-weight: 300; }
    .team_sec .text_a .social a {
      color: #ffffff;
      font-size: 24px;
      line-height: 24px; }
      .team_sec .text_a .social a:hover {
        color: #4d4d4d; }
  .team_sec .img_a {
    width: 30%; }
    .team_sec .img_a img {
      max-width: 150px;
      max-height: 150px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  .team_sec .hide_discription .short_disc .inner_disc {
    max-height: 0;
    overflow: hidden;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all; }
    .team_sec .hide_discription .short_disc .inner_disc .row .col-md-6:nth-child(2n+1) {
      clear: both; }

.footer {
  padding: 50px 0;
  background: #4d4d4d; }
  .footer .contact_info {
    padding-right: 40px; }
  .footer h5 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300; }
  .footer .single_row {
    display: block;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #ffffff; }
    .footer .single_row a {
      color: #ffffff; }
      .footer .single_row a:hover {
        color: #000000;
        text-decoration: none; }
  .footer .social_icon {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
    margin-top: 15px; }
    .footer .social_icon ul li a:hover {
      color: #000000; }
  .footer .contact_form {
    padding-left: 40px; }
    .footer .contact_form .gform_wrapper ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .footer .contact_form .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0; }
    .footer .contact_form .gform_wrapper .gfield {
      margin: 0; }
      .footer .contact_form .gform_wrapper .gfield .gfield_label {
        display: none;
        margin: 0 0 12px;
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 300;
        background: transparent; }
      .footer .contact_form .gform_wrapper .gfield .ginput_container input[type="text"], .footer .contact_form .gform_wrapper .gfield .ginput_container input[type="email"], .footer .contact_form .gform_wrapper .gfield .ginput_container input[type="number"], .footer .contact_form .gform_wrapper .gfield .ginput_container input[type="url"], .footer .contact_form .gform_wrapper .gfield .ginput_container input[type="search"] {
        display: block;
        margin: 0 0 10px;
        width: 100%;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        border: none;
        border-bottom: 1px solid #ffffff;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      .footer .contact_form .gform_wrapper .gfield .ginput_container textarea {
        padding: 5px;
        display: block;
        margin: 0 0 10px;
        width: 100%;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        border: 1px solid #b8b8b8;
        background: #b8b8b8;
        height: 80px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      .footer .contact_form .gform_wrapper .gfield .ginput_container ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ffffff;
        text-transform: uppercase; }
      .footer .contact_form .gform_wrapper .gfield .ginput_container ::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff;
        text-transform: uppercase; }
      .footer .contact_form .gform_wrapper .gfield .ginput_container :-ms-input-placeholder {
        /* IE 10+ */
        color: #ffffff;
        text-transform: uppercase; }
      .footer .contact_form .gform_wrapper .gfield .ginput_container :-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff;
        text-transform: uppercase; }
      .footer .contact_form .gform_wrapper .gfield.custom_textArea .gfield_label {
        margin-top: 35px;
        display: block; }
    .footer .contact_form .gform_wrapper .gform_footer {
      text-align: right; }
      .footer .contact_form .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 12px;
        line-height: 20px !important;
        text-transform: uppercase;
        color: #ffffff;
        border: 1px solid #ffffff;
        background: transparent;
        padding: 2px 10px 1px;
        display: inline-block;
        margin: 10px 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-transition: ease-in-out 0.4s all;
        -webkit-transition: ease-in-out 0.4s all;
        transition: ease-in-out 0.4s all;
        -o-transition: ease-in-out 0.4s all;
        -ms-transition: ease-in-out 0.4s all; }
        .footer .contact_form .gform_wrapper .gform_footer input[type="submit"]:hover {
          background: #000000;
          border: 1px solid #000000; }

.newsSlider_sec {
  background: #000000; }
  .newsSlider_sec .newsSlider .news_item {
    width: 100%;
    height: 350px; }
    .newsSlider_sec .newsSlider .news_item .slider_hide_cont {
      display: none; }
  .newsSlider_sec .newsSlider .owl-item.active {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  .newsSlider_sec .newsSlider .owl-item.active.center_item, .newsSlider_sec .newsSlider .owl-item.active:nth-child(2) {
    filter: none;
    filter: none;
    /* IE6-9 */
    -moz-filter: none;
    -webkit-filter: none;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  .newsSlider_sec .newsSlider .owl-nav .owl-prev {
    margin-top: -25px;
    font-size: 0;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 40px;
    overflow: hidden;
    left: 30px; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:before, .newsSlider_sec .newsSlider .owl-nav .owl-prev:after {
      content: '';
      display: block; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:before {
      width: 40px;
      height: 50px;
      position: relative;
      border-left: 3px solid #ffffff;
      display: block;
      margin-left: 25px;
      -moz-transition: ease-in-out 0.4s all;
      -webkit-transition: ease-in-out 0.4s all;
      transition: ease-in-out 0.4s all;
      -o-transition: ease-in-out 0.4s all;
      -ms-transition: ease-in-out 0.4s all; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:after {
      position: absolute;
      margin: auto;
      top: 6px;
      left: 7px;
      width: 38px;
      height: 38px;
      transform: rotate(-225deg);
      -webkit-transform: rotate(-225deg);
      -moz-transform: rotate(-225deg);
      -o-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff;
      display: block;
      -moz-transition: ease-in-out 0.4s all;
      -webkit-transition: ease-in-out 0.4s all;
      transition: ease-in-out 0.4s all;
      -o-transition: ease-in-out 0.4s all;
      -ms-transition: ease-in-out 0.4s all; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:hover:before {
      border-left-color: #bdbdbd; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:hover:after {
      border-right-color: #bdbdbd;
      border-bottom-color: #bdbdbd; }
  .newsSlider_sec .newsSlider .owl-nav .owl-next {
    margin-top: -25px;
    font-size: 0;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 40px;
    overflow: hidden;
    right: 30px; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:before, .newsSlider_sec .newsSlider .owl-nav .owl-next:after {
      content: '';
      display: block; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:before {
      width: 40px;
      height: 50px;
      position: relative;
      border-left: 3px solid #ffffff;
      display: block;
      margin-left: 11px;
      -moz-transition: ease-in-out 0.4s all;
      -webkit-transition: ease-in-out 0.4s all;
      transition: ease-in-out 0.4s all;
      -o-transition: ease-in-out 0.4s all;
      -ms-transition: ease-in-out 0.4s all; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:after {
      position: absolute;
      margin: auto;
      top: 6px;
      left: -6px;
      width: 38px;
      height: 38px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff;
      display: block;
      -moz-transition: ease-in-out 0.4s all;
      -webkit-transition: ease-in-out 0.4s all;
      transition: ease-in-out 0.4s all;
      -o-transition: ease-in-out 0.4s all;
      -ms-transition: ease-in-out 0.4s all; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:hover:before {
      border-left-color: #bdbdbd; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:hover:after {
      border-right-color: #bdbdbd;
      border-bottom-color: #bdbdbd; }
  .newsSlider_sec .news_data .banner_discription {
    position: relative; }
    .newsSlider_sec .news_data .banner_discription h4 {
      margin: 10px 0;
      color: #ffffff;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 300; }
    .newsSlider_sec .news_data .banner_discription p {
      color: #ffffff;
      text-align: center;
      font-size: 12px;
      line-height: 18px;
      font-weight: 300; }
      .newsSlider_sec .news_data .banner_discription p:last-child {
        margin-bottom: 0; }
  .newsSlider_sec .news_data .hide_discription .short_disc {
    text-transform: initial; }
    .newsSlider_sec .news_data .hide_discription .short_disc .inner_disc {
      max-height: 0; }

.blur_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: ease-in-out 0.4s all;
  -webkit-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  -ms-transition: ease-in-out 0.4s all; }
  .blur_img.img_loaded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

.hide_text_tlt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

/* new css */
.black_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -moz-transition: ease-in-out 0.4s all;
  -webkit-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  -ms-transition: ease-in-out 0.4s all; }

.hide_text {
  display: none; }

.top_banner .tableDiv {
  min-height: 600px; }
  .top_banner .tableDiv .tlt_discription, .top_banner .tableDiv .tlt_btn {
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all; }
  .top_banner .tableDiv .hide_text_tlt.show_text_tlt {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
.top_banner .logo_layer_text {
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50vh;
  z-index: 10; }
  .top_banner .logo_layer_text .Logo_text_font {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }

.large_logo_scrollText {
  left: 150%;
  position: relative;
  font-family: "MinionPro", sans-serif;
  text-align: center;
  font-size: 130vh;
  line-height: 125vh;
  text-transform: uppercase; }

/* end new css */
.about_sec .about_banner .short_disc {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto; }

.map_link .single_row {
  -moz-transition: ease-in-out 0.4s all;
  -webkit-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  -o-transition: ease-in-out 0.4s all;
  -ms-transition: ease-in-out 0.4s all; }
.map_link:hover {
  text-decoration: none; }
  .map_link:hover .single_row {
    color: #000000; }

/* media query */
@media (min-width: 768px) {
  .MobileView {
    display: none !important; } }
@media (min-width: 992px) {
  .TabletView {
    display: none !important; } }
@media (max-width: 1199px) {
  .top_banner .Logo_text {
    font-size: 220px;
    line-height: 200px; } }
@media (max-width: 991px) {
  .DesktopView {
    display: none !important; }

  .top_banner .Logo_text {
    font-size: 180px;
    line-height: 160px; }

  .newsSlider_sec .newsSlider .news_item {
    width: 100%;
    height: 220px; }

  .footer .contact_form {
    padding-left: 0px; }
  .footer .contact_info {
    padding-right: 0px; }

  .team_sec .right_style {
    text-align: center; }
    .team_sec .right_style .tableDiv {
      padding-right: 0px; }
    .team_sec .right_style .img_a {
      padding-left: 0; }
  .team_sec .left_style {
    text-align: center; }
    .team_sec .left_style .tableDiv {
      padding-left: 0px; }
    .team_sec .left_style .img_a {
      padding-right: 0; }
  .team_sec .tableDiv {
    display: block;
    width: 100%;
    height: auto; }
    .team_sec .tableDiv .tableCell {
      display: block;
      vertical-align: initial; }
      .team_sec .tableDiv .tableCell.img_a {
        display: none; }
  .team_sec .img_a {
    padding-bottom: 20px; }
  .team_sec .img_a, .team_sec .text_a {
    width: 100%; } }
@media (max-width: 767px) {
  .footer .contact_info {
    padding-bottom: 40px; }

  .top_banner .Logo_text {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 70px; }
  .top_banner .discription {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px; }

  .more_btn {
    font-size: 16px;
    line-height: 22px; }
    .more_btn .arrow_icon {
      width: 40px;
      height: 35px;
      margin: 12px auto 0; }
      .more_btn .arrow_icon .arrow_inner {
        top: -16px;
        width: 30px;
        height: 30px; }

  .header {
    padding: 10px 0; }
    .header .social_icon {
      display: none; }
    .header .logo {
      padding-bottom: 8px;
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px; }
    .header .header_menu ul li {
      margin: 0 10px;
      font-size: 12px;
      line-height: 20px; }
      .header .header_menu ul li a {
        font-size: 12px;
        line-height: 20px; }

  .page_content {
    padding-top: 90px; }

  .slider_div .slide_item {
    height: calc(100vh - 90px); }

  .top_banner {
    min-height: 550px; }

  .slider_div .slide_item {
    min-height: 480px; }

  .banner_discription {
    padding: 20px 0; }
    .banner_discription .title {
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 34px; }
    .banner_discription .address, .banner_discription .short_disc {
      font-size: 12px;
      line-height: 22px; }

  .about_sec .about_banner {
    min-height: 480px;
    height: calc(100vh - 90px); }
    .about_sec .about_banner .short_disc {
      text-transform: initial;
      max-height: 300px;
      overflow: hidden;
      overflow-y: auto; }

  .team_sec {
    padding: 40px 0; }
    .team_sec .title {
      margin-bottom: 25px;
      font-size: 30px;
      line-height: 34px; }
    .team_sec .img_a img {
      max-width: 120px;
      max-height: 120px; }

  .border_line {
    margin: 0 auto 25px; }

  .newsSlider_sec .newsSlider .owl-nav .owl-next {
    margin-top: -20px;
    height: 40px;
    right: 10px; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:before {
      height: 40px; }
    .newsSlider_sec .newsSlider .owl-nav .owl-next:after {
      top: 5px;
      left: -2px;
      width: 30px;
      height: 30px; }
  .newsSlider_sec .newsSlider .owl-nav .owl-prev {
    margin-top: -20px;
    height: 40px;
    left: 10px; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:before {
      height: 40px; }
    .newsSlider_sec .newsSlider .owl-nav .owl-prev:after {
      top: 5px;
      left: 10px;
      width: 30px;
      height: 30px; } }
@media (max-width: 370px) {
  .header .header_menu ul li {
    margin: 0 5px;
    font-size: 11px;
    line-height: 20px; }
    .header .header_menu ul li a {
      font-size: 11px;
      line-height: 20px; }

  .footer .single_row {
    font-size: 12px; } }

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