/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap-main
 Version:      0.5.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
 */

 /*Custom CSS*/

 body {
    line-height: 26px;
    font-weight: 400;
    color: #10203a !important;
    font-family: Montserrat;
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Titillium Web;
	font-weight:400;
}

p{
    line-height: 28px;
    font-weight: 400;
    /* font-family: Montserrat; */
    font-family: 'Abel', sans-serif;
    color: #10203a;
    font-size: 18px;
}

.quality_text p{
    line-height: 28px;
    font-weight: 400;
    /* font-family: Montserrat; */
    font-family: 'Abel', sans-serif;
    color: #10203a;
    font-size: 18px;
}

a {
	color:#2662a7;
}

a:hover {
	color:#2662a7;
}


strong {
    color: #10203a !important;

}

.btn-primary {
    color: #fff;
    background-color: #3379CD;
    border-color: #3379CD;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2e6ebb;
    border-color: #2e6ebb;
}
.form-control:focus, 
.wpcf7 .wpcf7-validation-errors:focus, 
.wpcf7 input:focus[type=color], 
.wpcf7 input:focus[type=date], 
.wpcf7 input:focus[type=datetime-local], 
.wpcf7 input:focus[type=datetime], 
.wpcf7 input:focus[type=email], 
.wpcf7 input:focus[type=file], 
.wpcf7 input:focus[type=month], 
.wpcf7 input:focus[type=number], 
.wpcf7 input:focus[type=range], 
.wpcf7 input:focus[type=search], 
.wpcf7 input:focus[type=submit], 
.wpcf7 input:focus[type=tel], 
.wpcf7 input:focus[type=text], 
.wpcf7 input:focus[type=time], 
.wpcf7 input:focus[type=url], 
.wpcf7 input:focus[type=week], 
.wpcf7 select:focus, 
.wpcf7 textarea:focus {
    border-color: #3379CD;
    -webkit-box-shadow: 0 0 0 0.2rem #3379cd40;
    box-shadow: 0 0 0 0.2rem #3379cd40;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3379CD;
    border-color: #3379CD;
}
.page-link{    
    color: #3379CD;
}
.page-link:hover {
    color: #2e6ebb;
}
.page-link:focus{
    -webkit-box-shadow: 0 0 0 0.2rem #3379cd40;
    box-shadow: 0 0 0 0.2rem #3379cd40;
}
.entry-header{
    display:none;
}

/* Change color of contact form 7 submit button */
input.wpcf7-form-control.wpcf7-submit {
    background: #1d508a;
    color: #fff;
    border: #1d508a;
}

input.wpcf7-form-control.wpcf7-submit:hover, .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    background: #205f98;
    color: #fff;
    border: #205f98;
    box-shadow: none !important;
}

input.wpcf7-form-control.wpcf7-submit:focus {
	background: #205f98;
	color: #FFF;
}

/* Change color of wp-bakery accordions - sg */
.vc_tta-panel-heading {
    background: #303030 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff !important;
}

/* End of changing color of accordions - sg */

/* Changes font-size of CTA's globally - sg */
.vc_cta3-content-header h4 {
	font-size:21px !important;
}



.learn-more-about button, .visit_button button {      
    font-size: 16px !important;
    padding: 14px 28px !important;
    text-align: left !important;
    transition: 0.3s !important;
    text-shadow: -2px 1px 2px #0e0e0e !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    z-index: 999 !important;
    /* background: url(/wp-content/uploads/2019/03/button_bg.png) left top repeat-x !important;*/
    background-color: #3681d8 !important;
    background-image: linear-gradient(#1b477b, #3681d8, #1b477b) !important;   
    position: relative !important;    
    border-radius: 7px !important;
    display: inline-block !important;
}
.learn-more-about button{    
    width: 340px;
}
.learn-more-about button::after {
    position: absolute !important;
    background: url(/wp-content/uploads/2019/03/button-logo.png) right 0 top 0 no-repeat !important;
    top: 0 !important;
    right: 0 !important;
    content: "" !important;
    width: 102px !important;
    height: 53px !important;
    background-size: 100% 83% !important;
}
.round_inner_box{
    /*width: 1170px;*/
    margin: 0 auto !important;
}
.servepic{
    margin-bottom: 0 !important;
    transition: 0.7s;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}
.servepic a{
    width:180px;
}
.servepic img{
    border: 4px solid #969696 !important;
    transition: 0.7s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%);
    opacity: 1;
    width: 100%;
}
.servepic:hover img{
    -webkit-filter: initial;
    filter: initial;
}
.round_inner_box h4{
    color: #347ed3;
    transition: 0.7s;
}
.round_inner_box :hover h4 {
    color: #10203a;
}
.large-eng-service img{
    width: 100% !important;
}

