
img {
    vertical-align: middle;
    max-width: 100%;
}

/*Header CSS*/
.navbar-navigation ul {
    list-style:  none;
}

.navbar-navigation > ul > li {
    float:  left;
    position:  relative;
    padding:  10px 20px 10px 20px;
    background-color:#ed3137;
    border-right: 1px solid #fff;
}

.navbar-navigation ul.submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    min-width: 200px;
    z-index: 10;
    background-color: #3d4095;
    top: 100%;
}

.navbar-navigation > ul > li > a {
    font-size: 14px;
    font-family:  'Arimo', sans-serif;
    color:  #fff;
    text-transform:  uppercase;
    font-weight: normal;
    line-height:  normal;
    padding: 10px 0 15px;
    transition:  all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
}

.navbar-navigation > ul > li > a:hover, 
.navbar-navigation > ul > li > a:focus, 
.navbar-navigation > ul > li > a:active {
    color: #3d4095;
    text-decoration:  none;
}

.navbar-outer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.navbar-section {
    padding: 7px 0;
    background-color: #fff;
}

.navbar-navigation .menu-list.has-child:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

.navbar-navigation ul.submenu > li > a {
    color:  #fff;
    padding: 10px 15px;
    display:  block;
    font-family:  'Arimo', sans-serif;
    font-weight:  normal;
    line-height:  normal;
}

.navbar-navigation ul.submenu > li > a:hover, 
.navbar-navigation ul.submenu > li > a:focus, 
.navbar-navigation ul.submenu > li > a:active {
    background-color: #eee;
    color:  #333;
    text-decoration:  none;
}

.navbar-navigation ul.submenu > li {
    border-bottom: 1px solid #eee;
}

