@font-face {
    font-family: 'HelveticaNeueLTStd Bold';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/HelveticaNeueLTStd-Bd.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd Heavy';
    src: url('../fonts/HelveticaNeueLTStd-Hv.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/HelveticaNeueLTStd-Hv.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Hv.woff') format('woff'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Hv.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/HelveticaNeueLTStd-Hv.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd Light';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd Medium';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/HelveticaNeueLTStd-Md.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), /* Modern Browsers */
        url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/HelveticaNeueLTStd-Roman.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/*--------BODY CSS start--------*/
body {
    color: #333;
    background-color: #fff;
    text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}

body a:focus,
body a:hover{
   text-decoration: none;
}

body a:hover{
    text-decoration: none;
}

body li {
    list-style: none;
}
/*----COMPONENT Start----*/
.padding-lt-30 {
    padding-left: 30px;
}
.padding-rt-0 {
    padding-right: 0;
}
.btn-arrow-lt {
    float: left;
    vertical-align: middle;
    /* filter: brightness(0) invert(1); */
    display: block;
    height: 10px;
    width: 5px;
    margin: 3px 8px 3px 0;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
h3:after {
   position: absolute;
   content: "";
   width: 23px;
   height: 3px;
   bottom: -6px;
   left: 0;
   background-color: #07365b 
}
.btn-arrow-lt-drk {
    float: left;
    vertical-align: middle;
    /* filter: brightness(0) invert(1); */
    display: block;
    height: 10px;
    width: 5px;
    margin: 6px 8px 6px 0;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*.btn-themeblue:hover .btn-arrow-lt {
    /*filter: brightness(1) invert(0);
}*/
/*----COMPONENT End----*/

/*----HEADER Start----*/
.header.header {
    float: left;
    width: 100%;
}
  /*----------------------------logo css start*/
.top-header img {
        margin-left: 36px;
    margin-top: 18px;
    margin-bottom: 18px;
    float: left;
}
  /*----------------------------logo css end*/
  /*----------------------------contact info css start*/
.contact-info {
    float: right;
    background-color: #07365b;
    padding: 10px 14px 10px 25px;
    margin-right: 36px;
}
.contact-info li {
    float: left;
    font-size: 13px;
    padding-right: 15px;
    line-height: 1;
}
.contact-info li a {
    color: #f2fbfe;
    font-size: 13px;
    font-family: HelveticaNeueLTStd Light;
    line-height: 1;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-info li a .fa {
    font-size: 11px;
    color: #0979cf;
}
  .contact-info li a:hover {
    color: #27aae1;
  }
  /*----------------------------contact info css end*/


  /*----------------------------navigation css start*/
  .navbar {
     min-height: auto;
  }
  .navbar .nav li {
    display: inline-block;
    float: none;
    margin: 0px -4px 0 0;
    padding: 0px;
  }
  .navbar .nav {
    float: none;
    text-align: center;
    border-top: 1px solid #e7edee;
    box-shadow: 0 6.999px 14px -7px rgba(0, 0, 0, 0.41);
  }
  .navbar-default {
   border: none;
   margin: 0px;
   background-color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #07365b;
    font-family: HelveticaNeueLTStd Light;
    font-size: 15px;
    padding: 12px 32px 12px;
    margin: 0;
    line-height: 1;
    text-shadow: 0 0 0px; 
    border-left: 1px solid #e7edee; 
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .navbar-default .navbar-nav>li:last-child {
    border-right: 1px solid #e7edee; 
}
  .navbar-default .navbar-nav>.active>a, 
  .navbar-default .navbar-nav>.active>a:focus, 
  .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    font-family: HelveticaNeueLTStd Light;
    font-size: 15px;
    padding: 12px 32px 12px;
    background-color: #07365b;
    margin: 0px;
  }

  .navbar-default .navbar-nav>li>a:focus, 
  .navbar-default .navbar-nav>li>a:hover{
   color: #fff;
   text-transform: capitalize;
   font-family: HelveticaNeueLTStd Light;
   font-size: 15px;
   text-shadow: 0 0 0px; 
   background-color: transparent;
  }
  .open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);  
    -ms-transform: scale(1, 1);  
    -o-transform: scale(1, 1);  
    transform: scale(1, 1);  
    opacity:1;
  }

  .dropdown-menu {
    opacity:.3;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 54px;
    -webkit-animation-fill-mode: forwards;  
    -moz-animation-fill-mode: forwards; 
    -ms-animation-fill-mode: forwards; 
    -o-animation-fill-mode: forwards; 
    animation-fill-mode: forwards; 
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

  }
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:focus, 
  .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
  }


  .dropdown-menu li{
   padding: 0px;
   display: block !important;
   float: none;
  }
  .dropdown-menu li a{
   padding: 12px 15px;
   color: #3e3a1a;
   font-family: Segoeui;
   font-size: 17px;
   border-bottom: 0px solid #fff;
   background-color: transparent;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
  }

  .dropdown-toggle:focus .dropdown-menu
  .dropdown-toggle:hover .dropdown-menu{
   display: block;
  }

  .dropdown-menu>li>a:focus, 
  .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }

  .navbar-default .navbar-nav li.active a, 
  .navbar-default .navbar-nav li a:hover {
    background-color: #07365b;  
  }
  .home-page .navbar-default .navbar-nav li.active a.non-active,
  .about-page .navbar-default .navbar-nav li.active a.non-active,
  .product-page .navbar-default .navbar-nav li.active a.non-active,
  .gallery-page .navbar-default .navbar-nav li.active a.non-active,
  .contact-page .navbar-default .navbar-nav li.active a.non-active{
    border-bottom: 0px solid #fff;
  }
  .dropdown-menu>li>a:focus, 
  .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 0px solid #fff;
  }
  .dropdown-menu>li>a:focus, 
  .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1c9ed5;
  }
  .navbar-default .navbar-toggle:focus, 
  .navbar-default .navbar-toggle:hover {
    background-color: #1c9ed5;
}
.navbar-default .navbar-toggle {
    border: none;
}
  /*----------------------------navigation css end*/

  /*----------------------------Mobile menu toggle css start*/
  .o-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-grid {
    padding: 0px;
    display: none;
  }

  /* -----------------------------------------------------------------------------

    HAMBURGER ICONS COMPONENT
    
    ----------------------------------------------------------------------------- */
  /**
   * Toggle Switch Globals
   */
   .menu-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 75px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .c-hamburger:focus {
    outline: none;
  }

  .menu-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 18px;
    right: 18px;
    width: 40%;
    height: 2px;
    background: #07365b;
  }

  .menu-hamburger span::before,
  .menu-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #07365b;
    content: "";
  }

  .menu-hamburger span::before {
    top: -8px;
  }

  .menu-hamburger span::after {
    bottom: -8px;
  }

  /*
   * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
   * down to center and transform into an "x".
   */

   .menu-hamburger-x span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }

  .menu-hamburger-x span::before,
  .menu-hamburger-x span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }

  .menu-hamburger-x span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }

  .menu-hamburger-x span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }


  .menu-hamburger-x.is-active span {
    background: none;
  }

  .menu-hamburger-x.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-hamburger-x.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-hamburger-x.is-active span::before,
  .menu-hamburger-x.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  /*----------------------------Mobile menu toggle css end*/
  .head-ads {
    margin-top: 6px;
  }
