  @import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:700');
/* var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h2 {
  margin: 50px 150px;
  border-top: 4px double #999;
  border-bottom: 4px double #999;
  padding: 20px 0;
  text-align: center;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 55px 0px 30px 0;
}

h4{
  margin: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  line-height: 35px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: circle;
  padding: 0 0 0 18px;
}

ul li, ol li{
  margin: 10px 0;
  line-height: 35px;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.clear{
  clear: both;
}

/*--
	Header Start 
--*/
header {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  box-shadow: 0px -7px 20px;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
  padding-right: 30px;
}

header .navbar-default {
  background: none;
  border: 0px;
}

header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 7px 10px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}

header .navbar-default .navbar-nav li a.active{
  color: #C7AC55;
  font-weight: 700;
}

header .navbar-default .navbar-nav li a:hover{
  color: #ccc;
  transition: 0.3s;
}

.navbar-brand{
  width: 200px;
}

/*
.lang{
  background-color: #FFF;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px;
  text-align: center;
  border-radius: 5px;
  font-size: 10px;
  letter-spacing: 1px;
}


.lang:hover{
  height: 77px;
  background: #c1dd94;
  cursor: pointer;
}

.lang:hover li a{
  color: #fff;
}

.lang:hover li a:hover{
  color: #74662e;
}

.lang li{
  display: block;
  padding-bottom: 12px;
  margin: 10px 8px;
}

.lang:hover li:first-child{
  border-bottom: 1px solid #9cbf45;
}
*/


.lang{
  padding: 0;
  position: absolute;
  right: 0;
  top: 21px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-fluid{
  padding-right: 30px;
}



/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/





.video-container {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
  animation: fade 2s linear;
}

@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#slider {
  /*background: url("../img/slider-bg.jpg") no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding-top: 200px;
}

/*#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #8b86a3, #322e40);
  opacity: 0.3;
}*/

#slider .block {
  color: #fff;
  text-align: center;
  padding: 80px 10%;
}
#slider .block h1 {
  font-weight: 200;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Josefin Slab';
}
#slider .block p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 0px 130px;
  text-transform: uppercase;
}

.godown{
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
  cursor: pointer;
  animation-name: bajar;
  animation-duration: 2s;
  background: url(../img/godown.png);
  display: block;
  text-indent: -100%;
  transition: 0.1s ease-in-out;
}

.godown:hover{
  bottom: 35px;
}

@keyframes bajar {
    0%   {opacity: 0; bottom: -50px;}
    50%   {opacity: 0; bottom: -50px;}
    99%  {opacity: 1; bottom: 30px;}
}

/*--
	wrapper Start 
--*/
#intro {
  padding: 100px 0;
}

#intro .block h2 {
  margin: 20px 0;
}
#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#intro .block img {
  margin-top: 100px; 
  width: 100%;
}
#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
}
/*--
	service Start 
--*/
#service {
  text-align: center;
  padding: 90px 0;
}
#service .service-item {
  padding-bottom: 30px;
  min-height: 200px;
}
#service .service-item i {
  font-size: 60px;
  color: #4A4656;
}
#service .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
}
#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
/*--
	call-to-action Start 
--*/
#call-to-action {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}

#call-to-action.section-team {
  background: url("../img/call-to-action-2-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#call-to-action h2{
  border: 0;
}

#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#call-to-action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#call-to-action p {
  font-size: 18px;
  line-height: 1.6;
}

#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}

#call-to-action .btn-call-to-action:hover {
  background: #ccc;
}
/*--
	Feature Start 
--*/
#feature {
  background: url("../img/featue-bg.jpg");
  background-position: 50% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}
#feature h2 {
  margin: 20px 0;
}
#feature p {
  color: #8d8f92;
  margin-bottom: 20px;
}
.btn-main {
  background: #c1dd94;
  color: #fff;
  padding: 10px 20px;
}

.btn-main:hover {
  background: #9bc244;
}
/*--
	content Start 
--*/
#testimonial {
  padding: 100px 0;
}
#testimonial .block h2 {
  line-height: 27px;
  color: #5C5C5C;
  padding-top: 110px;
}
#testimonial .block p {
  padding-top: 50px;
  color: #7B7B7B;
}

.counter-box{
  list-style: none;
}

