body {
    font-family: 'Montserrat', sans-serif;
}

.subMenu{
	margin-left:35px;
}


.profile-usermenu ul li a.menu-header{

	padding-right:5px;
	color:#000;
}



.navbar-default .navbar-nav>.active>a {
    color: #44b8d2 ;
	background-color: #fff ;
}

.addMargin{
	margin-bottom:30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #44b8d2 !important;
	background:none !important;
}



.custom-menu .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-default {
    border: none;
    background-color: #fff;
    margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart i, .search i {
    color: #44b8d2;
}

.carousel-caption h2 {
    font-size: x-large;
}

.carousel-caption h3 {
    font-weight: 700;
    color: #1e1e1e;

}

.carousel-caption h2 {
    font-weight: 400;
    color: #44b8d2;
}

.carousel-caption p {
    font-weight: 300;
    color: #1e1e1e;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

.sections {
    padding: 0;
}

.pic1, .pic2, .pic3, .pic4 {
    min-height: 280px;
    background-size: cover;
    color: #ffffff;
}

.sections h2 {
    margin: 0;
    padding-top: 55px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.sections hr {
    margin-top: 15px;
    margin-bottom: 35px;
    border: 0;
    border-top: 5px solid #44b8d2;
    width: 50px;
}

.sections p {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    min-height: 80px;
}

.sections .btn {
    padding: 8px 25px 8px 25px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #44b8d2;
    text-transform: uppercase;
}

.sections .btn:hover {
    background-color: #2aa5c1;
    border-color: none;
}

.pic1 {
    background-image: url("../images/bg1.jpg");
    border-right: 2px solid #4d4d4e;
}

.pic2 {
    background-image: url("../images/bg4.jpg");
    border-right: 2px solid #4d4d4e;

}

.pic3 {
    background-image: url("../images/bg3.jpg");
    border-right: 2px solid #4d4d4e;

}

.pic4 {
    background-image: url("../images/bg2.jpg");
    border-right: 2px solid #4d4d4e;

}

.callAction {
    background-color: #44b8d2;
}

.callAction h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 40px 0;
    text-transform: uppercase;
}

.callAction .btn {
    background-color: #292929;
    margin: 30px 0;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
	border: 2px solid transparent;
}

.callAction .btn:hover {
    background-color: #44b8d2;
    border: 2px solid #292929;
    color: #292929;
    margin: 30px 0;
    padding: 10px 40px 10px 40px;
}

.footertext {
    background-color: #f4f2f2;
    padding-top: 30px;
    padding-bottom: 30px;

}

.footertext p {
    margin-top: 5px;

    font-size: 12px;
    font-weight: 300;
}

.features1 ul {
    padding-left: 0;
    list-style-type: none;
}

.features1 h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.features1 li a {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

.features1 li a:hover {
    color: #44b8d2;
}

.features1 li a i {
    padding-right: 10px;
}

.contactUs ul {
    list-style-type: none;
    padding-left: 0;

}

.contactUs h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.contactUs_page{
    margin: 30px 0 30px 0;
    min-height: 60vh;
}

.contactUs_page ul {
    list-style-type: none;
    padding-left: 0;

}

.contactUs_page li {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

.newsletter h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.newsletter p {
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 400;
}

.form-control {
    border: 1px solid #c4c2c2;
    font-size: 12px;
    color: #c4c2c2;
    font-weight: 300;
}

.newsletter .btn {
    padding: 8px 25px 8px 25px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #44b8d2;
    text-transform: uppercase;

}

.copyrights {
    background-color: #292929;
    padding: 25px 0 15px 0;
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
}

.banner {
    display: table;
    width: 100%;
    background-image: url("../images/softwareProductsBG.jpg");
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .middle-content {
    display: table-cell;
    vertical-align: bottom;
    padding: 50px 0;
    width: 100%;
}

.banner h2 {

    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

.banner hr {
    margin-top: 15px;
    margin-bottom: 30px;
    border: 0;
    border-top: 5px solid #44b8d2;
    width: 50px;
}

.banner p {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.banner a {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.banner .title {
    color: #43c1dd;
    font-weight: 500;
}

.banner i {
    margin-right: 5px;
    margin-left: 5px;
}

.productsDetails div {
    border: 1px solid #c4c2c2;
    border-radius: 5px;
    padding: 20px 15px;
    margin: 30px 0 0px 0;
}

.products {
    margin-bottom: 30px;
}

.productsDetails h4 {
    margin: 25px 0 15px 0;
}

.products p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;`
}

.products p i {
    font-size: 13px;
    font-weight: 400;
}

.products .btn {
    padding: 8px 25px 8px 25px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #44b8d2;
    text-transform: uppercase;
    margin-top: 10px;
}

.products .btn:hover {
    background-color: #2aa5c1;
    border-color: none;
}

.contentValication {
    margin: 30px 0 30px 0;
    min-height: 60vh;

}

.contentValication p {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1e1e1e;
}

.contentValication h3 {
    margin: 0px 0 20px 0;
    font-size: 15px;
    font-weight: 600;
    color: #1e1e1e;
    text-transform: uppercase;
}

.validationServices h2 {
    margin: 0 0 30px 0;
    font-size: 15px;
    font-weight: 600;
    color: #1e1e1e;
    text-transform: uppercase;
}

.validationServices .row {
    margin-bottom: 14px;
}

.validationServices i, .validationServices .checkPoints {
    display: table-cell;
    vertical-align: middle;
}

.checkPoints {
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.validationServices i {
    color: #44b8d2;
}

.adressInfo li {
    margin-bottom: 20px;

}

.adressInfo i {
    color: #44b8d2;
    padding-right: 10px;
    height: 35px;
    float: left;
    margin-top: 2px;
}

.message .form-group:last-child {
    margin-bottom: 0;
}

.form-group input:focus {
    border: 1px solid #c4c2c2;
    box-shadow: none;
    color: #1e1e1e;

}

.form-group textarea:focus {
    border: 1px solid #c4c2c2;
    box-shadow: none;
    color: #1e1e1e;
}

.message .btn {
    margin-top: 15px;
    padding: 8px 40px 8px 40px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #44b8d2;
    text-transform: uppercase;
    border: none;
}

.message .btn:hover {
    background-color: #2aa5c1;
}

.teamManagement {
    margin: 30px 0 0px 0;
}

.thumbnail {
    border: none;
    background-color: #fafafa;
    padding: 0;
    margin-bottom: 30px;
	min-height: 500px;
	position:relative;
}

.caption {
    text-align: center;
    padding: 0 10px 0 10px;
}

.caption h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-top: 10px;
}

.caption h4 {
    font-size: 14px;
    font-weight: 400;
    color: #44b8d2;
}

.caption p {
    font-size: 12px;
    font-weight: 600;
    color: #1e1e1e;
    font-family: 'Open Sans', sans-serif;
}

.caption .btn {
    padding: 8px 25px 8px 25px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #44b8d2;
    text-transform: uppercase;
    margin-bottom: 10px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 70px;
}

.caption .btn:hover {
    background-color: #2aa5c1;
    border-color: none;
}

.profile {
    margin: 20px 0;
}

.profile-sidebar {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
	margin-bottom:30px;

}

.profile-usermenu li h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    color: #1e1e1e;
    margin: 0;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #d2d2d2;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #545454;
    font-size: 12px;
    font-weight: 500;
}

.profile-usermenu ul li a:hover {
    color: #545454;
    background-color: #f5f5f5;
}

.profile-usermenu ul li.active {
    border-bottom: 1px solid #d2d2d2;
    border-right: 3px solid #44b8d2;
    color: #545454;
    background-color: #f5f5f5;
    font-weight: 600;

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.carousel-caption {
    top: -30px;
    width: 100%;
    left: 0;
}
    ul.nav.navbar-nav.pull-right {
        width: 100%;
    }

    .search, .cart {
        float: left;
    }
    .navbar-brand {
        padding-top: 25px;
        padding-bottom: 10px;
    }
	
	.pic1, .pic2, .pic3, .pic4 {
    border-bottom: 2px solid #4d4d4e;
}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	
	.pic1, .pic2, .pic3, .pic4 {
    border-bottom: 2px solid #4d4d4e;
}
    ul.nav.navbar-nav.pull-right {
        width: 100%;
    }

    .search, .cart {
        float: left;
    }

    .navbar-brand {
        padding-top: 25px;
        padding-bottom: 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-default .navbar-nav> li.active{
    border-bottom: 4px solid #44b8d2 ;
}
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	
	.navbar-default .navbar-nav> li.active{
    border-bottom: 4px solid #44b8d2 ;
}
	.modalMargins{
		margin-right:10px;
		
	}
	
    .banner h2 {
        font-size: 45px;
    }

    .navbar-default li {
        border-bottom: 4px solid transparent;
        margin-top: 30px;
        padding-bottom: 20px;
		margin-right: 5px;

    }
	
	.navbar-default li:last-child {
		margin-right: 0px;
	}

    .navbar-default li:hover {
        border-bottom: 4px solid #44b8d2;
    }

    .navbar-default li.cart:hover, li.search:hover {
        border-bottom: none;
    }

    .navbar-default {
        margin: 0;
        background-color: #ffffff;
        border-color: none;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 0;
    }

    .navbar-nav {
        font-size: 12px;
        text-transform: uppercase;
        padding: 0;
    }

    .navbar-brand img {
        margin-top: 40px;
    }

    .navbar-default .navbar-nav > li > a {
        font-weight: 500;
        color: #1e1e1e;

    }

    .carousel-caption {
        text-align: left;
        text-shadow: none;
        bottom: 165px;
        position: absolute;
        left: 150px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 20%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 20%;
    }

    .carousel-caption h3 {

        font-size: 40px;

    }

    .carousel-caption h2 {

        font-size: 42px;
    }

    .carousel-caption p {

        font-size: 25px;
    }

}


.modal-body {
font-weight: 300;
}

.maxWid {
    margin: 0 auto;
    max-width: 250px;
}
.fa-3x {
    font-size: 2em!important;
}
.form-group input.error:focus, .error , .form-group textarea.error:focus {
	border: 1px solid red;
}

div.modal-header {
	padding:5px 15px;
    border-bottom: none;
}

.blue-color{
	color:#44b8d2
}
.modal-body {
    padding: 0px 15px;
	font-size: 14px;
    font-weight: 400;
}
.modal-header .close {
    margin-top: 0;
    font-size: 35px;
    font-weight: 400;
}