
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
body, html {
  background: #fff;
  color: #003773;
  background: #f1efef;
    font-family: 'PT Serif', serif;
  overflow-x: hidden;
}

a {
  color: #0062cc;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
 color: #0063d0;
    outline: none;
    text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100!important;
    color: #4e4e4e!important;
    text-decoration: none;
}
button:focus {
   outline: none;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
position: fixed;
    display: none;
    background: linear-gradient(45deg, #0f4279, #013063);
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0062cc;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
padding: 6px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
       padding: 0;
    margin: 0;
    width: 210px;
    transition: .5s;
}
.menu-active{border-bottom: 2px solid white;
}

#header.header-fixed {
background: linear-gradient(45deg, #000000, #033c7b);
    padding: 0px 0;
    height: 72px;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/



#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
      float: right;
    margin: 0;
    padding: 24px 0;
}

/* Nav Meu Styling */

.nav-menu a {
padding: 0 17px 0 17px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    font-size: 19px;
    outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #00356f;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
     position: relative;
    border-bottom: 1px solid #949494;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    padding: 13px 16px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 86, 148, 0.6);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 40px;

  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
     background: linear-gradient(0deg, #003977 0%, #003977 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 60px 0;
  overflow: hidden;
  background:white;
}


#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
line-height: 26px;
    margin-bottom: 10px;
    font-size: 18px;
}
#about h6{
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
        font-style: italic;
	}
#about h6 span{
	    font-style: italic;
	}
#about .content p:last-child {
  margin-bottom: 0;
}
#about h4{
	    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 19px;
	}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/

#features {
     background: white;
  padding: 60px 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/

#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/

#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/

#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/


#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
      background: white;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    min-height: 51px;
    background: #eff5f5;
}

#contact .form button[type="submit"] {
     background: linear-gradient(45deg, #003873, #003063);
    border: 0;
    border-radius: 41px;
    padding: 12px 49px;
    color: #fff;
    font-size: 18px;
	transition:.5s;
}
#contact .form button:hover{
	background: linear-gradient(45deg, #000000, #000102);
	transition:.5s;
}
#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
      background: #001934;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #333;
    font-size: 14px;
}
.copyright{
	color: white;
    font-size: 16px;
	}
#footer .credits {
    font-size: 14px;
    color: #888;
}
 .footer-links{
	 margin-top:15px;}
#footer .footer-links a {
 color: #d3cbcb;
    padding-left: 15px;
    font-size: 15px;
    text-transform: uppercase;
}
#footer_copyright p {
    margin: 0;
    font-size: 16px;
    color: white;
}
#footer_copyright {
	background: black;
    padding: 10px 0;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color:white;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {

}
@media only screen and (max-width: 767px) {
    .container_image:after {
    width: 218px;
    height: 218px;
    margin: 0 auto;
}

 #header #logo img {
     max-height: 130px;
    width: auto;
}
.owl-nav{display:none;}
#testimonials .owl-dots{display:none;}
.banner_text {
    top: 36%!important;
    left: 0px!important;

}
.photo_fix{
    height: 680px;
    object-fit: cover;
    object-position: 29%;
}

.testimonial_box:after{
display:none;
}
.banner_text h3 {
    font-size: 30px!important;
}
}

  
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }



  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }



  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}
