body {
  
  color: #58595b;
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight:400;
}

a {
  color: #322fa4;
  transition: 0.5s;
      -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img
{
max-width:100%;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
ul
{
list-style:none;
margin:0;
padding:0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #322fa4;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

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

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #322fa4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

#header.header-scrolled {
    padding: 0px 0;
    height: 71px;
    transition: all 0.5s;
    position: fixed;
	background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
}

#header #logo {
  float: left;
      transition: all 0.5s;
	      padding: 11px 0;
		  margin-right:30px;
}

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

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #322fa4;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.header-scrolled #logo img
{
}
.logo_icon
{
display:inline-block;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  /*height: 100vh;*/
  background: #000;
}
.intro-container
{
    position: relative;
    z-index: 2;
}
#intro .carousel-item {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media(min-width:992px)
{
#intro .image1
{
}
}
@media(min-width:648px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:768px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:992px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:1200px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:1600px)
{
#intro .carousel-item {
height:550px;
}
}

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

#intro .carousel-container {
  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;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
      padding: 15% 0;
}
#intro .image1 .carousel-content
{
padding: 8% 0;
}
#intro .image3 .carousel-content {
      padding: 10% 0;
}
#intro .carousel-content img
{
width:130px;
}

#intro h2 {
 color: #322fa4;
    margin: 12px 0;
     font-size:40px;
    line-height: 1.1em;
    font-weight: 500;
	position:relative;
	padding-left:95px;
    /* text-shadow: 0px 0px 15px rgba(0,0,0,0.5); */
	text-transform:uppercase;
}

#intro h2:before
{
    content: '';
    background: #322fa4;
    width: 10%;
    height: 5px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 19px;
}
#intro h4 
{
    font-size: 25px;
    font-weight: 500;
    position: relative;
    line-height: 1.1;
    text-transform: uppercase;
}
@media(max-width:992px)
{
#intro h2 {
font-size:30px;
}
#intro h4 
{
font-size:20px;
}
}
@media(max-width:768px)
{
#intro h2 {
font-size:30px;
}
#intro h4 
{
font-size:20px;
}
}

#intro .image1 h2
{
}
#intro h2 span
{
color:#00a650;
}
#intro h3
{
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
}


#intro p {
        width: 100%;
    margin: 31px auto 0px auto;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
}
#intro .btn2
{
margin-top:30px;
}
#intro .white h2, #intro .white h4, #intro .white p
{
color:#fff;
text-shadow:2px 2px 3px #333;
}
#intro .white h2:before
{
background:#fff;
}

.line
{
    background:url(../img/h-decor.png) no-repeat center;
	width:61px;
	height:4px;
	margin:20px 0;
}
.text-center .line, #intro .line
{
margin:20px auto;
}
#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  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%;
}

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

#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: #322fa4;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #322fa4;
}

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

/* Nav Meu Styling */

.nav-menu a {
      padding:25px 5px;
    text-decoration: none;
    display: inline-block;
    color: #121212;
    font-weight: 600;
    font-size: 14px;
    /* text-transform: uppercase; */
    outline: none;
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	position:relative;
}
@media(min-width:992px)
{
.nav-menu>li>a:before
{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 4px;
    opacity: 1;
    background-color:transparent;
}
/*.nav-menu>li>a:after
{
content: "/";
    opacity: .4;
    position: absolute;
    right: -12px;
}*/
.nav-menu>li:last-child>a:after
{
display:none;
}
}
@media(max-width:1200px)
{
.nav-menu a 
{
padding:34px 4px;
font-size:12px;
letter-spacing:0;
}
}
.nav-menu li.last a
{
    background: #322fa4;
    color: #fff;
    border-radius: 3px;
    padding: 10px 13px;
	margin:20px 0;
  
}
.nz_logo
{
    padding-top: 10px;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #322fa4;
}
.nav-menu li.last a:hover, .nav-menu li.last a:focus
{
background:#121212;
color:#fff;
}

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

