.main_sec {
        padding: 5px 70px;
    }
.main-div {
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 9999;
        padding: 5px;
        text-align: center;
        width: 100%;
        box-shadow: 0px 2px 16px #8f8f8f !important;
    }

    .main-div .form-group {
        height: 70px;
        text-align: left !important;
    }

    .main-div label {
        text-align: left !important;
        font-weight: 400;
    }

    .main-div .btn {
        background: #ff5e00;
        color: #fff;
        padding: 8px 17px;
        position: relative;
        top: 20px;
		border:none;
    }

    .main-div textarea.form-control {
        height: 35px;
    }

    .ain-div .modal-title {
        line-height: 1;
    }

	.wrapper-inner-banner-text-formating {
		z-index:99 !important;
		}
	
	.modal.in .modal-dialog {
		z-index:99999;
		}
        .icon img {
        width: 15%; float: left;
    }
	.main-div {
            display: none;
        }
		
	.popup-bt a {
    background: #ff5e00 !important;
	}
	.popup-bt-step1 {
	background: #ff5e00 !important;
	}
	
	.industry_sec {
        background:#bbd8ef !important;
		padding:60px 0px !important;
    }

    .slide-wrapper {
        margin-top: 30px;
        padding-bottom: 70px;
    }

    .industry_box {
        background: #fff;
        border-radius: 10px;
        margin: 0px 5px;
    }

    .industry_box img {
        width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        text-align: left;
    }

    .industry_cont {
        padding: 5px 15px;
        height: 160px;
    }

    .industry_cont h3 {
        font-size: 20px;
        color: #1e2f4a;
        text-align: left;
    }

    .industry_cont p {
        font-size: 14px;
        color: #666;
        text-align: left;
    }

    .industry_cont a {
        color: #ff0000;
        font-size: 16px;
    }

    .industry_cont a:hover {
        color: #333;
    }

    .custome-sindegarators-1 {
        display: none;
    }

    .business_sec {
        padding: 0px;
        text-align: center;
    }

    .business_sec h3 {
        padding: 0px 100px;
        font-size: 28px;
        text-align: center;
        color: #084872;
        font-weight: 600;
    }

    .business_sec p {
        font-size: 16px;
        color: #666;
        text-align: center;
        padding: 0px 120px;
    }

    .future_sec {
        width: 90%;
        margin: 0 auto;
    }

    .cloud_box {
        display: flex;
        justify-content: normal;
        padding-top: 20px;
        margin: 10px 10px 40px;
    }

    .cloud_pic {
        width: 60%;
        margin-right: 20px;
    }

    .cloud_pic img {
        width: 100%;
    }

    .cloud_cont {
        padding: 0px;
        text-align: left;
        margin: 0px;
        position: relative;
    }

    .cloud_cont h4 {
        font-size: 22px;
        color: #222;
    }

    .cloud_cont p {
        font-size: 14px;
        padding: 0px;
        text-align: left
    }

    .success {
        background: #ebeae9;
        border-radius: 12px;
        overflow: hidden;
    }

    .success_pic {
        display: block;
    }

    .success_pic img {
        width: 100%;
        border-radius: 50%;
        position: relative;
        top: -85px;
        right: -80px;
    }
	
	.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
	}
	@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
	
	.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
}

.industry_box {
        background: #fff;
        border-radius: 10px;
        margin: 0px 5px;
    }

    .industry_box img {
        width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        text-align: left;
    }

    .industry_cont {
        padding: 15px 15px 10px;
        height: 160px;
    }

    .industry_cont h3 {
        font-size: 20px;
        color: #1e2f4a;
        text-align: left;
    }

    .industry_cont p {
        font-size: 14px;
        color: #666;
        text-align: left;
    }

    .industry_cont a {
        color: #ff0000;
        font-size: 16px;
    }

    .industry_cont a:hover {
        color: #333;
    }
	
	.industry_box_secnd {
        background: #fff;
        border-radius: 10px;
        margin: 0px 5px;
        height: 360px;
        border: 1px solid #ccc;
        box-shadow: 0px 1px 10px #c9c9c9;
    }
	

.secnd_img {
        display: block !important;
        width: 200px !important;
        margin: 0 auto;
        padding: 20px;
    }
.wrapper-inner-banner-text-formating {
    position: absolute;
    top: 40%;
    z-index: 999;
    color: #fff;
    font-weight: 500;
}
.wrapper-inner-banner-text-formating h1 {
    z-index: 99999;
    color: #1f294e;
    font-weight: 500;
    font-size: 2.5em;
	line-height:50px;
}
.wrapper-solutions-forms-inner-banner-form-sub .modal-body {
    padding: 0px 24px 40px !important;
}
.wrapper-solutions-forms-inner-banner-form-sub input.btn.submit {margin-top: 30px;border-radius: 0px !important;}
.wrapper-pothera-sub-services-tabs-icon-img-sub-right-side {
    border-left: 1px solid #bfbfbf;
    border-right: transparent;
}
.wrapper-solutions-forms-inner-banner-form-sub .modal-header {
    display: block;
    padding-left: 25px;
}
.wrapper-solutions-forms-inner-banner-form-sub label {
    color: #222;
    padding: 10px 0px 0px;
}
.wrapper-solutions-forms-inner-banner-form-sub select {
    border-radius: 5px !important;
}
.wrapper-solutions-forms-inner-erp-landding-twos-main-1 .form-group {
    height: auto !important;
}
.wrapper-solutions-forms-inner-erp-landding-twos-main-1 label {
    font-weight: 400;
}
.wrapper-solutions-forms-inner-erp-landding-twos-main-1 input.btn.submit {
    background: #ff5e00;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px !important;
    text-transform: capitalize;
	border:none;
}
.erp-software-landing-page-banner-heights-1{height: 680px !important;}
.personal_details {
    padding: 40px;
    background: #f5f4f4;
    float: left;
    text-align: left;
}
.video-fullscreen-wrap {
	position:relative;
}
.header {
	position:relative;
}
.frm_box {
	position:absolute;
	top: 8%;
    width: 40%;
    left: 9%;
}
.paraa {
    font-weight: 700 !important;
	font-size:32px !important;
}
.industry_sec h2 {
	padding-bottom:25px;
}
.videos_sec {
	padding:70px 0px;
	background: #efefef;
	margin-top: 60px;
}
.section-tittle h2 {
	text-transform:capitalize !important;
}
.modal-body .btn {
	background: #ff5e00;
    border: none;
    font-size: 17px;
    padding: 8px 25px;
}

	
@media screen and (max-width: 480px) {
	.main-div .modal-body {
		display:none;
	}
	#header .logo img {
        max-height: 40px !important;
    }
	.menubtn {
        padding: 10px 7px !important;
        font-size: 9px !important;
        margin-right: 10px !important;
    }
	.bg_set {
    position: absolute;
    top: 7% !important;
}
.header {
    overflow: visible !important;
}
.frm_box {
    position: absolute;
    top: 100%;
    width: 50%;
	left:0;
}
.form-group {
    margin-bottom: 5px !important;
}
section.aligndivss {
    margin-top: 600px;
}
.wrapper-contact-us-addres-contact-details-on-may {
    padding: 25px;
}
.maincont h3 {
    padding-top: 20px;
}
.php-email-form .col-sm-12 {
	padding:5px 0px !important;
}
#header #navbar.navbar ul li {
    padding: 0px !important;
    margin: 5px;
}

}