#testimonial .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}
#testimonial .counter-box li i {
  font-size: 35px;
}
#testimonial .counter-box li h4 {
  font-size: 30px;
  font-weight: bold;
}
#testimonial .counter-box li span {
  color: #555;
}
#testimonial .testimonial-carousel {
  text-align: center;
  width: 75%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#testimonial .testimonial-carousel img {
  padding-bottom: 38px;
}
#testimonial .testimonial-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#testimonial .testimonial-carousel .user img {
  padding-bottom: 0px;
  border-radius: 500px;
}
#testimonial .testimonial-carousel .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241;
}
#testimonial .testimonial-carousel .user p span {
  display: block;
  color: #353241;
  font-weight: 600;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 10px;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
/*--
	features Start 
--*/
#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}
/*---------------------------------------------
					Work Start 
-----------------------------------------------*/
/*--
	Slider-work Start 
--*/
#global-header {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
  background-size: cover !important;
}

#global-header.about {
  background: url("../img/bg-about.jpg");
}

#global-header.work {
  background: url("../img/bg-work.jpg");
}

#global-header.blog {
  background: url("../img/bg-blog.jpg");
}

#global-header.contact {
  background: url("../img/bg-contact.jpg");
}

#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.7;
}
#global-header .block {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
#global-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  padding-bottom: 15px;
  margin-top: 30px;
  text-transform: uppercase;
}

#global-header .block h1.no-subtitle {
  margin: 0 0 -45px 0;
}

#global-header .block p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	portfolio-work Start 

#portfolio-work {
  overflow: hidden;
  padding: 80px 0;
}
#portfolio-work .block .portfolio-menu {
  padding-bottom: 30px;
  text-align: center;
}
#portfolio-work .block .portfolio-menu ul {
  border: 1px solid #999999;
  display: inline-block;
  margin-bottom: 40px;
}
#portfolio-work .block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 25px;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active {
  color: #655E7A;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 23px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-menu ul li:hover:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 24px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-contant ul li {
  float: left;
  width: 32.22%;
  overflow: hidden;
  margin: 6px;
  position: relative;
}
#portfolio-work .block .portfolio-contant ul li:hover .overly {
  opacity: 1;
}
#portfolio-work .block .portfolio-contant ul li:hover .position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#portfolio-work .block .portfolio-contant ul li a {
  display: block;
  color: #fff;
}
#portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 15px;
}
#portfolio-work .block .portfolio-contant ul li a span {
  font-style: italic;
  font-size: 13px;
  color: #655E7A;
}
#portfolio-work .block .portfolio-contant ul img {
  width: 100%;
  height: auto;
}
#portfolio-work .block .portfolio-contant .overly {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-align: center;
}
#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
#portfolio-work .block .mix {
  display: none;
}
/*--


/* ABOUT */


.about-content .story p{
  font-size: 14px;
  text-align: center;
  margin: 40px 0;
}

.about-content .story img{
  width: 100%;
}

.highlight{
    background: url(../img/bg-highlight.jpg);
    background-size: cover;
    padding: 50px;
    position: relative;
    left: 0;
    width: 100vw;
    margin-bottom: 19px;
    margin-left: -50vw;
    left: 49.3%;
}

.about-content .story .highlight p{
    font-size: 30px;
    max-width: 820px;
    margin: 25px auto;
    font-family: 'Josefin Slab';
    color: #fff;
}






/* WORK */

.filters{
  text-align: center;
  margin: 30px -30px 30px 0;
  font-size: 20px;
}

.filters label{
  margin-right: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.filters label:hover{
  cursor: pointer;
}

.filter-option{
  display: inline-block;
}

.work-content{
  margin: 50px 0;
}


.work-category{
    text-align: center;
    display: none;
    animation: fadeIn 0.5s;
  }

    @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .work-category.active{
    display: block;
  }

  .section-icon{
    width: 150px;
    margin: 30px 0 50px 0;
  }

  p.big{
    font-size: 35px !important;
    font-style: italic;
    line-height: 55px;
    text-align: center !important;
  }

  p.big-alt{
    text-align: center;
    margin: 70px 0;
    text-transform: uppercase;
    font-size: 20px;
  }










	wrapper-work Start 
--*/
#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}
/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}













.grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.grid li{
    flex: 0 0 25%; 
    /* 
    0 = don't grow (shorthand for flex-grow)
    0 = don't shrink (shorthand for flex-shrink)
    230px = start at 230px (shorthand for flex-basis) 
    */
    min-width: 280px;
    flex-grow: 1;
}

.grid li a{
    background: red;
    height: 250px;
    display: block;
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    overflow: hidden;
    transition: 0.1s;
    color: #fff;
    font-size: 16px;
}

