/*
    Theme name: Aastha Group of Companies
    blue-datk = #00174b
sky-blue: #1b8cf4

    font-family: 'Antic Slab', serif;
font-family: 'Poppins', sans-serif;

*/





*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; 
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; 
}

h1, h2, h3, h4, h5, h6{
  margin: 0 ;
  font-family: 'Poppins', sans-serif;
}


abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; 
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  
    
}
  a:hover {
    text-decoration: none;
    color: #ffc107;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; 
}

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; 
  max-width: 100%;
-webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: inherit;
  color: #6c7293;
  border-bottom: 1px solid #ddd;
  -webkit-text-fill-color: #6c7293;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  transition: background-color 5000s ease-in-out 0s;
}
p {
    font-size: 16px;
    color: #333;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none
}
.wrapper{
    overflow-x: hidden
}
    
.no-pad{
    padding: 0;
}
@-webkit-keyframes pin-point {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
.wavefx{
    position: relative;
}
.wavefx::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    top: 0;
    box-shadow: 0 0 0 3px rgba(254,254,254,0.1);
    -webkit-animation: pin-point 2s linear infinite;
    animation: pin-point 2s linear infinite;
}

.header_top {
    padding: 5px 0;
}
.left-mrq {
    width: 20%;
    float: left;
    display: inline-block;
    line-height: 14px;
}
.right-mrq {
    width: 80%;
    display: inline-block;
    float: left;
    line-height: 14px;
}
.ul-form-part ul li {
    display: inline-block;
}
.pad-right-li {
    padding-right: 15px;
}
.right{
    text-align: right;
}
.info-side-part {
    display: block;
    margin-top: 3px;
}
.logobox{
    position: relative;
}
.logobox img {
    width: 72px;
}
.logobox .logo-left img {
    width: 76px;
}
.logo-left{
    position: absolute;
    left: 0;
    top: 0
}
.logo-right{
    position: absolute;
    right: 0;
    top: 0
}
.header-111 {
    background: #ffffff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.header-111 h2{
    font-size: 2.5rem;
    color: #a9f1fa;
    font-family: 'Merriweather', serif;
}
.menubox {
    text-align: center;
    position: relative;
}
.menubox ul li {
    display: inline-block;
}
.submenubox ul li {
   width: calc(20% - 5px);
    float: left;
    text-align: justify;
    margin-top: 25px;
    padding-right: 8px;
    min-height: 70px;
    max-height: 70px;
    
}
.submenubox ul li a{
    background: #ddd;
}
.submenubox ul li ul li{
    margin-top: 0;
}
.submenubox ul li ul li a{
    background: none;
}
.menubox ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    padding: 6px 8px;
    display: block;
    position: relative;
}
.menubox ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    padding: 16px 15px;
    cursor: pointer;
}
.menubox ul li a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00174b;
    transition: all .3s ease-in-out;
}
.header_top {
padding: 6px 0;
    color: #f7f7f7;
    font-size: 15px;
    background: #a60404;
}
.menubox ul li a:hover::after {
    width: 100%;
    transition: all .3s ease-in-out;
}
section.welcome {
    padding: 50px 0;
}
.title--111 h3{
    font-size: 20px;
    font-family: 'Antic Slab', serif;
    color: #1b8cf4;
    text-transform: uppercase;
}
.title--111 h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 7px 0px 0;
}
.title--111 h2 {
    font-size: 20px;
    color: #00174b;
    margin-top: 15px;
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'Antic Slab', serif;
}
.border-btm-111 {
    width: 141px;
    height: 3px;
    background: #e2e2e2;
    display: block;
    margin: 5px 0;
}
.promo-111 {
    border-right: 1px solid rgba(255,255,255,0.25);
    margin: 25px 0;
    padding: 15px 0;
}
.promo-111-no-border {
    border-right: none
}
section.promo-highlight {
    background: #008f88;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
section.promo-highlight h2 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    margin-top: 20px;
}
.promo-highlight .col-md-3{
    padding: 0px;
}
.promo-111 img {
    height: 60px;
}
.services111{
    background: url('../images/bg/what-we-do.jpg') center;
    background-size: cover;
    padding: 50px 0;
}
.services111 article{
    margin-top: 20px;
}
.article-pic {
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    width: 100%;
}
.pic-holder.type-a {
    padding: 0 7px 0 15px;
}
.pic-holder.type-b {
    padding: 0 15px 0 7px;
}
.content-holder {
    background: #fff;
}
.content-holder.type-a {
    padding: 15px 0 15px 15px;
    margin-left: -7px;
}
.content-holder.type-b {
    padding: 15px 0 15px 15px;
    margin-right: -7px;
}
.col-md-6.content-holder h2 {
    font-size: 20px;
    font-family: poppins;
    color: #00174b;
    margin-bottom: 8px;
}
.btn--111 {
    background: #1b8cf4;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.9;
    transform: translate(-5px);
    transition: all .3s ease-in-out;
    border-radius: 15px;
    font-size: 14px;
}
.btn--111:hover {
    background: #00174b;
    color: #fff;
    opacity: 1;
    transform: translate(0);
    transition: all .3s ease-in-out;
}
.application-area{
    background: #82b5ca;
    color: #fff;
    padding: 50px 0;
}
.center-title-111{
    text-align: center;
}
.center-title-111 h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
}
.title-bottom-box {
    width: 110px;
    height: 3px;
    background: #95c9f9;
    display: block;
    margin: 0 auto;
}
.center-title-111 p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 14px 0 50px;
}
.application-box-centered {
    height: 650px;
    width: 650px;
    background: url(../images/wave.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.application-box-centered-holder{
    border-radius: 50%;
    width: 350px;
    height: 350px;
    background: url('../images/application/cnc.jpg');
    background-size: cover;
    background-position: center;
}
.application-list{
    position: relative;
    clear: both;
    margin-top: 35px;
}
.application-list h3{
    font-size: 20px;    
}
.application-list.type-a{
    float: right
}
.application-list.type-b{
    float: left;
    text-align: right
}
.application-list .app-no {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #002c8f;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.application-list.type-b.no5 {
    margin-left: -70px;
}
.application-list.type-b.no6 {
    margin-left: -82px;
}
.application-cntnt {
    width: calc(100% - 70px);
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
}
.application-list .app-no.wavefx::after {
    width: 80%;
    height: 80%;
    left: 6px;
    top: 6px;
}
.application-list.type-b .application-cntnt{
    padding-left: 0;
    padding-right: 30px;
}
.application-list.type-a.no1 {
    margin-right: -106px;
}
.application-list.type-a.no2 {
    margin-right: -30px;
}
.application-list.type-a.no3 {
    margin-right: 40px;
}
.application-list.type-b.no4 {
    margin-left: 82px;
}
.application-list.type-a.no6 {
    margin-right: -170px;
}
.application-list.type-b.no1 {
    margin-left: -80px;
}
.application-list.type-b.no3 {
    margin-left: 60px;
}
section.products {
    padding: 50px 0;
}
section.products .center-title-111 h2{
    color: #00174b
}
.products article {
    text-align: center;
/*    box-shadow: 0px 0px 6px 3px #dddddd59;*/
    padding: 18px 5px;
    /*min-height: 408px;*/
}
.products article h4 {
    font-size: 18px;
    color: #00174b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px;
}
#logistics {
    background: #00a5d4;
    padding: 60px 0;
    color: #fff;
}
.star-pattern-top-right, .star-pattern-bottom-right {
    text-align: right;
}
.logistics-content h2 {
    font-family: 'Oswald', sans-serif;
    text-shadow: -2px 3px 0px #000;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: -.04em;
    margin-bottom: 1.5rem;
}
.logistics-content {
    padding: 30px 0;
}
.logistics-content li {
    font-family: 'Antic Slab', serif;
    font-size: 23px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-top: 16px;
    line-height: 1.2;
}
.logistics-content li::before, .logistics-content li::after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #fff;
    top: 34%;
    z-index: 1;
}
.logistics-content li::after {
    left: 3px;
    border-left: 11px solid #000;
    z-index: 0;
}
.ivqa{
    margin-top: 30px;
}
.clients{
    padding: 50px 0
}
.clients .center-title-111 {
    margin-bottom: 30px;
}
.products .center-title-111 {
    margin-bottom: 45px;
}
.clients-container {
    display: flex;
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    padding: 5px;
    /* border-radius: 50%; */
}
.client-box {
   padding: 5px;
    border: 1px solid #b2b3b3;
    text-align: center;

}
.client-box img {
    border-radius: 50%;
}
.clients .center-title-111 h2 {
    color: #00174b;
    display: inline-block;
    padding: 0 15px;
}
.clients .center-title-111 img {
    display: inline-block;
    margin-top: -15px;
}
footer {
    background: #2d2c2c;
    color: #fff;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}
footer p{
    color: #fff;
}
footer .social-btns ul li {
    display: inline-block;
}
.social-btns {
    text-align: center;
    margin-top: 55px;
}
.social-btns i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px !important;
    font-size: 18px !important;
}
.fb {
    background: #3b579d;
    border: 1px dashed #3b579d;
}
.ttr {
    background: #28aae1;
    border: 1px dashed #28aae1;
    margin: 0px 15px;
}
.ggl {
    background: #de3838;
    border: 1px dashed #dc4e41;
}

