
@import url('https://fonts.googleapis.com/css?family=Play');


body{font-family: 'Play', sans-serif !important;}

.logo img
{
	width: 100%;

}
.menu ul

{    text-align: center;
	    list-style: none;padding:0;
}
.menu ul li
{
	display: inline-block;
	padding-top: 20px;
}
.menu ul li {
           display: inline-block;
       padding-top: 39px;
    padding-left: 17px;
    padding-right: 10px;
        transition: all 0.3s ease-out;
}
.menu ul li a {
            color: #000;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    padding-bottom: 8px;
    transition: all 0.3s ease;
}
.menu ul li a:after{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:50%;
}

.menu ul li a:before{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:50%;
}
.menu ul li a:hover, .menu ul li a.active
{
  color: #0d3f69;
}
.menu ul li a:hover:after{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	background: #0d3f69;
	height:3px;
	width:50%;
	 transition:all 0.3s ease;
}

.menu ul li a:hover:before{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	background: #0d3f69;
	height:3px;
	width:50%;
	 transition:all 0.3s ease;
}
.menu ul li a.active:before{
      width: 100%;
    height: 3px;
    background: #0d3f69;
    bottom: 0;
    position: absolute;
    left: 0;
}
.menu
{
	text-align: right;
}
.search-btn
{
    margin-top: 35px;
    border: none;
    outline: none;
    float: right;
    font-size: 23px;
    background-color: white;
    color: #ff7681;
}
/*header
{
	    padding: 18px;
}*/


/****slider****/

