body {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif !important;
}

a:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
  text-decoration: none !important;
}

a:hover {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
  text-decoration: none !important;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
/* .wrapper {margin:0 auto; width:999px;}*/

.inner-wrapper {
  margin: 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cls {
  font-size: 1px;
  line-height: 1px;
  clear: both;
}

body h1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #236c8e;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  text-transform: uppercase;
}

body h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  color: #236c8e;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-transform: uppercase;
}

body h3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  color: #236c8e;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-transform: uppercase;
}

body h4 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #236c8e;
  /* margin: 10px 0px 10px 0px; */
  padding: 5px;
  text-transform: uppercase;
  border-top: solid 1px #ddd;
  border-right: solid 1px #fff;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #fff;
  background-color: #e2e1e1;
  font-weight: 600;
}

p {
  font-family: 'Roboto', sans-serif !important;
}

.caption {
  font-size: 85%;
  color: #1c3b8f;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-top: solid 1px #ddd;
  border-right: solid 1px #fff;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #fff;
  background-color: #eeeeee;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

.page-content {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  color: #666;
  text-align: justify;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
}

.innerpage-content {
  background-color: #FFFFFF;
  padding-bottom: 20px;
}

.readmore {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

.readmore a {
  color: #e02218;
  text-decoration: none;
}

.readmore a:hover {
  color: #7f1913;
  text-decoration: none;
}

.header {
  margin: 0px;
  padding: 0px;
  background: #fff !important;
}

.header .left {
  margin: 5px 0 0 10px;
  /* width:570px; */
}

.header .left .logo {
  float: left;
}

.header .left .logo-line {
  float: left;
  margin: 10px 15px 10px 15px;
}

.header .left .logo-title {
  float: left;
  margin-top: 15px;
}

.header .left .logo-title h1 {
  font-family: Arial;
  font-size: 15px;
  color: #1c3187;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
}

.header .left .logo-title p {
  font-family: Verdana;
  font-size: 11px;
  color: #23368a;
  text-align: left;
  margin: 0px;
}

.header .right {
  margin: 0px;
  /* width:315px; */
  height: 100px;
  background: url(../images/world-map.png) bottom right no-repeat;
}

.navbar-default .navbar-brand {
  color: #fff !important;
}

.navbar-default .navbar-brand i {
  color: #2341a2;
  font-size: 16px;
}
.navbar-brand{
  font-size: 16px !important;
}
.header .right .toplinks {
  font-size: 15px;
  color: #000;
  text-align: left;
  margin: 22px 0px 0 0;
}

.toplinks i {
  color: green;
  font-size: 18px;
  margin-right: 5px;
}

.toplinks1 {
  margin-top: 8px !important;
}

.header .right .toplinks a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.header .right .toplinks a:hover {
  color: #162a63;
  text-decoration: none;
}

.header .right .globalbtn {
  text-align: center;
  margin: 10px 0px 0 0;
  width: 170px;
}

.globalbtn img {
  width: 170px;
}

#menubar {
  /* width:999px; */
  height: 47px;
  /* float: left; */
  padding: 0px;
  margin: 1px 0 1px 0;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin:0 auto;
  display:table;
}
@media screen and (max-width: 1200px)  {
  ul.menu {
  font-size: 13px;
}
}
ul.menu * {
  margin: 0;
  padding: 0
}

ul.menu a {
  display: block;
  color: #046592;
  text-decoration: none
}

ul.menu li {
  position: relative;
  float: left;
  z-index: 9999;
}

ul.menu ul {
  position: absolute;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none
}

ul.menu ul li {
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
  top: 1px;
  width: 260px;
  margin: 0;
  font-size: 14px;
}

ul.menu ul li a {
  display: block;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  padding: 8px;
  background-color: #f0f0f0;
  color: #1d3687
}

ul.menu ul li a:hover {
  background-color: #fff;
  color: #1d3687
}

ul.menu ul ul {
  left: 148px;
  top: 0px
}

ul.menu ul ul li {
  border-top: 1px solid #ccc;
}

ul.menu .menulink {
  padding: 15px 9px 9px 15px;
  font-weight: bold;
  height: 20px;
  font-size:14px;
  text-align: center;
  text-transform: uppercase;
}

ul.menu .menuselected {
  font-weight: bold;
  background-color: #fff;
  color: #2341a2;
  height: 20px;
  text-align: center;
  text-transform: uppercase;
}

ul.menu .menuhover {
  background-color: #fff;
  color: #2341a2;
}

ul.menu .menulink:hover {
  color: #1d377e;
}

 

ul.menu .topline {
  border-top: 1px solid #ccc
}

ul.menu .devider {
  background: url(../images/menu_devider.gif) no-repeat;
  height: 47px;
  width: 2px;
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
}

.top_act {
  padding: 5px 10px 5px 10px;
  color: #213f90;
  font-size: 11px;
  /* height:31px; */
}

.top_act div.date {
  float: left;
  padding-top: 8px;
}

.top_act div.right {
  float: right;
  /* width:220px; */
}

.top_act div.right div.left {
  float: left;
  padding-left: 10px
}

.top_act div.right div.left a {
  color: #213f90;
  text-decoration: none;
  font-weight: bold;
}

.top_act div.right div.left a:hover {
  color: #213f90;
  text-decoration: underline;
  font-weight: bold;
}

.jfontsize-button {
  font: bold 12px arial;
  padding: 3px;
  border: solid 1px #ccc;
}

.jfontsize-button:hover {
  text-decoration: none;
  color: #fff;
}

.jfontsize-disabled,
.jfontsize-disabled:hover {
  color: #aaa;
}

.container_16 {
  position: relative;
  /* width:999px; */
  margin: 0 auto;
  padding: 0;
}

.container_16 .grid_16 {
  margin-left: 0px;
  margin-right: 0px;
}

#slider {
  position: relative;
  height: 380px;
}