/* START :: Tigershark-xp page for Plane by PRO for desktop "DO NOT EDIT"*/
.landing_sec .middle_sec {
    margin-top: 260px;
    position: relative;
}
.landing_sec .middle_sec p {
    line-height: 26px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #10203a;
    font-size: 16px;
}
.landing_sec .middle_sec img {
    width: 100%;
    position: relative;
}
.landing_sec .middle_sec .button {
    position: absolute;
    top: 0;
    width: auto;
}
.landing_sec .middle_sec .button a img {
    width: auto;
    transition: 0.6s;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
}
.landing_sec .middle_sec .button.button1 {
    left: 0;
    margin: 135px 0 0 275px;
}
.landing_sec .middle_sec .button .content1 {
    width: 320px;
    padding: 20px 23px;
    background-color: #fff;
    box-shadow: #5ba4d7 0 0 0 3px;
    left: 0;
    position: absolute;
    top: auto;
    bottom: 80px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    margin: -176px 0 0 -292px;
    z-index: 9;
}
.landing_sec .middle_sec .button a { display:inline-block; }
.landing_sec .middle_sec .button a:hover + .content1 {
    visibility: visible;
    opacity: 1;
}
.landing_sec .middle_sec .button .content1::before {
    position: absolute;
    content: "";
    width: 99%;
    height: 7px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.landing_sec .middle_sec .button ul {
    margin-bottom: 0px;
    margin-left: -38px;
}
.landing_sec .middle_sec .button ul li {
    font-size: 14px;
    font-weight: 600;
    list-style: disc;
    color: #666666;
    margin-left: 12px;
}
.landing_sec .middle_sec .button .content1::after {
    content: "";
    background: url(/wp-content/uploads/2019/03/corner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    bottom: -30px;
    right: -3px;
    width: 35px;
    height: 32px;
    position: absolute;
}
.landing_sec .middle_sec .button a img:hover {
    border: 2px solid #fff;
    border-radius: 50%;
}
.landing_sec .middle_sec .button.button2 {
    left: 50%;
    transform: translateY(-50%);
    margin: 37px 0 0 -40px;
}
.landing_sec .middle_sec .button.button3 {
    right: 248px;
    margin: 44px 66px 0 0;
}
.landing_sec .middle_sec .button.button4 {
    right: 125px;
    margin: 94px 66px 0 0;
}
.landing_sec .middle_sec .button.button5 {
    right: 327px;
    margin: 150px 66px 0 0;
}
/* End :: Tigershark-xp page for Plane by PRO for desktop"DO NOT EDIT"*/

/* START :: All accordion css by PRO for desktop"DO NOT EDIT"*/
.et-tabs-style-bars nav ul li a span {
    text-transform: capitalize!important;
    font-size: 14px;
}
.et-content-wrap {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-right: 10px;
}
.request-info button {      
    font-size: 16px !important;
    padding: 14px 28px !important;
    text-align: left !important;
    transition: 0.3s !important;
    text-shadow: -2px 1px 2px #0e0e0e !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    background-color: #3681d8 !important;
    background-image: linear-gradient(#1b477b, #3681d8, #1b477b) !important;   
    position: relative !important;    
    border-radius: 7px !important;
    display: inline-block !important;
}
.application_tab_list ul{
    margin-left: -24px;
}
.application_tab_list h4 strong{
    color: #10203a !important;
}
.video_tab h3{
   color: #10203a !important;
}
.downloads_tab h4 a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.downloads_tab h4 a:hover{
    color: #0056b3;
}

.specification_tab_table1 table tbody tr, .specification_tab_table2 table tbody tr { 
    color: #444444;
}
.specification_tab_table1 table tbody tr td strong, .specification_tab_table2 table tbody tr td strong{ 
 color: #10203a !important;
}
.specification_tab_p_element p {
    color: #10203a;
    font-size: 16px;    
    line-height: 26px;
}
.related-offering h3, p{
    color: #10203a;
}
/* END :: All accordion css by PRO for desktop"DO NOT EDIT"*/

/* START :: Tigershark-xp page plane css by PRO for mobile "DO NOT EDIT"*/
@media only screen and (max-device-width: 767px){
    .logo_bg > a > img {
        padding: 4px;
    }
    .request-info button {
        width: 300px;
        text-align: center!important;
    }

    .landing_sec .container {
        width: 322px;
    }
    .landing_sec .middle_sec {
        margin-top: 120px;
    }
    .landing_sec .middle_sec .button a img {
        width: 60%;
        padding: 4px;
        border: 1px solid transparent;
    }
    .landing_sec .middle_sec .button ul li {
        font-size: 13px;
        line-height:1.5;
    }
    .landing_sec .middle_sec .button .content1 {
        width: 247px;
        margin: 62px 0 0 -36px;
        padding: 10px;
        bottom: 60px;
    }
    .landing_sec .middle_sec .button.button1 {
        margin: 0;
        top: 23px;
        left: 70px;
    }
    .landing_sec .middle_sec .button.button2 {
        margin: 0;
        top: 5px;
        left: 148px;
    }
    .landing_sec .middle_sec .button.button3 {
        margin: 0;
        top: -2px;
        right: 60px;
    }
    .landing_sec .middle_sec .button.button4 {
        right: -34px;
        margin: 7px 66px 0 0;
    }
    .landing_sec .middle_sec .button.button5 {
        right: 17px;
        margin: 27px 66px 0 0;
    }
    .landing_sec .middle_sec .button.button2 .content1 {
        margin: 67px 0 0 -157px;
        bottom: 54px;
    }
    .landing_sec .middle_sec .button.button3 .content1 {
        margin: 64px 0 0 -180px;
        bottom: 52px;
        width: 283px;
    }
    .landing_sec .middle_sec .button.button4 .content1 {
        margin: 61px 0 0 -231px;
        bottom: 55px;
    }
    .landing_sec .middle_sec .button.button5 .content1 {
        margin: 61px 0 0 -157px;
        bottom: 60px;
    }
    .landing_sec .middle_sec .button .content1::before {
        top: 0;
    }
    .landing_sec .middle_sec .button .content1::after {
        right: 192px;
        bottom: -32px;
        /*top: 96px;
        bottom: 0;
        right: auto;
        transform: rotate(360deg);
        left: 17px;*/
    }
    .landing_sec .middle_sec .button.button2 .content1::after {
        top: 89px;
        bottom: 0;
        left: auto;
        transform: rotateX(52deg);
        right: 72px;
    }
    .landing_sec .middle_sec .button.button3 .content1::after {
        bottom: -25px;
        right: 84px;
        height: 25px;
    }
    .landing_sec .middle_sec .button.button4 .content1::after {
        /*top: 112px;
        bottom: 0;
        left: auto;
        transform: rotateX(40deg);
        right: -3px;*/
        bottom:-32px;
        right:-3px;
    }
    .landing_sec .middle_sec .button.button5 .content1::after {
        bottom: -32px;
        right: 70px;
    }
	
	.quality_text p{
		line-height: 30px;
		font-size: 20px;
	}
	
	p {
		line-height: 30px;
		font-size: 20px;
	}
}

/*Aerospace Manufacturing css by PRO "DO NOT EDIT"*/
.aerospace-cta h4{
    font-style: italic;
    font-weight: 700;
}
.assembly_list ul{
    list-style: none;
    display: contents;
}


/*START :: Footer CSS by PRO*/
#wrapper-footer-full{
    background-color: #000000;
    padding: 30px 0 18px 0;
    margin-top: 25px;
}
.footer_link {
    color: #cae3e3;
    font-size: 14px;
    font-weight: 600;
}
.footer_link ul {
    padding-left: 0;
}
.footer_link ul li {
    display: inline-block;
    padding: 5px 16px 5px 10px;
    list-style:none;
    position: relative;
}
.footer_link a {
    color: #cae3e3;
}
.footer_link a:hover{
    color: #cae3e3 !important;
    text-decoration: none !important;
}
.copyright{
    padding-left: 10px;
    font-weight: 400;
    margin-top: 0;
}
.copyright p {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px !important;
    text-align: left !important;
    margin: 0;
}
.social_media
{
    padding-top: 30px;
}
.social_media ul li {
    display: inline-block;
    list-style: none;
}
.social_media ul li a img {
    width: 30px;
    height: auto;
}
.nasa-quality
{
    color:#4479ba; 
    margin-top:20px;
}
.nasa-footer-img
{
    width: 221px;
    height: 75px;
}
p.nasa-content
{
    margin-top:20px; 
    color:#858484;
}

ul#menu-footer-menu li span.nasa-menu-pipe
{
    position: absolute;
    right: 0; 
    color:#fff;
    top: 5px;
}
h4.nasa-today
{
    color:#fff; 
    margin-top:20px;
}
span.footer-address,span.footer-email,span.footer-phone
{
    color:#858484;
}
span.nasa-footer-address-pipe,span.nasa-footer-email-pipe,span.nasa-footer-address-pipe,span.nasa-footer-phone-pipe
{
    position: absolute;
    right: 0; 
    color:#4479ba;
    top: 0;
}
p.foter-address-content
{
    color:#fff;
    margin-bottom: 0px !important;
    font-size: 16px;
}
p.footer-address-content-bottom
{
    color:#fff;
    line-height: 1.2;
    font-size: 14px;
}
a.send-us-msg-link
{
    text-decoration: underline;
    color:#4479ba  !important;

}
p.send-us-msg
{
    color:#4479ba;
    font-size: 16px
}
.footer-address-img,.footer-email-img,.footer-phone-img
{
    width: 20px;
    height: auto;
    vertical-align: text-bottom;;
}
p.footer-phone-content
{
    color:#fff; 
    font-size: 16px
}
.copyright span.copyright-content-pipe
{
    position: absolute;
    right: 10px; 
    color:#858484;
    top: 0px;
}
.copyright p.copyright-date-content
{
    color:#858484 !important;
}
.copyright p.copyright-contact
{
    color:#4479ba !important;
}
.social_media ul li
{
    padding-right: 5px !important;
}
.nasa-address-row
{
    margin-top: 30px;
}
div.footer-address-row
{
    color:#fff;
}
.footer_link ul li:first-child
{
    padding-left: 0px;
}
/*END :: Footer CSS by PRO*/

/*START :: MegaMenu CSS by Rakesh for mobile, ipad and desktop view "DO NOT EDIT"*/
@media only screen and (min-width: 992px){
    #mega-menu-primary,
    #mega-menu-primary > ul,
    #mega-menu-primary > ul > li{
        height:43px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 9px 13px 4px 13px !important;
        height:auto !important;
    }   
}
@media (max-width: 991px) {
    .logo_bg > a > img{
        height: 100%;        
        padding: 8px 4px 10px 4px;
    }

    .logo_bg{
        text-align: left;
        height: 70px;
    }

    .custom_header_top [class*='col-']{
        text-align: center;
    } 

    .custom_nav_section{
        width: auto;
        flex: 0;
        margin: -58px 0 0 auto;
        background: transparent !important;
    }

    #mega-menu-wrap-primary{
        width: 100%
    }

    #mega-menu-wrap-primary .mega-menu-toggle{
        background: transparent !important;
        margin: 4px 0 12px 0 !important;
    }

    .visit_button{
        margin-bottom: 10px;
    }

    #footer-full-content{
        max-width: 100% !important;
    }
    .artic-related-offering-text h3{
        font-size:1.55rem;
    }
}

@media (min-width: 992px){
    .custom_header_top [class*='col-']{
        text-align: right;
    }

    .logo_bg > a > img{
        height: 100%;
        float: right;
        padding: 5px 31px 5px 3px;
    }

    .logo_bg {
        margin-top: -20px;
        height: 65px;
        text-align: center;
        border-top-right-radius: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 9px 13px 5px 13px;
    } 
}

@media (min-width: 1200px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      padding: 9px 15px 6px 15px;
  }
}

.custom_nav_header > .row > [class*='col-']{
    padding-left: 0;
    padding-right: 0;
}

.custom_header_top{
    padding: 12px 0 12px 0;
}


.custom_header_top .button {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
    height: auto;
    padding-bottom: 20px;
}


