/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #50d8af;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background-color: #000067;
  color: #ffffff;
  border-bottom: 1px solid #ebedef;
    max-height: 200px;
    -webkit-transition: all 600ms ease-in;
    -o-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
    padding: 0;
    position: relative;
  font-size: 14px;

}

#topbar .contact-info a {
  line-height: 1;
  color: #f7c761;
}

#topbar .contact-info a:hover {
  color: #ff0000;
}

#topbar .contact-info i {
  color:#f7c761;
  padding: 4px;
}



#topbar .social-links a {
	color: #f7c761;
    display: inline-block;
    border-left: 1px solid #f7c761;
    padding: 11px 15px;
}


/*#topbar .social-links a:hover {
  color: #50d8af;
}*/

#topbar .social-links a:first-child {
  border-left: 0;
}

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

#header {
  
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 84px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width:75px;
}

ul.mail_contact li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    margin-top: 10px;
	color: #f7c761;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;
  background: #edf2f7;
  padding: 15px 0;
}
.custom_container{
	border: solid 5px;
    border-color: #848484;
    padding: 0;
    border-radius: 5px
	}
#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

/*#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}*/

#intro-carousel{
	position:relative
	}
	


#intro-carousel .owl-nav button {
    background: rgba(216, 216, 216, 0.85);
    width: 40px;
    height: 40px;
	
}
#intro-carousel .owl-nav button span {
    font-size: 36px;
    line-height: 30px;
    color: #1d8bf9;
}
#intro .text_over_slide {
    position: absolute;
    top: 60%;
	width:100%;	
    margin: 0 20px;;
	color:#fff;
	
}
#intro .text_over_slide h2 {
    font-weight: 700;
    font-size: 50px;
    margin: 0;
	text-shadow: -2px 3px 30px rgba(0, 0, 0, 0.75);
}
#intro .text_over_slide h2:after{content: '';width: 100%;max-width: 90px;display: block;background: #000067;height: 12px;margin:1rem 0;}
#intro .text_over_slide p{font-size: 18px;line-height: 24px;font-weight: 500;text-shadow: -2px 3px 30px rgba(0, 0, 0, 0.75);}



#intro-carousel .owl-nav button.owl-prev {
    float: left;
}
#intro-carousel .owl-nav button.owl-next {
    float: right;
}	
	
#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}


	#intro-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
	opacity: 0;
	
}

.index-head:after{content: '';
    width: 100%;
    max-width: 90px;
    display: block;
    background: #000067;
    height: 6px;
    margin: 5px 0;}
	
	.index-head-second:after{content: '';
    width: 100%;
    max-width: 90px;
    display: block;
    background: #ffa31f;
    height: 6px;
    margin: 5px 0;}

p.about-subheading {
    color: #848994;
    font-size: 14px;
}
h3.about-title-heading.index-head-second, h3.about-title-heading.index-head {
    font-weight: 700;
}
/*--------------------------------------------------------------
# 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: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  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;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0px 10px;
  line-height:90px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}



.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #F3F3F3;text-decoration: none;border-bottom: 3px solid #011A41;background: #87B6FD;height: 88px;
}

section#service h3 {
    
	
}


.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: #50d8af;
}

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 30px 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: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  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;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  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: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  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
--------------------------------*/
ul.mail_contact {
    margin-bottom: 0;
} 
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}
.text-center{text-align:center!important;}
/* About Section
--------------------------------*/

#about {
    margin: 0px;
    padding: 30px 0px 30px 0px;
    background-color: rgba(237, 242, 247, 1);
}

#about .about-img {
  overflow: hidden;
}

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

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

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

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

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

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

#about .content ul li {
  padding-bottom: 10px;
}

.hometext_wrap {
    width: 70%;   
}
.logo_secondry{
	width:30%;	
}
.logo_secondry img{
	width:100%;
}
.tabel_content {
    display: flex;
    align-items: center;
}





/* Service Page */
section#service {
    padding: 50px 0px;
}
#service .item {
    border-radius: 5px;
	margin:0 5px;
    overflow: hidden;
    border: 1px solid #e9eaec;
    background: #fff;
	width: 30%;
    display: inline-block;
}

