
body {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 20px;
  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;
  
}

.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;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  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: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.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,.7);
}

.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: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  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);
}

.navbar-brand h1 {
  margin-top: 5px;
}

/*************************
********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: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.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{
	background-image: url(../images/3.png);
    padding: 60px 0;
}
.portfolio1{
	background-image: inherit !important;
    padding: 0;
	background-color: #111111 !important;
}
#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;

}

#portfolio .overlay {
  background-color: #00b5ef;
  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;
	padding: 15px;
}

.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.9;
  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: left;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
	text-align: center;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
/*	border: 1px solid #7d7c7c;*/
	text-align: center;
}

.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%;
}

.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/counter.jpg);
*/
}

#features i {
  font-size: 48px;
}

#features h3 {
/*
  margin-top: 15px;
  font-size: 66px;
  margin-bottom: 24px;
  color: #fff;
	font-weight: 300;
*/
}

#features .slider-overlay {
  opacity: 0.8;
}
#features p{
	font-size: 15px;
}

/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

/*
.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  margin-bottom: 11px;
	text-align: left;
	
}
.video_price h4{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
*/

/*************************
********Twitter CSS*******
**************************/
#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: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  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;
}

.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 #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 0;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/website-img/footer.png);
/*  padding: 60px 0; */
	overflow: hidden;
}

#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: 80px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:30px;
  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 .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.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;
}


/* working */



.banners .slider-container .slider__item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat;
}
.banners .slider-container .slider__item {
    position: relative;
    min-height: 100vh;
}


.menu_box{
	background-color: rgba(62, 183, 119, 0.9);
	
	    background-color: rgba(62, 183, 119, 0.9);
	background-color: #fff;
    
        width: 100%;
    display: block;
	
  
}
.menu{
	display: block;
	
	
	text-align: center;
	clear: both;
	overflow: hidden;
	margin-top: 0;
}
.menu li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;


}
.menu li:last-child{
	margin-right: 0;
}
.menu li a{
	
margin: 0;
	padding: 0;
	color: #797979;
	font-weight: 400;
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 11px 0;
	border-bottom: 3px solid #fff;
	font-family: 'Open Sans', sans-serif;

}
.menu li:last-child:hover{
	background-color: #303030;
}
.menu li:last-child a{
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	border: none;
}
.menu li:last-child a:hover{
	color: #fff;
	border: none;
}
.menu li:last-child {
	background-color: #23ba9b;
	border-radius: 3px;
	float: right;
	margin-top: 6px;
}
.menu li a:hover{
	
	color: #23ba9b;
	border-bottom: 3px solid #23ba9b;
}

.main-menu{
	background-color: #fff;
	height: 60px;
	
	padding: 0 15px;
	padding-top: 3px;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 9999999;
}
.only_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background: url(../images/bgs.png);*/
    z-index: 9;
    overflow: hidden;
}

.text_info{
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 35%;
    text-align: left;
    width: 100%;
	left: 5%;
	width: 820px;
	
}

.text_info h3{
	font-size: 40px;
	color: #fff;
	font-weight: 400;
    margin-bottom: 10px;
} 

.text_info h4 {
    display: block;
    clear: both;
    font-size: 14px;
    margin-bottom: 15px;
	color: #fff;
	text-align: left;
	font-weight: 600;
	border : solid 3px rgba(255,255,255, 0.5);
	padding: 20px;
	margin-bottom: 50px;
}
.text_info p {
    padding: 0;
    font-size: 70px;
    color: #fff;
    margin-bottom: 55px;
	opacity: 0.7;
    font-weight: 400;
	text-transform: uppercase;
}
.topliness{
	margin-bottom: 41px;
}
.banner_btn{
	width: 176px;
	height: 44px;
text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #00b5ef;
	line-height: 43px;
}

#services{
	background-color: #fff;
	padding: 80px 0;
}

