@import url('https://fonts.googleapis.com/css2?family=Amaranth&display=swap');
body {
    color: #8d8d8d;
    font-family: 'Amaranth', sans-serif !important;
    line-height: 1;
    padding: 0
}

body.boxed {
    max-width: 1170px;
    background: #f4f5f8
}
.col-md-12 p {
    text-align: justify;
}
a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000
}

.container {
    max-width: 100% !important;
    width: 1170px !important
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}
.logo-top-info {
  background: #001f32;  
}

.navbar-collapse.collapse{
  background: #022a75;/* #a1abc8*/ 
}
.panel-heading img{
      margin: 0 auto;
    display: block;
    padding: 10px 0px;  
}
div#myHeader {
    z-index: 9999;
}
header {
    position: relative
}

img {
    max-width: 100%
    
}
.col-md-12 p, h3 {
    text-align: center;
}

ul {
    list-style-type: none
}

ol,
ul {
    margin: 0;
    padding: 0
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8
}

ol.list-unstyled {
    margin-left: 0
}

.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .main {
  padding-top: 102px;
}

p {
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px
}

p+p:last-child {
    margin-bottom: 0
}


blockquote {
    padding: 30px 35px;
    background: #9ba5f4;
    font-size: 20px;
    color: #675f3f;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.panel-body p{
    text-align:justify;
}
.light {
    font-weight: 100
}
 .gender {
     display:flex;
     justify-content: space-between;
 }
 .gender label{
     margin-top: 3px !important;
     font-size:15px !important;
     padding: 0px 30px;
 }
 .gender input[type=radio]{
margin-left: 4px;
margin-top: 7px;
 }

.new{
    width:48% !important;
}
.horizontal {
    display:flex;
}
.select-horizontal{
     display:flex;
    justify-content:space-between;
}

.select-horizontal select{
    color:black;
width:29%;
border-radius: 8px;
height:30px;
border-color: #ececec;
padding: 5px;
}
.signup-form .control-wrapper {
    margin-bottom: 20px;
} 
.date{
    margin-top:-30px;
}
.gen {
    display: flex;
    border: 1px solid #ececec;
    border-radius: 8px;
    width: 32%;
    height: 30px;
    line-height: 1.5;
}
/*tabel memeber start*/

table, td, th {
     border: 0px solid #524f4f;
    border-collapse: collapse;
    padding: 8px 4px;
    color: #01111a;

}
.member input {
width: 100%;
height: 30px;
    margin-top: 2px;
    border-radius: 5px;
border: 1px solid #9b9b9b;
}
#submitpadding{
    margin-top: 0px;
    padding: 5px;



}

.member input[type=radio]{
    width:auto;
}

.member input:focus {
  outline: none;
}
.member label{
  font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    font-weight: normal;
        margin-left: 10px;
}

.member-dialog{
 width: 90%;
margin: 30px 5%;
}
.mem_sub{
 background-color: #304067;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    margin-left: 45%; 
    width:auto !important;
}
.new-check input[type=checkbox]{
 width: 15px;
 height: 15px;
margin: 0px 5px 0px 1px;
}

/*table member end*/
input[type=checkbox]{
 margin: 4px 25px 0;
 width: 20px;
 height: 20px;
}
.extra{
    padding-right:15px;
    background-color: #5f81cf;
    color: #fff !important;
    margin-left: 10px;
    border-radius: 10px;
}
.tab-pane h3 ,.tab-pane p{
   text-align: justify;
}

.main-menu li:nth-last-child(-n+3){
    float:right;
}

.modal-header .close {
    margin-top: -40px;
    font-size: 30px;
}
.sub-btn{
    line-height:40px !important;
}

/*sign in form*/
.i-checkbox input:checked+span .before-checkbox[data-v-e6889776] {
    top: 0;
    height: 1.5em;
    width: 1.5em;
    border: 1px solid #11c4e0;
    background-color: #11c4e0;
    z-index: 0;
}
.i-checkbox input:checked+span[data-v-e6889776]:after {
    top: 0.2em;
    width: 0.6em;
    height: 1em;
    left: 0.1em;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.i-checkbox input+span .before-checkbox[data-v-e6889776], .i-checkbox input+span[data-v-e6889776]:after {
    content: "";
    left: 0;
    position: absolute;
    transition: background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}
.control-wrapper label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .8px;
    margin-bottom: 0.3em;
    display: block;
    margin-top: 1em;
}
.i-checkbox span[data-v-e6889776] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 21px;
    font-size: 14px;
    transition: .28s ease;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
input:not(:checked)+span .before-checkbox[data-v-e6889776] {
    height: 1.5em;
    width: 1.5em;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    top: 0;
    z-index: 0;
    background: #fff;
}

[data-v-0bf3d9c0] .terms-user .t-and-c-label {
    padding-left: 2.5em;
    margin-top: -2px;
}
.modal-title{
 font-size: 25px;
    font-weight: 600;   
}
.auth-page .auth-wrapper .auth:last-child {
    margin-top: 0;
}
.auth-page .auth-wrapper .auth {
    padding: 2em;
    background: #fff;
    border-radius: 8px;
}
 .control-wrapper {
    margin-bottom: 10px;
}

.auth-page {
    text-transform: uppercase;
    min-height: 100vh;
    display: flex;
}
.input-field.prepend-icon[data-v-7b1c5daf] {
    padding-left: 0;
}
.input-field[data-v-7b1c5daf] {
    position: relative;
}

.input-field .icon-left[data-v-7b1c5daf], .input-field .icon-right[data-v-7b1c5daf] {
    width: 3em;
    height: 3.5em;
    position: absolute;
    top: 0;
    bottom: 0;
}
.input-field .icon-left[data-v-7b1c5daf] {
   left: 5px;
  top: 5px;
    font-size: 10px;
    padding: 10px 5px;
}

 .forgot-wrapper {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    transition: .3s;
    font-size: .9em;
    color: rgba(45,45,45,.7);
    margin-top: 1em;
}
.i-icon[data-v-ea1a620a] {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    fill: currentColor;
    color: inherit;
    display: inline-flex;
    font-size: inherit;
    align-items: center;
    justify-content: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    align-self: center;
    overflow: visible;
}
.input-field.prepend-icon .f-input[data-v-7b1c5daf] {
    padding-left: 3em!important;
}
.input-field:not(.naked) .f-input[data-v-7b1c5daf] {
    width: 100%;
    color: inherit;
    border-color: #dedede;
    background-color: #fff;
    border-radius: 999px;
    padding: 0.9em 1.2em;
    min-height: 47px;
    line-height: 1.3em;
    box-shadow: none;
}
.input-field input.f-input[data-v-7b1c5daf], .input-field textarea.f-input[data-v-7b1c5daf] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    -ms-appearance: none;
    -o-appearance: none;
}
.auth-page .auth-wrapper .input-field input {
    line-height: 1.6em!important;
    transition: .3s;
}
.input-field:not(.naked) .f-input {
    width: 100%;
    color: inherit;
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.9em 1.2em;
    min-height: 47px;
}
.f-input[data-v-7b1c5daf] {
    border: 1px solid transparent;
    line-height: 1.5;
    display: block;
    width: auto;
}
 .auth-button-wrapper {
    margin-bottom: 1.3em;
}
.text-center {
    text-align: center;
}

.i-button[data-v-0b6e42b4]:not(.naked):not(.outline) {
    background-color: #11c4e0;
    color: #fff;
    font-weight: 700;
}
 .auth-button {
    background-color: #11c4e0;
    font-size: 1em;
    border-radius: 999px;
    justify-content: center;
    display: flex;
    color: #fff;
    padding:0em 1.2em;
    min-width: 150px;
    display: inline-flex;
}
.auth-page .auth-button-bottom {
    margin-top: 2em;
}
.auth-page .auth-button-bottom p {
    display: inline-block;
    text-transform: capitalize;
    opacity: .7;
}
.auth-page .auth-button-bottom a {
    font-weight: 700;
    text-decoration: underline;
    color: #11c4e0;
}

#signupbtn
{
    padding: 0 0px;
}
/*sign in form*/

/*timeline*/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 90px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.first > li {
  margin-bottom: 90px;
  position: relative;
  width: 100% !important;
  float: left;
  clear: left;
}