#service .whole_image img {
    width: 100%;
}
#service .item h3.title a {
	font-size: 15px;
    font-weight: 500;
    color: rgb(59, 69, 80);
    text-align: center;
    display: block;
}



#service .item h3.title a:hover {color: #50a2de}
#service .item .action-k2 {
    width: 100%;
    position: absolute;
    top: 0;
	text-align:center;
	visibility: hidden;
    opacity: 0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

p.sppb-title-subheading {
 
}

ul#service_slide_three li {
    list-style: none;
    padding: 0 27px;
	display: inline-block;
	margin: 15px 0;
}

.clinet_section {
    margin-top: 3rem;
}
.contact_upper p {
    margin-bottom: 12px;
}
ul#service_slide_three {
    padding: 0;
}

ul#service_slide_three li img {
    max-width: 200px;
}
#service .item .image-block {
    position: relative;
}
#service .item .image-block:before {content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
	
	
	#service .item .action-k2 a {
    border: 1px solid #50a2de;
    background: #50a2de;
    width: 41px;
    height: 41px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding: 0;
    color: #fff !important;
    margin: 0px 10px;
}
#service .item:hover .action-k2 {
	top: 40%;
	top: 40%;
    visibility: visible;
    opacity: 1;
}	
#service .item:hover .image-block:before	{visibility: visible;
    opacity: 0.7;}
	
#service .item .image-block img {
    width: 250px;
	margin:auto;
}
#service .item h3.title {
    margin: 15px 0;
	display:block;
}

#service .introtext {
    padding: 5px 15px;
}
#service .item .action-k2 a:hover{
	border: 1px solid #fff;
    background: transparent;
}

div#service_slide_two, div#service_slide {
    margin: 30px 0;
}



/* Service Page Ends  */




/* About uS */

section#about_us .text_wrap{text-align:justify;}

section#about_us h3 {
    display: inline-block;
}

section#about_us {
padding: 50px 0px;
}

section#enquiry {
    margin: 4rem 0px;
}

/* About Us Ends */

#about .about_images .item {
    border-radius: 5px;
	margin-bottom:15px;
    overflow: hidden;
    border: 1px solid rgba(30, 33, 37, 0.25882352941176473);
    background: #fff;
}
#about  .whole_image img {
    width: 100%;
}
#about .item h3.title a {
    font-size: 11px;
    font-weight: 700;
    color: rgb(59, 69, 80);
	text-align: center;
    display: block;

}
#about .item h3.title a:hover {color: #50a2de}

#about .item .action-k2 {
    width: 100%;
    position: absolute;
    top: 0;
	text-align:center;
	visibility: hidden;
    opacity: 0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


#about .item .image-block {
    position: relative;
}
#about .item .image-block:before {content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
	
	
	#about .item .action-k2 a {
    border: 1px solid #50a2de;
    background: #50a2de;
    width: 41px;
    height: 41px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding: 0;
    color: #fff !important;
    margin: 0px 3px;
}
#about .item .action-k2 a:hover{
	border: 1px solid #fff;
    background: transparent;
}

#about .item:hover .action-k2 {
	top: 40%;
    visibility: visible;
    opacity: 1;
}	
#about .item:hover .image-block:before	{visibility: visible;
    opacity: 0.7;}
	
#about .item .image-block img {
    width: 100%;
}
#about .item h3.title {
    padding: 15px 0;
	margin:0px;
}
div#about_slide_one .text-block{background:#eee;}
/* Parllax Section */

section#parllax_section {
    margin: 0px;
    padding: 150px 0px 150px 0px;
    color: #ffffff;
    background-color: #f5f6f8;    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;	
}