.heading_main{
	display: block;
	overflow: hidden;
	text-align: center;
/*	background: url(../images/lines.png) center bottom no-repeat;*/
	margin-bottom: 25px;
}
.heading_main1 {
	float: left;
	text-align: left;
/*	background: url(../images/lines.png) left bottom no-repeat;*/
	width: 100%;
	clear: both;
}
.heading_main h2{
	color: #23ba9b;
	text-transform: uppercase;
font-size: 30px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999999999;
} 
.heading_main_11 h2{
	color: #23ba9b;
	text-transform: uppercase;
font-size: 60px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	
} 

.text_about p{
	font-size: 16px;
	color: #cccccc;
}
.main_box{
	background-color: #808080;
	width: 540px;
	height: 162px;
	position: relative;
	margin-top: 30px;
}
.clear{
	clear: both;
	overflow: hidden;
}
.text_about {
	margin-bottom: 35px;

}
.text_about1 .heading_main1{
	background: transparent;
	margin: 0;
}
.text_about1{
	border:3px solid #808080;
	background-color: #000;
	padding: 20px;
	margin-bottom: 0;
	
	width: 540px;
	height: 162px;
	position: absolute;
	top: -10px;
	left: -10px;
	
}
.text_about1 p{
	margin-bottom: 0;
}
.features_tax{
	   margin-left: 115px;
}

.heading_main2 {
	display: block;
    overflow: hidden;
    text-align: center;
    background: url(../images/lines.png) top center no-repeat;
	    padding-top: 45px;
    
}

.heading_main2 h2{
	font-size: 25px;
	text-align: center;
	width: 100%;
}
.heading_main3{
	margin-bottom: 50px;
}
#pricing{
	  
    padding: 75px 0;
}
.video_price{
	background-color: #00b5ef;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 18px;
}
/*
.pricing_tabels{
	padding: 10px;
}
*/
.prcingpicture{
	width: 100%;
	margin-bottom: 15px;
}
.prcingpicture img{
	width: 100%;
}
.real_pricing{
	background-color: #f7f7f7;
	text-align: center;
	padding: 25px 0;
}

.real_pricing h5{
	font-size: 41px;
	margin-bottom: 5px;
	color: #000;
}
.real_pricing h6{
	color: #8c8c8c;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.btn.btn-primary{
	background-color: #00b5ef;
	font-size: 14px;
}
#clientss{
	 background-image: url(../images/clients.jpg);
    padding: 60px 0;
}

.client_box{
	background-color: rgba(255,255,255, 0.9);
	padding: 7px;text-align: center;
	margin-bottom: 30px;
}
.client_image{
	border: 1px dashed #a8a8a8;
}

.client_image img{
	width: 100%;
}
#main-contact-form{
	width: 100%;
	clear: both;
	display: block;
	
}
.form-control::placeholder{
	color: #FFF;
}
.form-control:focus{
	background-color: transparent;
}

.btn-submit{
	background-color: #00b5ef;
}
.contact-info ul li i{
	width: 25px;
}
.copy_rights{
	color: #fff;
	margin-top: 30px;
}
.copy_rights a{
	color: #fff;
}
.newsletters{
	border: 1px solid #b3b3b3;
	width: 100%;
	background-color: #272626;
	clear: both;
	display: block;height: 45px;
	margin-bottom: 50px;
}
.newsletters input{
	
	width: 70%;
	float: left;
	overflow: hidden;
	display: block;
	background-color: transparent;
	border: none;
	float: left;
	height: 45px;
	padding-left: 3%;
	padding-right: 3%;
	
}

.newsletters a{
	
	background-color: #00b5ef;
	font-size: 23px;
	color: #fff;
	text-align: center;
	height: 45px;
	width: 70px;
	text-transform: uppercase;
	float: right;
	line-height: 40px;
	
}
#ourservices{
	background-color: #fff;
	overflow: hidden;

}