.first:before{
     background-color: transparent;   
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline-panel .item-blog {
  margin-bottom: 0;
}
.timeline-panel .blog-feature-warp {
  border: 0;
}
.timeline-panel .blog-feature-content-inner {
  padding: 10px;
}
.timeline-panel .blog-video-popup {
  border: 0;
}
.timeline-panel .blog-video-popup .blog-feature-warp {
  width: 100%;
}
.timeline-panel .blog-video-popup .blog-feature-content {
  width: 100%;
}
.timeline-panel .blog-video-popup .blog-footer-2 {
  width: 100%;
  padding: 10px;
  min-height: 38px;
  background: #f2f2f2;
  font-size: 12px;
  border-top-width: 2px;
  border-top-style: solid;
  position: static;
}
.timeline-panel .blog-embed-video-feature {
  width: 100%;
}
.timeline-panel .overlay-btn-video {
  background: rgba(255, 255, 255, 0) url("images/Icon/btn-play.png") center center no-repeat;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.blog-data .blog-type {
    background: #444;
    position: relative;
}
.timeline > li > .blog-data {
    background: #deb152;
    color: #fff;

  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-body > ul {
  padding: 20px;
  margin-bottom: 0;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 60px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2) {
  margin-top: 140px;
}
.bg-theme{
    text-align:center;
}
.timeline > li.timeline-inverted > .blog-data {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline-1-side .timeline-panel .blog-video-popup .blog-footer-2 {
  width: 100%;
  padding: 10px;
  min-height: 38px;
  background: #f2f2f2;
  font-size: 12px;
  border-top-width: 2px;
  border-top-style: solid;
  position: static;
}
.timeline-1-side .timeline-panel .blog-embed-video-feature {
  width: 100%;
}

.blog-footer-2 {
    width: 100%;
    padding: 10px;
    min-height: 38px;
    background: #f2f2f2;
    font-size: 12px;
    border-top-width: 2px;
    border-top-style: solid;
}
.blog-footer-2 ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
 .blog-data .blog-type {
    width: 100%;
    height: 50%;
}
.blog-data .date-time .date {
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.blog-data .date-time .month {
    font-size: 13px;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
.blog-data {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 110px;
    width: 40px;
}
.blog-data .blog-type img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* Time Line One Side */
.timeline-1-side {
  list-style: none;
  padding: 20px 0 20px 20px;
  position: relative;
}
.timeline-1-side:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 20px;
}
.timeline-1-side > li {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  float: right;
  clear: right;
}
.timeline-1-side > li:before,
.timeline-1-side > li:after {
  content: " ";
  display: table;
}
.timeline-1-side > li:after {
  clear: both;
}
.timeline-1-side > li:before,
.timeline-1-side > li:after {
  content: " ";
  display: table;
}
.timeline-1-side > li:after {
  clear: both;
}
.timeline-1-side > li > .timeline-panel {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  float: right;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline-1-side .timeline-panel .item-blog {
  margin-bottom: 0;
}
.timeline-1-side .timeline-panel .blog-feature-warp {
  border: 0;
}
.timeline-1-side .timeline-panel .blog-feature-content-inner {
  padding: 10px;
}
.timeline-1-side .timeline-panel .blog-video-popup {
  border: 0;
}
.timeline-1-side .timeline-panel .blog-video-popup .blog-feature-warp {
  width: 100%;
}
.timeline-1-side .timeline-panel .blog-video-popup .blog-feature-content {
  width: 100%;
}

.timeline-1-side .timeline-panel .overlay-btn-video {
  background: rgba(255, 255, 255, 0) url("images/Icon/btn-play.png") center center no-repeat;
}
.timeline-1-side > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline-1-side > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline-1-side > li > .blog-data {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline-1-side-body > ul {
  padding: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  ul.timeline {
    padding-right: 15px;
  }
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  ul.timeline > li.timeline-inverted > .blog-data {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  ul.timeline > li > .blog-data {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*timeline*/


/* cards*/
.team-warp {
  clear: both;
  margin-top: 20px;
  display: block;
  width: 100%;
  float: left;
}
.owl-item .item .team-item {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.team-item {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 15px auto;
  background: #fff;
}
.team-item h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.team-item p {
  text-align: center;
  margin-bottom: 12px;
}
.team-item img {
  padding: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.team-item p a {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.team-item:hover .overlay-1 {
  border-color: #deb152;
  opacity: 1;
}
.team-item:hover .overlay-1 .fa {
  opacity: 1;
}
.team-item:hover .overlay-1 .fa-link {
  -webkit-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.team-item:hover .overlay-1 .fa-expand {
  -webkit-transform: translate(-44px, -50%);
      -ms-transform: translate(-44px, -50%);
          transform: translate(-44px, -50%);
}
.team-info {
  text-align: center;
  padding: 0 15px;
}
.team-social-warp {
  display: block;
  clear: both;
  width: 100%;
  background: #f2f2f2;
  height: 40px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: transparent;
  text-align: center;
  line-height: 38px;
}
.team-social-warp a {
  color: #444;
  font-size: 18px;
  margin: 0 7px;
}
.team-item-img-container {
  position: relative;
  width: 262px;
   height: 262px;
}

/*timeline css strat*/
.ht-timeline.style-01 .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.ht-timeline.style-01 .tm-timeline-list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 65px;
}

.ht-timeline.style-01 .item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item {
    padding-left: 45px;
    width: 100%;
  }
}

.ht-timeline.style-01 .item + .item {
  margin-top: 68px;
}

.ht-timeline.style-01 .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px solid #086ad8;
  opacity: .15;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .line {
    left: 15px;
  }
}

.ht-timeline.style-01 .dots {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  color: #086ad8;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.ht-timeline.style-01 .dots::before {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: .3;
  width: 30px;
  height: 30px;
}

.ht-timeline.style-01 .dots .middle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid currentColor;
  background: #fff;
}

.ht-timeline.style-01 .timeline-col .inner {
  text-align: right;
  width: 500px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner {
    text-align: left;
  }
}

.ht-timeline.style-01 .timeline-col .inner .year {
  color: #086AD8;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner .year {
    font-size: 32px;
  }
}

.ht-timeline.style-01 .timeline-col .inner .photo img {
  border-radius: 5px;
}

.ht-timeline.style-01 .timeline-info .inner {
  padding-top: 130px;
  float: right;
  width: 500px;
  max-width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 30px;
  }
}

.ht-timeline.style-01 .timeline-info .content-body {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}

.ht-timeline.style-01 .timeline-info .heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.ht-timeline.style-01 .timeline-info .text {
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .text {
    font-size: 16px;
  }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
  float: left;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
    text-align: left;
  }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
  text-align: left;
  float: right;
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
  text-align: left;
  float: right;
}


/*timeline css end*/
.overlay-1 {
  background: rgba(34, 34, 34, 0.85);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
  z-index: 0;
}
.overlay-1 .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  color: #444;
  line-height: 28px;
  border: 3px solid #ccc;
  text-align: center;
  width: 34px;
  height: 34px;
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.overlay-1 .fa-expand {
  -webkit-transform: translate(-84px, -50%);
      -ms-transform: translate(-84px, -50%);
          transform: translate(-84px, -50%);
}
.overlay-1 .fa-link {
  -webkit-transform: translate(50px, -50%);
      -ms-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
}
.team-item img {
  -webkit-filter: contrast(0.9);
  filter: contrast(0.9);
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
.team-item:hover img {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}
.hidden-control-owl .owl-controls {
  display: none!important;
}
.owl-team .owl-pagination {
  text-align: center;
  margin-top: 25px;
}
.owl-team .owl-page {
  background: #999;
}
.owl-team .owl-page.active {
  background: #deb152;
}
.team-warp-landing {
  margin-top: 0;
}
.team-item.team-circle {
  border: 0;
}
.team-item.team-circle img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 0;
}
.team-item.team-circle .team-social-warp {
  background-color: #fff;
  border: 0;
}
.team-item.team-circle .team-social-warp a {
  display: inline-block;
  margin: 0 10px;
}
.team-item.team-circle .overlay-1 {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
/* Team Single */
h3.personal-title {
  margin: 30px 0 10px 0;
}
.personal-information {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.personal-information li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.personal-information li span {
  min-width: 70px;
  display: inline-block;
}
.personal-avatar {
  width: 100%;
  padding: 9px;
  border: 1px solid #e5e5e5;
}
.personal-avatar img {
  width: 100%;
  max-width: 100%;
}
.quote-single {
  font-size: 16px;
  color: #444;
}

/*cards*/
.col-5{
    width:20% !important;
}

.team-item a{
    text-align:center;
}
.team-item h4{
     font-size: 14px;
}
.team-item p {
    margin-bottom: 0px;
    font-size:12px;
}
.btn {
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Amaranth', sans-serif !important;
    font-weight: 700;
    line-height: 48px;
    padding: 0 22px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.btn-primary {
    background: #093eb6;
    color: #fff
}

.btn-primary:hover {
    background: #002d92
}

.btn-default {
    background: #9ba5f4;
    color: #4c443a
}

.btn-default:hover {
    background: #ecc124
}

section {
    padding: 80px 0
}

.sidebar {
    padding: 80px 15px
}

main.main {
    padding-bottom: 75px
}

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width:991px) {
    section {
        padding: 60px 0
    }
}

@media all and (max-width:767px) {
    br {
        display: none
    }
}

@media all and (max-width:480px) {
    section {
        padding: 45px 0
    }
}

.logo-top-info {
    padding: 25px 0
    
}

.top-info {
    width: auto
}

.top-info,
.social {
    float: left
}

.top-info h3 {
    font-size: 15px;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0
}

.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: white;
    line-height: 1.4
}

.top-info>div {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #e9ecf2
}

.top-info>div:last-child {
    border: none
}

.top-info:after {
    content: "";
    display: block;
    clear: both
}

span.forex {
    font-size: 14px;
   font-family: 'Amaranth', sans-serif !important;
    color: rgba(118, 121, 127, .6);
    line-height: 1.571;
    position: relative;
    padding-left: 8px
}

span.forex i {
    font-size: 17px;
    color: #35db24;
    padding-right: 3px;
    line-height: 1
}

.social ul.social-icons {
    padding-left: 15px
}

.social ul.social-icons li {
    display: inline-block
}

.social ul.social-icons li:last-child a {
    margin: 0
}

.social ul.social-icons li a:hover {
    background: #093eb6
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 21px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: rgba(9, 62, 182, .65);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.top-info-social {
    margin-top: 5px
}

.top-info-social:after {
    content: "";
    display: block;
    clear: both
}
.logo img {
    width: 100%;
}
@media all and (max-width:1199px) {
    .top-info>div {
        padding: 0 16px
    }
    .social ul.social-icons li a {
        margin-right: 10px
    }
}

@media all and (max-width:991px) {
    .logo-top-info {
        padding: 25px 0 0;
        
    }
    .logo {
        text-align: left;
        margin-bottom: 20px
    }
    .top-info-social {
        display: none
    }
}

@media all and (max-width:479px) {
    .logo img {
        width: 180px
    }
}

.main-menu {
    padding: 0;
 /*   background: #f4f5f8*/
}

ul.main-menu li a {
    font-size: 15px;
    font-family: 'Amaranth', sans-serif !important;
    color: white;
    font-weight: 700;
    line-height: 1.467;
    text-transform: uppercase;
    padding: 20px 15px;
    display: block;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

ul.main-menu li:last-child a {
    padding-right: 15px
}

ul.main-menu li a:hover,
ul.main-menu li.active>a {
    color: #5f81cf;/*#093eb6;*/
}

ul.main-menu>li {
    display: inline-block;
    /*padding: 0;*/
    position: relative
}

ul.main-menu>li.dropdown ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all;
    z-index: 1000
}

ul.main-menu>li.dropdown ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: none
}

ul.main-menu>li.dropdown ul:before {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px !important;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all
}

ul.main-menu>li.dropdown:hover ul,
ul.main-menu>li.dropdown:hover ul:before {
    visibility: visible;
    opacity: 1;
    top: 100%
}

i.fa.dropdown-toggle {
    display: none
}

li.dropdown i.fa.dropdown-toggle {
    display: block;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #aaa;
    cursor: pointer
}

@media all and (max-width:991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0;
        top: 75px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto !important;
        -webkit-transition: .5s ease all;
        -o-transition: .5s ease all;
        -moz-transition: .5s ease all;
        -ms-transition: .5s ease all;
        transition: .5s ease all
    }
    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
        overflow: inherit
    }
    .navbar-collapse.collapsing {
        padding: 0
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        opacity: 1;
        right: 20px
    }
    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: 0 0;
        top: 0;
        border: none;
        padding: 0 10px;
        margin: 21px 15px
    }
    .navbar-toggle span.icon-bar {
        background: #61656f;
        height: 3px
    }
    ul.main-menu>li {
        display: block
    }
    ul.main-menu {
        padding: 10px 0
    }
    ul.main-menu>li>a {
        padding: 10px 10px
    }
    ul.main-menu>li.dropdown ul {
        left: -30px
    }
    ul.main-menu>li.dropdown:hover ul,
    ul.main-menu>li.dropdown:hover ul:before {
        visibility: hidden;
        opacity: 0;
        top: 100%
    }
    ul.main-menu>li.dropdown.open ul,
    ul.main-menu>li.dropdown.open ul:before {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
    ul.main-menu>li.dropdown.open ul {
        left: 0
    }
}

.page-title {
    background-size: cover;
    height: 400px;
     position: relative;
 
}
.page-title img{
      width:100%; 
      height:400px;
}

.page-title h2.title {
    border-radius: 5px;
    font-size: 40px;
    background: transparent;
    color: black;
   /* color:#0d3071;*/
   padding: 10px;
    font-weight: 700;
    position: absolute;
    line-height: 1.26;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-title p.description {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0
}

.breadcrumbs {
    background: #f4f5f8;
    padding: 25px 0
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 15px;
    color: #61656f;
    font-weight: 700;
    text-transform: uppercase
}

.breadcrumbs a:hover {
    color: #093eb6
}

.breadcrumbs i {
    padding-right: 15px;
    color: #bebebe
}

.breadcrumbs span.parent i {
    padding-right: 5px
}

.breadcrumbs span {
    padding-right: 15px
}

@media all and (max-width:767px) {
 /*   .page-title {
        padding: 70px 15px
    }*/
}

@media all and (max-width:480px) {
    .page-title h2.title {
        font-size: 42px;
        line-height: 1
    }
    .page-title p.description {
        font-size: 16px
    }
    .breadcrumbs {
        padding: 25px 0 0
    }
    .breadcrumbs span {
        margin-bottom: 25px;
        display: inline-block
    }
}

.flex-direction-nav a {
    width: 54px;
    height: 100px
}

.flex-direction-nav a:before {
    content: " ";
    display: block;
    background: url(../images/arrow-left.png) no-repeat;
    width: 54px;
    height: 100px
}

.flex-direction-nav a.flex-next:before {
    content: " ";
    background: url(../images/arrow-right.png) no-repeat
}

.flex-control-nav {
    bottom: 40px
}

.flex-control-paging li a {
    background: #aaa
}

.flex-control-paging li a.flex-active {
    background: #9ba5f4
}

section.home-slider {
    padding: 0
}

.flexslider {
    border: none;
    border-radius: 0;
    margin: 0
}

.flexslider li.has-overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    /*background: rgba(0, 0, 0, .44)*/
}

.slider-content {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    width: 100%
}

.flexslider .slides>li {
    position: relative
}

.slider-content h2 {
    font-size: 50px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px
}

.slider-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    font-weight: 100;
    margin: 0 0 40px
}

.slider-content .primary-btn {
    border-radius: 3px;
    background: #9ba5f4;
    font-size: 20px;
    font-family: 'Amaranth', sans-serif !important;
    color: #4c443a;
    font-weight: 700;
    padding: 0 40px;
    line-height: 60px
}

.slider-content .primary-btn i {
    padding-left: 10px
}

.slider-content .primary-btn:hover {
    background: #ecc124
}

@media all and (max-width:991px) {
    .slider-content h2 {
        font-size: 44px;
        margin-bottom: 25px
    }
    .slider-content p {
        font-size: 18px;
        margin-bottom: 36px
    }
    .slider-content .primary-btn {
        font-size: 18px;
        line-height: 54px;
        border: none
    }
    .flexslider .slides>li {
        height: 500px
    }
    .flexslider .slides>li img {
        height: 100%;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover
    }
}

@media all and (max-width:767px) {
    .slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px
    }
    .slider-content p {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6
    }
    .slider-content .primary-btn {
        font-size: 16px;
        line-height: 48px;
        padding: 0 30px;
        border: none
    }
    .flex-direction-nav {
        display: none
    }
}

@media all and (max-width:600px) {
    .slider-content h2 {
        font-size: 36px;
        margin-bottom: 15px
    }
    .slider-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6
    }
    .flexslider .slides>li {
        height: 420px
    }
}

@media all and (max-width:480px) {
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 12px
    }
    .slider-content p {
        font-size: 14px
    }
    .flexslider .slides>li {
        height: 250px
    }
}

@media all and (max-width:400px) {
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 12px
    }
}

h2.color-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #9ba5f4;
    margin: 0;
    padding: 0 15px;
    line-height: 28px
}

