
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: 'Rajdhani', sans-serif;
}

a {
  color: #2b83c0;
  transition: 0.5s;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0;
}

.blue h1, .green h1 {
    color: #fff !important;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #65b12f;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 20px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/**#preloader{
  background:#000 url("../img/preloader.gif") center center no-repeat;
  width:100%;
  height: 100vh;
  position: fixed;
  z-index:100
}**/









/* CSS */
.preloader {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 100;
background:#fff;
width:100%;
height:100vh;
text-align:center;
margin: 0 auto;
animation-duration: 20s;

}
.preloader-logo {
width: auto;
height: auto;
margin-top: 20%;
top:50%;
animation: spin 0s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}





#top{background:#3783b7;
width:100%; height:auto;
padding:0px;
overflow:hidden
}


#top p{color:#fff;
font-size:16px;
font-width:lighter;
line-height:60px;
font-weight:500;
letter-spacing:1px;font-family: 'Rajdhani', sans-serif;
}

#top span{color:#fff;
font-size:16px;
font-width:lighter;
line-height:60px;
font-weight:500;
letter-spacing:1px;font-family: 'Rajdhani', sans-serif;
}



@media (max-width: 768px) {

  #top p{display:none}
    
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0px 5px 0px;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  overflow:hidden
  transition: all 0.5s;
  background:#fff;
  width:100%; float:left
}

#header  .cta-btn {
  font-size:16px;
  text-align: center;
  background: none;
  display: block;
  border: 0;
  color: #2b60c1;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  padding: 0;
  display: inline-block;
  padding: 15px 16px 15px 18px;
  text-decoration:none;
  float:right;
  margin:35px 20px 0px 0px;
  font-weight:400;
  letter-spacing:0px;
  font-family: 'Source Serif Pro', serif;
}

#ndis {
    float: right;
    margin-top: 5px;
}

#header .cta-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #56a81b;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#header .cta-btn:hover, #header .cta-btn:focus {
  color: #fff !important;
}
#header .cta-btn:hover:before, #header .cta-btn:focus:before {
  transform: scaleY(1);
}

.clear{display:block; clear:both}



#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Rajdhani', sans-seri;
  font-weight: 700;
  letter-spacing: 3px;
}



#header #logo img {
  padding: 8px 0px;
  margin: 0;
  width: 85%;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #ndis {
        float: none;
        margin-top: 10px; 
    }

  #header  .cta-btn {
  font-family: 'Rajdhani', sans-seri;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 14px;
  background:#376db7;
  color: #fff;
  float:none;text-decoration:none;
  text-align:center;padding:20px 0px 15px 0px;
  width:100%
}

 #header  .cta-btn i{font-size:15px}


 #header #logo img {
  padding: 13px 0px 0px 0px;
  margin: 0;
 }

}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 590px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 590px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
  
  #intro {
  display: table;
  width: 100%;
  height: 260px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

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

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# 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;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding: 52px 5px 0px 0px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0px 15px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  outline: none;
  letter-spacing:0px
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #3da4f3;
}

.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: #18d26e;
}

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

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

#mobile-nav-toggle i {
  color: #2558b6;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  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: 17px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 15px 22px 15px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing:1px
}

#mobile-nav ul li a:hover {
  background: #376db7;
}

#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: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  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 h4 {
  font-size: 35px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
  letter-spacing:1px
}


.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}


/* welcome  Section
--------------------------------*/
#welcome {
  background: #e8e8e8;
  overflow:hidden;
  padding:0 0 20px 0;
}

#welcome h4{
  font-size: 22px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  position: relative;
  margin:0px 0px 20px 0px;

  font-family: 'Rajdhani', sans-serif;
}

#welcome .gap{margin:65px 0px 0px 0px }

#welcome h3{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:40px;
  letter-spacing:1px;
  margin:0px 0px 5px 0px;
}


#welcome h2{
  font-size:20px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  margin:20px 0px 10px 0px
}



#welcome p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:500;
  text-align:justify
}

