﻿body { 
  /* font-family: 'normalFont', sans-serif;  */
  overflow: hidden;
  position: relative;
}
@font-face {
    font-family: boldFont;
    src: url('../fonts/Helvetica\ Bold.ttf');
}

@font-face {
    font-family: normalFont;
    src: url('../fonts/Helvetica.ttf');
}
/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin-reverse .6s linear infinite;
          animation: spin-reverse .6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.p-50 { padding: 50px 0; }
.myBefore {
  position: relative;
  color: #fa395c;
  padding: 10px;
  border-left: 6px solid #074791;
  font-family: 'boldFont';
  text-transform: uppercase;
}
img { max-width: 100%; }
.container-fluid { padding: 0; }
.container-fluid .row { margin: 0; }
.container-fluid .col-md-6 { padding: 0; }
.container-fluid .col-md-6:first-child { padding-right: 60px; }
h4 {
  color: #074791;
  /* font-weight: bold; */
  font-family: 'boldFont';
}
p {
  font-size: 18px;
  /* font-weight: 600; */
  color: #5b5b5b;
  /* text-align: justify; */
  font-family: 'normalFont'
}

header { box-shadow: 0 10px 20px #FFF; background: #FFF; }
.navbar-light .navbar-brand img { width: 250px; }
.navbar-light .navbar-nav .nav-item { margin-right: 5px; }
.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{
  background: #fa395c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #FFF;
}
.navbar-light .navbar-nav .nav-link {
  color: #074791;
  font-weight: bold;
  padding: .3rem 1rem;
  display: inline-block;
}
.navbar-light .navbar-nav .nav-link:hover {
  background: #fa395c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #FFF;
}
.navbar-light .navbar-nav .nav-link:focus { color: #074791; }

#myBtn {
  display: none;
  border: none;
  width: 40px;
  height: 40px;
  background: #fa395c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #FFF;
}


/* Start Section with id 1 */
.background {
  background-image: url('../images/Layer_2.png');
  background-size: cover;
  height: 600px;
  position: relative;
}
.background .overlay {
  /* width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, .5) */
}
.background .caption {
  position: absolute;
  background: rgba(5, 48, 89, .9);
  bottom: 30px;
  right: 15%;
  padding: 20px 30px;
  border-radius: 30px 0 30px 0;
  -webkit-border-radius: 30px 0 30px 0;
  -moz-border-radius: 30px 0 30px 0;
  -ms-border-radius: 30px 0 30px 0;
  -o-border-radius: 30px 0 30px 0;
  color: #FFF;
  text-align: center;
}
.background .caption span { 
  display: block;
  margin-bottom: 15px; 
  font-weight: 500;
}
.background .caption a {
  background: #fa395c;
  color: #FFF;
  border-radius: 10px;;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 30px;
}
/* End Section with id 1 */

/* Start Section with id 2 */
.about_us p, .services p {
  padding: 15px 0;
}
/* End Section with id 2 */

/* Start Section with id 3 */
.services {
  background: #f9f9f9
}
/* End Section with id 3 */

/* Start works section */
.works .caption1 {
  padding: 0 0 0 80px;
}
.works .caption2 { padding: 30px 80px 0 0; }
.works .caption3 { padding: 30px 0 0 80px;; }
.works img { width: 100%; height: 300px; }
/* End works section */


/* Start Section with id 4*/
.contact_us {
  background: #f9f9f9;
}
.contact_us .icon { 
  position: relative;
  padding-left: 50px;
  margin: 20px 0;
}
.contact_us .icon p { 
  margin-bottom: 5px;
  font-size: 15px;
  color: #666666;
}
.contact_us .icon a { color: #5b5b5b; }
.contact_us .icon img { 
  position: absolute;
  /* color: #fa395c; */
  left: 0;
  top: 0px;
  font-size: 30px; 
  height: 35px;
  width: 35px;
}
.contact_us .icon:nth-child(2) i { 
  top: 5px;
  left: 8px;  
}
.contact_us .icon:nth-child(4) { margin-top: 25px; }
.contact_us #map-canvas {
  height: 300px;
  width: 100%;
}
/* End Section with id 4 */

.copy_right {
  background: #062549;
  padding: 30px 0;
  color: #FFF;
}
.contact_us .myBefore { margin-bottom: 40px; }
.copy_right p { font-weight: normal; }
.copy_right p, .copy_right a { color: #FFF; font-size: 15px; margin: 0; }
.copy_right a { color: #fa395c; }
.copy_right .author {
  float: right;
}










/* Responsive Design */
/* @media(max-width: 768px) {
  
} */
@media(max-width: 768px) {
  .container-fluid .col-md-6 { padding: 0 15px; }
  .container-fluid .col-md-6:first-child { padding: 0 15px; }
  .works .caption1, .works .caption2, .works .caption3 { padding: 10px 0; }
  .container-fluid .row { 
    /* margin-bottom: 30px;  */
  }
  .copy_right .author { float: none; }
  .copy_right p, .copy_right .author { text-align: center; float: none !important; }
  .about_us p, .services p { padding: 0; }
  .works .show { display: block !important; }
  .works .hide { display: none !important; }
  .navbar-light .navbar-nav .nav-item { margin-bottom: 8px; }
}

@media (min-width: 470px) and (max-width: 600px){
  .background .caption { right: 5%; }
}
@media (max-width: 470px){
  .background .caption { right: 1%; }
.navbar-light .navbar-brand img { width: 180px; }
.contact_us .icon img {
    top: -3px;
    height: 28px;
    width: 25px;
}
}
@media(max-width: 992px){
  /* .fixed-top: */
}