@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Muli-Bold.ttf);
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Muli-SemiBold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Lato-Regular.ttf);
}

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }



	
.phn-no
{
	float: right;
}
.phn-n
{
	font-family: myFirstFont;
	font-size: 14px;
}
.eml-id
{
	font-family: myFirstFont;
	font-size: 14px;
}	
.icon-mobile
{
	font-size: 20px;
}
.icon-envelope-o
{
	font-size: 18px;
}
.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar-wrap {
  /*position: absolute;*/
  z-index: 9;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top 
{
  border-bottom: 1px solid #00234f;
  background: #00234f;
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
.site-navbar .site-logo 
{
    font-weight: 200;
    line-height: 0;
    top: 0px;
    position: relative; 
}
.site-navbar .site-logo a 
{
      font-weight: 200;
      color: #00007b;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; 
}
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a 
{
    padding: 20px 10px;
    color: #000000;
    font-size: 16px;
    text-decoration: none !important;
	font-family: myFirstFont;
	font-weight: none !important;
}
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
.site-navbar .site-navigation .site-menu > li > a:hover 
{
   color: #f15c16; 
}
.nav-lst
{
	padding-right: 0px !important;
}

/* Text color change */
.awesome {
  /*font-family: futura;
  font-style: italic;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #313131;
  font-size: 45px;
  font-weight: bold;
  position: absolute;*/
  -webkit-animation: colorchange 3s infinite alternate;
}

@-webkit-keyframes colorchange {
  0% {
    background: #140c7f;
  }
  20% {
    background: #8c1374;
  }
  40% {
    background: #ec0d6a;
  }
  60% {
    background: #0076a3;
  }
  80% {
    background: #fe9712;
  }
  100% {
    background: #f04220;
  }
}
 
/* end text color */

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 1.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}

/* // blink */



      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before 
{
   border-color: rgba(136, 183, 213, 0);
   border-bottom-color: #f15c16;
   border-width: 10px;
   margin-left: -10px; 
}
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000000 !important;
		  font-family: myFirstFont;
		  }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #f15c16 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a 
{
   color: #f15c16; 
}
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #f15c16; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; 
		font-family: myFirstFont;}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px;
			font-family: myFirstFont;			}
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper 
{
  position: absolute;
  z-index: 9;
  width: 100%; 
  background: #ffffff;
  height: auto !important;
}
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar ul li.active a 
{
      color: #f15c16; 
}
.sticky-wrapper.is-sticky .site-navbar 
{
    background-color: #ffffff; 
	position: relative !important;
}
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a 
{
        padding: 10px 10px;
        color: #000000;
        font-size: 16px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover 
{
   color: #f15c16 !important; 
}
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #f15c16 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #f15c16; }
		
/*home page*/

/*banner slider*/
.swiper-wrapper
{
}
.nice-parallax {
  height: 600px;
  width: 100%;
  padding-top: 85px !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 60% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    display: grid !important;
    border-radius: 100%;
    background: #ffffff !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet:hover
{
	background: #007faf !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007faf !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 25px 10px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35% !important;
    left: 15px !important;
    width: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
}

/* text content */
.slide-text {
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
  width: 100%;
  max-width: 730px;
}

.slide-text h1 {
  font-family: myFirstFont;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 56px;
  /*text-shadow: 1px 1px 5px #0000008f;*/
  text-shadow: 1px 1px 5px #000000db;
  text-align: left;
  margin-bottom: 60px;
}
.bottom-left h1{
    position: absolute;
    bottom: 8px;
    left: 60px;
}

.slide-text p {
  font-size: 14px;
  letter-spacing: 4px;
  font-family: 'myForthFont';
  text-transform: uppercase;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width: 60%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
	line-height: 40px;
  }

  .slide-text p {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 580px) {
.slide-text h1 
{
    font-size: 20px;
    letter-spacing: 0.02em;
	line-height: 40px;
}	
}

.nice-parallax .swiper-slide {
  overflow: hidden;
}

.nice-parallax .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
/*//banner slider*/

/*home about section*/
.hm-about
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: linear-gradient(to right, #03365e , #15a4b6);
}
.hm-about-dtl
{
	padding-left: 50px;
}
.section-title > span {
    color: #001d67;
}
.section-title > span.line {
    color: #00c3f0;
    font-size: 22px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    display: inline-block;
}
.s-section-title > span.line {
    margin-bottom: 30px;
    padding-right: 60px;
	margin-top: 45px;
}
.section-title > span.line {
    padding-left: 150px;
}
.s-section-title > span {
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    color: #34ccff;
    margin-bottom: 10px;
}
.section-title > span {
    font-size: 18px;
    font-weight: 700;
    color: #00c3f0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
	z-index: 1;
}
.section-title > span.line::before {
    background-color: #00c3f0;
}
.section-title.s-section-title > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 130px;
    height: 2px;
    position: absolute;
    background: #00c3f0;
    transform: translateY(-50%);
}
.section-title .bg-title {
    color: #EDF2FF;
}
.section-title .bg-title {
    position: absolute;
    top: -20px;
    /*left: 0;
    right: 0;*/
    text-transform: capitalize;
    line-height: 1;
    font-size: 150px;
    color: #ffffff15;
	font-family: myThirdFont;
}
.section-title h3
{
	color: #ffffff;
	font-family: mySecondFont;
	font-size: 28px;
	line-height: 38px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.section-content p
{
	color: #ffffff;
	font-family: myThirdFont;
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 20px;
	text-align: justify;
}
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}
.parallax-bg1 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}
/*//home about section*/