.nav-menu ul {
  margin: 4px 0 0 0;
      min-width: 240px;
}

.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;
      background: #fff;
    border-bottom: 1px solid #eee;
}

.nav-menu ul li:hover > a {
  color: #fff;
    background: #322fa4;
}

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

/* Mobile Nav Toggle */

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

#mobile-nav-toggle i {
  color:#322fa4;
}

/* 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: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #322fa4;
}

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

#mobile-nav ul li.menu-active a {
  color: #322fa4;
}

#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: #322fa4;
}

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

#mobile-nav ul .menu-item-active {
  color: #322fa4;
}

#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 */
.call
{
margin:0px 0;
}
.phone
{
font-size:13px;
display:inline-block;
    margin-right: 17px;
}
.phone a
{
color:#444;
position:relative;
}
.phone a i
{
color:#00a650;
}
.phone a:hover
{
color:#00a650;
}
@media(max-width:1200px)
{
.call
{
display:none;
}
}
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 h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #322fa4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
/* header Below
--------------------------------*/
.header_below
{
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
    background-color: #f9fafa;
}
.head1
{
    color: #033b4a;
	position:relative;
	padding-left:66px;
	    font-family: 'Montserrat', sans-serif;
}
.head1 i
{
display:inline-block;
width:50px;
height:50px;
background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
	    font-size: 23px;
		text-align:center;
		line-height: 50px;
	    color: #5d924a;
		position:absolute;
		left:0;
		top:-5px;
}
.head1 p
{
font-weight: 500;
line-height: 21px;
font-size:16px;
margin-bottom:0;
}
.head1 span
{
color: #9dabaf;	
font-size:13px;
font-weight:500;
}
/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}
/* heading
--------------------------------*/
.heading
{
margin-bottom:25px;
}
.heading h4
{
     color: #322fa4;
     font-size: 32px;
     font-weight: 700; 
	 line-height:1.3;
   
}
.heading h2
{
       font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}
.heading h2 span
{ 
    color: #00a650;
}


.list ul
{
list-style:none;
padding:0;
margin:0;
}
.list ul li
{
font-size: 16px;
    padding: 6px 0;
    position: relative;
    padding-left: 22px;
}
.list ul li:before
{
    position: absolute;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
   top: 16px;
    content: "\f192";
    color: #322fa4;
    font-size: 13px;
}
.btn2
{
    text-align: center;
    display: inline-block;
    padding: 14px 23px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
       background: #322fa4;
    cursor: pointer;
    position: relative;
    /* padding-left: 58px; */
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	border:none;

}

.btn2:hover, .btn2:focus
{
background:#000;
color:#fff;
}

.mrg100
{
margin-top:100px;
}
.btn3
{
border:2px solid #fff;
color:#fff;
display:inline-block;
padding:8px 20px;
border-radius:2px;
font-weight:600;
text-transform:uppercase;
}
.btn3:hover
{
background:#fff;
color:#000;
}
/* span0
--------------------------------*/
.span0
{
background:url(../img/bg1.jpg) center;
background-size:cover;
position:relative;
color:#fff;
padding:30px 0;
}
.span0:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background: rgb(21,38,124);
    background: -moz-linear-gradient(45deg, rgba(21,38,124,1) 0%, rgba(55,49,179,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(21,38,124,1) 0%,rgba(55,49,179,1) 100%);
    background: linear-gradient(45deg, rgba(21,38,124,1) 0%,rgba(55,49,179,1) 100%);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15267c', endColorstr='#3731b3',GradientType=1 );
	opacity:0.85;
}
@media(min-width:1024px)
{
.span0
{
background-attachment:fixed;
}
}
.span0 .container
{
position:relative;
}
.span0 h2
{
    display: inline-block;
    margin: 0;
    font-weight: 500;
    margin: 6px 10px 0;
    font-size: 24px;

}

