
@media(max-width: 1200px) {
  .head-wrapper, .body-icons, .body-wrapper {
    max-width: 980px;
  }
  .headtitle {
    padding-left: 0;
  }
  .btns .btns-holder {
    width: 79%;
  }
  .main-banner {
    height: 500px;
  }
  .btns .btns-holder img {
    max-width: 185px;
  }
  .msg {
    padding-bottom: 0;
  }
  .msg h1 {
    font-size: 11px;
  }
  nav ul li a {
    font-size: 15px;
  }
  .buts a {
    min-width: 110px;
    height: 35px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .body-icons .icons {
    max-width: 700px;
  }
  section.service .blocks .slider-wrapper {
    width: 470px;
    height: 277px;
  }
  section.service .blocks .slider-caption {
    width: 600px;
    height: 300px;
  }
  .body-wrapper.foot {
    max-width: 1050px;
  }
  footer .inner-wrapper,
  .main-banner .banner-caption h2,
  .main-banner .banner-caption p {
    max-width: 990px;
  }
  section.service .blocks .block-title {
    top: 89%!important;
    font-size: 50px;
  }
}



@media(max-width: 980px) {
  nav { display: none; }
  .mobile-head, .menu.mobile {
    display: block !important;
  }
  .main-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-head .logo {
    display: block !important;
    height: 60px;
  }
  .mobile-head .logo .left {
    width: 80px;
    padding-top: 5px;
    transform: translate(0,0);
  }
  .mobile-head .logo .left img {
    max-width: 65px;
  }
  .mobile-head .logo .right {
    padding-left: 0;
    padding-top: 5px;
    transform: translate(0,20%);
    }
  .headtitle {
    width: 100%;
    margin-top: 75px;
    padding: 0 20px;
  }
  header .left.buts {
    float: right;
    width: 100%;
  }
  header .btns {
    width: 44%;
    float: right;
  }
  .col {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel {
    margin-bottom: 0;
  }
  .msg h1 {
    margin: 0;
  }
  .main-wrapper header .logo {
    display: none;
    /*-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
  }

  /*.main-wrapper .mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }*/

  .main-wrapper .mobile ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
  }

  .main-wrapper .mobile ul li a {
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: normal;
    color: #555555;
  }

  .main-wrapper .mobile ul .close {
    display: block;
  }
  .wrapper, .body-wrapper, .body-icons, .icons, footer .footer_top,  footer .footer-bottom, .slide-text {
    width: 100%;
    max-width: 705px !important;
  }
  .wrapper.fixed {
    position: relative;
    margin-top: 0;
  }
  .head-wrapper {
    height: 110px;
  }
  .main-banner .banner-caption {
    padding: 0 60px;
  }
  .main-banner .banner-caption h2 {
    font-size: 60px;
  }
  .main-banner .banner-caption p {
    font-size: 28px;
    margin: 0 auto;
  }

  footer .right .blue, footer .right .grey {
    padding: 10px;
    margin: 10px;
    float: left;
  }
  footer br{
    display: none;
  }
  footer .right img {
    margin: 10px;
  }
   header .buts, header .btns {
    display: none;
  }
  .msg {
    width: 100%;
  }
  .msg br {
    display: none;
  }
  .msg h1 {
    font-size: 14px;
  }
  section.service .blocks .block-title {
    font-size: 50px;
  }
  .body-icons .icons .divider1 .icon-div:first-child {
    display: none;
  }
  .body-icons {
    max-width: 100% !important;
  }
  .body-icons .icons .icon-div {
    width: 25%;
  }
  .body-wrapper.foot, footer .inner-wrapper,
  footer .footer_top, footer .footer-bottom {
    max-width: 100% !important;
  }
  footer .footer-bottom br {
    display: none;
  }
  footer .right img {
    float: left;
    clear: none;
  }
  .greeting-left {
    width: 100%;
    max-width: 320px;
    margin-top: 0;
  }
  .greeting-right {
    width: 100%;
    max-width: 300px;
  }
  .greeting-right img {
    left: 25%;
  }
  .main-banner {
    height: 400px;
  }
  .body-icons .icons .icon-div .icon.msg {
    width: 43px;
    height: 43px;
    padding: 0;
  }
  .mobile-head .logo
  {
    width: 88%;
  }
  .mobile-head .logo .right img {
    display: block;
    margin-bottom: 3px;
  }
  .mobile-head .mobile-nav {
    width: 12%;
    float: left;
  }
}

@media(max-width: 768px){
  .mobile-head .logo
  {
    width: 87%;
  }
  .mobile-head .mobile-nav {
    width: 13%;
  }
  section.service .blocks .slider-caption {
    left: 50px;
  }
  section.service .blocks.two .slider-caption {
    right: 50px;
  }
  section.service .blocks .slider-wrapper .block-title {
    top: 88%!important;
  }

  footer .center img {
      max-width: 150px;
      margin: 5px;

  }
    footer .center{
      width:100%;
      text-align:center;
    }
}


@media(max-width: 640px) {
  .headtitle {
    padding: 0px 0px 10px;
  }
  header .btns {
    width: 50%;
  }
  section.service .blocks .slider-caption {
    right: unset;
    width: 500px;
    height: 300px;
    padding-top: 80px;
    left: 60px;
  }
  section.service .blocks.two .slider-wrapper {
    right: 0;
  }
  section.service .blocks.two .slider-caption {
    left: unset;
    width: 500px;
    height: 300px;
    text-align: right;
    padding-right: 20px;
    padding-top: 80px;
    margin-top: 180px;
    right: 60px;
  }
  footer .footer-info .img-holder {
    min-width: 230px;
  }
  footer .foot-icon {
    min-width: 102px;
    margin-right: 20px;
    float: left;
  }
  .mobile-head .logo
  {
    width: 85%;
  }
  .mobile-head .mobile-nav {
    width: 14%;
  }
}

@media(max-width: 480px) {

.headtitle .msg{
  padding-left:0 !important;
}

  section.service .blocks .slider-wrapper {
    width: 100%;
  }
  section.service .blocks .slider-caption {
    right: unset;
    width: 100%;
    height: 270px;
    padding-left: 20px;
    padding-top: 30px;
    margin-top: 180px;
    left: 0;
  }
  section.service .blocks .block-title,
  section.service .blocks.two .block-title
   {
    font-size: 40px;
    margin-top: 100px;
  }
  section.service .blocks.two .block-title {
    right: 0;
  }
  section.service .blocks .slider-wrapper .slide-btn {
    bottom: 40px;
    width: 170px;
  }
  section.service .blocks.two .slider-wrapper {
    right: 0;
  }
  section.service .blocks .slider-caption {
    right: unset;
    width: 100%;
    height: 320px;
    padding-left: 20px;
    padding-top: 60px;
    margin-top: 210px;
    padding-right: 20px;
    left: 0;
  }
  .btns img.border {
    float: right;
    margin-right: 15px;
  }
  section.service .blocks.two .slider-caption {
    padding-top: 80px;
    left: 0;
    width: 100%;
    height: 350px;
    margin-top: 190px;
    padding-left: 20px;
  }
  .greeting-content {
    float: left;
    width: 100%;
    margin: 50px auto;
    max-width: 100%;
  }
  section.greetings {
    padding: 20px;
    min-height: 400px;
  }
  .greeting-right img {
    height: 300px;
    bottom: -20px;
    position: absolute;
    margin-left: 0;
    width: auto;
  }
  section.service .blocks .slider-caption.left .blk-btn {
    right: 50px;
  }
  footer .footer_top, footer .footer-bottom {
    width: 100%;
    padding: 15px 15px 25px;
  }
  footer .right img {
   width: 47%;
    margin: 5px;
  }
  footer .foot-icon {
    float: left;
    padding: 5px;
    width: 55%;
  }
  footer .footer-info .img-holder {
    max-width: 280px;
    margin: 0 auto;
    float: none;
  }
  .msg h1 {
    line-height: 15px;
    padding-left: 5px;
  }
  .msg h1 br {
    display: none;
  }
  header .btns {
    width: 65%;
  }
  .headtitle {
    padding: 0 10px 10px;
    margin-top: 55px;
  }
  section h2 {
    font-size: 35px;
  }
  .msg {
    width: 100%;
    height: auto;
    padding-top: 10px !important;
    min-height: 35px;
    padding: 0 80px 0 10px;
    padding-right: 0;
  }
  .btns div, .btns img {
    width: 47%;
  }
  .body-icons .icons .icon span {
    font-size: 12px;
  }
  .menu li a {
    font-size: 18px;
  }
  section h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .greeting-left, .greeting-right {
    width: 100%;
    max-width: 100%;
    height: 200px;
    font-size: 14px;
    padding: 0;
  }

  .greeting-left {
    height: 250px;
    margin-bottom: 65px;
  }
  .greetings .blk-btn {
    padding-top: 8px;
    margin-bottom: 50px;
  }
  footer {
    color: #FFF;
    margin-right: 12px;
    font-size: 12px;
  }

  footer .left a {
    color: #FFF;
    width: 25%;
    padding: 0 5px;
    text-align: center;
    margin-right: 0;
    font-size: 12px;
  }


  header .btns {
    width: 96%;
    margin: 0 auto;
  }
  header .left.buts {
    float: right;
    width: 85%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
  }
   .mobile-head .mobile-nav img {
    margin-top: 2px;
    margin-right: 0 ;
  }
  .mobile-head .mobile-nav {
    text-align: center;
    padding: 0 10px;
  }
  .btns img:first-child {
    margin-left: 0;
    width: 47%;
  }
  section.service .blocks {
    margin-top: 40px;
    height: 520px;
  }
  section .float-title {
    width: 320px !important;
    height: 50px;
  }
  .body-icons .icons .icon {
    border-right:0;
  }

  .wrapper.fixed {
    height: 110px;
  }
  .btns .btns-holder {
    width: 100%;
  }
  .btns .btns-holder img {
    max-width: 220px;
  }
  .mobile-head .logo .left img {
    max-width: 60px;
  }
  .main-banner {
    height: 400px;
  }
  .main-banner .banner-caption {
    padding: 0 28px;
  }
  .main-banner .banner-caption h2 {
    font-size: 30px;
    line-height: 60px;
  }
  .main-banner .banner-caption p {
    font-size: 22px;
  }
  section.service {
    min-height: 1200px;
  }
  section.service .blocks .slider-caption .blk-wrap,
  .greetings .blk-wrap {
    width: 190px;
    height: 45px;
  }
  section.service .blocks .slider-caption .blk-wrap .blk-btn,
  .greetings .blk-wrap .blk-btn {
    width: 170px;
    font-size: 14px;
  }
  footer .footer-info .contact-info {
    margin: 10px auto;
    text-align: center;
    float: none;
    display: block;
  }
  footer .foot-icon-div {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .foot-icon-div .foot-icon {
    padding-right: 0;
    line-height: 14px;
  }
  footer .right, footer .left {
    padding: 0;
  }
  footer .right .blue, footer .right .grey {
    padding: 10px 0;
    margin: 0;
    margin-top: 20px;
    margin-right: 11px;
    float: left;
  }
   #showLeft {
    width: 34px;
      float: left;
  }

  .mobile-head .logo .left {
    width: 75px;
  }
  .logo .right {
    width: 65%;
  }
  .mobile-head .logo .right img {
    width: 100%;
    max-width: 140px!important;
    margin-left: 0!important;
  }
  .main-wrapper .logo {
    width: 82%;
    max-width: 82%;
  }
  .mobile-head .mobile-nav {
    padding: 0;
    width: 17%;
  }
  .block-title span {
    display: block !important;
  }
  .msg h1 span {
    width: 100%;
    display: block;
  }
  section.service .blocks .slider-caption .slash.topright,
  section.service .blocks .slider-caption .slash.topleft {
    display: none;
  }
  section.service .blocks .slider-caption h3,
  section.service .blocks.two .slider-caption h3 {
    margin: 0;
  }
  section.service .body-wrapper .blocks .slider-caption span {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
  }
  section .float-title, section .float-title.greeting {
    height: 55px;
  }
  footer .left, footer .right {
    width: 100%;
  }
  footer .footer_top .left {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 305px;
  }
  footer .footer_top .right {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 295px;
  }
  footer .right .grey {
    float: right;
    margin-right: 0;
  }
  .mobile-head .mobile-nav .phonecall {
    height: 39px;
  }
  section.service .blocks .slider-caption .slash.bottomright {
    bottom: -35px;
    left: -20px;
  }
  section.service .blocks.two .slider-caption .blk-wrap {
    right: 30px;
    left: unset;
  }
  section.service .body-wrapper .blocks .slider-caption span {
    display: none;
  }
  section.service .blocks .slider-wrapper .block-title {
    top: 89%!important;
    margin-top: 0;
  }
  section.service .blocks .slider-wrapper {
    height: 235px;
  }
  #sub-footer-container .sf-holder .sf-block .icon {
      margin: 0 auto;
      float: none;
  }

  #sub-footer-container .sf-holder .sf-block {
      width: 32%;
      padding: 30px 0;
  }
  #sub-footer-container .sf-holder .sf-block .icon-txt {
      width: 100%;
      font-size: 16px;
      margin-left: 0;
      margin-bottom: 10px;
      text-align: center;
  }
  #sub-footer-container .sf-holder .sf-block .icon-txt .blue {
      font-size: 16px;
  }
  #sub-footer-container .sf-holder .sf-block .sf-btn {
      margin: 30px auto 0;
      float: none;
      display: block;
  }

  #sub-footer-container, #sub-footer-container .sf-holder,
  #sub-footer-container .sf-holder .sf-divider {
      min-height: 190px
  }

}

