.welcome-sec {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(51, 51, 51, 0.15);
  position: relative;
  padding: 40px 0;
}
.welcome-sec .candidate-pic {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.welcome-sec .candidate-pic:before, .welcome-sec .candidate-pic:after {
  content: "";
  width: 49px;
  height: 119px;
  top: 0;
  right: auto;
  bottom: auto;
  left: -50px;
  position: absolute;
  background: url(../images/dot.svg) no-repeat;
  background-size: 100% 100%;
}
.welcome-sec .candidate-pic:before {
  right: -49px;
  left: auto;
  bottom: 106px;
  top: auto;
}
.welcome-sec .candidate-wrap {
  overflow: hidden;
  padding: 0 15px;
}
.welcome-sec .lets-talk {
  border: 1px solid #D0D0D0;
  top: auto;
  right: -15px;
  bottom: 30px;
  left: auto;
  position: absolute;
  font-size: 11px;
  padding: 18px 32px;
  background: #ffffff;
}
.welcome-sec .lets-talk span {
  width: 16px;
  margin-right: 10px;
  color: #4C4C4C;
  font-weight: 500;
  text-transform: uppercase;
}

.sec-social {
  top: 40px;
  right: 10px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 26px;
  display: none;
}
.sec-social li {
  margin-bottom: 65px;
}
.sec-social li img {
  width: 100%;
}
.sec-social:after {
  content: "";
  width: 1px;
  height: 106px;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #979797;
}

.exlore-btn {
  font-size: 12px;
  line-height: 1.2;
  color: #4C4C4C;
  font-weight: 500;
  margin-bottom: 30px;
}
.exlore-btn span {
  margin-right: 10px;
  width: 20px;
  vertical-align: top;
}

.Portfolio-sec {
  padding: 40px 0;
}
.Portfolio-sec .Portfolio-title {
  color: #4C4C4C;
  line-height: 1.2;
}

.portfolio-view {
  padding: 0 15px;
  overflow: hidden;
}
.portfolio-view .img-wrap {
  max-width: 490px;
  margin: 0 auto 20px;
  position: relative;
}
.portfolio-view .img-wrap img {
  position: relative;
  z-index: 1;
}
.portfolio-view .img-wrap:before, .portfolio-view .img-wrap:after {
  content: "";
  width: 49px;
  height: 119px;
  top: 0;
  right: auto;
  bottom: auto;
  left: -50px;
  position: absolute;
  background: url(../images/dot.svg) no-repeat;
  background-size: 100% 100%;
}
.portfolio-view .img-wrap:before {
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  right: 122px;
  left: auto;
  top: -10%;
}
.portfolio-view .img-wrap .third-dot {
  top: auto;
  right: 78px;
  bottom: 20px;
  left: auto;
  position: absolute;
  width: 36px;
  height: 40px;
  background: url(../images/dot.svg) no-repeat center center;
  background-size: cover;
}
.portfolio-view .img-wrap.with-reverse:after {
  left: auto;
  right: -50px;
}
.portfolio-view .img-wrap.with-reverse:before {
  right: auto;
  left: 0;
}
.portfolio-view .img-wrap.with-reverse .third-dot {
  left: 78px;
  right: auto;
}

.portfolio-details {
  margin-bottom: 40px;
}
.portfolio-details .head-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.portfolio-details .head-title .icn {
  margin-right: 10px;
}
.portfolio-details .head-title .icn img {
  width: 74px;
}

.small-txt {
  font-size: 14px;
  font-weight: bold;
  color: #267EC7;
}

.product-sec {
  padding: 40px 0;
  background: #FBFBFB;
}
.product-sec h2 {
  font-size: 25px;
}
.product-sec .small-txt {
  margin-bottom: 5px;
}

.product {
  border: 1px solid #E3E3E3;
  position: relative;
  margin-bottom: 30px;
}
.product h3 {
  margin-bottom: 20px;
}
.product figure img {
  width: 100%;
}
.product p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #606060;
  margin-bottom: 15px;
}
.product .info {
  padding: 20px 20px 45px;
}
.product .desc-list {
  margin-bottom: 20px;
}
.product .desc-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #606060;
  position: relative;
  padding-left: 17px;
  text-align: left;
}
.product .desc-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #2774B4;
}
.product .rate {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #606060;
}
.product .rate a {
  color: #267EC7;
}
.product .is-primary {
  top: auto;
  right: auto;
  bottom: -22px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.business-sec {
  padding: 40px 0;
}

.business-row {
  margin-bottom: 30px;
}
.business-row h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.business-row .desc-list {
  padding-left: 18px;
}
.business-row .desc-list li {
  list-style-type: decimal;
  font-size: 16px;
  color: #606060;
  font-weight: bold;
}
.business-row .desc-list li strong {
  padding-left: 10px;
  margin-bottom: 15px;
  display: block;
}
.business-row .desc-list li.active {
  color: #2774B4;
}
.business-row .desc-list li.active strong {
  color: #2774B4;
}
.business-row .desc-list li.active p {
  color: #606060;
}
.business-row .view-clm {
  margin-bottom: 30px;
}
.business-row p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #606060;
  margin-bottom: 15px;
  padding-left: 10px;
}
.business-row.services .service-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.business-row.services .service-list span {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.business-row.services .service-list span svg {
  width: 13px;
  height: 13px;
}
.business-row.services .service-list a {
  font-size: 16.3px;
  color: #606060;
  margin-right: 10px;
  font-weight: 700;
}
.business-row.services .service-list a:last-child {
  margin: 0;
}
.business-row.services .service-list a.active, .business-row.services .service-list a:hover {
  color: #2774B4;
}
.business-row.services .service-list a.active span path, .business-row.services .service-list a:hover span path {
  fill: #2774B4;
}
.business-row.services .desc-list {
  padding: 0;
}
.business-row.services .desc-list li {
  list-style-type: none;
}
.business-row.services .desc-list p,
.business-row.services .desc-list strong {
  padding-left: 0;
}
.business-row.services .desc-list strong {
  margin-bottom: 10px;
}

.progress {
  height: 20px;
  border-radius: 0;
  margin-bottom: 10px;
}

.testimonial-sec {
  padding: 40px 0;
  background: #FBFBFB;
}
.testimonial-sec .block-title {
  margin-bottom: 25px;
}
.testimonial-sec .block-title p {
  font-size: 14px;
}

.testimonial-item {
  padding: 0 15px;
}
.testimonial-item figure {
  max-width: 188px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 6px;
  background: url(../images/frame-img.svg) no-repeat;
  background-size: 100% 100%;
}
.testimonial-item .info {
  padding: 0 10px;
}
.testimonial-item p {
  margin-bottom: 10px;
  font-weight: 500;
}
.testimonial-item .profile-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.testimonial-item .social-links {
  padding-bottom: 15px;
}
.testimonial-item .social-links img {
  width: 20px;
  height: 20px;
}
.testimonial-item .social-links a {
  margin: 10px;
}

.swip-slider-wrp {
  position: relative;
}
.swip-slider-wrp .swiper-wrapper {
  padding-bottom: 80px;
}
.swip-slider-wrp .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  width: 30px;
  height: 30px;
  left: -58px;
  outline: 0;
  display: none;
  top: 60%;
}
.swip-slider-wrp .swiper-button-prev img {
  height: 100%;
  width: auto;
}
.swip-slider-wrp .swiper-button-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: none;
  width: 30px;
  height: 30px;
  top: 60%;
  right: -58px;
  outline: 0;
  display: none;
}
.swip-slider-wrp .swiper-button-next img {
  height: 100%;
  width: auto;
}
.swip-slider-wrp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2774B4;
}

