body{
	margin:0;
}
*{
	box-sizing: border-box;
}

.logo-thumb
{
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	background-color: white;
}

.logo-thumb span
{    
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #58146b;
    margin-top: 10px;
    left: 0;
}

.thank
{
  background-color: #e9ecef;
  padding-top: 105px;
  padding-bottom: 103px;
}




.jumbotron p
{
  padding: 10px !important;
}

.jumbotron .btn
{
  padding: 10px !important;
}


.form-inner-cont img
{
  padding: 20px;
  float: right;
}

.divide hr
{
	border-top: 1px solid #acacac;
	margin-top: 40px !important;
}

.logo-thumb h1
{
	font-family: Raleway;
	font-weight: 600;
	text-align: left;
}

.thumbnail-slider{
	
	float: left;
}

.thumbnail-slider .thumbnail-container{
	
	float: left;
	transition: margin 1s ease;
}

.thumbnail-slider .item{
  height: 450px;
  line-height: 150px;
  float: left;
}

.thumbnail-slider .controls{
	text-align: center;
	float: left;
	padding:10px;
}

.custom-control 
{
  padding-bottom: 15px;
}

.vi-mi
{
  margin-top: 25px !important;
}

.vi-box
{
  height: 210px ;
}

.movein
{
  padding-top: 50px;
  padding-bottom: 50px;
}

.move-con
{
  margin-top: 40px;
}

.pagi
{
  padding-bottom: 70px;
}

.pagination
{
  float: right;
}

.form-body
{
  background: rgb(255, 255, 255, 0.7);
  padding: 25px;
  border-radius: 5px;
  margin-top: 25px;
}

.form-body h3
{
  color: var(--heading-color);
  font-size: 30px;
}

.cen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.thumbnail-slider .controls ul{
	display: block;
	padding:0;
	margin:0;
	list-style: none;
}
.thumbnail-slider .controls ul li{
	height: 35px;
	width: 35px;
	border:1px solid #c3c3c3;
	border-radius: 50%;
	margin:4px;
	display: inline-block;
	line-height: 33px;
	cursor: pointer;
}


.align-self img
{
  background-color: #fff;
  padding: 15px;
  height: 660px;
 
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f5f7f7;
  color: black;
}

.flip-card-back {
  background-color: #f5f7f7;;
  color: white;
  cursor: pointer;
  transform: rotateY(180deg);
}

.flip-card-back p
{
  color: #000;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
}

.re-box
{
  background-color: #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}


.privacy {
    padding-top: 80px;
    padding-bottom: 50px;
}

.privacy h1 {
    text-align: left;
    font-size: 35px;
    padding-bottom: 25px;
    font-weight: 600;
}

.privacy h2 {
    text-align: left;
    font-size: 35px;
    padding-bottom: 25px;
}

.privacy p {
    
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}

.privacy span {
    color: #eec41a;
    font-weight: 600;
}

.center
{
  margin: auto;
  padding: 80px 15px;
}

.center-text
{
  margin: auto;
  padding: 160px 15px;
}

.grids-area-hny
{
  margin-top: 60px !important;
}

.foot-img img
{
  width: 40% !important;
  padding-bottom: 15px;
}

.icons .fa
{
  margin-right: 35px !important;
  cursor: pointer;
}

.pri
{
  float: right;
}


.execution
{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/background-02.jpg) center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.exe-card {
    background-color: transparent !important;
    border: 0px !important;
}

.exe-card-header h5 {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'Mukta', sans-serif;
    transition: 0.5s;
    font-size: 20px;
}

.exe-card-header h5:hover
{
  color: #fff !important;
  text-decoration: none;
}

.exe-txt
{
    margin-top: 170px !important;
}

.exe-txt hr
{
    width: 90%;
    float: left;
}

.exe-txt .exe-card-body
{
    width: 90%;
    color: #fff;
}

.execution h1
{
    font-family: 'Mukta', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 75px;

}

.execution h3
{
    font-family: 'Mukta', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
}

.execution hr
{
    border-top: 1px solid #fff;
}

/* //banner bottom */
/*-- flicker --*/

.flicker
{
	margin-top: 20px;
    margin-bottom: 20px;
}

.flicker img
{
	padding: 10px;
    text-align: center;
}

.flicker_grid-agile {
    overflow: hidden;
    position: relative;
}

/*--flexisel--*/
.flex-slider {
    background: #222227;
    padding: 40px 0 40px 0;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
    padding: 0;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 35px;
    width: 230px ;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*---- Nav ---*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: none;
    top: -5% !important;
    border-radius: 5px;
    display: none;
}

.nbs-flexisel-nav-left {
    left: 100%;
}

.nbs-flexisel-nav-right {
    right: 1.2%;
    background: none;
}

/*--//flexisel--*/
/*-- //flicker --*/


.about-info {
    background-color: #fff;
    padding: 6%;
}

h3.tittle {
    font-size: 2.5em;
    color: #393a3a;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    font-weight: 400;
}

h3.tittle.ser {
    font-size: 2em;
    width: 70%;
}

/* Gibson Buttons */

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    padding: 12px 35px;
    color: #777;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    z-index: 9;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #333;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button.gibson-three {
    border: 2px solid #9c5305;
    color: #333;
    padding: 5px 20px !important;
}

