.mt-30{
	margin-top:30px;
}
.mt-100{
	margin-top:100px;
}
.samsung:hover {
    background-color: #2e47d5 !important;
    color: #fff !important;
}
.vivo:hover {
    background-color: #21f4ff !important;
    color: #fff !important;
}
.oppo:hover {
    background-color: #43d73b !important;
    color: #fff !important;
}
.apple:hover {
    background-color: #976db7 !important;
    color: #fff !important;
}
.huawei:hover {
    background-color: #ee7993 !important;
    color: #fff !important;
}
.redmi:hover {
    background-color: #da7c00 !important;
    color: #fff !important;
}
.techno:hover {
    background-color: #49b8c1 !important;
    color: #fff !important;
}
.infinix:hover {
    background-color: #02ccb4 !important;
    color: #fff !important;
}.oneplus:hover {
    background-color: #e72700 !important;
    color: #fff !important;
}
.sec-padd{
    padding-top:100px;
    padding-bottom:100px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}
.pt-0{
    padding-top:0px;
}
.pb-50{
    padding-bottom:50px;
}
.pt-35{
    padding-bottom: 35px !important;
}
@media only screen and (max-width: 479px) {
    h2 {
        font-size: 26px !important;
    }
    h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}
@media only screen and (min-width:480px) and (max-width: 767px)
{
    h2 {
        font-size: 26px !important;
    }
    h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width:992px) {
    h2 {
        font-size: 30px !important;
    }
    h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}
@media only screen and (max-width: 992px) {
    .sec-padd {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .ce-title-line {
        width: 35%;
    }
    .ce-feature-box-3{
        margin-top:20px;
    }
    p{ 
        font-size: 15px !important;
    }
    .about .content{
        padding-left:15px !important;
        text-align: center;
    }
    .mb-text-center{
        text-align: center;
    }
    .ce-title-line.align-left{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 20px 0px !important;
    }
    .header-inner .text {
        top:50% !important;
    }
    .mmt-50{
        margin-top:50px !important;
    }
    .mpt-0{
        padding-top:0px !important;
    }
    .mpb-50{
        padding-bottom:50px !important;
    }
}
@media only screen and (max-width: 767px) {
    .add-btn {
        width: 50%;
        transform: translateX(50%);
    }
    .mpb-25{
        padding-bottom: 25px !important;
    }
    .header-inner .text .title{
        margin-bottom:unset !important;
    }

}
@media only screen and (min-width: 992px) {
    h5{
        line-height: 28px !important;
    }
}
.scrollup{
    border-radius:50px !important;
}
.scrollup i.fa.fa-angle-up {
    font-size: 14px;
}
p{
    margin: 15px 0 15px !important;
    font-size: 15px;
}
.home-gallery .gallery{
    padding:2rem !important
}
.owl-carousel .owl-item{
    padding:unset !important;
}
.position-relative{
    position:relative !important;
}
.header-inner .text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: unset;
    padding: unset;
    margin: unset;
}
.header-inner .sub-title{
    margin: unset;
}
span.info {
    color: red;
    font-size: 14px !important;
}
.map{
    height:390px !important;
}
.pb-20{
    padding-bottom:20px !important;
}







.carousel-inner .item {
	height: 100vh;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.carousel-inner .item:after {
	content: "";
	/* background-color: rgba(0, 0, 0, 0.5); */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.carousel-control {
	width: 10%;
}

.carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
	right: 50%;
	margin-right: -10px;
}

@media screen and (min-width: 768px) {
	.carousel-control .fa {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-control .fa-chevron-left {
		margin-left: -15px;
	}

	.carousel-indicators {
		bottom: 10px !important;
	}

}


/**
	 * Slider caption
	 */

/*.right.carousel-control,*/
/*.left.carousel-control {*/
/*	display: none;*/
/*}*/

.carousel-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	bottom: 30%;
	right: unset !important;
	padding: unset !important;

}

.carousel-caption h2 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 800;
}

.carousel-caption h4 {
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}

.carousel-caption p {
	font-weight: 300;
	font-size: 20px;
	margin-top: 30px;
}

.carousel-caption .btn-round {
	background: #FD6E1E !important;
	font-size: 16px !important;
	padding: 10px 20px !important;
	color: #fff !important;
	width: 30%;
	margin: auto;
	margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
	.carousel-caption {
		/* padding-left: 40px !important;
		padding-right: 40px !important; */
		width: 100% !important;
	}

	.carousel-inner .item {
		/*height: 100vh !important;*/
	}

	.carousel-caption .btn-round {
		width: 45% !important;
	}

	.carousel-caption h4 {
		font-size: 24px !important;
		line-height: 20px !important;
	}
}


.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.blogs img {
	width: 100%;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #B5B5B5;
    border:unset !important;
}

