@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html,body{

  height: 100%;
  width: 100%;
  font-family: 'Poppins','sans-serif';
  color: #222;


}


.container{
  width:100%;
  height: 100%;
  margin:auto;
  overflow:hidden;


}



.container-features{
  max-width: 600px;
  max-height: 100%;
  margin:auto;
  overflow:hidden;
}

.navbar{
  padding: .6rem;

}

.navbar-nav li{
  padding-right: 14px;

}


.nav-link{
  font-size: 1.2em !important;
  font-weight:lighter;
}






.navbar-brand img{
  max-width:30%;
  max-height:30%;

}




.sitemap{
  color: rgba(135,135,135,1);
}
.sitemap:hover{
  text-decoration: none;
  color: rgba(165,165,165,1);
}
.email{
  color: #6D5642;

}
.email:hover{
  text-decoration: none;
  color: #3E3831;
}





.carousel .carousel-indicators li {
  background-color: #444;
}
.carousel .carousel-indicators li.active {
  background-color:  #111;
}

.carousel-item{
  height: 900px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel-inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  top: 0;
  left: 0;
  height: 900px;
}



}




@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }

}




/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){
  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }
}



/* ipad Pro Portrait Hack */
@media only screen and (max-device-width : 1024px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){
  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }

}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }
}



/* iPad Pro 12 inch(landscape) ----------- */
@media only screen and (min-device-width : 1025px) and (max-device-width : 1366px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    height: 800px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 800px;
  }
}




/* mobile portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-item{
    height: 300px;
  }
  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    margin: auto;
    height: 300px;
    top: 0;
    left: 0;
  }
}


/* mobile ladscape */
@media only screen and (min-device-width : 340px) and (max-device-width : 736px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-item{
    height: 400px;
  }
  .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    margin: auto;
    height: 400px;
    top: 0;
    left: 0;
  }

}


.welcome{
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;

}

.consultantHeading{
  text-align: right;
  font-family: sans-serif;
  color: #242424;
  font-weight:500;
  font-size:30px;
}

.consultantHeading1{
  text-align: left;
  font-family: sans-serif;
  color: #242424;
  font-weight:400;
  font-size:30px;
}


.consultantTag{
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 400;
  color:  rgba( 79, 70, 61,1);

}

.Tagline{

  text-align: right;
  font-family: Helvetica;
  font-size: 22px;
  padding-right: 50px;
  font-weight: 400;
  font-style: italic;
  color: #242424;


}

.lead{
  /* color:  rgba(55, 55, 55, 1); */
  color: #3E3329;
  text-align: left;
  font-family: Helvetica;
  font-size: 22px;


}
.lead a{
  text-decoration: none;
  color: #3E3329;
  text-align: left;
  font-family: Helvetica;
  font-size: 22px;
}

.ourScope{
  /* color:  rgba(70, 70, 70, 1); */
  color: #5B4B3D;
  text-align: center;
  font-size: 33px;
  font-family: "Lato",sans-serif;
  font-weight: 400;


}

.consultantFeatures{

  color: #4F4E4E;
  font-size: 30px;
  /* font-family: "Lucida Console", Monaco, monospace; */
  font-family: "Muli", sans-serif;
  font-weight: 500;

}

.determined {

padding-top: 10px;

}
.determined li{
text-align: left;
padding-bottom: 30px;
font-size: 18px;
list-style-type:none;
}

.clients .clients-wrap {
  /* border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed; */
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed; */
  overflow: hidden;
  /* background: #fff; */
  height: 600px;

}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height:300px;
  /* -webkit-filter: grayscale(80%);
  filter: grayscale(80%); */
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}


.testimonialHeading{
  text-align: left;
  font-family: sans-serif;
  /* color:  #FDFDFD; */
  color: #3E3329;
  font-weight:400;
  font-size:33px;
}



/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


#features{
  background: #ADA996;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.features .card {
  border: 0;
  padding: 300px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.features .card-title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.features .card-title a {
  color: #444;
}

.features .card-text {
  color: #5e5e5e;
}

.features .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: #94c045;
}

.features .card:hover .read-more a, .features .card:hover .card-title, .features .card:hover .card-title a, .features .card:hover .card-text {
  color: #fff;
}

.testimonialPara{
  text-align: left;
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 20px;
  color: #FCFCFC;
}




