@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

* {
  padding: 0;
  margin: 0;
  outline: none !important;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-light-webfont.woff2') format('woff2'),
    url('../fonts/roboto-light-webfont.woff') format('woff'),
    url('../fonts/roboto-light-webfont.ttf') format('truetype'),
    url('../fonts/roboto-light-webfont.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roboto-Light', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

#header-fixed {
  width: 100%;
  position: fixed;
  margin:0!important;
  background: #00a859;
  padding: 5px 0px;
  transition: top .5s ease-in-out;
  z-index: 9990;
}

#weblink-header-full {
  width: 100%;
  background: #00a859;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: -1px 8px 3px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 8px 3px -7px rgba(0,0,0,0.75);
  box-shadow: -1px 8px 3px -7px rgba(0,0,0,0.75);}

@media(max-width: 768px) {
  #weblink-header-full {
    margin-top: 0;
  }
}

.weblink-logo img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.weblink-domain-checker {
  text-align: center;
}

.weblink-domain-checker h3 {
  font-size: 32px;
  color: #3f6fb6;
  font-weight: 400;
}

.weblink-domain-checker h5 {
  color: #3f6fb6;
  text-transform: uppercase;
  font-size: 14px;
}

.weblink-domain-checker form {
  margin-top: 25px;
}

.video-show {
  width: 518px;
  height: 400px;
  background: url(../images/computer-icon.png) no-repeat;
  overflow: auto;
  margin: 0 auto;
  margin-top: 25px;
  padding: 21px 22px;
}

.categories_list {
  margin-top: 25px;
}

.categories_list h3.heading-h3 {
  margin-top: 0;
}

.categories_list ul li a {
  font-size: 18px;
  color: #A3A3A3;
}

.categories_list ul li a:hover {
  text-decoration: none;
  color: #363636;
  transition: all .5s ease-in-out;
}

.blog h3 a {
  color: #2D2D2D;
  font-size: 20px;
}

.blog {
  padding: 15px 30px;
  box-shadow: 0 0 2px rgba(195, 192, 192, .7);
}

.main-video-section {
  width: 475px;
  height: 270px;
  background: white;


}

.main-video-section iframe {
  width: 100% !important;
  height: 100%;
}

.weblink-search {
  padding: 5px 0px;
}

.weblink-search a {
  color:#00A859;
  display:flex;
  justify-content:center;
}
.weblink-search a > i{
  display:flex;
  justify-content: center;
  padding-right:10px;
  align-items: center;
}

.weblink-search input[type=text] {
  height: 40px;
  width: 100%;
  border: 1px solid #71c173;
  outline: 0px;
  padding: 10px;
  border-radius: 10px;
  background: #00a859;
  color: #FFF;
}

.mainmenu-area {
  width: 100%;
  z-index: 9999;
}

.resp-tab-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 15px;
}

.weblink-search {
  position: relative;
  display:flex;
  justify-content: space-evenly;
}

.client-area {
  /*padding-top: 10px;*/
  color: #00A859;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  border-left:3px solid #00A859;
  height:25px;
  margin-top:10px;
  align-items: center;
}
.client-area a.special-eff{
  background-color:#f48634;
  margin:0;
  padding:4px 10px 4px 10px;
  color:#FFF;
  text-decoration:none;
}
#weblink-header-full .weblink-logo span.ghlype-ic a span{
  color:#FFFFFF;
  font-size:30px;
  list-style: none;
  padding-top:10px;
}
#weblink-header-full .weblink-logo span.ghlype-ic{
  display:flex;
  align-items: center;
}
.pull-left{
  display:flex;
}
.left-navigation h3,
.l_contact-form h3 {
  background: #00a859;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 5px solid #f48634;
  margin: 0;
  margin-top: 25px;
}

.order-inner input[type*="text"],
.order-inner input[type*="email"],
.order-inner input[type*="url"],
.order-inner textarea,
.order-inner select {
  height: 45px;
  box-shadow: none !important;
  border: 1px solid #e8e8e8;
}

.order-inner input[type*="text"]:focus,
.order-inner textarea:focus {
  border: 1px solid #3758A8;
}

.booking-section {
  margin-top: 15px;
}

.order-inner textarea {
  min-height: 200px;
}

.order-inner {
  margin-top: 20px;
}

.left-navigation ul li {
  list-style: none;
  padding: 10px 0;
  background: url(../images/login.png) no-repeat 0 12px;
  padding-left: 25px;
  border-bottom: 1px solid #71c173;
}