a.animated-button.gibson-three:after {
    opacity: 0;
    background-image: -webkit-linear-gradient( transparent 50%, rgba(101, 179, 122, 0.2) 50%);
    background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
    background-size: 10px 10px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

a.animated-button.gibson-three:hover:after {
    height: 600% !important;
    opacity: 1;
    color: #00a591;
}

.hms-customers {
  background: #fff; }

.hms-customers .logo-view img {
  
  transition: 0.3s ease;
  padding: 1rem 2rem; }

.hms-customers .logo-view img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: 0.3s ease; }

.py-md-5 {
    padding-bottom: 3rem !important;
}

.py-md-5 {
    padding-top: 3rem !important;
}

.gd-box-info {
    background: #f7f7f7;
}

.gd-box-info i {
    font-size: 2em;
    margin: 0.2em 0;
    color: #ffb900;
}

.btn-warning
{
    padding: 5px 15px !important;
    background: var(--primary);
    border: 0px;
    color: #fff;
    transition: 0.5s;
}

.btn-warning:hover
{
    transition: 0.5s;
}

.btn-outline-dark
{
    padding: 5px 15px !important;
}
/* -- banner-hmsayouts-bottom --*/

h3.tittle {
    font-size: 2.5em;
    color: #393a3a;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    font-weight: 400;
}

h3.tittle.ser {
    font-size: 2em;
    width: 70%;
}

.gd-box-info {
    background: #f7f7f7;
}

.gd-box-info h4 {
    font-size: 1.3em;
    margin: 0.2em 0;
}

.gd-box-info i {
    font-size: 2em;
    margin: 0.2em 0;
    color: #ffb900;
}

/* -- //banner-hmsayouts-bottom --*/


.hndpkd {
  position: relative;
  width: 100%;
  margin-top: 15px;

}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: var(--primary);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.8;
}

.hndpkd:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  font-weight: 500;
  font-family: 'Mukta', sans-serif;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




  @media (max-width: 360px) {
  .hms-customers .logo-view img {
    padding: 0.5rem 1rem; } }


  @media (max-width: 360px) {

  .execution {
    height: auto;
    padding-top: 10px !important;
}

  .exe-txt .exe-card-body {
    width: 100%;
    color: #fff;
    text-align: justify;
}
.exe-txt hr {
    width: 100%;
    float: left;
}

    .flip-card {
  width: 330px;
  height: 300px;
}

  .align-self img
{
  height: auto;
}

 .hms-customers h3
    {
      font-size: 25px !important;
    }

  .remax img
  {
    width: 60% !important;
  }

 .adspill img
 {
  width: 50% !important;
  margin-top: 30px;
 }

  .execution h1
  {
    font-size: 40px !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
  }

    .execution h3
    {
      font-size: 30px !important;
      font-weight: bold !important; 
    }

    .vi-box
{
  height: auto !important;
}


.center-text
{
  margin: auto;
  padding: 0px;
}






  

 