h4.subtitle {
    font-size: 20px;
       font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
    text-transform: capitalize;
    
}

.company-image {
    position: relative;
    min-height: 370px
}

.company-image>div {
    position: absolute
}

.company-image .img-left {
    width: 55%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.company-image .img-right {
    width: 85%;
    right: 0
}

.company-image .img-left img,
.company-image .img-right img {
    height: 100%;
    min-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover
}

.company {
    display: flex;
    align-items: center
}

@media all and (max-width:991px) {
    .company {
        display: block;
        text-align: center
    }
    .company>div {
        margin: 0 auto 30px;
        float: none
    }
    .company>div:last-child {
        margin-bottom: 0
    }
    .company-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto
    }
    .company-image>div.hover-effect {
        width: auto
    }
}

@media all and (max-width:787px) {
    .company>div {
        margin-bottom: 40px
    }
    .company-image>div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit
    }
    .company-image .img-left {
        margin-bottom: 30px
    }
}

section.home-ceo {
    background: #f4f5f8;
    padding: 0
}

.row.ceo {
    display: flex;
    align-items: flex-end
}

.row.ceo>div {
    display: block
}

.ceo-details {
    padding: 45px 0
}

.ceo-details h4.subtitle {
    font-size: 20px
}

.ceo-details p {
    margin-bottom: 138px
}