/* Services Section
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

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

#clients {
  padding: 30px 0;
}

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

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

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

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

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

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

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

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

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}

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

#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 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: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

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

#team {
  background: #fff;
  padding: 50px 0 50px 0;
}

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

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

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

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#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: 5px;
}

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

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

/* Contact Section
--------------------------------*/
section#contact_us{padding: 50px 0px;}
section#contact_us 	.text-center h3 {
    display: inline-block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
  font-size: 14px;
}
.footer-inner{background: #252F3B;padding: 30px 0px;}



#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}
.footer-inner .footer-title {position:relative;color: #d90704;text-transform: uppercase;font-weight: 700;font-size: 14px;margin-bottom: 33px;margin-top: 0px;}
.footer-inner .footer-title:after{content: "";height: 3px;width: 90%;position: absolute;background: #fff;left: 0;bottom: -14px;}
.footer-inner .footer-title:before{z-index:1;content: "";height: 3px;width: 40%;position: absolute;background: #d90704;left: 0;bottom: -14px;}
.footer-inner  .about-info {font-size: 16px;line-height: 22px;color: #9fa4af;padding-right: 22px;margin-bottom: 64px;padding-bottom: 20px;}
.about-info a.readmore {color: #fff;}
.about-info a.readmore:hover {color: #50a2de;}
.about-info a.readmore i {font-size: 8px;margin-left: 10px;-webkit-transition: all 180ms ease-in;-o-transition: all 180ms ease-in;transition: all 180ms ease-in;}
.follow_us-box a {color: #fff;}
.follow_us-box a:hover {color: #50a2de;}
.follow_us-box a {
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 13px;
    background: #f7c761;
}
.regs-text{padding-top:40px;}
.contact_info p {font-size: 16px;padding-left: 29px;position: relative;margin-bottom: 10px;color: #ced2db;}
.contact_info a {color: #9fa4af;}
.contact_info a:hover{color:#288bd3}
.contact_info i {position: absolute;left: 0;top: -5px;display: inline-block;font-size: 14px;line-height: 32px;text-align: center;}

#footer .copyright {text-align: left;font-size: 13px;line-height: 36px;}
.copyright-box{background-color: #0f151a;color: #9fa4af;padding: 16px 0 0;}
ul.foot-menu {list-style:none;float: right;}
ul.foot-menu  li {display: inline-block;float: left; margin: 0px 0px 0px 10px;}
ul.foot-menu  li  a	{color: #9fa4af;display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;font-size: 13px;}
ul.foot-menu  li  a:hover{color: #50a2de;}

div#pop_gallery .item img {
    width: 100%;
    height: 100%;
    margin: auto;
	
    
}

div#pop_gallery .item {
    padding: 15px 70px;
    background: #fff;
	border-radius:5px;
}
button#close_slide {
    position: absolute;
    right: -1%;
    top: -1%;
    border: 1px solid #ccc;
    z-index: 99999;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slide_overlay .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.slide_overlay .owl-nav button.owl-prev {
    float: left;
	margin-left:10px;
}
.slide_overlay .owl-nav button.owl-next {
    float: right;
	margin-right:10px;
}
.slide_overlay .owl-nav button {
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, 0.31)!important;
    border-radius: 5px;
    display: inline-block;
    border: none;
    color: #fff!important;
}

.noscroll {
    overflow: hidden;
}

.slide_overlay .owl-nav span {
    font-size: 26px;
    line-height: 26px;
}

.index-gallery {
	display:none;
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: rgba(0,0,0,.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slide_overlay {
	position:relative;
    max-width: 1000px;
    right: auto;
    left: auto;
    width: auto;
    margin: 30px auto;
}



/*--------------------------------------------------------------
# icon-bar section
--------------------------------------------------------------*/
#team.logo-box{margin: 0px;padding: 50px 0px;background-color: rgba(247, 247, 247, 1);}
img.img-responsive {
    display: inline-block;
    max-width: 100%;
}
.icon-box span{width: 76px;
    border: 2px solid #50a2de;
    height: 76px;
    border-radius: 5px;
    margin: 0 auto 14px;
    display: block;
line-height: 76px;}
.icon-box span i{color: #50a2de;    font-size: 30px;width: 30px;height: 30px;line-height: 30px;}

h3.feature-box-title{font-weight: 700;margin-top: 0;    color: #3b4550;font-size: 14px;margin-bottom: 11px;line-height: 25px;}
.feature-box {min-height: 140px;}
/*--------------------------------------------------------------
# end icon-bar section
--------------------------------------------------------------*/




  #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: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #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 (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 92px;
  }

  #header #logo h1 {
    font-size: 34px;
	line-height: normal;
  }

  #header #logo img {
    max-height: 60px;
	width:auto;
	
  }

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

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

  #about .about-img {
    height: auto;
  }

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

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

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

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

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}






/* Custom Css */
.mfp-bottom-bar {
    display: none;
}

/*
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    top: 26px;
    text-align: center;
    right: -10px;
    border-radius: 17px;
    background: #fff;
    color: #000;
    border: solid 1px #eee;
    opacity: 1;
	cursor:pointer;
}*/
.mfp-image-holder .mfp-content {
    padding: 2em 7em;
    box-sizing: border-box;
    max-width: 1000px;
}
.mfp-container button.mfp-arrow.mfp-arrow-left {
    left: 18%;
}
.mfp-container button.mfp-arrow.mfp-arrow-right {
    right: 19%;
}
.mfp-container button {
    position: absolute;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    top: -10px;
    text-align: center;
    right: -10px;
    border-radius: 17px;
    background: #fff;
    color: #000;
    border: solid 1px #6c757d;
    opacity: 1;
    z-index: 10001;
	cursor:pointer!important;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: auto!important;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    background: #fff;    
    padding: 2em 7em;
	border-radius:10px;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none;
    background: #fff;
}


div#socl ul{margin:0; padding:0}
div#socl ul li {
    display: inline-block;padding: 10px;
}
div#socl ul li a {
    color: #000067;
}
.mobile_socl{display:none;}
@media (max-width: 1024px) {
.mobile_socl{display:block;}	
}

div#socl_desktop ul{
	margin:0;
	padding:0;
}
div#socl_desktop li {
    display: inline-block;
}
div#socl_desktop i {
    vertical-align: middle;
}
a.submit_cv {
    display: block;
    margin-bottom: 1rem;
}

section#about p {
    margin-bottom: 10px;
}
.home_cont{color:#000;}
.home_cont a{color:#000}
.home_cont i{padding-right:5px;}
.mobile_logo{display:none;}
.mobile_logo p.text-center {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	color: #000067;
	margin-top: 5px;
}
.scrollto{text-align:center}
a.scrollto p {
    font-size: 8px;
    text-transform: uppercase;
    color: #000067;
    margin: 3px 0 0;
}
.mobile_logo{display:none}

@media (max-width: 750px) {
	.desktop_logo{display:none}
	.mobile_logo{display:block}
	.clinet_section {text-align: center;}
	section#parllax_section{display:none;}
	.mobile_logo{display:block;text-align:center}
	.mobile_logo img{width:80%;margin: 2em 0 0;}	
	section#about_us .text_wrap{text-align:left;}
	.tabel_content{display:block;}
	.logo_secondry, .hometext_wrap{width:100%}
	.logo_secondry img {width: 30%;margin-bottom: 1em;}
	.logo_secondry{text-align:center}
	#service .item{width:100%;margin:0 0 14px 0;}
	.mobile_socl ul.mail_contact a {font-size: 15px;}
	#service .item .image-block img{width:100%;}
	ul.mail_contact{padding:0px;margin-bottom: .5em;}
	ul.mail_contact li{margin:0 5px;color:#000067 ;}
	ul.mail_contact li i{margin-right:5px;}
	ul.mail_contact li a{color:#000067 ;}
	.text_wrap{order:2;}
	.pic_coll{order:1;margin-bottom:0.5rem;}
	.small-text-center{text-align:center!important;}
	#intro #intro-carousel .item{background-size: 100%;height: 30vh;}
	#intro{height:auto;padding:10px 15px;}
	#intro .text_over_slide p{display:none;}
	#intro .text_over_slide{top:70%}
	#intro .text_over_slide h2{font-size:20px;}
	#intro .text_over_slide h2:after{margin:0;height: 6px;}
	p.sppb-title-subheading{max-width:100%}
	ul.foot-menu li {float: none;margin: 0 5px;}
	ul.foot-menu {margin: auto;padding: 0 0;float: none;}
	.mfp-auto-cursor .mfp-content{padding: 0em 1.5em;}
}