.btn{
  border: none;
  text-align: center;
  padding: 18px;
  width: 170px;
  font-family: sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  color: #585151;
  background-size: 200%;

  background-position: left center;
  transition: ease-in-out 0.5s;
}


.btn1{
  background-image: linear-gradient( 102.7deg,  rgba(253,218,255,1) 8.2%, rgba(223,173,252,1) 19.6%, rgba(173,205,252,1) 36.8%, rgba(173,252,244,1) 73.2%, rgba(202,248,208,1) 90.9% );


}

.btn1:hover{
  background-position: right center;
  transition: ease-in-out 0.5s;
  color: #585151;
}


.fa-code{
  color: #e54d26;
}
.fa-bold{
  color: #563d7c;
}
.fa-css3
{
  color: #2163af;
}
.fa-code, .fa-bold, .fa-css3{
  font-size: 4rem;
  margin: 1rem;
}

.social a{
  font-size: 1.3em;
  padding: 1rem;


}
.fa-facebook{
  color:rgb(100,100,100)!important;
}
.fa-twitter{
  color:rgb(100,100,100)!important;
}


.fa-instagram{
  color:rgb(100,100,100)!important;
}

.fa-youtube{

  color:rgb(100,100,100)!important;
}
.fa-file-pdf {
  color: #bb0000;
  font-size: 150%;

}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-youtube:hover
{
  color: #3E3831!important;

}


footer {


  background-size:cover;

  color:rgb(100,100,100)!important;
  padding-top: 2rem;

  font-family: Helvetica;
  font-weight: 400;



}


.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.featured .icon-box i {
  color: #8C7764;
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}

.featured .icon-box h3 {
  font-weight: 350;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #545454;
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}



.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #8C7764  ;

  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 400;
  font-family: "Mulli",sans-serif;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  font-family: "Mulli",sans-serif;
  margin-bottom: 0;
}

.sendButtonForm {
  height:30px;
  background:#3E3329;
  border:none;
  padding-left: 20px;
  padding-right: 20px;
  color:#ffffff;
}
.sendButtonForm:hover{
  color: #777777;
}


.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 25px;
  color: #8C7764;
  float: left;

}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 400;
  color: #545454;
  margin-left: 50px;

}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;

}

.counts .count-box a {
  font-weight: 400;
  display: block;
  margin-top: 20px;
  color: #766962;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #342C27;
}

#start{
  background: #ADA996;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#middle{
  /* background-color:    rgba(185, 185, 185, 1); */
  background: #ADA996;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#info1{
  background: #ADA996;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#testimonial{
  background-color:    rgba(185, 185, 185, 1);
  padding: 50px 0 30px 0;
  text-align:center;

}

@media only screen and (max-width: 600px) {
  .welcome{
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;

  }
}







.ourExp{
  font-weight: 800;
  font-size: 35px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  color:  rgba(65, 65, 65, 1);
}

.productPara{
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  color:  rgba(65, 65, 65, 1);
}


.detailImg{
  width: 100%;
  max-width: 300px;
  max-height: 300px;
}
.top img{
  width: 100%;
  max-width: 300px;
  max-height: 300px;
}
.rotate {
  animation: rotation 8s infinite linear;
  position: absolute;
  /* background-position:right top; */
  z-index: -1;
  width: 300%;
  max-width: 300px;

  height: auto;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .top img{
    max-width: 200px;
    max-height: 300px;
  }
  .rotate {



    max-width: 200px;
    height: auto;
  }

}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .top img{

    max-width: 200px;
    max-height: 300px;
  }
  .rotate {



    max-width: 200px;
    height: auto;
  }

}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background-image: radial-gradient( circle farthest-corner at 0.2% 1.8%,  rgba(255,90,8,1) 0%, rgba(88,0,0,1) 100.2% );
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.member-1 {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.member-1{
  position: relative;
  overflow: hidden;
}

.team .member  .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #A91919;

}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  font-family: Helvetica;

  margin-bottom: 5px;
  font-size: 22px;
  /* color:  #2961A7; */
  color: #FEFEFE;
}

.team .member .member-info span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  /* color: #b4aca8; */
  color: #BDBDBD;
  font-family: 'Lato', sans-serif;
}

.team .member .member-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  /* color: #BABABA; */
  color: #E5E5E5;

}