.ceo-details p.ceo-name {
    margin-bottom: 0;
    color: #303539
}

a.link {
    font-size: 16px;
   font-family: 'Amaranth', sans-serif !important;
    color: #ffbe00;
    font-weight: 700;
    text-transform: uppercase
}

a.link:hover {
    color: #194aba
}

@media all and (max-width:991px) {
    .row.ceo {
        display: block;
        text-align: center
    }
}

section.home-links {
    background: #3a448f;
    padding: 30px 0;
    border-radius: 10px;
}

.row.links>div+div {
    width: auto
}
h4#qmargin {
    padding-left: 33px;
    color: #ffffff;
}

.links h4.subtitle {
    margin: 0;
    line-height: 48px
    
}

.links .btn-primary {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    font-size: 17px;
   font-family: 'Amaranth', sans-serif !important;
    color: #72777b;
    font-weight: 700;
    padding: 0 25px
}

.links .btn-primary:hover {
    background: #093eb6;
    color: #fff
}

@media all and (max-width:1199px) {
    section.home-links {
        padding: 50px 0
    }
    .row.links {
        text-align: center
    }
    .row.links>div:first-child {
        display: block;
        float: none;
        width: auto
    }
    .links h4.subtitle {
        line-height: 1
    }
    .row.links>div+div {
        display: inline-block;
        float: none;
        margin-top: 30px
    }
}

@media all and (max-width:480px) {
      .main-menu li:nth-last-child(-n+3){
        float:none;
        padding: 5px 0px;
    }
    .row.links>div+div {
        display: block;
        float: none;
        margin-top: 30px
    }
    .links .btn-primary {
        width: 100%
    }
    .ceo-details p {
    margin-bottom: 0px;
}

.panel-heading img {
    padding: 5px 0px;
    width: 30px;
}
.page-title img{
    height:250px;
}
.page-title {
    height:250px;
}
.team-item-img-container {
    position: relative;
    width: 100%;
    height: auto;
}
}

h2.title-2 {
    font-size: 35px;
    font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;
    margin: 0;
}

h4.subtitle-2 {
    font-size: 20px;
   font-family: 'Amaranth', sans-serif !important;
    color: #4c4f54;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 20px
}

@media all and (max-width:767px) {
    .main-menu li:nth-last-child(-n+3){
        float:none;
            padding: 5px 0px;
    }
    .team-item-img-container {
    position: relative;
    width: 100%;
    height: auto;
}
h2{
    font-size:20px;
}
    
    .page-title img{
    height:250px;
}
.page-title {
    height:250px;
}
    .panel-heading img {
    padding: 5px 0px;
    width: 30px;
}
    .ceo-details p {
    margin-bottom: 0px;
}
    h2.title-2 {
        font-size: 20px
    }
    h4.subtitle-2 {
        font-size: 16px
    }
    .row.process>div {
        margin-bottom: 40px
    }
    .row.process>div:last-child {
        margin-bottom: 0
    }
}

section.home-stats {
    background: #f4f5f8;
    padding: 30px 0
}

.row.stats>div {
    padding: 20px 15px;
    border-left: 1px solid #dee0e5
}

.row.stats>div:first-child {
    border-left: none
}

.row.stats>div:after {
    display: block;
    content: "";
    clear: both
}

.stats img {
    float: left;
    padding-right: 12px
}

.stats-info h4.counter {
    font-size: 36px;
   font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;
    font-weight: 700;
    margin: 0;
    line-height: 1
}

.stats-info {
    float: left
}

.stats-info p {
    margin-bottom: 0
}

@media all and (max-width:1099px) {
    .stats img {
        float: none;
        display: inline-block;
        padding: 0
    }
    .row.stats {
        text-align: center
    }
    .stats-info {
        float: none;
        display: block;
        margin-top: 20px
    }
}

@media all and (max-width:991px) {
    section.home-stats {
        padding: 0
    }
    .row.stats>div {
        padding: 30px 20px;
        border-bottom: 1px solid #dee0e5;
        border-left: 1px solid #dee0e5
    }
    .row.stats>div:nth-child(3),
    .row.stats>div:nth-child(4) {
        border-bottom: 0
    }
}

@media all and (max-width:480px) {
    .row.stats>div {
        float: none;
        display: block;
        width: 100%
    }
    .row.stats>div:nth-child(3) {
        border-bottom: 1px solid #dee0e5
    }
}

.services-other .img-box {
    float: left;
    margin-right: 22px;
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 74px;
    text-align: center;
    border: 2px solid #9ba5f4
}

.services-other .services-info {
    width: 100%;
    padding-left: 100px
}

.services-other .services-info h4 {
    margin: 22px 0 10px;
    line-height: 1
}

.services-other .services-info p {
    margin-bottom: 0
}

.row.service-list {
    margin: 0
}

@media all and (max-width:1099px) {
    .row.services-other {
        text-align: center
    }
    .services-other .img-box {
        float: none;
        margin: 0
    }
    .services-other .services-info {
        padding: 30px 0 0
    }
}

@media all and (max-width:991px) {
    .row.services {
        text-align: center
    }
    .row.services>div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%
    }
    .row.services>div:last-child {
        margin-bottom: 0
    }
    .row.services-other>div {
        margin-bottom: 45px
    }
    .row.services-other .clearfix {
        display: none
    }
    .row.services-other>div:last-child {
        margin-bottom: 0
    }
    .about-services .row.services {
        text-align: left
    }
    .about-services .row.services>div {
        width: 50%
    }
    .about-services .row.services a {
        display: block
    }
}

@media all and (max-width:767px) {
    .about-services .row.services {
        text-align: center
    }
    .about-services .row.services>div {
        width: 500px
    }
}

section.home-testimonials {
    background: #f4f5f8
}

.section-title h2.title-2 {
    margin: 20px 0
}

.home-testimonials blockquote {
    background: #fff;
    font-size: 19px;
    font-family: georgia;
    color: #677078;
    line-height: 1.684;
    text-align: left;
    border: none;
    margin: 0 0 50px;
    padding: 40px 33px;
    position: relative
}

.home-testimonials blockquote:hover {
    box-shadow: 16px 27px 49px 0 rgba( 0, 0, 0, 0.1)
}

.home-testimonials blockquote:before {
    content: open-quote;
    display: block;
    font-size: 121px;
    font-family: Georgia, Times, times new roman, serif;
    color: rgba( 255, 218, 68, 0.3);
    position: absolute;
    line-height: 60px;
    left: 20px
}

.home-testimonials blockquote:after {
    content: close-quote;
    font-size: 0;
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%)
}

h4.client-name {
    font-size: 20px;
   font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center
}

p.designation {
    text-align: center;
    margin: 0;
    float: none;
    width: 100%
}

