@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&amp;display=swap');
html {
  font-size: 15px; }

body {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  overflow-x: hidden !important;
  font-family: 'Raleway', sans-serif;
   }

p {
  line-height: 26px; 
 text-align:justify;
  
  }

h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-transform: uppercase; }

h2 {
  color: #222;
  font-size: 2rem;
  font-weight: 800;
}

h2 span {
  font-weight: 600;
  color: #03a9f5; }

h3 {
  font-size: 1.5rem;
  color: #222;
  font-weight: 600; }

h5 {
  color: #444; }

.top-headings-section {
  padding-bottom: 2rem; }

.top-headings-section p {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #555;
  max-width: 550px; }

.top-headings-section h2::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

*::after,
*::before {
  box-sizing: border-box; }

.sec-title {
  text-align: center;
  padding-bottom: 8px; }

.sec-title h2 {
  color: #000; }

.sec-title h2 span {
  position: relative;
  color: #03a9f5; }

.sec-title h2 span::before {
  position: absolute;
  width: 50px;
  height: 1px;
  background: #03a9f5;
  top: 18px;
  content: "";
  left: -60px; }

.sec-title p {
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  max-width: 730px; }

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

/*------ 2. SECTION HEADINGS ------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-top {
  background: rgba(255, 255, 255, 0.06);
  color: #7f8997;
  display: block;
  padding: 10px 0;
   }

@media screen and (max-width: 767px) {
  .header-top {
    padding: 0px; } }
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}

.top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-top p {
  margin-right: 2rem;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
 font-family: 'Poppins', sans-serif;
 }

.header-top p i {
  color: #03a9f5;
  margin-right: .5rem;
  font-size: 1.3rem; }

.header-top .social-icons {
  text-align: right; }

.header-top .social-icons i {
  line-height: 26px;
  font-size: 1.2rem;
  margin-right: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.header-top .social-icons .fa-skype {
  margin-right: 0px; }

.social-icons-header .fa-facebook {
  color: #fff; }

.social-icons-header .fa-twitter {
  color: #fff; }

.social-icons-header .fa-google-plus {
  color: #fff; }

.social-icons-header .fa-linkedin {
  color: #fff; }

.social-icons-header .fa-skype {
  color: #fff; }

.header-top .social-icons i:hover {
  color: #03a9f5; }

.heading {
  background-color: #0f1341;
  color: #fff;
  position: relative;
  padding: 1rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
 }

.sticky {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #0f1341 none repeat scroll 0 0;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }


@media screen and (max-width: 991px) {
  .heading { 
    padding: 5px 0;
      -webkit-transition: all .5s ease;
  transition: all .5s ease;
  }

  .header-top p {
    margin-right: 1rem;
    font-size: 16px;
  }

  #main-menu {
    background: #fff;
    width: 100%; }

  #main-menu ul a,
  #main-menu .po a::after {
    color: #000 !important; }

  .sticky {
    background: #3a2c5f none repeat scroll 0 0; }

  .heading .logo img {
    padding-left: 15px;
  }

  .button-menu {
    padding-right: 18px !important; }

  .heading .container {
    padding-left: 0;
    padding-right: 0; 
  }
  .search-button,
  .button-menu {
    margin-bottom: 1rem !important; } }
.heading .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 575px) {
  .bloq-search {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 420px) {
  .heading .logo img {
    width: 120px; } }
.search-button,
.button-menu {
  border: 0;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #03a9f5; }

.search-button:focus,
.button-menu:focus {
  outline: 0; }

.search-button {
  color: #03a9f5;
  margin-left: auto;
  margin-right: .8rem; }

.get-quote {
  background: #03a9f5;
  color: #000;
  padding: .6rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.get-quote:hover {
  background: #0f1341;
  color: #000; }

.get-quote p {
  text-transform: uppercase;
  margin: 0px;
  font-weight: 800; }

.get-quote a {
  text-decoration: none;
  color: #fff; }

#bloq-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.bloq-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin: 1.3rem 0;
  z-index: 1; }

.bloq-search input[type="text"] {
  border: 1px solid #03a9f5;
  border-radius: 5px 0 0 5px;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.bloq-search input[type="submit"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #03a9f5;
    color: #fff;
    cursor: pointer;
    padding: 0 1rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.bloq-search input[type="submit"]:hover {
  background: #0f1341;
  color: #fff; }

#main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#main-menu ul {
  padding: 0;
  list-style: none;
  margin: 0; }

#main-menu ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  text-decoration: none; }

#main-menu ul a:hover,
#main-menu ul li.active a {
  color: #03a9f5; }

#main-menu .card {
  background: transparent; }

#main-menu .card a:hover {
  background: transparent; }

#main-menu .po a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #000;
  margin-left: .3rem; }

.text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slick-slider .slick-dots {
  display: none;
}

/*------ HEADER SLIDER ------*/
.rev_slider_wrapper {
  width: 100%; }

.slotholder {
  position: relative; }

.slotholder:after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none; }

.tp-leftarrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.tp-leftarrow:hover {
  background: #03a9f5; }

.tp-rightarrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.tp-rightarrow:hover {
  background: #03a9f5; }

.tp-parallax-wrap {
  top: 10px; }

.tp-bannertimer {
  z-index: 21; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 48px; }

.mfp-bg {
  z-index: 1112; }

.mfp-wrap {
  z-index: 1113; }

.text-theme-colored2 {
  color: #fff !important; }

.tp-caption.font-p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; }

@media screen and (max-width: 496px) {
  .tp-caption.font-p {
    margin-top: .8rem; } }
.btn-default.btn-theme-colored2 {
  color: #fff;
  font-weight: 600;
  background-color: #03a9f5;
  border-color: #fff;
  font-size: 16px;
  padding: 13px 32px;
  margin-top: .8rem;
  margin-right: 1rem;
  line-height: 1.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-default.btn-theme-colored2:hover {
  background: #0f1341;
  color: #fff;
  border-color: #03a9f5; }

.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #0f1341;
  border-color: #03a9f5;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 32px;
  margin-top: .8rem;
  line-height: 1.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-dark.btn-theme-colored:hover {
  background: #03a9f5;
  color: #fff;
  border-color: #fff; }

.banner {
  width: 100%;
  overflow: hidden;
}

.banner .text {
  padding-top: 210px;
  max-width: 500px;
}

.banner .text h1 {
  color: #fff;
}

.banner .text p {
  color: #fff;
  font-size: 18px;

}


/*---- 3. SECTION SERVICES -----*/
section.services {
  padding: 3rem 0;
  color: #fff; }

.services h3 {
  margin: 1.3rem 0 1rem;
  color: #fff; }

.services h3::after {
  display: block;
  height: 2px;
  font-weight: bold;
  background-color: #fff;
  content: " ";
  width: 70px;
  margin: 0 auto;
  margin-top: .8rem;
  margin-bottom: 1.5rem; }

.services .cell p {
  margin: 0px;
  text-align: center;
  font-weight: 400; }

.services .cell {
  background: #0f1341;
  padding: 2rem; }

.services .cell:last-child {
  border-right: 0; }

.services .cel-1 {
  background: #03a9f5;
  z-index: 1; }

.services .cel-2 {
  background: #0f1341;
  z-index: 1; }

.services .cel-3 {
  background: #03a9f5;
  z-index: 1; }

.services .cel-4 {
  background: #0f1341;
  z-index: 1; }

.services .cel-5 {
  background: #03a9f5;
  z-index: 1; }

.services .cel-6 {
  background: #0f1341;
  z-index: 1; }

.services .inf-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }

.services .btn {
  background: #fff;
  color: #000;
  font-weight: 500;
  margin-top: 2rem;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.services .btn:hover {
  background: #0f1341;
  color: #fff; }

.services .btn.btn-2 {
  background: #fff;
  color: #000;
  font-weight: 500;
  margin-top: 2rem;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.services .btn.btn-2:hover {
  background: #03a9f5;
  color: #fff; }

@media screen and (max-width: 991px) {
  .services .cell {
    border-right: 0; } }
@media screen and (max-width: 767px) {
  .services .cell {
    border-right: 0; }

  .who-info-4 .no-mt {
    margin-bottom: 0; } }

/*-- 6. SECTION SERVICES (FOR HOME 2) --*/
.choosing {
  padding: 6rem 0; }

.choosing .choos img {
  width: 360px;
  width: 100%; }

.choosing .why-do {
  padding: 1rem 0;
  background: #0f1341;
  color: #fff; }

.choosing .why-do p {
  font-weight: 300;
  padding: 0 1rem;
  margin: 0; }

.choosing .why-do a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.choosing .why-do a:hover {
  color: #03a9f5; }

.hovblue figure {
  background: #03a9f5;
  margin: 0; }

.hovblue figure:hover img {
  opacity: .5; }

@media screen and (max-width: 991px) {
  .choosing .cons {
    margin-bottom: 2rem; } }
.offer-details a:hover {
  text-decoration: none; }

.offer-details .readmore:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #fff;
  right: -20px;
  position: absolute; }

.offer-item .inner:hover h3 a {
  color: #f8ba00; }

.offer-item .inner:nth-child(3n+1) {
  clear: both; }

.offer-details .btn.rdmorebtn:hover {
  background: #000;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.offer-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 00px; }

.offer-details {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: rgba(15, 19, 65, 0.85);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.offer-details h3 a span {
  float: right; }

.offer-inner:hover .offer-details {
  background-color: #0f1341;
  border-bottom: 4px solid #0f1341;
  color: #fff; }

.offer-inner:hover .offer-details {
  top: 0; }

.offer-inner:hover .offer-details h3 a {
  color: #fff; }

.offer-details h3 a {
  color: #fff; }

.offer-details h3 {
  margin-bottom: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.offer-img {
  width: 360px;
  width: 100%;
  height: 247px; }

.readmore {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1.3rem;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.offer-details .readmore:hover {
  color: #03a9f5; }

/*-------- 9. SECTION INFO-HELP -------*/
.info-help {
  padding: 5rem 0;
  background: linear-gradient(rgba(25, 34, 59, 0.5), rgba(25, 34, 59, 0.5)), url(../images/bg-img1.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3; }

.info-help:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.info-help .info-head .info-text {
  padding-left: 0; }

.info-help .info-head .info-text h3 {
  font-size: 35px;
  line-height: 38px;
  color: #fff; }

.info-help .info-head .info-text p {
  font-size: 18px;
  color: #fff;
  padding: 18px 0; }

.info-help .info-head .info-text .btn-pro {
  background: #03a9f5;
  color: #fff;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.info-help .info-head .info-text .btn-pro:hover {
  background: #0f1341; }

@media screen and (max-width: 767px) {
  .info-help .info-head .info-text h3 {
    font-size: 25px; }

  .info-help .info-head .info-text p {
    font-size: 16px; } }
/*----- 10. SECTION PRICING  ------*/
section.pricing-table {
  padding: 3rem 0;
  }

.plan {
  border: 1px solid #dedede; }

.plan-name {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  padding: 20px 0;
  color: #000; }

.plan-price {
  font-size: 48px;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  background: #03a9f5;
  color: #fff; }

.plan-price:after {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 15px;
  border-top-color: #03a9f5;
  left: 50%;
  margin-left: -16px; }

.plan.featured .plan-price {
  background: #0f1341; }

.plan.featured .plan-price:after {
  border-top-color: #0f1341; }

.plan.featured .plan-name {
  color: #323232; }

.plan.featured .plan-price {
  color: #fff; }

.plan-price .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.01em;
  font-weight: 700; }

.plan-name small {
  font-family: 'Raleway', sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal; }

.plan-price sub {
  font-size: 18px;
  font-weight: 700; }

.plan ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0; }

.plan ul li {
  border-top: 1px dashed #dedede;
  padding: 12px 29px;
  color: #444;
  font-weight: 500; }

.plan ul li:first-child {
  border-top: 0 !important; }

.plan a.btn {
  color: #fff;
  background: #03a9f5;
  border: 0px;
  margin: 20px 0;
  padding: 8px 30px; }

.plan a.btn:hover {
  background: #0f1341;
  color: #fff; }

.plan.featured a.btn {
  color: #fff;
  background: #0f1341;
  border: 0px;
  margin: 20px 0;
  padding: 8px 30px; }

.plan.featured a.btn:hover {
  background: #03a9f5;
  color: #fff; }

@media screen and (max-width: 991px) {
  .plan {
    margin-bottom: 2.5rem; }

  .plan.no-mgb {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .plan.yes-mgb {
    margin-bottom: 2.5rem; } }

/*----- 11. SECTION TESTIMONIALS ----*/
section.testimonials {
  padding: 3rem 0;
  background: linear-gradient(rgba(14, 18, 68, 0.88), rgba(14, 18, 68, 0.88)), url(../images/slider-img1.jpg) no-repeat scroll center center;
  background-size: cover; }

.testimonials .sec-title h2 {
  color: #fff; }

.testimonials .sec-title p {
  color: #fff; }

.testimonials .client-info {
  display: inline-block; }

.testimonials .client-thumb {
  border-radius: 100%;
  height: 60px;
  margin-right: 20px;
  width: 60px;
  float: left; }

.testimonials .sngl-client {
  border: 1px solid #fafafa;
  margin-bottom: 30px;
  text-align: center;
  margin: 5px; }

.testimonials .single-testimonial {
  display: inline-block;
  padding: 0 10px;
  width: 100%; }

.testimonials .clinet-inner {
  margin-top: 20px; }

.testimonials .client-info h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600; }

.testimonials .client-info span {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase; }

.testimonials .client-comment span::before {
  height: 1px;
  background: #4cc700;
  width: 40px;
  content: "";
  position: absolute;
  bottom: 0; }

.testimonials .client-comment h3 {
  color: #4cc700;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  font-style: italic; }

.testimonials .client-comment {
  background-color: #03a9f5;
  padding: 20px;
  position: relative;
  font-style: italic;
  border-radius: 10px;
  color: #fff; }

.testimonials .client-comment p {
  margin-bottom: 0; }

.testimonials .client-comment::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 16px solid #03a9f5;
  content: "";
  height: 0;
  left: 12px;
  position: absolute;
  width: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  bottom: -16px; }

.testimonials .client-comment::before {
  color: #fff;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 71px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0.20;
  font-style: normal; }

.testimonials .client-thumb img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto; }

.testimonials .client-reviews i {
  color: #e54242;
  font-size: 13px; }

.testimonials .client-comment > ul {
  padding-bottom: 15px; }

.testimonials .owl-dots {
  text-align: center;
  margin-top: 3rem;
  line-height: 0; }

.testimonials .owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #fff;
  margin-left: 5px;
  margin-right: 5px; }

.testimonials .owl-dot.active {
  background: #03a9f5; }

/*--------- 13. SECTION BLOG ---------*/
section.blog-section {
  padding: 3rem 0;
  background: #edeff1; }

.blog-section .news-item {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  
  min-height: 210px; }

.blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.blog-section .news-item-descr.big-news {
  height: 106px; }

.blog-section .news-item h3 {
  color: #333;
  -webkit-transition: all .25s;
  transition: all .25s; }

.blog-section .news-item.-news-slider-item {
  height: 100%; }

.blog-section .news-item.-news-slider {
  height: auto; }

.blog-section .news-item a:hover {
  text-decoration: none; }

.blog-section .news-item a:hover h3 {
  color: #03a9f5;
  -webkit-transition: all .25s;
  transition: all .25s; }

.blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%; }

.blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover; }

.blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blog-section .news-item-img .resp-img {
  background-size: cover; }

.blog-section .news-item-img {
  position: relative;
  width: 100%; }

.blog-section .news-item-img .resp-img {
  background-size: cover; }

.blog-section .news-item-text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.blog-section .news-item-text-header {
  display: block; }

.blog-section .news-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #111; }

.blog-section .news-item-descr {
  margin-bottom: 20px;
  height: 80px; }

.blog-section .news-item-descr p {
  color: #444;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

.blog-section .news-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  color: #444; }

.blog-section .action-list .fa-comment {
  color: #03a9f5; }

.blog-section .action-list .fa-share-alt {
  color: #03a9f5; }

.blog-section .action-list .fa-heart {
  color: #03a9f5; }

.blog-section ul.action-list {
  margin-bottom: 0; }

.blog-section .action-item {
  display: inline-block;
  padding-left: 15px; }

.blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.blog-section .news-item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px; }

.blog-section .news-item-sm:last-child {
  margin-bottom: 0; }

.blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  position: relative; }

.blog-section .news-item-sm .news-img-link .news-item-img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.blog-section .news-item-sm .news-item-text {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  padding: 15px 20px; }

.blog-section .news-item-sm .news-item-descr {
  height: 52px; }

.blog-section .news-link {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #03a9f5;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.blog-section .news-link:hover {
  color: #0f1341;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

@media screen and (max-width: 1199px) {
  .blog-section .news-item.news-item-sm.mb {
    margin-bottom: 2.5rem; } }
@media screen and (max-width: 991px) {
  .blog-section .news-item {
    margin-bottom: 2.5rem; }

  .blog-section .news-item.no-mb:last-child {
    margin-bottom: 0; }

  .blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 33.5%;
        flex-basis: 33.5%; } }
@media screen and (max-width: 577px) {
  .blog-section .news-item-sm {
    display: block; }

  .blog-section .news-item-sm .news-img-link .news-item-img {
    position: relative;
    padding-bottom: 69%; }

  .blog-section .news-item-sm {
    border-radius: 0; } }
@media screen and (max-width: 414px) {
  .blog-section .news-item-descr p,
  .blog-section .news-item-descr {
    overflow: hidden; }

  .blog-section ul.action-list {
    padding-left: 0; }

  .blog-section .news-link {
    font-size: .9rem; } }

/*------- 14. SECTION REQUEST -------*/
section.request {
  background-image: url(../images/bg-img.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 3rem 0; 
}

.request .box {
  max-width: 570px;
  margin: auto;
  padding: 20px; 
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.request img.girl-right {
  position: absolute;
  top: 0;
  right: 131px;
}
.request a.logo img {
  position: absolute;
  top: 42%;
  left: 0;
  transform: rotate(-90deg);

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.request h3 {
  margin-bottom: 2rem; }

.request .box .form-group {
  margin-bottom: 2rem;
}

.request #map-single {
  width: 100%;
  height: 303px;
  border: 1px solid #03a9f5; }

.request ul li {
  list-style: none; }

.request ul {
  margin: 0;
  padding: 0; }

.request .btn {
  cursor: pointer;
  margin-top: .5rem;
  color: #fff;
  font-weight: 600;
  background: #03a9f5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.request .btn:hover {
  background: #0f1341; }

.request .address-info p:last-child {
  margin-bottom: 0px; }

@media screen and (max-width: 767px) {
  .request .offices h3:first-child {
    margin-top: 4rem; }

  .request #map-single {
    margin-bottom: 2.5rem; }

  .bgc {
    margin-top: 3.2rem; } }
label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff; }

form label.error {
  display: block;
  color: #ff0000;
  font-size: 14px !important;
  opacity: 1 !important; }

.request .form-control {
  background: #fff;
  border: 1px solid #03a9f5; }

.request .contact-form input[type="text"] {
  background: #0f1341;
  color: #fff;
  height: 50px; }

.request .contact-form input[type="text"]:focus,
.request .contact-form input[type="email"]:focus,
.request .contact-form textarea:focus {
  border-color: #00cdcd; }

.request .contact-form textarea {
  background: #0f1341;
  color: #fff;
  min-height: 106px;
  max-height: 100px; }

.request input::-webkit-input-placeholder,
.request textarea::-webkit-input-placeholder {
  color: white;
  opacity: 1; }

.request input:-ms-input-placeholder,
.request textarea:-ms-input-placeholder {
  color: white;
  opacity: 1; }

.request input::placeholder,
.request textarea::placeholder {
  color: white;
  opacity: 1; }

.successform,
.errorform {
  display: none;
  height: 70px; }

.successform span,
.errorform span {
  display: block; }

.successform span p,
.errorform span p {
  margin-top: 15px; }

.successform span p {
  color: #01c15a;
  font-size: 2rem; }

.errorform span p {
  color: #c0392b; }

.request h3 {
  text-transform: uppercase;
  color: #03a9f5;
  font-weight: bold;
  font-size: 1.5rem; }

.request .btn {
  border: 1px solid #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.request h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.call-info h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

/*------ 15. SECTION FOOTER ------*/
.first-footer .top-footer {
  background: #0f1341;
  background-size: cover;
  color: #fff;
  padding: 2rem 0; }

.first-footer .logo img {
  margin-bottom: 2rem; }

.first-footer .netabout {
  margin-bottom: 0; }

.first-footer .netabout h3 {
  margin-bottom: 2rem;
  color: #fff; }

.first-footer .netabout h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.first-footer .netabout p {
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 300; }

.first-footer .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.first-footer .netsocials a .fa {
  font-size: 1.3rem;
  text-align: center;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.first-footer .netsocials a .fa-facebook {
  background: transparent;
  color: #fff; }

.first-footer .netsocials a .fa-facebook:hover {
  background: #3b5998;
  color: #fff; }

.first-footer .netsocials a .fa-twitter {
  background: transparent;
  color: #fff; }

.first-footer .netsocials a .fa-twitter:hover {
  background: #1da1f2;
  color: #fff; }

.first-footer .netsocials a .fa-google-plus {
  background: transparent;
  color: #fff; }

.first-footer .netsocials a .fa-google-plus:hover {
  background: #dd4b39;
  color: #fff; }

.first-footer .netsocials a .fa-youtube {
  background: transparent;
  color: #fff;
  margin-right: 0; }

.first-footer .netsocials a .fa-youtube:hover {
  background: #cd201f;
  color: #fff; }

.first-footer h3 {
  margin-bottom: 2rem;
  color: #fff; }

.first-footer .contactus h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
  margin-bottom: 0px !important; }

@media screen and (max-width: 767px) {
  .first-footer .top-footer {
    padding-bottom: 1rem; } }
.first-footer .contactus .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem; }

.first-footer .contactus .ti {
  margin-bottom: 0px; }

.first-footer .contactus .info p {
  margin: 0;
  font-size: .9rem;
  color: #fff;
  margin-left: 1rem;
  line-height: 1.1;
  font-weight: 300; }

.first-footer .contactus ul li {
  margin-bottom: 1.1rem; }

.first-footer .contactus ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.first-footer .contactus ul li .fa {
  font-size: 1rem;
  color: #03a9f5; }

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

.widget.quick-link ul {
  padding-left: 5px;
  line-height: 26px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.widget.quick-link ul li a {
  padding-left: 0;
  padding-bottom: .9rem;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.widget.quick-link ul li.no-pb a:last-child {
  padding-bottom: 0; }

.widget.quick-link ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 1rem;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.widget.quick-link ul li a:hover,
.widget.quick-link ul li a:hover:before {
  color: #03a9f5; }

.first-footer .widget h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }


@media screen and (max-width: 991px) {
  .first-footer .widget,
  .inner-pages .first-footer .widget {
    padding-top: 0 !important; }

  .first-footer .widget h3 {
    margin-top: 3rem; }
  .request img.girl-right {
      display: none;   
  }

  .first-footer .quick-link h3 {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  .first-footer .quick-link h3 {
    margin-top: 1rem; }
  .first-footer h3 {
    margin-bottom: 1rem;
  } 


 .request img.girl-right {
  display: none;
 }  
     }
.inner-pages .first-footer .twitter-widget.contuct h5::after {
  display: none; }

.first-footer .newsletters h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 991px) {
  .first-footer .newsletters h3 {
    margin-top: 3rem; }

  .bloq-email .email {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
.newsletters p {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 300; }

.first-footer .bloq-email .email input[type="email"] {
  border: 1px solid #03a9f5;
  background: #0f1341;
  color: #fff;
  padding: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.first-footer .bloq-email .email input[type="submit"] {
  border: 1px solid #03a9f5;
  padding: .8rem;
  background: #03a9f5;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.first-footer .email input[type="submit"]:hover {
  background: #0f1341; }

.first-footer .bloq-email .email input[type="submit"] {
  margin-top: 1.2rem; }

@media screen and (max-width: 991px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px; } }
@media screen and (max-width: 767px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px; } }
.first-footer .bloq-email label.error {
  color: #ff0000; }

.first-footer .bloq-email label {
  color: #fff; }

.first-footer .bloq-email .email input::-webkit-input-placeholder {
  color: white;
  opacity: 1; }

.first-footer .bloq-email .email input:-ms-input-placeholder {
  color: white;
  opacity: 1; }

.first-footer .bloq-email .email input::placeholder {
  color: white;
  opacity: 1; }

.second-footer {
  padding: 10px 0;
  background: #03a9f5;
  color: #fff; }

.second-footer h3 {
  margin: 0;
  font-weight: 300; }

.second-footer p {
  margin: 0;
  font-weight: 400;
}

.second-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto; }

.second-footer p .fa-heart:before {
  color: #fff; }

/*------ ARROW GO UP ------*/
.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  font-size: 2.1rem;
  background: #03a9f5;
  padding: .4rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.go-up:hover,
.go-up:focus {
  outline: 0;
  text-decoration: none;
  color: #444; }

/*------ 16. INNER PAGE ABOUT US ----*/
.inner-pages section.who-we-are {
  background: #fff;
  padding: 6rem 0; }

.inner-pages .headings {
  background: -webkit-linear-gradient(rgba(25, 34, 59, 0.6), rgba(25, 34, 59, 0.6)), url(../images/slider-img1.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 45vh; }

.inner-pages .headings h1 {
  margin-top: 13.5rem;
  margin-bottom: 1rem;
  color: #fff; }

@media screen and (max-width: 400px) {
  .inner-pages .headings h1 {
    margin-top: 5rem;
    font-size: 1.5rem; } }
.inner-pages .headings h2 a,
.inner-pages .headings h2 {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .headings h2 a:hover {
  color: #03a9f5; }

.inner-pages .who-we-are .who-1 {
  background: #fff;
  background-size: cover;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 80px;
  left: 0;
  top: 0; }

.inner-pages .who-we-are .who-1 h2 span {
  color: #03a9f5; }

.inner-pages .who-we-are .pftext p {
  background: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

.inner-pages .services .top-headings-section.se h2 {
  color: #fff; }

.inner-pages .who-we-are .box.bg-2 {
  background: #fff;
  margin-top: 1rem; }

@media screen and (max-width: 991px) {
  .box.bg-2 img {
    width: 30%; }

  .inner-pages .who-we-are .who img {
    padding-bottom: 2rem; } }
.who-we-are .who img {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .who-we-are .who img {
    padding-bottom: 2rem;
    width: 100%; }

  .inner-pages .headings {
    height: 65vh !important; }

  .inner-pages .headings h1 {
    margin-top: 11.5rem; }

  .inner-pages .team .jann {
    padding-top: 2.5rem; }

  .inner-pages .team .team-pro:last-child {
    padding-top: 2.5rem; }
		.pftext img{
			padding: 0 15px !important;
		width:100% !important;
		float:none  !important;
	} }
.inner-pages .about-list .first-list {
  margin-right: 4rem; }

@media screen and (max-width: 387px) {
  .inner-pages .about-list .first-list {
    margin-right: 1rem; }

  .inner-pages .about-list {
    font-size: 13px; } }
@media screen and (max-width: 420px) {
  .inner-pages .headings h1 {
    margin-top: 9rem; } }
.inner-pages .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.inner-pages .about-list ul {
  list-style: none;
  padding-left: 0px; }

.inner-pages .about-list ul li {
  color: #000;
  font-weight: 600; }

.inner-pages .about-list ul li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: .7rem;
  color: #03a9f5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .btn.btn-primary.btn-lg {
  background: #03a9f5;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .btn.btn-primary.btn-lg:hover {
  background: #0f1341; }

.inner-pages section.services {
  background: #edeff1;
  padding: 6rem 0; }

/*--- 23. INNER PAGE SERVICES ----*/
.inner-pages section.services {
  padding: 6rem 0;
  background: #edeff1;
  color: #fff; }

.inner-pages .services h3 {
  margin: 1.3rem 0 1rem; }

.inner-pages .services h3::after {
  display: block;
  height: 2px;
  font-weight: bold;
  background-color: #fff;
  content: " ";
  width: 70px;
  margin: 0 auto;
  margin-top: .8rem;
  margin-bottom: 1.5rem; }

.inner-pages .services .cell p {
  margin: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 400; }

.inner-pages .services .cell {
  background: #0f1341;
  padding: 2rem; }

.inner-pages .services .cell:last-child {
  border-right: 0px; }

.inner-pages .services .cel-1 {
  background: #03a9f5;
  z-index: 1; }

.inner-pages .services .cel-2 {
  background: #0f1341;
  z-index: 1; }

.inner-pages .services .cel-3 {
  background: #03a9f5;
  z-index: 1; }

.inner-pages .services .cel-4 {
  background: #0f1341;
  z-index: 1; }

.inner-pages .services .cel-5 {
  background: #03a9f5;
  z-index: 1; }

.inner-pages .services .cel-6 {
  background: #0f1341;
  z-index: 1; }

.inner-pages .services .inf-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px; }

.inner-pages .services .btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  margin-top: 2rem;
  border: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .services .btn:hover {
  background: #0f1341;
  color: #fff; }

.inner-pages .services .btn.btn-2 {
  background: #fff;
  color: #000;
  font-weight: 600;
  margin-top: 2rem;
  border: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .services .btn.btn-2:hover {
  background: #03a9f5;
  color: #fff; }

/*-- 24. INNER SERVICES DETAILS --*/
.inner-pages section.service-details {
  padding: 3rem 0;
}

.inner-pages .service-details .service-text {
  background: #fff; }

.inner-pages .service-text .mb-5 {
  font-weight: 400; }

.inner-pages .service-details .img-details img {
  width: 768px;
  height: 408px;
  width: 100%;
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease; }

.inner-pages .service-info figure {
  background: #03a9f5;
  margin: 0px; }

.inner-pages .service-details .service-info figure:hover img {
  opacity: .5; }

.blog .service-info a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .widget-service-details ul li .fa {
  float: left;
  margin-top: .2rem; }

@media screen and (max-width: 767px) {
  .inner-pages .widget-service-details {
    padding-top: 1rem; }

  .inner-pages .dep-list-1 {
    padding-bottom: 3rem; } }
@media screen and (max-width: 560px) {
  .inner-pages .service-details .img-details img {
    width: 100%;
    height: auto; } }
.inner-pages .service-details.panel-2 .panel .panel-heading a {
  }

.inner-pages .service-details.panel-2 .panel .panel-heading a:hover {
  background: #03a9f5;
  color: #fff; }

.inner-pages .recent-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }

.inner-pages .business-service .tags a {
  background: #03a9f5;
  color: #fff;
  border: 1px solid #03a9f5;
  margin-bottom: .7rem;
  margin-left: .2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .business-service .tags a:hover {
  background: #fff;
  color: #03a9f5; }

.inner-pages .business-service ul {
  margin: 0;
  padding: 0; }

.inner-pages .business-service ul li {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.inner-pages .business-service ul li:last-child {
  padding-top: .5rem; }

.inner-pages .business-service ul li a {
  text-decoration: none;
  color: #444;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .business-service ul li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.business-service {
  padding-bottom: 20px;
}

.inner-pages .business-service ul li a:hover {
  color: #03a9f5; }

.inner-pages .business-service ul li .fa {
  margin-right: 10px; }

.inner-pages .business-service button {
  margin-right: .5rem;
  margin-bottom: .5rem; }

.inner-pages .widget-service-details h5 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase; }

.inner-pages .widget-service-details h5::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.inner-pages .service-details h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #03a9f5;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1rem; }

.inner-pages .service-details h3 {
  margin-bottom: 0px; }

.inner-pages .service-details .completed-projects {
  padding-top: 3rem; }

.inner-pages .service-details .completed-projects .container {
  padding-left: 0px;
  padding-right: 0px; }

@media screen and (max-width: 991px) {
  .inner-pages .specialists .team-pro {
    padding-bottom: 2.5rem; }

  .inner-pages .specialists .team-pro:last-child {
    padding-bottom: 0px; }

  .inner-pages .specialists .pb-none {
    padding-bottom: 0px; }

  .inner-pages .specialists .team-all.padding {
    padding-bottom: 0px; }

  .business-service .stmt {
    padding-top: 3rem; }

  .business-service .stmt-2 {
    margin-top: 3rem; }

  .inner-pages .business-service .recent-main.no-mb p {
    margin-bottom: 0px; } }
@media screen and (max-width: 767px) {
  .inner-pages .specialists .team-pro.pb-on {
    padding-bottom: 2.5rem; }

  .business-service .stmt {
    margin-top: 0px; }

  .business-service .stmt {
    padding-top: 2rem; }

  .inner-pages .service-details .pdb-2 {
    padding-bottom: 2rem; }

  .completed-projects .cons {
    margin-bottom: 2rem; } }
.inner-pages .service-details .contact-text .item {
  position: relative;
  padding-left: 0px; }

.inner-pages .service-details .contact-text .item.no-mb {
  margin-bottom: 0px !important; }

.inner-pages .service-details .contact-text .item i:before {
  font-size: 20px;
  color: #03a9f5; }

.inner-pages .service-details .contact-text .item p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #444;
  margin-bottom: 0; }

.inner-pages .service-details .contact-links .doc-btn a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #444;
  padding: .5rem 0;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
  width: 100%; }

.inner-pages .service-details .contact-links .doc-btn a:last-child {
  padding-bottom: 0px; }

.inner-pages .service-details .contact-links .doc-btn a:hover {
  color: #03a9f5; }

.inner-pages .service-details .contact-links .doc-btn a i {
  font-size: 20px;
  margin-right: 10px;
  color: #03a9f5; }

/*---- 32. INNER PAGE CONTACT US ----*/
.inner-pages .contact-us {
  padding: 3rem 0; }

.inner-pages .contact_us_details {
  margin-bottom: 4rem; }

.inner-pages .contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
  font-size: 23px; }

.inner-pages .c_details_item {
  background: #0f1341;
  border-radius: 10px;
  padding: 15px;
  min-height: 110px;
   }

.inner-pages .c_details_item .media .media-left {
  padding-right: 30px;
  vertical-align: middle; }

.inner-pages .c_details_item .media .media-left i {
  height: 60px;
  width: 60px;
  border: 2px solid #03a9f5;
  border-radius: 50%;
  color: #03a9f5;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s; }

.inner-pages .c_details_item .media .media-left .fa-envelope {
  font-size: 23px; }

.inner-pages .c_details_item .media .media-body p {
  max-width: 185px;
  font-size: 17px;
  padding-top: .5rem;
  font-family: 'Asap', sans-serif;
  color: #fff;
  letter-spacing: .34px;
  margin-bottom: 0;
  margin-right: 0 !important;
  line-height: 23px; }

.inner-pages .c_details_item .media .media-body a {
  display: block;
  font-size: 17px;
  font-family: 'Asap', sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: .34px; }

.inner-pages .c_details_item .media .media-body a:first-child {
  padding-top: .2rem; }

.inner-pages .c_details_item .media:hover .media-left i {
  border-color: #fff;
  color: #fff; }

@media screen and (max-width: 991px) {
  .inner-pages .contact_us_details .phone-area.mt-44 {
    margin-top: 2rem; } }
@media screen and (max-width: 767px) {
  .inner-pages .contact_us_details .email-area.mt-44 {
    margin-top: 2rem; }

  .inner-pages .contact-location {
    margin-top: 4rem; } }
.inner-pages .contact-us ul li {
  list-style: none;
  font-weight: 300; }

.inner-pages .contact-us ul {
  margin: 0;
  padding: 0; }

.inner-pages .contact-us .btn {
  background: #03a9f5;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.inner-pages .contact-us .btn:hover {
  background: #0f1341;
  color: #fff; }

.inner-pages .address-info p:last-child {
  margin-bottom: 0px; }

@media screen and (max-width: 767px) {
  .inner-pages .offices h3:first-child {
    margin-top: 4rem; } }
label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000; }

form label.error {
  display: block;
  color: #ff0000;
  font-size: 14px !important;
  opacity: 1 !important; }

.successform,
.errorform {
  display: none;
  height: 70px; }

.successform span,
.errorform span {
  display: block; }

.successform span p,
.errorform span p {
  margin-top: 15px; }

.successform span p {
  color: #01c15a;
  font-size: 2rem; }

.errorform span p {
  color: #c0392b; }

.inner-pages .contact-us h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem; }

.inner-pages .offices h3 {
  text-transform: capitalize; }

.inner-pages .offices p {
  font-weight: 300; }

/*---- CONTACT MAP ----*/
.inner-pages #map-single {
  width: 100%;
  height: 335px;
  border: 1px solid #03a9f5; }

/*------ 34. MEDIAS QUERIES ------*/
@media screen and (min-width: 992px) {
  #main-menu {
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  #main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }

  #main-menu ul li a {
    color: #fff;
    padding: .8rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 .3rem;
    border-top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  #main-menu ul li a.active {
    color: #fff; }

  #main-menu ul li a:hover {
    color: #fff;
    background: #03a9f5;
    border-radius: 5px; }

  .dropdown:hover > .dropdown-menu {
    display: block; }

  #main-menu .dropdown-menu {
    -webkit-animation: 330ms ease 0s normal none 1 running zoomIn;
            animation: 330ms ease 0s normal none 1 running zoomIn;
    background: #fff none repeat scroll 0 0;
    margin-top: 0px; }

  #main-menu .dropdown-menu a {
    color: #000;
    text-align: left;
    border-top: 0;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 0px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

  #main-menu .dropdown-menu a:hover {
    color: #fff;
    background: #03a9f5;
    text-decoration: none;
    border: 0;
    border-radius: 0px; }

  .search-button {
    margin-left: .2rem;
    margin-right: 0px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  #bloq-search {
    position: absolute;
    width: 20rem;
    right: 1rem;
    top: 3.8rem;
    z-index: 99999;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; } }
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 1.6rem; }

  .tp-caption.font-p {
    font-size: 15px !important; }

  .portfolio .port-item img {
    width: 100%; }

  .team .team-pro img {
    width: 100%; }

  .team .team-pro {
    padding-right: 1.1rem;
    padding-left: 1.1rem; }

  .blog .blog-pots img {
    width: 100%; }

  .first-footer .netsocials {
    margin-bottom: 0px;
    padding-top: 1rem; }

  .second-footer p {
    padding-top: 0px; }

  .second-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .second-footer .container h3 {
    margin-bottom: .8rem; }

  .box.bg-3.hed-3 {
    padding-top: 0px; }

  .inner-pages .commented img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 1.5rem;
    margin-bottom: 1rem; }

  .inner-pages .offices h2 {
    margin-top: 4rem; }
  .inner-pages .box.bg-3.mt-5 {
    padding-top: 0px; } }
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.2rem; }

  .headings .text-heading p {
    font-size: 1rem; }

  .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .top-info {
    margin-bottom: 8px; }

  .who-we-are .who img {
    height: 415px; }

  .blog .blog-pots h3 {
    font-size: 1.2rem; }

  .portfolio img {
    width: 100%; }
	  .team .team-info .artl {
    padding-bottom: 1.3rem; }

     }

@media screen and (max-width: 576px) {

  h1 {
    font-size: 1.6rem; }

  .sec-title p {
    font-size: 15px; }

  .sec-title h2 span::before {
    display: none; }

  .welcome h2,
  .inner-pages .who-we-are .who-1 h2 {
    font-size: 1.4rem; }

  .who-we-are .who img {
    height: 300px; }

  .counterup .countr p {
    font-size: 2.2rem; }

  .testimonials .test-1 p {
    padding: 0px 1rem; }

  .team .team-pro {
    padding-right: 0;
    padding-left: 0; }

  .inner-pages .services {
    margin: 0px; }

  .inner-pages article.faq h2 {
    font-size: 1.4rem; }

  .inner-pages .panel .panel-heading a {
    font-size: 1rem; }

  .first-footer h2 {
    margin-top: 2rem; }

  .inner-pages .contact-us .offices {
    margin-top: 2rem; }

  .request h3 {
    font-size: 1.2rem; }

  .headings-7 .text-heading p.sorry,
  .headings-8 .text-heading p.sorry {
    font-size: 1.1rem; }

  .font-36 {
    font-size: 26px; }
	
	 }

.pftext img {
		width: 35%;
		float:left;
		margin: 0 20px 20px 0;
	}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* <<< icn fa >>> */
.icn-fa { 
  position: fixed;
  bottom: 100px;
  right: 60px;
  animation: color-loop 18s infinite;
  z-index: 9
 }

.waves {
  text-align:center;
  font-size: 25px;
  color: #fff;
  position: relative;
  top: 0;
  background-color: #4dc247;
  left: 70%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  line-height: 50px;
}
.waves:before {
  position: absolute;
  background: #4dc247;
  margin-left: 0px;
  margin-top: 0px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 3s infinite ease-out;
  z-index: -1;

}
.waves:after {
  position: absolute;
  background: #4dc247;
  margin-left: 0px;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  opacity:0;
  animation: wave-animate 3s 1.5s infinite ease-out;
  z-index: -1;
}

@keyframes wave-animate {
  0% {
    transform: scale(1);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(2);
    opacity: 0;
    transform-origin: center;
  }
}