.carousel-indicators .active {
	width: 10px;
    height: 10px;
    margin: 0;
    background-color: #FF0000;
	border: unset;
}
.slider-content h1{
    font-weight:800 !important;
    margin-bottom:10px !important;
    font-size: 51px !important;
    /* font-family: 'Times New Roman', Times, serif !important; */
    line-height: 50px;
    text-transform: capitalize;
}

.slider-content p{
    font-size: 20px !important;
    font-family: 'os-sbi' !important;
    margin-top: 0px !important;
    color:#fff !important;
    text-align: left;
    margin-bottom: 20px !important;
}
@media only screen and (min-width: 1201px) {
    .slider-content{
        left:50% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .slider-content{
        /*left:35% !important;*/
    }
    .slider-content h1{
        font-size:40px !important;
    }
}
@media only screen and (min-width: 768px) {
    .slider-content {
        text-shadow: unset !important;
        text-align: left;
    }
    .single-image-slider .owl-carousel .owl-controls .owl-prev {

      left: 5% !important;
      background-color: #fff0 !important;
      border: 1px solid #e4e4e4;
    }
    
    .single-image-slider .owl-carousel .owl-controls .owl-next {
      right: 5% !important;
      background-color: #fff0 !important;
      border: 1px solid #e4e4e4;
    }
}
@media only screen and (max-width: 767px) {
    .slider-content h1 {
        font-size:34px !important;
        line-height: 35px;
    }
    .slider-content p{
        text-align: center !important;
        font-size:18px !important;
    }
    .carousel-caption{
        text-shadow:unset !important;
    }
    .header-search-box {
        padding: 25px 0px 25px 15px;
    }
    .header-search-box .form-control {
       
        padding: 5px 15px 5px 15px;
        height: 35px;
        font-size: 13px !important;
    }
    .header-search-box .btn-src{
        line-height: 39px;
        right: 3px;
        width: 40px;
    }
    .header-section.style1.pin-style.pin-start.off{
        position:fixed;
    }
}
@media only screen and (max-width: 992px) {
    .collapse.in {
        height: 100vh;
    }
    .header-section #menu > ul{
        background:unset !important;
    }
    .header-section #menu > ul li{
        border-bottom:unset !important;
    }
    .header-section #menu > ul li a{
        color:#fff !important;
        font-size: 20px;
        /* padding: unset; */
        text-align: center;
    }
    
    .header-section.style1.pin-style.woff {
        padding-top: 0px !important;
        position:relative;
    }
    ul.nav.navbar-nav.menu{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header-section{
        padding-top:0px !important;
    }
    .header-section .logo.mar-4 {
        margin-top: 18px !important;
    }
    .header-section .logo{
        padding-left:0px !important;
    }
    .menu-height .logo-div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

}

.carousel-control.right, .carousel-control.left{
    background-image:unset !important;
}
.carousel-control.left {
    display: none;
}
.carousel-control.right {
    display: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    min-height:unset !important;
}



/* Mobile Menu */



.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    /* background-color: rgba(0, 0, 0, 0.9); */
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    /* padding: 8px !important; */
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



@media only screen and (max-width: 767px) {
    .desk-btn {
        display: none !important;
    }

    .foot a {
        display: unset !important;
    }

    .mobile-menu img.close-bar {
        float: right !important;
        width: 20px !important;
        position: absolute !important;
        right: 40px !important;
        top: 42px !important;
    }
    .menu-item-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .foot {
        padding-right: 0px;
        /* padding-left: 30px; */
        position: absolute;
        bottom: 2%;
        text-align: center;
        font-size: 12px;
        width: 100%;
    }

}

@media only screen and (min-width: 767px) {
    .mob-btn {
        display: none;
    }
}


@media only screen and (max-width: 360px) {

    .close-bar {
        width: 13px !important;
    }

    .menu-bar {
        width: 18px !important;
    }
    .header-search-box {
        padding: 25px 0px 25px 10px !important;
    }
    

}

@media only screen and (min-width: 361px) and (max-width:767px) {
    .header-section #menu>ul li a {
        padding: 12px 25px !important;
    }

    .header-section #menu>ul li .arrow {
        top: 3px;
    }

    .header-section.dark-dropdowns.style4.pin-style ul.nav.navbar-nav.top-nav li a {
        padding: 15px !important;
    }


}
.fixed-position {
    position: fixed !important;
}
#img-carousel .carousel-inner>.item{
    transition: transform .1s ease-in-out !important;
}

  .slider-content .container {
        animation: text-up 12s linear infinite;
        transform: translateY(100px);
        animation-delay: 0s;
  }
  @keyframes text-up {
    10% {
      transform: translateY(0px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }
  
  
@media only screen and (max-width: 1000px) {
    .menu-height {
        height: 100% !important;
    }
    .mobile-menu {
        height: 0%;
    }
}