.navbar {
    padding: .322rem 1rem;
}

.bg-light {
    background: #fff
}

.color-light {
    color: #fff
}

.color-light-10,
a.color-light:active,
a.color-light:focus,
a.color-light:hover {
    color: #e6e6e6
}
#footer1{
  
    bottom: 0;
    width: 100%;
    height: 50px;

}
#padd{
    padding:50px 0 40px 0;
    background: #233746;
}
a.color-light-10:active,
a.color-light-10:focus,
a.color-light-10:hover {
    color: #fff
}

.color-light-20 {
    color: #ccc
}

a.color-light-20:active,
a.color-light-20:focus,
a.color-light-20:hover {
    color: #e6e6e6
}

.bg-dark {
    background: #233746
}

.color-dark {
    color: #233746
}

.color-dark-10,
a.color-dark:active,
a.color-dark:focus,
a.color-dark:hover {
    color: #345268
}

a.color-dark-10:active,
a.color-dark-10:focus,
a.color-dark-10:hover {
    color: #233746
}

.color-dark-20 {
    color: #456c8a
}

a.color-dark-20:active,
a.color-dark-20:focus,
a.color-dark-20:hover {
    color: #345268
}

body,
html {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.text-space {
    letter-spacing: .32em
}

.lighter {
    font-family: Helvetica, sans-serif;
    font-weight: lighter
}

.text-large {
    font-size: 18px
}

.page-about .text-large {
    font-size: 17px
}

.divider-full {
    height: 2.5rem;
    margin: 2.5rem 0;
    background: url(../images/divider.png) no-repeat 50%;
    background-size: contain
}

.divider-left {
    height: 1.5rem;
    margin: 1.8rem 0;
    background: url(../images/divider-left.png) no-repeat 0;
    background-size: contain
}

.tooltip {
    text-transform: uppercase;
    font-family: Arial;
    letter-spacing: .16em;
}

.tooltip .tooltip-inner {
    background: rgba(0, 0, 0, .4);
    padding: 10px;
    min-width: 120px;
    font-size: .8rem;
    color: white;
    text-align: center;
}

.tooltip.tip-active .tooltip-inner {
    box-shadow: 0 10px 80px 0 #fff
}

.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{
    padding:2px 0;
    margin-top:13px;
    color: white;
}

.tooltip.tip-active.bs-tether-target-attached-bottom .tooltip-inner {
    box-shadow: 0 -10px 80px 0 #fff;

}

.mg-bottom-50 {
    margin-bottom: 0rem
}

p {
    margin-bottom: 1.5rem
}

.section {
    padding: 6rem 0;
    color: #666
}

.section img {
    max-width: 100%
}

.section h2 {
    font-weight: 700;
    font-size: 24px
}

.section h2,
.section h3 {
    text-transform: uppercase
}

.section h3 {
    color: #233746;
    margin-bottom: 2rem
}

.section h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.8rem
}

.section.section-dark h3 {
    color: #fff
}

.section.subscribe {
    padding: 2rem 0;
    background: #233746
}

.section.subscribe label {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 0
}

.section.subscribe input {
    width: 90%;
    margin: 0 5%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    font-family: Arial;
    text-transform: uppercase
}

.section.subscribe input.text-input {
    border: 1px solid #fff;
    color: #fff;
    background: #233746
}

.section.subscribe input.button {
    background: #fff;
    color: #233746;
    box-shadow: none;
    border: none;
    cursor: pointer
}

@media (max-width:1200px) {
    .section.subscribe label {
        font-size: 13px
    }
}

@media (max-width:992px) {
    .section.subscribe label {
        text-align: center!important;
        margin-bottom: 10px;
        line-height: 24px
    }
    .section.subscribe input {
        margin-bottom: 10px
    }
}

#header {
    background: #fff; 
    /*233746*/
    color: #fff;
    padding: 1rem 0;  
    font-family: Arial
}

#header .logo {
    display: block;
    float: left;
    width: 20%;
    max-height: 227px; 
}

#header .logo img {
    width: auto;

}

#header li,
#header ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0
}

#header ul {
    text-align: right
}

#header ul li {
    position: relative
}

#header ul li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    letter-spacing: .1rem
}

#header .mobile-toggle {
    display: none;
    color: #233745;
}

#header .mobile-toggle i {
    font-family: 'FontAwesome' !important;
}

#header .menu {
    width: 75%;
    margin-top: 10px
}

#header .menu .socials {
    float: right;
    width: 10%;
    font-size: 18px;
    line-height: 14px;
    margin-top: 20px;
}

#header .menu .pages {
    float: left;
    width: 83%;
    font-size: 12px;
    margin-top: 20px;
}

#header .menu .pages a.active,
#header .menu .pages a:hover {
    border-bottom: 2px solid #233746; 
}

