/*
Theme Name: Business Automation
Theme URI: www.batworld.com
Author: Batworld
Description: Description
Version: 1.1.0
Text Domain: www.batworld.com
*/


/*--------------- Main Styles ---------------------*/

/*fonts Start*/

@font-face {
    font-family: 'flexslider-iconicon';
    /*src: url('../fonts/flexslider-icon.ttf') format('ttf');*/
    src: url('../fonts/flexslider-icon.ttf') format('ttf');
    src: url('../fonts/flexslider-icon-webfont.woff2') format('woff2'),
         url('../fontsflexslider-icon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*fonts End*/
/** Common & Reset style **/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	color: #111;
	line-height: normal;
	overflow-x: hidden;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

*, *:after, *::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* comon style */
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 16px;
	line-height: 1;
	font-weight: bold;
}

a{
	color: #16A0DA;
	outline: 0 !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

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

ul li,
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

h1{
	font-size: 34px;
	line-height: 1.2;
	font-weight: normal;
}

h2{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 10px;
}

h3{
	font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 3px;
}

h4{
	font-size: 18px;
}

p{
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 10px;
}

img{
	max-width: 100%;
}

.form-group{
	position: relative;
	background: none;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}

button{
	border: none;
}

label{
	font-weight: normal;
	display: block;
}

textarea, select, input{
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	height: 34px;
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
	padding: 5px 10px;
	box-shadow: none;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	color: #000;
}
textarea{
	height: auto;
	min-height: 100px;
}

textarea:focus, select:focus, input:focus{
	border-color: #3b82d0;
	outline: none;
	box-shadow: none;
}

input[type="submit"],
.button{
	background: #ebf2fa;
	color: #3b82d0;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	padding: 10px 15px;
	border-radius: 2px;
	border: 1px solid #3b82d0;
	height: 40px;
	box-shadow: none;
	width: auto;
	min-width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:active,
.button:focus,
.button:hover{
	background: #3b82d0;
	color: #fff;
	outline: none;
	box-shadow: none;
}

input[type="checkbox"], 
input[type="radio"] {
	box-sizing: border-box;
	display: inline-block;
	padding: 0;
	vertical-align: baseline;
	width: auto;
	height: auto;
	margin: 2px 5px 0 0;
	outline: none;
}
input[type="file"]{
	border: none;
}


input[type="submit"]:active,
input[type="submit"]:focus,
input[type="file"]:active,
input[type="checkbox"]:active, 
input[type="radio"]:active,
input[type="file"]:focus,
input[type="checkbox"]:focus, 
input[type="radio"]:focus{
	outline: none;
}


::-webkit-input-placeholder { color: #ababab; opacity: 1; }
:-moz-placeholder { color: #ababab; opacity: 1; }
::-moz-placeholder { color: #ababab; opacity: 1; }
:-ms-input-placeholder { color: #ababab; opacity: 1; } 

.container{
	position: relative;
}

.sec_block:after,
.sec_block:before,
.wrap:after,
.wrap:before,
section:after,
section:before,
header:after,
header:before,
footer:before,
footer:after{
	content: " ";
	clear: both;
	display: table;
}

.sec_block,
section,
header,
footer{
	display: block;
	clear: both;
	padding: 40px 0;
}



/*** To start style ***/

/*Header Start*/

/*Navbar Start*/
.header_panel{	
  display: inline-block;
  background: #ffffff;
  padding: 0;
  width: 100%;  
  box-shadow: 0px 8px 35px 0px rgba(46,49,146,0.8);
  height: 65px;
}
.sticky-menu{
	position: fixed;
	z-index: 9!important;
}
.logo{margin-top:0;}
.logo a img{
	max-width: 171px;
}

.main_menu{

}

.shadowfilter {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
.shadowfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
}

.navbar-default{
	background: none;
	border-color: transparent;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a{
  color: #000;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover{
	background: none;
	color: #09476b;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #b7bfc6;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	background: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #09476b;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: #000;
}
.dropbtn {
    color: #000;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #ffffff;
    /*background-color: #f9f9f9;*/
    min-width: 160px;
    box-shadow: 6px 13px 12px 6px rgba(000,0000,0000,0.9);
    z-index: 1;
}
.dropdown-content a{
	color: #fff;
}

.dropdown-content a {
    color: #09476b;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: none;
  background: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}



.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    background-color: none;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

/*Navbar End*/


/** header End**/

/*slider start*/

.slider_section{
  
}

.slider_panel{
	display: none;
}
#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
.nav-pills > li > a{
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

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


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(http://s20.postimg.org/h50tgcuz1/image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(http://s20.postimg.org/uxf8bzlql/image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*Carousel start*/

#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #fff;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { 
	background-color: #16a085; 
}
.nav-pills>li[data-slide-to="1"].active a { 
	background-color: #e67e22; 
}
.nav-pills>li[data-slide-to="2"].active a { 
	background-color: #2980b9; 
}
.nav-pills>li[data-slide-to="3"].active a { 
	background-color: #8e44ad; 
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100%;
}
.carousel-inner > .item{
  -webkit-transition: -1.4s ease-in-out left;
  transition: -1.4s ease-in-out left;

}


.slider_section .carousel-caption{
	top: 30%;
}
.slider_section .carousel-caption h2{
  font-weight: bold;
  font-size: 35px;
  color: #f2f2f2;
  line-height: 46px;
}
.carousel-caption{
  text-shadow: 0 1px 2px rgba(46,49,146, 0.9);
}
.slider_btn{
  background: #EE024C;
  border: 1px solid #F1F1F1;
  font-size: 20px;
  color: #ffffff;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}
.slider_btn:hover{
  background: #16A0DA;
  color: #ffffff;
}

.animated{
  animation-duration: 9s;
  animation-fill-mode: both;
}




/*Carousel start*/


/*slider End*/

/*batlife_style Start*/

.batlife_style{
  background: url(../images/bg/count_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  padding: 130px 0;
}
.life_style{
  margin-bottom: 30px;
}
.bat_life {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 30px;
}
.bat_life .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 70px;
  background: #E82335;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  /*visibility: hidden;*/

}

.bat_life img {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.bat_life:hover img {
  -webkit-transform: translate3d(0,-10%,0);
  transform: translate3d(0,-10%,0);
}

.bat_life .view_event {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: #1892E7;
  float: left;
  margin: 0px;
  display: inline-block;
}

.bat_life a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}
.bat_life a.info:hover {
    box-shadow: 0 0 5px #000;
}


.bat_life p.icon-links a {
  float: right;
  color: #1892E7;
  font-size: 1.4em;
}

.bat_life:hover p.icon-links a:hover,
.bat_life:hover p.icon-links a:focus {
  color: #ffffff;
}

.bat_life .view_event,
.bat_life p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
  visibility: visible;
}

.bat_life p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.bat_life:hover .overlay,
.bat_life:hover .view_event,
.bat_life:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.bat_life:hover .view_event {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.bat_life:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bat_life:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.bat_life:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*batlife_style End*/


/*Industries Start*/

.industry{
	/*background: url(../images/bg/industry_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;*/
  border-collapse: collapse;
    height: 100%;
    margin: 0;
    padding: 130px 0;
    width: 100%;
    background-color: #b40a6f;
    background: linear-gradient(135deg,#360384,#da0b68);
    background-image: linear-gradient(135deg,rgb(54,3,132),rgb(218,11,104));
    background-repeat: repeat;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;

}

.industry .heading h2, .industry .heading p{
  color: #ffffff;
}

.well{
	background: none;
  padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.05);
    box-shadow: inset 0 1px 1px rgba(255,255,255, 0.05);
}
.well .item img{
	width: 100%;
}
.well .item .text-center h4{
	color: #1892E7;
	margin: 15px 0;
}
.carousel-inner.onebyone-carosel { 
	margin: auto; 
	width: 100%; 
}
.onebyone-carosel .active.left { 
	left: -33.33%; 
}
.onebyone-carosel .active.right { 
	left: 33.33%; 
}
.onebyone-carosel .next { 
	left: 33.33%; 
}
.onebyone-carosel .prev { 
	left: -33.33%; 
}

.carousel-control{
	width: 5%;
}
.sector_section{
  background: #ffffff;
  padding: 30px 0;
  border-radius: 0 0 8px 8px;
}
.details{
  background: #1892E7;
  border-radius: 50px;
  text-align: center;
  padding: 15px 10px;
  width: 50%;
  margin: 0 auto 15px;
}
.details a{
	color: #fff;
	font-size: 18px;
}


/*Industries End*/

/*testimonial start*/

.testimonial{
  background: url(../images/bg/life_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}

.testimonial .carousel-indicators {
    bottom: -5px;
}
.adjust1 img{
  width: 100%;
}
.carousel-control .icon-prev, .carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    left: -3%;
}
.thumbnail{
  padding: 30px 10px;
  border: 3px solid #16A0DA;
}
.thumbnail .caption{
  padding: 0;
}

.carousel-indicators .active {
    background: #31708f;
}
.content {
    margin-top: 20px;
}
.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.adjust2 {
    margin: 0;
}
.carousel-indicators li {
    border: 1px solid #ccc;
}
.industry .carousel-control {
    color: #E82335;
    width: 5%;
    height: 9%;
    top: 50%;
    font-size: 35px;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #31708f;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.media-object {
    margin: auto;
    margin-top: 0%;
}
@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}

/*youtube start*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*youtube End*/


/*testimonial End*/

/*count_client Start*/
.count_client{
  background: url(../images/bg/section_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
.our_mermber{
	padding-bottom:30px;
}
.count_client .counter{
  font-size: 50px;
  margin-bottom: 30px;
}

.count_client p span{
  font-size: 40px;

}
/*count_client End*/

/*news_event Start*/

.news_event{
	background: url(../images/bg/testimonial_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.news{
  background: #1892E7;
  padding: 15px;
  min-height: 292px;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
}
.news .news_pic{
	border: 1px solid #fff;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
}
.news .news_pic img{max-height:76px;min-height:76px;}
.news .news_title{
	padding: 10px;
    border: 1px solid #ddd;
    margin-top: 20px;
    text-align: left;
    background: #1892E7;
    border-radius: 6px;
	min-height: 140px;
}
.news .news_title a{color:#fff;}

.date{
	margin: 10px 0;
	color: #1892E7;
	font-weight: bold;
}
/*news_event End*/

/*Clients Start*/
.client_panel{
  position: relative;
  padding: 30px 0 0;
}
.heading{
  margin-bottom: 30px;
}
.heading h2 {
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: bold;
    color: #111;
	margin:0;
}
.heading p{
  color: #111;
  font-size: 17px;
}

.heading h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #16A0DA;
    content: "";
    border-radius: 5px;
}
.count_client .heading{
	margin-bottom: 25px;
}
.count_client .heading h2 {
	color:#fff;
	margin:0;
}
.count_client .heading h2:after {
	background: #fff;
}

.flex-control-nav{
	display: none;
}
.flex-direction-nav a:before{
	color: #33318E;
}
.flexslider{
  background: #1892E7;
  border: 4px solid #1892E7;
  padding: 20px;
  margin-bottom: 30px;
}


/*Clients End*/


/*perticals*/

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: auto;
  background-color: #16A0DA; 
  background-image: url(../images/slider/slide3.jpeg)no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#particles-js canvas{
	height: 100px !important;
}

/**/


/*Footer Start*/
.footer_panel{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #16A0DA;
	padding: 40px 0;
	color: #fff;
}

.f_logo{
	margin-bottom: 20px; 
}
.footer_email span, .f-navbar a{
	color: #fff;
}
.f-navbar li{
	line-height: 30px;
}
.footer_social{overflow:hidden;}
.member_logo{margin-top: 68px;}
.copyright{
	background: #EE024C;
	color: #fff;
	padding: 10px 0;
	display: block;
}

.social {
    position: relative;
    height: 20px;
    width: 9.5em;
    margin: 50px 50px;
}

.social li {
    display: block;
    height: 40px;
    line-height: 50px;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 40px;

}

.social a {
    color: #fffdf0;
    display: block;
    height: 40px;
    line-height: 50px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px; 
  
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.twitter {
    background: #00BFF6;
    bottom: 0;
    left: 25%;
}

.pinterest {
    background: #e11a30;
    left: 50%;
    top: 0%;
}
.googleplus {
    background: #D62223;
    bottom: 0;
    left: 75%;
}
.hiring_job{
  color: #000;
}

.submit{
  font-size: 20px;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  border-radius: 0;
}
.submit:hover{
  background: #EE024C;
  color: #fff;
}
.white{
  color: #fff;
}
.latestnews a{font-size:14px;font-weight:bold;}

/*Footer End*/
.service_main_title p{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.service_icon_img img{min-height: 258px;}
.service_list ul{
	background: #595959;
    color: #fff;
    padding: 10px 15px;
}

/***** MODAL PROPERTIES *****/
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.modalCloseIcon,.modalCloseIcon:hover {
    font-size: 30px;
    color: #fff;
    margin: 30px -13px -23px 100px;
    background: #000 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    z-index: 1;
    position: relative;
}
li[data-target] {
    cursor:pointer;
}
.heading-oss{clear:both;margin-top:20px;}
.heading-oss a{
	font-size:25px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: bold;
    color: #111;
    margin: 0;
}
.oss-com-logo{
	float: left;
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 5px;
}
.oss-content .txt-content ol, .oss-content .txt-content ul{
	list-style-type: decimal;
	padding-left: 20px;
    list-style-position: inside;
}
.oss-content .txt-content li{
	line-height: 18px;
    margin-bottom: 15px;
}
/***** MEDIA QUERIES *****/
 @media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .modalCloseIcon {
        margin:-12px 0 0 0;
    }
}


@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .modalCloseIcon {
        font-size: 30px;
		color: #fff;
		margin: 30px -13px -23px 100px;
		background: #000 !important;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		opacity: 1;
		z-index: 1;
		position: relative;
    }
}