.slider_wrapper {
  position: relative;
  /* height:445px; */
  margin: 0 auto;
  overflow: hidden;
}

#carousel {
  position: relative;
  padding: 0px;
  overflow: hidden;
  /*background:url(../images/caro_bg.png) 0 0 repeat-x;*/
}

#carousel .flex-direction-nav {
  display: none;
}

#carousel .slides li.banner_strip {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px #00071a;
  color: #FFFFFF;
}

#carousel .slides li.banner_strip.one {
  background: url(../images/banner_stript1.gif) repeat-x top left;
  width: 200px;
  height: 65px;
  cursor: pointer;
}

#carousel .slides li.banner_strip.one .icon {
  float: left;
  /*background:url(../images/banner_stript_icon.png) top left no-repeat;*/
  width: 40px;
  height: 47px;
  margin: 10px 0px 10px 25px;
}

#carousel .slides li.banner_strip.one .title {
  margin-top: 12px;
  float: right;
  /*width:120px;*/
  width: 200px;
  font-size: 15px;
  text-align: center;
}

#carousel .slides li.banner_strip.two {
  background: url(../images/banner_stript2.gif) repeat-x top left;
  width: 200px;
  height: 65px;
  cursor: pointer;
}

#carousel .slides li.banner_strip.two .icon {
  float: left;
  /*background:url(../images/banner_stript_icon.png) top left no-repeat;*/
  width: 40px;
  height: 47px;
  margin: 10px 0px 10px 25px;
}

#carousel .slides li.banner_strip.two .title {
  margin-top: 12px;
  float: right;
  /*width:120px;*/
  width: 200px;
  font-size: 15px;
  text-align: center;
}

#carousel .slides li.flex-active-slide.banner_strip,
#carousel .slides li:hover .banner_strip {
  cursor: pointer;
  background: url(../images/banner_stript_pix.gif) top left repeat-x;
  text-shadow: 0px 2px 2px #aaa;
  color: #23368a;
}

