
/** Generated by FG **/
@font-face {
    font-family: 'trebuc';
    src: url('../fonts/trebuc.eot');
    src: url('../fonts/trebuc.eot') format('embedded-opentype'),
         url('../fonts/trebuc.woff2') format('woff2'),
         url('../fonts/trebuc.woff') format('woff'),
         url('../fonts/trebuc.ttf') format('truetype'),
         url('../fonts/trebuc.svg#trebuc') format('svg');
}



/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0; -webkit-text-size-adjust: none;}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}
a img{border:0}
figure{position:relative}
figure img{width:100%}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body{
    position: relative;
}
body{
   font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
a,
button,
img,
input,
input[type="submit"],
input[type="reset"],
input[type="button"]{
  border: none;
  outline: none !important;
}
body{
  overflow-x: hidden;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}


.clr:before, 
.clr:after, 
.container:before, 
.container:after, 
.row:before, 
.row:after
 {
    display: table;
    content: " "
}

.clr:after, 
.clr:after, 
.row:after
 {
    clear: both
}


img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}


input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea
{
    -webkit-appearance: none !important;
    border-radius: 0;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
     font-size: 14px;
    color: #797979;
    font-weight: 400;
}
:-moz-placeholder {
     opacity: 1 !important;
      font-size: 14px;
    color: #797979;
    font-weight: 400;
}
::-moz-placeholder {
     opacity: 1 !important;
      font-size: 14px;
    color: #797979;
    font-weight: 400;
}
:-ms-input-placeholder {  
    opacity: 1 !important;
     font-size: 14px;
    color: #797979;
    font-weight: 400;
}
*, img, a {
	outline:none;
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, ul, li {
    font-weight:normal;
}

h1{
    font-size: 38px;
    color: #298d9c;
    font-weight: 700;
}
h2{
    font-size: 36px;
    color: #298d9c;
    font-weight: 700;
    line-height: normal;
}
.inner-page-full-gray-section h2{
  margin-bottom: 16px;
  color: #353535;
}
.inner-page-blog-content-section h2{
  margin-bottom: 16px;
  color: #353535;
}
h3{
    font-size: 27px;
    color: #353535;
    font-weight: 400;
}
.inner-page-full-gray-section h3{
  margin-bottom: 16px;
}
.inner-page-blog-content-section h3{
  margin-bottom: 16px;
}
h5{
    font-size: 20px;
    color: #353535;
    font-weight: 400;
}
.inner-page-blog-content-section h5{
  margin-bottom: 16px;
}
p{
    font-size: 15px;
   /* color: #797979;*/
    color: #000000;
    font-weight: 400;
    /*line-height: 24px;*/
    line-height: 26px;
}
p a{
  text-decoration: none;
  color: #298d9c;
}
p a:hover{
  text-decoration: none;
  color: #000000;
}

.table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}