.insta {
    background: #f11ac2;
    border: 1px dashed #dc4e41;
    margin: 0px 15px;
}
.linkedin {
    background: #28aae1;
    border: 1px dashed #28aae1;
    margin: 0px 15px;
}
.pinterest
{
    background: red;
    border: 1px dashed red;
    margin: 0px 15px;
}


.copyright{
    margin-top: 15px;
    color:#fff;
}
footer .footer-col h4 {
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #dddddd4a;
    padding-bottom: 2px;
}
footer a:hover{
    color: #fff;
}
.clients_row{
    max-width: 80%;
    margin: 0 auto;
}
.submenubox {
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 0px 0px 15px 20px;
    text-align: initial;
    cursor: pointer;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.menu-hoverable:hover .submenubox {
    transform: translateY(16px);
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.submenubox ul{
    cursor: pointer;
}
.submenubox ul li a {
    font-size: 14px;
    padding: 8px 8px 8px 8px;
    width: auto;
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.submenubox ul li a::before {
    position: absolute;
    content: '\f0da';
    left: 0;
    font-family: 'Fontawesome';
    display: none;
}
.submenubox ul li ul li a::before {
    position: absolute;
    content: '\f0da';
    left: 0;
    font-family: 'Fontawesome';
}
.mobile-menu{
    display: none;
}
.breadcrumbs {
    background: url(../images/bg/breadcrumb.jpg);
    background-size: cover;
    background-position: center;
     min-height: 170px;
    color: #ffff;
    padding: 60px 0 35px;
}
.breadcrumbs h2{
    font-size: 30px;
}
.breadcrumbs ul li{
    display: inline-block;
}
.brd-list {
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}

.title-type222 h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 7px 0px 0;
}
section.project-detail {
    padding: 75px 0;
}
.project-detail .main-article .article-pic img{
    min-width: 100%;
}
.article-content {
    width: 88%;
    margin: 0 auto;
    background: #fff;
    margin-top: -60px;
    position: relative;
    padding: 35px 25px;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 1px 8px 10px 0px #ddddddb3;
}
.article-content h1 {
    font-size: 25px;
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 0px 0px 20px;
}
.other-items h2 {
    font-size: 25px;
    color: #00174b;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
}
.title-type-333{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -5px;
}
aside.other-items {
    padding: 25px 15px;
    background: #f5f5f5;
    border-radius: 8px;
}
.items-list ul li {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
section.contact {
    padding: 40px 0px 10px;
    margin-bottom: 30px;
    background: url(../images/contact-bg.png);
    background-size: cover;
}
.contact-col {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    padding: 20px;
    min-height: 244px;
    background: #ffff;
    box-shadow: 0px 6px 11px 0px #DDC;
    border-radius: 5px;
}
.icon-box {
    width: 80px;
    height: 80px;
    background: #3F51B5;
    border-radius: 50%;
    text-align: center;
    padding: 20px;
    margin: auto;
    border-bottom: 20px solid #4f66e5;
}
.contact-text h2 {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 20px;
    font-weight: 600;
    color: #00174b;
    margin-bottom: 15px;
}
.contact-text h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.5;
}
section.contact2 {
    padding-bottom: 40px;
    position: relative;
}
.border-map-n-form {
    border: 2px solid #ddd;
    padding: 15px;
    background: #fff;
}
h1.title-inner {
    color: #00174b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
}
.contact-titles p {
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
form.contact-form input, form.contact-form textarea {
    border: 1px solid #b1aeae;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 15px;
}
.btn-submit{
    background: #3F51B5;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.clients-pic {
    /*border: 2px solid #ddd;*/
    /*border-radius: 50%;*/
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: center;
}
.clients-pic img {
    max-width: 88%;
    margin: 0 auto;
}
.client-cntnt h2 {
    text-align: center;
    font-size: 18px;
    margin: 11px 0;
}
.prouct-main-box {
    text-align: center;
    border: 1px solid #dddd;
    padding: 15px;
    min-height: 270px;
    margin-top: 15px;
}

.product-pic img {
    max-height: 235px;
}
.product-cntnt h2 {
    font-size: 16px;
    color: #00174b;
}
.product-cntnt button {
    background: #1b8cf4;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.9;
    transform: translate(0);
    transition: all .3s ease-in-out;
    border-radius: 15px;
    font-size: 14px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}
.product-cntnt button:hover {
    background: #00174b;
    color: #fff;
    opacity: 1;
    transform: translate(5px);
    transition: all .3s ease-in-out;
}
.product-cntnt button:focus {
    border: none;
    outline: 0;
}

.alert-highlight{
    border: 3px solid #f00 !important;
}
.snackbars {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    z-index: 9999;
}
#snackbarError {
    visibility: hidden;
    min-width: auto;
    background-color: #dc3545;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    z-index: 9991;
    bottom: 70px;
    font-size: 14px;
    width: auto;
    display: inline-block;
    box-shadow: 7px 2px 15px 2px #cac7c78c;
    -webkit-box-shadow: 7px 2px 15px 2px #cac7c78c; 
    box-shadow: 7px 2px 15px 2px #cac7c78c;
}
#snackbarError.makeVisible {
  visibility: visible;
  -webkit-animation: jackInTheBox 0.5s, bounceOut 0.5s 2.5s;
  animation: jackInTheBox 0.5s, bounceOut 0.5s 2.5s;
}
span.snackicon{
    font-weight: 600;
    margin-right: 4px;
    font-size: 16px;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    display: none; 
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #84019b;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.form-wrapper-loading{
    position: relative;
}
.form-wrapper-loading::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffdb;
    z-index: 1
}
.image-box.form-wrapper-loading::after {
    top: -15px;
}