.carousel,
.item,
.active {
    height: 661px;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption
{
	padding-bottom:80px;
    right: 20%;
    top: 25%;
    left: 20%;
    }

h2{font-size: 60px;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
     background: transparent;
    color: #ffffff;
    border: 0px solid #0d3f69;
    background-color: #0d3f69;
    transition: .5s ease;
}
.btn-transparent:hover {
    background-color: #ffff;
    border: 0;
    transition: .5s ease;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
      text-align: left;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/******content*****/


.content-sec 
{
    padding: 60px 0px;    float: left;
    width: 100%;
}

.outer-about h3
{
	text-align: center;
    line-height: 30px;
    max-width: 824px;
    margin: 0 auto;
    color: #5a5a5a;
    position: relative;
    margin-bottom: 48px;
}
.outer-about h3:after
{
	    content: "";
    position: absolute;
    background-color: #0d3f69;
    bottom: -21px;
    width: 75px;
    height: 2px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.data-abt p
{
 text-align: center;
    padding: 0;
    margin: 0;
    line-height: 27px;
    font-size: 17px;
    color: grey;
}
.button-br
{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 44px;
}
.f-link
{
	    display: inline-block;
    padding-right: 18px;
}
.f-link a
{
	       background-color: #0d3f69;
    color: white;
    padding: 9px 22px;
        text-decoration: none;
    font-size: 16px;
    border: 4px solid #0d3f69;
}
.s-link
{
	    display: inline-block;
}
.s-link a
{
	       background-color: #0d3f69;
    color: white;
    padding: 9px 22px;
    font-size: 16px;
    text-decoration: none;
    border: 4px solid #0d3f69;
}
.f-link a:hover
 {
    background-color: white;
    color: #0d3f69;
    transition: .5s ease;
}
.s-link a:hover
{
	    background-color: white;
    color: #0d3f69;
    transition: .5s ease;
}
.product-sec
{
	overflow:hidden;
	       background: url(../images/poduct-bg.jpg);
    padding: 60px 0px;
    background-attachment: fixed;
    background-size: 100%;    float: left;
    width: 100%;
}
.head-product h3
{
	    font-size: 32px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px black;
}

.head-product h3>span
{
	position: relative;
}
.head-product h3>span:after
{
	content: "";
    background: red;
    position: absolute;
    right: 100%;
    min-width: 356px;
    margin-right: 17px;
    height: 1px;
    top: 50%;
}
.head-product h3>span:before
{
	content: "";
    background: red;
    position: absolute;
    left: 109%;
    min-width: 356px;
    margin-right: 17px;
    height: 1px;
    top: 50%;
}
.img-pr a>img
{
	        width: 100%;
    height: 310px;
    object-fit: cover;
}
.head-product {
    padding-bottom: 50px;
}
.img-pr a
{
	float: left;
       height: 288px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;

}
.img-pr a:after {
       height: 87%;
    width: 87%;
    border-radius: 50%;
    left: 0;
    content: "";
    margin: 0 auto;
    right: 0;
    position: absolute;
    top: 20px;
    border: 1px solid #fff;
}
.img-pr a:before {
    
      content: "";
    background: #00000045;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
   transition: .5s ease;


}
.img-pr a:hover:before {

    background: #ff00009c;
    transition: .5s ease;
    z-index: 100;
}


.img-pr
{
	       float: left;
    width: 341px;
    padding: 0px 21px;
}
.img-pr a>figcaption
{
          position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    color: white;
    z-index: 100;
}


.img-pr a>img
{
	    overflow: hidden;
    -webkit-transition:  -webkit-transform 1s;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}

.img-pr a:hover img
{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.round-outer
{
	    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.process-sec
{
	    padding: 60px 0px 0;    float: left;
    width: 100%;
}
.proces-head h3 
{
    font-size: 32px;
    text-align: center;
    color: #585858;
    padding-bottom: 13px;
    position: relative;
}
.proces-head h3:after
{
	    content: "";
    position: absolute;
    bottom: 0;
    background: #101010;
    height: 1px;
    max-width: 407px;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.proces-head h3:before
{
	content: "";
    position: absolute;
    bottom: -5px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 12px;
    background: #0d3f69;
    z-index: 1;
    border: 3px solid #fff;
 
}
.proces-head p
{
	    max-width: 671px;
    text-align: center;
    margin: 0 auto;
    line-height: 25px;
}
.box-len img
{
	width: 100%;
}
.box-len 
{
	width: 25%;
	float: left;
	position: relative;
	  overflow: hidden;
}
.proces-head {
    padding-bottom: 39px;
}
.box-len figcaption
{
	    position: absolute;
    top: 4vw;
    color: #ffffff;
    z-index: 6;
    height: 100%;
    transition: .8s ease;
    text-align: center;

}
.box-len figcaption>h3
{
       position: relative;
    padding-bottom: 14px;
    font-size: 1.5vw;

}
.box-len figcaption>h3:before {
        content: "";
    position: absolute;
    bottom: -5px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 12px;
    background: #0d3f69;
    z-index: 1;
    border: 3px solid #fefefe;
}
.box-len figcaption>h3:after {
       content: "";
    position: absolute;
    bottom: 0;
    background: #969696;
    height: 2px;
    max-width: 294px;
    left: 0;
    right: 0;
    margin: 0 auto;
     transition: 3s ease;
}
.box-len:before {
      content: "";
    background: #5f5e5ecf;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.box-len:nth-child(odd):before {background: #252525cf;
}

.box-len:after {
       content: "";
    background: #ff00006e;
    top: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
     transition: 2s ease;
}
.box-len figcaption>p
{
    font-size: 1vw;
}
.box-len:hover:after
{
	  top: 0;
	 transition: .8s ease;
}
.box-len:hover figcaption
{
	color: #fff;
	transition: 3s ease;
}
.box-len:hover figcaption>h3:after 
{
	 background: #fff;
	 transition: 3s ease;
}


/**********slider-2**************/
.slider,
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 500px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
           display: block;
    background: rgba(13,63,105, 0.5);
    position: absolute;

    top: 28%;
    padding: 63px 0;
    color: #fff;
    text-align: center;

    max-width: 1069px;
    left: 0;
    right: 0;
    margin: 0 auto;

}

section.board-slide 
{
    float: left;
    width: 100%;
    position: relative;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}
/*****feature****/

.feature-outer
{
	padding: 60px 0px;
    float: left;
    width: 100%;
       
}
.icon-feat img
{
	width: 100%;
    padding-bottom: 15px;
    min-height: 77px;
    object-fit: contain;
}
.feature-content ul
{
	display: table;
    width: 100%;    padding: 0;

}
.feature-content ul li
{
	    display: table-cell;
    width: 13%;
    position: relative;
    transition: .5s ease;
}
.icon-feat
{
	width: 10%;
}
.icon-feat 
{
    margin: 0 auto;
    width: 29%;
}
.cont-feat {
    text-align: center;
    }

    .feature-content ul li:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background: #6a6969;
    top: 0;
}
.feature-content ul li:last-child:after
{
	content: none;
}
.feature-outer .proces-head {
    padding-bottom: 57px;
}
.feature-content ul li:hover .icon-feat {
    transform: scale(1.2);
    z-index: 10000000;
    position: relative;
    transition: .5s ease;
}
.brand-outer ul
{
	display: table;
	width: 100%;
	padding:0;
}
.brand-outer ul li
{
	display: table-cell;

}
.br-outer  img
{
	width: 100%;
}
.br-outer {
    width: 61%;
    margin: 0 auto;
}
section.brands {
    padding: 60px 0;
    float: left;
    width: 100%; box-shadow: 13px 23px 46px 3px #585858;
}


.brand-outer ul li:hover {
    filter: grayscale(2);
    transition: .5s ease;
}
.foot-logo img
{
	       width: 100%;
    margin-bottom: 11px;
    background-color: white;
    padding: 12px;
}
.foot
{
	    background: #252525;
    float: left;
    width: 100%;
    padding: 60px 0;
}
.foot-logo
{
	    text-align: center;
    width: 239px;
}
.foot-logo span
{
	    font-size: 16px;
    color: white;
}
.social-icon ul
{
	    padding: 0;
    list-style: none;
    /* display: table; */
    width: 100%;
    /* margin: 0 auto; */
    padding-top: 18px;
    float: left;
    width: 100%;

}
	.social-icon li {
      padding-right: 12px;
    float: none;
    display: inline-block;

}
.social-icon .fab
{
	        font-size: 18px;
}
.social-icon i.fab.fa-twitter {
    background: #78cdf0;
    padding: 9px;
    border-radius: 50%;
    color: white;
}
.social-icon i.fab.fa-facebook-f {
        background: #537bbd;
    padding: 9px 15px;
    border-radius: 50%;
    color: white;
}
.social-icon i.fab.fa-pinterest {
    background: #eb5755;
    padding: 10px;
    border-radius: 50%;
    color: white;
}
.ad
{
	    width: 16%;
    float: left;    color: #d2d2d2 !important;
}
.address span
{
	color: #fff;
}
.address
{
	color: #fff;
    line-height: 27px;
   /* padding-left: 72px;*/
}
.mr-left
{
	    padding-left: 66px;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.color1 {
    color: #447dad !important;
}
.color2 {
    color: #0F75BC !important;
}

.creat-tag {
    text-align: center;
    padding: 14px 0;
    float: left;
    width: 100%;    background: black;
}
.creat-tag a
{
	    color: #827c7c;
}

#header-sroll {
   
         padding: 15px 0;
    left:0;
       position:fixed;
    top:0;
    right: 0
    float:left;
      background: #fff;
      z-index: 100000;
      width: 100%;
  
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll.small {
       left: 0;
    position: fixed;
    top: 0;
    float: left;
    width: 100%;
    background: #fff;
    z-index: 100000;
    padding: 14px 0px;    
	
	 -moz-box-shadow:  0 4px 2px -2px #f3f3f3;
    -webkit-box-shadow:  0 4px 2px -2px #f3f3f3;
    box-shadow:  0 4px 2px -2px #f3f3f3;
}
section.slider-sec {
    padding-top: 124px;    float: left;
    width: 100%;
}
.logo
{
       width: 290px;
           transition: all 0.3s ease-out;
}
.small .logo {
    width: 190px;
        transition: all 0.3s ease-out;
}
.small .menu ul li
 {
     transition: all 0.3s ease-out;
    padding-top: 25px;
}

.small .search-btn {

     transition: all 0.3s ease-out;
}
 .search-btn {
     transition: all 0.3s ease-out;
}





/*----------- product starts here -------*/

.banner-left{
	float:left;
	width:78%;
}

.banner-right{
	float:left;
	width:22%;
}

.banner-right .animated {
    margin-top: 75px;
    float: left;
}


.single-img {
     position: relative;
    display: inline-block;
    overflow: hidden;
    /* padding: 8px; */
    width: 32.47%;
    /* max-width: 315px; */
    /* width: 100%; */
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
    margin-left: 1%;
}

.single-img:first-child {
	margin-left:0;
}

.single-img-outer{
	float:left;
	width:100%;
}

.single-img *,
.single-img:before,
.single-img:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-img img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.single-img:before,
.single-img:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color:  #af7547;
  z-index: 1;
  opacity: 0;
}

.single-img:before {
  width: 0;
  height: 1px;
}

.single-img:after {
  height: 0;
  width: 1px;
}

.single-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.single-img h3,
.single-img h4 {
  
     margin: 0 0 5px 0px;
    font-size: 1.1em;
    font-weight: normal;
    color: #af7547;
    opacity: 0;
    float: left;
    width: 100%;
}

.single-img h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.single-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.single-img:hover img,
.single-img.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.single-img:hover:before,
.single-img.hover:before,
.single-img:hover:after,
.single-img.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.single-img:hover:before,
.single-img.hover:before {
  width: 40px;
}

.single-img:hover:after,
.single-img.hover:after {
  height: 40px;
}

.single-img:hover h3,
.single-img.hover h3,
.single-img:hover h4,
.single-img.hover h4 {
  opacity: 1;
}

.single-img:hover h3,
.single-img.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-img:hover h4,
.single-img.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;

  
}
.image-title{
	float:left;
	width:100%;
}

.img-sec {    margin-bottom: 69px;
    float: left;
    width: 100%;
}


.image-title h2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 19px;
    margin: 0 0 21px;
    border-bottom: 1px solid #dcdcdc;
    color: #787878;
    text-transform: capitalize;font-size: 45px;
    line-height: 48px;
}

.content-area{
	float:left;
	width:100%;
	padding:10px 0;
}




#scroll-down {
  display: block;
  position: relative;
  padding-top: 38px;
    float: left;
    width: 100%;
    text-align: center;}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}
