/*==========================================================
    Project Name: Awesome carousel style one
    Created By: Noor alam
    Author uri: https://themeforest.net/user/noor-alam
    Author Description: I am available for freelancing job
    Website: http://awesomebootstrap.net
    Version: 1.0
============================================================*/
/*Default css*/


.platforms{width:100%; height;auto; float:left; position:relative;}
.carousel-indicators{margin-top:0px !important; height: auto !important;}
::-moz-selection {
    background: #F0AD4E;
    text-shadow: none;
	color:#fff;
}
::selection {
    background: #F0AD4E;
    text-shadow: none;
	color:#fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img {
	max-width:100%;
    height:auto;
}
.img-centered {
  margin: 0 auto;
}
.fix {
	overflow:hidden;
}

hr.line {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto;
	width: 100px;
}
.center-me{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.clear{
	clear:both
}

i
textarea::-ms-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:focus,
textarea:focus {
	outline: 0px;
}
/*==========
 Link style
============== */
a {
    color:#337ab7;
	font-family: Brandon Grotesque;
    font-weight: 100;
	line-height: 1;
}
a,a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}

/*============
 Transition
=============== */
a,
i,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
/*============ 
[ 2. Typography ]
==========================*/


/*End default css*/
/*Carousel fade effect style*/
.carousel-fade .carousel-inner .item {
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }
.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
        }
.carousel-fade .carousel-control {
        z-index: 2;
    }




/*--------------------------------
[ Awesome carousel mobile style  ]
-----------------------------------*/

img.bg-img {
    background: url(images/bg-pattern.png);
    background-color: #000;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    background-repeat: repeat;
}

.overlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.item {
    position: relative;
}
.posi-abs{ 
    position:absolute;
    z-index: -1;
}
.item .carousel-caption {
  text-align: center;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding:70px 0 0;
}
/*Men fashion slider style start*/

.carousel-inner .item .carousel-caption{ 
    display:none;
}
.carousel-inner .item.active .carousel-caption{ 
    display:block
}
/*slider one style*/
.left-text {
  margin-left: 20%;
  text-align: left;
}
.right-text {
  margin-right: 20%;
  text-align: right;
}
h1.mnf {
  color: #ec971f;
}
.cap-text {
  margin-top: 5%;
}
.man-und {
    bottom: 0;
    right: 2%;
}
.man-und img {
    width: 80%;
}
.man-text {
    left: 12%;
    position: absolute;
    top: 15%;
}

.carousel-inner .item.active .carousel-caption .man-und {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .mnf {
    -webkit-animation: bounceInLeft 1500ms ease-in-out;
    animation: bounceInLeft 1500ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .mnf-r {
    -webkit-animation: bounceInRight 1500ms ease-in-out;
    animation: bounceInRight 1500ms ease-in-out;
}

.carousel-inner .item.active .carousel-caption .mnf1 {
    -webkit-animation: bounceInDown 2000ms ease-in-out;
    animation: bounceInDown 2000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .mf2 {
  animation: 3000ms ease-in-out 0s normal none 1 running bounceInUp;
  text-transform: uppercase;
}


/*slide style two*/
.man-dress img {
    width: 60%;
}
.man-dress2 {
    left: 0;
    top: 0;
}
.man-dress2.posi-abs > img {
    width: 80%;
}
.man-text2 {
    position: absolute;
    top: 36%;
    width: 100%;
}

.carousel-inner .item.active .carousel-caption .man-dress2 {
    -webkit-animation: zoomInLeft 1000ms ease-in-out;
    animation: zoomInLeft 1000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .man-text2 {
    -webkit-animation: zoomIn 2000ms ease-in-out;
    animation: zoomIn 2000ms ease-in-out;
}
/*slider style three*/
.manitem1 {
    right: 0;
    top: 2%;
}
.manitem1 img {
    width: 60%;
}
.manitem2 {
    left: 25%;
    top: 12%;
}
.manitem2 img {
    width: 55%;
}
.manitem4 {
    bottom: -2%;
    left: 12%;
}
.manitem5 {
    bottom: 0;
    left: 45%;
}
.manitem6 {
    left: 2%;
    top: 0;
}
.manitem3 {
    bottom: 0;
    right: 8%;
}
.manitem3 img {
    width: 66%;
}
.manitem6 img {
    width: 70%;
}
.carousel-inner .item.active .carousel-caption .manitem1{
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .manitem2{
    -webkit-animation: bounceInDown 1500ms ease-in-out;
    animation: bounceInDown 1500ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .manitem3{
    -webkit-animation: bounceInDown 2000ms ease-in-out;
    animation: bounceInDown 2000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .manitem4{
    -webkit-animation: bounceInDown 2500ms ease-in-out;
    animation: bounceInDown 2500ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .manitem5{
    -webkit-animation: bounceInDown 3000ms ease-in-out;
    animation: bounceInDown 3000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .manitem6{
    -webkit-animation: bounceInDown 3500ms ease-in-out;
    animation: bounceInDown 3500ms ease-in-out;
}


/*Slider responsive code*/


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.man-und {
  bottom: 0;
  right: -9%;
}
.man-und img {
  width: 65%;
}
.man-dress2.posi-abs > img {
  width: 60%;
}
.man-dress2 {
  bottom: -14%;
  left: -12%;
}

   
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.man-text {
  left: 0;
  position: absolute;
  top: 20%;
}
.manitem6 img {
  width: 42%;
}
.manitem6 {
  left: -14%;
  top: 24%;
}
.manitem2 {
  left: 41%;
  top: 25%;
}
.manitem4 {
  bottom: -2%;
  left: -26%;
}
.manitem4 img {
  width: 50%;
}
.manitem5 {
  bottom: 0;
  left: 61%;
}
.manitem5 img {
  width: 50%;
}
.manitem3 {
  bottom: 22%;
  right: 8%;
}
.manitem3 img {
  width: 40%;
}
 
    
}