#welcome .cta-btn {
  font-size: 18px ;
  text-align: center;
  background: #3783b7;
  display: block;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  padding: 0;
  display: inline-block;
  padding: 20px 35px;
  text-decoration:none;
  margin:20px 0px 0px 0px
}

#welcome .cta-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #71bb3b;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#welcome .cta-btn:hover, #welcome .cta-btn:focus {
  color: #fff !important;
}
#welcome .cta-btn:hover:before, #welcome .cta-btn:focus:before {
  transform: scaleY(1);
}


#welcome .cta-btns {
  font-size: 18px ;
  text-align: center;
  background: #0e0f12;
  display: block;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  padding: 0;
  display: inline-block;
  padding: 20px 35px;
  text-decoration:none;
  margin:20px 20px 0px 0px
}

#welcome .cta-btns:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #3783b7;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#welcome .cta-btns:hover, #welcome .cta-btns:focus {
  color: #fff !important;
}
#welcome .cta-btns:hover:before, #welcome .cta-btns:focus:before {
  transform: scaleY(1);
}




@media (max-width: 768px) {
  #welcome {
  background: #none;
  overflow:hidden;
  padding:0px 0px 30px 0px
  }

   #welcome .gap{margin:30px 0px 0px 0px }

   #welcome .col-md-6{ padding:0px 30px }

   #welcome h3{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:30px;
  letter-spacing:1px;
  margin:0px 0px 5px 0px;
  }


  #welcome h4{
  font-size: 18px;
  color: #56a81b;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  position: relative;
  margin:0px 0px 20px 0px;
  letter-spacing:0px;
  font-family: 'Rajdhani', sans-serif;
  }


  #welcome h2{
  font-size:20px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  margin:15px 0px 0px 0px
}


}




/* Featured Services Section
--------------------------------*/
#featured-services {
  background: url("../img/featured-services.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
  text-align:center
}

#featured-services::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

#featured-services .container {
  position: relative;
  z-index: 10;
}



#featured-services h4 {
  font-weight: 300;
  margin: 15px 0 10px 0;
  font-size: 22px;
  letter-spacing:1px;
  color:#fff;

}



#featured-services p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing:1px;
  width:95%; margin: 0 auto;
  text-align:center
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}



#about .about-col {
  background: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  width:94%
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}


#about .about-col h2 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 23px;
  padding: 17px 0px 10px 0px ;
  letter-spacing:1px;
  text-transform:uppercase

}


#about .about-col p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  font-weight:500;
  text-align:justify

}

#about .about-col .cta-btn {
  font-size: 18px ;
  text-align: center;
  background: #000000;
  display: block;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  padding: 0;
  display: inline-block;
  padding: 18px 40px;
  text-decoration:none;
  margin:20px 0px 0px 0px
}

#about .about-col .cta-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #71bb3b;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#about .about-col .cta-btn:hover, #about .about-col .cta-btn:focus {
  color: #fff !important;
}
#about .about-col .cta-btn:hover:before, #about .about-col .cta-btn:focus:before {
  transform: scaleY(1);
}




/* Call To Action Section
--------------------------------*/
#contact {
  background: #99C12A fixed center center;
  background-size: cover;
  padding: 40px 0;
}

#contact  h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#contact  p {
  color: #fff;
}

.phone{ float:left;
margin:0px 0px;
width:100%}

.phone img{ float:left;
 margin:0px 10px 0px 0px}

.phone strong{font-size:18px; color:#fff;
 line-height:0px;
 font-weight:400;
 font-family: 'Source Serif Pro', serif;}

.phone span{ color:#fff; 
text-transform:capitalize; 
font-size:17px;font-family: 'Rajdhani', sans-serif;
font-weight:400;
letter-spacing:1px;
line-height:32px;
}



@media (max-width: 768px) {
  .phone {
    margin:15px 0px
  }
}


.clear{display:block; clear:both}



/* Quote Section
--------------------------------*/


#quote {
  background: #dadae4;
  overflow:hidden
}