.left-navigation ul li a {
  font-size: 17px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.left-navigation ul li.active-menu a {
  display: block;
  background: url(../images/right-arrow.png) no-repeat right 5px top 4px;

  color: #DA2727;
}

.client-area a {
  color: #00A859;
}

/*.client-area a:first-child:after {*/
/*  content: "|";*/
/*  padding: 0 5px;*/
/*  color: #ADADAD;*/
/*}*/

.contact-form-wrap {
  margin-top: 15px;
}

.contact-form-wrap label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.contact-form-wrap input[type*='text'],
.contact-form-wrap textarea {
  box-shadow: none;
}

.contact-form-wrap textarea {
  /*min-height: 80px;*/
}

.weblink-search button {
  position: absolute;
  height: 40px;
  right: 14px;
  top: 3px;
  background: none;
  border: 0px;
  color: #FFF;
}
.padding5{ /*margin-left: 10px;margin-right: 10px;*/}
.weblink-domain-checker input[type=text] {
  border: 2px solid #cccccc;
  border-radius: 5px;
  height: 56px;
  padding: 5px;
  width: 50%;
  display: inline;
  padding-right: 110px;
  font-size: 20px;
}

.weblink-domain-checker select {
  color: #cccccc;
  border: 0;
  height: 46px;
  width: 100px;
  display: inline;
  margin-left: -105px;
  margin-top: 5px;
  background: url(../images/bg.jpg) repeat-y left;
  padding-left: 10px;
  font-size: 20px;
}

.weblink-domain-checker button {
  display: inline;
  width: 250px;
  height: 56px;
  color: #FFF;
  font-size: 22px;
  padding: 10px;
  transition: background 1s ease-out;
  background: #00a859;
  border-radius: 10px;
  border: 0px;
  margin-left: 20px;
  text-shadow: 0 1px 1px #040404;
}

.weblink-domain-checker button:hover {
  transition: background-color 1s ease-out;
  background-color: #f48634;
}

.welblink-services-list {
  text-align: center;
  margin-top: 45px;
}

.welblink-services-list h1 {
  font-size: 40px;
  color: #3f6fb6;
}

.welblink-services-list h4 {
  line-height: 26px;
  font-size: 17px;
  color: #666666;
}

.what-weblink-do {
  padding: 0 35px;
}

.rounded-bordered-website {
  box-sizing: content-box;
  min-width: 80px;
  height: 75px;
  border: 2px solid #CCC;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease-out 0s;
  background: url(../images/website.png) no-repeat;
  background-position: center 20px;
  vertical-align: middle;

}

[class*='rounded-bordered-'] {
  cursor: pointer;
}

.rounded-bordered-website:hover {
  transition: background 0.3s ease-out 0s;
  background: #DA2626 url(../images/website-hover.png) no-repeat;
  background-position: center 20px;
  border: 2px solid #DA2626;
}

.rounded-bordered-hosting {
  box-sizing: content-box;
  min-width: 80px;
  height: 75px;
  border: 2px solid #CCC;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease-out 0s;
  background: url(../images/hosting.png) no-repeat;
  background-position: center 33px;
  vertical-align: middle;

}

.rounded-bordered-hosting:hover {
  transition: background 0.3s ease-out 0s;
  background: #DA2626 url(../images/hosting-hover.png) no-repeat;
  background-position: center 33px;
  border: 2px solid #DA2626;
}

.rounded-bordered-software {
  box-sizing: content-box;
  min-width: 80px;
  height: 75px;
  border: 2px solid #CCC;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease-out 0s;
  background: url(../images/software.png) no-repeat;
  background-position: center 33px;
  vertical-align: middle;

}

.rounded-bordered-software:hover {
  transition: background 0.3s ease-out 0s;
  background: #DA2626 url(../images/software-hover.png) no-repeat;
  background-position: center 33px;
  border: 2px solid #DA2626;
}

.rounded-bordered-internet {
  box-sizing: content-box;
  min-width: 80px;
  height: 75px;
  border: 2px solid #CCC;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease-out 0s;
  background: url(../images/internet-marketing.png) no-repeat;
  background-position: center 33px;
  vertical-align: middle;

}

.rounded-bordered-internet:hover {
  transition: background 0.3s ease-out 0s;
  background: #DA2626 url(../images/internet-marketing-hover.png) no-repeat;
  background-position: center 33px;
  border: 2px solid #DA2626;
}

.rounded-bordered-seo {
  box-sizing: content-box;
  min-width: 80px;
  height: 75px;
  border: 2px solid #CCC;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: background 0.6s ease-out 0s;
  background: url(../images/seo.png) no-repeat;
  background-position: center 33px;
  vertical-align: middle;

}

.rounded-bordered-seo:hover {
  transition: background 0.6s ease-out 0s;
  background: #DA2626 url(../images/seo-hover.png) no-repeat;
  background-position: center 33px;
  border: 2px solid #DA2626;
}

.rounded-bordered-mobile {
  box-sizing: content-box;
  min-width: 80px;
  height: 75px;
  border: 2px solid #CCC;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: background 0.6s ease-out 0s;
  background: url(../images/mobile.png) no-repeat;
  background-position: center 33px;
  vertical-align: middle;

}

.rounded-bordered-mobile:hover {
  transition: background 0.6s ease-out 0s;
  background: #DA2626 url(../images/mobile-hover.png) no-repeat;
  background-position: center 33px;
  border: 2px solid #DA2626;
}

.responsive > div h3 {
  text-transform: uppercase;
  color: #F00;
  font-weight: bold;
}

.responsive p {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.weblink-works {
  text-align: center;
  color: #3757a7;
}

.weblink-works h4 {
  color: #666666;
}

.website-demo {
  width: 518px;
  height: 400px;
  background: url(../images/computer-icon.png) no-repeat;
}

.website-demo {
  padding: 21px 22px;
}

.website-demo {
  margin-top: 25px;
  position: relative;
}

.website-demo:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 30%;
  right: -14px;
  margin-top: -4px;
  border-left: 15px solid #D92324;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 99;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.right-text a {
  color: #FFF;
  font-size: 17px;
  display: inline-block;
  padding-top: 6px;
  font-weight: bold;
  font-style: italic;
}

.right-text {
  position: absolute;
  display: inline-block;
  width: 125px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: lightgrey 3px 3px;
  /*
  border-top:1px solid #00a859;
  border-bottom:1px solid #00a859;
  border-left:5px solid #00a859;
  */
  height: 35px;

  background: #f58634;
  top: 75%;
  right: 0px;
  z-index: 100;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.website-demo:hover:after {
  border-left: 15px solid #3653A4;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.website-demo:hover .right-text {

  background: #3653A4;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

}

.why-weblink {
  width: 100%;
  min-height: 660px;
  color: #FFF;
  text-align: center;
  background: #00a859 url(../images/who-we-are.png) no-repeat center;
  padding: 25px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.why-weblink h3 {
  font-size: 32px;
  text-shadow: 1px 3px 2px #2F2F2F;
  text-transform: uppercase;
}

.why-weblink p {
  color: #cdd9f8;
  font-size: 16px;
}

.bottom-bg {
  position: absolute;
  bottom: -41px;
  left: 20%;
  z-index: 100;
}

.weblink-recent-projects {
  margin-top: 60px;
  text-align: center;
}

.weblink-recent-projects h6 {
  font-size: 17px;
  color: #666666;
}

.weblink-recent-projects h3 {
  font-size: 30px;
  color: #3757a7;
}

.client-list {
  text-align: left;
}

.client-list span.bott-text {
  text-align: left;
  height: 25px;
  display: none;

}

.client-list {
  text-align: center;
}

.weblink-recent-projects .col-md-3 {
  border-right: 1px solid #e3e5e2;
}

.border-top {
  border-top: 1px solid #e3e5e2;
}

.client-list {
  padding: 30px 10px;
}

.weblink-footer-navigation {
  width: 100%;
  background: #00a859 url(../images/world-map.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px 0px;
  color: rgba(234, 234, 234, 1);
  margin-top: 20px;
}

.weblink-footer-navigation h2 {
  font-size: 34px;
}

.weblink-footer-navigation h2 span {
  display: inline-block;
  padding: 0 15px;
}

.weblink-footer-navigation h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 26px;
  background: url(../images/rope.png) no-repeat;
}

.weblink-footer-navigation h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 26px;
  background: url(../images/rope-left.png) no-repeat;
}

.weblink-footer-navigation p {
  font-size: 17px;
  line-height: 26px;
  padding-top: 10px;
  color: #a6dca8;
}

.weblink-contact-info {
  padding-top: 15px;
}

.weblink-contact-info h4 {
  font-size: 20px;
  color: #efefef;
}

.weblink-location-map {
  border: 1px solid #456AC3;
  border-bottom: 2px solid #456AC3;
  background: rgb(27, 66, 162);
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.weblink-location-map:hover {
  background: #FAAD3D;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #FFF;
  text-decoration: none;
}

.map-container {
  width: 100%;

}

.map-container iframe {
  display: block;
  pointer-events: none;
  position: relative;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.full-map .embed-responsive-16by9 {
  padding-bottom: 30%;
}

#footer {
  background:  #00A859;
}

.weblink-brand-logo {
  padding: 15px 0px;
}

.weblink-brand-logo .img-responsive {
  margin: 0 auto;
}

.weblink-footer-menu ul li a {
  color: #999999;
  padding: 0 10px;
}

.weblink-footer-menu ul li {
  padding: 0px;
  color: #EAE7E7;
}

.weblink-footer-menu ul li:after {
  content: "|";
}

.weblink-footer-menu ul li:last-child:after {
  content: "";
}

.weblink-conenction i {
  font-size: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color:#00A859;
}
.weblink-conenction ul.list-inline{
  margin:12px 0;
}
.testimonial--section.bg--overlay::before {
  background-color: #000;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.testimonial--section .section--title {
  z-index: 1;
}
.section--title.left {
  text-align: center;
}
.section--title {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-align: center;
  z-index: 0;
}
.section--title .h2 {
  margin-bottom: 0;
}
.section--title.left .h2::before {
  left: 0;
}
.section--title.left .h2::after, .section--title.left .h2::before {
  margin: 0;
}
.section--title .h2::before {
  left: -22px;
  box-shadow: 44px 0 0 #ccc;
}
.section--title .h2::after, .section--title .h2::before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background-color: #ccc;
}
.section--title.left .h2::after {
  left: 66px;
}
.section--title.left .h2::after, .section--title.left .h2::before {
  margin: 0;
}
.section--title .h2::after {
  left: 22px;
  box-shadow: -44px 0 0 #ccc;
}
.section--title .h2::after, .section--title .h2::before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background-color: #ccc;
}
.bg--overlay {
  color: #fff;
}
.section--title {
  text-align: center;
}
.testimonial--slider .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.testimonial--content blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 24px;
}
.testimonial--content blockquote p::before {
  content: "\f10d";
  margin-left: 1px;
  margin-right: 8px;
  font-family: "FontAwesome";
  font-size: 30px;
}
.testimonial--rating {
  margin-top: 21px;
  font-size: 16px;
  line-height: 26px;
}
.header--navbar-top-info .nav > li, .testimonial--rating li {
  float: left;
}
.testimonial--info {
  margin-top: 24px;
}
.testimonial--info .img {
  border: 5px solid rgba(255,255,255,.2);
  border-radius: 50%;
}
.testimonial--info .content, .testimonial--info .img {
  display: table-cell;
  vertical-align: middle;
}
.testimonial--info .content {
  padding-left: 30px;
}
.testimonial--info .content, .testimonial--info .img {
  display: table-cell;
  vertical-align: middle;
}
.testimonial--info .content .h5 {
  margin-bottom: 4px;
}
.bg--overlay .h1, .bg--overlay .h2, .bg--overlay .h3, .bg--overlay .h4, .bg--overlay .h5, .bg--overlay .h6, .bg--overlay h1, .bg--overlay h2, .bg--overlay h3, .bg--overlay h4, .bg--overlay h5, .bg--overlay h6 {
  color: #fff;
}
.testimonial--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg--overlay {
  position: relative;
  color: #fff;
  z-index: 0;
}
.testimonial--video.bg--overlay::before {
  left: -54%;
  -webkit-transform: skew(-37deg,0);
  transform: skew(-37deg,0);
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg--overlay::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A859;
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  z-index: -1;
}
.testimonial--section .testimonial--slider-wrapper .section--title > h2{
  text-align: center;
  font-weight:bolder;
  padding-top:25px;
}
.testimonial--section .testimonial--slider-wrapper .section--title > p{
  text-align: justify;
}
.vc--parent {
  width: 100%;
  height: 100%;
  display: table;
}
.testimonial--video-content .play-btn {
  display: block;
  width: 80px;
  /*margin: 0 auto;*/
  padding-left: 4px;
  font-size: 30px;
  line-height: 76px;
  border: 2px solid;
  border-radius: 50%;
}
.testimonial--video-content .play-btn + .h3 {
  margin-top: 22px;
}
.testimonial--video-content > iframe{
  height:425px;
  margin-left:400px;
  width:500px;
}
.testimonial--section .testimonial--video .vc--parent .vc--child .container p{
  padding-bottom:30px;
}

