@font-face {
  font-family:'Raleway-Bold';
  src: url('../fonts/Raleway-Bold_gdi.eot');
  src: url('../fonts/Raleway-Bold_gdi.woff') format('woff'),
    url('../fonts/Raleway-Bold_gdi.ttf') format('truetype'),
    url('../fonts/Raleway-Bold_gdi.svg#Raleway-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family:'Raleway-Medium';
  src: url('../fonts/Raleway-Medium_gdi.eot');
  src: url('../fonts/Raleway-Medium_gdi.woff') format('woff'),
    url('../fonts/Raleway-Medium_gdi.ttf') format('truetype'),
    url('../fonts/Raleway-Medium_gdi.svg#Raleway-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family:'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold_gdi.eot');
  src: url('../fonts/Raleway-SemiBold_gdi.woff') format('woff'),
    url('../fonts/Raleway-SemiBold_gdi.ttf') format('truetype'),
    url('../fonts/Raleway-SemiBold_gdi.svg#Raleway-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family:'Lora-Bold';
  src: url('../fonts/Lora-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family:'Lora-BoldItalic';
  src: url('../fonts/Lora-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family:'Lora-Regular';
  src: url('../fonts/Lora-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family:'Lora-Italic';
  src: url('../fonts/Lora-Italic.ttf');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}



body
{
  background-color: #fff;
  font-family:'Aileron';
}

/* Font face starts 

Light : font-family:'Aileron Light';
Regular : font-family:'Aileron';
SemiBold : font-family:'Aileron SemiBold';
Bold : font-family:'Aileron Bold';

 Font face ends */

.font-bold
{
  font-family:'Raleway-Bold';
  font-weight: 700;
}
.font-semi
{
  font-family:'Raleway-SemiBold';
  font-weight: 600;
}
.font-lora-bold
{
  font-family:'Lora-Bold';
  font-weight: 700;
}
.font-lora-reg
{
  font-family:'Lora-Regular';
  font-weight: 400;
}
.font-lora-italic, .contact-form .form-control
{
  font-family:'Lora-Italic';
  font-weight: 400;
}

.align-center
{
  text-align: center;
}
.align-left
{
  text-align: left;
}
.align-right
{
  text-align: right;
}

h1
{
  font-size: 29px;
}
h4
{
  font-size: 19px;
}
h5
{
  font-size: 17px;
}
h6
{
  font-size: 14px;
  line-height: 24px;
}
.btn-default
{
  font-size: 15px;
}
p, .contact-form .form-control, .terms-div ul li
{
  font-size: 13px;
}

p, .terms-div ul li
{
  line-height: 24px;
}
.job-list ul li a, .navbar-default .navbar-nav > li
{
  font-size: 12px;
}

.clr-grey1
{
  color: #cccccc;
}
.clr-grey2
{
  color: #aaaaaa;
}
.clr-blk
{
  color: #000000;
}
.clr-blk2
{
  color: #222222;
}
.clr-blk3
{
  color: #333333;
}
.clr-white, .job-list ul li a
{
  color: #fff;
}
.clr-gold, .job-list ul li a:hover
{
  color: #d5aa6d;
}

header, .header-fixed, .navbar-brand, .header-fixed .navbar-brand, .navbar-nav, .header-fixed .navbar-nav, .navbar-default, .header-fixed .navbar-default, .navbar-brand .logo, .header-fixed .navbar-brand .logo, .top-contact p, .top-contact p span, .navbar-default .navbar-nav > li > a, .header-fixed .top-contact p, .header-fixed .top-contact p span, .header-fixed .navbar-default .navbar-nav > li > a, .navbar-default .navbar-toggle, .header-fixed .navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .header-fixed .navbar-default .navbar-collapse
{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header starts */
  header
  {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
   /*  transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease; */
  }
  .header-fixed
  {
    position: fixed;
    background-color: #fff;
    /* transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease; */
    box-shadow: #ccc 1px 0px 7px 1px;
    -webkit-box-shadow: #ccc 1px 0px 7px 1px;
  }
  .navbar-default
  {
    background-color: transparent;
    border: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .header-fixed .navbar-default
  {
    margin-bottom: 2px;
    margin-top: 13px;
  }
  .navbar-brand
  {
    padding: 0 15px;
    margin-top: -35px;
  }
  .header-fixed .navbar-brand
  {
    margin-top: 0px;
  }
  .navbar-brand .logo
  {
    width: 60px;
    height: 67px;
    display: block;
    background: url('../images/logo.png') no-repeat;
    background-size: 60px 67px;
  }
  .header-fixed .navbar-brand .logo
  {
    width: 40px;
    height: 45px;
    background-size: 40px 45px;
  }
  .navbar-nav
  {
    float: right;
  }
  .header-fixed .navbar-nav
  {
    margin-top: 12px;
  }
  .navbar-default .navbar-nav > li
  {
    text-transform: uppercase;
    border-right: 1px solid #cccccc;
  }
  .navbar-default .navbar-nav > li > a
  {
    background-color: transparent;
    color: #333;
    outline: 0;
    padding: 0px 15px;
  }
  .navbar-default .navbar-nav > li:last-child
  {
    border-right: 0;
  }
  .navbar-default .navbar-nav > li:last-child > a
  {
    padding-right: 15px;
  }
  .top-contact
  {
    float: right;
  }
  .header-fixed .top-contact
  {
    display: none;
  }
  .top-contact p
  {
    color: #000;
    border-right: 1px solid #cccccc;
    display: inline-block;
    padding: 0 15px;
  }
  .top-contact p + p
  {
    border-right: 0px;
  }
  .top-contact p span
  {
    color: #333;
  }
  .header-fixed .top-contact p
  {
    color: #333;
  }
  .header-fixed .top-contact p span, .header-fixed .navbar-default .navbar-nav > li > a
  {
    color: #000;
  }
  .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active:hover, .navbar-default .navbar-nav > li > a.active:focus
  {
    background-color: transparent;
    color: #d5aa6d;
  }
  

  

/* Header ends */

/* Footer starts */



/* Footer ends */

/* Home page starts */

.video-bg
{
  position: relative;
  width: 100%;
  height: 100%;
}
.video-bg:after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255,255,255,0.4);
  z-index: 1;
}
.mobile-banner
{
  display: none;
}
#wrapper
{
  width: 100%;
}
#tubular-container
{
  position: absolute !important;
}

.sub-page
{
  padding: 25px 0;
}
.title-head
{
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}
.title-underline
{
  width: 45px;
  height: 5px;
  background-color: #d5aa6d;
  border-radius: 6px;
  margin: 0 auto;
}
.title-desp
{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 45px;
}

.resp-vtabs ul.resp-tabs-list
{
  width: 20%;
}
.resp-vtabs .resp-tabs-container
{
  width: 78%;
  border: 1px solid #e5e4e4;
  border-style: none none none solid;
}
.resp-vtabs .resp-tab-content
{
  padding: 0 15px;
}
.resp-vtabs li.resp-tab-active
{
  border: 1px solid #e5e4e4;
  border-right: none;
}
.resp-vtabs .resp-tab-content p
{
  line-height: 24px;
  margin-bottom: 20px;
}

.service-section1
{
  position: relative;
  width: 100%;
  min-height: 455px;
  background-color: #333;
  overflow: hidden;
}
.ser-bg-left
{
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  height: 100%;
}
.ser-bg-right
{
  right: 0;
  top: 0;
  position: absolute;
  float: right;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #333;
}
/* .service-section1:before
{
  content: '';
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  height: 100%;
  background-image: url('../images/service-bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} */
/* .service-section1:after
{
  content: '';
  right: 0;
  top: 0;
  position: absolute;
  float: right;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #333;
} */
.service-section1 .service-text
{
  padding-left: 15px;
  margin-top: 30px;
}

.service-section1 .title-head
{
  text-align: left;
}
.service-section1 .title-underline
{
  margin-left: 0;
}
.service-section1 .title-desp
{
  text-align: left;
  width: 95%;
  margin-left: 0;
}
.service-section1 .title-desp h6
{
  margin-bottom: 15px;
  line-height: 26px;
}

.service-section2
{
  padding-top: 30px;
}
.service-section2 h4
{
  margin-bottom: 30px;
}
.service-section2 ul
{
  margin-left: 5%;
}
.service-section2 ul li
{
  width: 30%;
  float: left;
  line-height: 24px;
  padding: 5px 0;
}

.inner-page
{
  width: 100%;
  height: auto;
  
  position: relative;
  margin-bottom: 120px;
}
.client-section .title-head
{
  margin-top: 40px;
}
.client-slide
{

}
.client-carousel
{
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #f4f4f4;
  top: 85px;
  margin-top: -75px;
}
.client-carousel .owl-pagination
{
  display: none !important;
}
.owl-theme .owl-controls .owl-buttons div
{
  background: none;
  opacity: 0.8;
  width: 60px;
}
.client-carousel .owl-item
{
  border: 0.5px solid #e5e4e4;
  border-style: none solid;
}
.client-carousel .client-img
{
  width: 80%;
  margin-left: 10%;
}
.client-carousel .owl-wrapper-outer
{
  margin-top: 35px;
  margin-bottom: 45px;
}
.client-carousel .owl-controls
{

}


#current-opening
{
  width: 100%;
  
  position: relative;
}
.opening-section
{
  margin-bottom: 80px;
}
.opening-section nav
{
  display: block;
  text-align: -webkit-center;
  margin-top: 20px;
}
.opening-section .pagination > li > a, .opening-section .pagination > li > span
{
  background-color: #D5AA6D;
  color: #fff;
  border-color: #c28f48;
}
.opening-section .pagination > li.active > a, .opening-section .pagination > li.active > span
{
  background-color: #c28f48;
}
.job-list
{

}
.job-list ul
{
  width: 100%;
}
.job-list ul li
{
  text-transform: uppercase;
  width: 33%;
  text-align: center;
  float: left;
  border: 1px solid #333333;
  display: block;
  text-align: -webkit-center;
}
.job-list ul li a
{
  color: #fff;
  text-align: center;
  height: 90px;
  letter-spacing: 1px;
  width: 100%;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
.job-list ul li a:hover
{
  
}
.slick-prev, .slick-next
{
  display: none !important;
}
.job-list ul.slick-dots
{
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  bottom: -80px;
}
.job-list ul.slick-dots li
{
  display: inline-block;
  width: 40px;
  height: 30px;
  margin: 0;
  border: 0;
  float: none;
}
.job-list ul.slick-dots li a
{
  background-color: #D5AA6D;
  color: #fff;
  position: relative;
  float: left;
  padding: 6px 12px;
  height: 30px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #c28f48;
}
.job-list ul.slick-dots li a:hover, .job-list ul.slick-dots li.slick-active a
{
  background-color: #c28f48;
  color: #fff;
  border-color: #c28f48;
  z-index: 2;
}
.job-list ul.slick-dots li:first-child a
{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.job-list ul.slick-dots li:last-child a
{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}


#post-resume
{
  width: 100%;
  position: relative;
}
.resume-section1
{
  position: relative;
}
.resume-section2
{
  position: relative;
  width: 100%;
  min-height: 430px;
  background-color: #333;
  overflow: hidden;
}
.res-bg-left
{
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  height: 100%;
  
}
.res-bg-right
{
  right: 0;
  top: 0;
  position: absolute;
  float: right;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #333;
}
/* .resume-section2:before
{
  content: '';
  
}
.resume-section2:after
{
  content: '';
  
} */

.resume-section2 .title-head
{
  text-align: left;
  margin-top: 110px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.btn-default
{
  background-color: #d5aa6d;
  font-family:'Raleway-SemiBold';
  font-weight: 600;
  color: #fff;
  border: 0px;
  padding: 10px 30px;
  border-radius: 25px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active:hover
{
  background-color: #c89854;
  color: #fff;
}
.resume-section2 .btn-default
{
  margin-left: 30px;
}


#contact
{
  padding-top: 0;
}
#contact .title-desp
{
  margin-bottom: 50px;
}
.contact-section1
{

}
.contact-section2
{
  width: 100%;
  height: 455px;
}
.left-side
{
  width: 50%;
  height: 100%;
  float: left;
}
.left-side .map
{
  width: 100%;
  height: 100%;
}
.left-side .map iframe
{
  width: 100%;
  height: 100%;
}
.right-side
{
  width: 50%;
  height: 100%;
  float: left;
  background-color: #fbfbfb;
}
.right-side .contact-form
{
  width: 570px;
  float: left;
  padding: 0 15px;
  margin-top: 20px;
  margin-left: 20px;
}
.right-side .contact-form h6
{
  margin-bottom: 20px;
}
.contact-form .form-control
{
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  height: 40px;
  width: 90%;
}
.contact-form textarea.form-control
{
  height: 85px;
}

.contact-section3
{
  padding-top: 40px;
  padding-bottom: 25px;
}
.add-contact
{
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
}
.add-contact:after
{
  content: '';
  position: absolute;
  width: 1px;
  height: 140px;
  background-color: #dddddd;
  top: 0;
  left: 0;
}
.add-contact h5
{
  font-size: 16px;
  line-height: 22px;
}
.add-contact h6
{

}

footer
{
  background-color: #333;
  padding: 15px 0 10px 0;
  position: relative;
}
.copyright
{

}
.copyright p
{
  margin-top: 10px;
}
.social-icons
{
  float: right;
}
.social-icons ul
{
  margin-bottom: 0;
}
.social-icons ul li
{
  float: left;
  width: 36px;
  height: 36px;
  margin-left: 15px;
}
.social-icons ul li a
{
  display: block;
  width: 36px;
  height: 36px;
  background: url('../images/social-1.png') no-repeat;
  /* background-size: 180px 72px; */
}
.social-icons ul li .fb-i
{
  background-position: 0 0;
}
.social-icons ul li .li-i
{
  background-position: -188px 0;
}
.social-icons ul li .in-i
{
  background-position: -47px 0;
}
.social-icons ul li .tw-i
{
  background-position: -94px 0;
}
.social-icons ul li .gp-i
{
  background-position: -141px 0;
}
.social-icons ul li:hover .fb-i
{
  background-position: 0 -40px;
}
.social-icons ul li:hover .li-i
{
  background-position: -188px -39px;
}
.social-icons ul li:hover .in-i
{
  background-position: -47px -40px;
}
.social-icons ul li:hover .tw-i
{
  background-position: -94px -40px;
}
.social-icons ul li:hover .gp-i
{
  background-position: -141px -40px;
}
.scroll-top-icon
{
  position: fixed;
  opacity: 0;
  background: #333;
  bottom: 42px;
  right: 3%;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.scroll-top-icon.shown
{
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.scroll-top-icon span
{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  padding: 6px 8px;
  font-size: 18px;
}

/* Modal Starts */

.modal-title
{
  text-align: center;
  text-transform: uppercase;
  color: #D5AA6D;
}
.modal-content
{
  border-radius: 0;
  padding: 6px;
}
.resume-pop .modal-header
{
  background-color: #333;
}
.resume-pop .modal-header .close
{
  position: absolute;
  right: -10px;
  top: -10px;
  /* border: 1px solid #000; */
  /* background: #fff; */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
}
.resume-pop .modal-header .close span
{
  padding: 0px 8px;
}

.resume-pop .modal-body
{
  background-color: #f8f8f8;
}

.resume-form
{
  width: 90%;
  margin-left: 5%;
}
.resume-pop .form-control
{
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  font-size: 14px;
  font-family: 'Lora-Italic';
}
.resume-pop .form-control.multi-select
{
  height: 110px;
}
.resume-pop input[type="file"]
{
  display: inline-block;
}
.resume-pop .checkbox input[type="checkbox"]
{
  margin-left: 0;
}
.resume-pop .checkbox label
{
  padding-left: 30px;
  font-size: 12px;
}
.modal-content .btn-default
{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.modal-header, .modal-footer
{
  border: 0;
}

.job-pop, .terms-pop, .resume-pop
{
  padding: 0 !important;
}
.job-pop .modal-lg
{
  width: 100%;
}
.job-pop .modal-dialog
{
  margin: 0 auto;
}

.job-description
{
  width: 80%;
  margin-left: 10%;
}
.job-description .basic-needs
{
  border: 1px solid #ccc;
  border-style: solid none;
  padding: 15px 10px;
}
.basic-needs h6
{
  text-align: left;
}
.job-text
{
  margin-top: 30px;
}
.job-content
{
  margin-bottom: 20px;
}
.job-description .job-content li
{
  color: #333333;
  padding: 5px 0;
}
.job-pop .modal-title
{
  margin-top: 10px;
}
.job-pop .modal-footer
{
  padding-bottom: 30px;
}
.job-pop, .resume-pop
{
  overflow-y: auto !important;
}
.default-open
{
  overflow: hidden !important;
}
.terms-pop
{
  overflow: hidden !important;
}
.terms-pop .modal-dialog
{
  height: 100%;
}
.terms-pop .modal-dialog .modal-content
{
  height: 90%;
  overflow: auto;
}
.terms-div
{
  padding: 10px;
}
.terms-div ul
{
  padding-left: 15px;
}
.terms-div ul li
{

}

/* .job-pop button.close
{
  position: fixed;
  top: 15px;
  right: 25px;
} */

/* Modal Ends */

/* Home page ends */

