
html {
  scroll-behavior: smooth;
}

.bghyy {
    background: #035b2b;
    padding: 2px 0;
}


#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}



.ull {
    margin-bottom: 5px;
}
.ull li a{
color: #fff;
}
.ull li{

}
.gfgd {
background: #fff !important;
    padding: 0px;
    border-bottom: 4px solid #035b2b;

}
.eee {
    padding: 0 15px;
}
.eee a {
    color: #271973 !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.navbar-dark .navbar-brand {
    color: #0089ff;
}


.margin{
	margin-top: 50px;
}
.title{
    background: #035b2b;
    display: inline;
    color: #fff;
    padding: 0 8px;
    margin: 0px;
}
.subtitle{
    font-size: 18px;
    margin-top: 6px;
}
.para1 {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    color: #4e4e4e;
    font-weight: 400;
    font-family: unset;
}
.imlog{

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(217, 18, 122) !important;
}


.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
    color: #ffffff;
    font-size: 24px;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: #ff00c8;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgba(0, 137, 255, 0);
    border-radius: .25rem;
    padding: 35px 0;
}
small {
    color: #fff;
    font-size: 15px;
}
small.smallest.mute {
    color: #d71a80;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
 
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background: #281a72;
}
.btny {
    padding: 8px 25px;
    margin-top: 12px;
    border-radius: 0px;
}
.hyu{
	border-radius: 0px;
}
.uiuu{
list-style: none;
    padding: 0px;
}
.uiuu li {
    color: #fff;
    line-height: 35px;
    font-size: 17px;
}
.uiuu li a{
color: #fff;
    font-weight: 500;
}
.bgu{
    background: #015427;
    padding: 10px 20px;
}
.fgt{

}
footer {
background: #281a72;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 3px solid #e41a84;
}
h4.title2 {
    color: #fdfdff;
    border-bottom: 1px solid;
    padding: 6px 0;
    font-size: 19px;
}
p.para2 {
    color: #fff;
}
.bgmy{

}
.mylogo a{
	color: #fff;
}
p.mylogo.text-center {
    color: #fff;
}

.demo{padding:45px 0}
.product-grid2{font-family:'Open Sans',sans-serif;position:relative}
.product-grid2 .product-image2{overflow:hidden;position:relative}
.product-grid2 .product-image2 a{display:block}
.product-grid2 .product-image2 img{width:100%;height:auto}
.product-image2 .pic-1{opacity:1;transition:all .5s}
.product-grid2:hover .product-image2 .pic-1{opacity:0}
.product-image2 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;transition:all .5s}
.product-grid2:hover .product-image2 .pic-2{opacity:1}
.product-grid2 .social{padding:0;margin:0;position:absolute;bottom:50px;right:25px;z-index:1}
.product-grid2 .social li{margin:0 0 10px;display:block;transform:translateX(100px);transition:all .5s}
.product-grid2:hover .social li{transform:translateX(0)}
.product-grid2:hover .social li:nth-child(2){transition-delay:.15s}
.product-grid2:hover .social li:nth-child(3){transition-delay:.25s}
.product-grid2 .social li a{color:#505050;background-color:#fff;font-size:17px;line-height:45px;text-align:center;height:45px;width:45px;border-radius:50%;display:block;transition:all .3s ease 0s}
.product-grid2 .social li a:hover{color:#fff;background-color:#3498db;box-shadow:0 0 10px rgba(0,0,0,.5)}
.product-grid2 .social li a:after,.product-grid2 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:22px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid2 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid2 .social li a:hover:after,.product-grid2 .social li a:hover:before{opacity:1}
.product-grid2 .add-to-cart{color:#fff;background-color:#404040;font-size:15px;text-align:center;width:100%;padding:10px 0;display:block;position:absolute;left:0;bottom:-100%;transition:all .3s}
.product-grid2 .add-to-cart:hover{background-color:#3498db;text-decoration:none}
.product-grid2:hover .add-to-cart{bottom:0}
.product-grid2 .product-new-label{background-color:#3498db;color:#fff;font-size:17px;padding:5px 10px;position:absolute;right:0;top:0;transition:all .3s}
.product-grid2:hover .product-new-label{opacity:0}
.product-grid2 .product-content{
      padding: 20px 10px;
    text-align: center;
    background: #e41a84;
    color: #fff;
}
.product-grid2 .ptitle2{font-size:17px;margin:0 0 7px}
.product-grid2 .ptitle2 a{    color: #ffffff;
    font-weight: 700;
    text-align: center;}
.product-grid2 .ptitle2 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.product-grid2 .price {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
}
.ptitle2 a{

}
.ptitle2 a:hover{

}


.chakout{
    border: 1px solid #eee;
    padding: 11px 11px;
    background: #fff;
    border-radius: 8px;
}

.proimf{
  border-bottom: 1px solid #eee;
}

.btyu {
    margin-top: 11px;
    border-radius: 0px;
}
.ffd{
    border-right: 1px solid #b7b7b7 !important;
 }
.titleu{
    font-size: 24px;
    font-weight: 700;
    color: #160c50;
    margin-top: 0px;
    margin-bottom: 0px;
}
.btnt{
    border-radius: 0px;
    margin-top: 3px;
}
.pricee{
  font-size: 17px;
    margin-top: 8px;
    margin-bottom: 13px;
    color: #ff0085;
}
.dsa{
    font-size: 24px;
    font-weight: 600;

}
.cols{
    background: #ffffff75;
    padding: 18px 27px;
    box-shadow: 2px 2px 10px #ba9ee2;
}

.ddsf{
    background: #fff;
    text-align: center;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #735fd2;
}

.thankyu{
      text-transform: capitalize;
    padding: 38px 0;
}
.thankyu span{
  color: green;
}
.gth{
      font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.btnyuu {
    background: #d71173;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 1px;
}

.item {
    border: 1px solid #eeeeee87;
}
.fixedss {
    position: fixed;
    bottom: 23px;
    z-index: 9;
}
.fixedss img{
      width: 160px;
}
@media screen and (max-width:990px)
{
  .product-grid2{margin-bottom:30px}
}


@media screen and (max-width: 600px) {
.myresponsive{
      position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
#myCarousel h4 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.rounded-circle {
    border-radius: 50%!important;
    width: 107px !important;
    margin-left: 33% !important;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background: #d61677;
    margin-right: 31px;
}
}