 
h3 {
	font-size: 22px
}
@media(max-width:767px) and (min-width:575px){
	#respon{
		display: none!important;
	}
}
@media(min-width:1025px) {
	.mt-md-9 {
		margin-top: 9rem!important
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.mt-md-9 {
		margin-top: 3rem!important
	}
}

.navbar {
	padding: 0
}
@media(min-width:1300px){
	.navbar-nav li {
		padding-right: 45px;
	}
}
@media(min-width:1025px) and (max-width:1400px){
	.navbar-nav li {
		padding-right: 5px;
	}
}

@media(max-width:1024px) and (min-width:992px) {
	.navbar-nav li {
		font-size: 12px;
		padding-right: 12px;
	}
}

@media(max-width:991px) and (min-width:768px) {
	.navbar-nav li {
		font-size: 9px;
		padding-right: 0
	}
	.nav-brand img {
		width: 70%
	}
}

@media(max-width:768px) {
	.navbar-nav li {
		padding-right: 8px
	}
}

@media(min-width:767px) {
	.fixed-top {
		position: initial!important
	}
}

@media(max-width:767px) {
	.navbar {
		direction: ltr
	}
	.navbar-nav {
		float: right;
		text-align: right
	}
	.fixed-top {
		background-color: #2743fa;
		padding: 7px;
		border-bottom: 1px solid #ffffff47
	}
}

.headRight {
 margin-top: -80px;
	z-index: -1;
	width: 120% 
}
.headRightSec {
	width: 64%;
	margin-right: 18%;
	margin-top: 12%;
}

.headRightSec {
    left: 40px;
    bottom: -62px;
}

.headRightSec img {
	width: 100%
}

@media(max-width:1024px) and (min-width:992px) {
	.headRightSec {
		left: 32px;
		bottom: -32px;
	}
	.headRightSec img {
		width: 100%
	}
}

@media(max-width:991px) and (min-width:768px) {
	.headRightSec {
		left: 22px;
		bottom: -27px;
	}
	.headRightSec img {
		width: 93%;
	}
} 

.headLeft {
	background-image: url("img/img-welcome/Sidebar_bg.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 85%
}

.headLeftSec {
	position: absolute;
    bottom: 278px;
    right: 246px;
}

@media(max-width:1024px) and (min-width:992px) {
	.headLeftSec {
		bottom: 41px;
		right: 57px
	}
}

@media(max-width:991px) and (min-width:768px) {
	.headLeftSec {
		bottom: 15px;
		right: 56px
	}
}
@media(max-width:1550px) and (min-width:1150px){
	.headLeftSec {
		bottom: 190px;
		right: 150px;
	}
}
.headLeftSec h2 {
	color: #091a78
}

.headLeftSec p {
	color: #3e6591;
	line-height: 30px
}

@media(max-width:991px) and (min-width:768px) {
	.headLeftSec h2 {
		font-size: 20px
	}
	.headLeftSec p {
		font-size: 13px
	}
}

@media(max-width:767px) {
	.headLeft {
		padding: 6em 15px 2em;
		background-image: url(img/img-welcome/Sidebar_bg.png), url(img/img-welcome/Cloud_header.png);
		background-repeat: no-repeat;
		background-position: 209% 23%, 11% 90%;
		background-size: 85%, 34%;
		background-color: -webkit-linear-gradient(top, rgba(39, 67, 250, 1) 0, rgba(1, 105, 251, 1) 100%);
		background-color: #2743fa;
		background-color: -moz-linear-gradient(top, rgba(39, 67, 250, 1) 0, rgba(1, 105, 251, 1) 100%);
		background-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39, 67, 250, 1)), color-stop(100%, rgba(1, 105, 251, 1)));
		background-color: -webkit-linear-gradient(top, rgba(39, 67, 250, 1) 0, rgba(1, 105, 251, 1) 100%);
		background-color: -o-linear-gradient(top, rgba(39, 67, 250, 1) 0, rgba(1, 105, 251, 1) 100%);
		background-color: -ms-linear-gradient(top, rgba(39, 67, 250, 1) 0, rgba(1, 105, 251, 1) 100%);
		background-color: linear-gradient(to bottom, rgba(39, 67, 250, 1) 0, rgba(1, 105, 251, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2743fa', endColorstr='#0169fb', GradientType=0);
		color: #fff
	}
	.headLeftSec {
		width: 66%;
		position: static
	}
	.headLeftSec h2 {
		color: #fff;
		font-size: 17px
	}
	.headLeftSec p {
		color: #fff;
		line-height: 30px;
		font-size: 13px
	}
}

.BtTop button {
	border-radius: 19px;
	padding: 4px 18px;
	font-weight: 800;
	box-shadow: 0 0 6px #112db5
}

.BtTop button:hover {
	margin-right: 20px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s
}

@media(max-width:991px) and (min-width:768px) {
	.BtTop button {
		padding: 5px 10px;
		font-size: 10px
	}
}

.welcome-thumbnail .controls .toolbar {
	display: none
}

.DecoCard .card {
	text-align: center;
	border-radius: 13px;
	box-shadow: 0 7px 19px rgba(0, 0, 0, .2)
}

 .card-title {
	margin-bottom: .75rem;
	font-size: 15px;
	font-weight: bold;
}
.hovero .card-title {
	border-bottom: 1px solid #808080b8;
}
.Csec1 {
	margin-top: 75px
}

.Csec1 h1 {
	font-size: 22px
}

.Csec1 p {
	line-height: 35px
}

@media(max-width:767px) {
	.Csec1 {
		margin-top: 0;
		padding: 15px 26px;
	}
	.textfirst{
		height: 201px;
		overflow: hidden;
	}
	.main{
		height: fit-content;
	}
}
.seemore{
	text-align: center;
	color: #0419a3a3;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.seemore:hover b {
    margin-right: 8px;
    margin-left: 8px;
}
.section-heading {
	margin: 7em 0 1em;
	display: flex;
	flex-direction: row;
	justify-content: center
}

.section-heading h3 {
	font-size: 22px
}

.imgHold {
	margin-top: -11px
}

.threeSec {
	margin-top: 20px
}

.threeSec:hover,
.threeSec:focus,
.threeSec:active {
	border-top: 9px solid #1c66de
}

.uploadNow .form-control {
	border-radius: 1.25rem;
	height: 40px
}

.uploadNow button {
	border-radius: 20px;
	box-shadow: 0 0 5px green
}

@media(max-width:767px) {
	.uploadNow {
		padding: 2rem!important
	}
	.uploadNow button {
		margin-top: 15px
	}
}

.backCol {
	background-color: #f0f8ff;
	margin-top: -88px
}

.CallUs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: right;
	background-color: #1f3a55;
	color: #fff
}