.arrow-down:after {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8b8a8a;
  border-right: 2px solid #8b8a8a;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  width: 2px;
  height: 45px;
  background: #8b8a8a;
  content: ' ';
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}



.content-area  p{
      float: left;
    width: 100%;
    font-size: 19px;
    padding: 41px 13%;
    color: grey;
    text-align: center;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
}

.inner-slider .carousel-caption{top: 18%;
}

.address a{
	    color: #888;
	text-decoration:none;
}

.address a:hover{
	color:#ca8445;
}

.social-icon .fab:hover{
	opacity:.5;
}

.inner-slider .carousel{
	    height: 450px;
}

.col-text {
  height:20em;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;    background: #f7f7f7;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 28px		;
}
.Aligner-item {
  width:81%;
}
.col-image {
  background-size: cover;
  background-position:center center;
  position:relative;
}

.col-image:after{
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.67)	;    z-index: 1;
}

.col-content{
    position: relative;
    z-index: 100;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 85px 74px;
}

.col-content p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;    font-family: 'Roboto', sans-serif;
}

.col-content h3 {
    color: #487fad;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    line-height: 48px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 18px;
}
.col-content p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.col h2 {
   font-size: 30px;
    line-height: 39px;
    text-transform: capitalize;
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    float: left;
    width: 100%;
    margin-bottom: 21px;
    margin-top: 88px;
}