#quote h4{
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  position: relative;
  margin:0px 0px 20px 0px;
  letter-spacing:1px;
  font-family: 'Rajdhani', sans-serif;
}

#quote .gap{margin:55px 0px 0px 0px }

#quote h3{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:0px 0px 5px 0px;
}


#quote p {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:500;
  text-align:justify
}


@media (max-width: 768px) {


  #quote h3{
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:0px 0px 5px 0px;
}


  #quote .col-md-5 {width:90%;
    margin:0 auto; padding:50px 0px 25px 0px}

  #quote img {
    display:none
  }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1b1c20;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #0e0f12;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff; 
  width:97%
}

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

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 5px;
  margin-bottom:18px;
  letter-spacing:0px
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}

#footer .footer-top h4::before {
  right: 0;
  background: none;
}

#footer .footer-top h4::after {
  background: #5aa7db;
  width: 50px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  text-decoration:none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}



#footer span{color:#3f9ecf}

#footer .copyright {
  text-align: left;
  padding-top: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing:1px;
  font-weight:500
}

#footer .credits {
  text-align: right;
  font-size: 16px;
  color: #fff;
  padding-top: 40px;
  letter-spacing:1px;
  font-weight:500
}




@media (max-width: 768px) {
 
#footer .copyright {
  text-align: center;
  padding-top: 40px;
  font-size: 17px;
  color: #fff;
}

#footer .credits {
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-top: 0px;
}

#footer .footer-top .col-lg-5{
  padding:0px 12px
}
}








/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f2f2f2;
  background-size: cover;
  padding: 45px 0px 40px 0px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0px 0 0px 0;
  list-style: none;
  text-align: center;
}




#portfolio .portfolio-item {
  position: relative;
  height: auto;
  overflow: hidden; margin:0px 0px 20px 0px
}

#portfolio .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 220px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
}



@media (max-width: 768px) {
  #portfolio .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 250px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
  width:80%; margin: 0 auto
}
}



#portfolio .portfolio-item figure:hover img {

  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0%;
  transition: 0.2s linear;
}





#portfolio h2  {
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;

}


#portfolio p  {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin:0px 0px 30px 0px

}



#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details {
  background: rgba(0, 0, 0, 0.1);
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(0% - 0px);
  top: calc(0% - 0px);
}



#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(0% - px);
}



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

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




.form .input{background:#fff; padding:13px 10px; color:#000;
 font-size:17px;  width:100%;
 font-family: "raleway", sans-serif; font-style: none;
 float:none; border:2px solid #fff; float:none; margin: 0 auto;
 margin-bottom:12px; margin-top:8px;
 border-radius:0px; font-weight: 500;font-family: 'Rajdhani', sans-serif; }

 .input::placeholder  {
    color: #000;
}

.input::type  {
    color: #000;
    padding:5px
}


.input:hover, select:hover {
  border-color: transparent;
  box-shadow: 0 0 0 1px #ccc;
}

 .submits {  font-family: 'Rajdhani', sans-serif
  text-transform: capitalize;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 32px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 5px; border:none; background:#2e79ac;
  color:#fff;
  margin-bottom:30px}

.submits:hover { background: #6bb238;
   color:#fff}

.alertmsg {font-size:25px; color:#f00; font-style:none; letter-spacing:1px;
    font-weight:600;
}


.jobtype span{color:#000;
 font-size:16px; font-weight:500}

.form b{color:#000; font-size:25px;font-family: 'Rajdhani', sans-serif;
letter-spacing:1px; font-weight:600;text-transform:uppercase}


.submit {  font-family: 'Rajdhani', sans-serif
  text-transform: capitalize;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 32px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 5px; border:none; background:#000;
  color:#fff;
  margin-bottom:0px}

.submit:hover { background: #2775aa;
   color:#fff}

   .send {  font-family: 'Rajdhani', sans-serif
  text-transform: capitalize;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 32px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 5px; border:none; background:#000;
  color:#fff;
  margin-bottom:0px;
  text-align:center; margin: 0 auto}

.send:hover { background: #2775aa;
   color:#fff}


@media (max-width: 768px) {
 .submits{margin-bottom:20px}
 .submit{margin-bottom:20px}
}


/* content  Section
--------------------------------*/
#content .green {
  background: #298e12;
  overflow:hidden;
  padding:55px 0px 
}

#content .blue {
  background: #115f95;
  overflow:hidden;
  padding:55px 0px 
}



#content {background:#e1e1e1; padding:50px 0px 0px 0px}

#content h3{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:0px 0px 15px 0px;
}