.media {
	flex-wrap: nowrap;
	align-items: center
}

.media-body h5 {
	color: #fff
}

@media(min-width:769px) {
	.hovero .card:hover,
	.hovero .card:focus,
	.hovero .card:active {
		-webkit-box-shadow: rgba(45, 45, 45, .05) 0 2px 2px, rgba(49, 49, 49, .05) 0 4px 4px, rgba(42, 42, 42, .05) 0 8px 8px, rgba(32, 32, 32, .05) 0 16px 16px, rgba(49, 49, 49, .05) 0 32px 32px, rgba(35, 35, 35, .05) 0 64px 64px;
		box-shadow: 0 2px 2px rgba(45, 45, 45, .05), 0 4px 4px rgba(49, 49, 49, .05), 0 8px 8px rgba(42, 42, 42, .05), 0 16px 16px rgba(32, 32, 32, .05), 0 32px 32px rgba(49, 49, 49, .05), 0 64px 64px rgba(35, 35, 35, .05);
		-webkit-transform: translate3D(0, -4px, 0)!important;
		transform: translate3D(0, -4px, 0)!important;
		transition: all .2s;
		-webkit-transition: all .2s;
		-moz-transition: all .2s
	}
}

.hovero .card {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	text-align: right
}
.card-img-top{
	padding: 10px 10px 0px 10px;
}
.Btnfoot {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center
}

.Btnfoot button {
	border-radius: 20px;
	padding: 8px 87px;
	margin-top: 55px;
	box-shadow: 0 3px 4px #1c66de;
	margin-bottom: 50px
}

.footer {
	width: 100%;
	background: #1f3a55;
	height: 100%;
	margin-top: 15px
}

.full-footer {
	height: auto;
	background-color: #1f3a55;
	color: #fff
}

.rowItem {
	flex-direction: column;
	align-items: center
}

.info-footer a {
	color: #FFF!important;
	padding: 7px
}

@media(max-width:917px)and (min-width:768px) {
	.info-footer a {
		padding: 0
	}
}

.info-footer .d-text {
	text-align: right;
	margin-top: 8px;
	font-size: 12px;
	line-height: 21px;
	word-spacing: 2px
}

.app-footer .mainapp {
	border-left: .5px solid #cccaca;
	text-align: center;
	border-right: .5px solid #cccaca
}

.app-footer ul {
	list-style: none;
	padding: 0;
	direction: rtl
}

.app-footer ul li {
	display: inline-block
}

ul li {
	list-style: none;
	margin-top: 10px
}

.social-footer {
	text-align: center
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 35px;
	left: 0;
	width: 100%;
	z-index: 10
}

.navbar-custom {
	background-color: #f50
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
	color: rgba(255, 255, 255, .8)
}

.navbar-custom .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #fff
}
@media (max-width: 1280px) and  (max-height: 800px){

    .headRightSec img{

        width: 100%;
    }
    .headRightSec {
        left: 2px;
        bottom: -43px;
    }

     .headLeftSec {
		bottom: 22px;
		right: 84px;
    }


}
.SetMore::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}