.grid li a span{
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}

.grid li a:hover{
    opacity: 0.5;
    transform: scale(0.98);
}


.grid.business li:first-child a{
    background: url(../img/business-1.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.business li:nth-child(2) a{
    background: url(../img/business-2.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.business li:nth-child(3) a{
    background: url(../img/business-3.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.operations li:first-child a{
    background: url(../img/operations-1.jpg);
    background-size: cover;
    background-position: center center;
  }

.grid.operations li:nth-child(2) a{
    background: url(../img/operations-2.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.marketing li:first-child a{
    background: url(../img/marketing-1.jpg);
    background-size: cover;
    background-position: center center;
  }

.grid.marketing li:nth-child(2) a{
    background: url(../img/marketing-2.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.marketing li:nth-child(3) a{
    background: url(../img/marketing-3.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.management li:first-child a{
    background: url(../img/management-1.jpg);
    background-size: cover;
    background-position: center center;
  }

.grid.management li:nth-child(2) a{
    background: url(../img/management-2.jpg);
    background-size: cover;
    background-position: center center;
}

.grid.management li:nth-child(3) a{
    background: url(../img/management-3.jpg);
    background-size: cover;
    background-position: center center;
}


.img-container{
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.img-container.no-cut{
  height: initial;
  overflow: initial;
}

.img-container.no-cut img{
  margin-top: 40px;
}

.img-container.small-img{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px 0;
}

.img-container img{
  width: 100%;
  margin-top: -130px; 
}

.img-container.small-img img{
  width: auto;
  margin: 0;
 
}


/*---------------------------------------------
					Work Close 
-----------------------------------------------*/
/*=============================================*/





/*---------------------------------------------
           Blog Start 
-----------------------------------------------*/

.blog-content{
  margin: 50px 0 100px 0;
}

.entry-list{
  list-style: none;
  padding: 0;
}

.entry-list li{
  margin: 0;
}

.entry-list .entry{
  border-bottom: 1px dotted #ccc;
  padding: 65px 0;
  min-height: 300px;
  transition: 0.3s;
}

.entry a{
  display: block;
}

.entry:hover{
  background: #333;
}

.entry:hover h3, .entry:hover p{
  color: #fff;
}

.entry:hover img{
  margin-left: 25px;
}

.entry:hover strong{
  color: #C7AC55;
  border-bottom: 1px dotted;
}

.entry-list .entry-img-container{
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 0;
}

.entry-list img{
  width: 100%;
  margin: 0 25px 0 0;
  transition: 0.2s;
}

.entry-txt{
  width: 55%;
  display: inline-block;
}

.entry-txt h3{
  margin: 0 0 10px 0;
  font-weight: 700;
  color: #444;
  transition: 0.5s;
}

.entry-txt p{
  color: #333;
  font-size: 14px;
  transition: 0.5s;
}

#blog-entry-content ul{
  margin: 20px 0;
}

#blog-entry-content p{
  font-size: 15px;
}

.signature{
  display: block;
  margin: 50px 0;
  color: #C7AC55;
font-style: italic;
}

/*---------------------------------------------
           Blog Close 
-----------------------------------------------*/









/*---------------------------------------------
					 Contact Start 
-----------------------------------------------*/
/*--
	slider-contact Start 
--*/
#slider-contact {
  background: url("../img/slider-bg2.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
}
#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#slider-contact .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
}
#slider-contact .block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 6px;
  padding-bottom: 15px;
}
#slider-contact .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	contact-form Start 
--*/
#contact-form {
  padding-bottom: 35px;
}

#contact-form .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  margin: 0 0 15px 0;
}

#contact-form textarea.form-control {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .submit-button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.2s;
}

#contact-form .submit-button:hover {
  background: #6a6172;
}

/*--
	wrapper-contact Start 
--*/
.address-block{
  list-style: none;
  padding: 0;
  margin: auto;
  width: 350px;
}

.address-block li {
  margin-bottom: 15px;
  font-size: 20px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
.social{
  text-align: center;
  margin: 100px 0 20px 0;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}
.google-map {
  position: relative;
}
.google-map #map {
  width: 100%;
  height: 300px;
  background-color: #ff432e;
}
#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}
#contact-box .block img {
  width: 100%;
}
#contact-box .block h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
}
#contact-box .block p {
  color: #5C5C5C;
  display: block;
}
/*--
	features-contact Start 
--*/
#features-contact {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}
/*---------------------------*/
/*--
	footer Start 
--*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}