.col h2 span {
       float: left;
    width: 100%;
    text-transform: uppercase;

}

.Aligner-item p {
      padding: 0;
    margin: 0 0 18px;
    color: grey;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 100%;
    line-height: 24px;
}

.bgwhite {background-color: white;}
.bgblack {background-color: black;}



/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

/* ------------------------------------ */
.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

/* ------------------------------------ */
.wrap-pic-cir {
	border-radius: 50%;
	overflow: hidden;
}
.wrap-pic-cir img {
	width: 100%;
}



/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}



/*[  ]
-----------------------------------------------------------
*/
.bo-cir {border-radius: 50%;}

.of-hidden {overflow: hidden;}

.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}




/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.trans-0-2 {
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.trans-0-3 {
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trans-0-4 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.trans-0-5 {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.trans-0-6 {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.trans-0-9 {
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.trans-1-0 {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}



/*[ Layout ]
///////////////////////////////////////////////////////////
*/

/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.flex-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.flex-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.flex-sa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}

.flex-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-b {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
}

/* ------------------------------------ */
.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.flex-row-rev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex-col-rev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* ------------------------------------ */
.flex-c-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.flex-c-t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-c-b {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-c-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-l-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.flex-r-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.flex-sa-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}

.flex-sb-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-l-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}

.flex-col-r-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}


.flex-col-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-col-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-col-rev-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-rev-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-rev-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-rev-str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: stretch;
	align-items: stretch;
}


.ab-c-m {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ab-c-t {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ab-c-b {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ab-l-m {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-r-m {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-t-l {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ab-t-r {
	position: absolute;
	right: 0px;
	top: 0px;
}

.ab-b-l {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ab-b-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
}



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {    color: #dcdcdc;
    font-size: 13px;}
input:-moz-placeholder {    color: #dcdcdc;
    font-size: 13px;}
input::-moz-placeholder {     color: #dcdcdc;
    font-size: 13px;}
input:-ms-input-placeholder {    color: #dcdcdc;
    font-size: 13px;}

textarea::-webkit-input-placeholder {     color: #dcdcdc;
    font-size: 13px;}
textarea:-moz-placeholder {     color: #dcdcdc;
    font-size: 13px;}
textarea::-moz-placeholder {     color: #dcdcdc;
    font-size: 13px;}
textarea:-ms-input-placeholder {     color: #dcdcdc;
    font-size: 13px;}

/*---------------------------------------------*/



.txt1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.txt2 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #8b603d;
}

.txt3 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #8b603d;
}

.txt3 a, .txt2 a {  color: #8b603d;text-decoration:none;
}

.txt3 a:hover, .txt2 a:hover { 
color:#fff;
}

.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}


.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;    float: left;
 
  
}

.wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}


.contact100-more {
     float: left;
    width: 50%;
  
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {

  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;

  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;outline:0;
}

input.input100 {
  height: 55px;    border: 0;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;    border: 0;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #8b603d;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #8b603d;
    /* font-family: Montserrat-Bold; */
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: 'Roboto', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



.contact-outer{
	float:left;
	width:100%;
}


.flex-col.size2 {
    margin-bottom: 31px;
}

.list-items{
    float: left;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 68px 10px 10px 20px;
    list-style: none;
}


.list-items li {
       float: left;
    width: 100%;
    color: grey;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 21px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 10px;
    font-weight: 300;
}

.list-items li:after{
       position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -3px;
    top: 7px;
    background: #0d3f69;
    border-radius: 100%;
}

.profile-top , .profile-bottom{
	 float: left;
    width: 100%;
}

.btn-outer{
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 3px 0;
    margin-top: 35px;
}

.btn-outer input{    border: none;
    outline: none;
    float: left;
    width: 80%;
    background: none;
    padding: 5px 13px;
}

.btn-outer button{    float: left;
    width: 19%;
    background: none;
    margin: 0;
    border: 0;
    height: 30px;
    font-size: 19px;
}

.small .btn-outer{
	    margin-top: 20px;
}

.profile-bottom img{
	width:100%;
}

.mean-container .mean-nav ul li a{    height: auto !important;}

.map-outer{
	float:left;
	width:100%;  height: 353px;    border: 1px solid #eaeaea;
}

.map-outer iframe{
	float:left;
	width:100%;
	height:100%; -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.map-outer iframe:hover{
	-webkit-filter: grayscale(0); 
    filter: grayscale(0);
}

.contact-outer-top{
	     float: left;
    width: 100%;
    margin-top: 123px;

    padding: 67px 0;background: #252525;

}

.icon-outer {
    float: none;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #c5844f;
    text-align: center;
}

.icon-outer i{
	    font-size: 21px;
    line-height: 47px;
    color: #ffffff;  transition: transform .2s;
}

.icon-sec span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0;
    color: #cc8347;
}

.icon-sec  p {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 0;
    color: #d0d0d0;
}

.icon-sec  p a{
	 color: #d0d0d0;
	 text-decoration:none;
}

.icon-sec  p a:hover{
	color:#fff;
}

.icon-sec:hover i{transform: scale(1.2);color: #fd2a3e;
}

.footer-menu{
	float:left;
	width:100%;
}

.footer-menu ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.footer-menu ul li{
	float:left;
	width:100%;list-style:none;    margin-bottom: 10px;    padding-left: 16px;
}

.footer-menu ul li a{
	    color: #888;
		text-decoration:none;
		position:relative;
}

.footer-menu ul li a:before{
    position: absolute;
    left: -15px;
    top: 8px;
    width: 6px;
    height: 1px;
    background: #888;
    content: "";
}
.footer-menu ul li a:hover:before{background: #ca8445;
}


.footer-menu ul li a:hover{ color: #ca8445;
}


.foot h6 {
      float: left;
    width: 100%;
    text-transform: capitalize;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 19px;
    color: #ffffff;
    position: relative;
    margin-top: 0;
    margin-bottom: 28px;
}

.foot h6:before{
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 30px;
    height: 2px;
    background: #757575;
    content: "";
}

.abt p {
    float: left;
    width: 82%;
    padding: 0;
    margin: 0 0 10px;
       color: #888;
    line-height: 24px;
}
.address p{margin: 0 0 10px;padding: 0;
}