@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&display=swap');

/**** RESET CSS
------ss---****/
* {
	magin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, table, th, td, tr, tbody, thead, thead, tfoot, dl, dt, dd, div, em, strong, b, i, sub, sup, ul, ol, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, blockquote, a, abbr, acronym, address, big, small, cite, code, del, dfn, font, ins, kbd, q, s, samp, strike, fieldset, form, label, legend, caption, main, section, header, footer, aside, hgroup {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cls {
	clear: both
}
::-webkit-input-placeholder {
/*color: #ccc;*/
}

:-moz-placeholder { /* Firefox 18- */
/*color: #ccc; */ 
}

::-moz-placeholder {  /* Firefox 19+ */
/* color: #ccc;  */
}

:-ms-input-placeholder {
/*   color: #ccc;  */
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', ;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	border: none
}
ul, ol, li {
	list-style: none;
}
/****s****RESET CLASS*****s****/
#page-warpper {
	width: auto;
}
/*--------size------------*/
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
a{color:#000; color:inherit;}
a:hover{text-decoration:none;}
/*------------------------*/
.carousel-inner img {
	width: 100%;
	height: 100%;
}
/*----------[̲̅S][̲̅u][̲̅n][̲̅i][̲̅l] [̲̅S][̲̅h][̲̅a][̲̅r][̲̅m][̲̅a]----------------*/
h6.text-uppercase.font-weight-bold {
    margin-bottom: 22px;
}
.color-hre{ color: #e80566; font-weight:bold; text-transform: uppercase;}
footer{/* background-image:url(../images/footer-bg.jpg); background-repeat:no-repeat; background-size:cover; */color:#fff; background:#151414;}



.services-hare{ background:#f6f5fb;}

.box{ }


.services-hare h4 {
    margin-bottom: 14px;
    text-transform: uppercase;
}

header a.nav-link {
    color: #131f58 !important;
    padding: 0px 24px !important;
}

.btn-cu:hover{ border:1px solid  #d55009; background-color:transparent;}
.btn-cu {
    background: #e80566;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    margin-top: 12px;
}

.contact-info{background: #1e1e1e;
    color: #fff;}
	
{color: #202647;}


.sec-heading {
    margin-bottom: 20px;
}

h2.title {
    color: #202647;
    font-weight: bold;
}

#cover-page{ position:relative; padding:150px 0px; background-repeat:no-repeat; background-size:cover; background-image:url(https://dummyimage.com/1350x400/000/fff); color:#fff;}


#cover-page::before {
    content: '';
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
}

.box-contact {
  
    padding: 20px 0px;
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
}

.box-contact i {
    font-size: 35px;
    color: #e80566;
}


.contact-us-sec .form-control{height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #f3f5fe;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f3f5fe;}
	
	
.contact-us-sec ul.social-links li{    width: 30px;
    height: 30px;
    border: 1px dotted #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;}
	
	.contact-us-sec ul.social-links li:hover{ background:#d55009; color:#fff; transition:1s;}
	
	
	ul.point li{ margin:20px 0px; position:relative; margin-left:30px;}
	ul.point li:before{ content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    color: #e80566;
    left: -28px;
    font-weight: bold;
    font-size: 20px;}


    a.navbar-brand {
    width: 182px;
}


header {
    border-top: 5px solid #65258a;
}


 .tabbing-section{ background: #f6f5fb; }
 .tabbing-section.tabbing-section   .wrap {
    display: flex;
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
    color: #fff;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.tabbing-section .wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.tabbing-section .ico-wrap {
    margin: auto;
}

.tabbing-section .mbr-iconfont {
    font-size: 4.5rem !important;
    color: #fff;
    margin: 1rem;
    padding-right: 1rem;
}
.tabbing-section .vcenter {
    margin: auto;
}

.tabbing-section .mbr-section-title3 {
    text-align: left;
}
.tabbing-section h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.tabbing-section .display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.tabbing-section .mbr-bold {
    font-weight: 700;
}

 .tabbing-section p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.tabbing-section .display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}



.dropdown-menu.show {
    padding: 0px;
    margin: 0px;
    background-color: #d04c0a;
}


a.dropdown-item {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 6px 8px;
    margin: 0px 0px;
}

a.nav-link {
    font-weight: bold;
    font-size: 15px;
}



.slider{ position: relative; }
.slider::before {
    content: '';
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
 z-index: 111;
}
.call-us-now {
    width: 160px;
    position: fixed;
    right: 10px;
    bottom: 0px;
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 1px 3px 5px 0;
    z-index: 2000000000!important;
    border: 5px solid #2b528e;
    text-align: center;
    font-size: 14px;
	margin:auto;
}
img.img-responsive.call-2 {
    margin: auto;
}



@media (max-width:767px){
    
    .ptb-100 {
    padding: 0px!important;
}


    
    .product-list.cart.py-5{padding-top:0px!important; padding-bottom:0px!important;}
    
    
    #pricing .box .btn-buy1 {
    padding: 10px 12px!important;}
    
    h1.title{font-size:25px!important;}
    
    h2.title{font-size:22px!important;}
    .tabbing-section.tabbing-section .wrap {flex-wrap: wrap!important;}
}