@media all and (max-width:991px) {
    .home-testimonials .row>div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 50px
    }
    .home-testimonials .row>div:last-child {
        margin-bottom: 0
    }
    section.home-testimonials .spacer-50 {
        height: 20px
    }
}

section.home-news {
    background: #f4f5f8
}

.news .blog-date {
    position: absolute;
    display: block;
    padding: 10px;
    background: #093eb6;
    top: 12px;
    right: 12px;
    z-index: 100
}

.blog-img-box {
    position: relative;
    display: block
}

.blog-img-box a.hover-effect {
    z-index: 0;
    width: 100%
}

.blog-img-box img {
    width: 100%
}

span.month {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 8px
}

span.date {
    font-size: 28px;
    font-family: 'Amaranth', sans-serif !important;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.blog-content {
    background: #fff;
    box-shadow: .5px .866px 1px 0 rgba(0, 0, 0, .15);
    padding: 25px 20px
}

.blog-content h3 {
    font-size: 20px;
   font-family: 'Amaranth', sans-serif !important;
    color: #41454f;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px
}

.blog-content h3 a {
    color: #41454f
}

.blog-content h3 a:hover {
    color: #093eb6
}

.blog-content p {
    color: #aeb3b7;
    margin-bottom: 0
}

.blog-content a {
    color: #093eb6
}

.blog-content a:hover {
    color: #002d92
}

.blog-btn {
    margin-top: 40px
}

@media all and (max-width:991px) {
    .row.news {
        text-align: center
    }
    .row.news>div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%
    }
    .row.news>div:last-child {
        margin-bottom: 0 !important
    }
    .blog-services .row.news>div {
        width: 50%
    }
    .blog-services .row.news>div.clearfix {
        display: none
    }
}

@media all and (max-width:767px) {
    .blog-services .row.news>div {
        width: 400px;
        margin: 0 auto 40px
    }
}

@media all and (max-width:400px) {
    .blog-content h3 {
        font-size: 18px
    }
}

.blog-slide {
    position: relative;
    margin-bottom: 50px
}

.blog-slide .flex-direction-nav a {
    width: 32px;
    height: 49px
}

.blog-slide .flex-direction-nav a:before {
    background: url(../images/blog-arrow-left.png) no-repeat;
    width: 32px;
    height: 49px
}

.blog-slide .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url(../images/blog-arrow-right.png) no-repeat
}

.blog-slide:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.blog-slide:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.blog-slide:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.blog-slide:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

p.description a {
    text-decoration: underline;
    color: #e2ebff;
    display: inline-block
}

p.description a:hover {
    color: #aaa
}

.blog-single .cta {
    margin: 60px 0
}

.blog-single h2.title-2 {
    font-size: 30px;
    margin-bottom: 25px
}

.social-share {
    padding: 50px 0
}

.social-share a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #506abf;
    padding: 0 25px;
    line-height: 50px;
    display: inline-block;
    margin: 0 15px;
    border-radius: 4px
}

.social-share a:hover {
    background: #2e49a0
}

.social-share a i {
    padding-right: 15px;
    font-size: 18px
}

.social-share a.tweet-share {
    background: #00baff
}

.social-share a.tweet-share:hover {
    background: #118ebd
}

.author-box {
    background: #f4f5f8;
    padding: 30px;
    margin-bottom: 60px
}

.author-box img {
    float: left;
    margin-right: 15px
}

.author-details {
    padding-left: 135px
}

.author-details h4.subtitle {
    margin: 0 0 5px;
    font-size: 24px
}

.author-share a {
    color: #c5c6c9;
    padding-right: 15px;
    font-size: 15px
}

.author-share a:hover {
    color: #888
}

.blog-single .comments h2.title-2 {
    margin: 10px 0 35px
}

.comments {
    padding-left: 39px
}

.comments-single {
    padding: 30px 30px 20px 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbd4e6;
    border-radius: 3px;
    margin-bottom: 35px;
    position: relative
}

.comments-single.reply {
    margin-left: 40px
}

.comments-single img {
    position: absolute;
    left: -39px;
    border: 1px solid #bbd4e6;
    padding: 4px;
    border-radius: 50%;
    background: #fff
}

.comments-single h3 {
    font-size: 20px;
    color: #333845;
    font-weight: 700;
    margin: 0 0 15px
}

.comments-single h3 span {
    font-size: 16px;
    color: #677078;
    font-weight: 400;
    padding-left: 15px
}

.comments-single a.reply-link {
    font-size: 16px
}

.comment-box {
    margin-top: 60px
}

form.commentform {
    padding: 35px 40px;
    margin: 10px 0 0;
    background: #f4f5f8
}

form.commentform .form-control {
    margin-bottom: 20px
}

@media all and (max-width:600px) {
    .social-share a {
        margin-bottom: 20px
    }
    .social-share a:last-child {
        margin-bottom: 0
    }
    .author-box img {
        float: none;
        display: inline-block;
        margin: 0 0 25px
    }
    .author-box {
        text-align: center
    }
    .author-details {
        padding-left: 0
    }
    .comments-single {
        padding: 50px 25px 25px;
        margin: 80px 0
    }
    .comments-single img {
        left: 50%;
        top: -39px;
        transform: translateX(-50%)
    }
    .comments .comments-single:last-child {
        margin-bottom: 0
    }
    .comments {
        padding: 0
    }
    .comments-single p {
        font-size: 15px
    }
}

@media all and (max-width:400px) {
    .comments-single p {
        font-size: 14px
    }
    form.commentform {
        padding: 25px 20px
    }
}

.row.career-info {
    margin: 0
}

.row.career-info>div {
    padding: 0
}

.career-box {
    padding: 30px 35px;
    background: #9ba5f4
}

.career-box i {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right
}

.career-box h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
    padding-left: 35px
}

.career-box p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding-left: 35px
}

.job-info h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1
}

.career-single-job p {
    margin-bottom: 30px
}

.response {
    margin-bottom: 50px
}

.response ul li {
    font-size: 16px;
    color: #1d1d1f;
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
    position: relative;
    padding-left: 30px
}

.response ul li:first-child {
    padding-top: 0
}

.response ul li:last-child {
    border-bottom: 0
}

.response ul li i.fa {
    color: #ffda43;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    top: 20px;
    left: 0
}

.response ul li:first-child i.fa {
    top: 7px
}

.response-btn {
    padding: 30px 15px;
    background: #f4f5f8
}

.response-btn a.btn {
    padding: 0 60px;
    background: #9ba5f4;
    color: #544d33
}

.response-btn a.btn:hover {
    background: #ecc124
}

@media all and (max-width:991px) {
    section.career-single-job {
        padding-bottom: 30px
    }
}

section.home-partners h2.title-2 {
    margin-top: 0
}

.row.partners {
    margin: 0
}

