:root {
    --primary-color-light-blue: rgba(82,131,194,1.0);
    --primary-color-deep-blue: rgba(28,34,42,1.0);
    --white-color: #fff;
    --border-color: #000;
    --black-color: #000;
}

html{
    background-color: var(--white-color) !important;
    /*font-family: Sans-serif;*/
    font-family: 'Agency FB', arial;
}
body{
    background-color: var(--white-color) !important;
    font-family: 'Agency FB', arial;
    /*font-size: 16px;*/
}
.h1, h1{font-size: 2rem;}
h1,h2,h3,h4,h5,h6{
    /*font-family: bahnschrift-semiBold;*/
}
ul{
    margin: 0;
    padding: 0;
}
#about_us,#contact_us{
    margin-top: 100px;
    min-height: 65vh;
}
/*.border{width: 40%;border: 0.5px solid #dee2e6!important;margin-top: 6rem;}*/
#tactical,#survey,#secure,#robotics,#research,#exportImport{
    margin-top: 80px;
    position: relative;
}
.tactical_product,.robotics,.survey,.secure,.research,.exportImport{padding-top: 20px;}
#tactical .services_page_header{
    position: fixed;
    top: 50%;
    left: -415px;
    transform: rotate(-90deg);
}
#survey .services_page_header{
    position: fixed;
    top: 50%;
    left: -415px;
    transform: rotate(-90deg);
}
#secure .services_page_header{
    position: fixed;
    top: 50%;
    left: -415px;
    transform: rotate(-90deg);
}
#robotics .services_page_header{
    position: fixed;
    top: 50%;
    left: -415px;
    transform: rotate(-90deg);
}
#research .services_page_header{
    position: fixed;
    top: 50%;
    left: -415px;
    transform: rotate(-90deg);
}
#exportImport .services_page_header{
    position: fixed;
    top: 50%;
    left: -415px;
    transform: rotate(-90deg);
}
.services_page_header>h1>span{
    margin-top: 0.5rem;
    display: inline-block;
    padding: 10px 50px;
    background-color: #AACAE8;
    font-size: 35px;
    width: 885px;
    text-align: center;
    /* border-top-left-radius: 25px;
     border-top-right-radius: 25px;*/
}
.services_page_header>h1{
    font-family: 'Agency FB', arial !important;
}

