@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body.landing-page {
    font-family: 'Open Sans';
    color: #767171;
    line-height: 1.5;
    margin: 0;
    background-color: #0e113a;
}
.landing-page ul {
    padding-left: 20px;
    margin-top: 15px;
}
.landing-page ul li {
    font-size: 20px;
    color: #fff;
}
.landing-page .page-text{
    text-align: center;
    padding: 0 15px;
}
.landing-page h4 {
    color: #86bbe5;
    font-weight: bold;
}
.landing-page .banner img {
    width: 100%;
}
main.main {
    background-position: left -250px bottom -250px;
    background-repeat: no-repeat;
}
.ita-info ul {
    margin-bottom: 0;
}

.landing-page h2.s-heading {
    color: #86bbe5;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}
.landing-page .m-tb-100 {margin: 100px 0;}
.landing-page a{color: #86bbe5;transition: all ease 0.5s}
.landing-page a:hover{color: #424242;text-decoration: none;}
.landing-page p{margin:0;color: #fff;}
.landing-page .logo img{max-width: 200px;}
.core-capabilites .col-lg-7,
.app-emergening .col-lg-7,
.mission-statement .col-lg-7 {
    padding-left: 30px;
}
.landing-page a:focus {
    outline: none;
}
.mission-statement img {
    max-height: 600px;
}
.contact-details p {
    font-size: 18px;
}
/*header*/
.landing-page .utility { 
	color: #fff;
	background: #0e113a;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.landing-page .header {
    background: #86bbe5;
	padding: 10px 0;
}
.header .logo img {max-width: 250px;}
.landing-page .contact-info {
	display: flex;
	flex-direction: column;
	color: #0b1b56;
	align-items: flex-end;
}
.landing-page .contact-info span {
    text-transform: capitalize;
    font-size: 25px;
	font-weight: bold;
    display: block;
	line-height: initial;
}
.contact-info a {
    color: #0b1b56;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    display: block;
    line-height: initial;
}
.landing-page .banner {
    position: relative;
    min-height: 480px;
    background-image: url(../assets/puma-hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.landing-page .banner img{width: 100%}
.contact-info a:hover:before{background-position: 0 -30px;}
.landing-page .banner-text.container {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.contact-detail {
    display: flex;
    padding-left: 0;
}
.landing-page hr {
    width: 100%;
}
.landing-page .header .row {margin: 0;}
/*header end*/
.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(233 228 228 / 16%);
    width: 100%;
    height: 100%;
}
.landing-page .vis-contracts .row {
    margin-bottom: 100px;
}
.landing-page .vis-contracts .row:last-child {margin-bottom: 0;}
.landing-page .vis-contracts p, .landing-page .ita-info p, .vectrona-info p {
    font-size: 22px;
    margin-bottom: 15px;
}
.landing-page .vis-contracts p:last-child, .landing-page .ita-info p:last-child, .vectrona-info p:last-child{margin-bottom: 0;}
.landing-page .landing-page-link {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #143777;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 20px;
    display: inline-block;
    margin: 15px 0 0 0;
    position: relative;
}
.landing-page .landing-page-link:hover{color: #ffffff}
.landing-page .landing-page-link span{
    z-index: 2;
    position: relative;
    color: #fff;
}
.landing-page .landing-page-link:before {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #424242;
    content: '';
    transition: all ease 0.5s;
    z-index: 1;
}
.landing-page button.landing-page-link.submit:focus{
    border: none;
    outline: none;
}
.landing-page .landing-page-link:hover:before {
    width: 100%;
    transition: all ease 0.5s;
    border: none;
}
.landing-page button.landing-page-link.submit {
    margin: 0;
    border: none;
    margin-top: 25px;
    padding: 10px 50px;
}
.contact-form h2.s-heading {margin-bottom: 40px;    margin-left: 42px;}
.landing-page .banner-text h1 {
    color: #0a1b56;
    font-size: 70px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px #6e85b8;
    background: transparent !important;
}
.landing-page .link-cover img {
    box-shadow: none !important;
}
.landing-page .pdf-icon {
    top: -2px;
    position: relative;
    margin-left: 4px;
}
.landing-page .vis-contracts img,
.landing-page .ita-info img,
.landing-page .vectrona-info img,
.landing-page .contact-form img{
    max-width: 100%;
}
.contact-details h3,
.contact-details p{
    width: 100%;
    text-align: center;
}
section.contact-details {
    margin-bottom: 70px;
}
.contact-details .row {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.landing-page hr {
    width: 100%;
    margin: 10px 0;
}
.contact-details h3 {
    color: #86bbe5;
}
.landing-page .contact-details a {
    color: #86bbe5;
}
.landing-page .contact-details a:hover{
    text-decoration: underline;
}
/*contact form*/
.contact-form form, .contact-form p {
    margin-left: 42px;
}
.contact-img {
    text-align: right;
}
.contact-form label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.contact-form .gfield {
    display: block;
    margin-bottom: 16px;
    clear: both;
}
.gfield_validation_message {
    color: #E50003 !important;
    line-height: inherit;
    clear: both;
    letter-spacing: normal;
    width: 100%;
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-top: 8px;
    padding: 12.992px 24px;
    display: none;
}
.contact-form .gfield-width-half {
    max-width: 50%;
    clear: none;
    flex: 0 0 50%;
    padding: 0 8px;
}
.contact-form .gfield-wrap {
    display: flex;
    margin: 0 -8px;
}
.contact-form textarea,
.contact-form input {
    display: block;
    height: 40px;
    line-height: 1em;
    padding: 0 12px;
    font-size: 1em;
    color: #767171;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}
.contact-form textarea {
    height: auto;
    padding: 12px;
}
.contact-form textarea:focus,
.contact-form input:focus{outline: none;}

/*footer*/
.landing-page .footer {
    clear: both;
    background: #0b1b56 url(https://www.vectronasystems.com/wp-content/themes/vectrona-theme/library/images/footer-bg.png) repeat-x top center;
    color: #f8f9fa;
    font-size: 1.063em;
    text-align: center;
    padding: 35px 0;
}
.footer-logo {text-align: left;}
.copyright {text-align: center;font-size: 20px}
.gfield_required {color: #ff4d4d;}
.contact-form.m-tb-100 {
    margin-bottom: 0;
    padding-bottom: 80px;
}
.contact-form .gfield:last-child{
    margin-bottom: 0
}
/*footer end*/

/*responsive*/
    .fixed-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 25px #666;
		border: none !important;
    }

@media(max-width:1440px){
    .landing-page h2.s-heading {
        font-size: 31px;
    }
    .landing-page .banner {
        min-height: 400px;
    }
}
@media(max-width:1024px){
    .landing-page h2.s-heading {font-size: 25px;}
    .landing-page .vis-contracts p, .landing-page .ita-info p, .vectrona-info p {font-size: 15px;}
    .landing-page .landing-page-link {padding: 8px 15px;font-size: 18px;margin: 10px 0 0 42px;}
    .landing-page .m-tb-100 {margin: 60px 0;}
    .copyright {font-size: 15px;}
    .landing-page .contact-form.m-tb-100 {padding-bottom: 60px;margin-bottom: 0}
    .landing-page .vis-contracts .row {margin-bottom: 60px;}
    main.main {background-position: left -600px bottom -395px;}
    .landing-page .banner {min-height: 380px;}
    .fixed-header {display: none;}
    .landing-page h2.s-heading {margin-bottom: 15px;}
    .contact-details .row {margin: 10px 0}
}
@media(max-width:991px){
    .mission-statement img { max-height: inherit;width: 100%;}
    .core-capabilites .col-lg-7, .app-emergening .col-lg-7, .mission-statement .col-lg-7 {padding: 0 15px;}
    .vectrona-info .col-md-12,
    .landing-page .vis-contracts .row:last-child .col-md-12:last-child {margin-bottom: 20px;margin-top: 0}
    .landing-page .vis-contracts .col-md-12:last-child,
    .landing-page .ita-info .col-md-12:last-child,
    .landing-page .contact-form .col-md-12:last-child{margin-top: 20px;}
    .vectrona-info .row,
    .landing-page .vis-contracts .row:last-child { flex-direction: column-reverse;}
    .landing-page h2.s-heading {padding: 0;}
    .landing-page .vis-contracts p, .landing-page .ita-info p, .vectrona-info p {margin: 0 0 15px 0;font-size: 17px}
    .link-cover {text-align: center;}
    .landing-page .landing-page-link {margin: 20px 0 0 0;}
    .contact-img {text-align: center;}
    .contact-form form {margin-left: 0;}
    .vectrona-info .col-md-12:first-child {margin-bottom: 0;}
    main.main {background-position: left -250px bottom -250px;}
    .mission-statement .col-lg-5 { text-align: center;}
    .landing-page .contact-form h2.s-heading{
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .landing-page .header {padding: 20px 0;}
    .footer-logo {text-align: center;margin-bottom: 20px;}
    .footer-logo img {max-width: 200px;}
    .landing-page .landing-page-link {font-size: 16px;}
	.landing-page .utility { padding: 10px 5px; }
	.header .logo { width: 100%; display: flex; justify-content: center; }
    .header .logo img {max-width: 150px;}
    footer .copyright{text-align: center;}
	.landing-page .contact-detail { width: 100% }
	.landing-page .contact-info { align-items: center; width: 100%; text-align: center; }
    .landing-page .contact-info span {font-size: 21px;}
    .landing-page .banner-text h1 {font-size: 45px;}
    .contact-info a {
        margin-top: 5px;
        font-size: 21px;
    }
    .landing-page .banner {min-height: 300px;}
    .contact-info a:before {
        top: 1px;
        background-size: 81%;
        height: 21px;
    }
}

@media(max-width:479px){
    .header .logo img { max-width: 150px;}
    .landing-page .banner-text h1 {font-size: 30px;}
    .landing-page h2.s-heading {font-size: 23px;}
    footer .copyright {font-size: 15px;}
    .contact-form h2.s-heading {margin-bottom: 25px;}
    .landing-page .banner {min-height: 200px;}
    .contact-info a {
        margin-top: 5px;
        font-size: 18px;
    }
    .contact-info a:before {
        top: 1px;
        background-size: 70%;
        height: 20px;
    }
    .landing-page .contact-info span {
        font-size:18px;
    }
}
@media(max-width:375px){
    .landing-page h2.s-heading {font-size: 24px;}
}
@media(max-width:320px){
    .landing-page .contact-info span {font-size: 18px;}
    .header .logo img { max-width: 150px;}
    footer .copyright {font-size: 14px;}
    .landing-page h2.s-heading { font-size: 23px;}
}