

body {
	font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 800!important
}

.btn-xl,
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .nav-item .nav-link {
	
	font-weight: 700;
	letter-spacing: .1rem
}

.btn-xl {
	padding: 1rem 3rem;
	font-size: .9rem
}

.bg-black {
	background-color: #000!important
}

.rounded-pill {
	border-radius: 5rem
}

.navbar-custom {
	padding-top: 1rem;
	padding-bottom: 1rem;
	
}

.navbar-custom .navbar-brand {
	font-size: 1rem
}

.navbar-custom .navbar-nav .nav-item .nav-link {
	font-size: 1rem;
	color: #fff;
}

header.masthead {
	position: relative;
	overflow: hidden;

	padding-bottom: 7rem;
	background: url(../img/banner.jpg) 20% no-repeat;
	background-size: cover
}

header.masthead .masthead-content {
	z-index: 1;
	position: relative;
	padding-top: 30px;
}

header.masthead .masthead-content .masthead-heading {
	font-size: 2rem;
}

header.masthead .masthead-content .masthead-subheading {
	font-size: 2rem
}

header.masthead .bg-circle {
	z-index: 0;
	position: absolute;
	border-radius: 100%;
	background: linear-gradient(0deg, #ee0979 0, #ff6a00 100%);
	opacity: .5
}

header.masthead .bg-circle-1 {
	height: 90rem;
	width: 90rem;
	bottom: -55rem;
	left: -55rem
}

header.masthead .bg-circle-2 {
	height: 50rem;
	width: 50rem;
	top: -25rem;
	right: -25rem
}

header.masthead .bg-circle-3 {
	height: 20rem;
	width: 20rem;
	bottom: -10rem;
	right: 5%
}

header.masthead .bg-circle-4 {
	height: 30rem;
	width: 30rem;
	top: -5rem;
	right: 35%
}

@media (min-width:992px) {
	header.masthead {
		padding-top: 20px;
		padding-bottom: 10rem
	}
	header.masthead .masthead-content .masthead-heading {
		font-size: 4rem
	}
	header.masthead .masthead-content .masthead-subheading {
		font-size: 2rem
	}
}

.bg-primary {
	background-color: #1e71b1!important
}


.btn-primary {
	background-color: #85bbee;
	border-color: #85bbee;
	padding-left:30px;
	padding-right:30px;
	border-radius: 30px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #1e71b1!important;
	border-color: #1e71b1!important
}

.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(238, 9, 121, .5)
}

.btn-secondary {
	background-color: #1e71b1;
	border-color: #1e71b1
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #c50!important;
	border-color: #c50!important
}

.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 106, 0, .5)
}



.navbar-brand {
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
	display: block;
	text-transform: capitalize;


	
}

