/*
Oya - Agency Landing Page Template
Author : aStylers
Author URL : https://themeforest.net/user/astylers
*/

/*
Table of Content:
- fonts
- general
- button
- navbar
- header title
- home intro
- services
- pricing
- portfolio
- testimonial
- contact
- footer
- responsive
*/

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */

/* general */
body {
  background: #fff;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  outline: none;
}

i {
  color: #4285f4 !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

a {
  color: #111;
}

a:hover {
  color: #4285f4;
  text-decoration: none;
  transition: 0.5s ease-out;
}

.color_blue {
  color: #4285f4 !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

p {
  line-height: 26px;
}

.bg-grey {
  background: #f4f4f6;
}

*:focus {
  outline: none;
}

.bg_blue {
  background-color: #1a73e8;
  color: #fff;
}

.ma-t2 {
  margin-top: 20px !important;
}

.pa-0 {
  padding-left: 0px;
  padding-right: 0px;
}

/* button */
.button {
  background: #1a73e8;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  border: 2px solid transparent;
}

.button_form {
  background: #1a73e8;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0px;
  display: inline-block;
  border: 2px solid transparent;
  float: right;
}

.button:hover {
  border-color: #1a73e8;
  color: #222;
  background: transparent;
  transition: 0.5s ease-out;
}

.button2 {
  background: transparent;
  border: 2px solid #1a73e8;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #222;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
}

.button2:hover {
  border-color: #1a73e8;
  color: #fff;
  background: #1a73e8;
  transition: 0.5s ease-out;
}

.button3 {
  background: transparent;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  border: 2px solid transparent;
  border-color: #ffffff;
  color: #fff;
}

.button3:hover {
  color: #1a73e8;
  background: #ffffff;
  transition: 0.5s ease-out;
}

.button4 {
  background: transparent;
  border: 2px solid #1a73e8;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #222;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  width: 200px;
  height: 50px;
}

.button4:hover {
  border-color: #1a73e8;
  color: #fff;
  background: #1a73e8;
  transition: 0.5s ease-out;
}

/* navbar */
.navbar {
  padding: 15px 0 15px;
  transition: 0.5s ease-out;
  background: transparent;
}

.navbar .navbar-brand {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.navbar .navbar-brand img {
  width: 370px;
}

.navbar .navbar-brand-home {
  border-bottom: 3px solid #4285f4;
}

.navbar .navbar-nav li {
  padding: 0 10px;
  text-transform: uppercase;
}

.navbar .navbar-nav li a {
  color: #fff;
  font-size: 16px;
}

.navbar .navbar-nav li a:last-child {
  padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
  padding-right: 0;
}

.navbar .navbar-toggler i {
  color: rgb(0, 0, 0) !important;
}

.navbar-fixed {
  background: #fff;
  transition: 0.5s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
  color: #333;
}

.navbar-fixed .navbar-brand span {
  color: #4285f4;
}

.navbar-fixed .navbar-nav li a {
  color: #333;
}

.navbar-fixed .navbar-toggler i {
  color: #333;
}

.navbar-transparent {
  background: transparent !important;
}

/* haader title */
.header-title {
  margin-top: 90px;
  padding: 65px 0;
  text-align: center;
  background: #f5f5f5;
}

.header-title h3 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

/* about us */
.about .content {
  /* background: #fff; */
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  cursor: default;
  /* transition: 0.3s; */
}

.about .content i {
  font-size: 30px;
  color: #4285f4;
  vertical-align: middle;
  margin-right: 10px;
}

.about .content h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 300;
  font-size: 19px;
}

.about-2 .content h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.about-2 .tex-p p {
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: justify;
}

/* .about .content:hover {
  background: #4285f4;
  color: #fff;
  transition: 0.7s ease-out;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.about .content:hover i {
  color: #fff;
}

.about .content:hover h5 {
  color: #fff;
} */

/* home intro */
.home-intro {
  background: url(../images/bg-intro.png), #f8f5ff;
  background-repeat: no-repeat;
  padding: 130px 0 150px !important;
  background-size: 58%;
  background-position: top right;
}

.home-intro .content-image {
  /* padding-left: 50px; */
  border-radius: 20px;
  overflow: hidden;
  margin-top: 100px;
}

.home-intro .content-image img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 0px;
  /* border-radius: 40px; */
  /* box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); */
}

.home-intro ul li {
  display: inline-block;
  margin-right: 20px;
}

.home-intro .content {
  padding-top: 20px;
}

.home-intro h5 {
  margin-top: 40px;
  letter-spacing: 1px;
  font-weight: 300;
}

.home-intro h5 .line {
  height: 3px;
  background: #4285f4;
  width: 60px;
  display: inline-block;
  position: relative;
  bottom: 5px;
  margin-right: 15px;
}

.home-intro h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 60px 0 40px;
  line-height: 50px;
  color: #4285f4;
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #4285f4; */
}

