@charset "utf-8";

/*************************
*******Typography******
**************************/

@font-face {
  font-family: 'din';
  src: url('../fonts/din-font/din.eot');
  src: local('â˜º'), url('../fonts/din-font/din.woff') format('woff'), 
  url('../fonts/din-font/din.ttf') format('truetype'), 
  url('../fonts/din-font/din.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'tondo';
  src: url('../fonts/tondo/tondo.eot');
  src: url('../fonts/tondo/tondo.eot?#iefix') format('embedded-opentype'),
  url('../fonts/tondo/tondo.woff') format('woff'),
  url('../fonts/tondo/tondo.ttf') format('truetype'),
  url('../fonts/tondo/tondo.svg') format('svg');
}

@font-face {
  font-family:'opensans-boldd';
  src: url('../fonts/opensans/opensans-bold/opensans-bold.eot');
  src: url('../fonts/opensans/opensans-bold/opensans-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans/opensans-bold/opensans-bold.woff') format('woff'),
  url('../fonts/opensans/opensans-bold/opensans-bold.ttf') format('truetype'),
  url('../fonts/opensans/opensans-bold/opensans-bold.svg#opensans-boldd') format('svg');
}
@font-face {
  font-family:'opensans-semiboldd';
  src: url('../fonts/opensans/opensans-semibold/opensans-semibold.eot');
  src: url('../fonts/opensans/opensans-semibold/opensans-semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans/opensans-semibold/opensans-semibold.woff') format('woff'),
  url('../fonts/opensans/opensans-semibold/opensans-semibold.ttf') format('truetype'),
  url('../fonts/opensans/opensans-semibold/opensans-semibold.svg#opensans-semiboldd') format('svg');
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background:url(../images/bg.jpg) repeat #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

img {
max-width:100%;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.navbar-brand
{
padding:5px 0px;
}

/******************Add Css*********************/

.navbar-brand > h1
{
margin-top:7px !important;
}


/*****************End Css*************************/

/*************************
********Home CSS**********
**************************/

#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top:40%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom:20px;
}

.caption .btn-start {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
  background:#f8c72c;
}

.caption .btn-start:hover {
  color: #fff;
  background:#002f63;
}

.caption .btn-start2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border-radius: 4px;
  margin-top: 40px;
  border: 1px solid #af0009;
  background:#f81f2a;
}

.caption .btn-start2:hover {
  color: #fff;
  border: 1px solid #6e6d6c;
  background:#002f63;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom:20px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size:60px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #f8c72c;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  /*border-bottom:1px solid #f2f2f2;*/
  padding-bottom: 0px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}

/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(../images/about-bg.jpg);
  padding: 60px 0;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
    border:1px solid #c3c3c3;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
.twitter-new
{margin-top:20px;
}

#twitter {
  background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom:0px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding:3px 10px;
  width:100%;
  background:rgba(0, 0, 0, .7);
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom:-7px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
  color:#333333;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #001935;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
  background:#002f63;
}

.btn-loadmore:hover {
  background:#f8c72c;
  border: 1px solid #c39400;
  color:#333333;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top:15px;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

/*#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}*/

.footer-bottom p
{
float:left;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.instagram:hover {
  background-color: #8a3ab9;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}
#footer .social-icons ul li a.youtube:hover {
  background-color: #c93533;
}
#footer .social-icons ul li a.android:hover {
  background-color: #82c806;
}
#footer .social-icons ul li a.ios:hover {
  background-color: #a8a6a7;
}


/*Presets*/

/*==============================new css add==============================*/