.services-box
{width: 100%;

	overflow: hidden;
	clear: both;
	background-size: cover;
	height: 556px;


}
.services_box_info{
	background-color: #fff;
	
	
	
	padding: 40px 40px;
}

.numbers{
	height: 75px;
	width: 75px;
	background-color: #00b5ef;
	font-weight: 300;
	color: #fff;
	line-height: 70px;
	font-size: 45px;
	text-align: center;
	margin-bottom: 30px;
}
.services_box_info h4{
	font-size: 40px;
	color: #535961;
	font-weight: 400;
	margin-bottom: 35px;
	text-transform: uppercase;
	background: url(../images/website-img/intelligent-lines.png) bottom left no-repeat;
	padding-bottom: 25px;
}
.services_box_info p
{
	font-size: 18px;
	margin-bottom: 30px;
	color: #6a6a6a;
	text-align: justify;
	font-weight: 300;
}
.services_box_info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.services_box_info ul li{
	font-size: 18px;
	margin-bottom: 10px;
	color: #6a6a6a;
	font-weight: 300;
	position: relative;
	padding-left: 25px;
}
.services_box_info ul li::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 14px;
    line-height: normal;
    color: #23ba9b !important;
}
.services_box_info ul{
	list-style: none;
}
.services_box_info a{
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	width: 150px;
	text-align: left;
	padding: 8px 0 8px 12px;
	display: block;
	text-transform: uppercase;
	position: relative;
}

.services_box_info a::before {
    position: absolute;
    right: 15px;
    top: 3px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 25px;
    line-height: normal;
    color: #fff !important;
	
}
.welcome-dailer{
	display: block;
	clear: both;
}
.container {
    max-width: 1300px;
}
.welcome-dailer{
	clear: both;
}
.welcome-pic {
	float: right;
	margin-left: 55px;
}

.welcome-txt {
	overflow: hidden;
}
.welcome-txt h1{
	font-size: 80px;
	color: #303030;
	font-weight: 300;
	margin-bottom: 30px;
}
.welcome-txt h1 sup{
	color: #23ba9b;
}
.welcome-txt p{
	font-size: 18px;
	color: #6e6e6e;
	font-weight: 300;
}
.welcome-dailer1 .welcome-pic {
    float: left;
    margin-left: 0;
    margin-right: 55px;
	margin-top: -40px;
}
.welcome-dailer1 p{
	font-size: 24px;
	color: #6e6e6e;
	font-weight: 300;
	
	padding-top: 50px;
	
}
.main-wrp-pro{
	width: 582px;
	float: left;

	background-color: rgba(35,186,155, 0.9);
	height: 172px;
/*	margin-top: 195px;*/
	z-index: 999;
	position: absolute;
	left: 605px;
	top: 195px;
}
.main-pt{
	float: left;
	width: 33.333%;
	text-align: center;
	padding-top: 45px;
}

.main-pt h3{
	font-weight: 600;
	color: #303030;
	font-size: 40px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.main-pt p{
	
	font-weight: 600;
	color: #303030;
	font-size: 18px;
	margin-bottom: 0px;
}
.pic-pro{
	background: url(../images/website-img/final-projects.png) left top no-repeat;
	width: 417px;
	height: 419px;
	margin-left: 103px;
	padding-top: 60px;
	
}

.logo-inr{
	width: 227px;
	height: 227px;
	margin-left: -168px;
	text-align: center;
/*	padding-top: 46px;*/
	background-color: rgba(40,40,40, 0.9);
	
	display: flex;
    align-items: center;
    justify-content: center;
	
}

#hosted_pbx{
	padding: 75px 0;
	background-color: #23ba9b;
}


.hosted-pbx-txt h1 {
    font-size: 80px;
	padding: 0;
	margin: 0;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
	text-align: center;
}

.hosted-pbx-txt p{
	  font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 50px;
	padding: 0 8%;
	text-align: center;
}
.hosted-pbx h2{
	 font-size: 30px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 20px;
	
}
.hosted-pbx ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.hosted-pbx li{
	 font-size: 17px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
	background: url(../images/website-img/hosted_pbx_icon_arrow.png) left 5px no-repeat;
	padding-left: 20px;
	
}