.home-intro img {
  margin-bottom: 20px;
}

.about-2 {
  /* background-image: url(../images/ab_bg.png); */
  background-size: cover;
}

/*
.services .content:hover .img_hov1 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov2 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov2 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov3 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov3 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov4 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov4 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov5 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov5 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov6 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov6 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov7 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov7 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov8 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov8 {
  background-image: url(../images/1.png);
  transition: 0.3s;
}

.img_hov9 {
  background-image: url(../images/1_1.png);
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.services .content:hover .img_hov9 {
  background-image: url(../images/1.png);
  transition: 0.3s;
} */

.home-intro h2 span {
  color: #4285f4;
}

.home-intro h6 {
  color: #444;
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 15px;
}

/* section */
.section {
  padding: 90px 0 100px;
}

.section2 {
  padding: 30px 0 30px;
}

.title-section {
  text-align: center;
  margin-bottom: 50px;
}

.title-section p {
  color: #ffba00;
  margin-bottom: 10px;
  display: block;
}

.title-section h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 6px;
}

.title-section h3 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4285f4;
}

/* services */
.services {
  background-image: url(../images/bg_2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ser_opt {
  text-align: left;
  float: left;
  width: 100%;
  border: 1px solid rgb(143, 143, 143);
  /* background: #f5f5f5; */
  padding: 14px 20px;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
  border-radius: 5px;
  text-align: left;
}

.rad_btn {
  text-align: left;
  float: left;
  width: 100%;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 14px 20px;
  margin-bottom: 5px !important;
  width: 100%;
  color: #000;
  border-radius: 5px;
  text-align: left;
}

.img_hov1 {
  background-image: url(../images/1.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov2 {
  background-image: url(../images/2.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov3 {
  background-image: url(../images/3.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov4 {
  background-image: url(../images/4.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov5 {
  background-image: url(../images/5.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov6 {
  background-image: url(../images/6.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov7 {
  background-image: url(../images/7.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov8 {
  background-image: url(../images/8.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.img_hov9 {
  background-image: url(../images/9.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.services .content {
  background: #fff;
  border-radius: 2px;
  text-align: left;
  box-shadow: 0 1px 2px rgba(54, 64, 67, 0.3), 0 1px 3px rgba(54, 64, 67, 0.15);
  padding: 30px;
  cursor: default;
  margin-bottom: 30px;
  color: #4285f4;
  transition: 0.3s ease-in;
}

.services .content p {
  color: #8a8a8a !important;
}

.services .content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* .services .content:hover p {
  color: #fff !important;
} */

.services .content:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 8px 8px 30px;
  transition: 0.7s ease-out;
  /* background: #4285f4;
  color: #fff;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); */
}

/* .services .content:hover h5 {
  color: #fff;
} */

.services .completed {
  background: #fff;
  text-align: center;
  padding: 60px 0;
  border-radius: 15px;
  margin-top: 62px;
  margin-bottom: 10px;
  background: url(../images/bg-service3.png) bottom 18px right 18px,
    url(../images/bg-service1.png) bottom left,
    url(../images/bg-service2.png) top right 230px;
  background-repeat: no-repeat;
  background-size: 70px, 300px, 190px;
  background-color: #fff;
}

.services .completed h4 {
  font-size: 58px;
  font-weight: 600;
  color: #4285f4;
}

.services .completed span {
  font-size: 24px;
  font-weight: 500;
}

/* pricing */
.pricing {
  text-align: center;
  padding-bottom: 76px;
  background-image: url(../images/bg_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.services {
}

.pricing .content {
  background: #fff;
  text-align: center;
  border-radius: 1px;
  padding: 35px 0 46px;
  height: 550px;
  border: 1px solid #1a73e8;
}

.pricing .content h4 {
  font-size: 22px;
}

.pricing .most-popular {
  background: #e8f0fe;
  color: #3b78e7;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -24px;
  left: 15px;
  width: 92%;
}

.pricing .content span {
  font-size: 30px;
  color: #4285f4;
  margin: 14px;
  font-weight: 600;
  text-shadow: 0px 1px 0px #ffffff87;
  font-weight: 300;
}

.pricing .content span span {
  font-size: 18px;
  margin-left: 5px;
}
.pricing .content ul {
  margin-top: 10px;
}

.pricing .content-center .co_white {
  /* color: rgb(255, 255, 255) !important; */
}

.co_white {
  color: rgb(0, 0, 0) !important;
  font-size: 12px;
  margin-right: 7px;
  vertical-align: middle;
}

.pricing .content ul li {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 0 30px 0 0;
  margin-left: 30px;
  color: #444;
  text-align: left;
  list-style: circle;
}

.pricing .content ul li.not-active {
  color: #ddd;
}

.pricing .content-center {
  background: #fff;
  border: 0px;
}

.pricing .content-center h4 {
  /* color: #fff; */
}

.pricing .discount {
  color: #bdbdbd;
  font-family: 'Google Sans', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.pricing .discount-2 {
  color: transparent;
  font-family: 'Google Sans', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.pricing .discount::after {
  content: '*';
  position: absolute;
  right: 42%;
  top: 0px;
}

.pricing .content-center span {
  /* color: #fff; */
  text-shadow: none !important;
  font-weight: 300;
}

.pricing .content-center ul li {
  /* color: #fff; */
}

.pricing .content-center ul li.not-active {
  color: #aaa;
}

.pricing .button {
  position: relative;
  bottom: 46px;
  margin-bottom: -46px;
  background: #1a73e8;
}

.pricing .button:hover {
  background: #174ea6;
  color: #fff !important;
}

/*portfolio*/
.portfolio .row .col-md-4 {
  padding: 15px;
}

.portfolio .portfolio-filter-menu {
  margin-bottom: 30px;
  text-align: center;
}

.portfolio .portfolio-filter-menu ul li {
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #4285f4;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
}

.portfolio .portfolio-filter-menu ul li span {
  z-index: 99;
  position: relative;
}

.portfolio .portfolio-filter-menu ul li.active {
  background: #4285f4;
  color: #fff;
}

.portfolio .content-image {
  position: relative;
}

.portfolio .content-image:hover .image-overlay {
  opacity: 0.7;
}

.portfolio .content-image:hover .portfolio-caption {
  opacity: 1;
}

.portfolio .content-image img {
  width: 100%;
  border-radius: 15px;
}

.portfolio .content-image img:visited {
  outline: none;
}

.portfolio .content-image img:focus {
  outline: none;
}

.portfolio .content-image .portfolio-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 40%;
  color: #333;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  color: #fff;
}

.portfolio .content-image .portfolio-caption h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  color: #fff;
}

.portfolio .content-image .portfolio-caption .subtitle {
  margin-top: 22px;
  top: 52px;
  position: relative;
  text-align: right;
}

.portfolio .content-image .portfolio-caption ul li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio .content-image .portfolio-caption i {
  width: 30px;
  height: 30px;
  background: #333;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.portfolio .content-image .image-overlay {
  background: #4285f4;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
}

/* testimonial */
.testimonial {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 145px;
}

.testimonial span {
  font-size: 13px;
}

.testimonial h5 {
  margin-bottom: 3px;
}

.testimonial i {
  font-size: 40px;
  margin-bottom: 32px;
  color: #333;
}

.testimonial .carousel-indicators {
  bottom: -60px;
}

.testimonial .carousel-indicators .active {
  background: #4285f4;
}

.testimonial .carousel-indicators li {
  background: #333;
  border-radius: 50%;
  width: 15px;
  height: 14px;
  border: 0;
  margin: 0 10px;
}

/* contact */
.contact .content h5 {
  /* margin-top: 20px !important; */
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
}

.contact h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 20px 0 0;
}

.sc_media {
  margin-bottom: 15px !important;
}

.contact .india:after {
  position: absolute;
  /* top: 15px; */
  left: 0;
  width: 55px;
  height: 3px !important;
  content: '';
  color: transparent;
  background: #fdcf00;
  margin: 30px 0 0 15px;
}

.contact .middle:after {
  position: absolute;
  /* top: 15px; */
  left: 0;
  width: 125px;
  height: 3px !important;
  content: '';
  color: transparent;
  background: #fdcf00;
  margin: 30px 0 0 15px;
}

.contact .social:after {
  position: absolute;
  /* top: 15px; */
  left: 0;
  width: 110px;
  height: 3px !important;
  content: '';
  color: transparent;
  background: #fdcf00;
  margin: 30px 0 0 15px;
}

.contact .payment:after {
  position: absolute;
  /* top: 126px; */
  left: 0;
  width: 180px;
  height: 3px !important;
  content: '';
  color: transparent;
  background: #fdcf00;
  margin: 30px 0 0 15px;
}

.contact .content p {
  font-weight: 300;
  margin-bottom: 10px;
}

.contact .content p a {
  color: #fff;
}

.contact .content i {
  color: #fff !important;
  text-align: center;
}

.bold_cnt {
  font-weight: 400 !important;
  font-size: 17px;
}

.contact .content img {
  width: 50px;
  background: #fff;
  /* filter: grayscale(); */
  padding: 4px;
  transition: 0.5s ease-in-out;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
}

.contact .content .icon {
  color: #4285f4 !important;
  padding: 10px;
  background: rgb(255, 255, 255);
  font-size: 22px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 15px;
}

.contact .content p a:hover {
  color: rgb(238, 238, 238);
}

.contact .content p:first-child {
  margin-top: 20px;
  margin-bottom: 5px;
}

.contact .content-right {
  text-align: center;
}

.contact .content-right .button {
  margin-top: 0px;
  float: right;
}

::placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

form input,
form textarea {
  border: 1px solid rgb(143, 143, 143);
  /* background: #f5f5f5; */
  padding: 14px 20px;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
  border-radius: 5px;
  text-align: left;
}

form input:focus,
form textarea:focus {
  border-color: #4285f4;
  outline: none;
}

/* footer bottom */
.footer-bottom {
  background: #302c42;
  text-align: center;
  color: #eee;
  padding: 20px 0 20px;
  border-top: 1px solid #888;
}

.footer-bottom a {
  color: #ccc;
}

/* footer */
footer {
  background: #fafafa;
  padding: 90px 0 80px;
}

footer .brand {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .brand img {
  width: 215px;
}

footer h5 {
  color: #616161 !important;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
}

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  color: #616161;
  font-size: 13px;
}

footer ul li a i {
  margin-right: 10px;
}

footer .social li a i {
  width: 20px;
}

/* popup */

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.wid {
  text-align: left;
  width: auto;
  margin: 5px 5px 0 0;
}

.box-1 {
  padding: 5px;
  width: 130px;
  float: left;
  color: #000;
}

.box-2 {
  padding: 5px;
  width: 100px;
  float: left;
  color: #000;
}

/*responsive*/
@media (max-width: 980px) {
  .home-intro {
    margin-top: 85px;
  }

  .home-intro h2 {
    font-size: 30px;
    margin: 12px 0;
    color: #000 !important;
    /* line-height: 50px;
    letter-spacing: 5px;
    -webkit-text-fill-color: #4285f4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
    z-index: 9999;
    text-shadow: 1px 3px 0px white; */
  }

  .home-intro .button {
    padding: 13px 20px;
  }

  .home-intro .button2 {
    padding: 13px 20px;
  }

  .home-intro h6 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .home-intro img {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home-intro .content {
    padding-top: 0;
  }

  .navbar .navbar-nav li a {
    color: #333;
  }

  .about h2 {
    margin-top: 30px;
  }

  .about .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  .portfolio .content-image .portfolio-caption {
    top: 30%;
  }
  .pricing .content {
    height: auto;
  }
  .pricing {
    background-size: auto;
  }
}

@media (max-width: 767px) {
  .navbar {
    background-color: #fff;
  }
  .home-intro {
    margin-top: 0;
    padding-bottom: 100px !important;
  }

  .home-intro .content-image {
    padding-left: 0;
    margin-top: 20px;
    box-shadow: 1px 1px 7px;
  }

  .home-intro .content-image img {
    /* margin-top: 45px; */
    float: none;
  }

  .pricing .most-popular {
    width: 94%;
  }

  .container {
    padding: 0 15px;
  }

  .navbar-toggler {
    border-radius: 0;
  }

  .navbar-brand {
    margin-left: 15px;
  }

  .navbar-nav {
    background: #fff;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
    border-top: 0;
    outline: none;
  }

  .navbar-fixed .navbar-nav {
    background: transparent;
    box-shadow: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .about .content {
    margin-bottom: 30px;
  }

  .about .col-md-4:last-child .content {
    margin-bottom: 0;
  }

  .contact form {
    /* margin-top: 40px; */
  }

  .section2 {
    padding: 15px 0;
  }

  .services .completed h4 {
    margin-top: 40px;
  }

  .services .completed .col-md-4:first-child h4 {
    margin-top: 0;
  }

  .portfolio .content-image .portfolio-caption {
    top: 35%;
  }

  .portfolio .portfolio-filter-menu ul li {
    margin: 0 6px;
    padding: 10px 10px;
  }

  footer {
    text-align: center;
  }

  footer span {
    margin-bottom: 6px;
    display: block;
  }

  footer ul {
    text-align: center;
  }

  footer ul li {
    margin: 0 12px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .navbar-fixed .navbar-nav li {
    padding: 0;
  }

  .navbar .navbar-nav {
    background: #fff;
    padding: 14px 0;
  }

  .navbar-fixed .navbar-nav {
    background: transparent;
    padding: 14px !important;
  }

  .navbar .navbar-nav li a {
    color: #333;
  }

  .services .content-left {
    margin-bottom: 75px;
  }

  .services .col-sm-12:last-child .content {
    margin-bottom: 0;
  }
  .ma-t15 {
    margin-top: 15px !important;
  }
  .button_form {
    float: none;
    margin: 0 auto;
  }
  .btn_wid {
    width: 230px;
    height: 0;
    margin: 0 auto;
  }
  .ma-br2 {
    padding-bottom: 75px;
  }
}

@media (max-width: 480px) {
  .navbar .navbar-nav {
    margin: 11px;
    margin-left: 11px !important;
  }

  .navbar-fixed .navbar-nav {
    padding: 2px;
  }

  .portfolio .content-image .portfolio-caption {
    top: 40%;
  }

  footer h5 {
    margin-top: 26px;
  }

  .navbar .navbar-brand img {
    width: 250px;
  }
  .navbar .navbar-toggler i {
    color: #000 !important;
  }
  .navbar {
    background-color: #fff;
  }

  form input,
  form textarea {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 360px) {
  .portfolio .content-image .portfolio-caption {
    top: 35%;
  }
}