#header .menu .pages .subpages {
    display: none;
    position: absolute;
    top: 24px;  
    z-index: 1000;
    width: 259px;
    left: 0;
    text-align: left;
    padding: 5px
}
  
#header .menu .pages .subpages a {
    display: block;
    background: rgba(35, 55, 70, .69);  
    margin-bottom: 5px;
}

#header .menu .pages .subpages a.active,
#header .menu .pages .subpages a:hover {
    background: #233746;
    color: #fff;
    border-bottom: none; 
}   

#header .menu .pages li:hover .subpages {
    display: block
}

@media (max-width:1200px) {
    #header ul li a {
        padding: 5px;
        letter-spacing: .08em
    }
}

@media (max-width:992px) {
    #header .logo {
        width: 190px
    }
    #header .menu {
        display: none
    }
    #header .menu.open {
        clear: both;
        width: 100%;
        display: block
    }
    #header .menu.open .socials { 
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        margin: 10px 0
    }
    #header .menu.open .pages {
        width: 100%
    }
    #header .menu.open .pages li {
        display: block;
        text-align: left
    }
    #header .menu.open .pages li .subpages {
        display: block;
        position: relative;
        top: auto;
        width: auto;
        background: none;
        padding: 0
    }
    #header .menu.open .pages li .subpages a {
        padding-left: 20px
    }
    #header .menu.open .pages li .subpages a.active,
    #header .menu.open .pages li .subpages a:hover { 
        background: rgba(35, 55, 70, 1);
        color: #fff
    }
    #header .menu.open .pages li a {
        display: block;
        border-bottom: 1px solid #253a49
    }
    #header .menu .pages .subpages li a {
      
        border-bottom:none;
    }
    #header .mobile-toggle {
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        margin-top: 15px;
    }
}

@media (max-width:576px) {
    #header .container {
        min-width: 90%
    }

     .container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

#hero {
    position: relative;
    font-family: Arial
}

#hero img {
    width: 100%
}

#hero .hero-overlay {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    margin: auto
}

#hero .hero-overlay h4 {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600
}

#hero .hero-overlay p {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-family: Helvetica, sans-serif;
    font-weight: lighter
}

@media (max-width:992px) {
    #hero .hero-overlay {
        padding-top: 14%;
        height: auto
    }
    #hero .hero-overlay h4 {
        font-size: 1.5rem
    }
    #hero .hero-overlay p {
        font-size: 1rem
    }

   
}

.page-services #hero .hero-overlay p {
    max-width: 500px
}

#services .services {
    width: 1110px;
    margin: 7rem auto
}

#services .sitem {
    width: 300px;
    height: 300px;
    background: url(../images/circle.png) 50% no-repeat;
    background-size: cover;
    margin-left: -50px;
    float: left
}

#services .sitem:first-child {
    margin-left: 25px
}

#services .sitem .scontent {
    padding: 50px;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none
}

#services .sitem .scontent .icon {
    height: 60px;
    margin: 30px 0 20px
}

@media (max-width:1200px) {
    #services .services {
        width: 100%;
        margin: 5rem auto
    }
    #services .services .sitem {
        width: 262px;
        height: 262px;
        margin-left: -40px
    }
    #services .services .sitem .scontent .icon {
        height: 50px;
        margin: 15px 0
    }
    #services .services .sitem .scontent .text-space {
        font-size: 13px
    }
    #services .services .sitem:first-child {
        margin-left: 0
    }
}

@media (max-width:992px) {
    #services .services .sitem,
    #services .services .sitem:first-child {
        margin: 10px 40px
    }
}

@media (max-width:768px) {
    #services .services {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #services .services .sitem,
    #services .services .sitem:first-child {
        margin: 10px auto
    }
}

#clients {
    background: url(../images/client-bg.jpg) no-repeat 50%;
    background-size: cover
}

#clients .clients {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 7rem auto;
    color: #233746;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

#clients .clients .citem {
    width: 200px;
    height: 200px;
    text-align: center;
    margin-bottom: 20px
}

#clients .clients .citem img {
    height: 100px;
    margin-bottom: 30px
}

#clients .more {
    text-align: center
}

#clients .more .more-button {
    background: #233746;
    border-radius: 40px;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

#systems {
    width: 95%;
    max-width: 1050px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 7rem auto;
    color: #233746;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

#systems .citem {
    width: 30%;
    height: 170px;
    text-align: center;
    margin-bottom: 20px;
    min-width: 240px;
    font-size: 13px
}

#systems .citem .text-space {
    letter-spacing: .12em
}

#systems .citem img {
    height: 84px;
    margin-bottom: 30px
}

#systems .citem.internet img {
    height: 140px;
    margin-top: -10px
}

#systems .citem.building img {
    margin-top: 65px;
    height: 64px
}

@media (max-width:992px) {
    #systems .citem.building img {
        margin-top: 21px
    }
}

#logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: #233746;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

