/*General*/
.bg-gray {
    background: #F2F2F2;
}

#blue {
    background: #3D90C2;
    color: white;
}

#whitemenu a {
    color: white;
}

.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

/*Mobile Responsive - Footer*/

@media screen and (max-width: 1199px) {

.bg-gray .col-lg-10,
.bg-gray .col-lg-11,
.bg-gray .col-lg-12,
.bg-gray .col-lg-2,
.bg-gray .col-lg-3,
.bg-gray .col-lg-4,
.bg-gray .col-lg-5,
.bg-gray .col-lg-6,
.bg-gray .col-lg-7,
.bg-gray .col-lg-8,
.bg-gray .col-lg-9,
.bg-gray .col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 45px;
    padding-left: 45px;
}
}


/*Our Service Page Only*/
#whitebox {
    margin-bottom: 120px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
    height: fit-content;
    box-shadow: 0 3px 3px 0 rgba(39, 42, 44, 0.3), 0 1px 3px 4px rgba(60, 64, 67, .15);
}

#servicebgimg {
    background-image: url(../img/Back.png);
    background-repeat: no-repeat;
}

.imgheight {
    height: max-content;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 00px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg .tg-zv4m {
    border-color: #ffffff;
    text-align: center;
}


/*Career Page Only*/
.roundnoone {
    padding: 4px 13px 5px 12px;
    border: 1px solid white;
    background: white;
    color: #3d90c2;
    font-weight: 900;
    border-radius: 999px;
}

.roundnotwo {
    padding: 4px 11px 5px 12px;
    border: 1px solid white;
    background: white;
    color: #3d90c2;
    font-weight: 900;
    border-radius: 999px;
}

.roundnothree {
    padding: 4px 11px 5px 12px;
    border: 1px solid white;
    background: white;
    color: #3d90c2;
    font-weight: 900;
    border-radius: 999px;
}

.careermain {
    background: url(../img/career.png);
    background-color: #3CA0E4;
    background-position: top left;
    position: relative;
    margin-top: 20px;
    color: white;
    border: 0;
    background-repeat: round;
}

.borderbox {
    border: 1px solid #dadce0;
    border-radius: 5px;
    padding: 15px;
    color: #3c4043;
    background-color: white;
    text-decoration: none;
    list-style: none;
    margin: 12px;
}

.left {
    float: left;
    width: 80%;
    text-align: left;
}

.right {
    margin-left: 50%;
    margin-top: 25px !important;
}

.smallbutton {
    border: 1px solid #cbccce;
    border-radius: 3px;
    padding: 5px 15px 5px 15px;
}

.smallbutton:hover {
    border: 1px solid #cbccce;
    background: #f5f5f5;
    color: #545454;
    border-radius: 3px;
    padding: 5px 15px 5px 15px;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.left a {
    color: #3D90C2;
    outline: none;
    text-decoration: none;
}

.careerbgimg {
    background-image: url(../img/Vector%20Smart%20Object.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/*Sub Career Page Only*/
.career {
    background: url(../img/ad1.jpg);
    background-color: #3CA0E4;
    background-position: top left;
    position: relative;
    margin-top: 20px;
    border: 0;
    padding: 50px;
    background-repeat: round;
}

.flex {
    display: flex;
}

.mauto {
    margin: auto;
}

.darkblueform {
    background: #05588A;
    border-radius: 5px;
    color: white;
    width: 99%;
    height: 200px;
    padding: 40px 25px 60px 35px;
    box-shadow: -2px 1px 3px 0 rgba(39, 42, 44, 0.3), -3px 3px 3px 4px rgba(60, 64, 67, .15);
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.formtd {
    padding-right: 10px;
    padding-top: 20px;
    display: inline-grid;
    width: 50%;
}


input[type=text],
[type=email],
[type=tel] {
    width: 100%;
    margin: 8px 5px;
    background-color: transparent;
    border: none;
    height: 25px;
    color: #ffffff;
    width: 188px;
    border-bottom: 1px solid #cbcbcb;
    outline: none !important;
}

input[type=submit] {
    width: 50%;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border-radius: 4px;
    cursor: pointer;
}

textarea {
    outline: none !important;
}

textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    font-family: Arial;
}

/*Contact Us Page Only*/
.contactwhitebox {
    height: 480px;
    background-color: #ffffff;
    float: left;
}

.contactbgimg {
    background-image: url(../img/Background-Map.png);
    background-repeat: round;
}

#contactshadow {
    margin: 0 auto;
    box-shadow: 2px 20px 20px 4px rgba(39, 42, 44, 0.3);
}


/*Contact Us Page Only*/
.homebgimg {
    background-image: url(../img/Banner1.png);
}

#whiteborder {
    text-align: center;
    padding: 20px;
    border: 1px solid white;
    border-radius: 8px;
    margin: 10px;
}

#mobilewhite input[type=text],
#mobilewhite [type=email],
#mobilewhite [type=tel] {
    width: 100%;
    margin: 8px 0;
    background-color: transparent;
    border: none;
    height: 25px;
    color: #000;
    width: 220px;
    border-bottom: 1px solid #cbcbcb;
    outline: none !important;
}

textarea {
    outline: none !important;
}

textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    font-family: Arial;
}