

*{ padding:0px; margin:0px;   }

body{ 

font-family: 'Open Sans', sans-serif; font-family: 'Lato', sans-serif;

}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif; font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

nav.navbar.navbar-inverse {
    background: rgba(40, 35, 35, 0.8);
    border: none;
    margin: 0px;
    border-radius: 0px;
    position: fixed;
    z-index: 999;
    color: #fff;
    height: 83px;
    line-height: 83px;
    width: 100%;
    left: 0px;
    top: 0px;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.nav>li>a {
    padding: 0px 6px;
    line-height: unset;
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.2s;
    font-weight: bold;
}

.nav>li>a:hover{ color:#ff3e58!important;     transition: 0.2s;}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 40px;
    transform: translateY(-50%);
    font-size: 25px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent!important;
    filter: none!important;
    border: 1.5px solid #fff;
    opacity: 1;
    height: 40px;
}

.right.carousel-control {
    right: 45px;
    z-index: 9;
}

a.left.carousel-control {
    left: 45px;
    z-index: 9;
}

.carousel-control {
    background: none!important;
}


.navbar-brand>img {
    display: block;
    width: 115px;
}


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

a.navbar-brand {
    height: auto;
    min-width: auto;
    overflow: hidden;
    clear: both;
    display: block;
    padding: 10px;
}


.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    transition: 0.4s;
    border: 1px solid #fff;
    margin: 0px;
    padding: 0px;
    margin-right: 5px!important;
}


.carousel-indicators .active {
    
    background-color: #fff;
}


.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0px;
    margin: 0 auto;
    position: absolute;
    bottom: auto;
    top: 250px;
    text-shadow: none;
    padding: 0px;
    width: 86%;
}






@keyframes zoom {


0%{ transform: scale(1);  transition: 5s;}

100%{ transform: scale(1.2);  transition: 5s;}

}






@keyframes slideright {
0% {
transform:translateX(8000px);
opacity:0;
visibility:hidden;
}
100% {
transform:translateX(0px);
opacity:1;
visibility:visible;
}
}


@keyframes slidetop {



0% {
transform:translateY(-90px);
opacity:0;
visibility:hidden;
}

50% {
transform:translateY(-90px);
opacity:0;
visibility:hidden;
}

100% {
transform:translateY(0px);
opacity:1;
visibility:visible;
}
}


@keyframes slidedown {
0% {
transform:translateY(90px);
opacity:0;
visibility:hidden;
}

80% {
transform:translateY(90px);
opacity:0;
visibility:hidden;
}

100% {
transform:translateY(0px);
opacity:1;
visibility:visible;
}
}


.carousel-caption h3{  opacity: 0; visibility: hidden; }
.item.active .carousel-caption h3{animation: slideright 2s ease-in-out; opacity: 1;  visibility: visible;}


.carousel-caption p{  opacity: 0; visibility: hidden; }
.item.active .carousel-caption p{animation: slidetop 1.2s ease-in; opacity: 1;   visibility: visible; }

.carousel-caption a{  opacity: 0; visibility: hidden;  }
.item.active .carousel-caption a{animation: slidedown 2.5s ease-in; opacity: 1;   visibility: visible; }



.carousel .item.active img{ animation: zoom 9s ease-in; }

.carousel-caption h3 {
    font-size: 37px;
    margin-bottom: 57px;
    margin-top: 0px;
    font-weight: bold;
    max-width: 750px;
    margin: 30px auto;
    line-height: 70px;
}
a.book {
    line-height: 45px;
    display: inline-block;
    
    height: 50px;
    width: 221px;
    background-color: #2196F3;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.4s;
}

.carousel  .item:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    top: 0px;
    left: 0px;
    z-index: 9;
}


.padding{ padding:40px 0px;}




