html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: Roboto,sans-serif;
	height: 100%;
	color: #000000;
	font-size: 14px;
}

header {
	width:100%;
	background: #fff;
	z-index: 100;
}

ul.mr-auto {
	margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #288BB2;
	font-size: 16px;
	font-weight: 500;
}

li.nav-item {
	margin-right: 20px;
}

li.nav-item:last-child {
	margin-right: 0px;
}

.header_ph_number span {
	display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.header_ph_number h6 {
	color: #000;
    font-size: 14px;
    font-weight: 400;
}

.header_ph_number img {
	width: 15px;
    margin-right: 5px;
}

.connect_right_sec img {
	width: 25px;
    margin-right: 8px;
}

.footer_right img {
	width: 25px;
    margin-right: 8px;
}

.banner_section {
	border-bottom: 5px solid #ffffff;
	position: relative;
}

.banner_section img {
	width: 100%;
}

.banner_text {
	position: absolute;
    top: 23%;
    width: 50%;
    left: 0;
    padding-left: 50px;
}

.banner_heading1 {
	float: left;
    width: 100%;
    color: #00436A;
    font-size: 50px;
    font-weight: 300;
}

.banner_heading2 {
	float: left;
    width: 100%;
    color: #FFB300;
    font-size: 50px;
    font-weight: 500;
}

.banner_heading3 {
	float: left;
    width: 100%;
    color: #00436A;
    font-size: 50px;
}

.home_demo_section {
	float: left;
    width: 100%;
    background: #00436A;
    border-left: 10px solid #FFB300;
    padding: 30px;
    color: #fff;
}

.requestDemo_sec {
	float: left;
    width: 100%;
    padding: 10px 0;
}

.requestDemo_sec span {
	float: left;
    font-size: 28px;
    font-weight: 300;
}

.requestDemo_sec a, .requestDemo_sec a:hover {
	float: right;
    background: #14699B;
    color: #fff;
    border: 2px solid;
    border-radius: 25px;
    padding: 2px 15px 5px;
    font-size: 20px;
	text-decoration: none;
}

.services_section {
	width: 100%;
    padding: 35px 20px;
    margin: auto;
    display: table;
}

.services_section h5 {
	font-size: 34px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 10px;
    color: #FFB300;
}

.services_heading span {
	color: #00436A;
    font-size: 24px;
    letter-spacing: -1.2px;
    font-weight: 300;
}

.services_section .outer_sec {
	float: left;
    border-radius: 3px;
    padding: 20px;
    margin-right: 5%;
    margin-bottom: 20px;
    border: 1px solid #14699B;
}

.services_image_section {
	float: left;
    width: 100%;
    text-align: center;
}

.services_image_section span {
	display: inline-block;
    padding: 10px;
    background: #fff;
}

.services_image_section img {
	width: auto;
	max-height: 60px;
}

.services_section .outer_sec:last-child {
	margin-right: 0;
}

.services_section .col-md-4, .services_section .col-lg-4 {
	max-width: 30%;
}

.services_sub_text {
	margin-bottom: 15px;
}

.services_sub_text span {
	color: #00436A;
    border-bottom: 3px solid #FFB300;
    padding: 0 10px;
    font-size: 26px;
}

.services_heading {
	text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.services_button, .services_button :hover {
	display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
}

.button_text {
	background: #288BB2;
    padding: 10px 25px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.button_arrow {
	padding: 10px 15px;
    background: #1E566B;
    float: left;
    font-size: 16px;
}

.text_center {
	text-align: center;
}

.product_features_sec {
	background: #DBE4EA;
    padding: 30px 0;
	float: left;
    width: 100%;
}

.product_features_sec h5 {
	font-size: 34px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 10px;
    color: #00436A;
}

.product_features {
	background: #00436A;
    color: #fff;
    padding: 50px 0 40px;
    line-height: 38px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
	float:left;
	max-width: 40%;
	font-size: 16px;
}

.product_features ul {
	padding-left: 60px;
	list-style-type: none;
}

.product_features ul li:before {
	width: 10px;
	height: 10px;
	content: "";
	background: #FFB300;
	display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.product_image {
	float: left;
}

.product_image img {
	width: 65%;
    float: right;
}

.slider_section {
	float: left;
	width: 100%;
	padding: 20px 10px;
}

.slider_section h5 {
	font-size: 34px;
    margin-bottom: 50px;
    font-weight: 500;
    margin-top: 10px;
    color: #FFB300;
    text-align: center;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .slider_img_sec {
	float: left;
    width: 33%;
}

.owl-carousel .owl-stage-outer {
	margin-bottom: 15px;
}

.owl-carousel button.active {
	background: #A1A1A1 !important;
}

.owl-carousel .owl-dot:focus {
	outline: none;
}

.owl-carousel .owl-item div {
	text-align: center;
}

.owl-carousel .owl-item img {
	width: auto !important;
	display: inline-block !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	display: inline-block;
    width: 40px;
    height: 6px;
    background: #FFB300;
    border-radius: 10px;
	margin-right: 10px;
}

.home_connect_sec {
	float: left;
    width: 100%;
    background: #00436A;
    color: #fff;
    padding: 20px;
}

.connect_left_sec {
	float: left;
}

.connect_right_sec {
	float: left;
}

.connect_left_sec span {
	float: left;
    width: 100%;
    font-size: 42px;
    font-weight: 300;
    margin-top: 5px;
}

.connect_right_sec span {
	float: left;
	width: 100%;
	font-size: 24px;
}

.home_text_section {
	float: left;
    width: 100%;
    padding: 30px;
}

.home_text_section p {
	margin-bottom: 10px;
}

.p_margin_bottom {
	margin-bottom: 25px !important;
}

footer {
	float: left;
    width: 100%;
    background: #ECECEC;
    font-size: 12px;
	padding: 20px;
}

footer span {
	float: left;
	width: 100%;
}

footer a {
	display: inline-block;
}

.footer_link_section {
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.footer_left {
	float: left;
}

.footer_left div {
	float: left;
	width: 100%;
}

.footer_right {
	float: right;
    font-size: 22px;
    padding-top: 15px;
	margin-bottom: 20px;
}

.footer_heading {
	float: left;
	width: 100%;
	font-size: 15px;
}

.copyright_sec {
	margin-top: 15px;
	float: left;
}


.dropdown-menu {
	padding: 15px;
    min-width: max-content;
    border: none;
    font-size: .9rem;
    box-shadow: 0px 0px 3px 1px grey;
}

.dropdown-menu li {
	margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
	border-bottom: 1px solid #e0e0df;
	display: block;
}

.dropdown-menu li:last-child {
	margin-bottom: 8px;
}

.dropdown-menu a {
	color: rgb(0, 0, 0);
	font-weight: 500;
	display: block;
}

.dropdown-menu a:hover {
	text-decoration: none;
	color: #0080de;
}