#carousel .slides li.flex-active-slide.banner_strip,
#carousel .slides li:hover.banner_strip {
  background: url(../images/banner_stript_pix_act.gif) top left repeat-x;
  text-shadow: 0px 2px 2px #aaa;
  color: #23368a;
}

.flex-prev {
  display: block;
  z-index: 999;
  position: absolute;
  top: 47%;
  left: 0px;
  width: 34px;
  height: 68px;
  margin-top: -25px;
  overflow: hidden;
  text-indent: -100px;
  opacity: 1!important;
  background: url(../images/banners/prevnext.png) 0 0 no-repeat;
  cursor: pointer;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
}

.flex-prev:hover {
  background-position: 0 bottom;
}

.flex-next {
  display: block;
  z-index: 999;
  position: absolute;
  top: 47%;
  right: 0px;
  width: 34px;
  height: 68px;
  margin-top: -25px;
  overflow: hidden;
  text-indent: -100px;
  opacity: 1!important;
  background: url(../images/banners/prevnext.png) right 0 no-repeat;
  cursor: pointer;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
}

.flex-next:hover {
  background-position: right bottom;
}

@media only screen and (max-width:1024px) {
  .flex-next {
    right: 10px;
  }
  .flex-prev {
    left: 10px;
  }
}

.about_blog {
  float: left;
  /* width:405px; */
  margin-right: 15px;
  /* font-size:85%; */
  line-height: normal;
}

.about_blog h2 {
  font-size: 16px;
  margin: 20px 0px 20px 0px;
}

.about_blog p {
  margin-bottom: 7px;
  line-height: 20px;
}

.vm_blog {
  background-color: #f7f7f7;
  float: left;
  /* width:230px; */
  margin-right: 15px;
  /* font-size:85%; */
  font-family: Arial;
  line-height: normal;
  padding: 20px 20px 0 20px;
}

.vm_blog h2 {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}

.cer_blog {
  float: left;
  /* width:270px  font-size:85%; */
  font-family: Arial;
  line-height: normal;
}

.cer_blog h2 {
  font-size: 16px;
  margin: 20px 0px 20px 0px;
}

.client_blog {
  background-color: #fff;
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
}

.mison {
  font-family: 'Roboto', sans-serif !important;
  margin: 15px 0 20px 0;
}

ul.jm-slider-ul {
  margin: 20px 0 20px 20px;
  padding: 0px;
}

ul.jm-slider-ul li.jm-slider-li {
  margin: 16px 11px 0 11px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 145px;
  height: 65px;
}

.clientspeack_blog {
  width: 225px;
  padding: 10px 10px 0 10px;
  float: left;
  font-size: 12px;
  font-family: Arial;
  line-height: normal;
  text-align: left;
}

.upcoming_blog {
  background-color: #f7f7f7;
  /* width:225px; */
  padding: 10px 10px 2px 10px;
  /* float:left; */
  font-size: 85%;
  font-family: Arial;
  line-height: normal;
  text-align: left;
}

.upcoming_blog div.image {
  float: left;
  width: 83px;
  padding: 2px 10px 20px 0;
}

.target_blog {
  /* width:225px; */
  /* border-right: dashed 1px #bbb; */
  margin: 15px 0 15px 0;
  padding: 0px 10px 0 10px;
  /* float:left; */
  font-size: 85%;
  /*font-family: Arial;*/
  line-height: normal;
  text-align: left;
}

.target_blog ul {
  margin: 0px;
  padding: 0px;
}

.target_blog ul li {
  list-style: none;
  padding-left: 0px;
  margin-left: 15px;
  padding: 3px 0;
  list-style: disc;
}

.target_blog ul li a {
  color: #666;
  font-family: 'Roboto', sans-serif !important;
}

.target_blog ul li a:hover {
  color: #000;
}

.news_blog {
  /*width:240px; */
  margin: 15px 0 15px 0;
  padding: 0px 10px 0 10px;
  /* float:right; */
  font-size: 85%;
}