@media(max-width: 414px) {



  .main-wrapper header .logo {
    height:auto !important;
    width: 79%;
    max-width: 79%;
  }
  .mobile-head .mobile-nav {
    width: 19%;
  }
  .mobile-head .mobile-nav .phonecall {
    height: 39px;
  }
  section.service .blocks .slider-wrapper {
    height: 227px;
  }
  section.service .blocks .slider-wrapper .block-title {
    top: 88% !important;
  }
}


@media(max-width: 375px) {
  .msg {
    min-height: 35px;
  }
  section.service .blocks .slider-wrapper .slide-btn {
    bottom: 100px;
  }
  section.service .blocks .slider-caption {
    margin-top: 190px;
    padding-top: 20px;
    height: 320px;
  }
  section.service .blocks.two .slider-caption {
    padding-top: 20px;
    height: 320px;
    text-align: left;
  }
  section.service .blocks .slider-wrapper .block-title {
    top: 88% !important;
  }
  .main-wrapper header .logo {
    width: 77%;
    max-width: 77%;
  }
  .mobile-head .mobile-nav {
    width: 22%;
  }

  .main-banner {
    height: 400px;
  }
  footer .right .blue, footer .right .grey {
    margin-right: 3px;
  }
  footer .right img {
    max-width: 163px;
    margin: 5px;
  }
  .mobile-head .logo .left img {
    max-width: 55px;
  }
  .mobile-head .logo .left {
    width: 70px;
  }
  .mobile-head .mobile-nav .phonecall {
    height: 39px;
  }
  section.service .blocks .block-title, section.service .blocks.two .block-title {
    font-size: 35px;
  }
  section.service .blocks .slider-wrapper {
    height: 200px;
  }
  #sub-footer-container .sf-holder .sf-block .icon-txt {
      font-size: 12px;
  }
  #sub-footer-container .sf-holder .sf-block .icon-txt .blue {
      font-size: 12px;
  }
}