.product-content h1 {
    font-size: 25px;
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 0px 0px 20px;
}
.other-items.products-aside {
    padding-left: 15px;
    max-width: 100%;
}
.mision-box ul {
    list-style: disc;
}
input#resume {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
textarea.career_msg{
    height: 80px !important;
}
.gallery-main-box {
    width: 100%;
    text-align: center;
    height: 250px;
    width: 100%;
   background-size: contain !important;
    background-repeat: no-repeat !important;
    position: relative;
    margin-bottom: 15px;
}
.gallery_content {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff91;
    bottom: 0;
    padding: 5px 15px;
}
.gallery_content h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
        text-transform: capitalize;
}
.btn-view-gallery {
    background: #dc3545;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 4px;
    display: inline-block;
}
.job.items_row h2 {
    font-size: 25px;
    /* text-transform: uppercase; */
    color: #00174b;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 7px 0px 0;
    margin: 18px 0 5px;
}
.job.items_row h3 {
    font-size: 20px;
    margin: 18px 0 5px;
    font-weight: 600;
}
.product-cntnt h3{
    font-size: 13px;
    margin-top: 5px;
    color: #4caf50;
}
.prouct-not-found h2 {
    text-align: center;
    color: #777;
    font-size: 22px;
    margin: 30px 0 60px;
}