.product_heading>h1{
    font-weight: 500;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
}
.product_info{
    width: 90%;
    margin: 0 auto 85px auto;
}
.product_info p{ font-family: 'Montserrat', sans-serif;}
.product_des>p{
    font-size: 1rem;
    /*font-family: sans-serif;*/
    font-weight: 500;
}
.product_details{
    display: flex;
    flex-direction: row;
}
.product_details .product_img{
    flex-basis: 45%;
}
.product_details .product_specifications{
    flex-basis: 50%;
    margin-left: 5%;
}
.product_details .product_specifications h3{
    font-size: 25px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.product_details .product_specifications ul{
    margin-left: 20px;
}
.product_details .product_specifications ul li{
    color: #797373;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 16px;
}
.product_details .product_specifications .more_details_btn>a{
    color: #000;
    font-size: 18px;
    background-color: transparent;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
/*==========About US Style=============*/
#about_us .about_details p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
/*Footer Style*/
footer{
    padding-top: 10px;
    border-top: 3px solid var(--primary-color-light-blue) !important;
    font-family: 'Montserrat', sans-serif;
    /*margin-top: 100px;*/
}
footer h4{font-size: 1rem;}
footer p{margin: 0 !important;}
footer address{
    font-size: 0.82rem;
    margin: 0;
}
footer .copyrights p{
    margin: 0 0 5px 0;
    font-size: 0.82rem;
}
.footer_logo{
    /*text-align: center;*/
}
.footer_logo>img{
    width: 100px;
}
.footer_header{
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}



/*Graph CSS*/
/*.long_height{
                        height: 310px;
                        width: 10px;
                        background-color: #5283c2;
                        margin-left: 400px;
                        position: absolute;
                    top: 28%;
                    left: 5%;
                }
                 .child_width:nth-child(1){
                font-size: 10em;
                    display: inline-block;
                    width: 15px;
                    box-sizing: content-box;
                    height: 15px;
                    background-color: transparent;
                    margin: 10px 0;
                    border: 5px solid #5283c2;
                    position: absolute;
                    position: relative;
                    border-radius: 0.35em;
                    left: -220px;
                    top: -95px;
                    transform: rotate(-28deg);
            }
            .child_width:nth-child(1):before {
                content: "";
                    display: inline-block;
                    position: absolute;
                    right: -178px;
                    bottom: -104px;
                    border-width: 0;
                    background: #5283c2;
                    width: 240px;
                    height: 4px;
                    transform: rotate(60deg);
            }
             .child_width:nth-child(2){
                font-size: 10em;
                    display: inline-block;
                    width: 15px;
                    box-sizing: content-box;
                    height: 15px;
                    background-color: transparent;
                    margin: 10px 0;
                    border: 5px solid #5283c2;
                    position: absolute;
                    position: relative;
                    border-radius: 0.35em;
                    left: -220px;
                    top: -95px;
                    transform: rotate(-28deg);
            }
            .child_width:nth-child(2):before {
                content: "";
                    display: inline-block;
                    position: absolute;
                    right: -168px;
                    bottom: -88px;
                    border-width: 0;
                    background: #5283c2;
                    width: 223px;
                    height: 4px;
                    transform: rotate(44deg);
            }*/
/*.child_width:nth-child(3){
   font-size: 10em;
       display: inline-block;
       width: 15px;
       box-sizing: content-box;
       height: 15px;
       background-color: transparent;
       margin: 10px 0;
       border: 5px solid #5283c2;
       position: absolute;
       position: relative;
       border-radius: 0.35em;
       left: -220px;
       top: -95px;
       transform: rotate(-28deg);
}
.child_width:nth-child(3):before {
   content: "";
       display: inline-block;
       position: absolute;
       right: -178px;
       bottom: -104px;
       border-width: 0;
       background: #5283c2;
       width: 240px;
       height: 4px;
       transform: rotate(60deg);
}
.child_width:nth-child(4){
   font-size: 10em;
       display: inline-block;
       width: 15px;
       box-sizing: content-box;
       height: 15px;
       background-color: transparent;
       margin: 10px 0;
       border: 5px solid #5283c2;
       position: absolute;
       position: relative;
       border-radius: 0.35em;
       left: -220px;
       top: -95px;
       transform: rotate(-28deg);
}
.child_width:nth-child(4):before {
   content: "";
       display: inline-block;
       position: absolute;
       right: -178px;
       bottom: -104px;
       border-width: 0;
       background: #5283c2;
       width: 240px;
       height: 4px;
       transform: rotate(60deg);
}
.child_width:nth-child(5){
   font-size: 10em;
       display: inline-block;
       width: 15px;
       box-sizing: content-box;
       height: 15px;
       background-color: transparent;
       margin: 10px 0;
       border: 5px solid #5283c2;
       position: absolute;
       position: relative;
       border-radius: 0.35em;
       left: -220px;
       top: -95px;
       transform: rotate(-28deg);
}
.child_width:nth-child(5):before {
   content: "";
       display: inline-block;
       position: absolute;
       right: -178px;
       bottom: -104px;
       border-width: 0;
       background: #5283c2;
       width: 240px;
       height: 4px;
       transform: rotate(60deg);
}
.child_width:nth-child(6){
   font-size: 10em;
       display: inline-block;
       width: 15px;
       box-sizing: content-box;
       height: 15px;
       background-color: transparent;
       margin: 10px 0;
       border: 5px solid #5283c2;
       position: absolute;
       position: relative;
       border-radius: 0.35em;
       left: -220px;
       top: -95px;
       transform: rotate(-28deg);
}
.child_width:nth-child(6):before {
   content: "";
       display: inline-block;
       position: absolute;
       right: -178px;
       bottom: -104px;
       border-width: 0;
       background: #5283c2;
       width: 240px;
       height: 4px;
       transform: rotate(60deg);
}*/