@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,300italic,100italic,700italic);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700');
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);
/*global css */
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', sans-serif;
}
.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}
/*=============================================================
        header css starts
==============================================================*/
header {
    position: relative;
    width: 100%;
    z-index: 999;
    height: 85px;
    background: white;
    box-shadow: 0px 3px 15px 0px rgba(0, 71, 142, 0.45);
    border-top: 3px solid #00478e;
    border-bottom: 1px solid #eee;
}
nav.navbar.navbar-default {
    background-color: transparent;
    border: 0;
    margin: 0;
}
a.navbar-brand>img {
    width: 85%;
    margin: -5px 0px;
}
ul.nav.navbar-nav {
    float: right;
    margin-top: 32px;
}
ul.nav.navbar-nav>li>a {
    color: #00478e;
    padding: 0px 20px;
    text-transform: uppercase;
    border-right: 1px solid black;
}
ul.nav.navbar-nav>li>a:hover {
    background: transparent;
    color: #0091d4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    color: #0091d4;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:hover {
    color: #0091d4;
    background-color: transparent;
}
.navbar-brand {
    padding: 0px;
}
.navbar-nav > li:last-child {
    margin-right: -35px;
}
.logo_text>h2 {
    font-size: 45px;
    color: #00478e;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
}
img#logoi_img {
    width: 19px;
    float: right;
    position: relative;
    left: -16px;
    top: 11px;
}
span#font_first {
    font-size: 70px;
}
ul.submenu {
    position: absolute;
    z-index: 200;
    width: 510px;
    background: white none repeat scroll 0% 0%;
    padding: 15px 20px;
    left: -120px;
    float: left;
    margin-top: 29px;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 3px solid #0091d4;
    list-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
ul.submenu li {
    float: left;
    width: 35%;
    margin-right: 60px;
    list-style-type: none;
}
ul.inner-sub li {
    width: 125%;
    float: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    color: #00478e;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px;
}
ul.inner-sub li:hover {
    color: #0091d4;
}
.fixed {
    position: fixed !important;
    background-color: white;
    width: 100% !important;
    top: 0;
    box-shadow: 0px 3px 15px 0px rgba(0, 71, 142, 0.45);
}
/*=============================================================
        header css ends
==============================================================*/


/*=============================================================
        slider css starts
==============================================================*/
canvas#slider_canvas {
    width: 100%;
    background-color: rgba(0, 71, 142, 0.30);
    position: absolute;
    z-index: 99;
    height: 100%;
    opacity: 0.73;
    top: 0;
}
#minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
    width: 93%;
}
h2.this-head {
    font-size: 40px;
    font-weight: 300;
    margin: 0px 0px 15px;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}
h3.this-headtitle {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 10px;
    font-family: 'Alegreya Sans', sans-serif;
}
a#btn_slider {
    background: transparent;
    font-weight: 300;
    border: 1px solid white;
    margin-top: 10px;
    padding: 9px 15px;
    font-family: 'Alegreya Sans', sans-serif;
}
/*=============================================================
        slider css ends
==============================================================*/


/*=============================================================
        welcome-section css starts
==============================================================*/
.welcome-section {
    padding: 30px 0px;
}
.welcome-texts>h1 {
    margin: 0px 0px 15px;
    font-size: 36px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    color: #00478e;
}
h3.this-title {
    margin: 15px 0 12px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 500;
    color: black;
}
.abt_msg>h4 {
    margin: 15px 0px;
}
.abt_msg>p {
    color: black;
    line-height: 24px;
}
a#read_more {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #0091d4;
    text-transform: capitalize;
}
.welcome-box>img {
    width: 100%;
    height: 150px;
}
.welcome-box p {
    color: black;
    line-height: 24px;
}
.abt_msg {
    text-align: justify;
}
/*=============================================================
        welcome-section css ends
==============================================================*/


/*=============================================================
        industry_sec css starts
==============================================================*/
section.industry_sec {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.parallax_industry {
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.93);
    width: 100%;
}
h3.industry_head {
    margin: 0px 0px 15px;
    font-size: 36px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    color: #00478e;
    text-align: center;
    text-transform: uppercase;
}
h3.industry_head:after {
    background: #0091d4 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    width: 70px;
    margin: 5px auto 0;
}
.row.industry_row {
    margin-top: 7%;
}
img#img_industry {
    width: 130px;
    height: 130px;
    float: left;
    margin: 0px 20px 10px 0px;
    border: 1px solid #eee;
}
.industry_text>h3 {
    margin: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 500;
    color: black;
    overflow: hidden;
}
.industry_text>h3:after {
    background: #0091d4 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    width: 45px;
    margin: 4px 0 7px;
}
.industry_text>p {
    color: black;
}   
/*=============================================================
        industry_sec css ends
==============================================================*/