.partner-images {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    text-align: center;
    line-height: 100px;
    margin: 10px 0
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

.panel-group,
.plubication-downloads {
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.panel-group .panel-default {
    background: #fff;
    border: none;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 2px
}

.panel-default>.panel-heading {
    background: #b2b1eb;
    box-shadow: .5px .866px 1px 0 rgba(0, 0, 0, .15);
    padding: 0;
    border-radius: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.panel-default>.panel-heading:hover {
    background: #f9f9f9
}

h4.panel-title {
    font-size: 20px;
        font-family: 'Amaranth', sans-serif !important;
    line-height: 1;
    padding: 22px
}

.panel-default>.panel-heading a {
    color: #093eb6;
    display: block;
    position: relative;
        padding: 0px 20px 0px 0px;
}

.panel-default>.panel-heading a:hover {
    color: #002d92
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 20px 22px
}

.panel-default .panel-body p {
    margin-bottom: 0
}

.panel-default>.panel-heading a:after {
    content: "-";
    position: absolute;
    font-size: 29px;
   font-family: 'Amaranth', sans-serif !important;
    color: #063387;
    line-height: 20px;
    right: 0;
    top: 0;
    font-weight: 400
}

.panel-default>.panel-heading a.collapsed:after {
    content: "+"
}

.plubication-downloads h2 {
    border: 1px solid #f4f4f4;
    background: #093eb6;
    font-size: 20px;
   font-family: 'Amaranth', sans-serif !important;
    color: #fff;
    font-weight: 700;
    padding: 22px;
    margin: 0
}

.download-file {
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    padding: 0 20px;
    margin: 20px 30px;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.download-file i {
    color: #fb1212;
    font-size: 22px;
    line-height: 50px
}

.download-file:hover {
    background: #4c4f54
}

.download-file:hover i,
.download-file:hover a,
.download-file:hover span {
    color: #fff
}

.download-file a {
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
    line-height: 50px;
    color: #093eb6;
    display: block
}

.download-file span {
    float: right;
    font-size: 14px;
    color: #677078;
    line-height: 50px;
    display: inline-block
}

.plubication-downloads ul {
    padding: 0 30px 20px
}

ul.download-list li {
    font-size: 17px;
    color: #093eb6;
    line-height: 1;
    padding: 15px 5px;
    border-bottom: 1px solid #f4f5f8;
    font-weight: 100;
    position: relative
}

ul.download-list li a:hover {
    color: #9ba5f4
}

ul.download-list li:last-child {
    border-bottom: 0
}

.plubication-downloads p.download-title {
    font-size: 14px;
    color: #9ea6ae;
    line-height: 1;
    padding: 0 30px
}

ul.download-list li span {
    position: absolute;
    right: 5px
}

@media all and (max-width:767px) {
    .publications .panel-group {
        margin-bottom: 40px
    }
}

@media all and (max-width:400px) {
    h4.panel-title {
        font-size: 15px;
        padding: 18px
    }
    .download-file {
        padding: 0 15px;
        margin: 15px 20px 25px
    }
    .download-file a {
        font-size: 18px
    }
    .download-file i {
        font-size: 19px
    }
    .download-file span {
        display: none
    }
    ul.download-list li span {
        position: relative;
        display: block;
        margin-top: 10px;
        left: 0
    }
    .plubication-downloads ul {
        padding: 0 20px 20px
    }
}

.pre-footer>div {
    padding: 0
}

.contact-box {
    padding: 30px 40px;
    background: #9ba5f4
}

.pre-footer>div:nth-child(2n) .contact-box {
    background: #9ba5f4
}

.pre-footer>div:nth-child(3n) .contact-box {
    background: #9ba5f4
}

.contact-box i.fa {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right
}

.contact-details {
    padding-left: 35px
}

h4.pre-footer-title {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px
}

.contact-details p {
    font-size: 13px;
   font-family: 'Amaranth', sans-serif !important;
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    margin-bottom: 0
}

footer .footer {
    padding: 0;
    background: #022a75;
}

footer .footer .widgets {
    padding: 0 0 70px
}

footer .copyright {
    padding: 35px 0;
    background: #020e28
}

.about-txt img {
    margin-bottom: 30px
}

.about-txt p {
    /*color: rgba(255, 255, 255, .5);*/
    color:white;
    margin-top: 40px;
}

.widgets-social a {
    background: #9ba5f4;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px
}

.widgets-social a:last-child {
    margin: 0
}

.widgets-social a:hover {
    transform: rotate(360deg);
    background: #eaba0e
}

h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 30px 0;
    text-transform: capitalize
}

.quick-links ul li a,
.our-services ul li a {
    /*color: rgba(255, 255, 255, .5);*/
    color:white;
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    display: block
}

.quick-links ul li a:hover,
.our-services ul li a:hover {
    /*color: rgba(255, 255, 255, .7)*/
    color:#5f81cf;
}

.newsletter p {
    /*color: rgba(255, 255, 255, .5)*/
    color:white;
}

.newsletter .form-group {
    margin-bottom: 15px
}

.newsletter .has-error .help-block {
    color: #ecb100
}

.newsletter input {
    padding: 0 15px;
    line-height: 48px;
    border: none;
    font-size: 16px;
    width: 100%
}

.newsletter button {
    font-size: 18px;
    font-family: 'Amaranth', sans-serif !important;
    color: rgb( 0, 0, 0);
    font-weight: 700;
    line-height: 48px;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #9ba5f4
}

.newsletter button:hover {
    background: #ecc124;
    color: #000;
    outline: none
}

.copyright-bar p {
    font-size: 14px;
    color: rgba( 255, 255, 255, 0.33);
    line-height: 1.857;
    margin-bottom: 0
}

.copyright-bar a {
    color: rgba( 255, 255, 255, 0.5);
    padding-right: 15px
}

.copyright-bar a:hover {
    color: rgba( 255, 255, 255, 0.7)
}

.copyright-bar span {
    padding-right: 15px
}

.row.pre-footer {
    position: relative;
    top: -73px
}

@media all and (max-width:1120px) {
    .contact-box {
        padding: 30px 18px
    }
}

@media all and (max-width:991px) {
    .widget {
        width: 84%
    }
    h2.widget-title {
        margin-top: 0
    }
    .copyright-bar>div {
        text-align: center;
        padding-top: 15px
    }
    .copyright-bar>div:first-child {
        padding-top: 0
    }
    .row.pre-footer {
        padding: 0 15px
    }
    .pre-footer>div {
        width: 100%
    }
}

@media all and (max-width:767px) {
    .widget {
        width: 96%;
        max-width: 500px;
        margin-bottom: 40px
    }
    .widgets>div:last-child .widget {
        margin-bottom: 0
    }
    .widgets-social {
        padding-bottom: 18px
    }
}

@media all and (max-width:480px) {
    .copyright-bar span {
        display: block;
        visibility: hidden;
        height: 5px
    }
}

.contact-area-box {
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .1);
    padding: 25px 30px
}

.contact-area-box h4.subtitle {
    margin: 0 0 25px
}

.contact-area-box i {
    font-size: 18px;
    color: #e5e5e5;
    float: left;
    width: 20px;
    margin-right: 20px;
    margin-top: 7px
}

.contact-area-box p {
    display: block;
    padding-left: 40px;
    
}
.row.form {
    text-align: center;
}

.row.form h2.title-2 {
    font-size: 30px;
    margin-bottom: 35px
}

.contact-map {
    position: relative
}

.contact-map ul.nav-pills {
    position: absolute;
    left: 0;
    margin: 20px 30px;
    z-index: 5
}

.google-map {
    height: 550px
}

.contact-map ul.nav-pills li a {
    font-size: 17px;
    color: #677078;
    padding: 0 35px;
    line-height: 40px;
    background: #f4f5f8;
    border-right: 1px solid #e8e8e8;
    border-radius: 0
}

.contact-map ul.nav-pills li:first-child a {
    border-radius: 3px 0 0 3px
}

.contact-map .nav-pills>li+li {
    margin: 0
}

.contact-map .nav-pills>li:last-child a {
    border: 0
}

.contact-map ul.nav-pills li a:hover,
.contact-map ul.nav-pills li a:focus,
.contact-map ul.nav-pills li.active a,
.contact-map ul.nav-pills li.active a:hover,
.contact-map ul.nav-pills li.active a:focus,
.contact-map ul.nav-pills li a:hover {
    color: #544d33;
    background: #9ba5f4;
    border-color: transparent
}

.contact-map iframe {
    width: 100%;
    border: none
}

section.contact-form {
    padding: 0 0 80px
}

.well-form {
    padding: 30px;
    background: #f4f5f8
}

.help-block {
    margin-top: 15px;
    font-size: 14px
}

.alert {
    border-radius: 0
}

.error-msg {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center
}

.form-group {
    margin-bottom: 30px
}

.form-control {
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, .8);
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .2)
}

textarea.form-control {
    min-height: 160px
}

button.btn.btn-warning {
    padding: 0;
    line-height: 60px;
    border-radius: 0;
    border: none;
    font-size: 19px;
    font-weight: 700;
    background: #093eb6;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #d66260;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.btn.btn-warning:hover {
    background: #002d92
}

@media(max-width:1199px) and (min-width:991px) {
    .contact-map ul.nav-pills li a {
        font-size: 16px;
        padding: 0 24px
    }
}

@media all and (max-width:991px) {
    .row.contact-centers>div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 40px
    }
    .row.contact-centers>div:last-child {
        margin-bottom: 0
    }
    .row.form {
        text-align: center
    }
    .row.form>div {
        width: 600px;
        max-width: 100%;
        margin: 0 auto 50px
    }
    .row.form>div:last-child {
        margin-bottom: 0
    }
    .contact-map iframe {
        max-width: 100%;
        min-height: 500px;
        height: auto
    }
}

@media all and (max-width:600px) {
    .contact-map ul.nav-pills li {
        float: none;
        margin-bottom: 5px
    }
    .contact-map ul.nav-pills li a {
        border-radius: 3px !important;
        border: none
    }
    .contact-map iframe {
        min-height: 400px
    }
}