section {
  padding: 50px 0 70px 0;
}
.abouts-secton
{
  padding: 70px 0!important;
}
.our-services .col-sm-4
{
  margin-bottom: 0px;
}
.padding-bottom-50
{
  padding-bottom: 50px!important;
}
.view-app-btn
{
  width: 100%;
  float: left;
  margin: 40px 0;
  padding: 0px;
}
#contact-us .heading
{
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
#contact-us
{
  padding-bottom: 50px!important;
}
.padding-both-70
{
  padding: 70px 0px!important;
}
.team-secton-heading
{ float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.team-secton-heading h2
{
  color: #333;
  margin: 0px;
}
.member-info > h3
{
  color: #333;
}
.team-secton-heading p
{
  color: #666;
  width: 70%;
  float: none;
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
}
.team-members
{
  margin-bottom: 0px;
}
.address > li
{
  color: #666;
}
.contact-address > li
{
  color: #fff;
}
.client-margin
{
  margin-bottom: 0px!important;
}
.testimonial-slider-section
{
  float: left;
  padding: 0;
  text-align: center;
  border: 1px dashed #fff;
}
.testimonial-slider-section .twitter-icon.text-center > h4
{
  font-weight: bolder;
  color: #ff6b00;
  margin-bottom: 10px;
}
.testimonial-slider-section .carousel.slide
{
  margin-bottom: 20px;
}
.fix-header
{
  width: 100%;
  float: left;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999999;
}
.content
{
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 80px 0 0 0;
  min-height: 402px;
}
/*.listing
{
  width: 100%;
  float: left;
  padding-top: 0px;
  margin: 0px;
}*/
.listing .heading h2
{
  margin-top: 0px;
}
.listing .heading 
{
  padding-bottom: 20px;
}
#product-listing .item
{
  padding: 0 15px 20px 15px;
}
.listing-right-titel
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  background:#002f63;
  color: #fff;
}
.listing-right-titel h4
{
  width: 100%;
  float: left;
  padding: 12px 10px;
  margin: 0px;
  background:#002f63;
  color: #fff;
  font-size: 15px;
}
.listing-right-titel i
{
  margin-right: 5px;
}
.categories-inner,.categories-inner ul,.categories-inner ul li,.categories-inner ul li a
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  outline: none;
  text-decoration: none;
}
.categories-inner ul
{
  background: #d3d3d3;
}
.categories-inner ul li
{
  border-top: 1px solid #fff;
}
.categories-inner ul li a
{
  padding: 8px 10px;
  color: #555;
}
.categories-inner ul li a:hover
{
  background: #027db3;
  color: #fff;
}
.populer-blog-inner h4
{
  color: #333;
  line-height: 21px;
  font-size: 18px;
  width: 100%;
  float: left;
}
.list-right-tag
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0 0 15px 0;
}

.populer-blog-image {
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;

}
.populer-blog-image a {
    line-height: 200px;
}
.populer-blog-image a img {
    display: inline-block;
    max-height: 200px;
    max-width: 100%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    border: 1px solid #c3c3c3;
}
.populer-blog-image a img:hover
{
  -webkit-transform:scale(1.2, 1.2);
  -moz-transform:scale(1.2, 1.2);
  -ms-transform:scale(1.2, 1.2);
  -o-transform:scale(1.2, 1.2);
  transform:scale(1.2, 1.2);
}