#header.header-fixed img{
	    /* background: #000000; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s;
		}
		
#intro .carousel-item img{
	height: 680px;
    object-fit: cover;
        object-position: center 64%;
}
#intro .owl-prev{
	position: absolute;
    left: 0;
    top: 46%;
    color: white;
    background: #03036dde;
    height: 50px;
    width: 39px;
    font-size: 25px;
}
#intro .owl-next{
	position: absolute;
    right: 0;
    top: 46%;
    color: white;
    background: #03036dde;
    height: 50px;
    width: 39px;
    font-size: 25px;
}

#intro .owl-dots{    position: absolute;
    top: 97%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	}
#intro .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00448e;
    border: 2px solid whiite;
    padding: 5px;
    border: 2px solid white;
}
#intro .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fbfbfb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.banner_text{
	position: absolute;
    top: 40%;
    left: 56px;
    text-align: left;
    color: white;
	}
	.banner_text h3{
	      font-size: 55px;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
	text-shadow: 0px 0px 4px black;
	}
	.banner_text h6{
	font-size: 19px;
	text-shadow: 0px 0px 4px black;
	}
	#who_we_are{
	
		background-size:cover;
		background-position:center 5%;
		    padding: 60px 0;
		}
	#who_we_are p{
		    font-size: 18px;
   
		}
#services_all .nav-link {
    display: block;
    padding: .5rem 1rem;
    padding: 14px 12px;
    font-size: 18px;
    border-radius: 0px!important;
	color: #636363;
	border: 1px solid #e4e4e4;
    margin-top: -1px;
}
#services_all .nav-pills .nav-link.active:after, #services_all .nav-pills .show>.nav-link {
    content: '\f0da';
    position: absolute;
    font-family: FontAwesome;
    color: #013169;
    margin-top: -18px;
    right: 4px;
    z-index: 2;
    font-size: 40px;
}
#services_all .tab-content li{    font-size: 18px;}
#services_all .nav-pills .nav-link.active, #services_all .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #012954;
}


		#inner_header{
		    background: url(../img/slider/slide1.jpg);
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
			}
			#inner_header h1{
				color: white;
    text-align: right;
	margin:0;
	}
	#services_all{
		padding:60px 0;
		}
	   #inner_header li{
    color: white;
    margin: 0 11px 0 0;
    font-size: 15px;
			
	   }
	    #inner_header li a{
		    color: white;
			
	   }
	   
		.section-title2:after{
		content: '';
    position: absolute;
    background: #000073;
    width: 56px;
    height: 2px;
    left: 18px;
    top: 43px;

			}
.services_box {
    height: 235px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 10px;
}
.services_box:before {
   content: '';
    top: 7px;
    bottom: 7px;
    right: 7px;
    left: 7px;
    border: 1px solid white;
    position: absolute;
    border-radius: 10px;
    
}
.instagram_box img{
	border-radius: 10px;
}
.flip-card {
    background-color: transparent;
    height: 205px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card-front {
    background-color: #bbb;
    color: black;
    z-index: 2;
    height: 235px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.services_effect {
    height: 235px;
    background-position: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.services1 {
    background-size: cover;
}
.overlay {
    content: '';
       background: #08080896;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.services_box h4 a{
        position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: "Bookman Old Style";
}
.flip-card-back {
    background-color: #093d78;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    height: 235px;
    /* top: 14%; */
    padding: 18px 0 0 2px;
    /* left: 5px; */
    /* right: 0; */
}

.flip-card-back {
    z-index: 2;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-card-back li {
    text-align: left;
    font-weight: 300;
}
.flip-card-back a {
    display: block;
    color: white;
    position: absolute;
    right: 14px;
    bottom: 8px;
}
.services1:hover, .services2:hover, .services3:hover, .services4:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#testimonials{  
    padding: 60px 0;
    background: linear-gradient(rgb(1, 12, 24),rgb(3, 58, 120)),url(../img/what_we_do2.jpg);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
	
}
.testimonial_box img {
      width: 130px!important;
    border-radius: 50%;
    height: 130px;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0px 0px 6px grey;
    text-align: center;
    margin: 10px auto;
}
.testimonial_box {
    text-align: center;
    margin: 0 auto;
font-size: 18px;
}
.testimonial_box h4 {
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
	color:white;
}
.owl-prev span, .owl-next span{
	color:white;
	}

#testimonials .item {
    text-align: center;
    margin: 0 auto;
}


#testimonials_slider .owl-prev{
	    position: absolute;
    left: 0;
    top: 46%;
    /* color: white; */
    /* background: #0101a1a3; */
    height: 50px;
    width: 39px;
    font-size: 67px;
}
#testimonials_slider .owl-next{
	    position: absolute;
    right: 0;
    top: 46%;
    /* color: white; */
    /* background: #0101a1a3; */
    height: 50px;
    width: 39px;
    font-size: 67px;
}
#testimonials_slider .owl-dots{    position: absolute;
    top: 97%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	}