.inline-block-outer:before{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.inline-block-outer{
    height: 100%;
}

.inline-block{
    display: inline-block;
    vertical-align: middle;
}

/* Css Start Home Page */
.clear{
    clear: both;
}
.header{
    display: block;
}
.logo{
   float: left;
   width: auto;
   height: auto;
   margin: 30px 0px 30px 0px;
}
.logo a{
    display: block;
}
.logo img{
    width:auto;
    height: auto;
    outline: none;
}
.main-menu{
    float: right;
    width: auto;
    margin: 75px 0px 0px 0px;
}
.nav-menu-in{
    display: block;
    width: 100%;
}
.main-menu .nav-menu-in ul{
    margin: 0px;
    padding: 0px;
}
.main-menu .nav-menu-in ul li{
    margin: 0px;
    padding: 0px;
   list-style-type: none;
   float: left;
   position: relative;
}
.main-menu .nav-menu-in ul li > a{
    margin: 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 16px;
    font-family: 'trebuc';
    font-weight: normal;
    text-decoration: none;
    padding: 0px 19.3px 0px 19.3px;
    background-image: url("../images/main-menu-line.jpg");
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.main-menu .nav-menu-in ul li:first-child > a{
    background-image: none;
    padding-left: 0px;
}
.main-menu .nav-menu-in ul li:last-child > a{
    padding-right: 0px;
}
.main-menu .nav-menu-in ul li > a:hover{
    color: #298d9c;
}
.main-menu .nav-menu-in ul li.active > a{
    color: #298d9c;
}
.main-menu .nav-menu-in ul li.current-menu-item > a{
  color: #298d9c;
}
.navigation ul li.current-menu-item > a{
  color: #298d9c !important;
}

.main-menu .nav-menu-in ul.sub-menu li.current-menu-item > a{
  color: #ffffff;
  background-color: #44a8b7;
}
.main-menu .nav-menu-in ul.sub-menu li > a:hover{
  color: #ffffff;
  background-color: #44a8b7;
}
.navigation ul.sub-menu li.current-menu-item > a{
  color: #298d9c !important;
  background-color: transparent;
}

/* sub menu */

.main-menu .nav-menu-in ul > li > ul {
    float: left;
    left: 0px;
    opacity: 0;
    padding: 0px 0 0px;
    position: absolute;
    top: 25px;
    visibility: hidden;
    width: 222px;
    z-index: 99999;
    margin: 0;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -os-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.main-menu .nav-menu-in ul > li:hover > ul {
    /*background-color: #982d4e;*/
    background-color: #298d9c;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}
.main-menu .nav-menu-in ul li ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #3ea2b0;
    padding: 0px;
}

.main-menu .nav-menu-in ul li ul li:first-child {
  border-top: none;
}

.main-menu .nav-menu-in ul li ul > li:first-child > a {
    padding-left: 19.3px;
    border-top: 0px;
}

.main-menu .nav-menu-in ul li ul li a {
    border-top: 0 none;
    display: block;
    padding: 10px 19.3px 10px 19.3px;
    text-transform: none;
    height: auto;
    color: #fff;
}

.main-menu .nav-menu-in ul li ul li:after {
 display: none;
}

.main-menu .nav-menu-in ul li ul li a:after {
 display: none;
}

.main-menu .nav-menu-in ul li ul > li > a:hover {
     color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);   
}

.main-menu .nav-menu-in ul li ul > li.active > a {
    color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);
}

.main-menu ul li ul > li.current-menu-item > a {
    color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);
}

.main-menu ul li ul li.current-menu-item a:after {
  display: none;
}

.main-menu ul li ul > li.current-menu-ancestor > a {
     color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);
}

.main-menu ul > li > ul > li > ul {
    float: left;
    left: 207px;
    opacity: 0;
    padding: 0px 0 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
     width: 222px;
    z-index: 99999;
    margin: 0;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -os-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.main-menu ul > li > ul > li:hover > ul {
   /* background-color: #982d4e;*/
   background-color: #298d9c;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul li ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
}

.main-menu ul li > ul > li > ul > li:first-child > a {
    padding-left: 19.3;
    border-top: 0px;
}

.main-menu ul li ul > li ul > li > a {
    background-image: none;
    border-top: 0 none;
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    padding: 12px 19.3 12px 19.3 !important;
    text-transform: none;
}

.main-menu ul li ul > li > ul > li > a:hover {
   color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);
}

.main-menu ul li ul > li > ul > li.active > a {
   color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);
}

.main-menu ul li ul > li > ul > li.current-menu-item > a {
  color: #000;
    background-image: none;
    background-color: rgba(41, 141, 156, 0.50);
}

.main-menu ul li ul > li > ul > li.current-menu-ancestor > a {
  color: #000;
    background-image: none;
   background-color: rgba(41, 141, 156, 0.50);
}

body #cssmenu ul li.has-sub .submenu-button i.ion-chevron-down {
  color: #5e5e5e;
}

body #cssmenu ul li.has-sub:hover .submenu-button i.ion-chevron-down {
  color: #298d9c;
}
body .navigation ul li ul li a {
  border-bottom: 1px solid #e8e8e8;
}
/* Sub Menu End */