.listing-pagignation-wrapper
{
  width: 100%;
  float: left;
  padding: 0px 0 0px 0;
  margin: 20px 0 0 0;
}
.listing-pagignation ul
{
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
.listing-pagignation ul li
{
  list-style: none;
  padding: 0 1px;
  float: none;
  display: inline-block;
}
.listing-pagignation ul li.pagination-dot
{
  color: #babbbf;
  padding: 10px 0 0 0;
  font-weight: bold;
}
.listing-pagignation ul li a
{
  color: #555;
  background: #d3d3d3;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  outline: none;
  text-decoration: none;
}

.listing-pagignation ul li.active a,.listing-pagignation ul li a:hover
{
  background: #027db3!important;
  color: #fff;
}
.listing-pagignation ul li a.pagination-text
{
  background: none!important;
  font-style: italic;
  padding: 10px 0;
}
.listing-pagignation ul li a.pagination-text:hover
{
  color: #027db3;
}


/*============================details page start=====================*/
.blog-listing-heading-socal
{
  width: 100%;
  float: left;
  padding: 10px 0 0 0;
  margin: 0px;
}
.blog-listing-heading-socal ul
{
  float: left;
  padding: 0px;
  margin: 0px;
}
.blog-listing-heading-socal ul li
{
  float: left;
  list-style:none;
  padding: 0 20px 0 0;
  color: #5e5c5f;
  font-size: 13px;
}
.blog-listing-heading-socal ul li a
{
  color: #002f63;
  outline: none;
  padding: 0 0 0 5px;
  text-decoration: none;
}
.blog-listing-heading-socal ul.details-top-socals
{
  float: right;
  width: auto;
}
.blog-listing-heading-socal ul.details-top-socals li
{
  padding: 0px;
}
.blog-listing-heading-socal ul.details-top-socals li a
{
  outline: medium none;
  padding: 0 0 0 5px;
  text-decoration: none;
}
.blog-listing-heading-socal ul.details-top-socals li a i
{
  border-radius: 0px !important;
  color: #3a5371;
  float: left;
  font-size: 22px;
}
.blog-listing-heading-socal ul.details-top-socals li a:hover i
{
  color: #00aeef;
}
.blog-listing-image-wrapper
{
  width: 100%;
  float: left;
  padding: 0px 0 0 0;
  margin: 0px;
}
.listing-images-inener
{
  width: 100%;
  float: left;
  padding: 20px 0;
  margin: 0px;
  position: relative;
}
.listing-images-inener ul
{
  width: 100%;
  float: left;
  padding: 0px 0 0 0;
  margin: 0px;
}
.listing-images-inener ul li
{
  width: 100%;
  float: left;
  padding: 0px 0 0 0;
  margin: 0px;
  list-style: none;
}
.listing-images-inener ul li img
{
  width: 100%;
  float: left;
}
.blog-details-content
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.static-content p
{
  color: #666;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0 0 15px;
  width: 100%;
}
.static-content b
{
  color: #555;
  font-size: 16px;
  margin: 0;
  padding: 0 0 0px;
}
.blog-details-inner-content
{
  width: 100%;
  float: left;
  padding: 0px 0 0 0;
  margin: 0px;
}
.blog-details-inner-content span
{
  color: #706e6f;
  float: left;
  font-size: 16px;
  margin: 0 0 3px;
  width: 100%;
}
.blog-details-share
{
  width: 100%;
  float: left;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  background: #eaeaea;
  border-top: 1px dashed #6c6c6c;
  border-bottom: 1px dashed #6c6c6c;
}
.copy-link 
{
  position: relative;
  top: 3px;
   float: right;
  width: auto;
  margin: -36px 0 0 0;
}
.addthis_toolbox.addthis_default_style
{
  padding: 0px 0 0 0;
}
.link_input
{
  height: 25px;
  border-radius: 0px;
  border: 1px solid #7f7f7f;
}
.blog-details-share > span
{
  color: #727272;
  padding: 0 0 0 5px;
}
.facebook_comment_bg 
{
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.fb-comments.fb_iframe_widget_loader.fb_iframe_widget,
.fb-comments.fb_iframe_widget_loader.fb_iframe_widget > span,
.fb_iframe_widget_loader iframe,
.fb-like-box.fb_iframe_widget
{
  float: left;
  width: 100%!important;
}
.listing-image-slider iframe
{
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 300px;
}
/*<<<<for controlr...start>>>>>>>>*/
#product-listing .slick-prev,#product-listing .slick-next
{
  opacity: 1!important;
  cursor: pointer;
}

.listing-images-inener .slick-prev,#product-listing .slick-prev
{
  background-image: url("../images/gallery-arrow.png");/*ie8*/
  background-repeat: no-repeat;/*ie8*/
  background-position: 0px 0px;/*ie8*/
  float: left;
  height:35px;
  left: 0px;
  outline: medium none;
  position: absolute;
  top:50%;
  opacity: 0;
  width: 35px;
  z-index: 9999;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition:all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.listing-images-inener:hover .slick-prev,#product-listing:hover .slick-prev
{
 opacity: 1;
}
.listing-images-inener .slick-next,#product-listing .slick-next
{
  background-image: url("../images/gallery-arrow.png");/*ie8*/
   background-repeat: no-repeat;/*ie8*/
  background-position:-36px 0px;/*ie8*/
  height: 35px;
  margin: 0;
  outline: medium none;
  position: absolute;
  right: -3px;
  top: 50%;
  opacity: 0;
  width: 35px;
  z-index: 9999;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition:all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.listing-images-inener:hover .slick-next,#product-listing:hover .slick-next
{
    opacity: 1;
}
.blog-listing-item
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/*-------slick slider start-----*/

.blog-listing-titel > h2 {
    color: #333;
    float: left;
    font-size: 20px;
    margin: 0;
    width: 100%;
}
.blog-listing-Category
{
  width: 100%;
  float: left;
  padding: 0px 0 0 0;
  margin: 0px;
}
.blog-listing-Category span
{
  float: left;
  color: #027db3;
  font-size: 14px;
  padding: 0 8px 0 0;
  width: 50px;
}
.blog-listing-Category ul
{
  float: left;
  width: auto;
}
.blog-listing-Category ul li
{
  list-style: none;
  width: auto;
  float: left;
  padding: 0 1px;
}
.blog-listing-Category ul li a
{
  outline: none;
  text-decoration: none;
  color: #002f63;
  font-style: 14px;
}
.blog-listing-Category ul li a:hover
{
  color: #3a5371;
}
.static-content .table
{
  width: 100%;
  float: left;
  margin-top: 15px;
}
.static-content .table-responsive
{
  border: 0px;
}
.static-content .table-bordered tr td,.static-content .table-bordered tr th
{
  border: 1px solid #acacac!important;
}
.static-content .table-bordered th
{
  color: #555;
}
.static-content .table-bordered td
{
  color: #555;
}
.static-content .table-responsive
{
  width: 100%;
  float: left;
}
.blog-details-share
{
  width: 100%;
  float: left;
  padding: 10px 0 5px 0;
  margin: 20px 0 0 0;
  background: #eaeaea;
  border-top: 1px dashed #6c6c6c;
  border-bottom: 1px dashed #6c6c6c;
}
.copy-link 
{
  position: relative;
  top: 3px;
   float: right;
  width: auto;
  margin: -36px 6px 0 0;
}
.addthis_toolbox.addthis_default_style
{
  padding: 0px 0 0 0;
}
.link_input
{
  height: 25px;
  border-radius: 0px;
  border: 1px solid #7f7f7f;
}
.blog-details-share > span
{
  color: #727272;
  font-family: 'opensans-semibold';
  padding: 0 0 0 5px;
}
.facebook_comment_bg 
{
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.fb-comments.fb_iframe_widget_loader.fb_iframe_widget,
.fb-comments.fb_iframe_widget_loader.fb_iframe_widget > span,
.fb_iframe_widget_loader iframe,
.fb-like-box.fb_iframe_widget
{
  float: left;
  width: 100%!important;
}
.listing-image-slider iframe
{
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 300px;
}
.addthis_toolbox.addthis_default_style 
{
  margin: -20px 0 0;
  padding: 0 0 0 50px;
  width: 470px;
}
.copy {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff url("../images/copy_bg.jpg") no-repeat scroll center center;
    border-color: #807e7d #807e7d #807e7d -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: left;
    height: 20px;
    margin: 5px 0 0;
    position: absolute;
    right: 0;
    top: -3px;
    width: 19px;
}
.contact-form p,.contct-p
{
  color: #fff!important;
  float: none!important;
}
/*============================details page start=====================*/
.post-thumb
{
  width: 100%;
  float: left;
}
.post-thumb ul
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.post-thumb ul li
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.post-thumb .slick-slide
{
  min-height: auto;
}
.post-thumb .slick-slide img
{
  height: 268px;
  width: 100%;
}
/*newsletter popup*/
.newsletter-popup
{
  width: 100%;
  float: left;
  text-align: center;
  background: #fecb02;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'din';
}
.fancybox-skin
{
  background: #fecb02;
  border-radius: 10px;
}
.newsletter-popup-wrapper
{
  width: 500px;
  padding: 20px;
  /*height: 263px;*/
  float: left;
  display: inline-block;
  /*border: 1px solid #fff;
  border-radius: 10px;*/
}
.newsletter-popup .form-name
{
  float: left;
  text-align: left;
  padding: 0 0 0 0;
}
.newsletter-popup .user-left
{
  padding-top:5px; 
  font-size: 16px;
  color: #1d1d1d;
  /*font-weight: bold;*/
}
.newsletter-popup .input-padding
{
  float: left;
  text-align: left;

}
.newsletter-popup .form-submit
{
  float: right;
}
.newsletter-popup .form-submit .popup-btn
{
  width: auto;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  background: #f81f2a;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
}
.newsletter-popup .form-submit .popup-btn:hover
{
  background: #002f63;
}
.newsletter-popup .input-padding .form-control
{
  background: #fff0b4;
  height: 32px;
  border-radius: 4px;
  color: #1d1d1d;
}
.newsletter-popup .form-group
{
  margin-bottom: 5px;
}

.newsletter-logo, .popup-newsletter-titel,.newsletter-popup-form,
.newslettr-popup-socal,.popup-socal
{
  width: 100%;
  float: left;
}
.newsletter-popup-form
{
  margin-top: 10px;
}
.newsletter-logo
{
  margin-top: 0px;
  float: left;
}
.popup-newsletter-titel h5
{
  width: 100%;
  float: left;
  font-family: 'din';
  color: #1d3a66;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
}
.popup-newsletter-titel h6.sucessfull
{
  color: #1d3a66;
  font-size: 14px;
  line-height: 18px;
  border: 0px;
  margin: 0px;
  padding: 11px;
  min-height: 60px;
}
.popup-newsletter-titel h6.error
{
  color: #ff0000;
  font-size: 14px;
  line-height: 18px;
  border: 0px;
  margin: 0px;
  padding: 11px;
  min-height: 60px;
}
.newsletter-popup b.bold-popup-titel
{
  width: 100%;
  float: left;
  color: #ff0000;
  margin-top: 3px;
  text-transform: uppercase;
}
.popup-newsletter-titel h6
{
  width: 100%;
  float: left;
  font-family: 'din';
  color: #1d3a66;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-top: 10px;
}
.popup-newsletter-titel h6 b.bold-popup-titel
{
  text-transform: none;
  font-size: 16px;
}

.newsletter-popup-form .input-group {
    border: 1px solid #555;
    border-radius: 5px;
    behavior:url(css/PIE.htc);
}
.newsletter-popup-form input.form-control 
{
    background: transparent;
    border: medium none;
    color: #555;
    height: 38px;
    color: #000;
}
.newsletter-popup-form .news-btn 
{
    background: #555;
    border-radius: 0 5px 5px 0;
    height: 34px;
    margin: 0 2px 0 0;
    padding: 0 8px;
    behavior:url(css/PIE.htc);
}
.newsletter-popup-form .news-btn:hover
{
  background: #572f00;
}
.newsletter-popup-form .newsletter-input::-webkit-input-placeholder {
  color: #666666;
}

.newsletter-popup-form .newsletter-input:-moz-placeholder {
  color: #666666;
}

.newsletter-popup-form .newsletter-input::-moz-placeholder {
  color: #666666;
}

.newsletter-popup-form .newsletter-input:-ms-input-placeholder {
  color: #666666;
}
.newslettr-popup-socal
{
  margin-top: 78px;
}
.newslettr-popup-socal h5
{
  width: 100%;
  float: left;
  font-family:'opensans-bold';
  font-size: 14px;
  color: #fff;
}
.popup-socal
{
  text-align: center;
  margin-top: 10px;
}
.popup-socal ul
{
  width: auto;
  float: none;
  display: inline-block;
  padding: 0px;
}
.popup-socal ul li
{
  list-style: none;
  float: left;
  padding: 0 3px;
}
.popup-socal ul li a
{
  outline: none;
  text-decoration: none;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  float: left;
  color: #fff;
  background: #572f00;
  border-radius: 50%;
  behavior:url(css/PIE.htc);

}
.popup-socal ul li a:hover
{
  background: #fff;
  color: #572f00;
}
.fancybox-skin
{
  padding: 0px!important;
}
.fancybox-overlay
{
  z-index: 999999999!important;
}
.fancybox-opened
{
  z-index: 9999999999!important;
}
.haserror
{
    border: 1px solid #f81f2a !important;
    box-shadow: none!important;
}
.mobileapp {
	position:absolute;
	text-align:right;
	padding-right:50px;
	z-index:99999;
	width:100%;
	top:20px;
}

/*...........corporate css start.................*/
.corporate-banner-image,.corporate-banner-image-inner,.corporate-banner-image-inner img,.blog-corporate-left,.blog-corporate-left h2,.corporate,.blog-corporate-left p,.team-dost,.team-dost h4,.team-dost p,.team-dost ul,.team-dost ul li,.team-dost-item,.team-dost-image img,.team-dost-content,.team-dost-content h5,.team-dost-content p,.blog-corporate-right,.corporate-button,.corporate-button-content h5,.corporate-button-content p,.corporate-why-us,.corporate-why-us h3,.why-us-item,.why-us-item h5,.why-us-item p,.why-us-item-inner,.services-offered,.services-offered h4,.services-offered ul,.services-offered ul li,.services-offered ul li a
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans';
}
.corporate-banner-image-inner img
{
  border-bottom: 5px solid #aab4e1;
}
.blog-corporate-left h2
{
  font-size: 50px;
  color: #91a1b3;
  font-family:'opensans-boldd';
  line-height: 50px;
}
.corporate
{
  margin-top: 35px;
}
.blog-corporate-left p
{
  padding-bottom: 25px;
  font-size: 14px;
  color: #a5a5a5;
  font-family: 'Open Sans';
  line-height: 22px;
}
.team-dost
{
  border-top: 1px dashed #a5a5a5;
  padding: 25px 0 0 0;
}
.team-dost h4
{
  font-size: 16px;
  color: #5d73ad;
  font-family:'opensans-boldd';
}
.team-dost p
{
  font-size: 14px;
  color: #a5a5a5;
  font-family: 'Open Sans';
  line-height: 22px;
}
.team-dost ul li
{
  margin-top: 120px;
  list-style: none;
}
.team-dost ul li.magin-top-reduce
{
  margin-top: 35px;
}
.team-dost ul li:first-child
{
  margin-top: 35px;
}
.team-dost-item
{
  background: #f3f4f8;
  border-bottom: 5px solid #7f97b1;
}
.team-dost-image
{
  float: left;
}
.team-dost-image img
{
  position: absolute;
  float: left;
  bottom: 0px;
}
.team-dost-image-inner
{
  /*position: relative;*/
}
.team-dost-content
{
  float: left;
  padding: 20px 20px 20px 226px;
  width: 100%;
  position: relative;
}
.rightside-team-dost .team-dost-content
{
  padding: 20px 226px 20px 20px;
}
.rightside-team-dost .team-dost-image img
{
  right: 0px;
  left: auto;
}
.team-dost-content h5
{
  font-size: 16px;
  color: #002f63 ;
  font-family:'opensans-semiboldd';
}
.team-dost-content h5 span
{
  color: #3877bd;
  text-transform: uppercase;
}
.team-dost-content p
{
  font-size: 14px;
  color: #9c9c9c;
  padding: 0px;
  padding-top: 5px;
  text-align: justify;
  line-height: 20px;
}
.team-dost-image img 
{
  bottom: 1px;
  float: left;
  left: 0;
  max-width: 100%;
  position: absolute;
  width: 206px;
}
.corporate-button
{
  background: #758ac1;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
.corporate-button:hover
{
  background: #496185;
}
.corporate-button-icon
{
  width: 54px;
  height: 54px;
  float: left;
}
.corporate-button-icon
{
  width: 18%;
  float: left;
}
.corporate-button-content
{
  width: 82%;
  float: left;
}
.corporate-button-content h5
{
  color: #ebeef6;
  font-size: 24px;
  font-family:'opensans-boldd';
  /*font-family:'tondo';*/
  line-height: 25px;
}
.corporate-button-content p
{
  color: #ebeef6;
  font-size: 20px;
  font-family:'opensans-boldd';
}
.corporate-why-us
{
  margin-top: 35px;
}
.corporate-why-us h3
{
  color: #5d73ad;
  font-family: "opensans-boldd";
  font-size: 26px;
}
.why-us-item h5
{
  color: #91a1b3;
  font-family: "opensans-boldd";
  font-size: 16px;
}
.why-us-item p
{
  font-size: 14px;
  color: #9c9c9c;
  padding: 0px;
  padding-top: 1px;
  text-align: justify;
  line-height: 20px;
}
.why-us-item
{
  margin-top: 25px;
}
.why-us-item-inner.red-border
{
  border-left: 5px solid #dd6767;
  padding-left: 10px;
}
.why-us-item-inner.blue-border
{
  border-left: 5px solid #496185;
  padding-left: 10px;
}
.services-offered
{
  margin-top: 40px;
}
.services-offered h4
{
  background: url("../images/strip.png") no-repeat;
  height: 63px;
  line-height: 63px;
  color: #f2f4f7;
  font-size: 26px;
  font-family:'opensans-boldd';
  padding-left: 25px;
}
.services-offered ul li
{
  list-style: none;
  background: #b7ddea;
  border-top: 1px solid #fff;
}
.services-offered ul li a
{
  outline: none;
  text-decoration: none;
  color: #4b6080;
  font-size: 14px;
  font-family:'opensans-semiboldd';
  padding: 6px 0;
}
.services-offered ul li a:hover
{
  color: #fff;
}
.services-offered ul li a i
{
  float: left;
  background: url("../images/arrow.png") no-repeat;
  width: 44px;
  height: 26px;
  font-size: 16px;
  color: #fff;
  font-family:'opensans-boldd';
  margin-right: 15px;
  font-style: normal;
  padding-left: 8px;
}
.blog-corporate-right
{
  margin-top: 6px;
}
.rightside-team-dost .team-dost-content h5
{
  float: right;
  text-align: right;
}
.newsletter-popup.enquire-online-popup
{
  background: #ffffff;
}
.newsletter-popup.enquire-online-popup .input-padding .form-control
{
  background: #fff;
  border: 1px solid #e3e3e3;
}
.newsletter-popup.enquire-online-popup .form-submit .popup-btn
{
  background: #002f63;
}
.newsletter-popup.enquire-online-popup .form-submit .popup-btn:hover
{
  background: #f81f2a
}
.newsletter-popup.enquire-online-popup textarea.form-control 
{
  min-height: 70px;
  resize: both!important;
  min-width: 100%;
  max-width: 100%;
  float: left;
}
.enquariy-dost
{
  width: auto;
  float: none!important;
  padding-left: 5px;
}
/*..............corporate css end................*/






/*==============media quary start ============*/
@media(max-width: 550px){
  .newsletter-popup-wrapper
  {
    width: 279px;
  }
  .popup-newsletter-titel h5
  {
    font-size: 18px;
  }
  .newsletter-popup-wrapper
  {
    padding: 15px;
  }
  
}  
@media(max-width: 767px){
  .corporate.padding-bottom-50 
  {
    padding-bottom: 20px !important;
  }
  .services-offered
  {
    margin-top: 30px;
  }
  .blog-corporate-right,.corporate-why-us
  {
    margin-top: 20px;
  }
  .why-us-item
  {
    margin-top: 15px;
  }
  .rightside-team-dost .team-dost-content h5
  {
    float: left;
    text-align: left;
  }
  .team-dost ul li:first-child,.team-dost ul li
  {
    margin: 10px 0 0 0!important;
  }
  .team-dost-image img
  {
    position: relative;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .team-dost-image
  {
    text-align: center;
    width: 100%;
    float: left;
  }
  .corporate
  {
    margin-top: 25px;
  }
  .blog-corporate-left h2
  {
    font-size: 45px;
  }
  .team-dost-content,.rightside-team-dost .team-dost-content
  {
    padding: 20px 20px 20px 20px;
  }
  .newsletter-popup-form .col-sm-3.user-left
  {
    float: left;
    width: 100%;
  }
  .newsletter-popup .form-group
  {
    margin-bottom: 0px;
  }
  .newsletter-popup .input-padding
  {
    width: 100%;
    float: left;
  }


  .post-thumb .slick-slide img {
    height: 200px;
    width: 100%;
  }
  .copy-link {
    float: right;
    margin: 0 5px 5px;
    position: relative;
    top: 0;
    width: auto;
  }
  .addthis_toolbox.addthis_default_style
  {
    width: 100%;
  }
  .blog-listing-item
  {
    padding-bottom: 20px;
  }
  .listing-pagignation-wrapper
  {
    margin-bottom: 20px;
  }
  .content
  {
    margin-top: 40px;
  }
  .listing
  {
    padding-bottom: 20px!important;
  }
	.mobileapp {
		text-align:center!important;
		padding-right:0px!important;
	}
  
}
@media(min-width: 600px) and (max-width: 767px){
  #product-listing .item
  {
    width: 50%!important;
  }
  .copy-link
  {
    margin-top: -33px;
  }
}
@media(max-width: 768px){
  
}
@media(min-width: 768px) and (max-width: 991px){
  .services-offered h4
  {
    font-size: 20px;
  }
  .team-dost ul li,.team-dost ul li:first-child
  {
    margin-top: 20px!important;
  }
  .corporate-button-icon
  {
    width: 20%;
    padding-right: 5px;
  }
  .corporate-button-content
  {
    width: 80%;
  }
  .corporate-button-content h5
  {
    font-size: 19px;
  }
  .corporate-button-content p
  {
    font-size: 16px;
  }
  .corporate-button-icon
  {
    line-height: 54px;
  }
  .post-thumb .slick-slide img {
    height: 200px;
    width: 100%;
  }
  .copy-link {
    float: right;
    margin: 0 5px 5px;
    position: relative;
    top: 0;
    width: auto;
  }
  .addthis_toolbox.addthis_default_style
  {
    width: 100%;
  }
}
@media(min-width: 1200px){
  .corporate-button-icon
  {
    padding-right: 6px;
  }
  #product-listing .item
  {
    padding: 0 10px 20px 10px;
  }
  .testimonial-slider-section
  {
    float: left;
    margin: 20px 0 0 -65px;
    padding: 0;
    text-align: center;
    width: 85%;
    border: 1px dashed #fff;
  }
  .contact-info > p
  {
    width: 60%;
  }
}

.team-members
{
width:100%;
overflow:hidden;
float:left;
position:relative;
}

.team-inners
{width:100%;
float:left;
padding:0px;
}

.team-inners ul
{width:100%;
float:left;
padding:0px;
}

.team-inners ul li
{width:25%;
float:left;
padding:0px;
list-style:none;
}/*----------slick slider arrow start------*/
.team-inners .slick-list
{
  /*overflow: visible;*/
}
.team-inners .slick-slide {
  margin: 0 18px;
}
.team-inners .slick-list {
  margin: 0 -18px;
}
/*...start..*/
.team-inners .slick-prev
{
    background-image: url("../images/gallery-arrow.png");/*ie8*/
    background-position: 0px 0px;
    background-repeat: no-repeat;/*ie8*/
    float: left;
    width:35px;
    height:35px;
    left:15px;
    outline: medium none;
    cursor: pointer;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    opacity: 0;
    z-index: 9999;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition:all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.team-inners:hover .slick-prev
{
 opacity: 1;
}
.team-inners .slick-next 
{
    background-image: url("../images/gallery-arrow.png");/*ie8*/
    background-position: -36px 0px;
     background-repeat: no-repeat;/*ie8*/
    width:35px;
    height:35px;
    margin: 0;
    outline: medium none;
    cursor: pointer;
    position: absolute;
    right:15px;
    top: 50%;
    transform:translateY(-50%);
    opacity: 0;
    z-index: 9999;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition:all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.team-inners:hover .slick-next 
{
    opacity: 1;
}

/*--------slick slider arrow end------*/
/*nn*/
.cutome-popup-form
{
  width: 100%;
  float: left;
  margin: 50px 0;
}
.cutome-popup-form > input
{
  background: #000;
}
/*...............left fix button css srtart here..........*/
.left-fixed-button
{
  float: left;
  /*background: #fff;*/
  position: fixed;
  top: 20%;
  z-index: 999999;
  /*left: 205px;*/
}
.left-fixed-button ul
{
  float: left;
  padding: 0px;
  margin: 0px;
  
}
.left-fixed-button ul li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 208px;
  float: left;
  clear: both;
  position: relative;
  margin-left: -180px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition:all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.left-fixed-button ul li.active
{
  margin-left: 0px;
}
.left-fixed-button ul li p
{
  float: left;
  outline: none;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 0 0px 4px 4px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  behavior:url(css/PIE.htc);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.left-fixed-button ul li p i
{
  float: left;
  padding-right: 10px;
  padding-top: 4px;
}

.left-fixed-button ul li p.download-books
{
  background: #f8c72c;
  position: absolute;
  right:-108px;
  top: 43%;
}
.left-fixed-button ul li p.download-books:hover,.left-fixed-button ul li p.book-apportments:hover
{

  background: #002f63;
}
.left-fixed-button ul li p.book-apportments
{
  background: #027DB3;
  position: relative;
  left:-55px;
  top: 38%;
  
}
.download-book-details
{
  height: 199px;
  float: left;
  border: 5px solid #f8c72c;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.book-apportments-details
{
  width: 198px;
  height: 198px;
  float: left;
  border: 5px solid #027DB3;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.download-book-details img,.book-apportments-details img
{
  max-width: 100%;
  height: 198px;
  float: none;
  display: inline-block;
}
.download-book-details a,.book-apportments-details a
{
  width: 100%;
  float: left;
  text-align: center;
  line-height: 17px;
  color: #002f63;
}
.sticky-share-wrp
{
  float: left;
}
.sticky-share-wrp ul
{
  float: left;
  top:100px;
  width:28px;
  position:fixed; 
  right: 0px;
  z-index:999999999;
  padding: 0px;
}
.sticky-share-wrp ul li
{
  float: left;
  width: 100%;
  padding: 0px;
  list-style: none;
}
.sticky-share-wrp ul li a
{
  display: block;
  outline: none;
  position: relative;
  color:#FFFFFF;
  font-size:18px;
  padding:5px;
  background: #f8c72c;
}
.sticky-share-wrp ul li:nth-child(2) a,.sticky-share-wrp ul li:nth-child(4) a,.sticky-share-wrp ul li:nth-child(6) a,.sticky-share-wrp ul li:nth-child(8) a
{
  background: #003756;
}
.sticky-share-wrp ul li:first-child
{
  border:none;
}
.sticky-share-wrp ul li a.facebook:hover {
  background: #3b5999;
}
.sticky-share-wrp ul li a.instagram:hover {
  background: #8a3ab9;
}
.sticky-share-wrp ul li a.twitter:hover {
  background: #2ac6f7;
}
.sticky-share-wrp ul li a.dribbble:hover {
  background: #ff5b92;
}
.sticky-share-wrp ul li a.linkedin:hover {
  color: #036dc0;
}
.sticky-share-wrp ul li a.tumblr:hover {
 background: #ff6b00;
}
.sticky-share-wrp ul li a.youtube:hover {
  background: #c93533;
}
.sticky-share-wrp ul li a.android:hover {
  background: #82c806;
}
.sticky-share-wrp ul li a.ios:hover {
  background: #a8a6a7;
}

/*............................map secton...*/
.map_section
{
  width: 100%;
  float: left;
  padding:0px;
  margin: 0px;
}
.map
{
  width:100%;
  height:400px;
  z-index:999999999;
  position:relative;
  color: #000000;
  
}

.gm-style-iw h4{
color:#000000 !important;
}


#map_canvas
{
  display: block;
}
#map_canvas2
{
  display: none;
}
/*map end*/

@media(max-width:480px){
  .main-nav.navbar-fixed-top .navbar-header
  {
    margin-top: 0px;
  }
  .navbar-header
  {
    margin-top: 45px;
  }

.left-fixed-button ul li p
{
transform: rotate(0deg);
font-size:11px;
padding:5px;
margin:0 130px 0 10px;
}

.left-fixed-button ul li p.download-books
{
position:relative;
right:0px;
}
.left-fixed-button ul li p.book-apportments
{
left:50%;
}

.left-fixed-button ul li
{height:0;

}
.sticky-share-wrp ul
{
top:0px;
position:absolute;
}
.left-fixed-button ul li p i 
{
display:none;
}
.left-fixed-button
{
position:absolute;
top:0px;}

.ios {
    position: relative;
    right: 30px;
    top: -34px;
}

.facebook, .instagram, .twitter, .youtube
{display:none !important;
}
}