.team .member:hover .social {
  opacity: 1;
}




.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 300px;
  position: relative;

  border-radius: 5px;
  background: #FCFBFB;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.1);





}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 3px solid #2961A7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;


}


.services .icon i {
  color: #2961A7;
  font-size: 40px;
  font-weight: lighter;
  font-family: monospace;
}




.services .title{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;

}


.services .title a {
  /* color: #343a40; */
  color: rgba(255, 195, 0, 0.9);
  /* color: #2961A7; */
}




.services .description {
  line-height: 22px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgb(105, 105, 105);
  font-weight: 500;

}






.about-us .content {
  padding: 0px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 35px;
  font-family: 'Lato', sans-serif;


}

.about-us .content p {
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: rgb(55, 55, 55);
  font-size: 22px;
  font-weight: 400;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 23px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  font-family: "Roboto", sans-serif;

  color: rgb(65, 65, 65);
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #A91919;
}

.about-us .content .icon-box p {

  color: #90847f;
  margin-left: 60px;
  font-size: 18px;
  font-weight: 400;

}

.about-us .image {
  background: url("img/dm3.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.about-us .image1 {
  background: url("img/dm32.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.about-us .image2 {
  background: url("img/dm7.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.about-us .image3 {
  background: url("img/dm28.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.about-us .image4 {
  background: url("img/dm24.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.about-us .image5 {
  background: url("img/dm31.png") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.about-us .image6{
  background: url("img/dm37.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.about-us .image7{
  background: url("img/details-3.png") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}
.about-us .image8{
  background: url("img/social.jpg") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}
.about-us .image9{
  background: url("img/dm3.png") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}
.about-us .image10{
  background: url("img/matrixlogo2.png") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}
.about-us .image11{
  background: url("img/dm36.png") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}

.about-us .image12{
  background: url("img/ar3.jpg") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}
.about-us .image13{
  background: url("img/cloud.jpg") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}

.about-us .image14{
  background: url("img/details-2.png") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}

.about-us .image15{
  background: url("img/ui3.jpg") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}
.about-us .image16{
  background: url("img/sm3.jpg") center center no-repeat;
  background-size:contain;
  min-height: 600px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }

  .about-us .image1 {
    text-align: center;
  }
  .about-us .image1 img {
    max-width: 80%;
  }

  .about-us .image2 {
    text-align: center;
  }
  .about-us .image2 img {
    max-width: 80%;
  }
  .about-us .image3 {
    text-align: center;
  }
  .about-us .image3 img {
    max-width: 80%;
  }

  .about-us .image4 {
    text-align: center;
  }
  .about-us .image4 img {
    max-width: 80%;
  }
  .about-us .image5{
    text-align: center;
  }
  .about-us .image5 img {
    max-width: 80%;
  }
  .about-us .image6{
    text-align: center;
  }
  .about-us .image6 img {
    max-width: 80%;
  }

  .about-us .image7{
    text-align: center;
  }
  .about-us .image7 img {
    max-width: 80%;
  }
  .about-us .image8{
    text-align: center;
  }
  .about-us .image8 img {
    max-width: 80%;
  }
  .about-us .image9{
    text-align: center;
  }
  .about-us .image9 img {
    max-width: 80%;
  }
  .about-us .image10{
    text-align: center;
  }
  .about-us .image10 img {
    max-width: 80%;
  }
  .about-us .image11{
    text-align: center;
  }
  .about-us .image11 img {
    max-width: 80%;
  }
  .about-us .image12{
    text-align: center;
  }
  .about-us .image12 img {
    max-width: 80%;
  }
  .about-us .image13{
    text-align: center;
  }
  .about-us .image13 img {
    max-width: 80%;
  }
  .about-us .image14{
    text-align: center;
  }
  .about-us .image14 img {
    max-width: 80%;
  }
  .about-us .image15{
    text-align: center;
  }
  .about-us .image15 img {
    max-width: 80%;
  }

  .about-us .image16{
    text-align: center;
  }
  .about-us .image16 img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }

  .about-us .image1 img {
    max-width: 100%;
  }

  .about-us .image2 img {
    max-width: 100%;
  }

  .about-us .image3 img {
    max-width: 100%;
  }
  .about-us .image4 img {
    max-width: 100%;
  }
  .about-us .image5 img {
    max-width: 100%;
  }
  .about-us .image6 img {
    max-width: 100%;
  }

  .about-us .image7 img {
    max-width: 100%;
  }

  .about-us .image8 img {
    max-width: 100%;
  }
  .about-us .image9 img {
    max-width: 100%;
  }
  .about-us .image10 img {
    max-width: 100%;
  }
  .about-us .image11 img {
    max-width: 100%;
  }
  .about-us .image12 img {
    max-width: 100%;
  }
  .about-us .image13 img {
    max-width: 100%;
  }
  .about-us .image14 img {
    max-width: 100%;
  }
  .about-us .image15 img {
    max-width: 100%;
  }
  .about-us .image16 img {
    max-width: 100%;
  }
}








.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color:  rgba(65, 65, 65, 1);
  font-family: 'Muli', sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  font-family: 'Helvetica';
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: normal;
  color:  rgba(85, 85, 85, 1);
  font-family: 'Lato', sans-serif;
}

.bxs-star{
  color: rgba(255, 195, 0,1);
}





.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  background: #f8f6f5;



}

.blog .entry .entry-img {
  /* 400 */
  max-height: 800px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;


}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  color: #2b2320;

}




.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;

}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
  font-family: 'Lato', sans-serif;
}