/*home company overview section*/
.hm-company-overview
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ffffff;
}
.hm-company-overview-dtl
{
	padding-right: 50px;
}
.section-title1 > span {
    color: #001d67;
}
.section-title1 > span.line {
    color: #f44c18;
    font-size: 22px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    display: inline-block;
}
.s-section-title1 > span.line {
    margin-bottom: 10px;
    padding-left: 150px;
	margin-top: 45px;
}
.section-title > span.line {
    padding-left: 150px;
}
.s-section-title1 > span {
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    color: #34ccff;
    margin-bottom: 10px;
}
.section-title1 > span {
    font-size: 18px;
    font-weight: 700;
    color: #00c3f0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
	z-index: 1;
}
.section-title1 > span.line::before {
    background-color: #f44c18;
}
.section-title1.s-section-title1 > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 130px;
    height: 2px;
    position: absolute;
    background: #f44c18;
    transform: translateY(-50%);
}
.section-title1 h3 {
    color: #000000;
    font-family: myFirstFont;
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.section-content1 p
{
	color: #000000;
	font-family: myThirdFont;
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 20px;
	text-align: justify;
}
.hm-company-img img
{
	border-radius: 10px;
}
/*//home company overview section*/

/*home services section*/
.hm-services
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #096095;
}
.section-title2 > span {
    color: #001d67;
}
.section-title2 > span.line {
    color: #00c3f0;
    font-size: 22px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    display: inline-block;
}
.s-section-title2 > span.line {
    margin-bottom: 30px;
    padding-right: 60px;
	margin-top: 55px;
}
.section-title2 > span.line {
    padding-left: 150px;
}
.s-section-title2 > span {
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    color: #34ccff;
    margin-bottom: 10px;
}
.section-title2 > span {
    font-size: 18px;
    font-weight: 700;
    color: #00c3f0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
	z-index: 1;
}
.section-title2 > span.line::before {
    background-color: #00c3f0;
}
.section-title2.s-section-title2 > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 130px;
    height: 2px;
    position: absolute;
    background: #00c3f0;
    transform: translateY(-50%);
}
.section-title2 .bg-title {
    color: #EDF2FF;
}
.section-title2 .bg-title {
    position: absolute;
    top: -20px;
    /*left: 0;
    right: 0;*/
    text-transform: capitalize;
    line-height: 1;
    font-size: 130px;
    color: #ffffff15;
	font-family: myThirdFont;
}
.section-title2 h3
{
	color: #ffffff;
	font-family: mySecondFont;
	font-size: 28px;
	line-height: 38px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.section-title2 h3
{
	color: #ffffff;
	font-family: mySecondFont;
	font-size: 28px;
	line-height: 38px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.section-content2 p
{
	color: #ffffff;
	font-family: myThirdFont;
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 20px;
	text-align: justify;
}
.hm-btn-serv
{
	background: #f85c12;
    color: #ffffff;
	font-family: mySecondFont;
    padding: 0px 20px;
    min-width: 135px;
    height: 40px;
    line-height: 35px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
    border: 2px solid #f85c12;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
}
.hm-btn-serv:hover {
    outline: none;
    background: #f85c1269;
    border: 2px solid #f85c12;
    color: #ffffff;
    text-decoration: none;
}
.hm-btn-serv:focus
{
	text-decoration: none;
}
/*slider*/
.post-slide11
{
	background:#fff;
	margin:0 7px;
	box-shadow:0 1px 2px rgba(43,59,93,.3);
	margin-bottom:2em;
}
.post-slide11 .post-img{position:relative}
.post-slide11 .over-layer{background:rgba(0,0,0,.6);width:100%;height:100%;position:absolute;opacity:0;cursor:pointer;transition:all .3s ease 0s}
.post-slide11:hover .over-layer{opacity:1}
.post-slide11 .over-layer:after{content:"+";font-size:52px;color:#fff;position:absolute;top:31%;left:42%}
.post-slide11 .post-img img{width:100%;height:auto}
.post-slide11 .post-title{margin:25px 0 15px 0;padding:0 15px}
.post-slide11 .post-title:before{content:"";border:2px solid #e67e22;width:18%;display:block;margin-bottom:15px}
.post-slide11 .post-title a{font-size:20px;font-weight:700;color:#333;display:inline-block;text-transform:capitalize;transition:all .3s ease 0s}
.post-slide11 .post-title a:hover{text-decoration:none;color:#e67e22}
.post-slide11 .post-date{text-transform:capitalize;padding:0 15px;color:#e67e22;font-size:13px}
.post-slide11 .post-date:before{margin-right:7px;color:#e67e22}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span
{
	background:#f26624;
	border: 1px solid #ffffff;
}
.destination-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 20px 20px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
}
.destination-info p {
    color: #fff;
    margin: 0 0 10px;
    font-family: mySecondFont;
    letter-spacing: 1;
    font-size: 22px;
}
.hm-services-slider .owl-carousel .owl-wrapper-outer
{
	width: 105%;
}
.destination-info img
{
	width: 30px !important;
}
/*//slider*/

.section-content2 ul
{
	margin-bottom: 20px;
	margin-top: 30px;
}
.section-content2 ul li, .section-content2 ul li a {
    color: #ffffff;
    font-family: myThirdFont;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.section-content2 ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #ffffff;
}
.section-content2 ul li span {
    display: table;
	font-family: myThirdFont;
	color: #ffffff;
}
.section-content2 .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-content2 .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.container-btn
{
	background: #00234f;
    color: #ffffff;
	font-family: mySecondFont;
    padding: 0px 20px;
    min-width: 135px;
    height: 40px;
    line-height: 35px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
    border: 2px solid #00234f;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
}
.container-btn:hover {
    outline: none;
    background: #00234f69;
    border: 2px solid #00234f;
    color: #ffffff;
    text-decoration: none;
}
.container-btn:focus
{
	text-decoration: none;
}
/*//home services section*/

/* tab section*/
.tab-home {
    padding-bottom: 40px;
    padding-top: 40px;
    background: #f26624;
	background-size: cover;
	/*background-attachment: fixed !important;
	background-position: center;
    background-repeat: no-repeat;*/
}
.tab-content h2
{
	font-family: myFirstFont;
	font-size: 28px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 1px;
}
.tab-content p
{
	font-family: myThirdFont;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	letter-spacing: 1px;
}
.tab-btn
{
	margin-top: 5px;
}
.hm-btn-tab
{
	background: #00234f;
    color: #ffffff;
	font-family: mySecondFont;
    padding: 0px 20px;
    min-width: 135px;
    height: 40px;
    line-height: 35px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
    border: 2px solid #00234f;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
}
.hm-btn-tab:hover {
    outline: none;
    background: #00234f69;
    border: 2px solid #00234f;
    color: #ffffff;
    text-decoration: none;
}
.hm-btn-tab:focus
{
	text-decoration: none;
}
/*// tab section ends*/
/*//Home page*/

/*top banner*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 45px;
}
.page-cover {
    padding: 45px 0px;
    position: relative;
}
.page-cover {
    color: white;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/top-banner01.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	margin-top: 85px;
}
.cover-navbar-wrapper1.pt-164 {
    padding-top: 45px;
}
.cover-navbar-wrapper1 {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/top-banner02.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	margin-top: 85px;
}
.page-cover h1 {
    font-size: 22px;
	font-family: myFirstFont !important;
	color:#ffffff;
    /*margin-bottom: 30px;*/
	letter-spacing: 1px;
	line-height: 1.1;
	margin-bottom: 5px;
	margin-top: 15px;
}
.breadcrumb {
    padding: 5px 0px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.page-cover .breadcrumb {
    background: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #ffffff !important;
	font-family: mySecondFont !important;
	font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #f26624;
    content: "\f105" !important;
	font-family: "FontAwesome";
}
.page-cover .breadcrumb li a {
    color: #ffffff;
	font-family: mySecondFont !important;
	font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
/*//top banner*/

/*about page*/
.about-us
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ffffff;
}
.about-us-dtl
{
	padding-left: 50px;
}
.about-us-section-title > span {
    color: #001d67;
}
.about-us-section-title > span.line {
    color: #00c3f0;
    font-size: 22px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    display: inline-block;
}
.about-us-s-section-title > span.line {
    margin-bottom: 60px;
    padding-right: 60px;
	margin-top: 45px;
}
.about-us-section-title > span.line {
    padding-left: 150px;
}
.about-us-s-section-title > span {
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    color: #34ccff;
    margin-bottom: 10px;
}
.about-us-section-title > span {
    font-size: 18px;
    font-weight: 700;
    color: #00c3f0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
	z-index: 1;
}
.about-us-section-title > span.line::before {
    background-color: #00c3f0;
}
.about-us-section-title.about-us-s-section-title > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 130px;
    height: 2px;
    position: absolute;
    background: #00c3f0;
    transform: translateY(-50%);
}
.about-us-section-title .bg-title {
    color: #EDF2FF;
}
.about-us-section-title .bg-title {
    position: absolute;
    top: -20px;
    /*left: 0;
    right: 0;*/
    text-transform: capitalize;
    line-height: 1;
    font-size: 150px;
    color: #063e6015;
	font-family: myThirdFont;
}
.about-us-section-title h3
{
	color: #000000;
	font-family: mySecondFont;
	font-size: 28px;
	line-height: 38px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.about-us-section-content p
{
	color: #000000;
	font-family: myThirdFont;
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 20px;
	text-align: justify;
}

.vision
{
	padding-top: 40px;
    padding-bottom: 40px;
	background-image: linear-gradient(to bottom, #15a4b6 , #03365e);
}
.vision-dtl
{
	padding-top: 40px;
}
.vision-dtl p
{
	color: #ffffff;
    font-family: mySecondFont;
    line-height: 34px;
    font-size: 22px;
    padding-bottom: 20px;
    text-align: justify;
}

.mission
{
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: linear-gradient(to top, #15a4b6 , #03365e);
}
.mission-dtl
{
	padding-top: 40px;
}
.mission-dtl p
{
	color: #ffffff;
    font-family: mySecondFont;
    line-height: 34px;
    font-size: 22px;
    padding-bottom: 20px;
    text-align: justify;
}
/*//about page*/

/*services page*/
.services
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.services-dtl h2
{
	color: #000000;
    font-family: myFirstFont;
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.services-dtl p
{
	color: #000000;
    font-family: myThirdFont;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
	margin-bottom: 0px;
}
.services-dtl ul
{
	margin-bottom: 20px;
}

.services-dtls
{
	margin-top: 100px;
}
.services-imgs
{
	margin-top: 60px;
}
.services-dtls h2
{
	color: #000000;
    font-family: myFirstFont;
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.services-dtls p
{
	color: #000000;
    font-family: myThirdFont;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.services-dtls ul
{
	margin-bottom: 20px;
}
.services-dtls ul li, .services-dtls ul li a {
    color: #000000;
    font-family: myThirdFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-dtls ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #000000;
}
.services-dtls ul li span {
    display: table;
	font-family: myThirdFont;
	color: #000000;
}
.services-dtls .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-dtls .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}


.services-dtls1
{
	margin-top: 0px;
}
.services-dtls1 h2
{
	color: #000000;
    font-family: myFirstFont;
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.services-dtls1 p
{
	color: #000000;
    font-family: myThirdFont;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 5px;
	margin-bottom: 5px;
    text-align: justify;
}
.services-dtls1 ul
{
	margin-bottom: 20px;
}
.services-dtls1 ul li, .services-dtls1 ul li a {
    color: #000000;
    font-family: myThirdFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-dtls1 ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #000000;
}
.services-dtls1 ul li span {
    display: table;
	font-family: myThirdFont;
	color: #000000;
}
.services-dtls1 .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-dtls1 .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}



.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.services-dtl-cn
{
	margin-top: 0px;
}
.services-imgs
{
	margin-top: 60px;
}
.services-dtl-cn h2
{
	color: #000000;
    font-family: myFirstFont;
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.services-dtl-cn p
{
	color: #000000;
    font-family: myThirdFont;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: justify;
}
.services-dtl-cn ul
{
	margin-bottom: 20px;
}
.services-dtl-cn ul li, .services-dtl-cn ul li a {
    color: #000000;
    font-family: myThirdFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-dtl-cn ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #000000;
}
.services-dtl-cn ul li span {
    display: table;
	font-family: myThirdFont;
	color: #000000;
}
.services-dtl-cn .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-dtl-cn .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.container_img
{
	box-shadow: 2px 2px 15px 0px rgb(85 85 85 / 50%);
}
.container_img img
{
	width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.box__title-ph
{	
	/*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    background-color: #063e60;
	/*box-shadow: 0px 8px 10px rgb(85 85 85 / 50%);*/
    vertical-align: middle;
    transition: 0.5s;
    transition-timing-function: ease-out;
}
.box__title-ph h6
{
	text-align: center;
    color: #ffffff;
    /*margin: 7% 0 7% 0;*/
    font-size: 18px;
	font-family: mySecondFont;
	/*display: flex;*/
	padding: 25px 15px 25px 15px;
}
.box__title-ph h6 i
{
	padding-right: 10px;
	color: #ffffff;
}
.box__title-ph p
{
	opacity: 0;
    text-align: center;
    color: #bababa;
    font-size: 0.8em;
    margin: 0;
    transition-delay: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-out;
}

.container_services
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: linear-gradient(to right, #03365e , #15a4b6);
}
.container_services-dtl h2
{
	color: #ffffff;
    font-family: myFirstFont;
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.container_services-dtl p
{
	color: #ffffff;
    font-family: myThirdFont;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
	margin-bottom: 0px;
}
.container-images
{
	padding-top: 80px;
	padding-bottom: 80px;
}
/*//services page*/

/*contact page*/
/*location*/
.contact
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: linear-gradient(to top, #03365e, #15a4b6);
}
.loc-ttl
{
	padding-bottom: 20px;
}
.loc-ttl h3
{
	font-family: myFirstFont;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #ffffff;
}
.loc-box {
    padding: 0px 25px 0px 25px;
	border-radius: 1px;
    margin-bottom: 10px;
}
.center-wrap {
    /*margin: 0 auto;*/
	display: flex;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.loc-box p {
    font-family: myThirdFont;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}
.loc-box h2 {
    font-family: myFirstFont;
    font-size: 20px;
    line-height: 32px;
    color: #f36d2d;
}
.loc-box p a {
    font-family: myThirdFont;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}
.loc-box p a:hover {
    font-family: myThirdFont;
    font-size: 16px;
    line-height: 32px;
    color: #f36d2d;
}
.loc-box i {
    font-size: 30px;
    color: #f36d2d;
	margin-bottom: 20px;
	padding-right: 20px;
}

.loc-box-e {
    padding: 50px 25px 50px 25px;
	border-radius: 1px;
    margin-bottom: 20px;
	height: 295px;
	box-shadow: 0px 10px 20px #00000020;
}
.loc-box-e p {
    font-family: myThirdFont;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}
.loc-box-e h2 {
    font-family: myFirstFont;
    font-size: 20px;
    line-height: 32px;
    color: #f36d2d;
}
.loc-box-e p a {
    font-family: myThirdFont;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}
.loc-box-e p a:hover {
    font-family: myThirdFont;
    font-size: 16px;
    line-height: 32px;
    color: #f36d2d;
}
.loc-box-e i {
    font-size: 40px;
    color: #f36d2d;
	margin-bottom: 20px;
}

.locate
{
	padding-right: 0px;
}





/* Breakpoints
// ========================================================================== */
/* 320px */
/* 480px */
/* 599px */
/* 600px */
/* 768px */
/* 967px */
/* 960px */
/* 1400px */
/* Colors 
// ========================================================================== */
/* Convert px to ems
// ========================================================================== */
/* Mixins
// ========================================================================== */
/* Media Query Watcher
// ========================================================================== */
#getActiveMQ-watcher {
  font-family: "break-0";
}
@media (min-width: 20em) {
  #getActiveMQ-watcher {
    font-family: "break-1";
  }
}
@media (min-width: 30em) {
  #getActiveMQ-watcher {
    font-family: "break-2";
  }
}
@media (min-width: 37.5em) {
  #getActiveMQ-watcher {
    font-family: "break-3";
  }
}
@media (min-width: 48em) {
  #getActiveMQ-watcher {
    font-family: "break-4";
  }
}
@media (min-width: 60em) {
  #getActiveMQ-watcher {
    font-family: "break-5";
  }
}

/* =Map Pin Animation
// ========================================================================== */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* =Places Map
// ========================================================================== */
.cnt-sp
{
	padding-right: 0px;
}
#places-map {
  /*background: #f8dc3b;
  padding: 3.25em 1.5625em 2.5em;*/
  position: relative;
}
#places-map h1 {
  font-size: 1.3125em;
  margin-top: 0.9523809524em;
  text-align: center;
}
@media (min-width: 37.5em) {
  #places-map h1 {
    font-size: 2.1875em;
    margin-top: 0.9428571429em;
  }
}
#places-map .wu-logo {
  display: none;
  height: 3.875em;
  width: 11.3125em;
}
@media (min-width: 60em) {
  #places-map .wu-logo {
    background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
    display: block;
    position: absolute;
    bottom: 1.875em;
    left: 2em;
  }
}
@media (min-width: 87.5em) {
  #places-map .wu-logo {
    left: 50%;
    margin-left: -43.75em;
  }
}
#places-map img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.secondary-page #places-map .content {
  margin: 0;
  position: relative;
}
@media (min-width: 60em) {
  .secondary-page #places-map .content {
    margin: 0 auto;
  }
}
#places-map .map {
  position: relative;
  max-width: 56.4375em;
  margin-left: auto;
  margin-right: auto;
}
#places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#places-map .map-location-marker {
  background: url(../images/map-pin.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 2.2em;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width: 1.5em;
  z-index: 3;
  opacity:1;
}
#places-map .map-location-marker1 {
  background: url(../images/map-pin_1.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 2.2em;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width: 1.5em;
  z-index: 3;
  opacity:1;
}
@media (min-width: 48em) {
  .js #places-map .map-location-marker {
    visibility: hidden;
  }
  .js #places-map .map-location-marker.bounceInDown {
    visibility: visible;
  }
  
  .js #places-map .map-location-marker1 {
    visibility: hidden;
  }
  .js #places-map .map-location-marker1.bounceInDown {
    visibility: visible;
  }
}
#places-map .marker-mundra {
    left: 11.2%;
    top: 46.5%;
}
@media (max-width: 37.4375em) {
  #places-map .marker-mundra {
    left: 16%;
    top: 50%;
  }
}
#places-map .marker-pipavav {
  left: 19%;
  top: 54.5%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-hazira {
  left: 23.5%;
  bottom: 46%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#places-map .marker-jawaharlal {
  left: 23.5%;
  bottom: 38.5%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#places-map .marker-chennai {
  left: 44%;
  top: 89%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#places-map .marker-kandla {
  left: 14.5%;
  top: 48%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#places-map .marker-tuticorin {
  left: 39%;
  top: 94%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kochi {
  left: 33%;
  top: 91.5%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-vishakhapatnam {
  left: 53.5%;
  bottom: 32%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#places-map .marker-haldia {
  left: 72%;
  top: 52.8%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-tughlakabad {
  bottom: 70%;
  right: 60%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-sanathnagar {
  bottom: 31%;
  right: 61%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-nagpur {
  bottom: 47%;
  right: 61%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-coimbatore {
  bottom: 17%;
  right: 65%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-mulund {
  bottom: 38.5%;
  right: 73%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-bangalore {
  bottom: 25%;
  right: 64%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-madurai {
  bottom: 13%;
  right: 60%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-jaipur {
  bottom: 62%;
  right: 65%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-riwari {
  bottom: 66%;
  right: 61%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-dadri {
  bottom: 66%;
  right: 58%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-panipat {
  bottom: 74%;
  right: 62%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-malanpur {
  bottom: 57%;
  right: 54%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-pune {
  bottom: 35%;
  right: 70%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-dashrath {
  bottom: 47.5%;
  right: 72.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-tarapur {
  bottom: 43%;
  right: 74.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-maliwada {
  bottom: 41%;
  right: 65%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-thumbe {
  bottom: 21%;
  right: 70.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-jattipur {
  bottom: 70%;
  right: 62.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-loni {
  bottom: 68%;
  right: 61.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-faridabad {
  bottom: 62%;
  right: 59.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-patli {
  bottom: 74%;
  right: 56.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-patparganj {
  bottom: 68%;
  right: 55.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-sonipat {
  bottom: 73%;
  right: 59.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-ddl {
  bottom: 78%;
  right: 64.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-khodiyar {
  bottom: 55%;
  right: 72.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-ahmedabad {
  bottom: 51%;
  right: 71.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-tirupur {
  bottom: 20%;
  right: 62.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-karur {
  bottom: 18%;
  right: 59.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-thimmapur {
  bottom: 37%;
  right: 61.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .map-location-marker:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 25px;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -6px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 25px;
  z-index: 2;
}

#places-map .map-location-marker1:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 25px;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -6px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 25px;
  z-index: 2;
}


#page-places {
  position: relative;
}

#map-info {
  background: #000;
  color: #fff;
  position: absolute;
  top: -1.5625em;
  left: 50%;
  margin-left: -7.8125em;
  padding: 1.125em;
  width: 15.625em;
  z-index: 8;
}
#map-info .close-btn {
  background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 0.6875em;
  width: 0.6875em;
  position: absolute;
  right: 1.125em;
  top: 1.125em;
}
@media (min-width: 30em) {
  #map-info {
    top: 50%;
    margin-top: -8.875em;
  }
}
@media (min-width: 60em) {
  #map-info {
    margin-left: -8.875em;
    width: 12em;
  }
}
@media (min-width: 48em) {
  #map-info {
    margin-left: 0;
    margin-top: 0;
  }
  #map-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 16px 13px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    left: -16px;
  }
  #map-info.mundra {
    left: 14%;
    top: 39%;
  }
  #map-info.pipavav {
    left: 23%;
    top: 47.5%;
  }
  #map-info.hazira {
    left: 27%;
    bottom: 322px;
    top: auto;
  }
  #map-info.hazira:before {
    top: 14px;
  }
  #map-info.jawaharlal {
	left: 27%;
    bottom: 253px;
    top: auto;
  }
  #map-info.kandla {
    bottom: 51%;
    left: 18%;
    top: auto;
  }
  #map-info.kandla:before {
    top: 15px;
  }
  #map-info.tuticorin {
    top: 87%;
    left: 43%;
  }
  #map-info.kochi {
    top: 85%;
    left: 38%;
  }
  #map-info.chennai {
    top: 82%;
    left: 48%;
  }
  #map-info.vishakhapatnam {
    left: auto;
    top: auto;
    bottom: 32%;
    right: 14%;
  }
  #map-info.haldia {
    /*left: auto;
    top: auto;
    bottom: 47%;
    right: -5%;*/
	left: auto;
    top: auto;
    bottom: 47%;
    right: 1%;
    width: 150px;
  }
  #map-info.tughlakabad {
    left: auto;
    top: auto;
    right: 28%;
    bottom: 492px;
  }
  #map-info.sanathnagar {
    left: auto;
    top: auto;
    right: 29%;
    bottom: 213px;
  }
  #map-info.nagpur {
    left: auto;
    top: auto;
    right: 29%;
    bottom: 330px;
  }
  #map-info.coimbatore {
    left: auto;
    top: auto;
    right: 33%;
    bottom: 115px;
  }
  #map-info.mulund {
    left: auto;
    top: auto;
    right: 42%;
    bottom: 270px;
  }
  #map-info.bangalore {
    left: auto;
    top: auto;
    right: 32%;
    bottom: 173px;
  }
  #map-info.madurai {
    left: auto;
    top: auto;
    right: 28%;
    bottom: 90px;
  }
  #map-info.jaipur {
    left: auto;
    top: auto;
    right: 33%;
    bottom: 430px;
  }
  #map-info.riwari {
    left: auto;
    top: auto;
    right: 30%;
    bottom: 460px;
  }
  #map-info.dadri {
    left: auto;
    top: auto;
    right: 26%;
    bottom: 460px;
  }
  #map-info.panipat {
    left: auto;
    top: auto;
    right: 31%;
    bottom: 518px;
  }
  #map-info.malanpur {
    left: auto;
    top: auto;
    right: 22%;
    bottom: 398px;
  }
  #map-info.pune {
    left: auto;
    top: auto;
    right: 38%;
    bottom: 243px;
  }
  #map-info.dashrath {
    left: auto;
    top: auto;
    right: 41%;
    bottom: 332px;
  }
  #map-info.tarapur {
    left: auto;
    top: auto;
    right: 44%;
    bottom: 265px;
  }
  #map-info.maliwada {
    left: auto;
    top: auto;
    right: 34%;
    bottom: 254px;
  }
  #map-info.thumbe {
    left: auto;
    top: auto;
    right: 39%;
    bottom: 144px;
  }
  #map-info.jattipur {
    left: auto;
    top: auto;
    right: 31%;
    bottom: 490px;
  }
  #map-info.loni {
    left: auto;
    top: auto;
    right: 30%;
    bottom: 480px;
  }
  #map-info.faridabad {
    left: auto;
    top: auto;
    right: 28%;
    bottom: 436px;
  }
  #map-info.patli {
    left: auto;
    top: auto;
    right: 25%;
    bottom: 520px;
  }
  #map-info.patparganj {
    left: auto;
    top: auto;
    right: 24%;
    bottom: 480px;
  }
  #map-info.sonipat {
    left: auto;
    top: auto;
    right: 28%;
    bottom: 513px;
  }
  #map-info.ddl {
    left: auto;
    top: auto;
    right: 33%;
    bottom: 530px;
  }
  #map-info.khodiyar {
    left: auto;
    top: auto;
    right: 41%;
    bottom: 385px;
  }
  #map-info.ahmedabad {
    left: auto;
    top: auto;
    right: 40%;
    bottom: 360px;
  }
  #map-info.tirupur {
    left: auto;
    top: auto;
    right: 31%;
    bottom: 120px;
  }
  #map-info.karur {
    left: auto;
    top: auto;
    right: 28%;
    bottom: 123px;
  }
  #map-info.thimmapur {
    left: auto;
    top: auto;
    right: 30%;
    bottom: 255px;
  }
}
#map-info h1 {
  float: left;
  font-size: 16px;
  font-family: myThirdFont;
  line-height: 1;
  margin-bottom: 0px !important;
  margin-top: 0;
}
#map-info a {
  color: #ffdf1c;
  display: block;
  font-size: 0.75em;
  float: right;
  margin-right: 2.5em;
  margin-top: 0.6666666667em;
  text-decoration: underline;
}
#map-info img {
  height: auto;
  max-width: 100%;
}