.masthead.register  .navbar-brand { font-size: 18px; color: #fff000; padding-top: 15px; }
.device-container {
	background:rgba(59, 17, 127, 0.6);
	border-radius: 10px;
	padding: 21px;
	border:1px solid #1e71b1 ;
}

.form-control {
	border: 1px solid #ced4da !important;
	
	color: #000 !important;
	background: #fff;
	    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.form-control:focus{ color: #000; }
.form-control::placeholder{ color:#000; }
.service-icon {
	background-color: #fff;
	color: #000;
	height: 7rem;
	width: 7rem;
	display: block;
	line-height: 6rem;
	font-size: 2.25rem;
}

.content-section {
	padding-top: 3rem;
	padding-bottom: 3rem
}
@media (min-width:992px) {
.content-section {
	padding-top: 5.5rem;
	padding-bottom: 7.5rem
}
}

@media (min-width:992px) {
	.intro .intro-img {
		width: 75%;
		float: right
	}
	.intro .intro-text {
		width: 60%;
		margin-top: 3rem;
		position: absolute
	}
	.intro .intro-text .intro-button {
		width: 100%;
		left: 0;
		position: absolute;
		bottom: -2rem
	}
}

@media (min-width:1200px) {
	.intro .intro-text {
		width: 45%
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: .5rem
}

.bg-faded {
	background-color: rgba(255, 255, 255, .85)
}

.adv {
	background: #eee
}

.p-5 {
	padding: 3rem!important
}

.img-circle {
	width: 100px!important;
	height: 100px;
	
	display: inline-block;
	margin-right: 20px
}



.project-bg {
	background: url(../img/project-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

.testo-box {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 30px rgba(251, 197, 197, 0.3);

	width: 500px;
	margin: 0 auto;
}



.testo-box p { color: #000; }

.payment-icon {
	background: #575757;
	padding: 10px 0
}

.payment-icon span {
	color: #fff
}

header.innerhead {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 7rem;
	background: 20% #f59986;
	background-size: cover;
	background: url(../img/inner-bannr.jpg) 20%  10% no-repeat;

}

header.innerhead .innerhead-content {
	z-index: 1;
	position: relative
}

header.innerhead .innerhead-content .innerhead-heading {
	font-size: 4rem
}

header.innerhead .innerhead-content .innerhead-subheading {
	font-size: 2rem
}

header.innerhead .bg-circle {
	z-index: 0;
	position: absolute;
	border-radius: 100%;
	background: linear-gradient(0deg, #ee0979 0, #ff6a00 100%);
	opacity: .5
}

header.innerhead .bg-circle-1 {
	height: 90rem;
	width: 90rem;
	bottom: -55rem;
	left: -55rem
}

header.innerhead .bg-circle-2 {
	height: 50rem;
	width: 50rem;
	top: -25rem;
	right: -25rem
}

header.innerhead .bg-circle-3 {
	height: 20rem;
	width: 20rem;
	bottom: -10rem;
	right: 5%
}

header.innerhead .bg-circle-4 {
	height: 30rem;
	width: 30rem;
	top: -5rem;
	right: 35%
}

@media (min-width:992px) {
	header.innerhead {
		padding-top: 0;
		padding-bottom: 4rem
	}
	header.innerhead .innerhead-content .innerhead-heading {
		font-size: 4rem
	}
	header.innerhead .innerhead-content .innerhead-subheading {
		font-size: 2rem
	}
}

.service li {
	background: url(../img/check.png) 0 8px no-repeat;
	list-style: none;
	padding-left: 37px;
	padding-bottom: 20px
}

.service ul {
	padding: 0;
	margin: 0
}



.mg-auto {
	margin: 20px 0
}

.pr-0 {
	padding-right: 0
}

.pl-0 {
	padding-left: 0
}

.register-am {
	background: #1e71b1;
	display: block;
	height: 420px;
	border-radius: 30px 0 0 30px;
	padding: 21px;
	opacity: .9
}

.register-dev .device-container {
	height: 420px;
	border-radius: 0 30px 30px 0
}

header.masthead.register .masthead-content .masthead-heading {
	font-size: 2rem;
	margin-top: 20px
}
@media (min-width:992px) {
header.masthead.register .masthead-content .masthead-heading {
	font-size: 3.5rem;
	margin-top: 20px
}
}

.register-reason {
	list-style: none;
	line-height: 77px;
	text-align: left;
	font-size: 18px;
	margin-top: 25px
}

.mr-15 img {
	margin-right: 15px
}

@media (max-width:992px) {
	.register-am,
	.register-dev .device-container {
		border-radius: 0
	}
	.pl-0 {
		padding-left: 15px!important
	}
	.pr-0 {
		padding-right: 15px!important
	}
}

@media (max-width:480px) {
	.register-am,
	.register-dev .device-container {
		height: auto!important
	}
}

footer { background:#000 !important; }
.blue-clr{color: #046eb8;}

.event img { width: 100%; height: 100%;}
.mb-25 {margin-bottom: 25px;}

.img-hov a {
	background: #1f318c ;
	width: 100%;
	display: block;
	color: #fff;
	padding-left: 5px;
}

.img-hov:hover img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.img-hov img {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	border: 1px solid #fff;
	width: 100%;
}

.call-to-action {
	position: relative;
	background: url(../img/bg-masthead.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

background-attachment: fixed;}


.bdr-sty{border: 1px solid #eee;     overflow: hidden;
padding: 20px;  -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.bdr-sty:hover {   

	cursor: default;
    border: 1px solid #000;
   }

   .about-bg h2 {
	font-size: 1.4rem;
	color: #272727;
	margin-bottom: 1rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

.about-bg h2 {
    font-size: 1.4rem;
    color: #272727;
    margin-bottom: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.about-bg ul li {
    font-size: .9rem;
    color: #3c3c3c;
    font-weight: 300;
    padding-left: 3rem;
    line-height: 2;
    position: relative;
    margin-bottom: .3rem;
}

.about-bg ul li .check-mark {
    position: absolute;
    display: block;
    width: 20px;
    height: 15px;
    background: url(../img/check-mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 7px;
    left: 3px;
}

@media (min-width: 768px) {
    .about-bg ul li {
        font-size: 1rem;
    }
    .about-bg ul li .check-mark {
        width: 25px;
        height: 19px;
        top: 10px;
        left: 1px;
    }
}

@media (min-width: 992px) {
    .about-bg ul li {
        font-size: 1.1rem;
    }

    .about-bg h2 {
        font-size: 1.8rem;
        text-align: left;
    }
    .about-bg {
        padding: 4rem 0;
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    .about-bg {
        padding: 6rem 0;
    }
}

.data-heading h3 {
	font-size: 62px;
}


.contact-section {background:url(../img/service-contact.jpg); }
.contact-dis{    background: rgba(0, 0, 0, .5);

    border-radius: 20px;
    padding: 30px;
}
.masthead-content textarea {
	height: 40px;
}
.sliderUL { text-align: left; }
.sliderUL li { padding-bottom: 10px; }
.navbar-toggler { color: #fff; }