#logos .citem {
    width: auto;
    min-width: 30%;
    height: 140px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px
}

#logos .citem img {
    height: 100px;
    margin-bottom: 30px
}

#contact {
    background: url(/assets/images/hero-contact.jpg) no-repeat;
    background-size: cover
}

#contact #contactform {
    margin-top: 5rem
}

#contact #contactform input.input {
    margin-bottom: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px
}

#contact #contactform input.input,
#contact #contactform textarea {
    width: 100%;
    border-radius: 6px;
    font-family: Arial;
    color: #666;
    background: #fff;
    border: none
}

#contact #contactform textarea {
    padding: 15px;
    height: 205px
}

#contact #contactform input.button {
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    font-family: Arial;
    background: #fff;
    color: #233746;
    box-shadow: none;
    border: none;
    cursor: pointer;
    min-width: 100px;
    margin-top: 20px
}

body.page-contact #contact {
    background: #fff
}

body.page-contact #contact h3 {
    color: #233746
}

body.page-contact #contact #contactform input.input,
body.page-contact #contact #contactform textarea {
    color: #666;
    background: #e6e7e8
}

body.page-contact #contact #contactform input.button {
    background: #233746;
    color: #fff
}

.page-join #hero .hero-overlay p {
    max-width: 480px
}

#join #contactform input.input,
#join #contactform select {
    width: 100%;
    margin-bottom: 15px;
    line-height: 40px;
    height: 40px;
    border-radius: 6px;
    padding: 0 10px;
    font-family: Arial;
    color: #666;
    background: #e6e7e8;
    border: none
}

#join #contactform input.input.file,
#join #contactform select.file {
    -ms-flex-item-align: end;
    align-self: flex-end
}

#join #contactform select {
    margin-bottom: 50px
}

#join #contactform input.button {
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    font-family: Arial;
    background: #233746;
    color: #fff;
    box-shadow: none;
    border: none;
    cursor: pointer;
    min-width: 120px
}

#map {
    background: #233746;
    padding: 0;
    position: relative
}

#map h3,
#map img {
    width: 100%
}

.text-center {
    text-align: center!important;
}

#map h3 {
    position: absolute;
    top: 5rem
}

#map .map-image {
    position: relative
}

#map .map-image .detail {
    top: 20%;
    left: 0;
    position: absolute;
    width: 190px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
    padding-bottom: 30px
}

#map .map-image .detail .dtitle {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase
}

#map .map-image a.point {
    width: 7rem;
    height: 5rem;
    padding: 2rem 2rem 0;
    cursor: pointer;
    position: absolute;
    z-index: 1200
}

#map .map-image a.point .pdetail {
    display: none
}

#map .map-image a.point.india {
    top: 51.6%;
    left: 64.5%;
    padding: 0 2rem 2rem
}

#map .map-image a.point.dubai {
    top: 48%;
    left: 57%
}

#map .map-image a.point.sa {
    top: 67%;
    left: 49%
}

#map .map-image a.point.germany {
    top: 35%;
    left: 46%
}

#map .map-image a.point.kenya {
    top: 55%;
    left: 53%
}

@media (max-width:576px) {
    .tooltip {
        display: none!important
    }
    #map {
        padding: 50px 0
    }
    #map h3 {
        top: 2rem
    }
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: #fff
}

#footer .site-name {
    font-weight: 700;
    font-size: 26px
}

#footer .copy {
    font-size: 13px
}

@media (max-width:576px) {
    #footer {
        height: auto;
        padding: 5px 0
    }
    #footer .copy,
    #footer .site-name {
        text-align: center;
        float: none
    }

     #footer1 {
        height: auto;
        padding: 5px 0
    }
    #footer1 .copy,
    #footer1 .site-name {
        text-align: center;
        float: none
    }
}
.socials li a i{
        color: #233746;
}

input[type="file"] { 
  /*z-index: -1;
  position: absolute;
  opacity: 0;*/
}
  
.inp-label {
     width: 95%;
    height: 40px;
    background-color: #e6e7e8;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    bottom: 8px;
    cursor: pointer;
}
.join-resp {
    margin-top: -58px !important;  
    width: 136px;
    text-align: center; 
}
@media (max-width:991px){
    .inp-label {
        position: unset;
        width: 100%; 
    } 
    .join-resp {
        margin-top: 25px!important;    
        width: 100%;
        text-align: center; 
    }
}
#file-upload-filename {
    height: 20px;
    position: absolute;
    bottom: 26px;
    left: 119px;
}
.error {
    color:red; 
}

select[name="type"] 
     {
 -webkit-appearance:none;  /* for chrome & safari */
 -moz-appearance: none; /* for mozilla */
    background-image: url(https://argentelm.com/ax/assets/images/dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
    background-size: 20px 10px !important;  
     }

.text-white {
    color: white;
}

.text-white:hover{
    color: white;
}
.text-white:visited{
    color: white;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}