#main {
  background: radial-gradient(ellipse at bottom, #242466 0%, #1f303c 100%) fixed;
  overflow-x: hidden;
}

#otherPage {
  transform-origin: 0;
  /*background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);*/
  background: radial-gradient(ellipse at bottom, #242466 0%, #1f303c 100%) fixed;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */


/********** Cover page css *****************/

.logoTitle {
  font-family: 'Exo 2', sans-serif;
  font-size: 2rem;
}

.logoTitle b {
  font-weight: 800;
}


/*
 * Globals
 */


/* Links */

a,
a:focus,
a:hover {
  color: #fff;
}


/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  font-family: 'Nunito', sans-serif;
}
#otherPage body{
  text-shadow: 0px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
  display: table;
  padding-top: 5vh;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  text-align: center;
}

#otherPage .site-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  height: 10%;
  top: 0;
  position: fixed;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}


/* Padding for spacing */

.inner {
  padding: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .inner {
    padding: 0px;
  }
  .header_introduction {
    padding-top: 50px;
  }
}


/*
 * Header
 */

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav>li {
  display: inline-block;
}

.masthead-nav>li+li {
  margin-left: 20px;
}

.masthead-nav>li>a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #00aeef;
  /* IE8 proofing */
  color: rgba(0, 174, 239, .75);
  border-bottom: 2px solid transparent;
}

.masthead-nav>li>a:hover,
.masthead-nav>li>a:focus {
  background-color: transparent;
  border-bottom-color: #00aeef;
  border-bottom-color: rgba(0, 174, 239, .25);
}

.masthead-nav>.active>a,
.masthead-nav>.active>a:hover,
.masthead-nav>.active>a:focus {
  color: #00aeef;
  border-bottom-color: #00aeef;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 20px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
  background: radial-gradient(ellipse at bottom, #cf202e 0%, #ff0100 100%);
}


/*
 * Footer
 */

.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, .5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 90%;
  }
}

.header_introduction img {
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  padding-bottom: 70px;
}

.header_introduction .title {
  margin-right: auto;
  margin-left: auto;
}

.header_introduction .explore {
  padding-top: 5vh;
}

.cover-heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
}


/********** Search Style *************/

.search-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.search-wrapper.active {}

.search-wrapper .input-holder {
  overflow: hidden;
  height: 70px;
  border-radius: 6px;
  position: relative;
  width: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
  border-radius: 50px;
  width: 450px;
  background: rgba(31, 48, 60, 0.7);
  -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 50px;
  padding: 0px 70px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF;
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 6px;
  background: #0985bf;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
  -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
  transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: '';
}

.search-wrapper .input-holder .search-icon span::before {
  width: 4px;
  height: 15px;
  left: 20px;
  top: 40px;
  border-radius: 2px;
  background: #f5f5f5;
}

.search-wrapper .input-holder .search-icon span::after {
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  border-radius: 35px;
  border: 4px solid #f5f5f5;
}

.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.search-wrapper.active .close {
  right: -50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
  position: absolute;
  content: '';
  background: #0985bf;
  border-radius: 2px;
}

.search-wrapper .close::before {
  width: 5px;
  height: 25px;
  left: 10px;
  top: 0px;
}

.search-wrapper .close::after {
  width: 25px;
  height: 5px;
  left: 0px;
  top: 10px;
}

.search-wrapper .result-container {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0px;
  text-align: center;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 14px;
  display: none;
}

@media screen and (max-width: 560px) {
  .search-wrapper.active .input-holder {
    width: 200px;
  }
}