.news-page {
  height: 140px;
  overflow: auto;
  text-align: left
}

.news-page p.newsdate {
  text-align: left;
  font-weight: bold;
  color: #e02218;
}

.news-page p.text {
  text-align: left;
  padding-bottom: 0px;
      margin: 0 0 0px;
  /* border-bottom:1px dashed #666;*/
}
.readmore5{
  margin: 4px 0 0px 0;
}
.dotted-bord{
  border-bottom: 1px dotted #666;
  margin: 10px 0;
}
 

.news-page p a {
  color: #666;
}

.news-page p:hover a {
  color: #000;
}

.hline {
  border-top: dashed 1px #bbb;
  line-height: 1px;
  font-size: 1px;
}

.products {
  height: 750px;
}

.innerbanner {
  margin: 0px;
  padding: 0px;
}


ul.content-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul.content-list li {
  list-style: square;
  line-height: 20px;
}

.sub-products_content {
  /* float:left;  width:500px; */
}

.sub-products {
  /* float:right; width:175px; */
  padding: 5px 15px 5px 15px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
}

.fa-whatsapp {
  color: green;
  font-size: 18px;
}

.fa-phone {
  color: #297ba1;
}
.fa-envelope {
  color: #297ba1;
}

.hmCont p a {
  color: #444;
}


/*strong {color:#1c3187; font-weight:bold;}*/

#imageSlideshowHolder {
  margin: 0px;
  padding: 0px;
  width: 100%;
  /* IE 5.x */
  width/* */
  : /**/
  100%;
  /* Other browsers */
  width: /**/
  100%;
  /* CSS HACK */
  height: 140px;
  /* IE 5.x */
  height/* */
  : /**/
  140px;
  /* Other browsers */
  height: /**/
  140px;
  position: relative;
  /* Never change this value */
}

.cer_blog h1 {
  text-align: left;
}

.imageInGallery {
  height: 140px;
  background-color: #fff;
  /* Never change these 3 value */
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
}

#imageSlideshowHolder img {
  position: absolute;
  left: 0 !important;
  width: auto;
}

.innerpage_heading {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 15px 5px 10px;
}

.innerpage_heading h1 {
  border-left: solid 3px #c51e10;
  font-size: 16px;
  color: #214094;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  text-transform: uppercase;
}

.content {
  font-family: Arial, Helvetica, sans-serif;
  /*font-size:80%;*/
  color: #666;
  text-align: justify;
  padding: 20px 10px 20px 10px;
  line-height: 20px;
}

.content a {
  color: #214094;
  text-decoration: none
}

.content a:hover {
  color: #214094;
  text-decoration: underline
}

.content strong {
  font-weight: bold;
  #2341a2
}

.clients {}

.clients ul {
  margin: 0px;
  padding: 0px;
}

.clients ul li {
  float: left;
  list-style: none;
  margin: 17px;
}

.award p {
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif !important;
}

.awards h1 {
  font-family: 'avantgarde_bk_btdemi';
  font-size: 14px;
  color: #1c3b8f;
  margin: 20px 0px 20px 0px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f6fa;
  border: solid 1px #dbe0ed;
}

.awards ul {
  margin: 0px;
  padding: 0px;
}

.awards ul li {
  float: left;
  list-style: none;
  text-align: center;
}

.press {}

.press h1 {
  font-family: 'avantgarde_bk_btdemi';
  font-size: 14px;
  color: #1c3b8f;
  margin: 20px 0px 20px 0px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f6fa;
  border: solid 1px #dbe0ed;
}

.press ul {
  margin: 0px;
  padding: 0px;
}

.press ul li {
  float: left;
  list-style: none;
  margin: 5px;
  text-align: center;
}

.certificate {}

.certificate ul {
  margin: 0px;
  padding: 0px;
}

.certificate ul li {
  float: left;
  list-style: none;
  text-align: center;
}

.milestone {
  margin: 0px;
  padding: 0px;
  width: 725px;
}