.phone-repair-section {
  position: relative;
  padding: 70px 0px 40px 0px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.phone-repair-section .image-column {
  position: relative;
  padding: 50px 0px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.phone-repair-section .image-column::before {

  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,168,89,0.9);

}
.phone-repair-section .image-column .text {
  position: absolute;
  left: 15px;
  top: 84%;
  height: 100%;
  font-size: 57px;
  opacity: 0.35;
  color: #ffffff;
  font-weight: 700;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Roboto', sans-serif;
}
.phone-repair-section .image-column .image-box {
  position: relative;
  float: right;
  margin-right: -50px;
}
.phone-repair-section .image-column .image-box img {
  width: 100%;
}
.phone-repair-section .content-column {
  position: relative;
  padding-left: 85px;
}
.sec-title-two {
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
.sec-title-two h2 {
  position: relative;
  font-size: 32px;
  color: #222222;
  line-height: 44px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.sec-title-two h2::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #00bfa5;
}
.sec-title-two .text {
  position: relative;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12; /* number of lines to show */
  -webkit-box-orient: vertical;
}
#main .weblink-works > h2{
  color:#00A859;
}
.phone-repair-section .content-column p {
  margin-bottom: 20px;
}
.phone-repair-section .content-column .read-more {
  margin-top: 8px;
}
.btn-style-one {
  position: relative;
  padding: 14px 30px;
  line-height: 1em;
  background: rgba(0,168,89,0.9);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent !important;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Catamaran', sans-serif;
}


/*.weblink-conenction {*/
/*  padding: 10px 0px;*/
/*}*/

.weblink-conenction i:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #F48634;
}