.hosted-pbx p{
	 font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.boxhosted{
	background-color: #fff;
	padding: 4px;
	height: 120px;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.box-dots {
	border: 1px dashed #23ba9b;
	min-height: 112px;
	width: 100%;
	
}
.icon-host-bx{
	padding-top: 24px
		;
	margin-bottom: 15px;
}
.box-dots h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #303030;
	margin: 0;
	padding: 0;
}
.inv-wrp-left{
	float: left;
	width:50%;
		border: 1px solid #e0e0e0;
	height: 615px;
	overflow: hidden;
}


.main-wrps{
	clear: both;
	overflow: hidden;
}

.inv-wrp-right{
	width:50%;
	float: right;
		
}
.inv-pli{
	background-image: url(../images/website-img/IVR.jpg);
	height: 615px;
	background-repeat: inherit;
background-size: contain;
    background-position: right;
	
	
}
.inv-pli1{
	background-image: url(../images/website-img/1.jpeg);
	height: 650px;
	background-repeat: inherit;
background-size: contain;
    background-position: left;
	
	
}
.inv-wrp-left1{
	float: right;
	    height: 650px;
}

.inv-wrp-right1{
	float: left;
}
.inv-wrp-left1 p{
	font-size: 15px;
	margin-bottom: 15px;
}

.inv-wrp-left1 h3{
	font-size: 25px;
    color: #535961;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.inv-wrp-left1 p span{
	color: #23ba9b;
	font-size: 18px;
	font-weight: 500;
	clear: both;
	display: block;
	overflow: hidden;
}

.services_box_info1 ul li {
	font-size: 16px;
width: 50%;

float: left;}

.copyrights{
	padding: 30px 0 10px;
	text-align: center;
}

.copyrights p{
	font-size: 17px;
	color: #181818;
}


.top-clr{
	background-color: rgba(0,0,0, 0.7);
	height: 100vh;
	width: 200%;
	    margin-left: -100%;
	position: absolute;
}


.heading_main11{
	padding-top: 80px;
}
#contact .form-group input{
	background-color: rgba(255,255,255, 0.2);
	border: none;
	height: 40px;
}
#contact .form-group{
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}
#contact .form-group textarea{
	background-color: rgba(255,255,255, 0.2);
	border: none;
	height: 40px;
	width: 100%;
}
#contact label{
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
}
.btn-submit1{
	background-color: #23ba9b !important;
}