.banner-section{
    display: block;
}
.banner-section .bxslider li {
  background-position: center top;
  background-size: cover;
  display: table;
  float: left;
  height: 559px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.banner-section .bxslider li:after {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 background-color: rgba(41, 141, 156, 0.70);
 left: 0px;
 top: 0px;
 right: 0px;
}
.banner-section .slider-content {
  display: table;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0px 22px 0px;
  z-index: 9999;
}
.banner-section .slider-content-cell {
  display: table-cell;
  height: auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
  /*padding: 18% 0px 0px 0px;*/
}
.banner-section .bxslider li .banner-title{
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 46px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -2px;
}
.banner-section .bxslider li p{
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
   /* margin-bottom: 23px;*/
     margin-top: 17px;
}
.banner-section .bxslider li .banner-button{
  left: 0;
  margin-top: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.banner-section .bxslider li .banner-button a{
    width: 123px;
    height: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 39px;
    display: inline-block;
    text-decoration: none;
}
.banner-section .bxslider li .banner-button a:hover{
     border: 1px solid #797979;
     background-color: #797979;
}
.solution-section-main{
    display: block;
}
.solution-section-row{
    display: block;
    background-color: #f3f3f3;
    height: 100%;
    position: relative;
}
.solution-section-row-1{
    background-color: #fff;
}
.content-section-in{
    width: 100%;
}
.solution-img{
    position: absolute;
    width: 50%;
    left: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.solution-img-right{
    right: 0px;
    left: auto;
    background-position: left top;
}
.solution-text{
    float: right;
    width: 50%;
    padding: 32px 0px 37px 36px;
}
.solution-text-left{
    float: left;
    padding: 32px 33px 37px 0px;
}
.solution-text h3{
    line-height: normal;
    letter-spacing: 0.3px;
}
.solution-text h1{
    line-height: normal;
    padding-bottom: 14px;
    margin-top: -4px;
    letter-spacing: 0.3px;
}
.solution-text p{
    padding-bottom: 16px;
}
.readmore-button{
    display: block;
    text-align: left;
    margin: 7px 0px 0px 0px;
}
.solution-text .readmore-button a{
    width: 123px;
    height: 40px;
    background-color: #298d9c;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 41px;
    display: inline-block;
    text-decoration: none;
}
.solution-text .readmore-button a:hover{
     background-color: #797979;
}
.our-military-section-main{
    display: block;
    padding: 81px 0px 90px 0px;
}
.our-military-section-main h2{
   display: block;
   text-align: center;
   letter-spacing: 1.5px;
}
.our-military-section-main h2 span{
    font-weight: 400;
    color: #353535;
}
.our-military-section-main .main-item {
  display: block;
  margin: 117px 0 0;
  padding: 0;
  position: relative;
}
.our-military-section-main .main-item .item-box{
    border: 1px solid #f3f3f3;
    background-color: #fff;
    height: 400px;
}
.our-military-section-main .main-item .item-box .logo-image{
    display: block;
    text-align: center;
    height: 202px;
}
.our-military-section-main .main-item .item-box .logo-image img{
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 14px;
}
.our-military-section-main .main-item .item-box-2 .logo-image img{
    margin-top: 18px;
    margin-bottom: 12px;
}
.our-military-bottom-text-section{
    display: block;
    background-color: #f3f3f3;
    position: relative;
    width: 100%;
    height: 196px;
    padding: 0px 22px 20px 20px;
}
.our-military-bottom-text-section:after {
  background-image: url("../images/up-arrow-after.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -7px;
  width: 13px;
}
.item-box-2 .our-military-bottom-text-section{
    display: block;
    background-color: #f3f3f3;
    position: relative;
    width: 100%;
    height: 196px;
    padding: 0px 10px 20px 20px;
}
.item-box-2 .our-military-bottom-text-section:after {
  background-image: url("../images/up-arrow-after-2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -7px;
  width: 13px;
}
.our-military-bottom-text-section h4{
    font-weight: 700;
    color: #363636;
    font-size: 16px;
    line-height: normal;
    padding: 17px 0px 13px 0px;
}
.our-military-bottom-text-section p{
    padding: 0px 0px 6px 0px;
}
.our-military-section-main .our-military-button {
  display: block;
  margin: 7px 0 0;
  text-align: left;
}
.our-military-section-main .our-military-button a {
  background-color: #298d9c;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 123px;
}
.our-military-section-main .our-military-button a:hover {
  background-color: #797979;
}
.our-military-section-main .owl-nav {
  position: absolute;
  right: 0;
  text-align: right;
  top: -50px;
  width: 100%;
}
.our-military-section-main .owl-nav .owl-prev{
  margin-right: 7px;
}
.our-military-section-main .owl-nav .owl-prev,
.our-military-section-main .owl-nav .owl-next {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #298d9c;
  font-size: 0px;
}
.our-military-section-main .owl-nav .owl-prev:hover,
.our-military-section-main .owl-nav .owl-next:hover {
  background-color: #b7b5b6;
}
.our-military-section-main .owl-nav .owl-prev{
  background-image: url("../images/left-priview.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.our-military-section-main .owl-nav .owl-next{
  background-image: url("../images/right-next.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.our-military-section-main .owl-nav .owl-prev.disabled,
.our-military-section-main .owl-nav .owl-next.disabled {
  background-color: #b7b5b6;
}
.client-say-bg-section{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 389px;*/
  height: auto;
  width: 100%;
  position: relative;
  padding: 52px 0px 55px 0px;
}
.client-say-bg-section .bx-wrapper .bx-controls-direction a {
 display: none;
}
.client-say-bg-section:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  left: 0px;
  right: 0px;
  top: 0px;
}
.client-say-in{
  display: block;
  position: relative;
  z-index: 2;
}
.client-say-bg-section .client-say-in h2{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
  letter-spacing: 1.5px;
  padding: 0px 0px 49px 0px;
}
.client-say-bg-section .client-say-in p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  text-align: center;
  font-style: italic;
  padding: 0px 193px;
}
.client-say-bg-section .client-say-in p{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
}
.client-say-bg-section .client-say-in .client-name-text{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  text-align: center;
  padding: 49px 0px 15px 0px;
}
.client-say-bg-section .client-say-in footer{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  text-align: center;
  padding: 49px 0px 15px 0px;
}
body .client-say-bg-section .client-say-in .bx-controls{
  text-align: center;
}
body .client-say-bg-section .client-say-in .bx-controls .bx-pager{
  display:block;
  text-align: center;
  position: relative;
  padding: 0px;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
}
body .client-say-bg-section .client-say-in .bx-controls .bx-pager-item{
  display: inline-block;
  float: none;
}
body .client-say-bg-section .client-say-in .bx-controls .bx-pager-item a {
  background-color: #ffffff;
  display: inline-block;
  height: 5px;
  margin-right: 7px;
  width: 25px;
  border-radius: 0px;
}
body .client-say-bg-section .client-say-in .bx-controls .bx-pager-item a.active {
  background-color: #298d9c;
}
.contracts-section-main {
  display: block;
  padding: 82px 0 85px;
}
.contracts-section-main h2 {
  display: block;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 0px 28px 0px;
}
.contracts-section-main h2 span {
  color: #353535;
  font-weight: 400;
}
.contracts-section-in{
  display: block;
  position: relative;
}
.contracts-section-in .contracts-text{
  display: block;
  padding: 0px 17px 29px;
}
.contracts-section-in .contracts-text p{
  display: block;
  text-align: center;
}
.footer-section{
  display: block;
  border-top: 1px solid #298d9c;
   border-bottom: 1px solid #298d9c;
   position: relative;
   background-color: #fff;
   overflow: hidden;
}
.footer-logo {
  float: left;
  height: auto;
  margin: 29px 0 28px;
  width: 342px;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  height: auto;
  outline: medium none;
  width: auto;
}
.footer-menu{
    float: left;
    width: 100%;
    margin: 28px auto 0px auto;
    position: relative;
    border-bottom: 1px solid #7c7a85;
    padding-bottom: 10px;
}
.footer-menu:before {
 /* background-color: #7c7a85;*/
  border-bottom: 1px solid #7c7a85;
  content: "";
  height: auto;
  left: 515px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 2000px;
}
.footer-menu ul{
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li{
    margin: 0px;
    padding: 0px;
   list-style-type: none;
   float: left;
}
.footer-menu ul li a{
    margin: 0px;
    padding: 0px;
    color: #797979;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 14.7px 0px 14.7px;
}
.footer-menu ul li:first-child a{
    background-image: none;
    padding-left: 0px;
}
.footer-menu ul li:last-child a{
    padding-right: 0px;
}
.footer-menu ul li a:hover{
    color: #298d9c;
}
.footer-menu ul li.active a{
  color: #298d9c;
}
.footer-menu ul li.current-menu-item a{
  color: #298d9c;
}
.footer-right{
  float: left;
  width: 70%;
}
.office-address{
  display: block;
  text-align: left;
  padding: 9px 0px 0px 0px;
  float: left;
  width: 100%;
  color: #797979;
}
.office-address p{
  width: 100%;
}
.office-address p span{
  font-weight: 700;
  padding-right: 7px;
}
.office-address label{
  font-weight: 700;
  padding-right: 7px;
}
.footer-right .phone{
  float: left;
  padding-right: 18px;
  margin-top: -1px;
  color: #797979;
}
.footer-right .email{
  float: left;
   margin-top: -1px;
   color: #797979;
}
.footer-right .email a{
  color:#797979;
  text-decoration: none;
}
.footer-right .email a:hover{
  color:#298d9c;
  text-decoration: none;
}
.footer-social{
  display: block;
  padding: 33px 0 32px;
}
.footer-social p{
  float: left;
  width: 75%;
  font-size: 13px;
  line-height: 24px;
  color: #797979;
  font-weight: 400;
  text-align: left;
}
.footer-social p a{
  color: #298d9c;
  text-decoration: none;
  position: relative;
  padding-right: 16px;
}
.footer-social p a:after{
  background-image: url("../images/copy-right-line.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 2px;
  height: 9px;
  position: absolute;
  content: "";
  top: 4px;
  margin-left: 7px;
}
.footer-social p a:hover{
  color: #797979;
}
.footer-social-right-in{
  float: right;
  width: auto;
}
.footer-social-right-in a{
  width: 29px;
  height: 28px;
  float: left;
}
.footer-social-right-in a.linkedin{
   background-image: url("../images/linkedin.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.footer-social-right-in a.linkedin:hover{
   background-image: url("../images/linkedin-hover.png");
}
.footer-social-right-in a.share{
   background-image: url("../images/share-icon.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.footer-social-right-in a.share:hover{
   background-image: url("../images/share-icon-hover.png");
}

/* Inner Page Css Start */

.inner-page-banner{
  background-position: center top;
  background-size: cover;
  height: 154px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.inner-page-banner .row {
  height: 100%;
}
.inner-page-banner:after {
  background-color: rgba(0, 0, 0, 0.70);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.inner-page-banner .inner-page-banner-content {
  display: table;
  height: 100%;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.inner-page-banner .inner-page-banner-cell {
  display: table-cell;
  height: auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.inner-page-banner .inner-page-banner-box{
  float: left;
  width: auto;
}
.inner-page-banner .inner-page-banner-box .inner-banner-title {
  color: #ffffff;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  padding: 1px 0 0 2px;
  text-align: left;
}
.menu-pagenation {
  float: right;
  padding: 6px 0 0;
  width: auto;
}
.menu-pagenation ul{
  margin: 0px;
  padding: 0px;
}
.menu-pagenation ul li{
  width: auto;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  list-style-type: none;
}
.menu-pagenation ul li a {
  background-image: url("../images/pagenation-menu-line.png");
  background-position: 100% 7px;
  background-repeat: no-repeat;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 6px 0 0;
  outline: medium none;
  padding: 0 14px 0 0;
  text-align: left;
  text-decoration: none;
}
.menu-pagenation ul li a:hover{
  color: #298d9c;
}
.inner-page-blog-content-section{
  display: block;
  position: relative;
  padding: 74px 0px 60px 0px;
}
.inner-page-blog-content-section .inner-pagetext-box-left{
  float: left;
  width: 50%;
}
.inner-page-blog-content-section .inner-pagetext-box-left p{
  padding: 0px 50px 16px 0px;
}
.inner-page-blog-content-section .inner-pagetext-box-right{
  float: right;
  width: 50%;
}
.inner-page-blog-content-section .inner-pagetext-box-right p{
  padding: 0px 0px 16px 31px;
}
.inner-page-full-gray-section{
  display: block;
  position: relative;
  padding: 54px 0px 40px 0px;
  background-color: #f3f3f3;
}
.inner-page-full-gray-section p{
  padding: 0px 0px 16px 0px;
  display: block;
  text-align: center;
}
.inner-page-full-gray-section p .alignleft {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.inner-page-full-gray-section p .alignright {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wpcf7-form-control-wrap {
  float: left;
  height: auto;
  padding: 5px 0 11px;
  position: relative;
  width: 100%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"]{
  background-color: #f3f3f3;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0px;
  color: #797979;
  text-align: left;
  padding: 0px 20px;
}
.wpcf7-form textarea{
  background-color: #f3f3f3;
  width: 100%;
  height: 130px;
  line-height: 20px;
  border: 0px;
  color: #797979;
  text-align: left;
  padding: 10px 20px;
}
.wpcf7-form input[type="submit"] {
  background-color: #298d9c;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  width: 123px;
  cursor: pointer;
  border: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #797979;
}
.page-template-contact .inner-pagetext-box-right iframe{
  width: 100% !important;
}
body div.wpcf7-validation-errors {
  border: 0 none;
  color: #ff0000;
}
body div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}
body div.wpcf7-mail-sent-ng {
  border: 0 none;
  color: #ff0000;
}
body div.wpcf7-mail-sent-ok {
  border: 0 none;
  color: #ff0000;
}
body div.wpcf7-mail-sent-ok {
  border: 0 none;
  color: #008000;
}
.error-404.not-found,
.no-results.not-found{
  padding: 100px 0px;
}
.error-404.not-found h1.page-title,
.no-results.not-found h1.page-title{
  width: 100%;
  text-align: center;
  line-height: 48px;
}
.error-404.not-found .page-content p,
.no-results.not-found .page-content p{
  width: 100%;
  text-align: center;
}
.error-404.not-found .page-content,
.no-results.not-found .page-content{
  text-align: center;
}
.error-404.not-found .page-content form.search-form,
.no-results.not-found .page-content form.search-form{
  display: inline-block;
  padding: 40px 0px;
}
.error-404.not-found .page-content form.search-form span.screen-reader-text,
.no-results.not-found .page-content form.search-form span.screen-reader-text{
  padding: 0px 10px 0px 0px;
}
.error-404.not-found .page-content form.search-form input[type="search"],
.no-results.not-found .page-content form.search-form input[type="search"] {
  background-color: #f3f3f3;
  border: 0 none;
  color: #797979;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: left;
  width: 255px;
  margin-right: 5px;
}
.error-404.not-found .page-content form.search-form button.search-submit[type="submit"],
.no-results.not-found .page-content form.search-form button.search-submit[type="submit"] {
  background-color: #298d9c;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  width: 123px;
}
.error-404.not-found .page-content form.search-form button.search-submit[type="submit"]:hover,
.no-results.not-found .page-content form.search-form button.search-submit[type="submit"]:hover{
  background-color: #797979;
}
.error-404.not-found .page-content form.search-form button.search-submit span.screen-reader-text,
.no-results.not-found .page-content form.search-form button.search-submit span.screen-reader-text{
  padding: 0px;
}

.inner-page-full-gray-section h5{
  padding-bottom: 15px;
}
.inner-page-full-gray-section ul{
  padding: 0px 0px 15px 20px;
  margin: 0px;
}
.inner-page-full-gray-section ul li{
  padding: 0px 0px 20px 20px;
  margin: 0px;
   color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0 33px 8px 0px;
}
.inner-page-blog-content-section ul{
  padding: 0px 0px 15px 20px;
  margin: 0px;
}
.inner-page-blog-content-section ul li{
  padding: 0px 0px 20px 20px;
  margin: 0px;
   color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0 33px 8px 0px;
}

/* Inner Page Css End */
.stButton .sharethis{
  background-image: url("../images/share-icon.png") !important;
}
.stButton .chicklets{  
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 20px 0 10px !important;  
}
.stButton {  
  font-size: 0 !important;
  line-height: 25px !important;
}