.navbar-section.stick {
    position:  fixed;
    top: 0;
    z-index:  100;
    width: 100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.navbar-section.stick .brand-logo img {
    max-width: 80px;
}

.table-wrapper table tr th {
    font-size: 14px;
    background-color: #3d4095;
    padding: 6px 10px;
    font-weight: bold;
    text-transform:  uppercase;
    line-height:  normal;
    color:  #fff;
    font-family:  inherit;
    border-right:  1px solid #eee;
}

.table-wrapper table {
    border: 1px solid #3d4095;
}

.table-wrapper table tr td {
    padding: 6px 10px;
    border-right: 1px solid #3d4095;
    line-height: normal;
}

.table-wrapper table tr td p {
    margin-bottom: 0;
}
.table-wrapper table tr:nth-child(even) {
    background:  #eee;
}

.table-wrapper table tbody tr:nth-child(even) {
}

.table-wrapper table tr td:last-child {
    border-right:  transparent;
}


.table-wrapper table tr th:last-child {
    border-right:  transparent;
}

/*Inner page css*/
.content-wrapper ul {
    list-style:  none;
    margin-bottom: 20px;
}

.content-wrapper ul li {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.2px;
    font-family:  inherit;
    margin-bottom: 5px;
    position:  relative;
}

.content-wrapper ul li:before {
    content: "\f111";
    font-family: Fontawesome;
    color: rgba(10, 132, 203, 0.64);
    font-size: 11px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 7px;
}
.content-wrapper ul li > ul > li {
    padding-left: 15px;
}

.content-wrapper ul li > ul > li:before {
    color: rgba(85, 85, 85, 0.6);
    font-size: 8px;
    vertical-align: middle;
}
.content-wrapper > ul > li {
    padding-left: 18px;
    position: relative;
}

.our-client-wrapper {
    list-style: none;
}

.our-client-wrapper .owl-item li {
    border: 1px solid #aaa;
    min-height: 230px;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    width: auto;
    position: relative;
    z-index: 10;
}


.owl-nav > * {
    display:  inline-block;
    color:  transparent;
    font-size: 24px;
}

.owl-nav .owl-prev {
    float: left;
}

.owl-nav .owl-next {
    float:  right;
}

.owl-nav {
    position:  absolute;
    width:  100%;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev:before {
    content: "\f053";
    color: #3d4095;
    font-family:  FontAwesome;
    position:  absolute;
    left:  4px;
}

.owl-nav .owl-next:before {
    content: "\f054";
    color: #3d4095;
    font-family:  FontAwesome;
    right:  5px;
    position:  absolute;
}

.owl-carousel .owl-item img {width: auto;}



/*Map CSS*/

.map-location iframe {
    width: 100%;
    height: 400px;
}

.content-wrapper table tr td ul li {
    padding-left: 15px;
}

.contact-address-box .address-content > * {
    display:  inline-block;
}

.contact-address-box .address-content .fa {
    width:  auto;
    vertical-align:  top;
}

.contact-address-box .address-content span {
    width: calc(100% - 36px);
}

.toggle-mobile {display: none;}


@media(max-width: 1023px) {
.navbar-outer {
    display: block;
}
.brand-logo {
    display: inline-block;
}  
.navbar-navigation > ul > li {
    float: none;
    padding: 0;
}
.nav.navbar-navigation {
    position: fixed;
    z-index: 10;
    background-color: #000;
    min-width: 250px;
    right: 0;
}
.brand-logo {
    display: flex;
    align-items:  center;
    justify-content:  space-between;
}

.nav.navbar-navigation {
    position: fixed;
    z-index: 10;
    background-color:#3d4095;
    min-width: 250px;
    top: 120px;
    right: -200%;
    height: calc(100vh - 120px);
    overflow: auto;
}

body.slide-active {
    overflow: hidden;
    position: fixed;
}

body.slide-active .nav.navbar-navigation {
    right: 0;
}


.navbar-section .brand-logo img {
    max-width: 70px;
}

.navbar-section.stick .brand-logo img {
    max-width: 70px;
}
.toggle-mobile {display: block;}

.toggle-mobile {
    height: 32px;
    width: 32px;
    background-color: transparent;
    position: relative;
    border: none;
}
.toggle-mobile:before {
    content:  "\f0c9";
    font-family:  FontAwesome;
    font-size:  25px;
    line-height: 33px;
    color: #3d4095;
    transition:  all .35s ease;
    -webkit-transition: all .35s ease;
}
body.slide-active .toggle-mobile:before {
    content: "\f00d";
}
.navbar-navigation > ul > li > a {
    color: #fff;
    padding: 8px 15px;
    display: block;
    font-family: Roboto;
    font-weight: 400;
    border-bottom: 0.5px solid;
}
.navbar-navigation ul.submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding-left: 25px;
}
.navbar-navigation ul.submenu > li {
    border-bottom: transparent;
}

.navbar-navigation ul.submenu > li > a {
    padding: 8px 10px;
    display: block;
    font-family: Roboto;
    font-weight: 400;
}

.navbar-section.stick {
    position: static;
}
.navbar-navigation ul.submenu > li > a:hover, .navbar-navigation ul.submenu > li > a:focus, .navbar-navigation ul.submenu > li > a:active {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

}



/*===MYCSS==============================================================================*/
div.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  background-color:#3d4095;
}
div.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  background-color:#fff;
  height:280px;
  padding:2%;
}

.fatop{
  padding:8px 7px 8px 7px;
  font-size: 17px;
  width: 10px;
  text-decoration: none;
  border-radius:1%;
}

.f1 {
  padding:8px 7px 8px 7px;
  font-size: 17px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  border-radius:1% ;

}

.f1:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #3d4095;
}

.f1-facebook {
  background: #3B5998;
  color: white;
}

.f1-twitter {
  background: #55ACEE;
  color: white;
}




.f1-youtube {
  background: #ed1b0d;
  color: white;
}

.f1-instagram {
  background:#f14b5a;
  color: white;
}

.f1-linkedin {
  background:#3d4095;
  color:#fff;
}
.myproduct img{
height: 250px;
}


.product-bg {
    background-color:#3d4095;
    height: 60px !important;
}
.product-bg h5{
color: #ffffff;
padding-left:5px;
text-decoration: none;

}

.product-bg h4{
color: #ffffff;
padding-left:5px;
text-decoration: none;

}
.mybtn a{
    background:#3d4095;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    text-decoration: none;
}