.loading {
  position: fixed;
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background: rgba(26, 30, 35, 1) url(https://trungk18.github.io/img/preloader.gif) no-repeat center;
  /* Image getting from I Am X template */
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5rem;
  font-weight: 700;
}


/* Custom Button Styles */

.btn-dark {
  border-radius: 5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
  border-radius: 0;
  color: #333;
  background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}


/* Custom Horizontal Rule */

hr.small {
  max-width: 100px;
}


/* About */

.about {
  padding: 50px 0;
  text-shadow: none;
  color: black;
  background-color: white;
}


/* Services */

.services {
  padding: 50px 0;
  background-color: #1f303c;
}

.service-item {
  margin-bottom: 30px;
}


/* Callout */

.callout {
  display: table;
  width: 100%;
  height: 400px;
  color: #fff;
  background: url(../img/callout.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

.img-portfolio {
  margin: 0 auto;
}

.img-portfolio:hover {
  opacity: 0.8;
}


/* Call to Action */

.call-to-action {
  padding: 50px 0;
  background-color: #242466;
}

.call-to-action .btn {
  margin: 10px;
}


/* Map */

.map {
  height: 500px;
}

#top {
  padding: 15% 0px;
}

@media(max-width:768px) {
  .map {
    height: 75%;
  }
  #top {
    padding-top: 55%;
  }
  .text-vertical-center h1 {
    font-size: 2em;
  }
}

.map iframe {
  pointer-events: none;
}


/* Footer */


/* Footer */

footer {
  padding: 100px 0;
  /*background: radial-gradient(ellipse at bottom,  #53f 15%, #05d5ff 70%, #a6ffcb 94%);*/
  background: radial-gradient(ellipse at bottom, #242466 0%, #1f303c 100%);
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.outline {
  position: relative;
  background: transparent;
  color: whitesmoke;
  font-size: 14px;
  border-color: #FFDD00;
  border-style: solid;
  border-width: 2px;
  border-radius: 22px;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.2s linear;
  text-shadow: none;
}

.outline a {
  text-decoration: none;
}

.outline:hover {
  color: black;
  background: #FFDD00;
  border-color: #FFDD00;
  transition: all 0.2s linear;
}

.outline:active {
  border-radius: 22px;
}

.white-blue {
  font-weight: 700;
  color: #00aeef;
  border-color: white;
  background: white;
}

.white-blue:hover {
  color: white;
  background: #00aeef;
  border-color: white;
}

.blue-white {
  font-weight: 700;
  color: whitesmoke;
  border-color: #00aeef;
  background: transparent;
}

.blue-white:hover {
  color: white;
  background: #00aeef;
  border-color: #00aeef;
}

.purple-white {
  font-weight: 700;
  color: whitesmoke;
  border-color: #664e96;
  background: transparent;
}

.purple-white:hover {
  color: white;
  background: #664e96;
  border-color: #664e96;
}

.white-green {
  font-weight: 700;
  color: #7dc21e;
  border-color: white;
  background: white;
}

.white-green:hover {
  color: white;
  background: #7dc21e;
  border-color: white;
}

.unveiled-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}

.nav>li>a {
  margin-top: 15px;
}


/* ==========================================================================
Intro
========================================================================== */

.intro {
  background: #f3f5f8;
  padding: 50px 0;
  color:black;
}

.intro p {
  margin: 50px 0 0;
}

/* ==========================================================================
Portfolio
========================================================================== */

.effects {
  padding-left: 15px;
}

.effects .img {
  position: relative;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.effects .img:nth-child(n) {
  margin-right: 5px;
}

.effects .img:first-child {
  margin-left: -15px;
}

.effects .img:last-child {
  margin-right: 0;
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(100, 194, 158, 0.8);
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}

.overlay-effect .img i {
  font-size: 30px;
}

.overlay-effect .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.overlay-effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 47%;
  margin: 0 auto -30px auto;
}

.overlay-effect .img.hover .overlay {
  height: 100%;
  opacity: 1;
}

.img img {
  width: -webkit-calc(100% + 40px) !important;
  width: calc(100% + 40px) !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
}

.img:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
}

.designs {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
}


/************ partners details *****************/

#partnersDetails {
  text-align: left;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
  color: black;
}

.content-section-a a {
  color: #00aeef;
}

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.content-section-a .section-heading-spacer {
  border-top: 3px solid #00aeef;
}


/* ==========================================================================
Team
========================================================================== */

.team img {
  margin-bottom: 40px;
}

ul.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.social-buttons li {
  display: inline-block;
  margin-right: 10px;
}

ul.social-buttons li:last-child {
  margin-right: 0;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0985bf;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
}

.social-btn:hover,
.social-btn:focus {
  background: #3dc9b3;
  color: #fff;
}

.social {
  margin-top: 25px
}

/* =Contact
-------------------------------------------------------------- */
.contact-map {
    position: relative;
    height: 450px;
}
.inner-map {
    position: absolute;
    z-index: 1;
    padding: 25px;
    top: -410px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 370px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
    color:black;
}
.inner-map .inner-map-content {
    display: table-cell;
    vertical-align: middle;
}
.inner-map .inner-map-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'azedobold', sans-serif;
}
.inner-map .inner-map-content hr {
    float: none;
}
.inner-map .inner-map-content p {
    text-align: center;
    font-size: 18px;
}
.contact-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.contact-info {
    font-size: 24px;
    clear: both;
    margin-bottom: 25px;
    float: left;
    text-align: left;
}

#map{
    width: 100%;
    height: 600px;
}

.icon-info {
    float: left;
    line-height: 45px;
}
.title-info {
    font-weight: 500;
}
.title-info,
.description-info {
    font-size: 14px;
    display: block;
    padding-left: 30px;
    letter-spacing: 1px;
}
.description-info {
    font-weight: 100;
}
.contact-form {} .contact-form input[type="submit"] {
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2pt;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}
input {
    outline: 0;
}
textarea {
    outline: 0;
    width: 100%;
    height: 125px;
    padding-top: 7px;
    resize: none;
}
input[type="text"],
textarea {
    border: 2px solid #00aeef;
    color:black;
    padding-left: 10px;  
}
input[type="text"]:focus,
textarea:focus {
    border: 2px solid #0985bf;
}
input[type="text"] {
    height: 50px;
    width: 100%;
}
.margin-top {
    margin-top: 100px;
}
#team{
  padding: 50px 0;
}
.at-top{
  background-color:rgba(9, 133, 191, 0.00);
}
.list-group-item {
  background-color: #00aeef;
  border: 1px solid #0985bf;
  color:#ffffff;
}
