/*!
 * Modified by XTechGroup.com
 * Author: XTechGroup.com
 * Author URL: http://XTechGroup.com
 * for Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2017-2019 XTechGroup.com
 */

/* 
copy of style-home-loan-min.css
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/* 
start copy of style-flip.css
*/

body {
  padding: 0;
  margin: 0;
  background: url(../images/2.jpg) no-repeat 0px 0px;
}

/*-- w3layouts --*/

label {
  margin: 0;
}

.content {
  padding: 4em 0;
}

.content h1 {
  color: #FFFFFF;
  font-size: 3em;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

/*-- pricing --*/

.pricing {
  margin: 0 auto;
  box-shadow: 0 0px 7px #757575;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  width: 500px;
}

.pricing-top {
  padding: 1.2em 20px;
  background: #cca057;
  text-align: center;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
}

.blue-top {
  background: #51b3ac;
}

.blue-v-top {
  background: #012231;
}

.green-top {
  background: #1f563b;
}

.purple-top {
  background: #783660;
}

.purple-v-top {
  background: #2e254e;
}

.red-top {
  background: #7b040e;
}

.orange-top {
  background: #cc0000;
}

.pricing-top h3 {
  color: #FFF;
  font-size: 2em;
  margin: 0;
  /*-- agileits --*/
}

.pricing-top p {
  color: #FFF;
  font-size: .875em;
  margin: 1em 0 0 0;
}

.pricing-bottom {
  background: #FFF;
  text-align: center;
  padding: 2em;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
}

.center {
  line-height: 200px;
  height: 200px;
  border: 3px solid green;
  text-align: center;
}

/* If the text has multiple lines, add the following: */

.center p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.pricing-bottom-top {
  line-height: 285px;
  height: 285px;
  text-align: center;
}

.pricing-bottom-top p {
  color: #333;
  font-size: 2em;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.pricing-bottom-bottom {
  padding: 2em 0;
  border-top: solid 1px #EFECEC;
  border-bottom: solid 1px #EFECEC;
}

.pricing-bottom-bottom p {
  color: #A5A5A5;
  font-size: .875em;
  margin: 0 0 1em 0;
}

.pricing-bottom-bottom p span {
  font-weight: 600;
  color: #333;
}

p.text {
  margin-bottom: 0;
}

/*-- //pricing --*/

/*-- responsive --*/

@media (max-width: 480px) {
  .content h1 {
    font-size: 2em;
  }
}

@media (max-width: 320px) {
  .content h1 {
    font-size: 1.6em;
  }

  .content {
    padding: 2em 0;
  }

  .pricing-top h3 {
    font-size: 1.5em;
  }

  .pricing-bottom {
    padding: 1em 2em;
  }

  .pricing-bottom-top {
    padding-bottom: 1em;
  }

  .pricing-bottom-bottom {
    padding: 1em 0;
  }

  p.text {
    margin-bottom: 0;
  }
}

/*-- //responsive --*/

/* 
end copy of style-flip.css
*/

/* 
start copy of jquery-flipster.css
*/

/* @group Base Flipster Styles */

.flipster {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow-y: visible;
}

/* @end */

/* @group Coverflow Style */

/* @end */

/* @group Flip Items */

/* @end */

/* @end */

/* 
end copy of jquery-flipster.css
*/

/* 
start music-buzz.css
*/

.services-inner {
  border: 2px solid #ed410c;
  transition: .3s;
  margin: 10px;
  background: #fff;
}

/*--Service--*/

.white-right p {
  line-height: 25px;
  font-size: 15px;
  color: #000;
  text-align: left;
}

.white-left span {
  font-size: 44px;
  color: #d24055;
  padding-top: 61px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.white-shadow {
  box-shadow: -2px 2px 17px 1px black;
}

.white-right h4 {
  font-size: 26px;
  color: #2e9df7;
  letter-spacing: 2px;
  margin: 0px 0px 17px;
}

.white-shadow:hover span.banner-icon {
  color: #2e9df7;
}

/*-- inner-seervice-- */

.agile-title-text p {
  font-size: 14px;
  line-height: 28px;
  color: #000;
}

.ser-wthree-icon span {
  font-size: 44px;
  color: #2e9df7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

/*-- //inner-seervice-- */

/*--//Service--*/

/*-- employ --*/

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,a:hover {
  text-decoration: none;
}

input[type="button"],input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

input[type="email"],input[type="text"],input[type=password],input[type="button"],input[type="submit"],textarea {
  font-family: 'Montserrat', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*-- //Reset-Code --*/

.title {
  font-size: 50px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.lft {
  text-align: left;
}

/*-- //Reset-Code --*/

/*-- //employ --*/

body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
  color: #6fa0c6;
}

body a:hover {
  text-decoration: none;
}

.new_top-light i {
  font-size: 30px;
  color: #f4511e;
}

.new_top-light h3 {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
}

.new_top-light p {
  font-size: 15px;
  line-height: 1.8em;
  color: #777;
}

.new_top-light {
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.8);
}

.new_top-dark i {
  font-size: 30px;
  color: #f4511e;
}

.new_top-dark h3 {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.4em;
  color: #fff;
}

.new_top-dark p {
  font-size: 15px;
  line-height: 1.8em;
  color: #fff;
}

.new_top-dark {
  padding: 55px 40px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.65);
}

/*-- details --*/

h3.w3ls-title {
  font-size: 2.7em;
  color: #000;
}

button.btn.btn-link {
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}

button.btn.btn-link:hover {
  text-decoration: none;
}

/*-- //details --*/

/*-- stats --*/

.inner_w3l_agile_grids-1 h6 {
  font-size: 15px;
  margin-top: 0.8em;
  color: #000;
}

/*-- //stats --*/

arrow-container,.arrow-1 {
  width: 100px;
  height: 100px;
}

.arrow-container {
  position: absolute;
  bottom: 25px;
  left: 47%;
  right: 0;
  top: 42%;
}

.arrow-1 {
  background: transparent;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2 {
  width: 60px;
  height: 60px;
  background: #f4511e;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:focus {
  text-decoration: none;
}

.arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* testimonials */

.content {
  margin-top: 20px;
}

/* //testimonials */

/*-- testimonials --*/

.about-right h4 {
  font-size: 24px;
  font-weight: 600;
  color: #131212;
}

/*-- //testimonials --*/

.stat-grids:nth-child(1) {
  border-right: 1px solid #e8e8e8;
}

/*-- news --*/

/*-- //card --*/

/*--news--*/

footer {
  background-color: #0e0f10;
}

footer h3 {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

footer p {
  color: #bfbfbf;
  font-size: 15px;
  line-height: 1.8em;
}

footer ul li {
  display: block;
  color: #bfbfbf;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0.7em 0;
}

footer-list i {
  padding-right: 10px;
  color: #ffa41f;
}

footer ul li a {
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer ul li a:hover {
  color: #ffa41f;
}

footer ul li.hd {
  color: #f4511e;
}

button.btn1 {
  color: #fff;
  border: none;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  background: #f4511e;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  float: right;
  cursor: pointer;
  width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
  display: inline-block;
  padding: 0 10px;
}

.copyright {
  background: #141415;
  color: #fff;
  border-top: 1px solid rgba(25, 24, 24, 0.58);
}

/*-- welcome --*/

.welcome-left h3 {
  color: #f4511e;
  font-size: 36px;
  letter-spacing: 1px;
}

.welcome-left h4 {
  color: #464646;
  font-size: 17px;
  line-height: 1.8;
  margin: 15px 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.welcome-left p {
  font-size: 15px;
  color: #777;
  line-height: 1.8em;
}

/*-- about-team --*/

.team h4 {
  color: #f4511e;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}

/*-- //about-team --*/

/*--solutions --*/

.w3-icon-grid1 p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #777;
}

.w3-icon-grid1 i {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 40px;
  height: 40px;
  background: #029EB7;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.more {
  margin: 2em 0;
}

/*-- what we do --*/

.w3l_header {
  text-align: center;
  font-size: 3em;
  color: #2c363e;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.wthree_head_section p {
  font-size: 15px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  color: #5e5e5e;
  line-height: 1.8em;
  letter-spacing: 1px;
}

.wthree_head_section {
  margin-bottom: 5em;
}

.about-info-grids {
  text-align: center;
}

.about-info.about-info2 {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.about-info-grids p {
  font-size: 15px;
  margin: 0;
  color: #777;
  font-weight: 400;
  line-height: 1.8em;
  text-transform: capitalize;
}

.about-info-grids h4 {
  font-size: 22px;
  color: #151515;
  letter-spacing: .075em;
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0;
}

.about-info-grids h2 {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--orange);
}

.about-info-grids a {
  letter-spacing: .075em;
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0;
}

.about-info-grids i {
  font-size: 36px;
  color: #f4511e;
}

/*-- //what we do --*/

/*-- //solutions --*/

/*--gallery--*/

/*--image-zoom--*/

/*--//image-zoom--*/

/*--//gallery--*/

/*--Typography--*/

.well {
  font-weight: 300;
  font-size: 14px;
}

.list-group-item {
  font-weight: 300;
  font-size: 14px;
}

li.list-group-item1 {
  font-size: 14px;
  font-weight: 300;
}

.grid_3 {
  margin-bottom: 2em;
}

h3.m_1 {
  color: #000;
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
}

.grid_3 p {
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}

.label {
  font-weight: 300 !important;
  border-radius: 4px;
}

.grid_5 {
  background: none;
  padding: 2em 0;
}

.grid_5 h3,.grid_5 h2,.grid_5 h1,.grid_5 h4,.grid_5 h5 {
  margin-bottom: 1em;
  color: #f4511e;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
  z-index: 0;
}

.grid_3 p {
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}

.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.label {
  font-weight: 300 !important;
}

.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}

h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

li.list-group-item1 {
  line-height: 2.5em;
}

.input-group {
  margin-bottom: 20px;
}

@media (max-width:768px) {
  .grid_5 {
    padding: 0 0 1em;
  }

  .grid_3 {
    margin-bottom: 0em;
  }
}

@media (max-width:640px) {
  h1,  .h1,  h2,  .h2,  h3,  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid_5 h3,  .grid_5 h2,  .grid_5 h1,  .grid_5 h4,  .grid_5 h5 {
    margin-bottom: .5em;
  }

  .grid_3 p,  ul.list-group li,  li.list-group-item1 {
    font-size: 14px;
  }

  .well {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .label {
    font-size: 60%;
  }
}

@media (max-width:480px) {
  .grid_5 h3,  .grid_5 h2,  .grid_5 h1,  .grid_5 h4,  .grid_5 h5 {
    font-size: 1.2em;
  }

  .table h1 {
    font-size: 26px;
  }

  .table h2 {
    font-size: 23px;
  }

  .table h3 {
    font-size: 20px;
  }

  .label {
    font-size: 53%;
  }

  p {
    font-size: 14px;
  }

  .pagination {
    margin: 20px 0 0px;
  }

  .grid_3.grid_4.w3layouts {
    margin-top: 25px;
  }
}

@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px;
  }

  h3.title {
    font-size: 1.6em;
  }

  ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px;
  }

  .list-group {
    margin-bottom: 10px;
  }

  .well {
    padding: 10px;
  }

  .nav > li > a {
    font-size: 14px;
  }
}

/*-- //typography --*/

.form-group.row {
  margin-bottom: 1rem;
}

/*--/contact--*/

.contact_grid_right {
  width: 100%;
}

.contact_grid_right input[type="text"],.contact_grid_right input[type="email"],.contact_grid_right textarea {
  outline: none;
  padding: 15px 15px;
  font-size: 14px;
  color: #777;
  background: #f7f7f7;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid #ebeeef;
  margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),.contact_grid_right input[type="email"] {
  margin: 1em 0 0;
}

.contact_grid_right textarea {
  min-height: 150px;
  margin: 1em 0em;
  resize: none;
}

.contact_grid_right input[type="submit"],.contact_grid_right input[type="reset"] {
  outline: none;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  background: #0e0f10;
  width: 22%;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 600;
  cursor: pointer;
}

.contact_grid_right input[type="submit"],.contact_grid_right input[type="reset"]:hover {
  background-color: #f4511e;
}

.contact-left h4 {
  color: #444;
  font-size: 1em;
  margin-bottom: .5em;
  letter-spacing: 1px;
  font-weight: 700;
}

.contact-left p {
  font-size: 1em;
  letter-spacing: 1px;
}

.contact-text a {
  color: #888;
}

.contact-text a:hover {
  color: #fb383b;
}

.contact_grid_right h6,.contact-left h6 {
  font-size: 1.2em;
  color: #f4511e;
  margin-bottom: 1.5em;
  letter-spacing: 1px;
  font-weight: 600;
}

/*-- //contact--*/

/*-- partners --*/

ul.partners-icon li i {
  font-size: 3em;
  color: #eee;
}

.partners {
  background: #ff6c5f;
}

h3.heading {
  font-size: 45px;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
}

h4.heading {
  font-size: 22px;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 6px;
}

.low-line {
  font-size: 16px;
  line-height: 17px;
  padding: 0px;
  margin: 0px;
}

/*-- //partners --*/

/* -- Responsive code -- */

@media screen and (max-width: 991px) {
  h3.w3ls-title {
    font-size: 3em;
  }

  h4.agile-title {
    width: 88%;
  }

  .footer-grid:nth-child(3),  .footer-grid:nth-child(4) {
    margin-top: 1.5em;
  }

  .banner-1 {
    height: 26vw;
  }
}

@media screen and (max-width: 768px) {
  .w3_agile_testimonials_grid_right {
    width: 97%;
  }
}

@media screen and (max-width: 736px) {
  .banner-text {
    padding: 9vw 0 0;
  }

  h3.w3ls-title {
    font-size: 2.7em;
  }

  h4.agile-title {
    font-size: 2.5em;
    width: 100%;
  }

  .arrow-container {
    left: 43%;
    top: 34%;
  }

  .about-info.about-info2 {
    border-left: none;
    border-right: none;
  }

  .about-info.about-info2 {
    margin: 2em 0;
  }

  .w3layouts_news_left_grid2 {
    margin: 2em 0;
  }
}

@media screen and (max-width: 667px) {
  h3.w3ls-title {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 640px) {
  .banner-1 {
    height: 29vw;
  }
}

@media screen and (max-width: 600px) {
  .home h3 {
    font-size: 1.8em;
  }

  .banner-text {
    padding: 9vw 3vw 0;
  }

  h3.agile-title {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 568px) {
  h3.w3ls-title {
    font-size: 2.4em;
  }

  h3.agile-title {
    font-size: 2.3em;
  }

  h4.agile-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .agile_testimonials_grids {
    margin: 0em 0 0em;
  }

  .top-middle li {
    margin-right: 0px;
  }

  .top-middle {
    float: left;
    width: 50%;
  }

  .top-left {
    float: right;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  h3.w3ls-title {
    font-size: 2.2em;
  }

  .pricing-grid1,  .pricing-grid2,  .pricing-grid3 {
    width: 100%;
    margin-right: 0%;
  }

  .pricing-grid2 {
    margin: 1.5em 0;
  }

  .arrow-container {
    left: 39%;
    top: 30%;
  }

  .banner-1 {
    height: 34vw;
  }

  .welcome-left h3 {
    font-size: 30px;
  }

  .contact_grid_right input[type="submit"],  .contact_grid_right input[type="reset"] {
    padding: 15px 0;
    width: 34%;
  }
}

@media screen and (max-width: 414px) {
  .banner-text {
    padding: 8vw 3vw 0;
  }

  .w3_agile_testimonials_grid_right {
    padding: 1em 3em;
  }
}

@media screen and (max-width: 384px) {
  button.btn.btn-link {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 375px) {
  h3.agile-title {
    letter-spacing: 1px;
  }

  h4.agile-title {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 320px) {
  h3.w3ls-title {
    font-size: 2em;
  }

  h4.agile-title {
    font-size: 1.4em;
  }

  .banner-text {
    padding: 12vw 3vw 0;
  }

  button.btn.btn-link {
    letter-spacing: 0px;
    font-size: 15px;
  }

  .arrow-container {
    left: 35%;
    top: 20%;
  }

  .w3_agile_testimonials_grid_right {
    padding: 1em 2em;
  }

  .agile_testimonials_grid p {
    font-size: 14px;
  }

  .banner-1 {
    height: 37vw;
  }

  .new_top h3 {
    font-size: 20px;
  }
}

/* -- //Responsive code -- */

/* 
end copy of style-home-loan-min.css
*/

/*
start from style-electro-store-min.css
*/

/*-- banner --*/

/*-- carousel-slider --*/

/*-- carousel-slider --*/

/*-- banner-button --*/

.button2 {
  display: inline-block;
  background: #3d6a83;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 11px 27px;
}

.button2:hover,.button2:focus {
  background: #ffbc5f;
  color: #000;
}

.button3 {
  display: inline-block;
  background: #3d6a83;
  border-radius: 3px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 11px 17px;
}

.button3:hover,.button3:focus {
  background: #ffbc5f;
  color: #000;
}

.button3-active {
  color: #000;
  display: inline-block;
  background: var(--yellow);
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 11px 17px;
}

/*-- //banner-button --*/

/*-- //banner --*/

/*-- top products --*/

/*-- heading style --*/

/*-- //heading style --*/

/*-- middle section --*/

.join-agile {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

/*
end from style-electro-store-min.css
*/

p {
  line-height: 1.8;
  font-size: 1em;
  color: #333;
  font-weight: 500;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

body a:hover {
  text-decoration: none;
}

/* banner */

/* header */

/*-- //header --*/

/* banner */

.banner:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffbc5f, #3b9590);
  background: -webkit-linear-gradient(to right, #ffbc5f, #3b9590);
  background: -moz-linear-gradient(to right, #ffbc5f, #3b9590);
  background: -o-linear-gradient(to right, #ffbc5f, #3b9590);
  opacity: 0.5;
  z-index: -1;
}

.banner-text {
  padding: 9vw 0 6vw 20vw;
}

.btn-agile {
  color: #fff;
  background: linear-gradient(to right, #ffbc5f, #3b9590);
  background: -webkit-linear-gradient(to right, #ffbc5f, #3b9590);
  background: -moz-linear-gradient(to right, #ffbc5f, #3b9590);
  background: -o-linear-gradient(to right, #ffbc5f, #3b9590);
  border: none;
  border-radius: 0;
  font-size: 1.1em;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn-agile:hover {
  color: #fff;
  background: #000;
}

/* //banner */

/* about bottom */

h2.stat-title-smaller {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}

h2.stat-title {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3em;
  font-weight: 400;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}

h3.stat-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000000;
}

h4.stat-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000000;
}

/* //about bottom */

/*-- services --*/

/*
#services {
    background: url(../images/about.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#services:before {
    background: rgba(99, 180, 55, 0.78);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
  */

/*-- Effect 1--*/

.img-agile i {
  font-size: 3em;
  color: #000000;
  width: 100px;
  height: 100px;
  background: #ffffff;
  line-height: 100px;
  text-align: center;
  box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
  border-radius: 50%;
}

.services-top {
  padding: 3em 5em;
  background: #3b9590;
}

.services-head {
  margin-top: 7em;
}

/*-- //services --*/

h3.w3ls-title {
  font-size: 3.2em;
  color: #482d2e;
  font-family: 'Ubuntu', sans-serif;
}

h4.w3ls-title {
  font-size: 2em;
  color: #000;
  font-style: italic;
}

.section-3 {
  background: var(--blue-atomic);
  padding: 3em 0;
}

.section-3b {
  background: #ffbc5f;
}

p.about-text-wthree {
  color: #fff;
  width: 263px;
  font-weight: 500;
}

/* //about */

.img-section4 {
  position: absolute;
  left: 300px;
  top: 206px;
  z-index: 1;
}

.section-4 {
  background: #ffbc5f;
  padding: 3em 0em 3em 10em;
}

p.sec-4 {
  color: #fff;
  font-weight: 500;
}

/* slide */

.slide-wthree {
  position: relative;
  min-height: 300px;
  margin: 6em 0 4em;
  padding: 4em 0 0;
}

.slide-img {
  position: absolute;
  top: -32px;
  z-index: 1;
  width: 23%;
}

/* //slide */

.sec-5-right {
  background: #1ccacd;
}

h2.stat-title.text-white {
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 2.2em;
  letter-spacing: 1px;
  font-weight: 800;
}

.contact-top {
  background: url(../images/slide.jpg)no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.content-contact-top {
  padding: 8em;
}

.contact-top:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(104, 135, 255, 0.79);
  z-index: -1;
}

/*--contact--*/

.w3-contact {
  background: #fff;
}

.contact-bottom h5,.wthree-form-left h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 1.5em;
}

.contact-right-w3ls span {
  background: #1ccacd;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  border-radius: 50%;
}

form.contact-wthree label {
  width: 30%;
  line-height: 2.5;
  color: #000;
  font-weight: 600;
}

.contact-top1 h5 {
  font-size: 2em;
}

/*--//contact--*/

.cpy-right {
  padding: 1em;
  background: #ffbc5f;
}

.cpy-right p {
  color: #fff;
}

.cpy-right p a {
  color: #fff;
}

/*-- bottom-to-top --*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 3%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* -- Responsive code -- */

@media screen and (max-width: 1920px) {
  .img-section4 {
    top: 84px;
    z-index: 1;
    left: 350px;
  }
}

@media screen and (max-width: 1680px) {
  .img-section4 {
    top: 176px;
  }
}

@media screen and (max-width: 1600px) {
  .img-section4 {
    top: 206px;
    left: 300px;
  }
}

@media screen and (max-width: 1440px) {
  .img-section4 {
    top: 380px;
  }

  .slide-img {
    top: -26px;
    width: 35%;
  }
}

@media screen and (max-width: 1366px) {
  .img-section4 {
    top: 408px;
    left: 243px;
  }

  .services-top {
    padding: 3em 4em;
  }

  .slide-img {
    width: 35%;
  }
}

@media screen and (max-width: 1280px) {
  .img-section4 {
    top: 441px;
  }

  .services-top {
    padding: 3em;
  }

  .btn-agile {
    padding: 10px 35px;
  }

  .slide-wthree {
    margin: 4em 0 5em;
  }
}

@media screen and (max-width: 1080px) {
  h3.stat-title {
    font-size: 2.7em;
  }

  .img-section4 {
    top: 624px;
    left: 189px;
  }

  .section-4 {
    padding: 3em 0em 3em 5em;
  }

  .wthree-title.services-head h3 {
    font-size: 2.5em;
  }

  .slide-img {
    width: 48%;
  }
}

@media screen and (max-width: 1050px) {
  .img-section4 {
    top: 698px;
  }

  .img-section4 {
    top: 686px;
  }

  h3.stat-title {
    font-size: 2.65em;
  }

  .img-section4 {
    top: 634px;
  }
}

@media screen and (max-width: 1024px) {
  .img-section4 {
    top: 642px;
    left: 195px;
  }

  h3.stat-title {
    font-size: 2.5em;
  }

  .content-contact-top {
    padding: 6em;
  }

  .pricing {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .img-section4 {
    position: inherit;
    top: 0;
    left: 34%;
    width: 32%;
  }

  .section-4 {
    padding: 1em;
  }

  .section-3 {
    padding: 3em 1em;
  }

  .services-head {
    margin-top: 0em;
    margin-bottom: 3em;
  }

  .img-agile i {
    font-size: 2.5em;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .services-top {
    padding: 2em;
  }

  .banner-text {
    padding: 9vw 0 6vw 8vw;
  }

  .slide-img {
    width: 47%;
    top: -75px;
    left: 15%;
  }

  .slide-img {
    width: 44%;
    top: 0;
    left: 0;
    position: inherit;
  }

  .slide-wthree {
    margin: 6em 0 10em;
    padding: 3em 0;
  }

  .slide-wthree {
    margin: 0em 0 0em;
    padding: 1em 0;
  }

  .slide-img {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .content-contact-top {
    padding: 5em;
  }
}

@media screen and (max-width: 800px) {
  .content-contact-top {
    padding: 3em;
  }
}

@media screen and (max-width: 736px) {
  .wthree-title.services-head h3 {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 667px) {
  .content-contact-top {
    padding: 2em;
  }

  h2.stat-title.text-white {
    font-size: 1.6em;
  }

  h3.stat-title {
    font-size: 2.1em;
  }

  .contact-bottom h5,  .wthree-form-left h5 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 568px) {
  .img-section4 {
    left: 30%;
    width: 40%;
  }

  .section-4 {
    padding: 0 1em;
  }

  .contact-bottom h5,  .wthree-form-left h5 {
    font-size: 1.2em;
  }

  .img-agile i {
    width: 65px;
    height: 65px;
    line-height: 66px;
  }

  .wthree-title.services-head h3 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 480px) {
  h3.stat-title {
    font-size: 2em;
  }

  .services-top {
    padding: 1em;
  }

  .btn-agile {
    padding: 5px 23px;
    font-size: 1em;
    letter-spacing: 0px;
  }

  h3.stat-title {
    font-size: 1.85em;
  }

  .contact-right-w3ls span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  h3.stat-title {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 414px) {
  .content-contact-top {
    padding: 1em 0.2em;
  }

  h2.stat-title.text-white {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 384px) {
  .img-section4 {
    left: 25%;
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .contact-right-w3ls span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 1em;
  }
}

@media screen and (max-width: 320px) {
  h3.stat-title {
    font-size: 1.85em;
  }

  .wthree-title.services-head h3 {
    font-size: 2.05em;
  }

  .wthree-title.services-head h3 {
    font-size: 1.7em;
  }
}

/* -- //Responsive code -- */