/* span1
--------------------------------*/
.span1
{
padding:70px 0;
color:#000;
background:url(../img/bg2.jpg) center;
background-size:cover;
}
.span11 p
{
padding-top: 10px;
    font-size: 16px;
    color: #494949;
    line-height: 1.9;
}
.mrg50
{
margin-top:60px;
}
.fancy-sr-bx, .box1_icon
{
transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.fancy-sr-bx:hover
{
transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.box1
{
background: #fff;
        padding: 40px 20px;
    box-shadow: 0px 10px 40px 0 rgba(0,0,0,0.10);
    border-bottom: 4px solid var(--bg-color);
	    position: relative;
		margin-bottom: 30px;
}
.box1_icon
{
    width: 100px;
    height: 100px;
    line-height: 100px;
	display: inline-block;
    text-align: center;
    background-color: #322fa4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	color:#fff;
	margin-bottom:30px;
}
.box1:hover .box1_icon
{
box-shadow: 0 0 0px 15px rgba(0,0,0,0.03);

}
.box1_icon i
{
font-size:50px;
}
.box1 h4
{
    color: #322fa4;
	letter-spacing:0.05em;
	font-weight:500;
}
.box1 p
{
font-size:13px;
color:#555;
line-height:1.5;
min-height: 116px
}
.span12
{
color:#333;
line-height:2.1;
font-size:15px;
}

.span12 ul
{
list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;    
}


.span12 ul li
{
padding:7px 0;
position:relative;
padding-left:14px;
}
.span12 ul li:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position:absolute;
	left:0;
	    top: 15px;

	color:#322fa4;
}

.span12 h3
{
color: #322fa4;
    margin-top: 20px;
    margin-bottom: 10px;    
}

/* span2 Section
--------------------------------*/
.span2
{
padding:60px 0;
color:#fff;
position:relative;
background:url(../img/bg3.jpg) center;
background-size:cover;
}

.span2:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background-color: #322fa4;
opacity:0.9;
}
@media(min-width:1024px)
{
.span2
{
background-attachment:fixed;
}
}
.span2 .heading
{
margin-bottom:-10px;
}
.span2 .heading h4, .span2 .span11 p
{
color:#fff;
}
.box2
{
position:relative;
padding:30px;
background-color: #fff;
    border-radius: 10px;
   
    font-size: 16px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.box2:before
{
font-family: fontawesome;
    content: "\f10e";
    color: #322fa4;
    font-size: 60px;
    line-height: 50px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    opacity: 0.05;
}
.box2 span
{
display: block;
    margin-bottom: 10px;
    color: #909090;
    font-size: 14px;
}
.box2 p
{
    line-height: 28px;
    color: #303030;
    font-size: 14px;
    margin-bottom: 0;
}
.box2:after
{
position: absolute;
    bottom: -15px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0px;
    font-family: fontawesome;
    content: "\f0d7";
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
}
.box2_txt
{
position:relative;
padding:30px;
padding-left:90px;
}
.owl-carousel .box2_txt img
{
border-radius:100%;
border:3px solid #fff;
width:70px;
position:absolute;
left:0;
}
.box2_txt h5
{
font-weight:700;
font-size:20px;
margin-top:15px;
margin-bottom:0;
}
/* span3 Section
--------------------------------*/
.span3
{
color:#000;
padding:70px 0 30px;
}


/* span4 Section
--------------------------------*/
.span4
{
}
@media(min-width:1200px)
{
.col-lg-20
{
max-width:20%;
}
}
.box4
{
position:relative;
overflow:hidden;
}
.box4 a
{
opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	color:#fff;
}
.box4:hover a
{
opacity: 1;
    -webkit-transition: all 0.5s ease 0.05s;
    -moz-transition: all 0.5s ease 0.05s;
    -ms-transition: all 0.5s ease 0.05s;
    -o-transition: all 0.5s ease 0.05s;
}
.box4 a h6
{
text-align:center;
font-size:30px;
    padding-top: 40%;
}
/* span5 Section
--------------------------------*/
.span5
{
color:#000;
padding:70px 0;
}
.mrg30
{
margin-top:30px;
}
.box5
{
background:url(../img/bg3.jpg) center;
background-size:cover;
padding:20px;
color:#fff;
position:relative;
}
.box5:before
{
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
background: rgba(50, 47, 164, 0.9);
content:'';
}
.box51
{
position:relative;
}
.box51 h2
{
text-align:center;
font-size:30px;
font-weight:500;
}
.box5 ul
{
margin: 0;
   
    list-style: none;
    display: flex;
	margin-top:55px;
    width: 100%;
    
}
.box5  ul li
{
    width: 100%;
    display: block;
}
.box5 ul li span
{
display: block;
    font-weight: 600;
    font-size: 14px;
    color: #f8e510;
}
.box5 ul li p
{
margin-bottom: 0;
    font-size: 14px;
}
.box52
{
}
.box52 .input
{
margin-bottom:20px;
}
.box52 .form-control
{
border-radius:0;
border: 2px solid #bec3cb;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    vertical-align: middle;
}
.box52 textarea.form-control
{
height:120px;
resize:none;
}
.box52 .btn2
{
display:block;
width:100%;
}
/* span6 Section
--------------------------------*/


/* contact Section
--------------------------------*/

.map {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}
@media(min-width:768px)
{
.map
{

}
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrap {
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 30px;
}
@media(max-width:767px)
{
.videoWrap {
margin-top:20px;
}
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer 
{
background:url(../img/footer.jpg) center;
color:#fff;
background-size:cover;
padding:70px 0 0;
position:relative;
}
#footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background: rgba(50, 47, 164, 0.75);
}
#footer .container
{
position:relative;
}
.foot1 h4
{
text-transform:uppercase;
font-weight:500;
font-size:25px;
}
.foot1 p
{
font-size: 13px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.foot1 .social2 li
{
display:inline-block;
padding:0 3px;
}
.foot1 .social2 li a
{
display:block;
width:30px;
height:30px;
background:#fff;
color:#333;
border-radius:100%;
line-height:30px;
text-align:center;
}
.foot2 ul li
{
padding:11px 0;
position:relative;
padding-left:15px;
transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.foot2 ul li:hover
{
    opacity: 0.8;
}
.foot2 ul li:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
content: "\f105";
position:absolute;
left:0;
top:15px;
color:#fff;
transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.foot2 ul li:hover:before
{
left: 5px;
}
.foot2 ul li a
{
color:#fff;
font-size:17px;
}
.foot2 ul li:hover a
{
}
.foot3 ul
{

}
.foot3 ul li
{
padding:10px 0;
position:relative;
padding-left:40px;
}

.foot3 ul li p
{
margin:0;
}

.foot3 ul li a
{
	color:#fff;
}
.foot3 i
{
position:absolute;
left:0;
font-size:25px;
}
.foot3 strong
{
display:block;
font-weight:700;
text-transform:uppercase;
padding-bottom:7px;
font-size:16px;
}
.footer2
{
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin-top: 50px;
    padding: 19px 0;
    color: #ccc;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@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: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

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

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

 
}

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

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 66px;
  }

  #intro h2 {
        font-size: 40px;
   
  }
   #intro h3 {
        font-size: 20px;
    letter-spacing: 3px;
  }

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

  #mobile-nav-toggle {
    display: inline;
  }
}
.banner 
{
background:url(../img/banner.jpg) center;
background-size:cover;
padding:150px 0 150px;
color:#fff;
position:relative;
background-attachment:fixed;
background-position: center;
} 
.banner:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background: #010026;
content:'';
    opacity: 0.7;
}
.banner .container
{
position:relative;
}
.tagh3 h3
{
font-weight: 700;
    font-style: normal;
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase;
}
.abt p
{
    font-size: 20px;
    font-weight: 300;
}
.con1 ul
{
list-style:none;
margin:0;
padding:0;
}
.con1 ul li
{
padding: 10px 0;
    position: relative;
    padding-left: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.con1 ul li p
{
margin:0;
line-height:1.5;
}

.con1 ul li a
{
	color:#000;
}
.con1 ul li:last-child
{
border-bottom:none;
}
.con1 ul li i
{
    position: absolute;
    left: 0;
    font-size: 30px;
    color: #322fa4;
}
.con1 ul li strong
{
display:block;
font-weight:700;
text-transform:uppercase;
padding-bottom:7px;
font-size:16px;
}
.con2 .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.con2 .form-control
{
border: 1px solid #eee;
    border-radius: 0;
    height: 50px;
    background: transparent;
	margin:20px 0;
	font-size:13px;
}
.con2 .form-control:focus
{
    border-color: #cc98a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(147, 73, 88, 0.25);
}

/*------------------------ top haeder---------------------------------------*/
.top-header
{
background:#322fa4;
color:#fff;
}
.call ul li
{
display:inline-block;
padding:14px 5px;
font-size:13px;
}
.call ul li i
{
color:#fff;
padding-right:4px;
}
.call ul li a
{
color:#fff;
}
.call ul li a:hover
{
color: #ddd;
}
.social ul
{
list-style:none;
margin:0;
padding:0;
}
.social ul li
{
display:inline-block;
padding:10px 10px;
text-align:center;
}
.social ul li a
{
color:#fff;
}
.social ul li.last a
{
padding: 16px 25px 16px 25px;
    font-size: 12px;
    vertical-align: top;
    line-height: 27px;
    margin-left: 15px;
	background:#5d924a;
	color:#fff;
	font-weight: 600;
	text-transform:uppercase;
	    letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;
}
.social ul li.last a:hover
{
background:#fff;
color:#033b4a;
}
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
@media(max-width:767px)
{
.left2, .right2
{
text-align:center;
}
}
/*------------------------ top haeder end---------------------------------------*/

.owl-dots
{
margin-top:40px;
text-align:center;
}
.owl-dots .owl-dot
{
width:10px;
height:10px;
border:1px solid ;
border-radius:100%;
display:inline-block;
margin:3px;
}
.owl-dots .owl-dot.active
{
background:#eee;
}
/*--------------------------testimonials page-----------------------------------*/
.part1
{
background:#eaf5f7;
padding:30px;
color:#333;
position:relative;
margin-bottom:60px;
border-radius:10px;
}
.part1_icon
{
font-size: 50px;
    color: #d4eaef;
    margin-top: -67px;
}
.part1_txt h5
{
margin-bottom:0;
font-weight:500;
}
.part1_txt span
{
color:#999;
text-transform:uppercase;
font-size:12px;
}
.part1_txt p
{
margin-top:20px;
margin-bottom:15px;
line-height:1.8;
font-size:17px;
}
/*--------------------------testimonials page end-----------------------------------*/

.ref-logo
{
    text-align: center;    
}

.ref-logo img
{
background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    max-height: 71px;
}


@media(max-width:1024px)
{
.span0 h2
{
    font-size: 20px;
}

#header #logo {
    padding: 22px 0 0;
}

.header-scrolled #logo
{
padding: 14px 0 0;    
}
}


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

#intro .image1 .carousel-content {
    padding: 24% 0 0;
margin-left: 15px;    
}

#intro h2 {
    font-size: 30px;
    text-transform: capitalize;
    padding-left: 0;
}

#intro h2:before
{
    display:none;
}

#intro p {
    margin: 15px auto 0px auto;
    font-size: 16px;
}

.span0 h2 {
    font-size: 20px;
    text-align: left;
}
}

@media(max-width:414px)
{
.span0 h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom:20px;
} 

.heading h4 {
    font-size: 27px;
}
}    
.box51 ul li a 
{
color:#fff;
}
 