.contact-form {
  background: #267EC7;
  padding: 40px 0;
}
.contact-form .small-txt {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact-form .contact-title {
  color: #ffffff;
  line-height: 1.2;
}
.contact-form p {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact-form .detail-list {
  padding-bottom: 20px;
}
.contact-form .detail-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
.contact-form .detail-list li:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  background: #ffffff;
}
.contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.contact-form .form-wrap .field {
  margin-bottom: 20px;
}
.contact-form .form-wrap .select {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.contact-form .form-wrap .select select {
  width: 100%;
  display: block;
  color: #ffffff;
}
.contact-form .form-wrap .is-primary {
  border: 1px solid #ffffff;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0;
  background: #ffffff;
  color: #3E89D1;
  font-size: 16px;
}
.contact-form .form-wrap .is-primary:hover {
  background: #3E89D1;
  color: #ffffff;
}
.contact-form .form-wrap .sug-txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.contact-form .check-group {
  position: relative;
  padding-bottom: 10px;
}
.contact-form .check-group input {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.contact-form .check-group input:checked + label:after {
  background: #ffffff url(../images/tick.svg) no-repeat center center;
  background-size: 90% 90%;
}
.contact-form .check-group label {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 25px;
  position: relative;
  display: block;
  line-height: 15px;
}
.contact-form .check-group label a {
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}
.contact-form .check-group label:after {
  content: "";
  width: 14px;
  height: 14px;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  background: #ffffff;
}

.get-in-touch {
  background: #ffffff;
}
.get-in-touch .small-txt {
  color: #267EC7;
}
.get-in-touch p {
  color: #828282;
  margin-bottom: 2px;
  margin-bottom: 17px;
}
.get-in-touch p.location {
  font-size: 12px;
  color: #6B6B6B;
  position: relative;
  padding-left: 16px;
  line-height: 15px;
  margin-bottom: 10px;
}
.get-in-touch .contact-title {
  color: #6B6B6B;
  z-index: 28px;
}
.get-in-touch .location-icn {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 11px;
  height: 15px;
  vertical-align: top;
}
.get-in-touch .contact-info {
  padding-bottom: 10px;
}
.get-in-touch .contact-info a {
  font-size: 12px;
  color: #6B6B6B;
  line-height: 15px;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.get-in-touch .contact-info .phone-icn {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: top;
}
.get-in-touch .contact-info .email-icn {
  width: 20px;
  height: 13px;
  margin-right: 5px;
  vertical-align: top;
}
.get-in-touch .follow-title {
  font-size: 12px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #767676;
  text-decoration: none;
}
.get-in-touch .follow-list {
  margin-bottom: 30px;
}
.get-in-touch .follow-list .follow-icn {
  margin-right: 35px;
  display: inline-block;
}
.get-in-touch .control input {
  border-color: #CFCFCF;
  color: #767676;
  background: none;
}
.get-in-touch .control input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676;
}
.get-in-touch .control input::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
}
.get-in-touch .control input:-ms-input-placeholder {
  /* IE 10+ */
  color: #767676;
}
.get-in-touch .control input:-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
}
.get-in-touch .form-wrap .sug-txt {
  color: #767676;
}
.get-in-touch .check-group label {
  color: #767676;
}
.get-in-touch .check-group label a {
  color: #767676;
}
.get-in-touch .check-group label:after {
  border: 1px solid #767676;
}
.get-in-touch .form-wrap .is-primary {
  background: #3E89D1;
  border-color: #3E89D1;
  color: #ffffff;
}
.get-in-touch .form-wrap .is-primary:hover {
  background: none;
  color: #3E89D1;
}

.blog-slider-wrp {
  padding: 60px 0;
}
.blog-slider-wrp .sld-item {
  position: relative;
}
.blog-slider-wrp .sld-item:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  background: #4C4C4C;
  opacity: 0.7;
}
.blog-slider-wrp .sld-item img {
  width: 100%;
}
.blog-slider-wrp .sld-item .slide-content {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 20px;
  z-index: 1;
}
.blog-slider-wrp .sld-item .slide-content h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.blog-slider-wrp .sld-item .slide-content a {
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.blog-slider-wrp .sld-item .slide-content .date-post {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-swiper {
  overflow: hidden;
}
.blog-swiper .slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.blog-swiper .slider-control .swiper-button-prev,
.blog-swiper .slider-control .swiper-button-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  background-image: none;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  width: 12px;
  height: 20px;
  margin: 0 5px;
}
.blog-swiper .slider-control .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-swiper .slider-control .swiper-pagination {
  display: inline-block;
  position: static;
}
.blog-swiper .slider-control .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

.blog-slider-wrp.blog-banner {
  padding: 0;
  position: relative;
}
.blog-slider-wrp.blog-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  background: #4C4C4C;
  opacity: 0.7;
}
.blog-slider-wrp.blog-banner .container {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.blog-slider-wrp.blog-banner .sld-item:after {
  display: none;
}
.blog-slider-wrp.blog-banner .sld-item .slide-content {
  padding: 5px;
  position: static;
}
.blog-slider-wrp.blog-banner img {
  min-height: 150px;
  width: 100%;
}

.blog-post-sec {
  padding: 50px 0;
}
.blog-post-sec .search-form {
  margin-bottom: 40px;
}
.blog-post-sec .search-form input {
  font-size: 24px;
  border: 0;
  color: #3A3A3A;
  font-weight: bold;
  padding: 10px 50px 10px 0;
  width: 100%;
}
.blog-post-sec .search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3A3A3A;
  opacity: 0.62;
}
.blog-post-sec .search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3A3A3A;
  opacity: 0.62;
}
.blog-post-sec .search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #3A3A3A;
  opacity: 0.62;
}
.blog-post-sec .search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #3A3A3A;
  opacity: 0.62;
}
.blog-post-sec .search-form .cat-search {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  position: relative;
}
.blog-post-sec .search-form .search-btn {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0 !important;
  box-shadow: none;
}
.blog-post-sec .popular-tags {
  padding-bottom: 45px;
}
.blog-post-sec .popular-tags .tags a {
  font-size: 20px;
  color: #2774B4;
  font-weight: 500;
  background: rgba(62, 137, 209, 0.3);
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 15px 24px;
}
.blog-post-sec .popular-tags .tags-title {
  font-size: 20px;
  color: #2774B4;
  font-weight: bold;
  margin-bottom: 25px;
}
.blog-post-sec .post-wraper .post-item {
  margin-bottom: 15px;
}
.blog-post-sec .post-wraper figure {
  width: 100%;
}
.blog-post-sec .post-wraper figure img {
  width: 100%;
}
.blog-post-sec .post-wraper .post-details {
  padding: 20px 0;
}
.blog-post-sec .post-wraper .post-details .date-post {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333333;
}
.blog-post-sec .post-wraper .post-details h3 {
  color: #3A3A3A;
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-post-sec .post-wraper .post-details .btns-list .tag-btn {
  border: 1px solid #267EC7;
  font-size: 12px;
  color: #267EC7;
  margin: 0 7px 7px 0;
  background: none;
  border-radius: 0;
  padding: 15px 24px;
  font-weight: 500;
}
.blog-post-sec .post-wraper .post-details .btns-list .tag-btn:hover {
  background: #267EC7;
  color: #ffffff;
}

.topblog-head .wrap {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #B8B8B8;
  padding: 50px 0 20px;
  margin-bottom: 40px;
}
.topblog-head .date-post {
  text-align: center;
}
.topblog-head .date-post span,
.topblog-head .date-post strong {
  padding: 7px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blog-banner.post-img:after {
  display: none;
}

.postdetails-info {
  margin-bottom: 40px;
}
.postdetails-info p {
  margin-bottom: 20px;
  color: #4B4B4B;
}
.postdetails-info p:last-child {
  margin: 0;
}

.popular-tags.posted-tag {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #B8B8B8;
  margin-bottom: 40px;
}
.popular-tags.posted-tag .tags-title {
  font-weight: 500;
  color: #777777;
}
.popular-tags.posted-tag .tags a {
  margin-right: 0;
  background: none;
}
.popular-tags.posted-tag .tags a.active, .popular-tags.posted-tag .tags a:hover {
  background: rgba(62, 137, 209, 0.3);
}

@media all and (min-width: 769px) {
  section .columns {
    align-items: center;
  }

  .header .navbar-item {
    display: none;
  }
  .header .navbar-menu {
    display: block !important;
    position: static;
    background: none;
    box-shadow: none;
  }
  .header .navbar-menu .navbar-end {
    background: none;
    display: flex;
    justify-content: space-between;
  }
  .header .navbar-menu .navbar-end > div {
    display: flex;
    justify-content: space-between;
    width: 45%;
  }
  .header .navbar-menu a {
    border: 0;
    width: auto;
    font-size: 14px;
    font-weight: 600;
  }
  .header .logo-icn {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header.with-hero .navbar {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: none;
  }

  .navbar-brand,
.mainmenu-in {
    display: none;
  }

  .header-hero .hero-img {
    object-fit: contain;
    height: auto;
    min-height: auto;
  }

  .swip-slider-wrp .swiper-button-prev {
    display: block;
  }
  .swip-slider-wrp .swiper-button-next {
    display: block;
  }

  .page-navigation {
    top: 120px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
  }

  .sec-social {
    display: block;
  }

  .data-order1 {
    order: 1;
  }

  .data-order2 {
    order: 2;
  }

  .business-sec {
    padding: 0;
  }

  .business-row {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .business-row .view-clm {
    margin: 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    height: 100%;
    width: 50%;
  }
  .business-row .view-clm img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .business-row .info-clm {
    width: 50%;
    padding: 60px 30px;
  }
  .business-row .container {
    display: flex;
    justify-content: flex-end;
    position: static;
  }
  .business-row.services .container {
    justify-content: flex-start;
  }
  .business-row.services .view-clm {
    right: 0;
    left: auto;
  }

  .swip-slider-wrp .swiper-wrapper {
    padding: 0;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }

  .blog-slider-wrp .sld-item .slide-content {
    padding: 50px 60px;
  }
  .blog-slider-wrp .sld-item .slide-content h3 {
    font-size: 36px;
  }
  .blog-slider-wrp .sld-item .slide-content a {
    font-size: 18px;
  }

  .blog-post-sec .post-wraper .post-item {
    margin-bottom: 15px;
    width: 45%;
    float: left;
    margin-right: 10%;
  }
  .blog-post-sec .post-wraper .post-item:nth-child(even) {
    margin: 0;
  }

  .topblog-head .wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .topblog-head .date-post {
    width: 160px;
  }
  .topblog-head .date-post strong,
.topblog-head .date-post span {
    display: block;
    width: 100%;
  }
  .topblog-head h3 {
    width: calc(100% - 217px);
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  h1 {
    font-size: 96px;
  }

  p {
    font-size: 18px;
  }

  .header {
    padding: 17px 0;
  }
  .header .navbar-menu a {
    font-size: 16px;
    padding: 17px 0;
  }
  .header .navbar-menu .navbar-end > div {
    width: 38.5%;
  }
  .header .logo-icn img {
    width: 38px;
    height: 38px;
  }
  .header.with-hero .navbar {
    padding: 27px 0;
  }

  .social-list li {
    padding: 0 55px;
  }
  .social-list a {
    width: 24px;
  }

  h2 {
    font-size: 72px;
  }

  .pl-0 {
    padding-left: 0 !important;
  }

  .small-txt {
    letter-spacing: 2px;
    margin-bottom: 6px;
  }

  .welcome-sec {
    padding: 143px 0 92px;
    overflow: hidden;
  }
  .welcome-sec .candidate-pic {
    margin: 0 0 0 auto;
  }
  .welcome-sec .candidate-wrap {
    overflow: visible;
  }
  .welcome-sec .lets-talk {
    right: -117px;
  }
  .welcome-sec p {
    padding-bottom: 25px;
  }
  .welcome-sec .exlore-btn {
    margin: 0;
  }

  .sec-social {
    top: 141px;
    right: 41px;
    width: 21px;
  }

  .Portfolio-sec {
    padding: 96px 0;
  }
  .Portfolio-sec .Portfolio-title {
    font-size: 50px;
    margin-bottom: 37px !important;
  }
  .Portfolio-sec .columns {
    margin-bottom: 166px;
  }
  .Portfolio-sec .columns:last-child {
    margin-bottom: 50px;
  }
  .Portfolio-sec .data-order1 .portfolio-details {
    padding-right: 60px;
  }

  .portfolio-details {
    margin: 0;
    padding: 30px 20px 30px 30px;
  }
  .portfolio-details h3 {
    font-size: 24px;
    width: calc(100% - 137px);
  }
  .portfolio-details h3.saver-title {
    width: calc(100% - 82px);
  }
  .portfolio-details .head-title .icn {
    margin-right: 25px;
  }
  .portfolio-details .head-title .icn img {
    width: 106px;
  }
  .portfolio-details .head-title .icn.storage-icn {
    width: 80px;
  }
  .portfolio-details .head-title .icn.data-uses {
    width: 64px;
    margin-right: 20px;
  }

  .product-sec {
    padding: 114px 0;
  }
  .product-sec h2 {
    font-size: 40px;
    margin: 0 0 70px !important;
  }
  .product-sec h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .product-sec .small-txt {
    margin-bottom: 20px;
  }
  .product-sec .info {
    padding: 20px 30px 45px;
  }
  .product-sec .desc-list {
    margin-bottom: 27px;
  }
  .product-sec .product {
    margin-bottom: 24px;
  }

  .business-row h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 28px;
  }
  .business-row .desc-list {
    padding-left: 30px;
  }
  .business-row p {
    line-height: 1.6;
  }
  .business-row .desc-list li:last-child {
    padding-top: 16px;
  }
  .business-row .info-clm {
    padding: 104px 0 92px 63px;
  }
  .business-row.services .info-clm {
    padding: 69px 70px 92px 0px;
  }
  .business-row.services .service-list {
    margin-bottom: 28px;
  }
  .business-row.services .service-list a {
    font-size: 21px;
  }
  .business-row.services .service-list span {
    width: 14px;
    height: 14px;
  }
  .business-row.services .desc-list p {
    margin-bottom: 30px;
  }
  .business-row.services .desc-list li:first-child strong {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .testimonial-sec {
    padding: 70px 0 104px;
  }
  .testimonial-sec h2 {
    font-size: 40px;
  }
  .testimonial-sec .block-title {
    padding: 0 12%;
  }
  .testimonial-sec .block-title p {
    margin-bottom: 56px;
  }
  .testimonial-sec figure {
    max-width: 118px;
  }
  .testimonial-sec.our-team-sec {
    padding: 103px 0 60px;
  }
  .testimonial-sec.our-team-sec .block-title p {
    margin-bottom: 52px;
  }
  .testimonial-sec.our-team-sec figure {
    max-width: 218px;
    margin-bottom: 10px;
  }
  .testimonial-sec.our-team-sec .profile-name {
    font-size: 18px;
    margin-bottom: 0;
  }

  .testimonial-item p {
    font-size: 14px;
  }
  .testimonial-item .info {
    padding: 0 5px;
  }

  .contact-form {
    padding: 105px 0;
  }
  .contact-form .contact-title {
    font-size: 40px;
    line-height: 1;
  }
  .contact-form .small-txt {
    margin-bottom: 20px;
  }
  .contact-form .block-title {
    padding-top: 35px;
  }
  .contact-form p {
    font-size: 14px;
  }
  .contact-form.get-in-touch {
    padding: 105px 0 83px;
  }
  .contact-form.get-in-touch .contact-title {
    font-size: 30px;
  }
  .contact-form.get-in-touch .follow-title {
    font-size: 24px;
  }

  footer {
    padding: 122px 0 40px;
  }
  footer .footer-desc {
    padding-right: 10%;
  }
  footer .copy-rgt {
    padding-top: 68px;
  }

  .blog-slider-wrp {
    padding: 68px 0 60px;
  }

  .blog-post-sec {
    padding: 37px 0 70px;
  }
  .blog-post-sec .search-form {
    margin-bottom: 50px;
  }
  .blog-post-sec .search-form input {
    font-size: 36px;
  }
  .blog-post-sec .popular-tags .tags {
    margin: 0 -7px;
  }
  .blog-post-sec .popular-tags .tags a {
    margin: 0 7px 15px;
    padding: 15px 16px;
  }
  .blog-post-sec .post-wraper .post-details {
    padding: 33px 0 20px;
  }
  .blog-post-sec .post-wraper .post-details h3 {
    font-size: 28px;
  }
  .blog-post-sec .post-wraper .post-details .btns-list .tag-btn {
    padding: 9px 14px;
  }

  .topblog-head .date-post {
    width: 160px;
  }
  .topblog-head .date-post strong,
.topblog-head .date-post span {
    font-size: 36px;
  }
  .topblog-head .date-post strong {
    font-size: 72px;
  }
  .topblog-head h3 {
    font-size: 40px;
  }
  .topblog-head .wrap {
    padding: 88px 0 20px;
    margin-bottom: 84px;
  }

  .postdetails-info {
    padding: 30px 0;
  }
  .postdetails-info p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 27px;
  }

  .popular-tags.posted-tag {
    margin-bottom: 83px;
  }
}
@media all and (min-width: 1216px) {
  .container {
    max-width: 1010px;
  }
}

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