/* check box */
.containers {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #616161;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	    margin-bottom: 10px;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
	border: 1px solid #c8c8c8;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #80ac36;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 7px;
  top: 2px;
  width: 3px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.socalmedia{
	padding-left: 63px;
	padding-top: 80px;
}


.address li i{
	width: 30px;
	height: 30px;
	border: 1px solid #fff;	text-align: center;
	font-size: 15px;
	padding-top: 5px;
	margin-right: 15px;
}


.address li{
	color: #ffffff;
	margin-bottom: 20px;
	opacity: 0.5;
}
.address li a{
	color: #ffffff;
}
.blogs{
	border-top: 1px solid rgba(255,255,255, 0.5);
	padding-top: 30px;
	margin-top: 30px;
}


.blogs h3{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}

.blogs h3 span{
	color: #23ba9b;
}


.blogs-wrp h2{
	font-size: 17px;
	color: #23ba9b;
	margin-bottom: 5px;
	font-weight: 500;
}
.blogs-wrp p{
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
}

.blogs-wrp{
	margin-bottom: 10px;
	overflow: hidden;
}



.btn-submit1{
	margin-top: 0;
	margin-bottom: 50px;
text-transform: uppercase;
	cursor: pointer;
}
#voice{
	background-color: #23ba9b;
	padding: 75px 0;
}
.voice-wrp h1{
	font-size: 80px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.voice-wrp p

{font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 8%;
    text-align: center;
}
.voice-wrp h5{
	color: #fff;
	font-size: 28px;
	text-align: left;
	margin-bottom: 25px;
}

.bound
{
	background-color: #fff;
	padding: 25px 25px 15px 25px;
	min-height: 580px;
	overflow: hidden;
}

.bound ul {
    list-style: none;
	padding: 0;
	margin: 0;
}
.bound ul li {
    font-size: 18px;
    margin-bottom: 30px;
    color: #6c6c6c;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.bound ul li::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 14px;
    line-height: normal;
    color: #23ba9b !important;
}

.icon-bound
{
	width: 45px;
	height: 45px;
	float: left;
	background-color: #303030;
	text-align: center;
	padding-top: 8px;
	border-radius: 50px;margin-right: 15px;
}

.bounds{
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	
}
.bounds h6{
	color: #23ba9b;
	font-weight: 500;
	font-size: 22px;
	line-height: 45px;
}
.bound h5{
	color: #23ba9b;
	font-weight: 600;
	font-size: 18px;

}

.bound1 p{
	color: #6c6c6c;
	font-weight: 300;
	font-size: 17px;
}
.bound1 ul li{
	color: #6c6c6c;
	font-weight: 400;
	font-size: 16px;
	    margin-bottom: 10px;
}
.bound ul li::before {
  
   
	top: 7px;}







.sbo-images{
	float: right;    margin-right: -30px
}

.sbo-wrp{
	overflow: hidden;
}

.sbo-wrp p{
	font-size: 19px;
	color: #6a6a6a
		;font-weight: 300;
	margin-bottom: 20px;
}
.sbo-wrp h1{
	font-size: 80px;
    color: #303030;
    font-weight: 300;
    margin-bottom: 5px;
}
.sbo-wrp h4{
	font-size: 25px;
    color: #23ba9b;
    font-weight: 400;
    margin-bottom: 10px;
}

.sbo-box{
	float: left;
	background-color: #ededed;
	width: 49%;
	padding: 10px 8px;
	
    margin-bottom: 15px;
}

.sbo-box:nth-child(even){
		float: right;
}


.sbo-icons{
	width: 48px;
	height: 58px;
	float: left;
	background-color: #23ba9b;
	text-align: center;
	padding-top: 10px;
	margin-right: 13px;
}

.sbo-txt{
	overflow: hidden;
}

.sbo-txt h3{
	font-size: 17px;
	font-weight: 500;
	color: #659f01;
	margin-bottom: 5px;
}


.sbo-txt p{
	font-size: 14px;
	font-weight: 500;
	color: #3b3b3b;
	margin: 0;
	padding: 0;
}


#quote{
	    background-image: url(../images/website-img/quote.png);
    /* padding: 60px 0; */
    overflow: hidden;
}

.quoote-txt p{
	font-size: 65px;
	color: #fffffe;
	margin-top: 100px;
	padding-right: 100px;
	padding-left: 100px;
	text-align: left;
	text-transform: uppercase;
}


.quote-form{
	width: 461px;
	float: right;
	height: 570px;
	background-color: #fff;
	padding: 20px;
}

.quote-form h2{
	color: #3e4f63;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 0;
}

.quote-form p{
	color: #b1b1b1;font-size: 16px;
	font-weight: 500;
}

.quotes-txt input{
	border: none;
	box-shadow: inherit;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
}


.quotes-txt{
	margin-bottom: 20px;
}

.quote-form h3{
	    color: #303030;
    font-size: 15px;
    font-weight: 600;
	margin: 15px 0;
}


.quotes-inputs1{
	margin-left: 30px;
	    margin-bottom: 0;
    margin-top: -18px;
}


.submitquote{
	background-color: #23ba9b;
	width: 160px;
	height: 50px;
	text-align: center;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto ;
	display: block;
	margin-top: 30px;
	cursor: pointer;
}

