.squre-icon, .first-sec .sbox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  height: 67px;
  width: 70px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f7f7fe;
  margin-bottom: 25px;
  border: 1px solid #d9daff;
}

.topbar a:hover, .topbar a:active, .topbar a:focus {
  color: #ed6022;
}

.topbar a.pay {
  background: #ed6022;
  border: 2px solid #fff;
  padding: 5px 18px !important;
  border-radius: 3px;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
}

.circlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannercontent {
  position: absolute;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(#03006dd6), to(#1d5a93f2));
  background: linear-gradient(#03006dd6, #1d5a93f2);
  opacity: 1;
  width: 100%;
  height: 105%;
  width: 100%;
  height: 100%;
}

.bannercontent .banner-text {
  padding-top: 280px;
  padding-bottom: 50px;
}

.first-sec {
  background: #f8f8ff;
}

.first-sec .head-first {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.first-sec .head-first span {
  font-weight: 600;
  display: block;
  background: -webkit-linear-gradient(#016d88, #281982);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
}

.first-sec .sbox {
  -webkit-box-shadow: 0px 0px 9px 1px #00000012;
          box-shadow: 0px 0px 9px 1px #00000012;
  text-align: center;
  padding: 20px 8px 14px 16px;
  min-height: 215px;
  position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 19px;
  border: 1px solid #f6f6f6;
  background: #fff;
}

.first-sec .sbox:hover {
  position: relative;
  -webkit-box-shadow: 0px 0px 9px 1px #00000038;
          box-shadow: 0px 0px 9px 1px #00000038;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.first-sec .sbox span {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  margin-top: 0;
}

.first-sec .sbox span i {
  font-size: 2.4em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.first-sec .sbox .scontent {
  -webkit-box-flex: 80%;
      -ms-flex: 80%;
          flex: 80%;
  padding-left: 16px;
  text-align: left;
}

.first-sec .sbox .scontent p {
  color: #9b9b9b;
}

.first-sec .sbox .scontent a {
  color: #ed6022;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}

.first-sec .sbox .scontent span {
  height: auto;
  width: auto;
  margin: 0;
  display: inline-block;
  font-size: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: #fff;
  border: 0;
}

.first-sec .sbox i {
  font-size: 5em;
  line-height: normal;
  color: #33368f;
}

.first-sec .sbox h4 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 12px;
  text-transform: capitalize;
  color: #281982;
  margin-bottom: 10px;
  line-height: normal;
}

.first-sec .sbox .hoverbox {
  background: -webkit-linear-gradient(top, #026a87 0%, #007088 1%, #291982 99%, #291a82 100%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.first-sec .sbox .hoverbox h4 {
  color: #fff;
  margin-bottom: 20px;
}

.first-sec .sbox .hoverbox ul {
  list-style: none;
}

.first-sec .sbox .hoverbox ul li a {
  color: #ffffff;
  font-weight: 400;
  display: block;
  border-top: 1px solid #ffffff29;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.first-sec .sbox .hoverbox ul li a:hover {
  background: #ffffff1c;
}

.first-sec .sbox:hover .hoverbox {
  display: block;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.btn1 {
  background-color: transparent;
  color: #271d82;
  border: 2px solid #271d82;
  border-radius: 3px;
  font-weight: 700;
}

.btn1:hover {
  background: #271d82;
  color: #fff;
}

.text-gradient {
  background: -webkit-linear-gradient(#016d88, #281982);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iq-aboutus {
  background: #ffffff;
  padding-bottom: 25px;
}

.iq-aboutus p {
  color: #747474;
}

.iq-aboutus h2 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
  color: #33368f;
}

.iq-aboutus h2 span {
  background: -webkit-linear-gradient(#f48e49, #ed6022);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 32px;
}

.iq-works {
  padding: 70px 0;
}

.iq-works h3 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 38px;
  color: #fff;
}

.iq-works p {
  color: #fff;
  font-size: 18px;
}

.iq-works::before {
  background: #33368f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 1;
}

.enq-circle {
  width: 350px;
  height: 350px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #1e2f84, #ed6022);
  margin: auto;
}

.enq-circle h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.enq-circle p {
  color: #fff;
  text-align: center;
}

.phone-number h6 {
  font-size: 26px;
  margin-top: 10px;
  color: #2b2bd2;
  font-weight: 700;
}

.process ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.process ul li {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ffffff40;
  margin: 15px;
  padding: 35px 15px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.process ul li:hover {
  background: rgba(255, 255, 255, 0.168627);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process ul li .stp1 {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: auto;
  background: #ffffff2e;
}

.process ul li .stp1 i {
  color: #fff;
  font-size: 3em;
}

.process ul li h4 {
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.iq-services {
  padding: 50px 0;
  background: #f7f7f7;
}

.iq-services .section-title h3 {
  font-size: 38px;
  font-weight: 700;
}

.iq-services .allservice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iq-services .allservice ul li {
  list-style: none;
  text-align: center;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 23%;
  padding: 0px 10px;
  -webkit-box-shadow: 1px 1px 6px #ddd;
          box-shadow: 1px 1px 6px #ddd;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}

.iq-services .allservice ul li h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #33368f;
  margin-top: 10px;
}

.iq-services .allservice ul li h4 a:hover {
  color: #2196F3;
}

.iq-services .allservice ul li .serbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iq-services .allservice ul li .serbx .simg {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  height: 85px;
}

.iq-services .allservice ul li .serbx .simg img {
  width: 75px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: auto;
}

.iq-services .allservice ul li .serbx:hover .simg img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.iq-services .allservice ul li .serbx .more-btn {
  background: transparent;
  color: #ed6022;
  padding: 3px 20px;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  bottom: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 400;
  margin-top: 15px;
  border: 1px solid #ed6022;
}

.iq-services .allservice ul li .serbx .more-btn:hover {
  background: #ed6022;
  color: #fff;
}

.iq-services .allservice ul li .serbx p {
  color: #666666;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
}

.portfolio .project {
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 7px 0px #0000003d;
          box-shadow: 3px 3px 7px 0px #0000003d;
  border-radius: 0px;
  border: 6px solid #fff;
  margin-bottom: 40px;
}

.portfolio .project a {
  display: block;
  height: 350px;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}

.portfolio .project a img {
  max-width: 100%;
  position: absolute;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.portfolio .project a img:hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  margin-top: 350px;
}

.portfolio .project h4 {
  z-index: 9;
  position: relative;
  margin-top: 3px;
  background: #ed6022;
  text-align: center;
  padding: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.portfolio .project h4 a {
  height: auto;
}

.portfolio .ex-btn {
  display: block;
  width: 200px;
  padding: 8px;
  margin: auto;
  background: #06628700;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #066287;
  color: #066287;
}

.portfolio .ex-btn:hover {
  background: #066287;
  color: #fff;
}

.technology .section-title {
  margin-bottom: 15px;
}

.technology .techno ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: auto;
}

.technology .techno ul li {
  margin: 25px 15px;
  width: 130px;
  text-align: center;
}

.technology .techno ul li a {
  color: #989898;
  font-weight: 600;
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #ddd;
          box-shadow: 2px 2px 2px #ddd;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 2px;
}

.technology .techno ul li a span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
}

.technology .techno ul li a img {
  border-radius: 16px;
}

.technology .techno ul li a:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.new-techno {
  background: url("../images/back1.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.new-techno h3 {
  color: #fff;
}

.new-techno .techno {
  border-top: 3px solid #ed6022;
  padding: 16px;
  -webkit-box-shadow: 0px 2px 4px #ddd;
  box-shadow: 0px 2px 4px #0c0f64;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
  min-height: 205px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.new-techno .techno:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.new-techno .techno ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}

.new-techno .techno ul li {
  -webkit-box-flex: 85%;
      -ms-flex: 85%;
          flex: 85%;
}

.new-techno .techno ul li h4 {
  font-size: 20px;
}

.new-techno .techno ul li:first-child {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  margin-right: 10px;
}

.new-techno .techno ul li img {
  width: 70px;
  height: 66px;
  padding: 5px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  margin-right: 15px;
  border-radius: 50%;
}

.clients {
  background: #fff;
}

.clients .section-title {
  margin-bottom: 40px;
}

.botfoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.botfoot .bottommenu {
  display: block;
  width: 62%;
  float: left;
  padding-top: 10px;
}

.botfoot .bottommenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 22px;
}

.botfoot .bottommenu ul li {
  padding-right: 7px;
  font-size: 13px;
  border-right: 1px solid #ddd;
  padding-left: 7px;
  line-height: 1;
}

.botfoot .iq-media-blog li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #fff;
}

.botfoot .iq-media-blog li a.facebook {
  background: #3b5998;
}

.botfoot .iq-media-blog li a.twitter {
  background: #00acee;
}

.botfoot .iq-media-blog li a.you-tube {
  background: #c4302b;
}

.botfoot .iq-media-blog li a.linkedin {
  background: #0e76a8;
}

.botfoot .iq-media-blog li a.instagram {
  background: #3f729b;
}

.iq-footer ul li a:hover {
  color: #4eabd0;
}

.iq-copyright {
  line-height: normal;
  font-size: 14px;
}

.aboutpage {
  margin-top: 50px;
}

.aboutpage img {
  width: 100%;
}

.aboutpage .bannercontent .banner-text {
  padding-top: 200px;
}

.aboutpage .bannercontent .banner-text p {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.aboutuspage p {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.aboutuspage .iq-aboutus {
  padding: 35px 0;
  background: #fff;
}

.aboutuspage .iq-aboutus ul {
  list-style: none;
  padding-left: 0;
}

.aboutuspage .iq-aboutus ul li {
  line-height: 1.5;
  margin-bottom: 12px;
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  padding-left: 30px;
  color: #1f1f1f;
}

.aboutuspage .iq-aboutus .about-text h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
}

.aboutuspage .abthead .head-first {
  margin-bottom: 10px;
}

.main-content .abthead span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.main-content .abthead p {
  line-height: 1.7;
  color: #1f1f1f;
}

.main-content p {
  margin-bottom: 0;
  line-height: 1.5;
}

.growth {
  background: #d0d0d0;
  background-size: cover;
  position: relative;
}

.growth::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.8;
}

.growth h2 {
  color: #095e87;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 20px;
}

.growth h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.why-redesign ul {
  list-style: none;
  padding-left: 0;
}

.why-redesign ul li {
  line-height: 1.5;
  margin-bottom: 12px;
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  padding-left: 30px;
  color: #1f1f1f;
}

.why-redesign ul li {
  font-weight: 600;
}

.pull-right {
  float: right;
}

.white-bg {
  background: #fff !important;
}

.technology {
  background: rgba(51, 54, 143, 0.0392157);
}

.contact-us-page .contactus {
  background: #fff;
  padding: 20px 15px;
  min-height: 285px;
  margin-bottom: 35px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 1px #00000024;
          box-shadow: 3px 3px 1px #00000024;
  border: 1px solid #e6e6e6;
}

.contact-us-page .contactus h3 {
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #9dc1d0;
}

.contact-us-page .contactus a {
  color: #000;
}

.contact-us-page .contactus i {
  font-size: 22px;
  color: #0f658a;
  line-height: normal;
  font-weight: 500;
}

.contact-us-page .contactus span {
  font-weight: 400;
  font-size: 16px;
  color: black;
  margin-top: 0px;
  display: block;
  line-height: normal;
  text-align: center;
}

.contactus-form .contform .form-control {
  font-size: 14px;
  border: 0;
  border-bottom: 2px solid #ddd;
}

.contactus-form .contform .form-control:hover {
  border-color: linear-gradient(-45deg, #016d88, #281982);
}

.contactus-form .contform .form-control:focus {
  border-color: -webkit-linear-gradient(-45deg, #016d88, #281982);
}

.contactus-form .contform textarea {
  height: 160px;
}

.contactus-form .map {
  background: #fff;
  padding: 10px;
}

.career-form {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  -webkit-box-shadow: 1px 3px 6px 0px #797979;
  box-shadow: 1px 3px 6px 0px #79797957;
  border-radius: 8px;
}

.career-form h4 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}

.career-form .form-control {
  color: #6b6b6b;
  height: 45px;
  font-size: 14px;
}

.career-form textarea.form-control {
  height: 100px;
  padding: 15px;
}

.callus .btn-lite {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  line-height: 2.7;
  font-size: 18px;
  display: block;
  width: 210px;
  float: right;
}

.callus .btn-lite i {
  font-size: 30px;
  font-weight: 100;
  line-height: normal;
}

.career h2 {
  font-size: 32px;
  font-weight: 700;
}

.career .wel {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 8px 4px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border-radius: 10px;
}

.career .wel .opening h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #066287;
}

.div-half {
  width: 50%;
}

.pt-30 {
  padding-top: 30px;
}

.btn-dark {
  display: block;
  width: 200px;
  padding: 10px;
  margin: auto;
  background: #06628700;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #066287;
  color: #066287;
  cursor: pointer;
}

/* Shutter Out Horizontal */
.btn-lite {
  color: #fff;
  display: inline-block;
  border: 2px solid #ed6022;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s ease-in-out;
  transition-duration: 0.4s ease-in-out;
  text-align: center;
  padding: 5px 40px;
  background: #ed6022;
}

.btn-lite::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ed6022;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn-lite:hover, .btn-lite:active, .btn-lite:focus {
  color: white;
}

.btn-lite:hover::before, .btn-lite:active::before, .btn-lite:focus::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-daark {
  margin: auto;
  display: inline-block;
  border: 2px solid #ed6022;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s ease-in-out;
  transition-duration: 0.4s ease-in-out;
  text-align: center;
  border-color: #066287;
  margin-top: 20px;
  padding: 5px 30px;
  color: #066287;
  border-radius: 4px;
  cursor: pointer;
}

.btn-daark::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ed6022;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn-daark:hover, .btn-daark:active, .btn-daark:focus {
  color: white;
}

.btn-daark:hover::before, .btn-daark:active::before, .btn-daark:focus::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-daark::before {
  background: #066287;
}

.qouteform input, .qouteform .sidebar-contact textarea, .sidebar-contact .qouteform textarea, .qouteform select {
  height: 42px;
  font-size: 14px;
  color: #333;
  -webkit-box-shadow: inset 0px 1px 4px 0px #00000036;
          box-shadow: inset 0px 1px 4px 0px #00000036;
}

.qouteform input::-webkit-input-placeholder, .qouteform .sidebar-contact textarea::-webkit-input-placeholder, .sidebar-contact .qouteform textarea::-webkit-input-placeholder, .qouteform select::-webkit-input-placeholder {
  color: #979797;
}

.qouteform input:-ms-input-placeholder, .qouteform .sidebar-contact textarea:-ms-input-placeholder, .sidebar-contact .qouteform textarea:-ms-input-placeholder, .qouteform select:-ms-input-placeholder {
  color: #979797;
}

.qouteform input::-ms-input-placeholder, .qouteform .sidebar-contact textarea::-ms-input-placeholder, .sidebar-contact .qouteform textarea::-ms-input-placeholder, .qouteform select::-ms-input-placeholder {
  color: #979797;
}

.qouteform input::placeholder, .qouteform .sidebar-contact textarea::placeholder, .sidebar-contact .qouteform textarea::placeholder, .qouteform select::placeholder {
  color: #979797;
}

.qouteform textarea {
  height: 155px;
  padding: 15px 18px;
  font-size: 14px;
  color: #636363;
  -webkit-box-shadow: inset 0px 1px 4px 0px #00000036;
          box-shadow: inset 0px 1px 4px 0px #00000036;
}

.downabout {
  position: absolute;
  z-index: 99;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  scroll-behavior: smooth;
}

.downabout a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #33368f;
  display: block;
  width: 30px;
  height: 48px;
  margin: auto;
  text-align: center;
  color: #33368f;
  line-height: 42px;
  border-radius: 16px;
}

.downabout a:hover {
  color: #fff;
  background: -webkit-linear-gradient(-45deg, #016d88, #281982);
}

.downabout i {
  top: -20px;
  position: relative;
  display: block;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 25px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 25px;
    opacity: 0;
  }
}

#build-service {
  position: relative;
  top: -65px;
}

.mobile-header {
  background: #fff;
}

.mobile-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.mobile-header ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-left: 1px solid #efefef;
}

.mobile-header ul li:first-child {
  border: 0;
}

.mobile-header ul li a {
  color: #017cb1;
  font-size: 20px;
}

.mobile-header ul li a.logo img {
  width: 33px;
  margin: 3px 0;
}

::-moz-selection {
  background: #134685;
  color: #fff;
}

::selection {
  background: #134685;
  color: #fff;
}

.mobile-header {
  display: none;
}

@media (max-width: 767px) {
  .mobile-header {
    display: block;
  }
  .topbar {
    display: none;
  }
  .iq-banner .bannercontent .banner-text h1 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 3px !important;
  }
  .iq-banner .bannercontent .banner-text {
    padding-top:calc(+18%);
    padding-bottom: 20px;
    position: relative;
  }
  .iq-banner .bannercontent .banner-text p {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 14px;
  }
  .iq-banner .bannercontent .banner-text .btn-lite {
    font-size: 13px;
    padding: 4px 40px;
    border: 1px solid #fffd;
  }
  .downabout {
    bottom: 5px;
    display: none;
  }
  .first-sec .head-first {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: normal;
  }
  .iq-aboutus .container .about-text h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .title-bottom h2.left {
    text-align: center;
    margin-top: 5px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .section-title .title {
    font-size: 28px;
    line-height: normal;
  }
  .process ul {
    display: block;
  }
  header.menu-sticky {
    display: none;
  }
  .iq-services .allservice ul {
    display: block;
  }
  .iq-services .allservice ul li {
    border: none;
  }
  .iq-testimonial .testimonial-box {
    padding: 15px !important;
  }
  #iq-services.iq-services .section-title h3 {
    font-size: 28px;
    line-height: normal;
  }
  .botfoot .bottommenu ul {
    display: block;
  }
  .botfoot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .botfoot h5 {
    width: 54%;
    height: 30px;
    margin-top: 20px;
    padding-left: 5px;
    font-size: 24px;
  }
  .botfoot .bottommenu {
    width: 40%;
  }
  .iq-footer .iq-media-blog {
    margin-top: -36px;
    margin-right: 9px;
    position: relative;
  }
  .botfoot .bottommenu ul li {
    font-size: 14px;
    line-height: 1.2;
  }
  .callus .btn-lite {
    float: none;
    margin: auto;
  }
  .menu > ul {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 11px #0000005c;
            box-shadow: 1px 1px 11px #0000005c;
  }
  .menu > ul > li {
    position: relative;
  }
  .menu > ul > li a {
    padding: 11px;
    width: 100%;
    display: block;
    color: #152478;
    text-align: center;
    border-bottom: 1px solid #ededed;
    font-family: 'Open Sans', sans-serif;
  }
  .menu-dropdown-icon:before {
    display: block;
    content: "\f078";
    position: absolute;
    right: 52px;
    color: #3b358c;
    bottom: 2px;
  }
  .menu > ul > li > ul {
    position: relative;
    padding: 0 40px;
    max-height: 350px;
    overflow: scroll;
  }
  #back-to-top .top {
    bottom: 33px;
  }
}

.btn-orange {
  display: inline-block;
  border: 2px solid #ed6022;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s ease-in-out;
  transition-duration: 0.4s ease-in-out;
  text-align: center;
  color: #ed6022;
}

.btn-orange::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ed6022;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: white;
}

.btn-orange:hover::before, .btn-orange:active::before, .btn-orange:focus::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sidebar-contact {
  z-index: 99;
}

.sidebar-contact input, .sidebar-contact textarea {
  border-radius: 0;
  width: 100%;
  padding: 8px 0;
  height: auto;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.sidebar-contact input::-webkit-input-placeholder, .sidebar-contact textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}

.sidebar-contact input:-ms-input-placeholder, .sidebar-contact textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

.sidebar-contact input::-ms-input-placeholder, .sidebar-contact textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

.sidebar-contact input::placeholder, .sidebar-contact textarea::placeholder {
  color: #a5a5a5;
}

.sidebar-contact input:focus, .sidebar-contact textarea:focus {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-contact button {
  background: transparent;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 0px 29px;
  font-weight: bold;
  height: auto;
  color: #133b66;
  border: 2px solid #133b66;
  letter-spacing: 0px;
}

.sidebar-contact button:hover {
  background: #133b66;
  color: #fff;
}

.services {
  padding: 0 15px;
}

.services .side1, .services .side2 {
  background: #ed6022;
  padding: 40px 20px;
}

.services .side1 h2, .services .side2 h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
}

.services .side1 .sbox, .services .side2 .sbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #ffffffd9;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services .side1 .sbox:hover, .services .side2 .sbox:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.services .side1 .sbox span, .services .side2 .sbox span {
  font-size: 44px;
  color: #ed6022;
  line-height: normal;
  margin-right: 12px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.services .side1 .sbox a, .services .side2 .sbox a {
  font-weight: 400;
  font-size: 14px;
  color: #ed6022;
}

.services .side1 .sbox a span, .services .side2 .sbox a span {
  font-size: 12px;
}

.services .side1 .sbox h4, .services .side2 .sbox h4 {
  color: #1e2f84;
  font-weight: 400;
  font-size: 20px;
}

.services .side1 .sbox p, .services .side2 .sbox p {
  color: #7b7b7b;
  font-weight: 400;
}

.services .side2 {
  background: #1e2f84;
  padding: 40px 20px;
}

.services .side2 .sbox span {
  color: #1e2f84;
}

.services .side2 .sbox a {
  color: #1e2f84;
}

.services .side2 .sbox h4 {
  color: #ed6022;
}

.blog {
  background: #f7f7f7;
}

.blog .main-post {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.blog .main-post:hover {
  -webkit-box-shadow: 0px 0px 14px 2px #ddd;
          box-shadow: 0px 0px 14px 2px #ddd;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog .main-post .featured-post {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.blog .main-post .entry-content {
  background-color: #fff;
  padding: 25px 15px;
  margin-top: 0;
}

.blog .main-post .entry-content .date {
  font-size: 14px;
  margin-top: 0;
}

.blog .main-post .entry-content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-top: 6px;
  margin-bottom: 4px;
}

.why {
  background: url("../images/back.jpg");
  position: relative;
}

.why .panel-default {
  margin-bottom: 10px;
}

.why h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 34px;
}

.why::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #1e2f84, #ed6022);
}