/*----HEADER End----*/

/*--------Breadcrumb start--------*/
.section-breadcrumb {
    float: left;
    width: 100%;
    background: url(../images/about-breadcrumb.png) no-repeat;
    background-size: 100%;
    padding: 72px 0px 0px;
}
.page-title {
    min-width: 198px;
    width: auto;
    float: left;
    padding: 16px 35px;
    margin-left: 40px;
    background-color: rgba(9, 121, 207, 0.86);
}
.page-title h4 {
    font-size: 29px;
    font-family: HelveticaNeueLTStd Bold;
    color: #fefefe;
    margin: 0;
    letter-spacing: 1px;
}

.page-title span {
    font-size: 12px;
    font-family: HelveticaNeueLTStd Light;
    color: #fff;
}

.page-title span a {
    font-size: 12px;
    font-family: HelveticaNeueLTStd Light;
    color: #fff;
}
/*--------Breadcrumb end--------*/

/*--------FOOTER CSS start--------*/
.footer {
  float: left;
  width: 100%;
  padding: 15px 0 0;
  background-color: #ebebeb;
  background-size: 100% 100%;
}
.footer .footer-widget {
  margin-bottom: 20px;
}
.footer .footer-widget h4 {
    font-size: 15px;
    color: #07365b;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 22px;
    position: relative;
    font-family: HelveticaNeueLTStd Bold;
}
.footer .footer-widget h4:after {
   position: absolute;
   content: "";
   width: 17px;
   height: 3px;
   bottom: -6px;
   left: 0;
   background-color: #07365b
}
.footer .footer-widget h4.after-none:after {
   display: none;
}
.footer .footer-widget li {
  font-size: 13px;
  color: #0f3d62;
  line-height: 1.88;
  font-family: HelveticaNeueLTStd Roman;
}
.footer .footer-widget li a i.fa {
  color: #0f3d62;
      font-size: 11px;
    margin-right: 4px;
}
.footer .footer-widget li a span {
  font-size: 13px;
  color: #0f3d62;
  line-height: 1.88;
  font-family: HelveticaNeueLTStd Bold;
}
.footer .footer-widget li a {
  font-size: 13px;
  color: #0f3d62;
  font-family: HelveticaNeueLTStd Roman;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .footer-widget li a:hover {
    color: #2e7ab6;
    margin-left: 0;
}
.footer .footer-widget li a:hover img {
    margin: 6px 4px 6px 4px;
}
.footer .footer-widget li.blank {
  border-bottom: 1px solid #656565;
    width: 242px;
    margin: 8px 0px;
}
.bottom-footer {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #dedee0;
}
/*.bottom-footer:before {
    position: absolute;
    content: "";
    width: 1170px;
    height: 1px;
    top: 0;
    bottom: auto;
    left: 16px;
    background-color: #656565;
}*/
.bottom-footer p,
.bottom-footer p a {
  font-size: 13px;
  color: #07365b;
  margin: 0;
  padding: 10px 0;
  font-family: HelveticaNeueLTStd Roman;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bottom-footer p a:hover {
  color: #2e7ab6;
  text-shadow: 1px 1px 4px rgba(43, 43, 43, 0.4);
}

.bottom-footer p.pull-left {
  margin-left: 30px;
}

.bottom-footer p.pull-right {
  margin-right: 30px;
}

/*--------FOOTER CSS end--------*/


/*----section-banner start----*/
.section-banner {
    float: left;
    width: 100%;
    padding: 10px 0;
    height: 400px;
    background: url("../images/banner.png") no-repeat;
    background-size: 100%; 
}
.carousel-inner {
    position: relative;
    width: 91%;
    margin: 0 auto;
    overflow: hidden;
}
.caps-bg {
    width: 101%;
    margin: 0 auto;
    min-height: 100px;
    padding: 55px 0;
    background-color: rgba(9, 121, 207, 0.94);
}
.carousel {
    position: relative;
    bottom: auto;
    top: 280px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-caption h2 {
    font-size: 35px;
    font-family: HelveticaNeueLTStd Roman;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 0px;
    margin-bottom: 10px;
}
.carousel-caption p {
    font-size: 16px;
    font-family: HelveticaNeueLTStd Light;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-shadow: none;
}
.carousel-caption {
    right: 6%;
    left: 6%;
    bottom: 26px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.carousel-control {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}
.carousel-control span img {
    background-color: #07365b;
    padding: 30px 9px;
}
.carousel-control.left {
   left: 9px;
}
.carousel-control.right {
   right: -85px;
}

/*----section-banner end----*/

/*----section-six-cols start----*/
.section-six-cols {
  float: left;
  width: 100%;
    padding-bottom: 25px;
}
.six-cols-item-list {
    width: 95%;
    margin: 0 auto;
}

.six-cols-item-list .six-cols-item {
    border-right: 1px solid #d1d2d2;
    border-bottom: 1px solid #d1d2d2;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.six-cols-item-list .six-cols-item:first-child {
  border-left: 1px solid #d1d2d2;
}
.six-cols-item-list .six-cols-item:hover {
  background-color: #07365b;
}
.six-cols-item-list .six-cols-item:hover h4,
.six-cols-item-list .six-cols-item:hover a {
  color: #fff;
}

.six-cols-item-list .six-cols-item h4 {
    font-size: 16px;
    font-family: HelveticaNeueLTStd Bold;
    color: #07365b;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.six-cols-item-list .six-cols-item a {
    font-size: 13px;
    font-family: HelveticaNeueLTStd Light;
    color: #07365b;
    margin: 0;
    margin-bottom: 10px;
}

.six-cols-item-list .six-cols-item .hover1,
.six-cols-item-list .six-cols-item .hover2,
.six-cols-item-list .six-cols-item .hover3,
.six-cols-item-list .six-cols-item .hover4,
.six-cols-item-list .six-cols-item .hover5,
.six-cols-item-list .six-cols-item .hover6 {
    width: 90px;
    height: 70px;
    margin: 0 auto;
}

/*--hover1--*/
.six-cols-item-list .six-cols-item .hover1 {
    background-image: url('../images/icons-sets.png');
    background-repeat: no-repeat;
    background-position: 20px -6px;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.six-cols-item-list .six-cols-item:hover .hover1 {
    background-position: 20px -110px;
}

/*--hover2--*/
.six-cols-item-list .six-cols-item .hover2 {
    background-image: url('../images/icons-sets.png');
    background-repeat: no-repeat;
    background-position: -102px -3px;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.six-cols-item-list .six-cols-item:hover .hover2 {
    background-position: -102px -107px;
}

/*--hover3--*/
.six-cols-item-list .six-cols-item .hover3 {
  background-image: url('../images/icons-sets.png');
  background-repeat: no-repeat;
  background-position: -228px -1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.six-cols-item-list .six-cols-item:hover .hover3 {
    background-position: -229px -104px;
}

/*--hover4--*/
.six-cols-item-list .six-cols-item .hover4 {
  background-image: url('../images/icons-sets.png');
  background-repeat: no-repeat;
  background-position: -356px -1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.six-cols-item-list .six-cols-item:hover .hover4 {
    background-position: -356px -104px;
}

/*--hover5--*/
.six-cols-item-list .six-cols-item .hover5 {
  background-image: url('../images/icons-sets.png');
  background-repeat: no-repeat;
  background-position: -486px 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.six-cols-item-list .six-cols-item:hover .hover5 {
    background-position: -486px -99px;
}

/*--hover6--*/
.six-cols-item-list .six-cols-item .hover6 {
  background-image: url('../images/icons-sets.png');
  background-repeat: no-repeat;
  background-position: -606px 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.six-cols-item-list .six-cols-item:hover .hover6 {
    background-position: -606px -100px;
}

/*----section-six-cols end----*/

/*----section-about-company start----*/
.section-about-company {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
}
.about-content {
    float: left;
    width: 100%;
    background: url(../images/about-back.png) no-repeat;
    background-size: 100% 95%;
    padding: 10px 0;
}
.about-content h4 {
    font-size: 20px;
    padding-top: 35px;
    font-family: HelveticaNeueLTStd Bold;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}
.about-content p {
    font-size: 14px;
    font-family: HelveticaNeueLTStd Light;
    color: #c0edfc;
    margin: 0;
    margin-bottom: 20px;
}
.about-content p:nth-child(2) {
   margin-bottom: 10px;
}
.about-content a {
  float: right;
  font-size: 12px;
  font-family: HelveticaNeueLTStd Medium;
  color: #1d83d1;
  margin-bottom: 25px;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-content a:hover img {
  margin: 3px 4px 3px 4px;
}
/*----section-about-company end----*/

/*----section-about start----*/
.section-about {
    float: left;
    width: 100%;
}
.section-about .about-page-content {
    margin-top: 40px;
}
.section-about .about-page-content h3 {
      font-size: 24px;
    font-family: HelveticaNeueLTStd Heavy;
    color: #07365b;
    position: relative;
    margin-bottom: 30px;
}
.section-about .about-page-content p {
   font-size: 15.5px;
    font-family: HelveticaNeueLTStd Light;
    color: #404141;
    margin-bottom: 20px;
    font-weight: 500;
    text-shadow: 0 0 0px;
    letter-spacing: 0.8px;
}
.section-about .about-page-content p span {
      font-size: 15.5px;
    font-family: HelveticaNeueLTStd Bold;
    color: #0979cf;
}
.section-about .about-page-content img {
    width: 100%;
    float: left;
    margin: 20px 0 40px;
    position: relative;
}
.section-about .about-page-content a {
    position: absolute;
    right: 40px;
    bottom: 55px;
    font-family: HelveticaNeueLTStd Medium;
    color: #fff;
    font-size: 22px;
}
/*----section-about end----*/

/*----section-services start----*/
.section-services {
    float: left;
    width: 100%;
}
.section-services .services-heading {
    margin-top: 40px;
}
.section-services .services-heading h3 {
    font-size: 24px;
    font-family: HelveticaNeueLTStd Heavy;
    color: #07365b;
    position: relative;
    margin-bottom: 30px;
}
.services-details .services-details-head {
    background: url(../images/h4-back.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    min-width: 435px;
    width: auto;
    padding-left: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 28px;
}
.section-services .services-details h4 {
    font-size: 18px;
    font-family: HelveticaNeueLTStd Bold;
    text-transform: uppercase;
    color: #0979cf;
    margin: 0;
    line-height: 1.7;
}
.section-services .services-details li {
    font-size: 17px;
    float: left;
    width: 100%;
    line-height: 2.8;
    display: inline-flex;
    cursor: pointer;
    padding-left: 28px;
    font-family: HelveticaNeueLTStd Light;
    color: #404141;
}

.section-services .services-details li:before {
    content: "\f04b";
    font-family: FontAwesome;
    color: #0979cf;
    font-size: 12px;
    margin-right: 8px;
    line-height: 3.8;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-services .services-details li:hover::before {
    margin-right: 3px;
    margin-left: 5px;
}
.section-services .services-details li:hover {
    margin-left: 0px;
}

.section-services .services-details {
    width: 100%;
    float: left;
    margin: 20px 0 45px;
}
/*----section-services end----*/

/*----section-clientele start----*/
.section-clientele {
    float: left;
    width: 100%;
    padding-bottom: 45px;
}
.section-clientele .clientele-heading {
    margin-top: 40px;
}
.section-clientele .clientele-heading h3 {
    font-size: 24px;
    font-family: HelveticaNeueLTStd Heavy;
    color: #07365b;
    position: relative;
    margin-bottom: 30px;
}
.section-clientele .clientele-small-heading {
    background: url(../images/client-head-back.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    min-width: 790px;
    width: auto;
    height: 132px;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 28px;
}
.section-clientele .clientele-small-heading h4 {
    font-size: 20px;
    font-family: HelveticaNeueLTStd Light;
    text-transform: uppercase;
    color: #5e5b5b;
    margin: 22px 0 0;
    line-height: 1.4;
    letter-spacing: 1px;
}
.section-clientele .clientele-small-heading h4 span {
    font-size: 20px;
    font-family: HelveticaNeueLTStd Bold;
    text-transform: uppercase;
    color: #0979cf;
    margin: 22px 0 0;
    line-height: 1.4;
    letter-spacing: 1px;
}
.clientele-items-list {
    float: left;
    width: 100%;
    position: relative;
}
.clientele-items-list.after:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 445px;
    right: 32px;
    left: auto;
    bottom: 18px;
    top: auto;
    background-color: #d8d5d5;
}
.clientele-items-list li {
    font-size: 18px;
    float: left;
    width: 100%;
    line-height: 3.4;
    cursor: pointer;
    text-transform: capitalize;
    padding-left: 5px;
    font-family: HelveticaNeueLTStd Light;
    color: #404141;
}

.clientele-items-list li:before {
    content: "\f04b";
    font-family: FontAwesome;
    color: #0979cf;
    font-size: 12px;
    margin-right: 8px;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.clientele-items-list li:hover::before {
    margin-right: 3px;
    margin-left: 5px;
}
.clientele-items-list li:hover {
    margin-left: 0px;
}

.section-clientele .services-details {
    width: 100%;
    float: left;
    margin: 20px 0 45px;
}
/*----section-clientele end----*/

/*----section-career start----*/
.section-career {
    float: left;
    width: 100%;
}
.section-career .career-info {
    margin-top: 40px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.section-career .career-info h3 {
      font-size: 24px;
    font-family: HelveticaNeueLTStd Heavy;
    color: #07365b;
    position: relative;
    margin-bottom: 30px;
}

.career-info .career-small-heading {
  background-color: #f2f2f2;
  padding: 17px 0 17px 17px;
  margin: 20px 0 40px;
}

.career-info .career-small-heading h4 {
      font-size: 18px;
    font-family: HelveticaNeueLTStd Light;
    color: #404141;
    margin: 0;
}
.career-info .career-small-heading h4 span {
      font-size: 18px;
    font-family: HelveticaNeueLTStd Medium;
    color: #0979cf;
}
.career-info p {
    font-size: 16px;
    font-family: HelveticaNeueLTStd Light;
    color: #404141;
    text-shadow: 0 0 0px;
    margin-bottom: 28px;
    display: block;
    float: left;
}
.career-info p span {
  font-size: 16px;
  font-family: HelveticaNeueLTStd Bold;
  color: #0979cf;
}

.career-info ul.unorder-list {
  margin: 0 0 12px;
  float: left;
  padding-left: 12px;
}
.career-info ul.unorder-list li {
  font-size: 16px;
  float: left;
  padding-right: 26px;
  list-style: none;
  font-family: HelveticaNeueLTStd Light;
  color: #07365b;
  line-height: 3.4;
  text-shadow: 0 0 0px;
  letter-spacing: 0.8px;
  position: relative;
}
.career-info ul.unorder-list li:before {
  position: absolute;
  content: "";
  background-color: #07365b;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 25px;
  left: -12px;
  right: auto;
}

.career-info a {
    font-size: 16px;
    font-family: HelveticaNeueLTStd Bold;
    color: #07365b;
    text-shadow: 0 0 0px;
    margin-bottom: 28px;
    display: block;
    float: left;
}
.career-info a span {
  font-size: 16px;
  font-family: HelveticaNeueLTStd Light;
  color: #07365b;
}
.career-info-form input {
    display: block;
    width: 100%;
    height: 38px;
    margin-bottom: 22px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: HelveticaNeueLTStd Light;
    line-height: 1.42857143;
    color: #07365b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdada;
    border-radius: 0;
}
.career-info-form textarea {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: HelveticaNeueLTStd Light;
    line-height: 1.42857143;
    color: #07365b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdada;
    border-radius: 0;
}

.career-info-form button.btn-themeblue {
    font-size: 15px;
    color: #fff;
    background: #07365b;
    float: right;
    font-family: HelveticaNeueLTStd Medium;
    border: 1px solid #07365b;
    border-radius: 0;
    padding: 7px 25px;
    padding: 6px 25px;
    margin: 7px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.career-info-form button.btn-themeblue:hover {
    color: #07365b;
    background: #fff;
    border: 1px solid #07365b;
}
.career-info-form .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    padding: 15px 0;
}

.custom-file-input::-webkit-file-upload-button {
 visibility: hidden;
 padding-left:55px;
}
.career-info-form .controlfile {
      height: 50px;
    margin-bottom: 22px;
    padding: 13px 9px;
}
.career-info-form .controlfile::before {
    content: 'Upload Resume';
    color: #fff;
    font-size: 14px;
    font-family: HelveticaNeueLTStd Light;
    background: -webkit-linear-gradient(top, #1281cd, #1281cd);
    border-radius: 0px;
    padding: 8px 15px;
    outline: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #07365b;
    text-shadow: 0 0 0px;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #07365b;
   opacity:  1;
   text-shadow: 0 0 0px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #07365b;
   text-shadow: 0 0 0px;
}

.form-control:-o-input-placeholder { /* Internet Explorer 10-11 */
   color: #07365b;
   text-shadow: 0 0 0px;
}

textarea::-webkit-input-placeholder {
  color: #07365b;
  text-shadow: 0 0 0px;
}
textarea:-moz-placeholder {
  color: #07365b;
  text-shadow: 0 0 0px;
}
textarea:-ms-placeholder {
  color: #07365b;
  text-shadow: 0 0 0px;
}
textarea:-o-placeholder {
  color: #07365b;
  text-shadow: 0 0 0px;
}
/*----section-career end----*/

/*----contact-page start----*/
.section-map {
  float: left;
  width: 100%;
}
.section-contact-adrs {
  float: left;
  width: 100%;
}
.section-contact-details {
    float: left;
    width: 100%;
    background-color: #eefbfc;
    text-align: center;
    margin: 40px 0 0;
    padding: 25px 0 15px;
}
.section-contact-details h4 {
    font-size: 18px;
    font-family: HelveticaNeueLTStd Roman;
    color: #0979cf;
    text-shadow: 0 0 0px;
    margin-bottom: 16px;
}
.section-contact-details p {
    font-size: 17px;
    font-family: HelveticaNeueLTStd Roman;
    color: #07365b;
    text-shadow: 0 0 0px;
    margin-bottom: 22px;
    position: relative;
}
.section-contact-details p:nth-child(even) {
      margin-bottom: 35px;
}
.section-contact-details p:nth-child(even)::after {
    position: absolute;
    content: "";
    background-color: #dbdada;
    width: 670px;
    height: 1px;
    top: auto;
    bottom: -18px;
    left: 250px;
}
.section-contact-details p span {
    font-size: 17px;
    font-family: HelveticaNeueLTStd Roman;
    color: #0979cf;
    text-shadow: 0 0 0px;
    margin-bottom: 28px;
}
.section-contact-details p a {
    font-size: 17px;
    font-family: HelveticaNeueLTStd Bold;
    color: #07365b;
    text-shadow: 0 0 0px;
    margin-bottom: 28px;
}
.section-contact-form {
   float: left;
   width: 100%;
   padding: 0 0 55px;
}
.contact-form {
    float: left;
    width: 100%;
    background-color: #07365b;
    padding: 50px 45px;
}
.contact-form input {
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 40px;
    padding: 6px 20px;
    font-size: 16px;
    font-family: HelveticaNeueLTStd Light;
    line-height: 1.42857143;
    color: #07365b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdada;
    border-radius: 0;
}
.contact-form textarea {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 6px 12px;
    font-size: 16px;
    font-family: HelveticaNeueLTStd Light;
    line-height: 1.42857143;
    color: #07365b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdada;
    border-radius: 0;
}
.contact-form button.btn-themeblue-lg {
    font-size: 20px;
    color: #fff;
    width: 100%;
    background: #1281cd;
    float: right;
    font-family: HelveticaNeueLTStd Bold;
    border: 1px solid #07365b;
    border-radius: 0;
    padding: 15px 25px;
    margin: 0;
    margin-top: 34px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-form button.btn-themeblue-lg:hover {
    color: #fff;
    background: #40a5eb;
    border: 1px solid #07365b;
}
.section-contact-heading h4 {
    font-size: 22px;
    font-family: HelveticaNeueLTStd Medium;
    color: #686869;
    text-align: center;
    text-shadow: 0 0 0px;
    padding: 14px 0;
}

.gallery-row img {
    margin-top: 0 !important;
}

.gallery-page a{
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
}
.gallery-row small.date {
    background: #2288d4;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 15px;
}
.gallery-row p {
    margin-bottom: 0 !important;
}

.gallery-row .col-md-4:nth-child(4){
    clear: both;
}

.gallery-main-img {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

h3.page-content-title{
    font-size: 24px;
    font-family: HelveticaNeueLTStd Heavy;
    color: #07365b;
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
}

.gallery-row .caption p.title {
    font-size: 19px;
    font-weight: bold;
    padding-top: 10px;
}

.gallery-row .caption{
    min-height: 100px;
    text-align: center;
}


.gallery-row .gallery-item {
    margin-bottom: 25px !important;
}

.lg-backdrop.in{
    opacity: 0.8 !important;
}

.image-zooming:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.back-btn {
    background: #0f73c7;
    font-size: 17px !important;
    padding-top: 10px !important;
}

@media (min-width:768px) and (max-width:991px) {
    .gallery-row .col-md-4:nth-child(3){
        clear: both;
    }
}

.back-section {
    margin-bottom: 50px;
    padding: 0;
}

.gallery-page .date{
    font-size: 15px;
    background: rgb(16 113 197);
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.gallery-row .thumbnail{
    padding: 0;
    transition: box-shadow .3s;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.gallery-row .thumbnail:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

/*----contact page end----*/

/*.delay-1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay: 0.5s;
    transition: all 0.8s linear;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}
.delay-2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}
.animate-1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 0.4s;
    transition: all 0.8s linear;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}
.animate-2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 0.8ss;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}
.animate-3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}
.animate-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 2.0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}
.animate-5 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.8s linear;
}

.title {
    min-height: 41px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.title2 {
    min-height: 41px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}*/