/*//location*/

/*form*/
.contct-form
{
	/*background: #149eb1;*/
}
.contact-box
{
	padding-bottom: 40px;
	padding-top: 40px;
}
.contct-form .contact-form-block {
    padding: 0px 0px 30px 0px;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.contct-form .contact-form-block .title-block {
    margin-bottom: 20px;
}
.contct-form .contact-form-block .title-block h2 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-family: mySecondFont;
    margin-top: 20px;
}
.contct-form .contact-form-block .title-block p {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-family: mySecondFont;
	text-align: left;
}
.contct-form .contact-form-block .contact-form-one input, .contct-form .contact-form-block .contact-form-one textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 38px;
    background-color: transparent;
	border: 1px solid #ffffff4f;
    font-size: 15px;
	font-family: myThirdFont;
    color: #ffffff;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}
.contct-form .contact-form-block .contact-form-one textarea {
    height: 90px;
    padding-top: 10px;
}
.contct-form .contact-form-block .contact-form-one button[type=submit] {
    cursor: pointer;
    outline: none;
    background-color: #f36d2d;
	border: 2px solid #f36d2d;
    color: #fff;
    font-size: 20px;
    font-family: mySecondFont;
	border-radius: 5px;
    padding: 12px 30px;
    margin-top: 20px;
	width: 250px;
}
.contct-form .contact-form-block .contact-form-one button[type=submit]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
}
.contct-form .contact-form-block .contact-form-one button[type=submit]:hover::before {
  width: 20px;
  margin-right: 15px;
}
.contct-form .contact-form-block .contact-form-one button[type=submit]:hover {
  outline: none;
  background: #f36d2d80;
  border: 2px solid #f36d2d;
  color: #ffffff;
}

