

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



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

select{
      -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
            outline: none;
}

select::-ms-expand {
    display: none;
}



html {
  overflow-x: hidden;
   -ms-overflow-style: scrollbar;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  background-color: #f5f7f6 !important;
  overflow-x: hidden;
}




ul {
	list-style:none;
	
}
a {
	text-decoration:none !important;
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  outline: none;
}

textarea{
  resize: vertical;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

select{
      -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}




::-moz-selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}


a,input, button{
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),  
  url('fonts/FontAwesome.otf')  format('opentype'),
  url('fonts/FontAwesome.woff') format('woff'), 
  url('fonts/FontAwesome.ttf')  format('truetype'), 
  url('fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa.fa.fa.fa.fa{
  font-family: 'FontAwesome';
}


.container.container.container.container.container.container{
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container.container.container.container.container.container:after,
.container.container.container.container.container.container:before {
	content: " ";
	display: table;
}
.container.container.container.container.container.container:after {
	clear: both;
}

h1,h2,h3,h4,h5,h6,ul,li,figure{
	margin:0;
	padding:0;
}


p{
  font-size: 17px;
  font-weight: 400;
  color: #656565;
}


img {
	margin:0;
	padding:0;
	border:none;
	max-width:100%;
  height: auto;
	display:block;
}


.full-width{
  width: 100%;
  float: left;
}

.main-header{
  padding: 32px 0 0;
  background: #fff;
}

.header-logo{
  float: left;
}

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

.info-fld{
  float: right;
  text-align: right;
}


.info-fld ul li{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.info-fld ul li + li{
  margin-left: 21px;
  padding-left: 21px;
  border-left: 1px solid #d4d4d4;
}

.info-fld ul li img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.info-fld ul li a{
  color: #000;
}

.info-fld ul li a:hover{
  color: #1a92ec;
}


.header-sub{
  padding: 28px 0 0 10px;
}

.nav-sup ul{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.nav-sup ul li{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.nav-sup ul li a{
  color: #141313;
  display: block;
  padding: 0 10px 18px;
}

.nav-sup ul li + li{
  margin-left: 18px;
/*  padding-left: 9px;*/
}


.nav-sup ul li + li:after{
  content: " ";
  width: 1px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: -6px;
  background: #b34be9;
}

.nav-sup ul li.active > a{
  color: #1282d5;
}

.nav-sup ul li.active:before{
  content: " ";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1a92ec;
}

.nav-sup ul li:hover > a{
  color: #1282d5;
}

.right-search-fld{
  width: 100%;
  max-width: 327px;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 9;
}

.right-search-fld form{
  width: 100%;
  float: left;
}

.right-search-fld form input[type="text"]{
  width: 100%;
  height: 42px;
  border: 1px solid #d1d0d0;
  border-radius: 20px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c;
  padding: 0 45px 0 20px;
}

.right-search-fld button{
  width: 36px;
  height: 36px;
  background: #1a92ec;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 3px;
  border: none;
}

.right-search-fld button:hover{
  background: #006ec1;
}

.right-search-fld button img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.banner-items img{
  width: 100%;
}

.banner-content{
  width: 100%;
  max-width: 1170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  padding-top: 130px;
}

.banner-sub-content{
  padding: 30px 34px 30px 40px;
  background: #1a92ec;
  display: inline-block;
  vertical-align: middle;
}

.banner-sub-content h2{
  font-family: 'Oswald', sans-serif !important;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  padding-bottom: 23px;
  position: relative;
}



.banner-sub-content p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
  margin: 0;
  width: 100%;
  max-width: 431px;
}

.banner-slide .owl-dots{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px !important;
  text-align: center;
}

.banner-slide .owl-dots .owl-dot{
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.banner-slide .owl-dots span{
  width: 15px;
  height: 15px;
  display: block;
  background: red;
  border-radius: 100%;
  background: #333;
  border: 1px solid #fff;
}

.banner-slide .owl-dot.active span{
  background: #1a92ec;
}

.inner-banner{
  padding: 35px 0;
  background: #98c6e8;
  text-align: center;
}

.inner-banner h1{
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 17px 35px;
  background: #1a92ec;
}

.main-section{
  background: #f1f6f9;
  padding: 55px 0;
}

.get-in-touch{
  background: #0092ff;
  padding: 30px 30px;
  position: relative;
}

.main-section-fld{
  padding: 0 65px;
}

.get-in-touch h2{
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 30px;
}

.get-in-touch form{
  width: 100%;
  float: left;
}

.input-fld{
  width: 100%;
  float: left;
  position: relative;
}

.input-fld + .input-fld{
  margin-top: 25px;
}

.input-fld + .input-fld img{
  top: 5px;
}

.input-fld img{
  position: absolute;
  left: 10px;
  top: 0;
}

.input-fld input,
.input-fld textarea{
  width: 100%;
  height: 45px;
  background: none;
  border: none;
  border-bottom: 2px solid #80c9ff;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 15px;
  padding-left: 55px;
}

.input-fld textarea{
  height: 95px;
  display: block;
}


.get-in-touch.get-in-touch.get-in-touch .btnn{
  float: right;
  margin-top: 30px;
  background: #000;
  font-size: 15px;
  padding: 0 50px 0 35px;
  height: 40px;
  line-height: 40px;
}


.get-in-touch.get-in-touch.get-in-touch .btnn span{
  background: #0092ff;
  top: 6px;
}

.main-contect-info ul{
  width: 100%;
  float: left;
  padding-top: 0;
}

.main-contect-info ul li{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 75px;
  margin-bottom: 25px;
}

.main-contect-info ul li figure{
  width: 55px;
  height: 55px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.main-contect-info ul li figure img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-contect-info ul li h3 {
    margin: 0 0 5px;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    font-family: inherit !important;
}

.main-contect-info ul li p{
  font-size: 16px;
  margin: 0;
  color: #666666;
  font-weight: 500;
  font-family: inherit !important;
}

.main-contect-info ul li p a{
  color: #666666;
}

.main-contect-info ul li p a:hover{
  color: #0092ff;
}

.main-contect-info iframe{
  width: 100%;
  height: 274px;
  border: 2px solid #fff;
}


.social_share{
  width: 75px;
  background: #fff;
  text-align: center;
  padding: 25px 0;
  position: absolute;
  left: -77px;
  top: 150px;
}

.social_share ul{
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
}


.social_share ul li{
  width: 100%;
  float: left;
}

.social_share ul li a{
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}

.social_share ul li a:hover{
  opacity: 0.7;
}

.social_share ul li + li{
  margin-top: 10px;
}

.career-section{
  text-align: center;
  padding: 11px 0;
}

.career-section figure{
  width: 40%;
  position: relative;
  z-index: 9;
}

.career-section figure img{
  width: 100%;
}

.career-section figure,
.career-content-section{
  display: inline-block;
  vertical-align: middle;
}

.career-content-section{
  width: 44%;
  position: relative;
  left: -1%;
}


.career-content-sup{
  padding: 60px 45px;
  background: #1a92ec;
  text-align: left;
}

.career-content-sup p{
  font-family: inherit !important;
  font-size: 19px;
  color: #fff;
}

.career-content-sub{
  padding: 20px 25px 20px 45px;
  background: #fff;
  border-bottom: 4px solid #1a92ec;
}

.career-content-sub h3{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: 700;
  color: #024363;
  text-align: left;
}

.career-content-sub .btnn.btnn{
  padding-right: 43px;
}


.current-opening{
  padding: 65px 0;
  background: #e8edf1;
}

.sec-heading{
  font-family: 'Oswald', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #1a92ec;
  margin: 0 0 35px;
  padding-bottom: 13px;
  position: relative;
}

.sec-heading:before{
  content: " ";
  width: 56px;
  height: 3px;
  background: #0762a6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}


.current-opening-items{
  margin-top: 15px;
  padding: 0 95px;
}


.current-opening-items > li{
  width: 100%;
  float: left;
  border: 2px solid #c9d3de;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.current-opening-items > li + li{
  margin-top: 16px;
}

.current-opening-items > li figure{
  width: 16.5%;
  float: left;
  background: #f5fafd;
  border-right: 2px solid #c9d3de;
  position: relative;
}

.current-opening-items > li figure,
.current-opening-content,
.current-opening-btn{
  height: 230px;
}

.current-opening-items > li figure img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.current-opening-content{
  width: 65%;
  float: left;
  padding:20px 27px;
  border-right: 2px solid #c9d3de;
  text-align: left;
  background: #fff;
}

.current-opening-content h5,
.current-opening-btn h5{
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 3px;
  color: #024363;
}

.current-opening .current-opening-content p{
  font-family: inherit !important;
  font-size: 16px;
  font-weight: 500 !important;
}

.current-opening-content p + h5{
  margin-top: 13px;
}

.current-opening-btn{
  width: 18.5%;
  float: left;
  background: #f5fafd;
  padding: 15px;
  padding-top: 80px;
}

.current-opening-btn .btnn.btnn{
  width: 125px;
  font-size: 12px;
  margin-top: 10px;
}

.input-fld input[type="file"]{
  opacity: 0;
}

.input-file{
  border-bottom: 2px solid #80c9ff;
  background: url("images/icon-18.png") no-repeat right 0;
  background-size: 30px;
}

.upload-text{
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-style: normal;
  padding-left: 55px;
}

.careers-form-field{
  padding-bottom: 30px !important;
}

.careers-form-field h2{
  font-size: 30px;
}

.careers-form-field .input-fld input,
.careers-form-field .input-fld textarea,
.upload-text{
  font-size: 16px;
  padding-left: 45px;
}

.careers-form-field .input-fld input{
  height: 35px;
}

.careers-form-field .input-fld img{
  width: 25px;
}

.careers-form-field .input-fld + .input-fld img{
  top: 3px;
}

.careers-form-field .input-fld textarea{
  height: 65px;
}

.about-us-section{
  background: #fff;
}

.about-us-section img{
  mix-blend-mode: multiply;
  margin-top: 27px;
}

.about-heading{
  padding-top: 30px;
}

.about-heading h2{
  font-family: 'Oswald', sans-serif !important;
  margin: 0 1px 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  color: #1a92ec;
  text-transform: uppercase;
  border-left: 5px solid #a9d3f2;
  line-height: 0.79em;
  padding-left: 5px;
}
.about-heading h2:first-child{
  border-left: none;
  padding-left: 0;
}

.about-us-section span{
  display: inline-block;
  vertical-align: middle;
  color: purple;
}

.about-us-section p{
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
  font-family: inherit !important;
  text-align: justify;
}
strong {
  font-weight: 900 !important;
  color: #ff0000;
}
em strong {
  color: #fff;
}
span.wpcf7-form-control-wrap{
  position: relative;
}


.wpcf7-not-valid-tip{
  float: right;
  padding:4px 8px;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  font-size: 12px;
}

.wpcf7-validation-errors{
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 8px 15px;
  background: #d42b27;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}





.relative.relative{
  position: relative;
}

.mobilemenu{
  display: none;
}
.cross-nav{
  display: none;
}

.hover-area-nav{
  height: 6px;
  background: #1a92ec;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}


.about-business-left ul li{
  position: relative;
  padding-left: 18px;
  color: #1e37c1;
  margin-bottom: 8px;
  font-weight: 500 !important;
}

.about-business-left ul li:before{
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #1e37c1;
  border-radius: 100%;
}




@media only screen and (max-width:1200px) {

.container.container.container.container.container.container,
.banner-content{
  padding: 0 15px;
}

.nav-sup ul li + li{
  margin-left: 8px;
}

.right-search-fld{
  max-width: 285px;
}

.banner-sub-content h2{
  font-size: 30px;
}

.banner-content{
  top: 40px;
}

.banner-sub-content p{
  font-size: 14px;
}

.banner-slide .owl-dots{
  bottom: 15px;
}

}




@media only screen and (max-width:1140px) {
.career-content-sup{
  padding: 35px 45px;
}
.career-content-sup p{
  font-size: 16px;
}
.career-content-sub h3{
  font-size: 16px;
}
}


@media only screen and (max-width:1100px) {

.career-section figure, 
.career-content-section{
  width: 100%;
}

.career-section figure{
  max-width: 420px;
  float: none;
  overflow: hidden;
  margin: 0 auto;
}

.career-content-section{
  left: 0;
}

}


@media only screen and (max-width:1080px) {
.nav-sup ul li{
  font-size: 14px;
}
.nav-sup ul li + li{
  margin-left: 3px;
}
}


@media only screen and (max-width:1040px) {
.right-search-fld{
  max-width: 235px;
}
.right-search-fld form input[type="text"]{
  font-size: 14px;
}
}



@media only screen and (max-width:980px) {
.nav-sup ul li{
  font-size: 12px;
}
.info-fld ul li{
  font-size: 14px;
}
.info-fld{
  padding-top: 10px;
}
}



@media only screen and (max-width:991px) {

.input-fld input, 
.input-fld textarea,
.upload-text{
  font-size: 16px;
}

.social_share{
  width: 100%;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  padding: 15px 0;
}

.social_share ul{
  margin: 0;
}

.social_share ul li{
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px !important;
  float: none;
}
.get-in-touch{
  padding-bottom: 95px;
}

.career-content-sub{
  padding: 15px;
  text-align: center;
}
.career-content-sub h3{
  float: none;
  text-align: center;
}
.career-content-sub .btnn.btnn{
  float: none !important;
  display: table;
  margin: 15px auto 0;
}
.current-opening-items{
  padding: 0;
}
.current-opening-content p{
  font-size: 14px;
}

.current-opening-items > li figure, 
.current-opening-content, 
.current-opening-btn{
  width: 100%;
  height: auto;
}

.current-opening-items > li figure{
  padding: 15px 0;
}

.current-opening-items > li figure img{
  position: static;
}

.current-opening-items > li figure,
.current-opening-content{
  border-bottom: 1px solid #c9d3de;
}

.career-content-sup{
  padding: 15px;
}
.current-opening-btn{
  padding: 15px;
}

}













@media only screen and (max-width:900px) {

.mobilemenu{
  position: absolute;
  display: block;
  width: 45px;
  height: 35px;
  background: #1282d5;
  border-radius: 6px;
  padding: 3px 0;
  right: 0;
  top: 16px;
}

.mobilemenu svg{
  width: 100%;
  height: 100%;
}

.right-search-fld{
  position: relative;
}

.header-sub{
  padding: 0;
  min-height: 64px;
}

.fixed-overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}


.nav-sup.nav-sup{
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 999999;
  padding-top: 85px;
  right: -100%;
  top: 0;
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
         -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
}

.hover-area-nav,
.nav-sup > ul > li.active:before{
  display: none;
}

.mobilemenu.active + .nav-sup{
  right: 0;
}

.nav-sup.nav-sup ul ul{
  position: static;
  opacity: 1;
  width: 100%;
  float: left;
  display: none;
  pointer-events: auto;
  transition: none;
  padding: 0;
}

.nav-sup.nav-sup ul li a{
  border-radius: 0px;
  padding: 8px 12px;
  display: block;
}
.nav-sup.nav-sup ul li:hover > a,
.nav-sup.nav-sup ul li.active > a{
  background: #1282d5;
  color: #fff;
}

.nav-sup.nav-sup ul ul li{
  opacity: 1 !important;
}

.nav-sup.nav-sup ul ul li a{
  padding: 8px 45px !important;
}

.main-header .nav-sup.nav-sup ul li{
  width: 100%;
  float: left;
  margin: 0;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
}


.cross-nav{
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 38px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  display: block;
  background: #1282d5;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
      -ms-border-radius: 100%;
       -o-border-radius: 100%;
          border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.cross-nav:hover{
  background: #000;
}

.nav-arrow{
  width: 100%;
  height: 100%;
  background-position: 95% 16px !important;
  cursor: pointer;
  pointer-events: auto;
}

.active-parent > a{
  background: #333;
  color: #fff !important;
}

.info-fld ul li{
  font-size: 13px;
}

.info-fld ul li + li{
  margin-left: 5px;
  padding-left: 10px;
}

.nav-sup ul li + li:after{
  display: none;
}

.banner-sub-content h2{
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

}



@media only screen and (max-width:767px) {
.info-fld{
  padding-top: 0;
}

.header-logo,
.info-fld{
  width: 100%;
  float: left;
  text-align: center;
}

.main-header{
  padding-top: 15px;
}

.info-fld{
  margin-top: 15px;
}

.banner-content{
  position: static;
  width: 100%;
  float: left;
}

.banner-sub-content{
  max-width: initial;
  width: 100%;
  padding-bottom: 50px;
}

.banner-content{
  padding: 0 !important;
}

.banner-slide .owl-dot.active span{
  background: #00589a;
}

.current-opening{
  padding: 35px 0;
}

.sec-heading{
  font-size: 22px;
}

}


@media only screen and (max-width:420px) {

.info-fld ul li{
  margin-bottom: 8px;
}

.info-fld ul li img{
  width: 18px;
}

.info-fld ul li:last-child{
  padding: 0;
  margin: 0;
  border: none;
}

.banner-sub-content{
  padding: 20px 15px 45px;
}

.banner-sub-content h2{
  font-size: 17px;
}

.header-logo a{
  width: 100%;
  max-width: 120px;
}

.input-fld input, .input-fld textarea,
.upload-text{
  padding-left: 43px;
}

}





.right-bttn-text strong {
  color: #de4b48;
}


/****************************************
          Testimonials
*****************************************/
.Testimonials{
  background: #e8edf1;
}

/* CSS talk bubble */
.talk-bubble {
margin: 40px 0 30px 29px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 490px;
  height: 100%;
  min-height: 150px;
  background-color: #fff;
}
.border{
  border: 4px solid #1a92ec;
}
.round{
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;

}

.talktext {
  padding: 14px;
  text-align: left;
  line-height: 20px;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}


/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #1a92ec transparent transparent #1a92ec;
}
.tri-right.btm-left-in:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 35px;
  right: auto;
  top: auto;
  bottom: -28px;
  border: 15px solid;
  border-color: white transparent transparent white;
}



.client img {
  height: 80px;
  width: 80px !important;
  border-radius: 50%;
  float: left;
  margin-left: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}
.client-name h5{
  text-transform: uppercase;
  font-size: 16px;
  color: #033153;
  font-weight: 700;
  margin-bottom: 0;
}
.client-name p{
  font-size: 14px;
}
.client-name {
  position: relative;
  left: 10px;
  top: 17px;
}
.client {
  padding-bottom: 70px;
}
iframe {
  border: none;
}






.testimonials-slide .owl-nav {
  display: none;
}
.testimonials-slide .owl-dot span {
  height: 15px;
  width: 15px;
  background: #333;
  position: absolute;
  border-radius: 50%;
}
.testimonials-slide .owl-dots {
  text-align: center;
  bottom: 20px;
  position: relative;
}
.testimonials-slide .owl-dot.active span{
  background: #1a92ec;
}
.testimonials-slide .owl-dots .owl-dot{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}


.gallery img {
  width: 100%;
  max-width: 234px;
  margin-bottom: 26px;
}


.gallery {
  padding: 40px 0;
  display: block !important;
}
.gallery img:hover {
  opacity: 0.6;
  transition: .3s all;
}
.vid{
  float: right;
}


.logo-slide img {
  width: 220px !important;
  height: 100px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 5px 0px
  rgba(0,0,0,0.24);
  text-align: center;
  margin: 0 auto;
}
.logo-scroll {
  padding: 45px 0px 20px;
}


.gallery ul li{
  display: inline-block;
}
#picture {
  width: 100%;
  max-width: 175px;
  margin: 4px;
  height: 100%;
  min-height: 120px;
}
.testimonials {
  background-color: #cee8fc;
  padding-bottom: 40px;
}


/******************************
        RESPONSIVE
*******************************/
@media (min-width: 880px) and (max-width: 1065px){
.talk-bubble {
  width: 100%;
  max-width: 390px;
  height: 100%;
  min-height: 188px;
}
}
@media (min-width: 320px) and (max-width: 480px){
  .banner-sub-content {
  height: 100%;
  min-height: 220px;
}
}
@media (min-width: 420px) and (max-width: 480px){
  .talk-bubble {
  max-width: 380px;
  height: 100%;
  min-height: 150px;
  background-color: #fff;
}
}
@media (min-width: 481px) and (max-width: 535px){
  .talk-bubble {
  width: 100%;
  max-width: 430px;
  height: 100%;
  min-height: 150px;
  background-color: #fff;
}
}
@media (min-width: 320px) and (max-width: 419px){
  .talk-bubble {
  width: 100%;
  max-width: 280px;
  height: 100%;
  min-height: 150px;
}
}
@media only screen and (max-width: 991px){
  .vid {
  float: left;
}
.about-us-section img {
  display: block;
}
}
@media only screen and (max-width: 399px){
#picture {
  width: 100%;
  max-width: 340px;
  margin: 4px;
  height: 100%;
  min-height: 229px;
}
}
@media only screen and (max-width: 479px){
  iframe {
  border: none;
  width: 100% !important;
}
.vid {
  float: left;
  width: 100% !important;
}
}






/*********9.12.19*********/
.des h2{
  text-transform: uppercase;
  color: #1a92ec;
}
.des p{
    text-align: justify;
    color: #1e37c1;
    font-weight: 500;
    font-size: 16px;
  }
  .job {
    padding-bottom: 40px;
  }
  .job h2{
    text-transform: uppercase;
    color: #1a92ec;
  }
  .job li {
    color: #1e37c1;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}