.copyright {
  font-size: 15px;
  color: #FFF;
  font-weight: 900;
  margin: 37px 0;
}
.list-inline{
  margin:37px 0;
}
.client-lists .list-0 {
  padding: 5px 0;
}

.client-lists .list-0 a {
  color: #1B1B1B;
  text-decoration: none;
  font-size: 17px;
}

.list-0 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-0 span {
  display: inline-table;
  padding: 2px 5px;
  background: #00a859;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-right: 5px;
}

div.client-lists div.row > div.col-md-6:nth-child(even) span {
  background: #f48634;
}

#parentHorizontalTab {
  margin-top: 15px !important;
}

.testi_txt {
  margin-top: 25px;
}

.news-description {
  padding-top: 15px;
}

.product-box {
  padding: 5px 15px;
}

.product-description {
  font-size: 15px;
  line-height: 24px;
}

.listTitle h2 {
  margin: 10px 0;
}

.listTitle h2 a {
  font-size: 16px;
}

.recent-blog h4 {
  margin-top: 20px;
}

.recent-blog h4 a {
  color: rgba(207, 207, 207, 1);
}

#corner-slider {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  height: 170px;
  width: 269px;
  box-shadow: 0 4px 10px rgba(102, 102, 102, 0.5);
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #ffd3d3;
  border-radius: 5px;
}