.place-clr::placeholder {
  color: #ffffff;
}

.place-clr:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffffff;
}

.place-clr::-ms-input-placeholder { /* Microsoft Edge */
 color: #ffffff;
}
/*//form*/

.widget-content
{
	padding-left: 40px;
}
.widget-content .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
}
.widget-content .info-list1 li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  font-family: myThirdFont;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 50px;
  margin-bottom: 30px;
  text-align: justify;
}

.widget-content h3 {
    color: #000000;
    font-family: myFirstFont;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}

.widget-content .info-list1 li:last-child{
  margin-bottom: 0px;
}

.widget-content .info-list1 li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 30px;
}

.widget-content .info-list1 li i{
	color: #f36d2d;
}

.widget-content .info-list1 li a:hover{
  color: #f36d2d;
  text-decoration: none;
}

.widget-content .info-list1 li a:focus{
  text-decoration: none;
}

.widget-content a
{
  color: #ffffff;
  font-family: myThirdFont;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 36px;
}

.widget-content .info-list1 li:first-child i{
  top: 5px;
}
.widget-content h2
{
	font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-family: mySecondFont;
	margin-bottom: 20px;
}

/*//contact page*/

/*networks page*/
.networks
{
	padding-top: 80px;
	padding-bottom: 80px;
}
/*map*/

