@font-face {
    font-family: 'Product Sans';
    src:  url('../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Product Sans';
}

main {
    overflow: hidden;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wow {
    visibility: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.loader {
	width: 100%;
	height: 100%;
    position: fixed;
	overflow: hidden;
	z-index: 99999;
    background: #fff;
    
}

.loader .loader-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

}


.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 20px 30px;
    border-top:3px solid #5344bc;
}


.home-slider .swiper-slide {
    height: 100vh;
    min-height: 650px;
}

.home-slider .swiper-slide img.bg {
    visibility: hidden;
}

.home-banner {
    height: 100vh;
    min-height: 650px;
    position: relative;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-text sub {
    padding-top: 20px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    color: #5344bc;
    line-height: 1.3;
    margin: 15px 0 0;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #818181;
}
a:hover {
    color: #5344bc;
    text-decoration: none;
}
.gray-bg{
    
    background: #fcfcfd;
}

.blk-color {
    color: #000000;
}
.blue-color{
    color: #5ac5c3;
}

.bg-blue{
   background: #2f2353; 
    
}
.position-relative{
    position: relative !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #5941a0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #5941a0;
    border-bottom:3px solid #fdb713;
}

.navbar-fixed {
  top: 0;
  z-index: 1040;
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 48px -20px rgba(0,58,120,.64);
    -moz-box-shadow: 0 2px 48px -20px rgba(0,58,120,.64);
    box-shadow: 0 2px 48px -20px rgba(0,58,120,.64);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-light .navbar-toggler {
    color: #5344bc;
    border-color: #fdb713;
    padding: 6px 10px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu-icon.png);
    background-size: auto;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0;
}

.navbar-light .nav-link:before, .nav-link:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0px;
  margin-top: -0.5px;
  background: #fdb713;
}

.navbar-light .nav-link:after {
  right: 2.5px;
  background: #fdb713;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-light .nav-link:hover:before {
  background: #fdb713;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-light .nav-link:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.hscroll-line {
    bottom: 30px;
    height: 3px;
    top: 44px;
    margin-left: 15px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}


.hscroll-line::before,
.hscroll-line::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ""
}

.hscroll-line:before {
	background: #ffffff;
}

.hscroll-line::after {
	background: #fdb713;
	animation: move 3s infinite
}

.navbar-light .navbar-nav .nav-item {
    position: relative;
    margin-left: .8rem;
    margin-right: .8rem;
}

.nav-service{
    max-width: 70px;
}

.read-more {
  color: #2f2353;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
    margin-top: 10px;
  position: relative;
  border-bottom: 4px solid #fdb713;
}

.read-more:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #5344bc;
  z-index: 999;
  bottom: -4px;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.read-more:hover:after { 
  color: #5344bc;
  width: 100%; 
  left: 0; 
}


.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
    -webkit-transform: :translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


.who-are-we {
    padding-top: 90px;
    padding-bottom: 45px;
}
h2 {
    font-size: 32px;
    font-weight: bold;
    color: #5344bc;
    position: relative;
    margin-bottom: 40px;    
}
h2:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #fdb713;
    position: absolute;
    bottom: -15px;
}

h2.center-line::before {
    left: calc(50% - 30px);
}

h3.sub-head {
    color: #00bab7;
    font-size: 23px;
}

.what-we-do{
    padding: 45px 0;
}

.what-we-do .left-col .rotate {
    position: absolute;
    top: 60px;
    left: 60px;
    animation-name: rotate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.services-page .right-col .rotate {
    position: absolute;
    top: 60px;
    left: 60px;
    animation-name: rotate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.career-page .right-col .rotate {
    position: absolute;
    top: 60px;
    left: 60px;
    animation-name: rotate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}

.what-we-do .left-col .bounce {
    position: absolute;
    right: 60px;
    top: 140px;
  animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.error-page .right-col .bounce {
    position: absolute;
    right: 230px;
    top: 15px;
  animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
}



.career-page .right-col .zoomin {
    position: absolute;
    bottom: 60px;
    left: 140px;
    animation: circleScale 3s infinite;
   animation-delay: 1.1s;
}

@keyframes circleScale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.8);
  }
}