/*=============================================================
        google_map css starts
==============================================================*/
.positionRealtive {
    position: relative;
}
.scrolloff {
    pointer-events: none;
}
section#canvas1 {
    margin-bottom: -3px;
}
/*=============================================================
        google_map css ends
==============================================================*/


/*=============================================================
                footer css starts
==============================================================*/
h3.footer_head {
    color: white;
    font-weight: bold;
    margin: 0 0 20px;
}
p.ft-about {
    text-align: justify;
    padding-right: 20px;
    padding-top: 10px;
    line-height: 24px;
}
p#ft-about {
    text-align: justify;
    padding-top: 10px;
    line-height: 24px;
}
h3.footer_headline {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0px 0px;
    margin: 0 0 20px;
}
ul.footer_links>li {
    float: left;
    width: 50%;
    position: relative;
    list-style-type: none;
}
ul.footer_links>li>a {
    line-height: 34px;
    padding-bottom: 3px;
    color: white;
    text-decoration: none;
}
ul.footer_links {
    padding-top: 9px;
}
.rights {
    padding: 5px 0px 0px;
    background: rgb(0, 51, 102);
    color: white;
    font-size: 12px;
    font-weight: 300;
}
.pull-left1>p {
    padding: 6px 0px 0px;
}
.pull-left1 {
    float: left;
}
.footer-info {
    background-color: rgb(0, 71, 142);
    padding: 60px 0px 50px;
    color: white;
    font-weight: 300;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
span.footer_more>a {
    color: white;
    text-transform: capitalize;
    font-size: 12px;
    text-decoration: none;
}
.pull-right1>p>a {
    color: white;
    text-decoration: none;
}
ul.links-footer>li {
    list-style-type: none;
    margin: 3px 9px;
    display: inline-block;
}
ul.links-footer>li>a>i {
    color: white;
    font-size: 14px;
    padding: 5px;
}
ul.links-footer>li>a>i:hover {
    color: red;
}
button#serch_btn {
    background: transparent;
    color: white;
    text-transform: uppercase;
    margin: 15px 0px -5px;
    border: 1px solid #c3c3c3;
    font-weight: 300;
    padding: 5px 10px;
}
.search_box>input {
    background: rgb(162, 17, 25);
    border: 1px solid #c9353d;
    color: white;
}
ul.social_icons>li {
    list-style-type: none;
    float: left;
    padding: 0px 12px;
}
ul.social_icons>li>a {
    color: #fff;
}
ul.social_icons {
    float: left;
    margin-top: 15px;
    width: 100%;
}
input#search_box::-webkit-input-placeholder {
    color: white;
}
.pull-right1.dobig {
    float: right;
}
.pull-right1.dobig>p {
    padding: 6px 0px 0px;
}
.logo_footer>span>h2 {
    font-size: 45px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
}
img#logofooter_img {
    width: 19px;
    float: right;
    position: relative;
    left: -16px;
    top: 11px;
}
.logo_footer>span {
    float: left;
}
.abt_foot {
    float: left;
    width: 100%;
}
.logo_footer {
    margin-top: -30px;
}
ul.personal-info>li {
    list-style-type: none;
    line-height: 24px;
}
ul.personal-info>li>i {
    line-height: 30px;
    padding-bottom: 3px;
    padding-right: 10px;
}
i#maper {
    margin-bottom: 30px;
    float: left;
}
h4#contname_head {
    padding-top: 10px;
    font-size: 24px;
    color: #0091d4;
}
/*=============================================================
                footer css ends
==============================================================*/