.milestone ul {
  margin: 0px;
  padding: 0px;
}

.milestone ul li {
  list-style: none;
  margin: 0px 0px 15px 0px;
}

.milestone ul li.left {
  list-style: none;
  background: url(../images/milestone_r.jpg) right bottom no-repeat;
}

.milestone ul li.left div.year {
  float: right;
  font-family: 'avantgarde_bk_btdemi';
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  width: 80px;
  padding: 10px 0 10px 0;
}

.milestone ul li.left div.text {
  float: left;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  text-align: right;
  padding: 5px 8px 5px 8px;
  height: 30px;
  width: 308px;
  border-bottom: solid 1px #214094;
  background-color: #f0f0f0;
  line-height: normal;
}

.milestone ul li.right {
  list-style: none;
  background: url(../images/milestone_l.jpg) left bottom no-repeat;
}

.milestone ul li.right div.year {
  float: left;
  font-family: 'avantgarde_bk_btdemi';
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  width: 80px;
  padding: 10px 0 10px 0;
}

.milestone ul li.right div.text {
  float: right;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  text-align: left;
  padding: 5px 8px 5px 8px;
  width: 308px;
  height: 30px;
  border-bottom: solid 1px #214094;
  background-color: #f0f0f0;
  line-height: normal;
}

.hline {
  clear: both;
  border-bottom: 1px #CCCCCC dashed;
  line-height: 1px;
  font-size: 1px;
  margin: 15px 0 15px 0
}

h2.heading {
  font-family: 'avantgarde_bk_btdemi';
  font-size: 14px;
  color: #1c3b8f;
  margin: 0px 0px 20px 0px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f6fa;
  border: solid 1px #dbe0ed;
}

div.buletpoints ul {
  margin: 0px;
  padding: 15px;
}

div.buletpoints ul li {
  list-style: circle;
  padding-bottom: 10px;
}

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
  position: relative;
  background: #c6cde1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f8), to(#c6cde1));
  background-image: -webkit-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: -moz-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: -ms-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: -o-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: linear-gradient(to bottom, #f1f3f8, #c6cde1);
  padding: 5px 18px;
  float: left;
  text-decoration: none;
  color: #214094;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #fff;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -.5em;
  bottom: 0;
  width: 10px;
  background: #c6cde1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f8), to(#c6cde1));
  background-image: -webkit-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: -moz-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: -ms-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: -o-linear-gradient(top, #f1f3f8, #c6cde1);
  background-image: linear-gradient(to bottom, #f1f3f8, #c6cde1);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

#tabs #current a {
  background: #fff;
  z-index: 3;
}

#tabs #current a::after {
  background: #fff;
  z-index: 3;
}

#tabscontent {
  background: #fff;
  padding: 10px 0 10px 0;
  position: relative;
  z-index: 2;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#tabscontent p {
  margin: 10px 0 10px 0;
  background-color: #f0f0f0;
  border: #ddd solid 1px;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
  color: #000000;
}

#tabscontent ul {
  padding: 0px;
  margin: 0px;
}

#tabscontent ul li img {
  width: 200px;
  height: 150px;
  padding: 0 10px 20px 0;
}

#tabscontent ul li a.img {
  width: 200px;
  height: 150px;
}

.footer {
  font-size: 11px;
  text-align: center;
  color: #333333;
  padding-top: 15px;
}

.footer a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.footer a:hover {
  color: red;
}

.footercontent {
  margin-top: 15px;
}

.clientspeack_blog {
  width: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1250px !important;
  }
}

.clientspeack_blog h2,
.upcoming_blog h2,
.download_blog h2 {
  margin-top: 10px;
}

.quality h2 {
  margin-top: 18px;
  margin-bottom: 11px;
}

.quality img {
  cursor: pointer;
}

.quotore {
  margin: -18px 5px 0 0;
}

.quotore img {
  width: 40px;
  margin: 20px 0 0 5px;
}

.quotore img {
  width: 40px;
}