.why .panel-title {
  font-size: 20px;
}

.why .panel-body {
  color: #ffffff;
  line-height: 1.5;
  padding-left: 10px;
  padding-top: 5px;
  font-weight: 300;
  text-align: justify;
}

.growth p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #1d1d1d;
}

.abtwebdesign::before {
  content: " ";
  position: absolute;
  background: linear-gradient(-45deg, #016d88, #281982);
  opacity: 1;
}

.abtwebdesign h2 {
  color: #fff;
  line-height: normal;
}

.abtwebdesign p {
  color: #fff;
  text-align: justify;
  font-weight: 300;
}

.blog .entry-content h4 {
  font-size: 18px;
}

.blg-archive {
  background: #fff;
  padding: 15px;
}

ul.bloglist {
  list-style: none;
  padding: 0;
}

ul.bloglist .inner {
  padding-left: 0;
  overflow: hidden;
  display: none;
}

ul.bloglist .inner.show {
  /*display: block;*/
}

ul.bloglist li {
  margin: 0 0;
  font-weight: 600;
  padding: 4px 10px;
}

ul.bloglist li ul li a.toggle {
  color: #191919;
  font-size: 16px;
}

ul.bloglist li ul li .inner ul li a {
  font-weight: 300;
  color: #3a3a3a;
  padding-left: 10px;
}

ul.bloglist li::before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
  float: right;
  color: #33368f;
  /* line-height: 2.8; */
  margin-left: -2px;
  font-size: 14px;
}

ul.bloglist li a {
  color: #333;
  line-height: normal;
  display: inline-block;
}

ul.bloglist li a.toggle {
  width: 100%;
  display: block;
  color: #33368f;
  border-radius: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  padding-left: 12px;
}
/*# sourceMappingURL=mainstyle.css.map */