@import url('https://fonts.googleapis.com/css?family=Montserrat:100i,300,400,500,700&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

img {
  max-width: 100%;
  height: auto;
}

body {
  background-color: #f3f3f3;
}

* {
  font-family: 'Montserrat', sans-serif;
  color: #1f3150;
  font-size: 16px;
  line-height: 1.79;
}

button, input, textarea {
  outline: none !important;
}

h1 {
  font-size: 50px;
  color: #1f3150;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 23px;
  color: #1f3150;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  color: #464646;
  margin-bottom: 30px;
}

h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.btn-section .button {
  display: inline-block;
  font-size: 16px;
  color: #333b46;
  background-color: transparent;
  border: 1px solid #333b46;
  padding: 10px 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-section .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333b46;
}

.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

header .nav-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

header .nav-wrapper .navbar-brand img {
  width: 100px;
}
header .nav-wrapper .navbar-toggler {
  border: none;
}

header .nav-wrapper .navbar-toggler .fas.fa-bars {
  color: #fff;
  font-size: 20px;
}

header .nav-wrapper .navbar-nav {
  margin-top: 10px;
}

header .nav-wrapper .navbar-nav .nav-item {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 10px;
}


header .nav-wrapper .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
header .nav-wrapper .navbar-nav .nav-item .nav-link:hover {
  color: #1f3150;
}

.first-screen {
  height: 100vh;
  background-image: url("../img/back.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: 25% 60%;
  background-repeat: no-repeat;
}

.first-screen .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 78%;
}

.first-screen .content p {
  font-size: 25px;
  color: #1f3150;
  max-width: 700px;
  text-align: center;
  font-weight: 500;
}

.first-screen .btn-to-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.first-screen .btn-to-bottom .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.first-screen .btn-to-bottom .inner .fas.fa-chevron-down {
  font-size: 20px;
  background-color: #1f3150;
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.first-screen .btn-to-bottom .inner .fas.fa-chevron-down:hover {
  background-color: #fff;
}

.this-is-bouncy {
  background-color: #fff;
}

.this-is-bouncy .left p {
  margin-bottom: 30px;
}
.right img {
  margin-top: -50px;
}
.about .icons-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about .icons-inner .icon {
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #81868e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about .icons-inner .icon:hover {
  background-color: #19bd9a;
}

.about .text {
  padding-left: 70px;
  padding-right: 70px;
}

.about .text span {
  font-weight: 700;
  color: #636971;
}

.about .text span.green {
  color: #19bd9a;
}

.featured .heading {
  padding-top: 70px;
  padding-bottom: 70px;
}

.featured .heading p {
  max-width: 700px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}

.featured .content .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
}

.featured .content .imgs .img {
  position: relative;
  width: 33.33%;
  height: 289px;
}

.featured .content .imgs .img img {
  object-fit: cover;
  object-position: 0 28%;
  height: 100%;
  width: 100%;
}

.featured .content .imgs .img .img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.featured .content .imgs .img .img-block p {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;

}

.featured .content .text {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../img/featured-bottom-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.featured .content .text .text-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.featured .content .text .text-inner .left {
  margin-right: 130px;
}

.featured .content .text .text-inner .left p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.featured .content .text .text-inner .right .button {
  color: #fff;
  border-color: #fff;
}

.services .content {
  padding-top: 50px;
}

.services .content .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.services .content .left .fa {
  margin-right: 8px;
  margin-top: 2px;
  font-size: 22px;
}
.services .content .left .icons {
  margin-right: 45px;
}

.services .content .left .icons .icon {
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #81868e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.services .content .left .icons .icon:hover {
  background-color: #19bd9a;
}

.services .content .left .text p:nth-child(2) {
  font-size: 16px;
}

.services .content .right .diagram-wrapper .diagram {
  position: relative;
}

.services .content .right .diagram-wrapper .diagram .ct-series-a .ct-slice-donut-solid {
  fill: #81868e;
}

.services .content .right .diagram-wrapper .diagram .ct-series-b .ct-slice-donut-solid {
  fill: #d7311d;
}

.services .content .right .diagram-wrapper .diagram .diagram-percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .content .right .diagram-wrapper .diagram .diagram-percent p {
  font-size: 25px;
}

.services .content .right .diagram-wrapper .diagram-desc p {
  font-size: 16px;
  font-weight: 300;
}

.impressed {
  background-image: url("../img/imressed-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0;
}
.dark-back {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
}
.impressed .impressed-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.impressed .impressed-inner .left h2 {
  color: #fff;
}

.impressed .impressed-inner .left p {
  color: #fff;
}

.impressed .impressed-inner .left p:nth-child(2) {
  font-size: 17px;
  margin-bottom: 25px;
  width: 550px;
  font-weight: 500;
  color: #fff;
}

.impressed .impressed-inner .left p:nth-child(3) {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.impressed .impressed-inner .left p:nth-child(4) {
  margin-bottom: 0;
  text-transform: uppercase;
}

.impressed .impressed-inner .left span {
  color: #d7311d;
}

.impressed .impressed-inner .right {
  margin-top: -125px;
  position: relative;
}
.impressed .right img {
  margin-top: 0px;
}

.impressed .impressed-inner .right .img-text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.impressed .impressed-inner .right .img-text p {
  margin-top: -90px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
    text-align: center;
}

.impressed .impressed-inner .right .img-text p span {
  margin-top: -40px;
  text-transform: uppercase;
  color: #d7311d;
  font-size: 14px;
}
.img-text-2 {
    color: #fff;
    font-weight: 400;
    margin-top: 40px !important;
}
.impressed .impressed-inner .right .img-text-2 .anim-text-2 {
  display: none;
}


.team {
  background-color: #fff;
  padding-top: 90px;
}
.team .heading p {
    max-width: 600px;
    margin: 0 auto;
}
.team .content .team-slider {
  padding-top: 60px;
}

.team .content .team-slider .slick-dots {
  bottom: 25px;
}

.team .content .team-slider .slick-dots li {
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #1f3150;
  width: 10px;
  height: 10px;
}

.team .content .team-slider li.slick-active {
  background-color: #1f3150;
}

.team .content .team-slider .slick-arrow {
  display: none !important;
}

.team .content .team-slider .team-slider-inner .team-slide {
  outline: none;
}
.skills {
    padding-bottom: 60px;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center
  -webkit-justify-content: center;
  justify-content: center;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img {
  position: relative;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img .hover:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img .hover .hover-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img .hover .hover-inner .icon {
  margin-right: 15px;
  background-color: #000;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img .hover .hover-inner .icon:last-child {
  margin-right: 0;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .img .hover .hover-inner .icon:hover {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .head {
  position: relative;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .head::after {
  content: '';
  background-color: #1f3150;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .head h5 {
  color: #464646;
  text-transform: uppercase;
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
    max-width: 600px;
    margin-bottom: 40px;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .head p {
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .text p {
  margin-bottom: 20px;
  width: 380px;
  text-align: right;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill {
  margin-bottom: 30px;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill .value-wrapper .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill .value-wrapper .value p {
  text-transform: uppercase;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill .scale {
  height: 5px;
  background: #e1e4e9;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill .scale .scale-inner {
  height: 100%;
  background: #d7311d;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill.branding .scale-inner {
  width: 80%;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill.web-design .scale-inner {
  width: 65%;
}

.team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .skills .skill.ui .scale-inner {
  width: 75%;
}



.testimonials .heading {
  margin-bottom: 60px;
}

.testimonials .content {
  background-color: #fff;
}

.testimonials .content .slider-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonials .content .slider-wrapper .slick-dots {
  bottom: -60px;
}

.testimonials .content .slider-wrapper .slick-dots li {
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #d7311d;
  width: 10px;
  height: 10px;
}

.testimonials .content .slider-wrapper li.slick-active {
  background-color: #d7311d;
}

.testimonials .content .slider-wrapper .slick-arrow {
  display: none !important;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper {
  outline: none;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .img {
  width: 25%;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .text {
  width: 75%;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .text p:nth-child(1) {
  font-size: 16px;
  margin-bottom: 30px;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .text p:nth-child(2) {
  text-transform: uppercase;
  font-weight: 700;
  color: #19bd9a;
  margin-bottom: 0;
}

.testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .text p:nth-child(3) {
  text-transform: uppercase;
  margin-bottom: 0;
}

.price .content {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.price .content .pay-block {
  margin-right: 65px;
  background: #fff;
  position: relative;
    width: 30%;
}

.price .content .pay-block:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.price .content .pay-block .top {
  background: #1f3150;
  padding: 25px 70px;
}

.price .content .pay-block .top h5 {
  text-transform: uppercase;
    text-align: center;
}

.price .content .pay-block .bottom {
  padding: 15px 5px;
}

.price .content .pay-block .bottom p {
  text-align: center;
}

.price .content .pay-block .bottom p:first-child {
  font-size: 42px;
  color: #1f3150;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 38px;
}

.price .content .pay-block .bottom p:last-child {
  font-size: 18px;
  margin-bottom: 0;
    line-height: 23px;
}



.price .content .pay-block:last-child {
  margin-right: 0;
}

.contact {
  background-color: #fff;
}

.contact .content {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact .content .contact-block {
  width: 285px;
  margin-right: 40px;
}

.contact .content .contact-block:last-child {
  margin-right: 0;
}

.contact .content .contact-block .top {
  height: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.contact .content .contact-block .top.first {
  background: url("../img/contact-1.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact .content .contact-block .top.second {
  background: url("../img/contact-2.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact .content .contact-block .top.third {
  background: url("../img/contact-3.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact .content .contact-block .bottom {
  height: 130px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.contact .content .contact-block .bottom p:first-child {
  font-size: 16px;
  color: #464646;
}

.contact .content .contact-block .bottom p {
  text-transform: uppercase;
}

.contact .content .contact-block .bottom a {
  color: #81868e;
  text-transform: uppercase;
}


.map {
  position: relative;
}

.map .click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.map .click .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.map .click .text p {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
}

.map .click .text .icon {
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #19bd9a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
padding: 10px 0 !important;
}

footer .heading {
  margin-bottom: 5px;
}

footer .heading h6 {
  text-transform: uppercase;
  font-size: 25px;
  color: #333b46;
}

footer .copyright {
  margin-bottom: 5px;
}

footer .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

footer .links .link {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #3b5998;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .links .link:hover {
  background-color: #26a6d1;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199.98px) {
  .contact-form form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .map iframe {
    height: 400px;
  }
}

  .container {
      max-width: 1440px !important;
  }


/* Medium Devices, Desktops */

@media only screen and (max-width: 991.98px) {
  header .nav-wrapper .navbar-brand {
    margin-right: 10px;
  }
  .featured .content .text .text-inner .left p {
    font-size: 18px;
  }
  .featured .content .text .text-inner .left {
    margin-right: 20px;
  }
  .services .content .left {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .services .content .left .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .services .content .left .icons .icon {
    margin-right: 10px;
  }
  .services .content .left .icons {
    margin-right: 0;
  }
  .impressed .impressed-inner {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .impressed .impressed-inner .right {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .impressed .impressed-inner .left h2 {
    text-align: center;
  }
  
  .testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .img {
    width: 40%;
  }
  .price .content .pay-block {
    margin-right: 30px;
  }
  .price .content .pay-block .top {
    padding: 25px 60px;
  }
  .contact-form form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-form form .inputs .input input {
    width: 210px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767.98px) {
  .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  header .nav-wrapper .navbar-toggler {
    padding-top: 10px;
  }
  header .nav-wrapper .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu-mob-bg-dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .first-screen .content p {
    width: 100%;
  }
 
  .this-is-bouncy .right {
    margin-top: 30px;
  }
  .this-is-bouncy .right img {
    display: block;
    margin: 0 auto;
  }
  .this-is-bouncy .left .btn-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .about .text {
    padding-left: 0;
    padding-right: 0;
  }
  .about .icons-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about .icon:first-child {
    margin-left: 0;
  }
  .about .text .item-1 {
    margin-bottom: 20px;
  }
  .featured .heading {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .featured .content .imgs {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .featured .content .imgs .img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .featured .content .imgs .img img {
    height: auto;
  }
  .featured .content .text .text-inner {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .featured .content .text .text-inner .left p {
    text-align: center;
  }
  .featured .content .text .text-inner .right {
    margin-top: 15px;
  }
  .services .content .right .diagram-wrapper .diagram-desc {
    margin-bottom: 20px;
  }
  .services .content .left .icons .icon:last-child {
    margin-right: 0;
  }
  .impressed .impressed-inner .left p:nth-child(2) {
    width: 100%;
  }
  
  .team .content .team-slider .team-slider-inner .team-slide .team-slide-inner {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .team {
    padding-top: 50px;
  }
  .team .content .team-slider {
    padding-top: 40px;
  }
  .team .content .team-slider .slick-dots {
    bottom: -30px;
  }
  .testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .img img {
    display: block;
    margin: 0 auto;
  }
  .testimonials .content .slider-wrapper .slider-inner .slide-wrapper .slide-inner .text {
    width: 100%;
  }
  .testimonials .heading {
    margin-bottom: 40px;
  }
  .testimonials .content .slider-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .price .content {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .price .content .pay-block {
    margin-right: 0px;
    margin-bottom: 25px;
      width: 100%;
  }
  .price .content .pay-block .top h5 {
    text-align: center;
  }
  .subscribe .content form {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contact  {
    background-color: #fff;
  }
  .contact .content {
    margin-top: 30px;
  }
  .contact .content {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .contact .content .contact-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
 
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 575.98px) {
  .featured .heading p {
    width: 100%;
  }
  .team .content .team-slider .team-slider-inner .team-slide .team-slide-inner .desc .text p {
    width: 100%;
  }
}

.price.padding {
    padding-top: 50px;
}