h4  {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.oi-expertise {
    padding-top: 45px;
    padding-bottom: 90px;
}
.exp-logos {
    padding: 20px 30px;
}


.exp-logos img {
    opacity: .5;
    cursor: pointer;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.exp-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}



.agile-team {
    padding: 90px 0;
}

.agile-team-blk {
    background: #fff;
    padding: 35px;
    margin: 15px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px 2px #e0e0e0; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 13px 2px #e0e0e0;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 13px 2px #e0e0e0;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.blue-border{
    border-top: 8px solid #3ce2de;
}

.yellow-border{
    border-top: 8px solid #fdbb20;
}
.pink-border{
    border-top: 8px solid #ff2199;
}

.agile-team:after {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
}
.z-ind{
    z-index: 999;
}
.testimonial{
    
    padding: 45px 0 90px;
}
.testmo-blk .media{
    margin-top: 40px
}

.testmo-blk .media h5{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    color:#281560;
}
.testmo-blk .media i{
    font-size: 14px;
    color:#818181;
    line-height: 18px;
}


.hospitality{
    padding-top: 150px;
    padding-bottom: 45px;
}

.inhead {
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.hotel-img{
    position: absolute;
    top: 0px;
    right: -150px;
    width: 750px;
    
}

.travel {
    padding-top: 45px;
    padding-bottom: 45px;
}


.travel-img{
    position: absolute;
    top: 0px;
    left: -140px;
    width: 750px;
    
}
.internet {
    padding-top: 45px;
    padding-bottom: 120px;
}

.hotel-page .inside-content, .travel-page .inside-content {
    margin-bottom: 30px;
}
.hotel-page{
    padding-top: 150px;
    padding-bottom: 130px;
}
.numbrs {
    font-size: 102px;
    font-weight: bold;
    line-height: 82px;
    margin-right: 30px;
    color: #fff;
}
.numbrs.numbr-1{
    text-shadow:
   -1px -1px 0 #5344bc,  
    1px -1px 0 #5344bc,
    -1px 1px 0 #5344bc,
     1px 1px 0 #5344bc;
    
}
.numbrs.numbr-2{
    text-shadow:
   -1px -1px 0 #53e5e2,  
    1px -1px 0 #53e5e2,
    -1px 1px 0 #53e5e2,
     1px 1px 0 #53e5e2;
    
}
.numbrs.numbr-3{
    text-shadow:
   -1px -1px 0 #ffb711,  
    1px -1px 0 #ffb711,
    -1px 1px 0 #ffb711,
     1px 1px 0 #ffb711;
    
}
.numbrs.numbr-4{
    text-shadow:
   -1px -1px 0 #ff2199,  
    1px -1px 0 #ff2199,
    -1px 1px 0 #ff2199,
     1px 1px 0 #ff2199;
    
}

.hotel-sub{
    padding-top: 45px;
    padding-bottom: 45px;
}

.hotel-sub .media-body p {
    color: #999999;
    line-height: 28px;
}

.hotel-sub .media {
    margin-top: 10px;
    margin-bottom: 10px;
}

.travel-page{
    padding-top: 150px;
    padding-bottom: 20px;
}
.internet-page {
    padding-top: 150px;
    padding-bottom: 280px;
}
.services-page {
    padding-top: 150px;
    padding-bottom: 90px;
}
.serv-blk p {
    font-size: 14px;
    color: #818181;
}
.serv-blk {
    padding-top: 45px;
    padding-bottom: 90px;
}

.serv-blk .agile-team-blk {
    text-align: center;
}


.img-scale-eft {
    overflow: hidden;
}
.img-scale-eft img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-scale-eft img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.pdf-text {
    margin: 35px 25px;
}

.pdf-blk {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 2px #e0e0e0; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 13px 2px #e0e0e0;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 13px 2px #e0e0e0;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.resources-page {
    padding-top: 200px;
    padding-bottom: 180px;
    background: url(../images/resources-bg.png);
    background-repeat: no-repeat;
    background-position: 180px 130px;
}
.pdf-blk.my-mb {
    margin-top: 100px;
}
button.pdf-btn.btn:hover {
    color: #fff !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.resources-page .right-col {
    padding-left: 120px;
}
.reso-content {
    margin-bottom: 50px;
}

.reso-content h4 {
    color: #5d5d5d;
}
.pdf-btn {
    opacity: 0;
    position: absolute;
    z-index: 999;
    background: #5344bc;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    top: 50%;
    left: 50%;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
}

.featured-videos {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pdf-img:hover .pdf-btn{
    opacity: 1;
}

.pdf-btn span{
   font-size: 16px; 
    letter-spacing: 3px;
    font-weight: normal;
    
}
.youtube-iframe iframe {
    width: 100%;
    height: 202x;
}
.youtube-text {
    margin: 15px 0;
}
.youtube-text h4 {
    height: 52px;
    width: 100%;
    margin-bottom: 0;
}

.cont-form .form-control {
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #9791a9;
    border-radius: 0;
    font-size: 14px;
    color: #999999;
    box-shadow: none !important;
}

.btn-submit {
    background: #3ce2de;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.btn-submit:hover {
    background: #2dcbc7;
    color: #fff;
}
.g-map {
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
    height: 0;
    margin-top: 0;
}

.g-map #map {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.adres {
    position: absolute;
    left: 15%;
    right: 30px;
    top: 50%;
    margin-top: -140px;
}

.adres ul li a {
    color: #5d5d5d;
}

.adres ul li a:hover {
    color: #5344bc;
}
.opening-no {
    color: #5344bc;
    font-size: 16px;
    margin-bottom: 3px;
}
.career-page, .error-page {
    padding-top: 150px;
    padding-bottom: 90px;
}

.job-opening {
    padding-top: 90px;
    padding-bottom: 90px;
}

.job-opening .media-body p {
    color: #999999;
    line-height: 28px;
}

.job-opening .media {
    margin-top: 15px;
    margin-bottom: 15px;
}

.terms-privacy-page{
   padding-top: 150px;
   padding-bottom: 90px; 
}


.terms-privacy-page .left-col a, .terms-blk a {
    color: #ff2199;
}

.terms-privacy-page .left-col a:hover, .terms-blk a:hover {
    color: #5344bc;
}

.terms-blk {
    padding-top: 90px;
    padding-bottom: 90px;
}

.terms-blk ul li {
    color: #818181;
    padding: 8px 0 8px 22px;
}

.terms-blk ul li::before {
    width: 7px;
    height: 7px;
    content: '';
    background: #fdb713;
    position: absolute;
    top: 15px;
    left: 0;
}

.job-opening .formDiv .form-group .form-control {
    background-color: transparent;
    color: #495057;
    background-clip: unset;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
    box-shadow: none;
}

.job-opening .formDiv label {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.job-opening .formDiv {
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
}

.job-opening .formDiv .form-group {
    margin-bottom: 42px;
    width: 490px;
    max-width: 49%;
    z-index: auto;
}

.job-opening .modal-body, .job-opening .modal-header {
 padding: 1.5rem;     
}

.file-select {
    display: block;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    bottom: 7px;
}

.file-select .file-select-button {
    display: inline-block;
    height: auto;
    cursor: pointer;
    padding-left: 25px;
}

.file-select .file-select-button i {
    color: #5344bc;
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 15px;
}

.file-select .file-select-name {
    display: inline-block;
    padding: 15px 5px 5px;
    font-size: 14px;
    color: #6d7580;
}

.file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
} 

.formBtn {
    width: 100%;
    text-align: right;
}
.career-submit {
    background: #3ce2de;
    width: 118px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
        width: 100%;
}
  .custom-select-wrapper select {
    display: none;
  }
  .job-custom-select {
    position: relative;
    display: inline-block;
  }

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #495057;
    line-height: 19px;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    border-bottom: 1px solid #c9c9c9;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    border-bottom: 2px solid #6d7580;
    border-right: 2px solid #6d7580;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

  .job-custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
  }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .job-custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }

.option-hover:before {
      background: #f9f9f9;
    }

.custom-option {
    position: relative;
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }

.career-page .left-col a {
    font-weight: bold;
    color: #ff2199;
    font-size: 18px;
    padding-top: 10px;
    display: block;
}

.career-page .left-col a:hover {
    color: #5344bc;
    
}

/*----------------footer--------------------------*/


.newslttr {
    background-size: cover;
    background-image: url(../images/nl-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
}
.newslttr h2{
    color: #fff;
}
.newslttr p{
    color: #fff;
}
.newslttr .form-control {
    border: 2px solid #ffffff;
    background: transparent;
    padding: 30px;
    color: #fff;
    box-shadow: none;
}
.btn.news-btn {
    font-size: 25px;
    color: #fff;
    border: 2px solid #fff;
    border-left: 0;
    padding: 10px 18px;
}

.newslttr input::placeholder {
    color: #fff !important;
}

.foot-blk {
    padding-top: 75px;
    padding-bottom:40px;
}

.foot-blk .f-logo {
    margin-bottom: 40px;
}

.foot-head {
    font-size: 18px;
    color: #f4b11c;
    margin-bottom: 20px;
}

.foot-text li a {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-left: 20px;
}

.foot-text li a:before {
    content: '';
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 15px;
    margin-top: 16px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot-text li a:hover::before {
    background: #f4b11c;
    width: 14px;
}

.adrs-box .media-body, .adrs-box .media-body a {
    color: #fff;
    font-size: 14px;
}

.adrs-box .media-body a:hover {
    color: #f4b11c;
}

.copyright p {
    font-size: 14px;
    color: #605878;
}
.foot-social li {
    display: inline-block;
}

.foot-social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
    color: #f4b11c;
}

.foot-social li a:hover {
    color: #fff;
}

.cr-blue-bg {
    background: #2b1f4c;
}

footer .copyright {
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #525252;
    overflow: hidden;
}

.copyright a {
    color: #8c82a9;
}
.copyright a:hover {
    color: #aa9fca;
}

/*form validation style*/
label.error {display: none !important;}
.form-control.error {border-bottom: 1px solid #ff5959 !important;}
#newsletters .form-control.error {border: 1px solid #ff5959 !important;}
#newsletters .form-control.error + label.error + .input-group-append .news-btn {border: 1px solid #ff5959 !important;}
#virtualcredit .form-control.error {border: 1px solid #ff5959 !important;}


.sec-style-1 {
    padding: 50px;
    background-color: #f2f2f2;
    width: calc(100% - 200px);
    margin: 0 auto;
    border-radius: 10px;
}
.sec-style-1 p {
    font-size: 25px;
    line-height: normal;
    color: #645aa7;
    font-weight: 700;
}
.sec-style-1 .cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 500px;
    margin: 0 auto;
}
.sec-style-1 .cell input {
    flex: 1;
    border: 0;
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sec-style-1 .cell button {
    width: 150px;
    height: 45px;
    border: 0;
    background: #5ac5c3;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.sec-style-1 .cell button:hover {
    background: #e23e97;
}
.sec-style-1 span {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 600;
    margin: 30px 0 0 0;
    display: block;
}
.sec-style-1 span a:hover {
    text-decoration: underline;
}
label.color1 {
    color: #e23e97;
    margin: 0;
}
.alert span {
	margin-top: 0;
}
.navbar-light .nav-item ul li {
    display: none;
    min-width: 194px;
}
.navbar-light .nav-item ul li a {
    cursor: pointer;
}
.navbar-light .nav-item:hover ul li {
    display: block;
}
#navbarNav {
    position: absolute;
    top: 10px;
    right: 0px;
}
.text-box label{
    padding-left: 30px;
    color:#6c757d;
    font-size: 14px;
    font-weight: 700;
}
.text-box input{
    height:46.8px;
    border-radius:5px;
    border: 1px solid lightgray;
}
.text-box input:focus{
    border: 1px solid black;
}
.download-head{
    text-align: left;
    padding: 0 30px;
    font-weight:700;
     font-size:22px;
}
.close.close-icon{
    padding-right: 15px;
}
.submit-button{
    margin-left: 30px;
    width: 134px;
    height: 43px;
    border-radius: 5px;
    border: 0;
    background-color: blue;
    color:#fff;
    font-size: 15px;
    font-weight: 700;
    transition-duration: 0.5s;
}
.submit-button:hover{
    background-color: #f8b42b;
    transition-duration: 0.5s;
}