.blog .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}
.entry-meta a:hover{
  text-decoration: none;
}

.blog .entry .entry-content p {
  line-height: 32px;
  letter-spacing: 1.4px;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #0F0F0F;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;

  background-image: radial-gradient( circle farthest-corner at -14.3% -17.5%,  rgba(245,168,168,1) 4%, rgba(164,168,248,1) 100.2% );
  color: #fff;
  padding: 6px 20px;
  transition: ease-in-out 0.5s;
  font-size: 14px;
  border-radius: 4px;
  font-family: 'Muli', sans-serif;
}

.blog .entry .entry-content .read-more a:hover {
  background-image: linear-gradient( 109.6deg,  rgba(247,202,201,1) 20.6%, rgba(146,168,209,1) 85.9% );

  text-decoration: none;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;


}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  font-family: 'Muli', sans-serif;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #A91919;

}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  font-family: 'Muli', sans-serif;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #9c847b;
}
.blog-author .social-links a:hover {
  text-decoration: none;
  color: #A91919;
}


.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
  font-family: 'Lato', sans-serif;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #A91919;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #A91919;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}
.blog-pagination li a:hover {
  text-decoration: none;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #A91919;
  border: 1px solid #A91919;
  border-radius: 4px;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  background: #f8f6f5;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
  font-family: 'Lato', sans-serif;

}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #A91919;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
  font-family: 'Muli', sans-serif;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #745f56;
}

.blog .sidebar .categories ul a:hover {
  color: #A91919;
  text-decoration: none;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  font-family: 'Muli', sans-serif;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;

}

.blog .sidebar .recent-posts h4 a:hover {
  color: #A91919;
  text-decoration: none;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #9c847b;
  font-family: 'Muli', sans-serif;
}


/* tags */


.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;

}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #A91919;
  background: #A91919;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}
.form-control{
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  background: #fff;

}
.formC{
  width: 100%;
  box-shadow: 0 0 24px 0 ;
  /* rgba(0, 0, 0, 0.12); */
  padding: 30px;

  background-image: radial-gradient( circle 879px at 10.4% 22.3%,  rgba(255,235,238,1) 0%, rgba(186,190,245,1) 93.6% );

  /* background-image: linear-gradient( 68.4deg,  rgba(248,182,204,1) 0.5%, rgba(192,198,230,1) 49%, rgba(225,246,240,1) 99.8% ); */
}
.form-group{
  font-family: 'Muli',sans-serif;
  font-size: 18px;
  color:#3E3831;
}
.sendButton {
  height:30px;
  background:#b30000;
  border:none;
  padding-left: 20px;
  padding-right: 20px;
  color:#D7DBDD;
}







hr.light-100{
  border-top: 60px solid #01162A;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}


hr.light{
  border-top: 60px solid  #A91919;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.welcome hr{
  border-top: 1px solid #b4b4b4;
  width: 95%;
  margin-top: .1rem;
  margin-bottom: .1rem;
  margin-right: 2.3rem;
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}
/************/





/* ************************************************************************** */






/* *******************************************************************  */





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