/*Product*/

.inrPgName ul {
  margin: 20px 0;
}

.inrPgName ul li {
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
}

.inrPgName ul li a {
  display: inline-block;
  font-weight: 500;
}

.prod-Gap {
  margin-top: 20px;
}

.prodDtls h1 {
  font-size: 25px;
  margin-top: 0;
}

.prodDtls ul li,
.prodDtls2 ul li {
  list-style: disc;
  list-style-position: inside;
  font-family: 'Roboto', sans-serif !important;
  padding-bottom: 6px;
}

@media screen and (max-width: 768px){
  .prodDtls h1 {
  font-size: 22px;
  margin-top: 20px;
  }
  .page-content{
    text-align: left;
  }
}

/*Product end*/


/*About Us*/

.prodDtls h3 {
  color: #dd0404;
  font-size: 16px;
  font-weight: 600;
}

.team-dtl h5 {
  font-size: 19px;
  font-family: 'Roboto', sans-serif !important;
}

.team-dtl p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif !important;
}

@media screen and (max-width: 768px) {
  .team-dtl {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
  }
  .team img {
    width: 80%;
    margin: 0 auto;
    display: table;
  }
}

.clientImg img {
  margin: 0 auto;
  display: table;
}

@media screen and (min-width: 1400px) {
  .team img {
    width: 80%;
  }
}


/*About Us end*/

.work-post {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px 1px #33333338;
}

.work-post-gal {
  position: relative;
}

.work-post:hover .hover-box {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-backface-visibility: hidden;
}

.hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 109, 174, 0.4);
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

.work-post:hover .hover-box span {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-backface-visibility: hidden;
}

.hover-box span.zoom {
  right: 41%;
  background: url(../images/zoom.png) center center no-repeat;
}

.hover-box span {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-backface-visibility: hidden;
}

.work-post-content {
  background: #fff;
  padding: 3px;
  text-align: center;
}

.work-post-content h5 a {
  font-size: 16px;
  color: #333;
  display: block;
}

@media screen and (max-width:768px) {
  .hm-prod-head h2 {
    font-size: 25px;
    margin-top: 0px;
  }
  .prod-bord {
    width: 30%;
  }
  .work-post-content h5 a {
    font-size: 13px;
  }
  .work-post-content h5 {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}


/******************/


/*client*/

.clientele ul li {
  width: 15.5%;
  float: left;
  border: 1px solid #00000026;
  margin: 2px 2px;
}

.clientele ul li img {
  margin: 8px auto;
  display: table;
}

@media screen and (max-width:768px) {
  .clientele ul li {
    width: 47%;
  }
}


/*client end*/


/*Contact */


/***************************/

.sub-head {
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
  position: relative;
  margin-bottom: 30px;
}

.sub-head:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.sub-head h4 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.sub-head span {
  color: #c92720;
}

.contact-info .item {
  margin-bottom: 25px;
}

.contact-info .icon {
  background: #416b9d;
  border: 1px solid #416b9d;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #f2f2f2;
  float: left;
}

.contact-info .cont {
  margin-left: 55px;
}

.contact-info .cont h6 {
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-info .cont h6 span {
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
}

.contact-info .cont p {
  display: inline-block;
  font-size: 13.5px;
  font-family: 'Roboto', sans-serif !important;
  border-bottom: 1px solid #2D2D32;
  letter-spacing: 0.50px;
  padding-bottom: 5px;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #2A2A2E;
  background: #f7f7f7;
  font-size: 14px;
  font-family: 'Roboto', sans-serif !important;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #555;
}

.contact textarea {
  height: 140px;
}

.butn {
  padding: 13px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  border: 1px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.butn:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d0bb79;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.butn:hover:after {
  height: 100%;
}

.butn span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  color: #d0bb79;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.butn-bg {
    background: #c92720 !important;
    width: 170px !important;
    color: #fff;
    margin: 0 auto;
    display: table;
}

.butn-bg:after {
  background: #fff;
}

.butn-bg:hover span {
  color: #EB3349;
  font-weight:
}

.butn-bg span {
  color: #fff;
}

.map {
  margin-top: 50px;
}


/**********************/


/*Contact end*/


/*Enqury Form*/


/* Quick contact-x start*/

.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}


/* Modal Content */

.modal-content2 {
  background-color: #fefefe;
  width: 20%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  position: fixed;
  right: 6px;
  bottom: 0;
  border-radius: 5px 5px 0 0;
}


/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}