.prcingpicture{
	display: block;
	overflow: hidden;
}

.prcingpicture ul{
	list-style: none;
}










.single-table {
  padding: 0;
  background-color: rgba(48,48,48, 1);
	border: 1px solid #23ba9b;
	border-bottom: 4px solid #23ba9b;
	    min-height: 1083px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-table ul li {
  
		border-bottom: 1px solid #2d2d2d;
	border-top: 1px solid #383838;
		background-color: #303030;
	padding: 10px 10px;
	color: #afb0b2;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.single-table ul li:nth-child(even){
	background-color: #2c2c2c;
}
.single-table ul li:last-child{
	border-bottom: none;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}


.pricing_tabels p{
		color: #afb0b2;
	padding: 0 10px;
	font-size: 14px;
}



.prcingpicture img{
	padding: 0 10px;
	margin-top: 20px;
}

.pricemain{
	display: block;
	clear: both;
z-index: 9999;
    position: relative;
}

.pricemain h3{
	float: left;
	background-color: #23ba9b;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	padding-left: 7px;
	height: 51px;
	line-height: 42px;
	    width: 241px;
    text-align: left;
}
.triangle-topleft{
	width: 0; 
   height: 0; 
   border-top: 51px solid #23ba9b; 
   border-right: 51px solid transparent; 
	float: left;
}
.pricemain1{
	display: block;
	clear: both;
	float: right;
	width: 250px;  margin-top: -59px;
}


.triangle-topright{
	width: 0; 
   height: 0; 
    border-bottom: 84px solid #fff; 
   border-left:84px solid transparent; 
	float: left;
}

.flot-right{
	float: right;
    background-color: #fff;
    width: 166px;
	height: 84px;
	    padding-top: 48px;
	  
}
.flot-right h2{
	float: left;
	    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #181e26;
	margin-left: -49px;
    line-height: 34px;
}

.flot-right h4{
	float: left;
    font-size: 30px;
    font-weight: 600;
    color: #424344;
    font-family: 'Dosis', sans-serif;
    margin-left: 30px;
	margin-right: 10px
}

.flot-right h5{
	float: left;
	    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #181e26;
	padding-top: 6px;
}

.pricing_tabels h6{
	color: #f9f9f9;
	font-weight: 300;
}

.flot-right h1{
	 font-size: 18px;
    font-weight: 600;
    color: #181e26;
    font-family: 'Dosis', sans-serif;
	padding-top: 10px;
   
}
.price-bt-hd{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: #23ba9b;
	padding: 15px 10px;
	
	    font-family: 'Open Sans', sans-serif;
}


.single-table1 ul  li{
	padding: 22px 10px;
}
.single-table2 ul  li{
	padding: 35px 10px;
}

.single-table4 ul  li{
	padding: 29px 10px 28px;
}

.services_box_info1 h4{
	margin-bottom: 20px;
}
.services_box_info1 h4{
	margin-bottom: 20px;
}
.services_box_info1 {
    background-color: #fff;
    padding: 75px 40px 20px 40px;
}



/* loader */


#mydiv{
    width: 100%;
    height: 100vh;
   background: #1abc9c;
   background: #fff;
  
	
/*
background: rgb(79,164,1); 
background: -moz-linear-gradient(left,  rgba(79,164,1,1) 0%, rgba(131,209,0,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(79,164,1,1) 0%,rgba(131,209,0,1) 100%); 
background: linear-gradient(to right,  rgba(79,164,1,1) 0%,rgba(131,209,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa401', endColorstr='#23ba9b',GradientType=1 ); 
*/

	
    text-align: center;
	position: absolute;
	
	z-index: 99999999999999999;
}


.logos-top{
	text-align: center;
	margin: 22% auto 0 ;
}


.new-loader{
	margin: 0 auto;
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
   background-color: #23ba9b;

	  height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }




