
#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:#3550C5; 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:slideInRight; animation-name:slideInRight;} 
#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: 1140px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(./../images/backbg1.jpg) center center no-repeat; background-size:cover; }



.home-back {
    background: url(./../images/Login-page.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 0 30px 0; /*margin-top:-119px;*/
}
.homebackCSC{
    height:460px;
}
.home-back h4{font-size:50px; margin-bottom:15px; color:#FFF; line-height:100%; letter-spacing:0.5px; font-weight:600;}
.home-back p{font-size:18px; margin-bottom:15px; color:#d5d5d5;}
.home-back h4{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
.home-back p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
.home-back a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
.home-back h4, .home-back p, .home-back a{-webkit-animation-duration: 1s; animation-duration: 1.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.home-back a{background:#3550C5; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
.home-back a:hover{background:#394fa2; text-decoration:none;  }



.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #3550C5; }
p{ font-size:13px; line-height:25px;}
img{width:100%;}

.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;
}

.mainArea {
    /*position: absolute;
    top: 10%;
    right: 10%;
	max-width: 350px;*/
	margin: auto;
    width: 100%;
    
    background-color: rgb(246 246 247 / 92%) !important;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.carousel-inner img {
   width: 100%;
   min-height: 500px
}

.carousel-control{
	width: auto;
}

#form-u .form-check {margin-left:5px; padding:0px;}
#form-u .form-check label {margin-left:5px;}
.carousel-control-prev .fa-chevron-left,
.carousel-control-next .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
  color: #fff
}

.carousel-control-prev .fa-chevron-left {
  left: 30px;
}
.carousel-control-next .fa-chevron-right {
  right: 30px;
}

.carousel-indicators li{
	width: 12px;
  	height: 12px;
  	margin: 0 1px;
  	border: 2px solid #fff;
  	opacity: .8;
  	border-radius:50%;
    background-color:#d5d5d5;
}

.carousel-indicators .active {
    background-color: #333;
    border-color: #333;
}

@media screen and (max-width: 480px){
  .carousel-indicators{
    display:none;
  }
  .mainArea{
    position: relative;
    margin: 0px !important;
    top: 0
  }
  #myCarousel .carousel-item{height:100%; min-height:361px; }
  .carousel-control-next,
  .carousel-control-prev{
    height: 231px !important
  }

  .mainArea{
    left: 0;
    right: 0; padding:15px !important;
  }
  .carousel-inner img{
    min-height:100%;
  }
  
  #form-u .form-check{ padding:0px !important;}
  #form-u .form-check label {display:block ruby !important; white-space: nowrap !important; margin-left:5px;}
}
.navigation1 p{ text-align:center;}
.bg3{ background:#f2f2f2;}


@media screen and (max-width: 600px) and (min-width: 320px) {

.m-box-resize{ display:table;}
.m-box-resize ul{display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap;
  flex-wrap: wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; width:100%;}
.m-box-resize li{flex:1 1 33%; margin:5px;}
.pt2{padding:20px 0;}
.newheading{ width:100%; text-align:center;}
p{ text-align:center;}
.mt-c2{ margin-top:25px;}
.home-back{ text-align:center; padding:30px 0;}
.home-back h4{ font-size:30px;}
.home-back p{font-size:14px;}
.modal-dialog-centered{ width:100%;}
}
.features-area {
    background-color: #f4f6f7;
    padding: 50px 0px;
}

.pricing-style {
    border: solid 1px #D9D9D9;
    border-radius: 12px;
    background:#fff;
}

    .pricing-style .pricing-icon img {
        width: 130px;
    }

    .pricing-style .pricing-header .sub-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
        position: relative;
        margin: 10px 0px;
    }

.overflow-auto2 {
    min-height: 230px;
    max-height: 230px;
    padding: 0px 10px;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
}

.pricing-list p {
    color: #000;
}