/* The Close Button */

.alose {
  color: white;
  float: right;
  font-size: 22px;
  line-height: 20px;
  font-weight: bold;
}

.alose:hover,
.alose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header2 {
  padding: 12px 16px;
  background-color: #e3000f;
  color: white;
  border-radius: 5px 5px 0 0;
  margin-bottom:10px;
}

.modal-body2 {
  padding: 0 16px;
}

.form_btns {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9;
}

.form_btns h1 {
  color: #fff;
  padding:10px 15px;
  text-align: center;
  /* border-radius: 25px 25px 25px 25px; */
  font-size: 14px;
  font-weight:bold;
  letter-spacing:0.50px;
  cursor: pointer;
  margin: 0px;
}

.form_btns h1:hover {
  /* transform: scale(0.9, 0.9); */
}


.blink_me {
	animation: blinker 1s linear infinite;
	background: #e3000f;
	border:3px solid #f2f2f2;
}

@-webkit-keyframes blinker {
	0% {
		background-color: #e3000f;
	}
	49% {
		background-color: #297ba1;
	}
	50% {
		background-color: #297ba1;
	}
	99% {
		background-color: #019fde;
	}
	100% {
		background-color: #e3000f;
	}
}

@-moz-keyframes blinker {
	0% {
		background-color: #e3000f;
	}
	49% {
		background-color: #297ba1;
	}
	50% {
		background-color: #297ba1;
	}
	99% {
		background-color: #019fde;
	}
	100% {
		background-color: #e3000f;
	}
}

@keyframes blinker {
	0% {
		background-color: #e3000f;
	}
	49% {
		background-color: #297ba1;
	}
	50% {
		background-color: #297ba1;
	}
	99% {
		background-color: #019fde;
	}
	100% {
		background-color: #e3000f;
	}
}

.modal2 {
	 background-color: transparent;
}
.modal-header2 h4 {
  background-color: #e2e1e100;
  border: solid 1px #fff0;
  color: #fff;
  margin: 0px 0px 0px 0px;
}


/*Form*/

.quickcontact input,
textarea::placeholder {
  font-size: 13px !important;
}