#corner-slider h3 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 5px;
}

#star {
  padding-bottom: 5px;
}

#trip-name {
  font-size: 16px;
}

#corner-slider.hidden {
  display: none;
}

#corner-slider .close {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  z-index: 1002;

  /*Change here the close button position*/
  right: 24px;
  top: 18px;
}

.blog-toc {
  padding: 15px;
  background: #EDF6FF;
}

.toc {
  list-style: none;
}

.toc li ol {
  padding-left: 25px;
  list-style: none;
}

.toc li a {
  font-size: 17px;
  display: inline-block;
  padding: 2px 0 2px 15px;
  color: #0089bd;
  background: url(../images/bg-arrow.png) no-repeat left;
}

.toc li a:hover {
  text-decoration: none;
}

.blog-contents h2,
.blog-contents h3,
.blog-contents h4 {
  font-size: 28px;
  text-align: left;
}

.blog-contents h3 {
  font-size: 24px;
}

.blog-contents h4 {
  font-size: 20px;
}
@media(max-width:992px) {
  .bottom-bg {
    left: 5%;
  }

  #header-fixed {
    top: -150px;
  }
}

@media(min-width:768px) {
  .weblink-navigation {
    display:flex;
    justify-content: center;
  }

  .menu-fixed {
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

}

@media(max-width:768px) {
  .weblink-domain-checker input[type=text] {
    width: 75%;
  }

  .weblink-domain-checker button {
    margin-top: 15px;
    margin-left: 0px;

  }

  .bottom-bg {
    bottom: -24px;
  }

  #header-fixed {
    display: none;
  }
}

@media(max-width:548px) {
  .website-demo {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .website-demo:before {
    top: 20%;
  }
}

@media (max-width:560px) {
  .video-show {
    width: 100%;
    background: none;
  }

  .video-show > div {
    width: 100%;
  }
}



.client-list img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.client-list img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/* Become A Partner Fixed */

.become-partner-link {
  position: fixed;
  top: 100px;
  right: 15px;
  line-height: 32px;
  z-index: 9;
  text-decoration: none !important;
}

.become-partner-link span {
  margin-right: 15px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 5px #00000050;
  position: relative;
  padding: 0 10px;
  color: #2ba859;
  font-size: 14px;
}

.become-partner-link span:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -7px;
  content: "";
}

.become-partner-link img {
  height: 32px;
  background: #fff;
  border-radius: 100%;
  padding: 2px;
  box-shadow: 0 0 5px #00000030;
}

/* Get in Touch Quotation Page */

.get-in-touch {
  background: #9ee4b8;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

@media(min-width: 992px) {
  .get-in-touch {
    height: 935px;
  }
}

.get-in-touch h4 {
  color: #888;
  font-size: 15px;
  margin-top: 30px;
}

.get-in-touch p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #008230;
}

.get-in-touch a {
  color: #008230;
}

.get-in-touch a:hover {
  text-decoration: none;
  color: #45af6c;
}

.get-in-touch i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
  color: #45af6c;
}

.get-in-touch .heading h2 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 20px;
}

.get-in-touch .heading p {
  font-weight: bold;
  font-size: 17px;
  color: #000;
}

.get-in-touch_expert {
  background: #fff;
  border-radius: 5px;
  margin-top: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.expert-image {
  float: left;
  width: 100px;
  padding: 5px;
}

.expert-info {
  float: left;
  padding: 14px 0;
  padding-left: 30px;
}

.expert-info h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #2ba859;
  line-height: 30px;
}

.expert-info p {
  font-size: 16px;
  font-weight: bold;
}

/* Footer Contact/Quotation */

.footer-contact {
  margin-bottom: 50px;
  padding: 50px 0 0;
  position: relative;
}

.footer-col-content {
  /*padding-bottom: 120px;*/
  background: rgba(244, 134, 52, 1);
  padding:0 15px;
}

.footer-col-content h2 {
  font-size: 35px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}

.footer-col-content p {
  color: #002240;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.3;
}

.form-col {
  padding-bottom: 10px;
}

.half-bg {
  background: #fafafa;
}

.bg-light {
  background: #fafafa;
  border:thin solid #ddd;
}

@media(max-width: 1199px) {
  .half-bg {
    height: 818px;
  }
}

@media(max-width: 991px) {
  .half-bg {
    display: none;
  }
}

.thin-font {
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  color: #f48634;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}

#footer-contact {
  padding: 0 15px;
}

