@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/*=========Body Color & Text Style============*/
/*=========Background Color============*/
/*=========Text Color============*/
/*=========Font Family============*/
/*=========Grid Options============*/
/*=================Body Styles=================*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
  background-color: #fff;
  font-family: Roboto, sans-serif; }

::selection {
  background: #207e96 !important !important;
  /* Safari */
  color: #fff;
  background-color: #207e96 !important; }

::-moz-selection {
  background: #207e96 !important !important;
  /* Firefox */
  color: #fff;
  background-color: #207e96 !important; }

::-webkit-selection {
  background: #207e96 !important !important;
  /* Crome */
  color: #fff;
  background-color: #207e96 !important; }

strong, b {
  font-weight: 400; }

input,
button,
select,
textarea, label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 200ms ease-in; }

a {
  color: #fff;
  transition: all 200ms ease-in; }
  a:hover {
    color: #207e96 !important;
    text-decoration: none; }
  a:focus {
    color: #207e96 !important;
    text-decoration: none; }

i {
  font-family: "Playfair Display", serif; }

img:focus {
  border: 0px;
  outline: 0px; }

/*=================Container=================
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*=================Headings=================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: .5rem;
  line-height: 1.5;
  color: #232323; }

h1 {
  font-size: 2.5rem;
  font-weight: 700; }

h2 {
  font-size: 2rem;
  font-weight: 600; }

h3 {
  font-size: 1.75rem;
  font-weight: 700; }

h4 {
  font-size: 1.5rem;
  font-weight: 700; }

h5 {
  font-size: 1.25rem;
  font-weight: 500; }

h6 {
  font-size: 1rem;
  font-weight: 500; }

/*=================Font Weight=================*/
.font-weight-light {
  font-weight: 200; }

/*=================Letter Space=================*/
.l-space-1 {
  letter-spacing: 1px; }

.l-space-2 {
  letter-spacing: 2px; }

.l-space-3 {
  letter-spacing: 3px; }

/*=================Buttons=================*/
.btn {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  border: 3px solid #fff; }
  .btn:focus {
    box-shadow: 0 0 0 0px; }

.btn-white {
  border-color: #fff;
  background: #fff;
  color: #232323; }
  .btn-white:hover {
    border: 3px solid #fff;
    color: #207e96 !important; }

.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff; }
  .btn-outline-white:hover {
    border-color: #fff;
    background: #fff;
    color: #207e96 !important; }
  .btn-outline-white:focus {
    color: #fff !important;
    background: transparent; }

.btn-lg {
  padding: 0rem 3.4375rem;
  line-height: 3.375rem;
  font-size: 1.275rem;
  font-weight: 700;
  letter-spacing: 1px; }

.btn-theme {
  border-color: #207e96 !important;
  background: #207e96 !important;
  color: #fff; }
  .btn-theme:hover {
    background: transparent !important;
    border: 3px solid #207e96 !important; }

.btn-outline-theme {
  border-color: #207e96 !important;
  background: transparent;
  color: #207e96 !important; }
  .btn-outline-theme:hover {
    border-color: #207e96 !important;
    background: #207e96 !important;
    color: #fff !important; }
  .btn-outline-theme:focus {
    color: #fff;
    background: transparent; }

/*=================Border Radius================*/
.rounded50 {
  border-radius: 50px; }

/*=================Border================*/
.border-top {
  border-top: 1px solid; }

.border-bottom {
  border-bottom: 1px solid; }

.border-right {
  border-right: 1px solid; }

.border-left {
  border-left: 1px solid; }

.border-x {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.border-y {
  border-left: 1px solid;
  border-right: 1px solid; }

/*================= Padding / Margin ================*/
.mb-6 {
  margin-bottom: 4.5rem; }

/*================= Navbar ================*/
.navbar {
  padding: 1.25rem 1rem; }

.dark-header .navbar,
.transparent-header .navbar {
  background: #000000;
  position: absolute;
  z-index: 999;
  width: 100%; }

@media (max-width:992px) {
body { padding-top:136px }
.hero-slider { height:auto !important; }
}
@media (min-width: 992px) {

  .transparent-header .navbar {
    /*background: rgba(0, 0, 0, 0);*/
	background:#000;
    position: absolute;
    z-index: 999;
    width: 100%; } }

.light-header .navbar {
  background: white;
  position: absolute;
  z-index: 999;
  width: 100%; }

.navbar-sticky {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  top: 0; }

.navbar.navbar-sticky.sticky-active {
  position: fixed  !important;
  background-color: #000000;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: fadeInDown 0.5s ease-out forwards;
  animation: fadeInDown 0.5s ease-out forwards; }

.navbar-brand img {
  display: block; }

.light-header .navbar.navbar-sticky.sticky-active {
  background-color: #fff; }

.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.light-header .navbar.sticky-active .navbar-nav .nav-link,
.light-header .navbar .navbar-nav .nav-link {
  color: #000; }

.transparent-header .navbar.sticky-active .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-brand-dark {
  display: none; }

.navbar .navbar-nav .active > .nav-link {
  color: #fff;
  background: transparent; }
.navbar .navbar-nav .nav-link.active {
  color: #fff;
  background: transparent; }

.light-header .navbar.sticky-active .navbar-nav .nav-link.active,
.light-header .navbar.sticky-active .navbar-nav .nav-link:active,
.light-header .navbar.sticky-active .navbar-nav .nav-link:focus,
.light-header .navbar.sticky-active .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link.active,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link:active,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link:focus,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link:hover {
  color: #fff !important;
  background: transparent; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: none; }

.navbar-toggler {
  width: 28px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #207e96 !important;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .navbar-toggler span:nth-child(1) {
      top: 3px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .navbar-toggler span:nth-child(2) {
      top: 11px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .navbar-toggler span:nth-child(3) {
      top: 19px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }

.navbar-toggler.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }
.navbar-toggler.open span:nth-child(2) {
  width: 0;
  opacity: 0; }
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px; }

.navbar-nav .dropdown-menu {
  float: none;
  padding: 0;
  margin: 0;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  background: #000;
  margin-left: 0; }

.dropdown-item {
  padding: .5rem 1.5rem;
  color: #fff;
  border: 0;
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 100px; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  color: #207e96 !important;
  background: transparent; }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
.navbar-expand-lg.navbar .nav-link {
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

.light-header .navbar {
  background-color: #fff; }

.nav-link {
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100px; }

/*=============Hero Slider============*/
.hero-slider {
  position: relative;
  height: 100vh; }

@media (max-width: 1022px) {
  .display-1 {
    font-size: 10vw !important;
    font-weight: 700;
    line-height: 1.1; } }
/*======================Bg Overlay==================*/
.overlay-dark::after {
  background: rgba(17, 17, 17, 0.5); }

.bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-text {
  z-index: 1; }

/*=============Spacing=============*/
section {
  padding: 145px 0px 90px 0px; }
section#footer {
  padding: 25px 0; }

/*=============Background Colors=============*/
.bg-primary {
  background: #207e96 !important; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000000; }

.bg-gray {
  background: #333333; }

.bg-dark {
  background: #070707 !important; }

.bg-orange {
  background: #faa431; }

.bg-trans-black {
  background: rgba(0, 0, 0, 0.9); }

.bg-trans-white {
  background: rgba(255, 255, 255, 0.9); }

/*=============Text Colors=============*/
.white {
  color: #fff; }

.primary {
  color: #207e96 !important; }

.yellow {
  color: #f9ed32; }

.lighter-gray {
  color: #eeeeee; }

.light-gray {
  color: #8e8e8e; }

.text-dark {
  color: #232323 !important; }

.primary-light {
  color: #b799ec; }

/*============= About Image=============*/
@media (min-width: 800px) {
  .about-img img {
    position: relative;
    webkit-transform: translate(40px, 40px);
    -ms-transform: translate(40px, 40px);
    -o-transform: translate(40px, 40px);
    transform: translate(40px, 40px); 
	border-radius:2em;}
	

  .about-img::before {
    content: "";
    width: 94.5%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #207e96 !important;
	border-radius:2em;
    webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    -o-transform: translate(15px, 0px);
    transform: translate(15px, 0px); } }
/*=============Heading Styles=============*/
.heading-v1:after {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
  margin-top: 1.07143rem;
  width: 5rem;
  border-top-width: 1px; }
.heading-v1:before {
  width: 5rem;
  border-top-width: 1px; }

/*=============Border Color=============*/
.brd-primary {
  border-color: #207e96 !important; }

.brd-white {
  border-color: #fff; }

.border-gray {
  border-color: #f8f8f8; }

/*============= Slick slider custom css =============*/
@media (max-width: 600px) {
  .slick-prev, .slick-next {
    display: none !important; } }
/*============= ul li styles =============*/
.list-style-1 li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 25px; }

.list-style-1 li:before {
  content: "\2714\0020";
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 10px; }

/*============= Portfolio =============*/
/*----Tab Dark skin button-----*/
.button {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  color: #6f6f6f;
  cursor: pointer;
  outline: 0px; }
  .button:hover {
    background-color: #fff;
    color: #232323; }

.button:active, .button.is-checked {
  background-color: #fff; }

.button.is-checked {
  color: #232323;
  outline: 0px; }

/*---- End ----*/
/*----Tab theme skin button-----*/
.theme-button {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px 5px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  color: #6f6f6f;
  cursor: pointer;
  outline: 0px; }
  .theme-button:hover {
    background-color: #207e96 !important;
    color: #fff; }

.theme-button:active, .theme-button.is-checked {
  background-color: #207e96 !important; }

.theme-button.is-checked {
  color: #fff;
  outline: 0px; }

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

.portfolio-item .overlay h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 50px, 0); }

.portfolio-item .overlay p {
  text-transform: none;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 60px, 0); }

.portfolio-item:hover h3, .portfolio-item:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.portfolio-item .content {
  vertical-align: bottom;
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px; }

.portfolio-item .content .block {
  text-align: left;
  vertical-align: bottom;
  display: table-cell; }

/*============= Lightbox Gallery =============*/
.portfolio-item img {
  cursor: pointer; }

.gallery-image {
  position: relative; }

.portfolio-item .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  background: rgba(103, 58, 183, 0.7);
  width: 100%;
  height: 100%;
  transition: .3s ease;
  opacity: 0; }

.gallery-item:hover .overlay {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s; }

.text i {
  color: white;
  font-size: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

/*============= Contact =============*/
/*---- Dark Skin ---*/
#contact-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  background-color: transparent;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #232323;
  color: #8e8e8e; }

#contact-form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
  background-color: transparent;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #232323;
  color: #8e8e8e; }

#contact-form input, textarea:hover, #contact-form input, textarea:focus {
  outline: none; }

/*---- Light Skin ---*/
#contact-form-light input {
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  background-color: transparent;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ededed;
  color: #8e8e8e; }

#contact-form-light textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
  background-color: transparent;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ededed;
  color: #8e8e8e; }

#contact-form-light input, textarea:hover, #contact-form input, textarea:focus {
  outline: none; }

/*============= Return to Top =============*/
#return-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #faa431;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 20px 0px;
  display: none;
  -webkit-transition: all 0.50s linear;
  -moz-transition: all 0.50s ease;
  -ms-transition: all 0.50s ease;
  -o-transition: all 0.50s ease;
  transition: all 0.50s ease;
  -webkit-box-shadow: 5px 5px 22px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 22px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 22px -4px rgba(0, 0, 0, 0.75); }
  #return-to-top:hover {
    border-radius: 0px 20px; }

#return-to-top i {
  color: #fff;
  margin: 0;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*============= Footer =============*/
#footer .social-links a {
  color: #fff;
  padding-left: 20px; }
  #footer .social-links a:hover {
    color: #fff !important; }

#clients .slick-active {
  outline: none;
  cursor: pointer; }

@media (max-width: 799px) {
	#about .mb-6 { margin-bottom:1.5rem !important; }
	#myPic { max-width: 320px !important; }
}
@media (max-width: 599px) {
	#reducePad { padding:3rem 6.25% !important; }
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-left:6.25% !important; padding-right:6.25% !important; }
}

/*# sourceMappingURL=styles.css.map */