#map-canvas {
  width: 100%;
  max-width: 100%;
  /*height: 600px;*/
  margin: auto;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}

#map-canvas > div {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.city-list {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0;
  -moz-columns: 180px;
       columns: 180px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-rule: 1px dotted #ddd;
       column-rule: 1px dotted #ddd;
}
.city-list a {
  display: inline-block;
  width: 100%;
  margin: 1%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.05);
  font-family: myThirdFont;
  font-size: 15px;
  color: #000000;
}
.city-list a:hover {
  background: #ccc;
  color: #f15c16;
  text-decoration: none;
}
.gm-style-iw-c button:focus
{
	outline: none;
	border: none;
}
/*//map*/

/*collapse*/
.map-list .collapsible {
  background-color: #00234f;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-family: mySecondFont;
}

.map-list .active, .map-list .collapsible:hover {
  background-color: #00234fa8;
}

.map-list .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.map-list .active:after {
  content: "\2212";
}

.map-list .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
/*//collapse*/

/*//networks page*/

/*footer section*/
.footer-area {
  padding: 65px 0 0;
  background-color: #ffffff;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 73px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area {
    padding: 53px 0 0;
  }
}
.footer-area .footer-area-top {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-area-top {
    padding-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-area-top {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area .footer-area-top {
    padding-bottom: 20px;
  }
}
.footer-area .footer-area-top .footer-box {
  padding-bottom: 30px;
}
.footer-area .footer-area-top .footer-box img {
	/*margin-top: 45px;*/
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-top .footer-box {
    margin-bottom: 0px;
	padding-bottom: 0px;
  }
  .footer-area .footer-area-top .footer-box .info-list li:last-child {
    margin-bottom: 30px !important;
  }
}
.footer-area .footer-area-top .footer-box h3 {
  color: #000000;
  font-family: myFirstFont;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}
.footer-area .footer-area-top .footer-box h4 {
  color: #000000;
  font-family: myThirdFont;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-area .footer-area-top .footer-box h5 {
	color: #063e60;
    font-family: myFirstFont;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-top .footer-box h3 {
    margin-bottom: 15px;
  }
}
.footer-area .footer-area-top .footer-box p {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: justify;
  font-size: 14px;
  color: #000000;
  font-family: myThirdFont;
  line-height: 28px;
  padding-right: 50px;
}
.footer-area .footer-area-top .footer-box a {
  margin-bottom: 15px;
  font-size: 14px;
  color: #f26624;
  font-family: mySecondFont;
  letter-spacing: 0px;
}

/*.footer-area .footer-area-top .footer-box a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #18b5c4;
    margin-right: 0px;
    transition: all .4s ease;
}
.footer-area .footer-area-top .footer-box a:hover::before {
  width: 20px;
  margin-right: 15px;
}*/
.footer-area .footer-area-top .footer-box a:hover {
  text-decoration: none;
  color: #18b5c4 !important;
}
.footer-area .footer-area-top .footer-box .info-list {
  padding-top: 5px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .info-list li {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1.1;
  list-style: none;
}
.footer-area .footer-area-top .footer-box .info-list li a {
  color: #000000;
  font-family: myThirdFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li a:hover {
  color: #000000;
  font-family: myThirdFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-area-top .footer-box .tag-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .tag-list li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #727272;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li a {
  color: #333333;
  display: block;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover {
  border: 1px solid #111111;
  background: #111111;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .footer-social {
  margin-bottom: 24px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .footer-area-top .footer-box .footer-social li a {
  line-height: 32px;
  border-radius: 50%;
  height: 32px;
  display: block;
  text-align: center;
  background: #063e60;
  width: 32px;
}
.footer-area .footer-area-top .footer-box .footer-social li a:before {
  display: none;
}

.footer-area .footer-area-top .footer-box .footer-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  box-shadow: 0px 2px 0px 0px #f26624;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .newsletter-area h3 {
  margin-bottom: 15px;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group {
  border: 1px solid #111111 !important;
  border: none;
  padding: 0 !important;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: #000000;
  text-transform: uppercase;
  color: #000000;
  height: 34px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon {
  background: #000000 !important;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  background: #111111;
  padding: 10px 17px;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: transparent !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control::-webkit-input-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control::-webkit-input-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control::-moz-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control::-moz-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control:-moz-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control:-moz-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control:-ms-input-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control:-ms-input-placeholder {
  color: #000000;
}
.footer-area .footer-area-bottom {
  padding: 25px 0 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 13px;
  background: #00234f;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-area-bottom {
    text-align: center;
  }
}
.footer-area .footer-area-bottom p {
  color: #ffffff;
  font-family: myThirdFont;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: none;
}
.footer-area .footer-area-bottom p span {
  color: #15a0b3;
  font-family: myThirdFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a {
  color: #ffffff;
  font-family: myThirdFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a:hover {
  color: #15a0b3;
  font-family: myThirdFont;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-area-bottom .payment-method {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer-area .footer-area-bottom .payment-method li {
  display: inline-block;
}
.footer-area.dark-footer {
  background-color: #111111;
}
.footer-area.dark-footer .footer-box h3 {
  color: #000000;
}
.footer-area.dark-footer .footer-box p {
  color: #9c9c9c;
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-area.dark-footer .footer-box .info-list li a {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .info-list li a:hover {
  color: #000000;
}
.footer-area.dark-footer .footer-box .info-list li a:focus {
  text-decoration: none;
}
.footer-area.dark-footer .footer-box .tag-list li {
  background-color: transparent;
}
.footer-area.dark-footer .footer-box .tag-list li a {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .tag-list li:hover {
  border: 1px solid #000000;
  background: #000000;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area.dark-footer .footer-box .tag-list li:hover a {
  color: #212121;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area.dark-footer .footer-box .footer-social {
  margin-bottom: 24px;
  margin-top: 30px;
}
.footer-area.dark-footer .footer-box .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.footer-area.dark-footer .footer-box .footer-social li a {
  width: 32px;
  line-height: 32px;
  border-radius: 0;
  height: 32px;
  border: 1px solid #292f33;
  display: block;
  text-align: center;
  background: #15191c;
}
.footer-area.dark-footer .footer-box .footer-social li a i {
  color: #b5b5b5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area.dark-footer .footer-box .footer-social li a:hover {
  border: 1px solid #292f33;
}
.footer-area.dark-footer .footer-box .footer-social li a:hover i {
  color: #000000;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .form-control {
  background: #262626;
  color: #000000;
  height: 44px;
  border: none;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .input-group-addon button {
  background: #000000;
  padding: 15px 17px;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #212121;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control::-webkit-input-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control::-moz-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control::-moz-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control:-moz-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control:-moz-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control:-ms-input-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-area-bottom {
  border-top: 1px solid #464646;
  background: #000000;
}
.footer-area.dark-footer .footer-area-bottom p {
  color: #6f6f6f;
}
.footer-area.dark-footer .footer-area-bottom p a {
  color: #c4c4c4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area.dark-footer .footer-area-bottom p a:hover {
  color: #000000;
}

.footer-area-top .contact-widget .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
}
.footer-area-top .contact-widget .info-list1 li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: myThirdFont;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 25px;
}

.footer-area-top .contact-widget h3 {
    color: #000000;
    font-family: myFirstFont;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}

.footer-area-top .contact-widget .info-list1 li:last-child{
  margin-bottom: 0px;
}

.footer-area-top .contact-widget .info-list1 li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
}

.footer-area-top .contact-widget .info-list1 li i{
	color: #000000;
}

.footer-area-top .contact-widget .info-list1 li a:hover{
  color: #3e9cc0;
  text-decoration: none;
}

.footer-area-top .contact-widget .info-list1 li a:focus{
  text-decoration: none;
}

.footer-area-top .contact-widget a
{
  color: #000000;
  font-family: myThirdFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-area-top .contact-widget .info-list1 li:first-child i{
  top: 5px;
}
/*//footer section*/

@media only screen and (max-width: 991px) {
.container_img {
    box-shadow: 2px 2px 15px 0px rgb(85 85 85 / 50%);
    margin-bottom: 25px;
}
.contct-form .contact-form-block {
    padding: 30px 60px 10px 60px;
}
.hm-about-img
{
	margin-bottom: 30px;
}
.hm-services-slider
{
	margin-bottom: 30px;
}
.cnt-sp {
    padding-right: 15px;
}
}
@media (min-width: 320px) and (max-width: 580px) {
.phn-n {
    font-family: myFirstFont;
    font-size: 11px;
}
.hm-about-dtl {
    padding-left: 15px;
}
.section-title .bg-title {
    position: absolute;
    top: -20px;
    text-transform: capitalize;
    line-height: 1;
    font-size: 90px;
    color: #ffffff15;
    font-family: myThirdFont;
}
.section-title > span.line {
    color: #00c3f0;
    font-size: 20px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    display: inline-block;
}
.section-title.s-section-title > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 65px;
    height: 2px;
    position: absolute;
    background: #00c3f0;
    transform: translateY(-50%);
}
.section-title > span.line {
    padding-left: 88px;
}
.s-section-title1 > span.line {
    margin-bottom: 10px;
    padding-left: 88px;
    margin-top: 45px;
}

.section-title1 > span.line {
    color: #f44c18;
    font-size: 20px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    display: inline-block;
	padding-right: 10px;
}
.section-title1.s-section-title1 > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 56px;
    height: 2px;
    position: absolute;
    background: #f44c18;
    transform: translateY(-50%);
}
.section-title2 .bg-title {
    position: absolute;
    top: -20px;
    text-transform: capitalize;
    line-height: 1;
    font-size: 80px;
    color: #ffffff15;
    font-family: myThirdFont;
}
.section-title2 > span.line {
    padding-left: 80px;
}
.s-section-title2 > span.line {
    margin-bottom: 30px;
    padding-right: 80px;
    margin-top: 55px;
    margin-right: 10px;
}
.section-title2 > span.line {
    color: #00c3f0;
    font-size: 20px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    display: inline-block;
}
.section-title2.s-section-title2 > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    background: #00c3f0;
    transform: translateY(-50%);
}
.hm-services-slider .owl-carousel .owl-wrapper-outer {
    width: 100%;
}
.hm-company-overview-dtl {
    padding-right: 15px;
}
.about-us-section-title .bg-title {
    position: absolute;
    top: -20px;
    text-transform: capitalize;
    line-height: 1;
    font-size: 90px;
    color: #063e6015;
    font-family: myThirdFont;
}
.about-us-section-title > span.line {
    padding-left: 80px;
}
.about-us-s-section-title > span.line {
    margin-bottom: 60px;
    padding-right: 10px;
    margin-top: 70px;
}
.about-us-section-title > span.line {
    color: #00c3f0;
    font-size: 20px;
    font-family: mySecondFont;
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
    display: inline-block;
}
.about-us-section-title.about-us-s-section-title > span.line::before {
    left: 0;
    top: 50%;
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    background: #00c3f0;
    transform: translateY(-50%);
}
.about-us-dtl {
    padding-left: 15px;
}
.s-section-title > span.line {
    margin-bottom: 30px;
    padding-right: 10px;
    margin-top: 70px;
}
.services-dtls .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.services-dtl-cn .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.services-dtls {
    margin-top: 20px;
}
.contct-form .contact-form-block .contact-form-one button[type=submit] {
    cursor: pointer;
    outline: none;
    background-color: #f36d2d;
    border: 2px solid #f36d2d;
    color: #fff;
    font-size: 20px;
    font-family: mySecondFont;
    border-radius: 5px;
    padding: 12px 30px;
    margin-top: 20px;
    width: 100%;
}
}

@media (min-width: 320px) and (max-width: 355px)
{
.site-navbar-top .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: inline-block!important;
}
}


/* career page */
.career
{
	padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}
.content {
  margin: 0 auto;
  background-color: #f9f9f9;
  border-left: 8px solid #144073;
  box-shadow: 4px 4px 3px 0px rgb(43 59 93 / 40%);
  padding: 20px;
  margin-bottom: 15px;
}
.content h2 {
  font-family: mySecondFont;
  color: #000000;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 26px;
}
.content h3 {
  font-family: mySecondFont;
  color: #000000;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 26px;
}
.content h4 {
  font-family: mySecondFont;
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
}
.content p {
  margin-bottom: 10px;
  color: #000000;
  font-family: myForthFont;
  font-size: 15px;
  margin-top: 15px;
  line-height: 27px;
  text-align: justify;
}
#show-more, #show-less { 
  color: grey;
}
#show-more a, #show-less a{
  cursor: pointer;
  color: auto;
  font-family: mySecondFont;
  color: #000000;
  font-size: 14px;
}
#show-more a:hover, #show-less a:hover{
	text-decoration: none;
}
ul.icon_list {
    list-style: none;
}
ul.icon_list li {
    font-family: myThirdFont;
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    position: relative;
}

ul.icon-list li.check:before {
    content: "\f1d8";
}
ul.icon_list li.clock:before {
    content: "\f073";
}
ul.icon_list li:before {
    font-family: "fontawesome";
    position: absolute;
    top: 0;
    left: -2rem;
    font-size: 22px;
    color: #008cd1;
}
ul.icon_list li a
{
	font-family: myForthFont;
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
}
ul.icon_list li a:hover
{
	text-decoration: none;
}
.content button#submit {
    background: #144073;
    border: none;
    border-radius: 0px;
    color: #ffffff !important;
	font-family: myThirdFont;
	font-size: 18px;
    height: 40px;
    margin-top: 20px;
	margin-bottom: 20px;
}
ul.text-list {
    list-style: circle;
	list-style-position: outside;
	padding-left: 15px;
}
ul.text-list li{
	color: #000000;
    font-family: mythirdFont;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: justify;
}
#show-more1, #show-less1 { 
  color: grey;
}
#show-more1 a, #show-less1 a{
  cursor: pointer;
  color: auto;
  font-family: mySecondFont;
  color: #000000;
  font-size: 14px;
}
#show-more1 a:hover, #show-less1 a:hover{
	text-decoration: none;
}

#show-more2, #show-less2 { 
  color: grey;
}
#show-more2 a, #show-less2 a{
  cursor: pointer;
  color: auto;
  font-family: mySecondFont;
  color: #000000;
  font-size: 14px;
}
#show-more2 a:hover, #show-less2 a:hover{
	text-decoration: none;
}
/*//career*/
.read-more-content{
	display: none;
	padding-top: 22px;
}
.read-more{
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
  color: auto;
  font-family: mySecondFont;
  color: #000000;
  font-size: 14px;
}
.read-more:hover
{
	text-decoration: none;
}
.read-more:focus
{
	text-decoration: none;
	color: #000000;
}
.timeline-info {
	position: relative;
	background: #f3f1f1;
	padding: 24px 20px 18px;
	margin-bottom: 12px;
	border: 1px solid #f3f1f1;
	border-radius: 8px;
	margin-left: 54px;
}