.quickcontact input[type="text"],
[type="email"],
[type="number"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 6px 7px 6px 7px;
  display: inline-block;
  border: 2px solid #d7d7d7;
  border-radius: 0px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.quickcontact select {
  width: 100%;
  max-width: 100%;
  padding: 6px 7px 6px 7px;
  display: inline-block;
  border: 2px solid #d7d7d7;
  border-radius: 0px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.quickcontact input[type="submit"] {
  width: 100%;
    max-width: 100%;
    background-color: #e3000f;
    color: white;
    padding: 10px;
    border: none;
    font-size: 15px!important;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 5px;
}

#contact_form input {
  margin: 5px 0;
}

textarea.form-control {
  border: 2px solid #d7d7d7;
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  .client_logo ul li {
    width: 33%;
  }
  .modal-content2 {
    width: 70%;
  }
  .clientspeack_blog {
    padding: 10px 10px 10px 10px;
  }
  .left {
    float: none;
  }
  .socils{
    margin-top: 15px;
    margin-bottom:  15px;
  }
}

@media screen (min-width: 769px) and (max-width: 992px) {
  .modal-content2 {
    width: 40%;
  }
}


/* Quick contact-x End*/


/*Enqury Form end*/

.clientele ul li p {
  text-align: center;
  font-size: 13px;
  height: 30px;
}


/*blogs*/

.blogs {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
  padding: 15px;
  margin-bottom:25px;
}

.blogs:hover .blogs-Img img {
  opacity: 0.7;
}

.blogs-name ul {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
}

.blogs-name ul li {
  display: inline-block;
  font-size: 16px;
}

.blogs-name ul li:nth-child(1) {
  padding-right: 20px;
}

.blog-bord {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}

.blogs-more h2 {
  text-transform: unset;
}

.blogs-more h2 a {
  color: #444;
  line-height: 22px;
}

.blogs-more h2:hover a {
  color: red;
}

.blogs-btn {
  text-align: right;
  display: block;
  color: red;
}

.blogs-btn:hover {
  color: #000;
}

.blog-dtl h1 {
  text-transform: unset;
  color: #000;
  font-size: 20px;
  margin-top: 0;
}

.blog-dtl img {
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

.blog-dtl blockquote {
  margin-left: 0px;
  padding: 10px 10px 10px 10px;
  border-left: 4px solid #5C5C5C;
  background: #f2f2f2;
  font-size: 16px;
  color: #000;
}

.blog-dtl blockquote span {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

.blog-dtl ul li {
  list-style: disc;
  list-style-position: inside;
}
.prodDtls-blog h2{
    font-size: 25px !important;
    margin-top: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #1c3b8f;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    text-transform: uppercase;
}

/*blogs end*/


/*client slider*/


/******************/

.ctl-log {
  margin-right: 15px;
}

.ctl-log img {
  padding: 10px;
}

.client {
  display: flex;
}


/******************/


/*client slider end*/


/*video*/

.modal-header .close {
  margin-top: -2px;
}

.close {
  font-size: 40px;
}


/*video end*/
.gal-heading {
  margin-top: 20px;
  margin-bottom: 30px;
}
.gal-heading h2{
  text-transform:unset;
  font-size: 20px;
  color: #444;
}


.socils ul {
  margin-bottom: 0;
}
.socils ul li{
  display: inline-block;
  margin-right: 10px;
}
.socils ul li a{
  font-size: 25px;
}


.blog-img-dtl {
   margin: 0 auto;
   display: table;
}

.news-and-blog p{
      font-weight: 400;
    /* text-align: center; */
    font-size: 20px;
    margin-top: 15px;
}
.hm-coming-soon{
  padding-top: 30px;
}
.hm-coming-soon p{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}



.upcoming_dtl h5{
  font-size: 17px;
  color: #000;
  font-family: 'Roboto', sans-serif !important;
}
.upcoming_dtl h6{
  font-size: 13px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif !important;
}
.upcoming_dtl ul li{
  line-height: 23px;
  font-size: 13px;
}



/*==========EXIBITION==========*/
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.team_bx {
	padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
}
.gb-widget-331 {
	left:15px!important;
}
.hnGCKT {
	margin:0px!important;
}
.ileyeC {
	display:none!important;
}

.social_link_fxd {
	position: fixed;
    z-index: 123;
    bottom: 10%;
    right: 26px;
}
.social_link_fxd img {
	width:44px;
	height:auto;
	border-radius:5px;
}
.social_link_fxd ul li {
	margin-bottom:5px;
}



.accordion .item {
    border: none;
    margin-bottom: 15px;
    background: none;
}
.career_dtl {
	padding: 10px 30px 0px 30px;
}
.career_dtl span {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.50px;
    color: #666;
    display: block;
}
a.career_btn {
	font-size: 16px;
    color: #ffffff;
    padding-top: 15px;
    display: inline-block;
    padding: 10px 25px;
    background: #019fde;
    margin-top: 15px;
    text-align: center;
}
a.career_btn:hover {
	color:#fff;
	background:#046592;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #046592;
    color: white;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 7px 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
     float: right;
    font-size: 22px;
    color: #046592;
    background-color: #f7f7f7;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}


@media (min-width: 768px){
.modal-dialog {
    width: 400px !important;
}
}