#footer-contact h3 {
  color: #445c8d;
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 2px;
}

#footer-contact a {
  text-decoration: none;
  color: #337ab7;
}

#footer-contact a:hover {
  color: #000;
}

.tel {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  display: block;
}

@media(max-width: 1199px) {
  .tel {
    font-size: 45px;
  }
}

.contact-block {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
}

.contact-block a {
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.contact-block .icon {
  width: 60px;
  height: 60px;
  border: 2px solid #98afd6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.contact-block .icon i {
  font-size: 30px;
  line-height: 54px;
}

.contact-block .whatsapp-icon span.icon {
  border: 3px solid #14b97e;
}

.contact-block .whatsapp-icon:hover span.icon {
  background: #14b97e;
}

.contact-block .whatsapp-icon .title strong,
.contact-block .whatsapp-icon a,
.contact-block .whatsapp-icon span.icon i {
  color: #14b97e;
}

.contact-block .viber-icon span.icon {
  border: 3px solid #337ab7;
}

.contact-block .viber-icon:hover span.icon {
  background: #337ab7;
}

.contact-block .viber-icon .title strong,
.contact-block .viber-icon a,
.contact-block .viber-icon span.icon i {
  color: #337ab7;
}

.contact-block .wechat-icon span.icon {
  border: 3px solid #35c100;
}

.contact-block .wechat-icon:hover span.icon {
  background: #35c100;
}

.contact-block .wechat-icon .title strong,
.contact-block .wechat-icon a,
.contact-block .wechat-icon span.icon i {
  color: #35c100;
}

.contact-block .wechat-icon:hover span.icon i,
.contact-block .whatsapp-icon:hover span.icon i,
.contact-block .viber-icon:hover span.icon i {
  color: #fff;
}






.contact-block.whatsapp-icon span.icon {
  border: 3px solid #14b97e;
}

.contact-block.whatsapp-icon:hover span.icon {
  background: #14b97e;
}

.contact-block.whatsapp-icon .title strong,
.contact-block.whatsapp-icon a,
.contact-block.whatsapp-icon span.icon i {
  color: #14b97e;
}

.contact-block.viber-icon span.icon {
  border: 3px solid #337ab7;
}

.contact-block.viber-icon:hover span.icon {
  background: #337ab7;
}

.contact-block.viber-icon .title strong,
.contact-block.viber-icon a,
.contact-block.viber-icon span.icon i {
  color: #337ab7;
}

.contact-block.envelope-icon span.icon {
  border: 3px solid #f48634;
}

.contact-block.envelope-icon:hover span.icon {
  background: #f48634;
}

.contact-block.envelope-icon .title strong,
.contact-block.envelope-icon a,
.contact-block.envelope-icon span.icon i {
  color: #f48634;
}

.contact-block.phone-icon span.icon {
  border: 3px solid #000;
}

.contact-block.phone-icon:hover span.icon {
  background: #000;
}

.contact-block.phone-icon .title strong,
.contact-block.phone-icon a,
.contact-block.phone-icon span.icon i {
  color: #000;
}

.contact-block.envelope-icon:hover span.icon i,
.contact-block.whatsapp-icon:hover span.icon i,
.contact-block.viber-icon:hover span.icon i,
.contact-block.phone-icon:hover span.icon i {
  color: #fff;
}


.contact-block .title {
  font-size: 24px;
  line-height: 62px;
  color: #2ba859;
  display: flex;
  font-weight: 700;
}

.contact-block .title strong {
  padding-right: 10px;
}

.content-icon {
  margin-top: 30px;
}

.online-chat a {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
}

.online-chat {
  font-weight: 300;
}

.online-chat h3 span {
  font-weight: bold;
}

@media(max-width: 991px) {
  .container-full {
    width: 100%;
  }

  .bg-light {
    margin-top: 50px;
    padding: 50px 0;
  }
}

.quote-block {
  text-align: center;
  background: #f48634;
  color: #fff;
  padding: 15px 5px;
  margin: 10px 0;
}

.quote-block h2 {
  line-height: 1.5;
  margin: 0;
}

.quote-block h2 span {
  color: green;
  font-style: italic;
}

.quote-block a.btn.btn-custom {
  float: none;
}

.quote-block a.btn.btn-custom:hover {
  background: rgba(43, 168, 89, 0.2);
}
@media(max-width:480px){
  .testimonial--video-content > iframe{
    margin:0;
  }
  #header-ficx{
display:none;
  }
  .phone-repair-section .content-column{
    padding:0 15px;
  }
  .sec-title-two h2{
    font-size:25px;
    text-align:center;
  }
  .phone-repair-section {
    position: relative;
    padding: 100px 0px 60px 0px;
  }
  .vc--parent{
    display:inline;
  }
  .testimonial--video-content > iframe{
    width:100%;
    padding-top:30px;
  }
  .copyright{
    margin:0;
  }
  .list-inline{
    margin:25px 0;
  }
}
@media(max-width:1199px){
  .testimonial--video-content > iframe{
    margin-left:300px;
  }
}
#footer .inner-box .sec-title-two i{
  color:#FFF;
  margin-left:5px;
}
#footer .inner-box .sec-title-two .text-gerne{
  width:100%;
  color:#FFF;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size:14px;
}
#footer .over-cont .read-more{
  background-color:#000;
  padding: 0 0 0 0;
}
#footer .over-cont .read-more:hover{
  background-color:#00A859;
}
#footer .over-cont .a{
  display:flex;
  justify-content: space-evenly;
  color:#FFF;
  align-items: center;
  float:left;
}
#footer .over-cont .a > i{
  color:#FFF;
  margin-right:10px;
}
#footer .over-cont .a{
  float:left;
}
#footer .over-cont .inner-box .sec-title-two{
  margin-bottom:10px;
}
.footer--section {
  position: relative;
  overflow: hidden;
}
.bg--color-dark {
  color: #ddd;
  background-color: #343434;
}
.footer--copyright-border {
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #555;
}
.bg--overlay {
  position: relative;
  color: #fff;
  z-index: 0;
}