.visit_button a, .visit_button a:hover {
    /*padding: 6px 18px;*/
    padding: 3px 12px;
    background-color: #3681d8;
    background-image: linear-gradient(#1b477b, #3681d8, #1b477b);
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid black;
    transition: 0.3s;
    text-shadow: -2px 1px 2px #0e0e0e;
    font-weight: 600;
    text-decoration:none;
}
form.searchform span.fa-search {
    position: absolute;right: 0px;background: #1f5089;width: 45px;height: 34px;
}
form.searchform span.fa-search:hover {
    background: #0d315b;
}
form.searchform span.fa-search:before {
    content: "\f002";
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 14px;
    color: #FFF;
}
.seach_input{
    border-radius: 0;
    box-shadow: none !important;
    padding: 3px 5px 3px 5px;
    width: 100%;
    border: 1px solid #949598;
    /* width: 100%; */
    width: calc(100% - 48px);
    float: left;
}

.search_btn{
    background-color: transparent;
    border: none;
    text-indent: -9999px;
    background: url(/wp-content/uploads/2019/06/search.png) left top no-repeat;
    width: 24px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 6px;
    background:none
}
.search_btn:focus {
	outline:none;
}

.custom_bg_black{
    padding: 0 42px;
    background-color: #010101;
    background-image: linear-gradient(#050505, #363434, #050505);
}

.custom_nav_section{
    background-color: #010101;
    background-image: linear-gradient(#050505, #363434, #050505);
}

.logo_bg {
    background-image: linear-gradient(#0f345d, #357ed3, #10335d);    
}
.logo_bg a img{
    padding-top: 8px !important;
    padding-bottom: 6px !important;
}

.custom_top_search{
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}


.navbar-toggler{
    display: none;
}

.navbar{
    padding: 0 0 !important;
}
.navbar > .container {
    padding-left:0;
    padding-right: 0;
}
/*END :: MegaMenu CSS by Rakesh for mobile, ipad and desktop view "DO NOT EDIT"*/

/*START :: TigerShark page Plane image in ipad view by PRO "DO NOT EDIT"*/
@media (min-width: 768px) and (max-width: 991px){
    /*@media (min-device-width: 1023px){   */
        #mega-menu-wrap-primary{
            width: 100%;
        }
        #mega-menu-wrap-primary .mega-menu-toggle{
            background:transparent;
        }
        #mega-menu-primary{
            top: 48px;
        }
        #mega-menu-wrap-primary .mega-menu-toggle {
            margin: 4px 0 12px 0;
        }

        .landing_sec .middle_sec .button .content1 {
            width: 300px;
            margin: 91px 0 0 33px;
            bottom: -100px;
        }
        .landing_sec .middle_sec .button .content1::before {
            top: 0;
        }
        .landing_sec .middle_sec .button .content1::after {
            top: -30px;
            bottom: 0;
            right: auto;
            transform: rotate(180deg);
            left: -3px;
        }
        .landing_sec .middle_sec .button.button1 {
            margin: 0;
            top: 70px;
            left: 156px;
        }
        .landing_sec .middle_sec .button.button2 {
            margin: 0;
            top: 13px;
            left: 346px;
        }
        .landing_sec .middle_sec .button.button2 .content1 {
            margin: 91px 0 0 -267px;
            bottom: -108px;
        }
        .landing_sec .middle_sec .button.button3 {
            margin: 0;
            top: 10px;
            right: 187px;
        }
        .landing_sec .middle_sec .button.button3 .content1 {
            margin: 91px 0 0 -270px;
            bottom: -165px;
        }
        .landing_sec .middle_sec .button.button4 {
            right: 57px;
            margin: 36px 66px 0 0;
        }
        .landing_sec .middle_sec .button.button4 .content1 {
            margin: 87px 0 0 -270px;
            bottom: -125px;
        }
        .landing_sec .middle_sec .button.button5 {
            right: 177px;
            margin: 77px 66px 0 0;
        }
        .landing_sec .middle_sec .button.button5 .content1 {
            margin: 87px 0 0 -194px;
            bottom: -106px;
        }
        .landing_sec .middle_sec .button.button2 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: -3px;
        }
        .landing_sec .middle_sec .button.button3 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: -3px;
        }
        .landing_sec .middle_sec .button.button4 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: -3px;
        }
        .landing_sec .middle_sec .button.button5 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: 73px;
        }
        .social_media ul li {
            margin-bottom: 10px;
        }       
    }
    /*END :: TigerShark page Plane image in ipad view by PRO "DO NOT EDIT"*/

    /*START :: Footer css in mobile view by PRO "DO NOT EDIT"*/
    @media only screen and (max-device-width: 767px){
        .mega-menu-wrap{
            width: 100% !important;
            margin-top: 10px;
        }
        .mega-menu-toggle{
            width: 100% !important;
        }
        .nasc-title{
            font-size: 40px !important;
        }   
        .social_media ul li {
            padding-right: 0;
        }
        .social_media ul{
            text-align:left;
            padding:0px;
        }
        .copyright {
            padding-left: 0;
            margin-top: 10px;
            text-align: left;
        }
        .copyright p {
            text-align: left !important;
            font-size: 11px!important;
        }
        .round_inner_box {
            margin: 0 auto !important;
        }
        /*
        .footer_link ul li {
            padding: 5px 6px 5px 8px;
        }
        */
        
        span.copyright-content-pipe {
            display:none;
        }

        .copyright-col
        {
            padding-left:15px !important;
        }
        ul#menu-footer-menu li span.nasa-menu-pipe
        {
            top: 5px;
        }

    }
    /*END :: Footer css in mobile view by PRO "DO NOT EDIT"*/

    /*START :: All Related Offering css in ipad landscape view by PRO "DO NOT EDIT"*/
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .related-offering .wpb_single_image img {
            width: 436px;
        }
        
    }
    @media (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
        .footer_link
        {
            font-size: 10px !important;
        }
        p.foter-address-content,p.send-us-msg,p.footer-phone-content
        {
            font-size: 14px !important;
        }
        .copyright p
        {
            font-size: 12px !important;
        }
        h4.nasa-today
        {
            font-size: 20px;
        }
        ul#menu-footer-menu li span.nasa-menu-pipe
        {
            top: 5px;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
        .copyright p
        {
            font-size: 12px !important;
        }
        ul#menu-footer-menu li span.nasa-menu-pipe
        {
            top: 5px;
        }

    }
    @media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
        .footer_link
        {
            font-size: 10px !important;
        }
        p.foter-address-content,p.send-us-msg,p.footer-phone-content
        {
            font-size: 14px !important;
        }
        .copyright p
        {
            font-size: 12px !important;
        }
        h4.nasa-today
        {
            font-size: 20px;
        }
    }

    /*END :: All Related Offering css in ipad landscape view by PRO "DO NOT EDIT"*/

    #page-wrapper{
        padding: 0 !important;
    }

    .social_media ul li {
        padding-right: 10px
    }



    /*START :: Teros page css in desktop, ipad, mobile view by PRO "DO NOT EDIT"*/
    .teros_landing_sec .teros_middle_sec {
        margin-top: 200px;
        position: relative;
    }
    .teros_landing_sec .teros_middle_sec p {
        line-height: 26px;
        font-weight: 400;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #10203a;
        font-size: 16px;
    }
    .teros_landing_sec .teros_middle_sec img {
        width: 100%;
        position: relative;
    }
    .teros_landing_sec .teros_middle_sec .button {
        position: absolute;
        top: 0;
        width: auto;
    }
    .teros_landing_sec .teros_middle_sec .button a img {
        width: auto;
        transition: 0.6s;
        padding: 6px;
        border: 2px solid transparent;
        border-radius: 50%;
    }
    .teros_landing_sec .teros_middle_sec .button.button1 {
        left: 60px;
        margin: 100px 0 0 275px;
    }
    .teros_landing_sec .teros_middle_sec .button .content1 {
        width: 320px;
        padding: 20px 23px;
        background-color: #fff;
        box-shadow: #5ba4d7 0 0 0 3px;
        left: 0;
        position: absolute;
        top: auto;
        /*bottom: 110px;*/
        bottom: 75px;
        visibility: hidden;
        opacity: 0;
        transition: 0.6s;
        margin: -176px 0 0 -292px;
        z-index: 9;
    }
    .teros_landing_sec .teros_middle_sec .button:hover .content1 {
        visibility: visible;
        opacity: 1;
    }
    .teros_landing_sec .teros_middle_sec .button .content1::before {
        position: absolute;
        content: "";
        width: 99%;
        height: 7px;
        background: #fff;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    .teros_landing_sec .teros_middle_sec .button ul {
        margin-bottom: 0px;
        margin-left: -38px;
    }
    .teros_landing_sec .teros_middle_sec .button ul li {
        font-size: 14px;
        font-weight: 600;
        list-style: disc;
        color: #666666;
        margin-left: 12px;
    }
    .teros_landing_sec .teros_middle_sec .button .content1::after {
        content: "";
        background: url(/wp-content/uploads/2019/03/corner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: auto;
        bottom: -30px;
        right: -3px;
        width: 35px;
        height: 32px;
        position: absolute;
    }
    .teros_landing_sec .teros_middle_sec .button a img:hover {
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 {
        left: 50%;
        transform: translateY(-50%);
        margin: 90px 0 0 90px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 {
     right: 275px;
     margin: 6px 75px 0 0;
 }
 .teros_landing_sec .teros_middle_sec .button.button4 {
    right: 150px;
    margin: 32px 75px 0 0;
}
@media (min-width: 481px) and (max-device-width: 767px){
/*.custom_nav_section{
        width: auto;
        flex: 0;
        margin: -58px 0 0 auto;
        }*/

        /*@media only screen and (max-device-width: 767px){ "DO NOT EDIT"*/
        .teros_landing_sec .teros_middle_sec {
            margin-top: 100px;
        }
        .teros_landing_sec .teros_middle_sec .button.button1 {
            margin: 0;
            top: 42px;
            left: 150px;
        }
        .teros_landing_sec .teros_middle_sec .button a img {
            width: 60%;
            padding: 4px;
            border: 1px solid transparent;
        }
        .teros_landing_sec .teros_middle_sec .button .content1::before {
            top: 0;
        }
        .teros_landing_sec .teros_middle_sec .button .content1 {         
            width: 265px;
            margin: 0px 0 0 45px;
            padding: 10px;
            bottom: -55px;
        }
        .teros_landing_sec .teros_middle_sec .button .content1::after {
            top: -2px;
            bottom: 0;
            right: auto;
            transform: rotate(90deg);
            left: -33px;
        }
        .teros_landing_sec .teros_middle_sec .button ul li {
            font-size: 13px;
            line-height: 1.5;
        }
        .teros_landing_sec .teros_middle_sec .button.button2 {
            margin: 0;
            top: 43px;
            left: 312px;
        }
        .teros_landing_sec .teros_middle_sec .button.button2 .content1 {
            margin: 0px 0 0 -174px;
            bottom: -70px;
        }
        .teros_landing_sec .teros_middle_sec .button.button2 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: 73px;
        }
        .teros_landing_sec .teros_middle_sec .button.button3 {
            margin: 0;
            top: -3px;
            right: 143px;
        }
        .teros_landing_sec .teros_middle_sec .button.button3 .content1 {
            margin: 26px 0 0 -223px;
            bottom: -105px;
            width: 280px;
        }
        .teros_landing_sec .teros_middle_sec .button.button3 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: 36px;
        }
        .teros_landing_sec .teros_middle_sec .button.button4 {
            right: 22px;
            margin: 14px 66px 0 0;
        }
        .teros_landing_sec .teros_middle_sec .button.button4 .content1 {
            margin: 61px 0 0 -242px;
            bottom: -90px;
        }
        .teros_landing_sec .teros_middle_sec .button.button4 .content1::after {
            top: -30px;
            bottom: 0;
            left: auto;
            transform: rotateX(180deg);
            right: 5px;
        }  
    }
    @media (max-width: 991px) and (min-width: 768px){
        .teros_landing_sec .teros_middle_sec .button.button1 {
            margin: 0;
            top: 57px;
            left: 220px;
        }
        .teros_landing_sec .teros_middle_sec .button .content1 {
            width: 368px;
            margin: 91px 0 0 50px;
            bottom: -50px;
        }
        .teros_landing_sec .teros_middle_sec .button .content1::before {
            top: 0;
        }
        .teros_landing_sec .teros_middle_sec .button .content1::after {
           /*top: 5px;*/
           top: 23px;
           bottom: 0;
           right: auto;
           transform: rotate(90deg);
           left: -32px;
       }
       .teros_landing_sec .teros_middle_sec .button.button2 {
        margin: 0;
        top: 60px;
        left: 415px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 .content1 {
        margin: 90px 0 0 -289px;
        bottom: -100px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 .content1::after {
        top: -30px;
        bottom: 0;
        left: auto;
        transform: rotateX(180deg);
        right: 53px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 {
        margin: 0;
        top: 4px;
        right: 200px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 .content1 {
        margin: 90px 0 0 -280px;
        bottom: -130px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 .content1::after {
        top: -30px;
        bottom: 0;
        left: auto;
        transform: rotateX(180deg);
        right: 60px;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 {
        right: 68px;
        margin: 18px 66px 0 0;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 .content1 {
        margin: 88px 0 0 -286px;
        bottom: -100px;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 .content1::after {
        top: -30px;
        bottom: 0;
        left: auto;
        transform: rotateX(180deg);
        right: 53px;
    }

    .teros_landing_sec .teros_middle_sec .button a img {
        width: 80%;
        padding: 4px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .teros_landing_sec .teros_middle_sec .button.button1 {
        margin: 0;
        top: 85px;
        left: 295px;
    }
    .teros_landing_sec .teros_middle_sec .button .content1 {
        width: 368px;
        margin: 91px 0 0 50px;
        bottom: -50px;
    }
    .teros_landing_sec .teros_middle_sec .button .content1::before {
        top: 0;
    }
    .teros_landing_sec .teros_middle_sec .button .content1::after {
        top: 5px;
        bottom: 0;
        right: auto;
        transform: rotate(90deg);
        left: -32px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 {
        margin: 0;
        top: 80px;
        left: 560px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 .content1 {
        margin: 90px 0 0 -289px;
        bottom: -100px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 .content1::after {
        top: -30px;
        bottom: 0;
        left: auto;
        transform: rotateX(180deg);
        right: 53px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 {
        margin: 0;
        top: 5px;
        right: 280px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 .content1 {
        margin: 90px 0 0 -280px;
        bottom: -130px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 .content1::after {
        top: -30px;
        bottom: 0;
        left: auto;
        transform: rotateX(180deg);
        right: 60px;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 {
        right: 122px;
        margin: 30px 66px 0 0;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 .content1 {
        margin: 88px 0 0 -286px;
        bottom: -100px;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 .content1::after {
        top: -30px;
        bottom: 0;
        left: auto;
        transform: rotateX(180deg);
        right: 53px;
    }
    .teros_landing_sec .teros_middle_sec .button a img {
        width: 80%;
        padding: 4px;
    }
}

/*----------Mobile Portrait---------- "DO NOT EDIT"*/
@media (min-width: 320px) and (max-width: 480px) {
    .teros_landing_sec .teros_middle_sec {
        margin-top: 140px;
        position: relative;
    }
    .teros_landing_sec .teros_middle_sec .button a img {
        width: 60%;  
    }
    .teros_landing_sec .teros_middle_sec .button.button1 {   
        margin: 22px 0 0 48px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 {         
        margin: 32px 0 0 24px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 {
        right: 85px;
        margin: -11px 0px 0 0;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 {  
        margin: 0px -3px 0 0;
        right: 50px;
    }
    .teros_landing_sec .teros_middle_sec .button .content1{
        bottom: 58px;
        margin: 0px 0 0 -12px;
        width: 270px;
        /*padding: 12px 14px;*/
        padding: 6px 10px;
    }
    .teros_landing_sec .teros_middle_sec .button .content1::after{        
        right: 238px;
    }
    .teros_landing_sec .teros_middle_sec .button2 .content1 {    
        margin: 0px 0 0 -112px;
        bottom: 63px;
    }
    .teros_landing_sec .teros_middle_sec .button2 .content1::after{        
        right: 138px;
    }
    .teros_landing_sec .teros_middle_sec .button3 .content1 {
        margin: 0px 0 0 -200px;
        width: 335px;
    }    
    .teros_landing_sec .teros_middle_sec .button3 .content1::after {
        right: 117px;
    }
    .teros_landing_sec .teros_middle_sec .button4 .content1 {
        margin: 0px 0 0 -182px;
        width: 280px;
    }
    .teros_landing_sec .teros_middle_sec .button4 .content1::after {
        right: 80px;
    }
}

/*----------Ipad pro Portarit---------- "DO NOT EDIT"*/
@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
    .teros_landing_sec .teros_middle_sec .button.button1 {
        left: 0;
        margin: 80px 0 0 275px;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 {
        left: 0;       
        margin: 74px 0 0 546px;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 {
        right: 0;
        margin: 0px 0px 0 0px;
        left: 612px;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 {
        right: 0;
        margin: 23px 188px 0 0;
    }
    .teros_landing_sec .teros_middle_sec .button .content1 {
        width: 320px;
        padding: 20px 23px;
        background-color: #fff;
        box-shadow: #5ba4d7 0 0 0 3px;
        left: 0;
        position: absolute;
        top: auto;
        bottom: 77px;
        visibility: hidden;
        opacity: 0;
        transition: 0.6s;
        margin: 0px 0 0px -83px;
        z-index: 9;
    }
    .teros_landing_sec .teros_middle_sec .button .content1::after {        
        bottom: -32px;
        right: 206px;
    }
}



/*END :: Teros page css in desktop, ipad, mobile view by PRO "DO NOT EDIT"*/

/*START :: Articshark page css in desktop, ipad, mobile view  added by @PRO "DO NOT EDIT"*/
.articshark_landing_sec .articshark_middle_sec {
    margin-top: 260px;
    position: relative;
}
.articshark_landing_sec .articshark_middle_sec p {
    line-height: 26px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #10203a;
    font-size: 16px;
}
.articshark_landing_sec .articshark_middle_sec img {
    width: 100%;
    position: relative;
}
.articshark_landing_sec .articshark_middle_sec .button {
    position: absolute;
    top: 0;
    width: auto;
}
.articshark_landing_sec .articshark_middle_sec .button a img {
    width: auto;
    transition: 0.6s;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
}
.articshark_landing_sec .articshark_middle_sec .button.button1 {
    left: 0;
    margin: 170px 0 0 230px;
}
.articshark_landing_sec .articshark_middle_sec .button .content1 {
    width: 320px;
    padding: 20px 23px;
    background-color: #fff;
    box-shadow: #5ba4d7 0 0 0 3px;
    left: 0;
    position: absolute;
    top: auto;
    bottom: 75px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    /*margin: -176px 0 0 -292px;*/    
    margin: 0px 0 0 -250px;
    z-index: 9;
}
.articshark_landing_sec .articshark_middle_sec .button a { display:inline-block; }
.articshark_landing_sec .articshark_middle_sec .button a:hover + .content1 {
    visibility: visible;
    opacity: 1;
}
.articshark_landing_sec .articshark_middle_sec .button .content1::before {
    position: absolute;
    content: "";
    width: 99%;
    height: 7px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.articshark_landing_sec .articshark_middle_sec .button ul {
    margin-bottom: 0px;
    /*margin-left: -38px;*/
    margin-left: -43px;
}
.articshark_landing_sec .articshark_middle_sec .button ul li {
    font-size: 14px;
    font-weight: 600;
    list-style: disc;
    color: #666666;
    margin-left: 12px;
}
.articshark_landing_sec .articshark_middle_sec .button .content1::after {
    content: "";
    background: url(/wp-content/uploads/2019/03/corner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    bottom: -30px;
    right: 39px;
    width: 35px;
    height: 32px;
    position: absolute;
}
.articshark_landing_sec .articshark_middle_sec .button a img:hover {
    border: 2px solid #fff;
    border-radius: 50%;
}
.articshark_landing_sec .articshark_middle_sec .button.button2 {
   left: 0;
   /* transform: translateY(-50%); */
   margin: 64px 0 0 85px;
}
.articshark_landing_sec .articshark_middle_sec .button.button3 {
    right: 0;
    margin: 45px 0px 0 0px;
    left: 400px;
}
.articshark_landing_sec .articshark_middle_sec .button.button4 {
    right: 125px;
    margin: 44px 340px 0 0;
}
.articshark_landing_sec .articshark_middle_sec .button.button5 {
    right: 155px;
    margin: 152px 66px 0 0;
}

/*----------Ipad pro Portarit---------- "DO NOT EDIT"*/
@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
    .articshark_landing_sec .articshark_middle_sec .button.button1 {
        left: 0;        
        margin: 135px 0 0 180px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button2 {
        left: 0;
        margin: 46px 0 0 70px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button3 {
        right: 0;
        margin: 30px 0px 0 0px;
        left: 335px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button4 {
        right: 46px;
        margin: 30px 340px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 {
        right: 127px;
        margin: 116px 66px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1 {
        width: 320px;
        padding: 20px 23px;
        background-color: #fff;
        box-shadow: #5ba4d7 0 0 0 3px;
        left: 0;
        position: absolute;
        top: auto;
        bottom: 77px;
        visibility: hidden;
        opacity: 0;
        transition: 0.6s;
        /* margin: -176px 0 0 -292px; */
        margin: 0px 0 0px -83px;
        z-index: 9;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1::after {        
        bottom: -32px;
        right: 206px;
    }

    /**/
    .landing_sec .middle_sec .button.button1 {
        left: 0;
        margin: 110px 0 0 224px;
    }
    .landing_sec .middle_sec .button.button2 {
        margin: 20px 0 0 -28px;
    }
    .landing_sec .middle_sec .button.button5 {
        right: 260px;
        margin: 98px 66px 0 0;
    }
    .landing_sec .middle_sec .button.button4 {
        right: 98px;
        margin: 65px 66px 0 0;
    }
    .landing_sec .middle_sec .button.button3 {
        right: 166px;
        margin: 35px 66px 0 0;
    }
}

/*----------Ipad Portrait---------- "DO NOT EDIT"*/
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    /*@media (max-width: 991px) and (min-width: 768px) "DO NOT EDIT"*/
    .articshark_landing_sec .articshark_middle_sec {
        margin-top: 180px;
        position: relative;
    }   
    .articshark_landing_sec .articshark_middle_sec .button {      
        width: fit-content;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button1 {        
        left:0;
        margin: 85px 0 0 134px !important;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button2 {
        left: 0;
        margin: 20px 0 0 52px !important;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button3 {
        right: 0;
        margin: 8px 0px 0 0px !important;
        left: 250px !important;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button4 {        
        right: 30px !important;
        margin: 8px 256px 0 0 !important;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 {
        right: 75px !important;
        margin: 72px 66px 0 0 !important;
    }    
    .articshark_landing_sec .articshark_middle_sec .button .content1 {       
        bottom: 70px !important;
        margin: 0px 0 0 -55px !important;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1::after {        
        right: 241px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 .content1 {
        margin: 0 0 0 -120px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 .content1::after { 
        right: 175px;
    }
    /**/
    .teros_landing_sec .teros_middle_sec .button.button1 {
        top: 57px  !important;;
        left: 220px !important;
    }
    .teros_landing_sec .teros_middle_sec .button.button2 {
        top: 60px !important;
        left: 415px !important;
    }
    .teros_landing_sec .teros_middle_sec .button.button3 {
        top: 4px !important;
        right: 200px !important;
    }
    .teros_landing_sec .teros_middle_sec .button.button4 {
        right: 68px !important;
        margin: 18px 66px 0 0 !important;
    }
    /**/
    .landing_sec .middle_sec .button.button1 {
        top: 70px !important;
        left: 156px !important;
        margin: 0px !important;
    }
    .landing_sec .middle_sec .button.button2 {
        top: 13px !important;
        left: 346px !important;
        margin: 0px !important;
    }
    .landing_sec .middle_sec .button.button3 {
        top: 10px !important;
        right: 187px !important;        
        margin: 0px !important;
    }
    .landing_sec .middle_sec .button.button4 {
        right: 57px !important;
        margin: 36px 66px 0 0 !important;
    }
    .landing_sec .middle_sec .button.button5 {
        right: 177px !important;
        margin: 77px 66px 0 0 !important;
    }


}
/*----------Ipad Landscaped---------- "DO NOT EDIT"*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .articshark_landing_sec .articshark_middle_sec .button.button1 {       
        margin: 135px 0 0 180px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button2 {
        left: 0;        
        margin: 44px 0 0 65px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button3 {
        right: 0;
        margin: 28px 0px 0 0px;
        left: 336px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button4 {        
        right: 90px;
        margin: 28px 300px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 {
        right: 120px;
        margin: 115px 66px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1{
        bottom: 72px;
        margin: 0px 0 0 -80px;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1::after{        
        right: 210px;
    }

    /**/
    .landing_sec .middle_sec .button.button1 {
        left: 0;
        margin: 110px 0 0 224px;
    }
    .landing_sec .middle_sec .button.button2 {
        margin: 20px 0 0 -28px;
    }
    .landing_sec .middle_sec .button.button5 {
        right: 260px;
        margin: 98px 66px 0 0;
    }
    .landing_sec .middle_sec .button.button4 {
        right: 98px;
        margin: 65px 66px 0 0;
    }
    .landing_sec .middle_sec .button.button3 {
        right: 166px;
        margin: 35px 66px 0 0;
    }
}
/*----------Mobile Portrait---------- "DO NOT EDIT"*/
@media (min-width: 320px) and (max-width: 480px) {
    .articshark_landing_sec .articshark_middle_sec {
        margin-top: 140px;
        position: relative;
    }
    .articshark_landing_sec .articshark_middle_sec .button a img {
        width: 60%;  
    }
    .articshark_landing_sec .articshark_middle_sec .button.button1 {     
        /*margin: 37px 0 0 66px;*/
        margin: 42px 0 0 68px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button2 {  
        margin: 8px 0 0 24px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button3 {
        right: 180px;
        margin: unset;
        left: unset;
        /*right: 180px;
        margin: 0px 0px 0 0px;
        left:135px;*/
    }
    .articshark_landing_sec .articshark_middle_sec .button.button4 {  
        margin: 0px -3px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 {
        right: -17px;
        margin: 31px 66px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1{
        /*bottom: 60px;*/
        bottom:58px;
        margin: 0px 0 0 -12px;
        width: 290px;
        padding: 12px 14px;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1::after{        
        right: 255px;
    }
    .articshark_landing_sec .articshark_middle_sec .button3 .content1 {
        margin: 0px 0 0 -120px;
        width: 345px;
    }    
    .articshark_landing_sec .articshark_middle_sec .button3 .content1::after {
        right: 205px;
    }
    .articshark_landing_sec .articshark_middle_sec .button4 .content1 {
        margin: 0px 0 0 -150px;
    }
    .articshark_landing_sec .articshark_middle_sec .button4 .content1::after {
        right: 120px;
    }
    .articshark_landing_sec .articshark_middle_sec .button5 .content1 {
        margin: 0px 0 0 -225px;
    }
    .articshark_landing_sec .articshark_middle_sec .button5 .content1::after {
        right: 45px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .articshark_landing_sec .articshark_middle_sec .button a img {
        width: 70%;
        transition: 0.6s;
        padding: 6px;
        border: 2px solid transparent;
        border-radius: 50%;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button1 {            
        margin: 70px 0 0 100px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button2 {  
        margin: 20px 0 0 35px;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button3 {
        right: 285px;
        /*margin: 10px;
        left:0;*/
        margin: 10px;
        left: unset;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button4 {        
        margin: 10px 75px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button.button5 {
        right: 15px;
        margin: 57px 66px 0 0;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1 {        
        margin: 0px 0 0 -55px;
        bottom: 60px;
    }
    .articshark_landing_sec .articshark_middle_sec .button .content1::after {
        right: 244px;
        bottom: -28px;
    }
    .articshark_landing_sec .articshark_middle_sec .button4 .content1{
        margin: 0px 0 0 -238px;
    }
    .articshark_landing_sec .articshark_middle_sec .button4 .content1::after{
        right: 60px;
        bottom: -28px;
    }
    .articshark_landing_sec .articshark_middle_sec .button5 .content1{       
        margin: 0px 0 0 -150px;
    }
    .articshark_landing_sec .articshark_middle_sec .button5 .content1::after {
        right: 146px;
    }   

}



/*END :: Articshark page css in desktop, ipad, mobile view added by @PRO "DO NOT EDIT"*/

/* @Jam 30_08_2019  "DO NOT EDIT"*/
.logo_bg_fixed {
    border-top-right-radius: 0px;
    height: 45px;
    margin-top: 0px;
}

.custom_nav_header.position-fixed {
    top: 0px;
    z-index: 9999;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 812px) {
    .logo_bg_fixed {
        height: 70px;
    }
    .logo_bg_fixed a img{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
/* END */

/* CSS to Media Page and Individual Posts "DO NOT EDIT"*/

/*Remove Excerpt */
.page-id-1222 .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: none;
}

/* Changes color of buttons */
.page-id-1222 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    background-color: #303030;
    font-family: Montserrat;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
    /*font-family: Montserrat;*/
    font-size: 20px;
    line-height: 27px;
}

/* Remove Image on Single Post Page */
img.wp-post-image {
	display:none;
}

/* Post Image Captions */
.ng-photo-captions{
    font-size: 12px;
    line-height: 20px;
    color: #303030;
    margin-top: 10px;
    text-align: left;
}

/* Change color of accordions on Science Technology page - sg */
.page-id-1431 .wpb-js-composer .vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 2px;
    background: #ddd!important;
}

.page-id-1431 span.vc_tta-title-text {
    color: #666;
    font-weight: 400;
}

.page-id-1431 h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
    background: #ddd!important;
}

/* Change color of accordions on Army Services page - sg */
.page-id-1434 .wpb-js-composer .vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 2px;
    background: #ddd!important;
}

.page-id-1434 span.vc_tta-title-text {
    color: #666;
    font-weight: 400;
}

.page-id-1434 h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
    background: #ddd!important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after{
    font-size: 36px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 14px !important;
}
@media only screen and (max-width: 900px){
    /*#mega-menu-primary{    
        min-height: calc(100vh - 70px) !important;
        overflow-y: scroll !important;
        }*/
        #mega-menu-wrap-primary #mega-menu-primary {
            height: calc(100vh - 200px);
            overflow: auto;
        }
    }
    .search-header h1{
        text-transform: initial;
        line-height: 48px;
        letter-spacing: -1px;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    .bsearch_nav tr td {
        padding: 6px 10px 6px 0;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        font-size: 14px;
    }
    .bsearch_nav tr td strong{
        color: #000 !important;
    }
    .bsearch_results_page h2{
        font-size: 20px;    
        margin-bottom: 15px;
    }
    .pagination {
        justify-content: center;
        padding-top: 20px;
    }

    @media only screen and (max-width: 823px) and (orientation: landscape) {
        /* 	.custom_header_top .visit_button { float: right; position: relative; left: 15px;} */
    }
    .custom_header_top > .container {
       max-width: 100%;
   }
   .search_visit_header {
       display: flex;
       float: right;
   }
   .custom_top_search {
       margin-left: 15px;
   }
   @media (max-width: 991px) {
       .visit_button {
          margin-bottom: 0px;
      }
  }
  @media only screen and (max-width: 823px) and (orientation: portrait) {
   .search_visit_header {
      flex-direction: column;
      float:none;
  }
  .custom_top_search {
      max-width: inherit;
      margin: 0 20px;
  }
  .visit_button {
      margin-bottom: 10px;
  }
}
@media only screen and (max-width: 823px) and (orientation: landscape) {
	.custom_top_search {
		margin-right: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* 	.custom_header_top .visit_button { text-align:right; position: relative; left: 40px;} */
    .search_visit_header {
      flex-direction: row;
  }
  .visit_button {
      margin-bottom: 0px;
  }
  .search_visit_header {
      float: right;
  }
  .custom_top_search {
      margin-right: 0px;
  }
}

footer.entry-footer > span.edit-link { display: none; }

@media only screen and (max-width: 767.98px) and (orientation: portrait) {    
    .learn-more-about button { width: 100%; }

    .empty-space-0 { display: none; }
    .mpad-t0 { padding-top: 0px; }
    .mpad-b0 { padding-bottom: 0px; }
    .mpad-t20 { padding-top: 20px; }
    .mpad-b20 { padding-bottom: 20px; }
    .mpad-tb-0 { padding-top: 0px; padding-bottom: 0px; }
    .mpad-tb-20 { padding-top: 20px; padding-bottom: 20px; }

    .mob-mb-20 {  margin-bottom: 20px; }

    div.related-offerings-row { padding-bottom: 20px !important; }
    div.related-offerings-column > div.vc_column-inner { padding-top: 20px !important; }
    div.related-offerings-column div.heading-text { margin-bottom: 20px; }

    ul#menu-footer-menu { text-align: center; }
    ul#menu-footer-menu span.nasa-menu-pipe { display: none; }
}
@media only screen and (max-width: 360px) and (orientation: portrait) {   
    .learn-more-about button {  padding: 14px 8px !important;  }
}
@media only screen and (max-width: 325px) and (orientation: portrait) {   
    .learn-more-about button { font-size: 14px !important; }
}
div.g-recaptcha{
	margin-bottom:1rem;
}
div.grecaptcha-badge { bottom: 85px !important; }
@media only screen and (max-width: 767.98px) {
	div.grecaptcha-badge { bottom: 50px !important; }
}
/* Usa and  International Contact Us css */
form#gform_1 label.gfield_label,form#gform_2 label.gfield_label{
	color: #10203a;
    font-size: 18px;
    font-weight: 400;
    font-family: Abel;
}
#gform_wrapper_1 .top_label div.ginput_container,#gform_wrapper_2 .top_label div.ginput_container{
	margin-top:0px !important;
}
form#gform_1 span.gfield_required,form#gform_2 span.gfield_required{
	display:none;
}
form#gform_1 input[type="text"],form#gform_2 input[type="text"]{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom:.5rem !important;
}
form#gform_1 textarea,form#gform_2 textarea{
	height:auto;
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow: auto;
    resize: vertical;
}
form#gform_1 input[type=submit],form#gform_2 input[type=submit]{
	width:100%;
	height: calc(1.5em + .75rem + 2px);
	background: #1d508a;
    color: #fff;
    border: #1d508a;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    vertical-align: middle;
    text-align:center;
    font-family:Abel;
    margin-right:0px;
}
form#gform_1 input[type=submit]:focus,form#gform_2 input[type=submit]:focus{
	background: #205f98;
	color: #FFF;
}
form#gform_1 input[type=submit]:hover,form#gform_1 input:not(:disabled):not(.disabled):active[type=submit],form#gform_2 input:not(:disabled):not(.disabled):active[type=submit],form#gform_2 input[type=submit]:hover{
	background: #205f98;
    color: #fff;
    border: #205f98;
    box-shadow: none !important;
}
form#gform_1 ul li#field_1_6,form#gform_2 ul li#field_2_9{
	margin-top:0px !important;
}
div#gform_wrapper_1 .validation_message,div#gform_wrapper_2 .validation_message { display: none; }
form#gform_1 div.alert-danger,form#gform_2 div.alert-danger{margin-right:16px;}
div#gform_wrapper_1 li.gfield.gfield_error,div#gform_wrapper_2 li.gfield.gfield_error{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
div#gform_wrapper_1 li.gfield.gfield_error, div#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,div#gform_wrapper_2 li.gfield.gfield_error, div#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color:transparent !important;
	border-bottom:none !important;
	border-top:none !important;
}
div#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container, div#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label,div#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container, div#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-top:0px !important;
}
div.contact-us-landing-btn-row{margin-top:120px;margin-bottom:120px;}

@media only screen and (max-width: 767.98px) {
	form#gform_1 div.alert-danger,form#gform_2 div.alert-danger{
		margin-right:0px !important;
	}
	div.contact-us-landing-btn-row{
        margin-top:35px !important;
        margin-bottom:35px !important;
    }
    div.usa-contact-us-inquiries-btn,div.int-contact-us-inquiries-btn{text-align: center !important;}
}
div#mediaboxes-grid-5eb42c75a6b00 { display: flex; flex-wrap: wrap; }
div#mediaboxes-grid-5eb42c75a6b00 > div { position: relative !important; top: 0px !important; left: 0px !important;}
div#mediaboxes-grid-5eb42c75a6b00  div.media-boxes-grid-sizer { display: none; }

/* keep it mobile friendly by only applying these styles for larger viewports */
/*
 @media only screen and (min-width: 641px) { 
   body #gform_wrapper_2 { 
      max-width: 50%;
      margin: 0 auto;
  }
  body #gform_wrapper_2 ul.top_label li.gfield label.gfield_label {
      display: block;
  }
  body #gform_wrapper_2 .gform_footer,
  body #gform_wrapper_2 .gform_page_footer{
    text-align: center;
}
div.gform_confirmation_message_2{
    text-align: center;
}
body #gform_wrapper_2 ul.gform_fields li.gfield{padding-right: 0px;}
}
*/

div.usa-contact-us-inquiry-btn>a,div.int-contact-us-inquiry-btn>a{width:260px !important;}
div.usa-contact-us-inquiry-btn>a,div.int-contact-us-inquiry-btn>a{
	background-image: linear-gradient(#1b477b,#3681d8,#1b477b) !important;
	background-image: -webkit-linear-gradient(#1b477b,#3681d8,#1b477b) !important;
	background-image: -ms-linear-gradient(#1b477b,#3681d8,#1b477b) !important;
	border: 1px solid #000 !important;
	text-shadow: 2px 1px 2px #0e0e0e;
	font-size:16px !important;
	font-weight:600;
	background-position: center !important;
	background-size: contain !important;
}

.nasc-usa-position p, .nasc-usa-position ul { font-weight: 600; font-size: 18px; line-height: 25px; }
.nasc-usa-position ul { padding-left: 10px !important; position: relative; left: 10px; font-family: 'Abel',sans-serif; }
@media only screen and (max-width: 1200px) {
	.nasc-usa-position .d-flex { flex-wrap: wrap; }
}
@media only screen and (max-width: 750px) {
	.nasc-usa-position { margin-top: -30px; }
	.nasc-usa-position .d-flex {
		flex-wrap: nowrap;
	}
	.quality_text { margin-bottom: 12px; }
}

/* nasc-teros page tab CSS */
div.vc_tta-tabs.custom-tab .vc_tta-tab a { border-color: transparent; max-height: 50px; cursor:pointer; }
div.vc_tta-tabs.custom-tab .vc_tta-tab a span { font-size: 14px; font-weight: 500; }
div.vc_tta-tabs.custom-tab .vc_tta-tab.vc_active>a { background-color: #000; color: #FFF; }
/* END */
/* Home Page Bottom CSS */
.middle_boxsec{
    background: url(/wp-content/uploads/2019/10/nasc-dev-background-2.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
}
.servepic .vc_single_image-wrapper.vc_box_circle.vc_box_border_grey{
	width: 180px;
    margin: 0 auto;
}
.wpb_single_image.servepic .vc_figure{
	display: block;
    width: 100%;
}
.wpb_single_image.vc_align_center.servepic{
	margin-bottom: 0;
}
.servepic:hover{
	filter: grayscale(0);
    transition: 0.7s;
}
.vc_single_image-wrapper.vc_box_circle.vc_box_border_grey{
	position: relative !important;
}
.inner_box .wpb_wrapper:hover h4{
	color: #10203a;
}
.inner_box .wpb_wrapper h4{
	color: #962b30;
    transition: 0.7s;
	font-weight:500;
	font-size:18px;
}
.inner_box .wpb_wrapper h4>a{
	color:#fff;
}
.vc_single_image-wrapper.vc_box_circle.vc_box_border_grey::before {
	transition: 0.7s;
	position: absolute;
	content: "";
	background: rgba(57, 142, 124, 0.6);
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 4px solid #0a1323 !important;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
}
.vc_single_image-wrapper.vc_box_circle.vc_box_border_grey:hover::before {
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-device-width: 767px){
.middle_boxsec .wpb_wrapper{margin-bottom: 0px !important;}
}
/* END */
/* AccessiBe icon CSS for Footer Section*/
#ae_app #ae_launcher{
	bottom:15px !important;
	right:20px !important;
}
/* END */

/* teros page css */
section.teros-hero-section { position: relative; }
section.teros-hero-section .overlay-content { position: absolute; top: 100px; left: 15px; width: 100%; height: 100%; }
section.teros-hero-section .overlay-content h1 { display: inline-block; background-color: rgba(0,0,0,0.3); color: #FFF; border-radius: 4px; }
section.teros-hero-section .hero-img.full-width div, section.teros-hero-section .hero-img.full-width figure, section.teros-hero-section .hero-img.full-width figure img { width: 100%; }
section.teros-landing-section .teros-middle-section {  position: relative; margin-top: 200px; }
section.teros-landing-section .teros-middle-section p {
    line-height: 26px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #10203a;
    font-size: 16px;
}
section.teros-landing-section .teros-middle-section img {
    width: 100%;
    position: relative;
}
section.teros-landing-section .teros-middle-section .button { position: absolute; width: auto; top: auto; }
section.teros-landing-section .teros-middle-section a img { width: auto; transition: 0.6s; padding: 6px; border: 2px solid transparent; border-radius: 50%; }
section.teros-landing-section .teros-middle-section .button.button1 { right: 115px; bottom: 15px; }
section.teros-landing-section .teros-middle-section .button .content1 {
    width: 320px;
    padding: 20px 23px;
    background-color: #fff;
    box-shadow: #5ba4d7 0 0 0 3px;
    left: 0;
    position: absolute;
    top: auto;
    /*bottom: 110px;*/
    bottom: 75px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    margin: -176px 0 0 -292px;
    z-index: 9;
}
section.teros-landing-section .teros-middle-section .button:hover .content1 {
    visibility: visible;
    opacity: 1;
}
section.teros-landing-section .teros-middle-section .button .content1::before {
    position: absolute;
    content: "";
    width: 99%;
    height: 7px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 9;
}
section.teros-landing-section .teros-middle-section .button ul {
    margin-bottom: 0px;
    margin-left: -38px;
}
section.teros-landing-section .teros-middle-section .button ul li {
    font-size: 14px;
    font-weight: 600;
    list-style: disc;
    color: #666666;
    margin-left: 12px;
}
section.teros-landing-section .teros-middle-section .button .content1::after {
    content: "";
    background: url(/wp-content/uploads/2019/03/corner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    bottom: -30px;
    right: -3px;
    width: 35px;
    height: 32px;
    position: absolute;
}
section.teros-landing-section .teros-middle-section .button a img:hover { border: 2px solid #fff; border-radius: 50%; }

section.teros-landing-section .teros-middle-section .button.button2 { left: 41%; top: 20%; }
section.teros-landing-section .teros-middle-section .button.button3 { left: 31%; top: 23%; }
section.teros-landing-section .teros-middle-section .button.button4 { left: 24%; top: 30%; }

@media only screen and (max-width: 992px) {
    section.teros-hero-section .overlay-content { top: 60px; }
    section.teros-hero-section .overlay-content h1 { font-size: 25px; }
}

@media (max-width: 991px) and (min-width: 701px) {
    section.teros-hero-section .overlay-content h1 { font-size: 20px; }
    section.teros-landing-section .teros-middle-section .button img { width: 80%; padding: 4px; }
}

@media only screen and (max-width: 700px) {
    section.teros-landing-section .teros-middle-section { margin-top: 150px; }
    section.teros-hero-section .overlay-content { top: 15px; }
    section.teros-hero-section .overlay-content h1 { font-size: 16px; padding: 8px !important; }
    section.teros-landing-section .teros-middle-section .button.button2 { top: 15%; }
    section.teros-landing-section .teros-middle-section .button.button3 { top: 18%; }
    section.teros-landing-section .teros-middle-section .button.button4 { top: 25%; }
    section.teros-landing-section .teros-middle-section .button.button1 { right: 12px; bottom: -8px; }
    section.teros-landing-section .teros-middle-section .button img { width: 60%; }

    section.teros-landing-section .teros-middle-section .button.button2 { z-index: 3; }
    section.teros-landing-section .teros-middle-section .button.button2 .content1 { margin-left: -123px; }
    section.teros-landing-section .teros-middle-section .button.button2 .content1:after { right: 180px; }

    section.teros-landing-section .teros-middle-section .button.button3 { z-index: 2; }
    section.teros-landing-section .teros-middle-section .button.button3 .content1 { margin-left: -90px; }
    section.teros-landing-section .teros-middle-section .button.button3 .content1:after { right: 212px; }

    section.teros-landing-section .teros-middle-section .button.button4 .content1 { margin-left: -60px; }
    section.teros-landing-section .teros-middle-section .button.button4 .content1:after { right: 242px; }
}

@media only screen and (min-width: 701px) and (max-width: 1300px) {
    section.teros-landing-section .teros-middle-section .button.button4 .content1 { width: 214px; padding: 10px; margin-left: -195px; }
    section.teros-landing-section .teros-middle-section .button.button3 .content1 { width: 256px; padding: 15px; margin-left: -240px; }
}
@media only screen and (min-width: 1400px) {
    section.teros-hero-section .hero-img img { height: 500px; object-fit: cover; object-position: bottom; }
    section.teros-hero-section .overlay-content { top: 65px; }
}
/* end  */

/* tracer page css */
section.tracer-hero-section { position: relative; }
section.tracer-hero-section .hero-img.full-width div, section.tracer-hero-section .hero-img.full-width figure, section.tracer-hero-section .hero-img.full-width figure img { width: 100%; }
section.tracer-landing-section .tracer-middle-section {  position: relative; margin-top: 200px; }
section.tracer-landing-section .tracer-middle-section p {
    line-height: 26px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #10203a;
    font-size: 16px;
}
section.tracer-landing-section .tracer-middle-section img {
    width: 100%;
    position: relative;
}
section.tracer-landing-section .tracer-middle-section .button { position: absolute; width: auto; top: auto; }
section.tracer-landing-section .tracer-middle-section a img { width: auto; transition: 0.6s; padding: 6px; border: 2px solid transparent; border-radius: 50%; }
section.tracer-landing-section .tracer-middle-section .button.button1 { right: 165px; top: 75px; }
section.tracer-landing-section .tracer-middle-section .button .content1 {
    width: 320px;
    padding: 20px 23px;
    background-color: #fff;
    box-shadow: #5ba4d7 0 0 0 3px;
    left: 0;
    position: absolute;
    top: auto;
    /*bottom: 110px;*/
    bottom: 75px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    margin: -176px 0 0 -292px;
    z-index: 9;
}
section.tracer-landing-section .tracer-middle-section .button a { display:inline-block; }
section.tracer-landing-section .tracer-middle-section .button a:hover + .content1 {
    visibility: visible;
    opacity: 1;
}
section.tracer-landing-section .tracer-middle-section .button .content1::before {
    position: absolute;
    content: "";
    width: 99%;
    height: 7px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 9;
}
section.tracer-landing-section .tracer-middle-section .button ul {
    margin-bottom: 0px;
    margin-left: -38px;
}
section.tracer-landing-section .tracer-middle-section .button ul li {
    font-size: 14px;
    font-weight: 600;
    list-style: disc;
    color: #666666;
    margin-left: 12px;
}
section.tracer-landing-section .tracer-middle-section .button .content1::after {
    content: "";
    background: url(/wp-content/uploads/2019/03/corner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    bottom: -30px;
    right: -3px;
    width: 35px;
    height: 32px;
    position: absolute;
}
section.tracer-landing-section .tracer-middle-section .button a img:hover { border: 2px solid #fff; border-radius: 50%; }

section.tracer-landing-section .tracer-middle-section .button.button2 { right: 34%; top: 28%; }
section.tracer-landing-section .tracer-middle-section .button.button3 { left: 40%; top: 25%; }
section.tracer-landing-section .tracer-middle-section .button.button4 { left: 23%; bottom: 25%; }

@media only screen and (max-width: 992px) {
    section.tracer-landing-section .tracer-middle-section .button.button1 { right: 90px; top: 49px; }
    section.tracer-landing-section .tracer-middle-section .button.button2 { right: 32%; top: 20%; }
}

@media (max-width: 991px) and (min-width: 701px) {
    section.tracer-landing-section .teros-middle-section .button img { width: 80%; padding: 4px; }
}

@media only screen and (max-width: 700px) {
    section.tracer-landing-section .teros-middle-section { margin-top: 150px; }
    section.tracer-landing-section .tracer-middle-section .button.button1 { right: 20px; top: 20px; }
    section.tracer-landing-section .tracer-middle-section .button.button2 { right: 25%; }
    section.tracer-landing-section .tracer-middle-section .button.button3 { top: 20%; }
    section.tracer-landing-section .tracer-middle-section .button.button4 { left: 22%; bottom: 15%; }
    section.tracer-landing-section .tracer-middle-section .button img { width: 60%; }

    section.tracer-landing-section .tracer-middle-section .button.button2 { z-index: 3; }
    section.tracer-landing-section .tracer-middle-section .button.button2 .content1 { margin-left: -200px; }
    section.tracer-landing-section .tracer-middle-section .button.button2 .content1:after { right: 106px; }

    section.tracer-landing-section .tracer-middle-section .button.button3 { z-index: 2; }
    section.tracer-landing-section .tracer-middle-section .button.button3 .content1 { margin-left: -125px; }
    section.tracer-landing-section .tracer-middle-section .button.button3 .content1:after { right: 178px; }

    section.tracer-landing-section .tracer-middle-section .button.button4 .content1 { margin-left: -60px; }
    section.tracer-landing-section .tracer-middle-section .button.button4 .content1:after { right: 242px; }
}
@media only screen and (max-width: 700px) and (orientation:  landscape) {
    section.tracer-landing-section .tracer-middle-section .button.button2 { right: 28%; top: 25%; }
}

@media only screen and (min-width: 701px) and (max-width: 1300px) {
    section.tracer-landing-section .tracer-middle-section .button.button4 .content1 { width: 214px; padding: 10px; margin-left: -195px; }
    section.tracer-landing-section .tracer-middle-section .button.button3 .content1 { width: 256px; padding: 15px; margin-left: -240px; }
}
/* end  */
.gform_legacy_markup_wrapper div.validation_error { border:none; }

/* brochures page css */
.page-id-2062 .nav_section, .page-id-2062 .custom_header_top { display: none !important; }
.page-id-2062 .custom_nav_header { margin-top: 45px; }
.page-id-2062 .custom_nav_header.position-fixed { margin-top: 0px !important; }

.page-id-2062 .brochure-btn { margin-bottom: 40px; }
.page-id-2062 .brochure-download-text-row { margin-top: 35px; }
.page-id-2062 .brochures-downlod-row .vc_column-inner > .wpb_wrapper { height: 100%; display: flex; flex-direction: column; }
.page-id-2062 .brochures-downlod-row .vc_column-inner > .wpb_wrapper .vc_btn3-container { margin-top: auto; }
.page-id-2062 .brochures-downlod-row .vc_column-inner > .wpb_wrapper .wpb_single_image img { border: 1px solid #ded7d7; }
    
@media only screen and (max-width: 600px) {
    .page-id-2062 .brochure-download-text-row { margin-top: 15px; }
}
/* end */
/* slider css */
.carousel-inner{
    overflow: visible !important;
}
.slider-video-row {
    /*position: absolute !important;*/
    /*height: 425px;*/
    /*top: -84px;*/
    /*left: -190px !important;*/
    
}
.slider-video-row video {
    width: 100%;
}
.slider-video-row > * {
    max-height: 425px;
}
.slider-heading-column{
    max-width: 910px;
    margin: 0 auto;
}
.header{
    position: relative;
}
.home-page-slider-row{
    min-height: 425px;
    min-height: 500px;
    position: relative;
}
.home-page-slider-row > .wpb_column > .vc_column-inner {
    justify-content: center;
}
.adv-tec-heading{
    text-transform: uppercase !important;
    font-family: inherit;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5) !important;
    font-weight: 700;
}
.slider-content-row{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.unmatched-heading span{
    font-size: 30px !important;
    display: block;
}
.unmatched-heading{
    background-color: rgba(255,255,255,0.65);
}
.slider-heading-column.unmached-heading-col{
    margin: 0;
    max-width: auto;
}
.unmatched-teros-logo img{
    max-width: 156px;
}
.advancing-slider-btn img{
    cursor: pointer;
    margin-right: 185px;
}
.battel-field-slider-btn, .combat-system-slider-btn, .developing-slider-btn, .unmatched-slider-btn{
    cursor: pointer;
}
.combat-system-slider-btn{
    padding-right: 80px;
}
#carouselHomeIndicators .carousel-indicators li, #carouselnasctigersharkxp .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #e5e5e5;
    background: linear-gradient(to bottom, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    opacity: 1;
}
#carouselHomeIndicators .carousel-indicators li.active, #carouselnasctigersharkxp .carousel-indicators li.active {
    background: rgb(102, 102, 102);
}
.fadeIn{
    animation-delay: 1s !important;
}
#carouselHomeIndicators .carousel-indicators{
    position: absolute;
    bottom: -26px;
}
.adv-tec-heading {
    font-size: 30px;
}
.adv-tec-heading.middle-tec-heading{
    font-size: 100px;
}
.adv-tec-heading.battel-field-heading{
    font-size: 56px;
}
.adv-tec-heading.combat-sys-training-heading{
    font-size: 30px;
}
.adv-tec-heading.combat-sys-training-middle-heading{
    font-size: 58px;
}
.adv-tec-heading.developing-heading{
    font-size: 30px;
}
.adv-tec-heading.developing-middle-heading{
    font-size: 60px;
}
.adv-tec-heading.unmatched-heading{
    font-size: 60px;
    text-align: center;
}
@media only screen and (max-width: 1300px){
    .unmatched-heading span{
        font-size: 25px !important;
    }
    .adv-tec-heading.unmatched-heading{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1024px){
    .slider-heading-column{
        /* max-width: 100% !important; */
    }
    .unmatched-heading span{
        font-size: 20px !important;
    }
    .adv-tec-heading.battel-field-heading {
        font-size: 46px;
    }
    .adv-tec-heading.unmatched-heading {
        font-size: 42px;
    }

}
@media only screen and (max-width: 992px){
    .home-page-slider-row{
        min-height: 460px;
        min-height: 442px;
    }
    #carouselHomeIndicators .carousel-indicators{
        bottom: -11px;
    }
    .adv-tec-heading.middle-tec-heading {
        font-size: 90px;
    }
    .adv-tec-heading.battel-field-heading {
        font-size: 40px;
    }
    .adv-tec-heading.combat-sys-training-middle-heading, .adv-tec-heading.developing-middle-heading {
        font-size: 50px;
    }
    .adv-tec-heading.unmatched-heading {
        font-size: 35px;
    }
    .unmatched-heading span{
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 767.98px){
    
    
    .home-page-slider-row{
        min-height: auto;
    }
    .slider-content-row{
        left: auto;
        right: 14px;
        top: -18px;
    }
    .combat-system-slider-btn img, .advancing-slider-btn img {
    
        margin-right: 56px !important;
    }
    
    #carouselHomeIndicators .carousel-indicators{
        bottom: 0px;
    }
    
    
    .unmatched-teros-logo img {
        max-width: 122px;
    }
    
    .unmatched-teros-logo {
        margin-bottom: 16px;
    }
    .adv-tec-heading.combat-sys-training-middle-heading{
        font-size: 40px;
    }
    .adv-tec-heading.middle-tec-heading {
        font-size: 80px;
    }
    
}
@media only screen and (max-width: 600px){
    .adv-tec-heading.battel-field-heading {
        font-size: 22px;
    }
    .unmatched-teros-logo img {
        max-width: 77px;
    }
    .adv-tec-heading {
        font-size: 16px;
    }
    .adv-tec-heading.unmatched-heading {
        font-size: 21px;
    }
    .adv-tec-heading.middle-tec-heading {
        font-size: 38px;
    }
    /* .adv-tec-heading.battel-field-heading {
        font-size: 24px;
    } */
    .advancing-slider-btn img{
        max-width: 78px;
        margin-right: 56px !important;
    }
    .battel-field-slider-btn img, .developing-slider-btn img, .unmatched-slider-btn img{
        max-width: 78px;
    }
    .combat-system-slider-btn{
        padding-right: 0px;
    }
    .adv-tec-heading.combat-sys-training-middle-heading {
        font-size: 19px;
    }
    .adv-tec-heading.combat-sys-training-heading {
        font-size: 16px;
    }
    .adv-tec-heading.developing-heading{
        font-size: 16px;
    }
    .adv-tec-heading.developing-middle-heading{
        font-size: 20px;
    }
    .combat-system-slider-btn img {
    
        margin-right: 56px !important;
        max-width: 78px;
    }
}
@media only screen and (max-width: 380px){
    .adv-tec-heading.unmatched-heading {
        font-size: 18px;
        margin-left: 6px;
    }
    .unmatched-heading span {
        font-size: 14px !important;
    }
}
#carouselHomeIndicators .wpb_animate_when_almost_visible {
/*     opacity: 1; */
}
/* tigershark slider css */
.slider-empty-space{
	height: 500px !important;
}
.nasc-tigershark-xp-slider{
	margin-bottom: 35px !important;
}
@media only screen and (max-width: 1200px){
	.slider-empty-space {
		height: 360px !important;
	}
}
@media only screen and (max-width: 992px){
	.slider-empty-space {
		height: 310px !important;
	}
}
@media only screen and (max-width: 767.98px){
	.slider-empty-space {
		height: 280px !important;
	}
}
@media only screen and (max-width: 600px){
	.slider-empty-space{
		height: 140px !important;
	}	
	.nasc-tigershark-xp-slider{
		margin-bottom: 0px !important;
	}
}
/* tigershark slider css end */
/* #carouselHomeIndicators h2 {
	opacity: 0;
} */
/* slider css end */
.post-template-default.single.single-post span.cat-links > a {
    pointer-events: none;
}