/* new load */


.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }





.social-icons{
	display: none;
}



.blogs{
	    height: 470px;
    overflow-y: auto;
}




/* scorall */
/*

::-webkit-scrollbar {
    width: 8px;
	height: 8px;
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
	background: rgba(130,215,2,0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(130,215,2,0.6);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(130,215,2,0.6);
}

*/








.top-clr{
	height: 100%;
}

.contact-us .form-group .form-control{
	color: #fff !important;
}
#contact .form-group input{
	color: #fff !important;
}


#contact .form-group input::placeholder{
	color: #fff !important;
}
#contact .form-group textarea::placeholder{
	color: #fff !important;
}
#contact .form-group textarea{
	color: #fff !important;

}



.form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(131,209,0,.25);
}


.logo img{
	width: 190px;
}

.logo{
	margin-top: 6px;
}

.logo-inr img{
	width: 90%;
}





















































































































































































































































































































































































@media only screen and (max-width: 1199px) {
	
	.menu{
		
		display:none;	
		
		}
	
	
}


@media only screen and (max-width: 1199px){
	
	.main_box, .text_about1{
	width: 100%;
		height: auto;
	}
	.single-table h3 {
    margin-top: 0;
    padding: 0;
		font-size: 21px;}
	
.container {
    max-width: 100%;
}	
	.main-wrp-pro {
		width: 38%;
	    margin-top: 0;}
.features_tax {
    margin-left: 60px;
}
	.services_box_info p {
		font-size: 12px;}
	.services_box_info h4 {
    font-size: 40px;
    color: #535961;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    background: transparent;
    padding-bottom: 13px;
}
	.quoote-txt p {
		font-size: 45px;}
	.sbo-txt p {
		font-size: 13px;}
	.triangle-topleft{
		display: none;
	}
	.triangle-topright{
		display: none;
	}
	.pricemain h3{
		width: 100%;
		height: auto;
	}
	.flot-right{
		width: 100%;
		height: auto;
	}
	.flot-right h2{
		margin-left: 0;
	}
	.pricemain{
		position: inherit;
	}
	.pricemain1{
		padding: 0;
		margin: 0;
	}
	.pricemain h3{
		text-align: center;
	}
	.flot-right{
		padding: 10px;
		
	}
	.top-clr{
/*		display: none;*/
	}
	.flot-right h2{
		display: block;
		clear: both;
		float: none;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	.pricemain1{
		float: none;
		width: 100%;
		height: auto;
	}
/* menu */
	
	 .mobile_menu
{
	width:45px;
	margin: 6px auto 0 auto;
    text-align: center;
/*	clear:both;
	z-index:999999;
	padding-top: 5px;*/
	float: right;
}
	
.mobile_menu a
{
	display:block;
}
.mobile_menu a span
{
	margin-bottom:5px;
	height:5px;
	background:#000;
	
	display:block;
	
	}
	.menu li{
		text-align: left;
		display: block;
		border-bottom: 1px solid #c4c4c4;
	}
	
	.menu li a{
		text-align: left;
		padding: 7px 12px;
	}
	
	.menu{
		clear: both;
	}
	.menu li a{
		padding: 12px;
	}
	.apps{
		margin-top: 5px;
	}
	.mobile_menu{
		margin-right: 15px;
		margin-top: 5px;
	}
	
	.menu li a:hover{
		border-bottom: none;
	}
	.menu li {
    text-align: left;
    display: block;
    border-bottom: 1px solid #fff;
		padding: 0 5px;
}
	.menu{
		background-color: #fff;
	}
	.menu ul{
		padding: 0
			;
	}
	.menu li:last-child a{
		color: #000;
	}

	.menu li:last-child {
    background-color: #fff;
    border-radius: inherit;
    float: none;
    margin-top: 0;
}
}
@media only screen and (max-width: 992px) {

	.text_info p {
    padding: 0;
		font-size: 37px;}
	.text_info{
		width: 434px;
	}
	.newsletters input {
		width: 65%;}
	.welcome-dailer1 .welcome-pic{
		margin-top: 0;
	}
	.logo-inr img{
		width: 100%;
	}
	.pic-pro {
    background: url(../images/website-img/final-projects.png) left top no-repeat;
    width: 300px;
    height: 419px;
    margin-left: 103px;
    padding-top: 60px;
    background-size: 350px;
}
	.sbo-images{
		display: block;
		float: none;
	}
	.top-clr {
    display: none;
}
	.main-wrp-pro{
		    z-index: 999;
    position: absolute;
    left: 452px;
    top: 95px;
	}
}

@media only screen and (max-width: 767px) {
	/*.banners .slider-container .slider__item {
    position: relative;
    min-height: 150px;
}*/
	
	.logo-tp{
		margin-bottom: 30px;
	}
	.services-box, .services_box_info
	{
		float: none;
		display: block;
		padding: 10px;
		height: auto;
		margin: 0;
		width: 100%;
		float: none;
	}
	
		.cd-tab-filter a{
		
			color: #000 !important;
			}
	
	.cd-tab-filter ul{
		box-shadow: inherit !important;
	}
	.cd-tab-filter ul{
		padding: 0;
		margin: 0;
	}
	.logo{
		float: left;
		
	}
	.mobile_menu {
    margin-right: 0;
    margin-top: 5px;
}
	.mobile_menu {
    margin-right: 0;
    margin-top: -41px;
}
	
	#breadcrumbss{margin:0;
	position: inherit;}
	.features_tax {
    margin-left: 115px;
		display: none;
}
	.main-wrp-pro{
		position: inherit;
		width: 100%;
		clear: both;
	}
	.main-wrp-pro {
    position: inherit;
    width: 100%;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    left: inherit;
    top: inherit;
}
	.welcome-pic{
		float: none;
		margin-bottom: 20px;
	}
	
	.welcome-pic img{
		width: 100%;
	}
	.quote-form{
		width: 100%;
	}
	.sbo-images img{
		width: 100%;
	}
	.sbo-box{
		width: 100%;
	}
	.bounds{
		margin-bottom: 50px;
	}
	.bound{
		height: auto;
	}
	.quote-form{
		height: auto;
	}
	.single-table{
		height: auto !important;
	}
	.sbo-images{
		margin: 0;
		margin-bottom: 20px;
	}
	.welcome-txt h1 {
		font-size: 30px;}
	.inv-wrp-left{
		width: 100%;
		float: none;
		display: block;
	}	.inv-wrp-right {
		width: 100%;
		float: none;
		display: block;
	}
	.inv-pli{
		display: none;
	}
	.welcome-dailer1 .welcome-pic{
		margin: 0;
		float: none;
		display: block;
	}
	.single-table{
		min-height: auto;
	}
	.quoote-txt p{
		padding-right: 0;
		padding: 0
	}
	.voice-wrp h1 {
		font-size: 32px;}
	.bounds {
    margin-bottom: 0;
}
	.bound{
		margin-bottom: 50px;
	}
	.main-wrps {
    clear: both;
    overflow: hidden;
    padding: 17px;
}
	.single-table1 ul li {
    padding: 5px 10px;
}
	.single-table {
    margin-bottom: 40px;
    padding: 0;
}

	.single-table2 ul li {
    padding: 5px 10px;
}
	.single-table4 ul li {
    padding: 5px 10px 5px;
}
	.single-table {
    margin-bottom: 40px !important;
    padding: 0 !important;
}
	.menu li a {
    padding: 6px;
}
	.menu{
		margin-top: 0;
	}
	.socalmedia {
    padding-left: 0;
    padding-top: 0;
}
}
	@media (max-width: 480px) {
			
		
}
	@media (max-width: 1550px) {
			.banners .slider-container .slider__item {
    position: relative;
    min-height: 600px;
}
		
}