@media all and (max-width:480px) {
    .contact-area-box {
        padding: 15px 20px
    }
    .contact-area-box i {
        margin-right: 0;
        font-size: 16px;
        margin-top: 5px
    }
    .contact-area-box p {
        padding-left: 25px;
        font-size: 14px
    }
    .well-form {
        padding: 30px 25px
    }
}

section.about-company {
    padding-bottom: 0
}

.about-content {
    float: right
}

section.about-cta {
    padding: 50px 0 0
}

.cta {
    padding: 40px 45px;
    background: #9ba5f4
}

.cta h2 {
    font-size: 33px;
    color: rgb( 103, 95, 63);
    line-height: 1.455;
    text-align: left;
    margin: 0;
    font-family: georgia
}

@media all and (max-width:991px) {
    .about-content {
        float: none
    }
}

@media all and (max-width:480px) {
    .cta {
        padding: 20px 25px
    }
    .cta h2 {
        font-size: 26px
    }
}

.culture h2.culture-title {
    font-size: 28px;
   font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 25px
}

.culture h4.culture-subtitle {
    font-size: 20px;
   font-family: 'Amaranth', sans-serif !important;
    color: rgb( 76, 79, 84);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px
}

.culture-video {
    text-align: right
}

.culture-video img {
    border: 10px solid #f9f9f9;
    box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

@media all and (max-width:767px) {
    .culture-video {
        text-align: left
    }
}

section.about-stats {
    padding-top: 0
}

.row.stats.stats-2 {
    background: #f4f5f8
}

.row.stats.stats-2>div {
    padding: 30px 20px 40px 50px;
    border: 1px solid #e9ebef
}

.row.stats.stats-2>div:first-child {
    border-top: 0;
    border-left: 0
}

.row.stats.stats-2>div:nth-child(2) {
    border-top: 0;
    border-right: 0
}

.row.stats.stats-2>div:nth-child(3) {
    border-left: 0;
    border-bottom: 0
}

.row.stats.stats-2>div:nth-child(4) {
    border-right: 0;
    border-bottom: 0
}

@media(max-width:1099px) {
    .row.stats.stats-2>div {
        padding: 30px 20px
    }
}

section.about-accordion {
    padding: 0
}

@media(max-width:991px) {
    section.about-accordion {
        padding: 0 15px
    }
}

section.about-innovations {
    padding: 0 0 40px
}

section.about-tools {
    padding: 5px 0 20px
}

.row.tools {
    margin: 0
}

.row.tools>div {
    padding: 40px 30px;
    background: 0 0;
    border: 1px solid #f9f9f9
}

.icon-container {
    height: 50px
}

.row.tools>div p {
    margin-bottom: 0
}

@media(max-width:767px) {
    .row.tools>div {
        width: 400px;
        margin: 0 auto;
        max-width: 100%
    }
}

section.about-employees {
    padding-bottom: 0
}

.row.employees {
    display: flex;
    align-items: center
}

.row.employees.top-sec {
    display: block;
    position: relative
}

.row.employees.top-sec .text-right {
    float: right
}

.row.employees.top-sec>div:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.employees h4.subtitle {
    font-size: 28px;
    margin-top: 0
}

.row.employees img {
    border: 10px solid #f9f9f9;
    box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

.row.employees p {
    margin-bottom: 0
}

@media(max-width:767px) {
    .row.employees {
        display: block
    }
    .row.employees .text-right {
        text-align: left;
        margin-bottom: 30px;
        float: none !important
    }
    .row.employees.top-sec>div:last-child {
        position: relative;
        transform: inherit;
        top: 0
    }
    section.services-employees .spacer-80 {
        height: 50px
    }
    .row.employees .text-left {
        margin-bottom: 30px
    }
}

.row.leaders h4.subtitle {
    margin-bottom: 5px
}

.img-hover-effect:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(255, 218, 68, .7);
    top: 0;
    left: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.img-hover-effect:hover:after {
    height: 100%
}

.social-links {
    position: absolute;
    top: 75%;
    width: 100%;
    z-index: 5;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

.img-hover-effect:hover .social-links {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.social-links a {
    font-size: 22px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-right: 8px;
    background: rgba(0, 0, 0, .66);
    display: inline-block;
    border-radius: 50%;
    color: #fff
}

.social-links a:last-child {
    margin: 0
}

.social-links a:hover {
    background: #000
}

@media all and (max-width:991px) {
    .row.leaders .img-hover-effect {
        display: block
    }
}

@media all and (max-width:767px) {
    .row.leaders>div {
        width: 360px;
        margin: 0 auto 40px;
        max-width: 100%
    }
    .row.leaders>div.clearfix {
        display: none
    }
    .row.leaders>div:last-child {
        margin-bottom: 0
    }
}

.vision h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1
}

.vision ul li {
    font-size: 16px;
    color: #1d1d1f;
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
    padding-left: 30px;
    border-bottom: 2px solid #f4f5f8;
    position: relative
}

.vision ul li:first-child {
    padding-top: 0
}

.vision ul li:last-child {
    border-bottom: 0
}

.vision ul li i.fa {
    color: #ffda43;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    line-height: 30px;
    left: 0
}

@media all and (max-width:767px) {
    .row.vision>div {
        margin-bottom: 30px
    }
    .row.vision>div:last-child {
        margin-bottom: 0
    }
}

.sidebar-search-form {
    position: relative
}

.sidebar-search-form .btn.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    padding: 0 20px;
    background: 0 0;
    font-size: 18px;
    outline: none
}

h3.sidebar-title {
    font-size: 17px;
    font-weight: 400;
   font-family: 'Amaranth', sans-serif !important;
    color: #c0c4c7;
    text-transform: uppercase;
    margin: 0 0 20px
}

.sidebar-blog-categories ul {
    background: #f4f5f8
}

.sidebar-blog-categories ul li a {
    font-size: 17px;
    color: #61656f;
    padding: 24px 30px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #fcfcfd
}

.sidebar-blog-categories ul li a:hover {
    background: #e9e9e9
}

.sidebar>div {
    margin-bottom: 45px
}

.sidebar>div:last-child {
    margin-bottom: 0
}

.sidebar-download .download-file {
    background: #093eb6;
    margin: 0;
    padding: 0 15px
}

.sidebar-download .download-file:hover {
    background: #002d92
}

.sidebar-download .download-file i {
    color: #fff
}

.sidebar-download .download-file a {
    color: #fff
}

.sidebar-download .download-file span {
    color: rgba(255, 255, 255, .5)
}

.sidebar-fact {
    padding: 20px 25px 25px;
    background: #f4f5f8
}

.sidebar-fact h3 {
    font-size: 20px;
   font-family: 'Amaranth', sans-serif !important;
    color: #093eb6;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px
}

.sidebar-fact a.btn {
    background: #9ba5f4;
    color: #544d33
}

.sidebar-fact a.btn:hover {
    background: #f7cd22
}

.sidebar-tags a {
    background: #f4f5f8;
    color: #adadad;
    display: inline-block;
    padding: 12px;
    margin: 0 10px 12px 0
}

.sidebar-tags a:hover {
    background: #ddd;
    color: #999
}

.sidebar-single-links li {
    padding: 30px 0;
    border-bottom: 1px solid #f4f5f8
}

.sidebar-single-links li:first-child {
    padding-top: 0
}

.sidebar-single-links li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-single-links h4.subtitle {
    margin: 0 0 15px;
    line-height: 1
}

p.location-2 {
    margin-bottom: 0;
    line-height: 1
}

p.location-2 span {
    color: #abafb3
}

@media all and (max-width:991px) {
    .sidebar {
        padding-top: 0;
        max-width: 400px;
        margin: 0 auto
    }
    .response-btn {
        text-align: left
    }
}

.careers section {
    padding-bottom: 0
}

.careers section:last-child {
    padding-bottom: 80px
}

@media all and (max-width:767px) {
    .culture h2.culture-title {
        font-size: 24px
    }
    .culture h4.culture-subtitle {
        font-size: 16px
    }
}

.stats-box {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 10px 15px
}

.stats-box h4,
.stats-box p {
    line-height: 1
}

@media all and (max-width:767px) {
    .row.job-stats>div {
        width: 400px;
        margin: 0 auto;
        float: none;
        max-width: 100%
    }
    .row.job-stats>div:last-child .stats-box {
        margin-bottom: 0
    }
    .stats-box h4 {
        line-height: 1.2
    }
}

.company-images>div {
    padding: 0
}

.row.company-images {
    margin: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

.company-image-one.hover-effect {
    width: 100%;
    display: block
}

.company-image-one img {
    width: 100%;
    height: 230px
}

@media all and (max-width:991px) {
    .careers-culture .col-md-5 {
        margin-bottom: 50px
    }
    .life-box {
        margin-bottom: 40px
    }
    .careers section:last-child {
        padding: 30px 0 60px
    }
}

@media all and (max-width:600px) {
    .company-images>div {
        width: 100%
    }
    .company-image-one img {
        height: auto
    }
}

.life-box h4.subtitle {
    margin: 30px 0 15px
}

.life-box .icon-container {
    min-height: 50px
}

.open-positions ul li {
    padding: 25px 0;
    padding-right: 190px;
    border-bottom: 1px solid #f4f5f8;
    position: relative
}

.open-positions ul li:first-child {
    padding-top: 0
}

.designation span {
    font-size: 12px;
   font-family: 'Amaranth', sans-serif !important;
    color: #677078;
    background: #f4f5f8;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block
}

.designation h4.subtitle {
    margin: 0 0 5px
}

.designation {
    float: left;
    width: 82%
}

.open-positions ul li:after {
    content: "";
    display: block;
    clear: both
}

.open-positions ul li a.btn {
    position: absolute;
    right: 0;
    padding: 0 25px;
    background: #9ba5f4;
    color: #544d33
}

.open-positions ul li a.btn:hover {
    background: #ecc124
}

.location {
    float: right;
    text-align: right
}

.location p.state {
    font-weight: 500;
    margin-bottom: 0
}

.location p.country {
    color: #abafb3
}

@media all and (max-width:767px) {
    .designation {
        width: 80%
    }
    .open-positions ul li {
        padding-right: 0
    }
    .open-positions ul li a.btn {
        position: relative;
        margin-top: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media all and (max-width:480px) {
    .designation {
        float: none;
        width: 100%
    }
    .location {
        float: left;
        text-align: left;
        margin-top: 15px;
        display: inline-block
    }
    .open-positions ul li a.btn {
        float: right;
        font-size: 15px;
        line-height: 44px;
        padding: 0 20px;
        transform: inherit;
        left: 0
    }
}

.services-content {
    float: right
}

section.services-checmicals {
    padding: 0
}

.services-vision img {
    border: 10px solid #fff;
    box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

section.services-highlights {
    background: #f4f5f8
}

.feature-box {
    text-align: center;
    background: #fff;
    box-shadow: 16px 27px 49px 0 rgba( 0, 0, 0, 0.1);
    padding: 40px 20px
}

.feature-box p {
    margin-bottom: 0
}

.service-slider,
.service-slider ul.slides li {
    position: relative
}

.service-slider li img {
    width: 100%;
    min-height: 280px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .66);
    text-align: center;
    padding: 0 15px
}

.slider-caption p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 14px 0
}

.service-slider .flex-direction-nav a {
    width: 32px;
    height: 49px
}

.service-slider .flex-direction-nav a:before {
    background: url(../images/service-arrow-left.png) no-repeat;
    width: 32px;
    height: 49px
}

.service-slider .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url(../images/service-arrow-right.png) no-repeat
}

.service-slider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.service-slider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.service-slider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.service-slider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

@media only screen and (max-width:991px) {
    .services-company a.hover-effect {
        display: block
    }
    .service-slider {
        margin-bottom: 40px
    }
    .services-content {
        float: none
    }
}

@media only screen and (max-width:767px) {
    .services-company a.hover-effect {
        display: block
    }
    .services-company .row>div {
        width: 400px;
        max-width: 100%;
        margin: 0 0 40px
    }
    .services-company .row>div.clearfix {
        display: none
    }
    .services-company .row>div:last-child {
        margin-bottom: 0
    }
    .row.vision .text-right {
        text-align: left
    }
    section.services-vision {
        padding-top: 30px
    }
    .services-highlights .row>div {
        width: 360px;
        margin: 0 auto 40px;
        max-width: 100%
    }
    .services-highlights .row>div:last-child {
        margin-bottom: 0
    }
}

.cd-top {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #00a3ef url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top:hover {
    background-color: #0087c5
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:767px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px
    }
}

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px
}

.hover-effect:hover img {
    opacity: .6;
    transform: scale(1.1)
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f4f5f8;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

div.process-bar>.skillbar:last-child {
    margin-bottom: 0
}

.skillbar-title {
    position: relative;
    font-size: 15px;
    color: #677078;
    margin-bottom: 10px
}

.skillbar-bar {
    height: 10px;
    width: 0;
    background: #9ba5f4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: inherit !important
}

.skillbar-bar:after {
    content: "";
    position: relative;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    right: -8px;
    top: -8px;
    background: #9ba5f4;
    border-radius: 50%;
    border: 3px solid #fff
}

.skill-bar-percent {
    position: absolute;
    right: 0;
    top: -25px;
    line-height: 1;
    font-size: 15px;
   font-family: 'Amaranth', sans-serif !important;
    color: #093eb6
}

section.page-not-found {
    padding: 120px 0
}

.error-page h1 {
    margin: 0;
    font-size: 150px;
   font-family: 'Amaranth', sans-serif !important;
    font-weight: 700;
    color: #093eb6;
    line-height: 1
}

.error-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600
}

.error-page h4 {
    margin-bottom: 30px;
    font-size: 21px
}

.styled-list ol,
.styled-list ul {
    margin: 0;
    list-style-position: inside
}

.styled-list ol li,
.styled-list ul li {
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8
}

.styled-list ol li:first-child,
.styled-list ul li:first-child {
    padding-top: 0
}

.styled-list ul {
    list-style-type: disc
}

.styled-list ul ul {
    margin: 15px 0 0 20px;
    list-style-type: circle
}

.styled-list ol ol {
    margin: 15px 0 0 20px
}

.styled-list ul ul li,
.styled-list ol ol li {
    border-bottom: none;
    padding: 8px 0
}

.styled-list .list-unstyled {
    margin-left: 0
}

.styled-list .list-unstyled ol {
    list-style-type: none
}

.btn-block+.btn-block {
    margin-top: 10px
}

.btn-row a.btn {
    line-height: 60px;
    padding: 0 36px
}

.btn-col a.btn {
    margin-bottom: 20px;
    margin-left: 20px;
    float: left
}

.btn-col a.btn:nth-child(odd) {
    margin-left: 0;
    clear: both
}

a.btn.btn-block:nth-child(odd) {
    margin-bottom: 15px;
    margin-top: 30px
}

a.btn.btn-block:first-child {
    margin-top: 0
}

.btn-row a.btn.btn-normal {
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px
}

a.btn.btn-sm {
    line-height: 36px;
    font-size: 12px;
    padding: 0 24px
}

.quote-post blockquote {
    background: #093eb6;
    color: #fff
}

.drop-caps p:first-child::first-letter {
    background: #9ba5f4;
    color: #675f3f;
    display: block;
    float: left;
    font-size: 36px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 20px;
    border-radius: 4px
}

.drop-caps.blue p:first-child::first-letter {
    background: #093eb6;
    color: #fff
}

.tab-widget {
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.nav-tabs>li {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #eee;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all
}

ul.nav-tabs {
    border-bottom: 1px solid #eee
}

.nav-tabs>li>a {
    font-weight: 700;
    line-height: 1;
    padding: 20px 15px;
    background: #fff;
    color: #093eb6;
    border-radius: 0;
    border: none;
    margin: 0
}

.nav-tabs>li>a:hover {
    background: #f9f9f9;
    color: #002d92;
    border: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color: #002d92;
    border: none
}

.tab-content>.tab-pane {
    padding: 22px
}

@media(max-width:991px) {
    .tab-widget {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .btn-col {
        margin-bottom: 30px
    }
    form.form-horizontal {
        margin-top: 50px
    }
    .headings {
        margin-bottom: 50px
    }
    table.table-striped {
        margin-bottom: 50px
    }
    .row.styled-list h3 {
        margin-top: 0
    }
    .row.styled-list>div {
        margin-bottom: 50px
    }
    .row.styled-list>div:last-child {
        margin-bottom: 0
    }
}

@media(max-width:480px) {
    .nav-tabs>li {
        display: block;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #eee
    }
    .btn-col a.btn {
        display: inline-block;
        margin: 0 0 20px;
        clear: both
    }
}

.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%)
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #9ba5f4;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 1;
    z-index: 11111;
    height: 100%;
    overflow: hidden
}

.gallery11 {
    text-align: center;
    color: #093eb6;
    margin-bottom: 10px;
    font-size: 25px;