@media (max-width: 430px)  and (min-width: 411px) {
  section.service .blocks .slider-wrapper {
      height: 222px;
  }
  section.service .blocks .slider-wrapper .block-title {
    top: 89% !important;
  }
}

@media (max-width: 375px) {
  section.service .blocks .slider-wrapper {
      height: 191px;
  }
}

@media(max-width: 320px) {
  body{
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  section.service .blocks .block-title, section.service .blocks.two .block-title {
    font-size: 32px;
  }
  section.service .blocks .slider-caption {
    margin-top: 160px;
    padding-top: 20px;
    height: 320px;
  }
  section.service .blocks.two .slider-caption {
    margin-top: 160px;
  }

  section.service .blocks {
    margin-top: 20px;
    height: 500px;
  }
  section.service .blocks.two {
    height: 530px;
  }
  section.service {
    min-height: 1080px;
  }

  section.service .blocks .block-title, section.service .blocks.two .block-title {
    font-size: 30px !important;
  }
  section.service .blocks .slider-wrapper .slide-btn {
    bottom: 130px;
    margin-left: 55px;
  }
  section.service .blocks.two .slider-wrapper .slide-btn {
    margin-right: 50px;
  }
  .greeting-left {
    height: 235px;
    margin-bottom: 45px;
  }
  .greeting-right {
    margin-top: 0;
  }
  .greeting-right img {
    height: 270px;
  }
  .greeting-content {
    margin: 30px auto;
  }
  footer .right, footer .left {
    padding: 0;
  }
  footer .footer_top, footer .footer-bottom {
    width: 100%;
    padding: 15px;
  }
  footer, footer .left a {
    margin-right: -4px;
  }
  footer .right img {
    max-width: 135px;
    margin: 5px;
  }
  footer .footer-info .img-holder {
    padding: 0;
    margin: 0;
    min-height: 25px;
    min-width: 80%;
  }
  .main-wrapper header .logo {
    width: 69%;
    max-width: 69%;
  }
  .mobile-head .mobile-nav {
    width: 24%;
  }
  .msg {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  section.service .blocks .slider-caption .blk-wrap, .greetings .blk-wrap {
    bottom: 50px;
  }
  section.service .blocks .slider-wrapper {
    height: 167px;
  }
  section.service .blocks .slider-wrapper .block-title {
    top: 88%!important;
  }

  
}