/*job*/
.career-job
{
	padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/job-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.job-ttl h3
{
	font-size: 34px;
    font-weight: 500;
    color: #000000;
    font-family: mySecondFont !important;
    margin: 0;
    margin-bottom: 20px;
}
.job-ttl h2
{
	font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: myThirdFont !important;
    margin: 0;
    margin-bottom: 40px;
}
.job-frm
{
	/*margin-top:80px;*/
}
.job-ap
{
	background: #ffffff;
	margin: 20px auto;
    padding: 50px;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	max-width: 840px;
}
#job .form-control {
  border: none;
  color:#000000 !important;
  border-bottom: 1px solid #144073;
  font-family:MyFifthFont;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 35px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-family: MyThirdFont;
}

#job .form-control:focus {
  border-bottom-color: #000000;
}

#job input {
  height: 30px;
  color:#000000 ;
  font-family: MyThirdFont;
}
#job label {
  font-family:MyThirdFont;
  font-size:16px;
  color:#000000 !important;
  line-height: 26px;
}
#job button#submit {
  background: #144073;
  border: none;
  border-radius: 0px;
  color: #ffffff !important;
  height: 35px;
  margin-top: 24px;
  font-family: MyThirdFont;
}

#job button#submit:hover {
  background: #144073;
  color: #ffffff !important;
}
.cv-file
{
	font-family: MyForthFont;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#job input[type="file"]:focus{
    outline: none;
	border: none;
}
.succ-msg
{
	padding-bottom: 30px;
}
.succ-msg p
{
	font-family: mySecondFont;
    color: #4BB543;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
}
/*//job*/