a:hover, a:focus{ text-decoration:none; color:#fff;}

.readmore {
    text-transform: capitalize;
    background-color: #2196F3;
    color: #fff;
    border-radius: 45px;
    padding: 13px 30px;
    display: inline-block;
    margin-top: 13px;
}

title-divider .line-1, .title-divider .line-2, .title-divider .line-3 {
    border-color: #dc143c;
}



.title-divider {
    position: relative;
    display: inline-block; text-align:center;
  
}


footer ul {
    padding: 0px;
    margin: 0px;
}

footer li {
    display: block;
    margin-bottom: 15px;
}

footer li a {
    text-transform: capitalize;
    display: block;
    color: #fff;
    padding: 4px;
}

footer {
    padding: 40px 0px;
    background-color: #202329;
    color: #fff;
    overflow: hidden;
    clear: both;
}

footer li a i {
    display: inline-block;
    margin-right: 5px;
}

.copyrights {
    text-align: center;
    padding: 15px;
    background-color: #282d33;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
}

.copyrights  p{ margin:0px;}












/* new css*/

.topsect img {
    width: 100%;
}
.navbar-header a {
    color: #fff!important;
    font-size: 25px;
    border: 2px solid #ff4266;
    padding: 15px;
    display: inline-block;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a::before {
    margin-right: 10px; display:inline-block;
    content: '[';   
    transform: translateX(25px);  color: #fff;     opacity: 0;  
    transition: transform .3s,opacity .2s;
}

.navbar-inverse .navbar-nav>li>a::after {
    margin-left: 10px;     color: #fff; display:inline-block;
    content: ']';

    transform: translateX(-25px);     opacity: 0;

    transition: transform .3s,opacity .2s;
}



.navbar-inverse .navbar-nav>li:hover a::before{    color: #ff3e58; opacity: 1;
 
    transform: translateX(0);}

.navbar-inverse .navbar-nav>li:hover a::after{opacity: 1; color: #ff3e58;
 
    transform: translateX(0);}


.navbar-header {
    padding: 15px 0px;
}


.topsect {
    position: relative;
    overflow: hidden;
}

.mycap {
    position: absolute;
    top: 211px;
    text-align: center;
    color: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 1.3s;
}

.paralaxbg.mycap.sm {
    top: 300px;  transition: 1.3s;
}

.topsect:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000087;
    content: "";
    top: 0px;
    left: 0px;
    box-shadow: none!important;
}

.topsect h1 {
   
    color: #fff; 
   
    font-size: 150px; font-weight:bolder;
}

.topsect h5 {
   
    color: #fff; margin-top:20px;
   
    font-size: 50px;
}



.arparallax {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.heading {
    text-align: center;
}


.heading h3 {
    font-size: 40px;
    margin-bottom: 20px; text-transform:capitalize;
}

.heading p {
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.padding.about figure {
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    margin-top: 30px;
}


.padding.about figure:hover{    box-shadow: 0px 0px 3px #ccc;}

.padding.about figure img{  transition: 0.3s;     }
.padding.about figure:hover img{  transition: 0.3s;      transform: translateY(-10px);}


.padding.about figure h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.padding.about_tranding h2 {
    font-weight: bold; margin-bottom:30px;
}


.padding.about_tranding p{ font-size:15px; text-align:justify; line-height:35px;}


.padding.about_tranding {
    background-color: #f8f9ff;
}

span.divid {
    display: block;
    margin: 0 auto;
    width: 100px;
    background-color: #434343;
    height: 5px;
    margin-bottom: 40px;
}

.padding.about_tranding h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #ff4266;
    margin-top: 25px;
}

.padding.about figure p {
    line-height: 30px;
}

.brands {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 50px 0px;
}

.brands img {
    display: inline-block;
    margin-right: 15px;
}

.whychoose span {
    display: block;
    margin-bottom: 10px;
    height: 4px;
    background-color: #ff4266;
    width: 100px;
    margin: 20px auto;
}
.whychoose{ background-image:url(../images/bg1.jpg); background-attachment:fixed; background-position:center; background-size:cover; color:#fff; text-align:center; padding:100px 0px;}



footer h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}



.padding.whychoose.futuer_project {
    background-image: url(../images/bg2.jpg);
    padding: 60px 0px;
}


.find {
    padding: 10px 20px;
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 15px;
}


.boxes figure{ text-align:left;}

 .boxes figure h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxes  figure p {
    line-height: 30px;
}

.padding.boxes {
    position: relative;
    padding: 40px 0px;
    overflow: hidden;
    clear: both;
}
.inner_part {
    padding: 30px;
    background-color: #fff;
}

.futuer_project h4 {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: normal;
    line-height: 39px;
}

.padding.past_work li {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
    max-height: 474px;
}

.padding.past_work li img {
    width: 100%;
    transition: 0.3s;
}



.padding.past_work li:hover img {
    transition: 0.3s;
transform: translate3d(20px,0,0);
}

.padding.past_work article {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 20px;
    padding-top: 240px;
    padding-left: 50px;
}

.padding.past_work article p {
    margin-top: 14px;
    text-transform: capitalize;
}

.padding.past_work article h2 {
    text-transform: capitalize;
    font-size: 21px;
}

.padding.past_work figure li {transition:0.3s;  }


.padding.past_work figure:after {
    display: block;
    position: absolute;
    width: 93%;
    height: 93%;
    border: 1px solid #fff; transition:0.3s; opacity:0;
    z-index: 9;
    content: "";
    transform: translate(-50%, -50%); 
    top: 50%;
    left: 50%;
}

.padding.past_work li:hover figure:after{transition:0.3s;  opacity:1; }


.padding.boxes img {
    width: 100%;
}
#gotop {
    color: #fff;
    position: fixed;
    font-size: 14px;
    background-color: #ff4266; z-index:9999;
    right: 10px;
    bottom: 10px; text-align:center;
    width: 40px;
    line-height: 40px;
}

footer p {
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
}


a.more {
    padding: 15px 26px;
    color: #fff;
    display: inline-block;
    background-color: #ff4266;
	
background: rgba(227,34,72,1);
background: -moz-linear-gradient(left, rgba(227,34,72,1) 0%, rgba(227,34,72,1) 12%, rgba(255,66,101,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(227,34,72,1)), color-stop(12%, rgba(227,34,72,1)), color-stop(100%, rgba(255,66,101,1)));
background: -webkit-linear-gradient(left, rgba(227,34,72,1) 0%, rgba(227,34,72,1) 12%, rgba(255,66,101,1) 100%);
background: -o-linear-gradient(left, rgba(227,34,72,1) 0%, rgba(227,34,72,1) 12%, rgba(255,66,101,1) 100%);
background: -ms-linear-gradient(left, rgba(227,34,72,1) 0%, rgba(227,34,72,1) 12%, rgba(255,66,101,1) 100%);
background: linear-gradient(to right, rgba(227,34,72,1) 0%, rgba(227,34,72,1) 12%, rgba(255,66,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32248', endColorstr='#ff4265', GradientType=1 );
	
    text-transform: capitalize;
    margin-top: 60px;
    border-radius: 4px;
    transition: 0.3s;
}


.wow{ visibility:hidden; }

body{ overflow-x:hidden;}

.padding.about.somenotes img {
    width: 89px;
}


.padding {
    overflow: hidden;
}








div#offer {
    padding-top: 84px;
}

a.more.wow.fadeInDown.explore {
    margin-top: 10px;
    padding: 15px 50px;
}


/* hover effect*/



.myeffect {
    position: relative;
    padding: 0px 40px;
    border: 2px solid #ff4266;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.3s;
}

.myeffect span {
    border: none;
    height: auto; display:inline-block;
    width: auto;
    background-color: transparent;     transition: 0.3s;
}


.myeffect i {
    position: absolute;
    top: 50%;
    transform: translate(-50%,164%);
    font-size: 20px;     transition: 0.3s; visibility:hidden; opacity:0;
}


span.hover_effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff4266;
    left: 50%;
    top: 50%;   transition: 0.3s;
    display: block;
    margin: 0 auto; visibility:hidden; opacity:0;
    right: 0;
    transform: translateX(-50%) translateY(-50%) rotate(46deg); 
}


.myeffect:hover span.hover_effect{  transition: 0.3s;  height: 200%;visibility:visible; opacity:1;}

.myeffect:hover i{    transform: translate(-50%,-50%);transition: 0.3s; visibility:visible; opacity:1;}

span.text {
    position: relative;
    top: 0px;
    transition: 0.3s;
}


.myeffect:hover span.text{ top: -100px;
    transition: 0.3s;}
	
	
	/* hover effect1 end*/
	
	
	
	
	
	/* hover effect*/



.myeffect2 {
    position: relative;
    padding: 14px 40px;
    border: 2px solid #ff4266;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.3s;
    background-color: #ff4266;
}

.myeffect2 span {
    border: none;
    height: auto; display:inline-block;
    width: auto;
    background-color: transparent;     transition: 0.3s;
}


.myeffect2 i {
    position: absolute;
    top: 50%;
    transform: translate(-1150%,-50%);
    font-size: 20px; color:#ff4266;    transition: 0.3s; visibility:hidden; opacity:0;
}


.myeffect2 span.hover_effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f9ff;
    left: 50%;
    top: 50%;   transition: 0.3s;
    display: block;
    margin: 0 auto; visibility:hidden; opacity:0;
    right: 0;
    transform: translateX(-50%) translateY(-50%) rotate(46deg); 
}


.myeffect2:hover span.hover_effect{  transition: 0.3s;  height: 400%;visibility:visible; opacity:1;}

.myeffect2:hover i {
    transform: translate(-50%,-50%);
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
    left: 50%;
    top: 50%;
}

span.text {
    position: relative;
    top: 0px;
    transition: 0.3s;
}


.myeffect2:hover span.text{ top: -100px;
    transition: 0.3s;}
	
	
	
	
	
	
	
	
.logo {
    color: #fff!important;
    font-size: 25px;
    border: 2px solid #ff4266;
    padding: 8px 8px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
	
	
	a.explore.wow.fadeInDown.myeffect2 {
    display: inline-block;
    margin-top: 20px;
}



.bredcrump{ background-attachment:fixed; text-align:center; color:#fff; text-transform:capitalize; background-image:url(../images/about.jpg); background-size:cover; background-position:center; padding:80px 0px; padding-top:150px; position:relative;}

.bredcrump p{ margin-top:20px;}

.bredcrump h2, .bredcrump p{ position:relative; z-index:11;}

.about.bredcrump {background-image:url(../images/about.jpg);}



.bredcrump:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(14,29,47,0.74);
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
}



.heading2 {
    text-align: center;
    text-transform: capitalize;
}

.heading2 h3 {
    font-size: 45px;
    line-height: 60px;
}

.heading2 span {
    display: inline-block;
    background-color: #ff4266;
    height: 3px;
    width: 99px;
    margin-bottom: 30px;
    margin-top: 14px;
}

.mybrands {
    background-color: #f9f9f9;
    margin-bottom: -6px;
}


.about_content {
   
 
    overflow: hidden;
    color: #000; clear:both;

 
}


.about_content img {
    width: 100%;
}


.about_content p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #000;
}




.content_sec p {
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    color: #000;
}


.contact_page {
    text-align: center;
    padding: 30px 0px;
    background-color: #202329; position:relative;
    color: #fff;
}
.contact_page a{ color:#fff;}

svg.uvc-x-large-triangle {
    background-color: #202329;
    width: 100%;
    position: relative;
    bottom: -6px;
    height: 100px!important;
}



.inner_box h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.padding.about_us{ position:relative;}

.padding.about_us:after{ content:"";}

.contact_page a {
    position: relative;
    top: -25px;
}



.box-scene {
    -webkit-perspective: 700;
    width: 200px;
    height: 60px; line-height:60px; text-align:center;
    margin: auto;

    z-index: 999;
}
.box-scene:hover .box {
    -webkit-transform: rotateY(-90deg);
}
.box {
    width: 200px;
    height: 60px;
    position: relative;    
    -webkit-transform-style: preserve-3d;    
    -webkit-transition: all 0.4s ease-out;
    -webkit-transform-origin: 90px 90px -90px;
   
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility:hidden; 
    
    -webkit-transform-origin: 0 0;
}
.front {
    -webkit-transform: rotateY(0deg);
    z-index: 2;
    background: #ff4266; color:#fff;
}
.side {
    background: #fff; color:#ff4266;
    -webkit-transform: rotateY(90deg);
    z-index: 1;
    left: 193px;  
}


/* my css*/





.side {
    background: #fff;
    color: #ff4266;
    -webkit-transform: rotateX(-90deg);
    left: 0;
    left: 0px;     transition: 0.3s;
    top: 58px;
}


.box-scene:hover .box {
    -webkit-transform: rotateX(90deg);     transition: 0.3s;    -webkit-transform-origin: 0px 0px 0px;
}




.img_boxxxx {
    position: relative;
}


h2.our {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}

.about_content2 {
    padding: 20px 0px;
    line-height: 29px; color:#000;
}

.about_content2 p{ text-align:center;}


@media screen and ( max-width:1169px){

.topsect h1 {
   
    font-size: 103px;
    
}


.mycap{ top:160px;}

.brands img {
    
    max-width: 123px;
}

}


@media screen and ( max-width:979px){
.topsect h1 {
    font-size: 75px;
}

.topsect h5 {

    margin-top: 10px;
    font-size: 35px;
}

.heading h3{ font-size:30px;}



.padding.about figure h2 {
    font-size: 14px;
   
}


.padding.about figure p {
    line-height: 26px;
    font-size: 13px;
}

.padding.about_tranding h2 {
   
    font-size: 25px;
}


a.navbar-brand {
    position: absolute;
}


.navbar-nav {
    float: none;
    margin: 0;
}

nav.navbar.navbar-inverse {
   
    height: auto;
    line-height: normal;
  

}

a.navbar-brand {
    position: absolute;
    top: 9px;
}

.navbar-inverse .navbar-nav>li>a {
   
    padding: 12px 0px;
}


.mycap {
    top: 119px;
}

.paralaxbg.mycap.sm {
    top: 183px;
    transition: 1.3s;
}

.navbar-header {
    padding: 3px 0px;
}


.topsect h1 {
    font-size: 67px;
}

}



@media screen and ( max-width:767px){


.mycap {
    top: 75px;
}

.brands img {
    max-width: 93px;
}
.inner_part {
    padding: 0px;
    background-color: #fff;
}

}


@media screen and ( max-width:639px){
.topsect img {
    width: 100%;
    height: 100%;
    height: 376px;
}

.mycap {
    top: 132px;
}

.topsect h1 {
    font-size: 50px;
}

.topsect h5 {
    margin-top: 10px;
    font-size: 23px;
}

brands img {
    max-width: 100%;
}

}


@media screen and ( max-width:359px){

.topsect h1 {
    font-size: 39px;
}

.topsect h5 {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: normal;
}

}