#testimonials_slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00448e;
    border: 2px solid whiite;
    padding: 5px;
    border: 2px solid white;
}
#testimonials_slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fbfbfb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#instagram{
	background:white;
	padding:60px 0px;
	}
	#gallery{
	padding:60px 0px;
	  overflow: hidden;
	}
	#contact{
	
	padding:60px 0px;
		}
		.service_single{
			    padding: 90px 0;
    border-radius: 50px;
			}
	.service_single h2{
		font-weight: 600;
    font-size: 28px;
	}
		.service_single ul{
		      font-size: 22px;
    font-weight: 600;
	}
	.service_single li{
		    font-size: 19px;
    font-weight: 100;
    line-height: 32px;
	}
	.service_single h1{
		font-size: 22px;
		    font-style: italic;
	}
	.service_single h3{
		font-size: 24px;
    margin-bottom: 7px;
    font-weight: 600;
	}
	.service_single p{
		font-weight: 600;
    font-size: 21px;
	}
	    .services_11{background:url(../images/DESTINATION_HOTEL_VENUE_SELECTION.jpg);background-size:cover;background-position: center;}
		.services_22{background:url(../images/DECOR_STYLE_DESIGNING.jpg);background-size:cover;background-position: center;}
		.services_33{background:url(../images/CATERING.jpg);background-size:cover;background-position: center;}
		.services_44{background:url(../images/INVITATION.jpg);background-size:cover;background-position: center;}
		.services_55{background:url(../images/HOSPITALITY_SERVICES_GUEST_MANAGEMENT.jpg);background-size:cover;background-position: center;}
		.services_66{background:url(../images/ENTERTAINMENT.jpg);background-size:cover;background-position: center;}
		.services_77{background:url(../images/cmn_service.jpg);background-size:cover;background-position: center;}
		.services_88{background:url(../images/fun_spe.jpg);background-size:cover;background-position: center;}
		.services_99{background:url(../images/BUDGET_MANAGEMENT.jpg);background-size:cover;background-position: center;}
		
		.services_01{background:url(../images/transportImg.jpg);background-size:cover;background-position: center;}
		.services_02{background:url(../images/travelimg.jpg);background-size:cover;background-position: center;}
		.services_03{background:url(../images/retuilImg.jpg);background-size:cover;background-position: center;}
		
	
		.services_1{    background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/design.jpg);background-size:cover;background-position: center;
		}
		.services_2{background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/concept_decor.jpg);background-size:cover;background-position: center;}
		.services_3{background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/management_budge.jpg);background-size:cover;background-position: center;}
		.services_4{background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/entertainment.jpg);background-size:cover;background-position: center;}
		.services_5{background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/vanue.jpg);background-size:cover;background-position: center;}
		.services_6{background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/hospitaly.jpg);background-size:cover;background-position: center;}
		.services_7{background: linear-gradient(to right, #fffffff0 , #fffffff0 ),url(../img/services/misc_services.jpg);background-size:cover;background-position: center;}
		.services_cmn{
			height: 235px;
		background-size:cover;
		overflow:hidden;
		}
		
		.zoom_services{
  transition: transform .2s; /* Animation */
  margin: 0 auto;
   transition:.9s;
  }
  
  .zoom_services:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:.9s;
}
video {
    position: relative;
    border: 9px double #134580;
    width: 100%;
    height: auto;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {

  color: white;
}

.fa-twitter {

  color: white;
}
.fa-instagram {

  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
.social_icons a{
    height: 40px;
    width: 40px;
    padding: 13px 0;
    border-radius: 50%;
    margin-right: 14px;
    background: #001934;
    border: 1px solid grey;
    color:white;
}
.address li{
    color: #e2e2e2;
    font-size: 17px;
    font-weight: 100;
}
.address ul{
	  margin: 0;
    margin-top: 8px;
}
#footer h1{
	margin: 0;
	}
#footer p{
font-weight: 400;
    font-size: 17px;
	}


#intro .item {
	position:relative;
    right: 0;
    left: 0;
}
	
#instagram img{
	    width: 100%;
    margin-bottom: 30px;
    height: 290px;
    object-fit: cover;
    object-position: center 0%;
	
	}

.services_box {
  position: relative;
}

.image_slide{
  display: block;
  width: 100%;
}

.overlay_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
   background-color: #006586e8;

  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
   -webkit-transition: .5s ease;
  -ms-transition: .5s ease;
}
.read_more_fix{
    color: white;
    position: absolute;
    right: 0;
    margin-top: 16px;
}
.services_box:hover .overlay_detail{
  width: 100%;
}

.text_slide {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
    from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}

/* Standard syntax */
@keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}


#intro img {
    -webkit-animation: zoom 50s; /* Chrome, Safari, Opera */
    animation: zoom 50s;
}
.container_image:hover{
    transform: scale(1.01);
    transition: .2s;
}
.container_image img:hover{
        box-shadow: 3px 7px 6px 0px #000000a8;
}
.container_image{
    transition: .2s;
}
.container_image:after{
        content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 3px solid #e6e6e6;
    border-radius: 72%;
    z-index: 22;
   
    margin: 0 auto;
}
.services_new_inner ul{
    text-align:left;
}
.teambox2 {
    text-align: center;
    margin-top: 27px;
    /* border-radius: 91px; */
}
.container_image2:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #e6e6e6;
}
.container_image2 {
    position: relative;
    box-shadow: 4px 4px 11px 0px #00000085;
}
.teambox img{
  width: 225px;
    height: 225px;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px;
    /* border: 7px double #0b3c72; */
    background: white;
    box-shadow: 4px 4px 11px 0px #00000085;
    margin-bottom: 11px;
    object-position: center 0;
    border-radius: 72%;
    transition: .2s;
    position: relative;
    z-index: 9;
        margin: 0 auto 9px;
}	
.teambox{
    text-align: center;
    margin-top: 27px;
}
	
.teambox h2{ 
        font-weight: 600;
    font-size: 22px;
    margin-bottom: 2px;
}
.teambox h5{ 
margin-bottom: 5px;
    font-size: 16px;
}
#aboutTeam{
   padding: 75px 0; 
}


.container_image {
  position: relative;
}

.zoom_image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
background-color: #0a3c72c4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container_image:hover .overlay_image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.overlay_image .text{
color: white;
    font-size: 17px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-48%, -50%);
    text-align: center;
    right: -32%;
}