.footer--section .container.bg--overlay::before {

  display: block;
  left: auto;
  right: 100%;
  margin-right: -15px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
.reset--gutter {
  margin-left: 0;
  margin-right: 0;
}
.reset--gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.bg--overlay {
  position: relative;
  color: #fff;
  z-index: 0;
}
.banner--slider .owl-dot.active, .bg--color-theme, .bg--overlay::before, .btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .cart--items .table tbody tr td .remove:hover, .cart--title::before, .cart--widget ul li .remove:hover, .checkout--form-title::before, .comment--title::before, .contact--title::before, .countdown--timer ul li strong, .expert--members-nav .tooltip-inner, .footer--widget .widget--title .h4::before, .gallery--nav .tooltip-inner, .gallery--section .title::before, .gallery-single--content .title::before, .header--nav-links .dropdown-menu > li.active > a, .header--nav-links .dropdown-menu > li > a:focus, .header--nav-links .dropdown-menu > li > a:hover, .header--nav-links > li.active > a, .header--nav-links > li.open > a, .header--nav-links > li.open > a:focus, .header--nav-links > li.open > a:hover, .header--nav-links > li > a:hover, .header--navbar .navbar-toggle, .nav-links--widget .h4::before, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .pager li .tooltip-inner, .post--item.sticky .post--footer .btn-default, .pricing--item.active .pricing--footer .btn, .pricing--item:hover .pricing--footer .btn, .pricing-single--item .title::before, .product--details-item .title::before, .product--details-tab-nav .nav > li.active > a::before, .product--single-summery .title .btn-group .tooltip-inner, .related-products-title::before, .service--item.active .dot::before, .service--item:hover .dot::before, .service-single--content .title::before {
  background-color: #f69323;
}
.footer--section .bg--color-theme.bg--overlay::before {
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer--about {
  margin: 60px 15px 60px 0;
}
.footer--about .logo {
  margin-bottom: 10px;
}
.footer--about .link {
  margin-top: 18px;
}
.footer--about .info {
  margin-top: 16px;
}
.footer--about .link a {
  color: #fff;
  font-weight: 600;
}
.flm {
  margin-left: 10px;
}
.footer--about .info {
  margin-top: 16px;
}
.footer--about .info .nav > li::before {
  margin-right: 15px;
  font-family: "FontAwesome";
}
.footer--about .info .nav > li + li {
  margin-top: 9px;
  display:flex;
}
.footer--widgets {
  margin-left: 0;
  color: #ddd;
}
.footer--widget {
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer--widget .widget--title {
  margin-bottom: 40px;
  color: inherit;
  padding-bottom: 0;
}
.widget--title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  color: #222;
  font-weight: 400;
}
.footer--widget .widget--title .h4 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 3px;
  color: inherit;
  font-weight: 400;
}
.footer--widget .widget--title .h4::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #00A859;
}
.banner--slider .owl-dot.active, .bg--color-theme, .bg--overlay::before, .btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .cart--items .table tbody tr td .remove:hover, .cart--title::before, .cart--widget ul li .remove:hover, .checkout--form-title::before, .comment--title::before, .contact--title::before, .countdown--timer ul li strong, .expert--members-nav .tooltip-inner, .footer--widget .widget--title .h4::before, .gallery--nav .tooltip-inner, .gallery--section .title::before, .gallery-single--content .title::before, .header--nav-links .dropdown-menu > li.active > a, .header--nav-links .dropdown-menu > li > a:focus, .header--nav-links .dropdown-menu > li > a:hover, .header--nav-links > li.active > a, .header--nav-links > li.open > a, .header--nav-links > li.open > a:focus, .header--nav-links > li.open > a:hover, .header--nav-links > li > a:hover, .header--navbar .navbar-toggle, .nav-links--widget .h4::before, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .pager li .tooltip-inner, .post--item.sticky .post--footer .btn-default, .pricing--item.active .pricing--footer .btn, .pricing--item:hover .pricing--footer .btn, .pricing-single--item .title::before, .product--details-item .title::before, .product--details-tab-nav .nav > li.active > a::before, .product--single-summery .title .btn-group .tooltip-inner, .related-products-title::before, .service--item.active .dot::before, .service--item:hover .dot::before, .service-single--content .title::before {
  background-color: #00A859;
}
.links--widget {
  margin-top: -8px;
}
.links--widget .nav li a {
  padding: 0!important;
  font-size: 14px!important;
}
.fm, .links--widget .nav li a .fa {
  margin-right: 10px;
}
.footer--copyright {
  padding: 30px 0 30px 15px;
  text-align:center;
}
.footer--section .footer--about .info li>a{
  font-size:14px!important;
  padding:0!important;
}
.footer--widget .social ul.nav{
  display:flex;
  justify-content: space-around;
}
.footer--about .content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.footer--about .info .nav a{
  display:flex;
  color:#FFF;
  align-items: center;
}
.footer--about .info .nav a i{
  margin-right:10px;
}
.footer--section .float--right p{
  padding:0 170px;
  color:#FFF;
}
.footer--widget .recent-posts--widget .nav .clearfix .img a>img{
  height:50px;
  width:auto;
}
.footer--widget .recent-posts--widget .nav .clearfix .content,>h3{
  padding-top:0!important;
}
.footer--section .footer--widgets .footer--widget .recent-posts--widget .social h2.h4{
  text-align: center;
}
.footer--section .footer--widgets .footer--widget .recent-posts--widget .nav li .content{
  padding-top:0;
  padding-left:5px;
  display:flex;
  flex-direction:column;
}
.footer--widgets .footer--widget .recent-posts--widget .nav .clearfix{
  display:flex;
}
.footer--section .footer--widgets .footer--widget .recent-posts--widget .nav li .content > h3.h6{
  color:#FFF;
  margin-top:0;
}
.footer--section .footer--widgets .footer--widget .recent-posts--widget .nav li .content > h3.h6 a{
  color:#FFF;
  text-decoration:none;
}
@media(max-width:767px){
  .phone-repair-section .image-column .image-box {
    position: relative;
    float: right;
    margin-right: 120px;
  }
}
@media(max-width:480px){
  .navbar-toggle{
    margin-top:17px;
    margin-right:5px;
  }
  .footer--widgets .footer--widget .recent-posts--widget .nav .clearfix{
    display:flex;
    flex-wrap:wrap;
  }
  .footer--widgets .footer--widget .recent-posts--widget .nav .clearfix .foot-wrap{
    padding: 0 15px;
  }
  .phone-repair-section .image-column .image-box{
    margin-right:0;
  }
  .testimonial--video-content > iframe{
    margin:0;
  }
  .phone-repair-section{
    padding:50px 0px 60px 0px;
  }
  .footer--widgets .footer--widget .recent-posts--widget{
    display:flex!important;
    flex-wrap:wrap;
    justify-content: center;

  }
  .footer--section .container .reset--gutter .float--right > a{
    padding:0!important;
    text-align:center;
  }
  .footer--section .footer--widgets .footer--widget .recent-posts--widget{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
  }
}
.footer--section .container .reset--gutter .float--right{
  text-align: center;
}
.footer--section .container .reset--gutter .float--right > a{
  color:#FFF;
  padding:0 450px;
  text-decoaration:none;
}
@media(max-width:575px){
  .client-area{
    border-left:none;
  }
  .weblink-search{
    display:none;
  }
  .weblink-conenction{
    display:none;
  }
  .footer--widget{
    margin-top:0;
  }
  .footer--section .container .reset--gutter .float--right > a{
    padding:0;
    text-align: center;
  }
  .footer--widgets .footer--widget .recent-posts--widget .nav .clearfix .foot-wrap{
    padding:0 15px;
  }
  .testimonial--video-content > iframe {
    margin-left: 0;
    padding-top: 50px;
  }
  .phone-repair-section .image-column .image-box{
    margin-right:25px;
  }
}
@media(max-width:767px){
  .weblink-conenction{
    display:none;
  }
  .client-area{
    border-left:none;
  }
  .vc--parent{
    display:block;
  }
  .testimonial--video-content > iframe{
    padding-top:20px;
    margin:0;
  }
  .footer--widget{
    margin-top:0;
  }
  .footer--section .container.bg--overlay::before {
    margin-right:0;
  }
  .footer--section .container .reset--gutter .float--right > a{
    padding:0;
    margin:20px 0;
  }
  .footer--widgets .footer--widget .recent-posts--widget .nav .clearfix{
    justify-content: space-around;
  }

}
@media(max-width:991px){
  .client-area{
    border-left:none;
  }
  .phone-repair-section .image-column .image-box{
    margin-right:100px;
  }
  .testimonial--video-content > iframe{
    margin-top:20px;
  }
  .footer--widget{
    margin-top:0;
  }
  .footer--widgets .footer--widget .recent-posts--widget .nav .clearfix{
    justify-content: space-between;
  }
  .footer--section .container .reset--gutter .float--right > a{
    padding:0;
    text-align: center;
  }
}
.footer--widget .recent-posts--widget .nav .clearfix .foot-wrap{
    display:flex;
}