/*=============================================================
                about page css starts
==============================================================*/
section.about-parallax {
    background-image: url(../images/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-inner {
    padding: 30px 0px;
    background-color: rgba(0, 71, 142, 0.44);
    width: 100%;
    color: white;
    text-align: center;
}
.page-title {
    margin: 0;
    font-family: "Alegreya", serif;
    font-size: 50px;
    font-weight: 300;
}
ol.breadcrumb {
    background-color: transparent;
    margin: 0;
    color: #dddddd;
    padding: 8px 0px;
}
ol.breadcrumb>li>a {
    color: #dddddd;
}
ol.breadcrumb.pull-right {
    margin-top: 10px;
}
section.about_sec {
    padding: 30px 0px;
}
.abt_text>p {
    text-align: justify;
    line-height: 24px;
    color: black;
}
ul.abt_textul>li {
    list-style-type: disc;
    margin-left: 30px;
    line-height: 24px;
    color: black;
}
img#abt_img {
    width: 350px;
    float: right;
    margin: 0px 0px 5px 30px;
}
section.mission_sec {
    background-image: url(../images/mission.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.parallax_mission {
    padding: 60px 0px;
    background-color: rgba(238, 238, 238, 0.84);
    width: 100%;
    text-align: center;
}
a#left-arrow {
    background: transparent;
    width: 0px;
    top: 30%;
    color: #00478e;
}
a#right-arrow {
    background: transparent;
    width: 0px;
    top: 30%;
    color: #00478e;
}
h3.this-heading {
    margin: 0 0 15px;
    font-size: 36px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    color: #00478e;
}
h3#heading_strengths {
    margin-top: 25px;
}
h3#heading_misssion {
    margin-bottom: 40px;
}
p.quot-txt {
    font-size: 26px;
    padding: 20px 21% 0;
    line-height: 40px;
    font-family: 'Dancing Script';
    font-weight: 600;
}
p.name {
    font-size: 26px;
    padding: 0 23%;
    margin: 19px 0 15px 0;
    text-align: center;
    font-family: 'Dancing Script';
    font-weight: 600;
}
i.fa.fa-quote-left {
    margin-right: 11px;
}
i.fa.fa-quote-right {
    margin-left: 11px;
}
/*=============================================================
                about page css ends
==============================================================*/


/*======================================================================
        scroll to top css starts
======================================================================*/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgb(0, 164, 255);
    font-size: 12px;
    border-radius: 50%;
    display: none;
    padding: 7px 11px;
}
.go-top:hover, .go-top:focus {
  background-color: rgba(0, 136, 210, 0.88);
  color: white;
}
/*======================================================================
        scroll to top css ends
======================================================================*/


/*============================================================
                    product page css starts
=============================================================*/
section.product-detail {
    padding: 30px 0px;
}
.carousel-control {
    opacity: 1;
}
img#img_products {
    width: 100%;
    height: 425px;
}
a#right-arrowprod {
    background: transparent;
}
a#left-arrowprod {
    background: transparent;
}
.carousel_sliders {
    margin: 10px 0px 20px;
}
.pd-txt>p {
    text-align: justify;
    line-height: 24px;
    color: black;
}
ul.aero-ul>li {
    list-style-type: disc;
    line-height: 24px;
    color: black;
    margin-left: 30px;
}
ul.aerospace-ul>li {
    list-style-type: decimal;
    line-height: 24px;
    color: black;
    margin-left: 15px;
}
.side-product {
    margin-top: 10px;
    padding: 12px 18px 20px 18px;
    background-image: url(../images/pattern-background.png);
}
h4.side-heading {
    margin: 0 0px 6px 0;
    font-weight: 400;
    padding: 10px 0;
}
div#pro-info {
    padding: 9px 0;
    margin: 8px 0 10px 0;
}
ul.pro-list {
    float: left;
    width: 100%;
}
ul.pro-list li {
    float: left;
    list-style-type: none;
}
ul.pro-list li:first-child {
    width: 40%;
}
ul.pro-list li>img {
    width: 100%;
    height: 130px;
}
button#read-more {
    margin: 14px 0;
    width: 100%;
    background-color: #0091d4;
    color: white;
}
ul.pro-list li:nth-child(2) {
    width: 60%;
}
.pro-inner {
    padding: 0px 13px;
}
.pro-inner h4 {
    margin: 0 0 0px 0;
    font-size: 16px;
    line-height: 18px;
    color: black;
    text-transform: uppercase;
}
.pro-inner hr {
    width: 29%;
    margin: 6px 0 6px 3px;
    border-top: 2px solid #00478e;
}
.pro-inner p {
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
a#slide-left {
    background-image: none !important;
    left: 83%;
    top: -44px !important;
    height: 0px;
    color: #00478e;
}
a#slide-right {
    background-image: none !important;
    top: -44px;
    right: -15px;
    height: 0px;
    color: #00478e;
}
/*============================================================
                    product page css ends
=============================================================*/


/*=======================================================
      contact page css starts
========================================================*/
section.contact_det {
    padding: 30px 0px;
}
fieldset#field_form {
    margin-top: 30px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 12px;
    resize: none;
    border: 1px solid #ccc;
}
.contact_map {
    margin-top: 40px;
}
button#btn_reg {
    background: #0091d4;
}
/*=======================================================
      contact page css ends
========================================================*/