@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
.btn-theme, .btn-theme:hover, .ftu-box:hover, .more, .more:hover, .quote .btn-default, .quote .btn-default:hover, a, a:hover {
	transition: all .5s linear 0s
}
a {
	outline: 0!important
}
a:hover {
	text-decoration: none
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
body {
	font-family: Roboto, sans-serif
}
header {
	padding: 20px 0
}
header ul {
	margin-bottom: 0
}
header h5 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
	background-color: #0A87B6;
	font-size: 16px;
	padding: 6px;
	text-align: center !important;
	margin-right: 10%;
	margin-left: 10%;
	border-radius: 4px;
	line-height:25px;
}
header h5 a {
	color: #fff;
}
header h5 a:hover {
	color: #FF9900;
}
.carousel-indicators {
	bottom: 10px;
	width: 95%;
	margin-left: 0;
	padding-left: 0;
	text-align: right;
	left: 0
}
.banner {
	position: relative
}
.carousel-indicators .active {
	background-color: #2980b9
}
.carousel-inner img {
	width: 100%;
	max-height: 650px
}
.carousel-control {
	width: 0
}
.ban-smimg {
	max-width: 140px;
	height: auto
}
.carousel-control.left, .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none
}
.carousel-control.left span, .carousel-control.right span {
	padding: 15px;
	background-color: #000
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 0
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 0
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}
.header-text {
	position: absolute;
	top: 50%;
	left: 7%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff
}
.header-text h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 800;
	margin-top: 0
}
.header-text p {
	color: #003399;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: 800;
	border-radius: 4px;
}
.btn-min-block {
	min-width: 170px;
	line-height: 26px
}
.btn-theme {
	color: #fff;
	background-color: #FF7F00;
	border: 2px solid #FC9;
	width: 180px;
	text-align: center;
	font-size: 22px;
	padding: 7px 20px;
	margin-top: 5px;
	font-weight: 700;
	border-radius: 4px;
}
.btn-theme:hover {
	border-color: #FF7F00;
	background: #FF7F00
}
.btn-theme a {
	color: #fff
}
.btn-theme a:hover {
	color: #FFF
}
#triangle-up {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto
}
.hm-abt {
	margin: 35px 0;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px dashed #A7A7A7
}
.hm-abt::before {
	content: '';
	position: absolute;
	height: 100px;
	width: 3px;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	background: #D6D6D6
}
.hm-abt-inr {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}
.hm-abt-inr p {
	text-align: justify;
	line-height: 28px;
	font-size: 16px;
	color: #777
}
.features h3 {
	color: #001F3F;
	font-weight: 800;
	text-align: center;
	margin-top: 0;
	font-size: 30px
}
.features h4, .features-inr h5 {
	font-size: 16px;
	font-weight: 400
}
.features h4 {
	color: #FF7F00;
	text-align: center;
	margin-top: 0
}
.features-inr {
	background-color: #018AB8;
	text-align: center;
	padding: 70px 0 20px;
	margin: 40px auto;
	position: relative
}
.features-inr::after, .features-inr::before, footer::before {
	content: '';
	position: absolute;
	height: 0;
	right: 0;
	left: 0
}
.features-inr::after, .features-inr::before {
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	text-align: center;
	margin: 0 auto
}
.features-inr::before {
	border-bottom: 15px solid #fff;
	bottom: 0
}
.features-inr::after {
	border-top: 15px solid #fff;
	top: 0
}
.features-inr h1 {
	color: #4CFFFF;
	font-size: 20px;
}
.features-inr p {
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 15px;
}
.ftu-box {
	border: 2px solid #36CCFE;
	padding: 20px 15px;
	transition: all .5s linear 0s
}
.ftu-box:hover {
	background-color: #36CCFE;
	cursor: pointer
}
.solutions {
	border-bottom: 1px dashed #999;
	margin-bottom: 40px
}
.solutions h3 {
	border-bottom: 1px dashed #999;
	padding-bottom: 30px;
	margin-bottom: 0
}
.solutions h3 span {
	color: #008AB8
}
.solutions .pd-left {
	padding-left: 45px
}
.sol-inr {
	border-right: 1px dashed #999;
	padding-top: 50px
}
.sol-inr ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 15px
}
.quote .form-group, .sol-inr li {
	margin-bottom: 20px
}
.sol-inr li {
	width: 48%
}
.sol-inr h1 {
	font-size: 20px;
	font-weight: 400;
	color: #FF7F00;
	margin-top: 0
}
.sol-inr p {
	color: #444;
	font-size: 15px
}
.quote {
	padding: 50px 0 0 30px
}
.more, footer::before {
	margin: 0 auto;
	text-align: center
}
.quote .btn-default {
	border-radius: 50px;
	padding: 10px 40px;
	background-color: #018AB8;
	color: #fff;
	font-size: 16px;
	border: none;
	float: right
}
.quote .btn-default:hover {
	border-radius: 10px;
	background-color: #FF7F00
}
.more {
	width: 210px;
	padding: 12px 30px;
	font-weight: bold;
	font-size: 17px;
	background-color: #000;
	border-radius: 4px;
}
.more:hover {
	background: #FF7F00
}
.more a {
	color: #fff
}
.more a:hover {
	color: #000;
	text-decoration: none;
}
footer, footer a {
	color: #fff
}
footer {
	background-color: #555;
	padding: 50px 0;
	margin-top: 50px;
	position: relative
}
footer::before {
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	top: 0
}
footer h3 {
	margin-top: 0
}
footer a:hover {
	color: #CCC
}
.quick-links h3 {
	position: relative;
	padding-left: 35px
}
.quick-links h3::before {
	content: '\f0c1';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0
}
.quick-links ul {
	padding-left: 35px;
	line-height: 30px;
	margin-top: 20px
}
.social-media h3 {
	position: relative;
	padding-left: 35px
}
.social-media h3::before {
	content: '\f1e0';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0
}
.social-media ul {
	margin-bottom: 0;
	margin-top: 30px
}
.social-media a {
	color: #FFF
}
.social-media .fa-facebook, .social-media .fa-linkedin, .social-media .fa-twitter {
	border: 1px solid #B6B6B6;
	padding: 10px 15px
}
.social-media .fa-facebook:hover, .social-media .fa-linkedin:hover, .social-media .fa-twitter:hover {
	background: #333
}
.ftr-contact .fa-envelope-o, .ftr-contact .fa-globe, .ftr-contact .fa-phone {
	margin-right: 15px;
	font-size: 30px
}
.ftr-contact li {
	font-size: 18px;
	margin-bottom: 20px
}
.copyright {
	background: #444;
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: #AAA
}
.thankyou {
	margin: 50px 0;
	text-align: center
}
.quick-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right:-110px;
    top: 40%;
    width: 159px;
    z-index: 999999;
}
.quick{margin:0;padding:0;}
.quick li {
    list-style-type: none;
    background-color: #409D05;
    color: #fff;
    height: 50px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.quick li a {
	display: inline!important;
	text-decoration: none;
}
.quick li img {
    float: left;
    margin: 9px 9px;
    margin-right: 14px;
    padding: 4px;
}
.quick li p {
    padding-top: 5px;
    margin: 0;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff!important;
}
.quick li:hover {
    margin-left: -140px;
}

@media screen and (min-width:768px) and (max-width:990px) {
.ftr-contact .fa-envelope-o, .ftr-contact .fa-globe, .ftr-contact .fa-phone {
	margin-right: 10px;
	font-size: 15px
}
.sol-inr {
	border-right: none
}
.solutions .pd-left {
	padding-left: 0
}
.solutions h3 {
	padding-bottom: 15px
}
.quote {
	padding: 30px 0 0
}
.quote .btn-default {
	margin-bottom: 15px
}
.header-text {
	position: absolute;
	top:35%;
	left:5%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff
}
.header-text h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	margin-top: 0
}
.header-text p {
	color: #003399;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: 800;
	border-radius: 4px;
}
.ban-smimg {
    max-width: 140px;
    height: auto;
}
.btn-theme {
	font-size: 14px;
	
}
}
@media screen and (max-width:767px) {
.logo-part li, header .text-right {
	text-align: center
}
.hm-abt::before {
	display: none
}
.hm-abt {
	margin: 25px 0
}

.logo-part li {
	width: 100%
}
.logo-part img {
	margin: 0 auto
}
.solutions .pd-left {
	padding-left: 0
}
.quote {
	padding: 30px 0 0
}
.quote .btn-default {
	float: none;
	margin-bottom: 25px;
	width: 100%
}
.ftr-contact, .quick-links, .social-media {
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	margin-bottom: 15px
}
.sol-inr {
	padding-top: 20px;
	border-right: none
}
.sol-inr li {
	width: 100%;
	border-bottom: 1px solid #D6D6D6
}
.hm-abt-inr {
	margin: 0
}
.header-text {
	position: absolute;
	top: 20%;
	left:5%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff
}
.header-text h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	margin-top: 0
}
.header-text p {
	color: #003399;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: 800;
	border-radius: 4px;
}
.ban-smimg {
    max-width: 140px;
    height: auto;
}
.btn-theme {
	font-size: 15px;
	width: 160px;
}
}

@media screen and (max-width:480px) {
.header-text {
	position: absolute;
	top: 10%;
	left:5%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff
}
.header-text h3 {
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	margin-top: 0
}
.header-text p {
	color: #003399;
	font-size: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: 800;
	border-radius: 4px;
}
.ban-smimg {
    max-width: 140px;
    height: auto;
}
.btn-theme {
	font-size: 12px;
	width: 140px;
	
}
}