#content h1{
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  position: relative;;
  line-height:25px;
  letter-spacing:0px;
  margin:0px 0px 15px 0px;
  letter-spacing:1px
}



#content p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0;
  text-align:left;
  font-weight:500;
  text-align:justify
}







@media (max-width: 768px) {
  #content {
  background: #none;
  overflow:hidden;
  padding:0px 0px 30px 0px
  }

   #content .gap{margin:30px 0px 0px 0px }

   #content .col-md-6{ padding:0px 30px }

   #content h3{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:30px;
  letter-spacing:1px;
  margin:0px 0px 5px 0px;
  }



}



/* contents  Section
--------------------------------*/
#contents {
  background: #e1e1e1;
  overflow:hidden;
  padding:60px 0px
}





#contents  h3{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:0px 0px 10px 0px;
}


#contents h4{
  font-size: 33px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:0px 0px 10px 0px;
}


#contents h2{
  font-size: 21px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:30px 0px 5px 0px;
}



#contents h1{
  font-size: 21px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:1px;
  margin:0px 0px 5px 0px;
}



#contents h5{
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;;
  line-height:25px;
  letter-spacing:0px;
  margin:30px 0px 8px 0px;
}


#eligible img{width:100%;
overflow:hidden}


#contents  p {
  font-size: 17px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:500;
  text-align:none
}


#contents  b {
  font-size: 19px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:700;
  text-align:none
}





@media (max-width: 768px) {

  #contents  {
  background: #none;
  overflow:hidden;
  padding:60px 0px 
  }

  }




  .reserch-section {
   background: #e1e1e1;
   padding:55px 0px
 }

 .reserch-section p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:500;
  text-align:none
 }
 
 .reserch-tab-menu {
   display: block;
   border-bottom: none;
 }
 
 .reserch-tab-menu li.nav-item {
   display: block;
 }
 
 .reserch-tab-menu li.nav-item a.nav-link {
   display: block;
   padding: 17px 29px 13px 29px;
   margin-bottom: 8px;
   border: none;
   color: #fff;
   font-size: 15px;
   line-height: 1.45;
   border-radius: 0;
   background: #17191d;
   font-weight:300;
   font-family: 'Source Serif Pro', serif;
   text-transform:uppercase
 }
 
 .reserch-tab-menu li.nav-item a.nav-link.active {
   background: #2474ab;
 }
 
 .reserch-tab {
   margin-bottom: 70px;
 }


  .reserch-tab img{float:right; margin:0px 0px 20px 20px}


  @media (max-width: 768px) {

  .reserch-tab img{float:none; margin:0 auto; padding: 0;
    text-align:center; display:block; clear:both}

  }



 
 .reserch-tab h2 {
   font-weight: 600;
   color: #000;
   margin-bottom: 15px;
   text-transform:uppercase;
   font-size:25px
 }

  .reserch-tab h3 {
   font-weight: 600;
   color: #000;
   margin-bottom: 15px;
   text-transform:uppercase;
   font-size:20px
 }
 
 .reserch-tab p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:500;
  text-align:none
 }


 .reserch-tab b {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  text-align:left;
  font-weight:600;
  text-align:none;
  font-family: 'Source Serif Pro', serif;
 }
 
 .reserch-text {
   margin-bottom: 60px;
 }
 
 .reserch-text h5 {
   font-size: 20px;
   color: #fff;
   margin-bottom: 50px;
 }
 
 .reserch-info-warp {
   padding-top: 36px;
 }
 
 .reserch-info-warp .info-box {
   margin-top: 36px;
 }