@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #454545; font-size:15px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto-regular', sans-serif;
  color: #272727;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: red !important;
}
.nav-child {
    position: absolute;
    left: 0;
    width: 200px;
    right: 0;
    margin: 0 auto;
    padding: 8px 15px 14px;
    background-color: #25bce9;
    list-style: none;
    top: 100%;
    z-index: 9999;
    display:none;
}
.nav-child a{
  color:#fff !important;
  font-weight: bold;
}
.navbar-nav > li:hover{
background-color: #25bce9;
}
.navbar-nav > li:hover .navbar-nav > li a{
  color:#fff;
}
.nav-child li {
    border-bottom: 1px solid #fff;
    padding: 4px 0 0px;
}
.nav-child li:last-child{
border-bottom: none;
}
.navbar-nav > li:hover .nav-child{
  display:block;
}
@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-light';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype'),
		url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-thin';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype'),
		url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

.Light49{ font-family:'Roboto-thin'; font-size:49px;}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 10px;
}
.section-header .section-title {
    font-size: 36px;
    color: #2b2a2a;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Roboto-medium';
    font-weight: 100;
}
.logo-footer img {
    max-width: 100%;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ff641b;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #ff641b;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #ff641b;
  border-color: #ff641b; border-radius:25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e84a00;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@media(min-width:767px) {
    .navbar {
        padding: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}



@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0; background:#fff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 15px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  
  #main-menu.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif !important;
font-size:19px;
font-weight: 400;
    padding-bottom: 26px;
    padding-top: 14px;
    color: #000 !important;
    margin-top: 10px;
    border-radius: 0px 2px 6px 6px;
  }
  .nav > li {
    position: relative;
    display: block;
    margin: 14px 0 0;
    border-radius: 3px 2px 0 0;
}
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    border-top: 0px solid #ff6c00; color:#ff6c00;
  }
  #main-menu.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left:  3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
    font-size: 42px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 500;
}

#main-slider .slider-inner p {
  width:70%;
  margin-top: 20px;
  font-size: 16px;
  line-height:25px;
  text-transform: capitalize; font-family: 'Roboto', sans-serif;
  color: #fff; text-align: left;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 20px; background:transparent; border:3px solid #25bce9; border-radius:6px;
  float:left;
  font-family: 'Roboto', sans-serif;
}
#main-slider .slider-inner .btn.btn-primary{ font-size: 19px;
  font-family: 'Roboto', sans-serif;
    padding: 7px 16px;}
#main-slider .slider-inner .btn.btn-primary:hover{ border: 3px solid #f26522;}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 45px 0 47px;
}
.media.service-box {
  margin: 25px 0; text-align:center;
}


.media.service-box .pull-left {
  width:100%; padding-bottom:25px;
}
.media.service-box .pull-left > i {
  font-size: 42px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;

}
.media.service-box img {
    max-width: 100%;
}
.media-body p {
    line-height: 20px;
    color: #FF641B;
    font-size: 16px;
    font-weight: bold;
}
.innerpagesec {
    float: left;
    width: 100%;
    min-height: 400px;
    border-top: 1px solid #ddd;
    padding-top: 47px;
}
.media-body p {
    line-height: 20px;
    color: #25BCE9;
    font-size: 16px;
    font-weight: bold;
}
.media-body p{ line-height:20px;}
.media.service-box:hover .pull-left > i {
/*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/  color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 45px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;font-family: 'Roboto-regular';
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #ff641b;
  color: #fff;
 /* box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}
/*#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}*/
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 0px 0 0 0px;
}
#portfolio .portfolio-filter > li:last-child a {
 /* border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background-size: cover;
  padding: 87px 0 80px 0;

}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}

#testimonial .col-sm-6{border-bottom:1px solid #f4f4f4; border-right:1px solid #f4f4f4; padding-bottom:20px;}
#testimonial .col-sm-6:nth-child(2n+0){border-right:0px solid #f4f4f4;}
#testimonial .col-sm-6:nth-child(3), #testimonial .col-sm-6:nth-child(4){border-bottom:0px solid #06F;}
#testimonial .panel-one{ padding-bottom:20px; padding-top:20px; float:left; height:200px; overflow:hidden;}
#testimonial .user-img{ width:25%; margin-right:15px; float:left;}
#testimonial .user-img img{ border-radius:50%; border:4px solid #e5e5e5; width:100%;}

#testimonial .testi-info{ width:66%; float:left;}
#testimonial .testi-info h4{ font-size:18px; color:#454545; margin:0px; padding-top:15px;}
#testimonial .testi-info h5{ font-size:14px; color:#454545; margin:0px; padding-bottom:10px; font-weight:normal;}
#testimonial .testi-info p{ font-size:15px; color:#454545; line-height:20px;}






#meet-team {
  padding: 87px 0 87px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}


#meet-team .team-member .team-info {
/*  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;*/
}

.team-info h3{ margin-bottom:0px;}

#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 87px 0 87px;
  background: #132125 url(../images/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px; font-size:22px; font-family: 'Roboto-light'; text-transform:capitalize;
}
.animated-number {
  display: inline-block;font-family: 'Roboto-medium';
  width: 180px;
  height: 180px;
  font-size: 29px;
  line-height: 180px;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 84px 0 70px 0px; background:#c4f0fb;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center; background: #fff; box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
#pricing ul.pricing:hover{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.2); transition:all 0.3s ease 0s;}

#pricing ul.pricing li {
  display: block; font-size:18px;
  padding: 5px 10px; background: #fff;
}
#pricing ul.pricing li.plan-header {
 
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 20px;font-family:'Roboto-medium';
  color: #272727;
  font-weight: normal;
  line-height: 2;
  text-transform: uppercase;
}

#pricing ul.pricing li.plan-header .plan-price {
  margin-top: 10px;
  font-size: 60px;
  color: #454545;
  font-weight:600;
  line-height: 1; font-family:'Roboto-regular';
  text-transform: uppercase;
}

#pricing ul.pricing li.plan-purchase .btn-primary { background:#ff641b; border-radius:30px; margin-top:25px; padding:15px 25px 10px; font-size:18px; font-family:'Roboto-medium';}

#pricing ul.pricing li.plan-header .plan-price span{ font-size:18px; display:block; text-align: center; text-transform:lowercase; font-weight:normal;}

#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 60px 0 50px;
  color: #454545; background:#f1f1f1;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #454545;
}
#get-in-touch .address{ float:left; width:100%; margin-bottom:25px;}
#get-in-touch .address h4{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#get-in-touch .address p{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#get-in-touch .address a{ color:#454545;}

#get-in-touch .form-control{ height:40px;font-family: 'Roboto-regular'; color:#323232;}
#get-in-touch  textarea.form-control{ height:135px;color:#323232;}

#get-in-touch .btn.btn-primary{font-family: 'Roboto-medium'; font-size:22px; padding:8px 40px;}

#blog {
  padding: 48px 0; background:#f6f6f6; overflow:hidden;
}

#blog .blog-post {
  padding: 15px; background:#fff; 
}
#blog .blog-post .item {
  height: 200px; }

#owl-example .item{ margin:15px;}
.footer-main ul {
    padding-left: 0;
}


#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .entry-thumbnail img{ max-width:100%;}

#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;font-family: 'Roboto-regular';
  display: block;
  margin-bottom: 5px; text-align:center;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #414142; font-size:18px; text-transform:uppercase; font-weight:normal; font-family: 'Roboto-medium';
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#blog .btn.btn-primary{ font-family: 'Roboto-regular'; font-size:15px; margin-top:20px; padding:10px 30px;}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 768px) and (max-width:999px) {
	#main-menu.navbar-default .navbar-nav > li > a{ padding-left:8px; padding-right:8px; font-size:15px;}
	#meet-team .team-member{ margin-bottom:25px;}
	#meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
	#meet-team .team-member .team-info span { text-align:center; display:block;}
	
	}

@media (max-width:767px) {
	#meet-team .team-member{ margin-bottom:25px;}
	#meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
	#meet-team .team-member .team-info span { text-align:center; display:block;}
	#blog .blog-post{ margin-bottom:20px;}

	}
	
@media (max-width:500px){
	#blog .blog-post.blog-large .entry-thumbnail img, .team-img img{ width:100%;}
	.animated-number{ height:130px; width:130px; line-height:130px; font-size:22px;}
	#animated-number strong{ font-size:17px;}
	#blog .blog-post.blog-large .entry-thumbnail{ padding-top:0px;}
	}
  /*customcss*/
  #top-header {
    width: 100%;
    background-color: #25bce9;
    color: #fff;
    padding:5px 0;
}
.top-header-right.f-right {
  text-align: right !important;
}
.th-hotline {
  display: inline-block;
  float: none;
  font-size: 14px;
  padding: 0 18px 0 0;
  padding: 1px 6px;
}
.w-header-right {
    text-align: left;
}
.th-hotline .fa {
  padding-right: 4px;
}
.top-links ul li {
  font-size: 16px;
  line-height: 20px;
  list-style: outside none none;
  margin-right: 20px;
  float: none;
  display: inline-block;
}
.owl-page span{
cursor: pointer;
background-color: #ff641b;
width: 14px;
height: 14px;
margin: 0 auto;
display: inline-block;
margin: 0px;
border-radius: 20px;
}
.owl-page {
    float: none;
    padding: 19px 10px;
    display: inline-block;
}
.owl-controls.clickable {
    float: left;
    width: 100%;
    text-align: center;
}
#main-slider .owl-controls.clickable {
    display: none !important;
}
.top-links {
  text-align: right;
}
.top-links ul li a{
 color:#fff;
}
.top-links ul {
 margin-bottom:0;
}
.carousel-content {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 0;
}
section.trust-w {
    padding: 48px 0px !important;
    background: #eeeeee;
}
.trust-w.inview .block-trust, .home-out-recent .tab-content.inview .block-recent {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.trust-w .block-trust {
    text-align: center;
}
.trust-w .tr-icon {
    display: inline-block;
    width: 125px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    vertical-align: 50%;
    background: #25bce9;
    border: 8px solid transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.trust-w .tr-icon i {
    color: #ffffff;
    font-size: 48px;
    line-height: 115px;
}
.trust-w .tr-text {
    margin-top: 24px;
}
.trust-w .tr-text h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 2px;
}
.trust-w .tr-line {
    width: 70px;
    height: 1px;
    display: inline-block;
    background: #c2c2c2;
}
.trust-w .tr-text p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-top: 7px;
    font-weight: 400;
}
footer {
    float: left;
    width: 100%;
}
.footer-main {
    padding: 35px 0px;
    background: #1a1a1a;
    color: white;
}
.footer-main h2 {
    font-size: 16px;
    font-weight: normal;
    color: #25bce9;
    width: 100%;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 8px;
    position: relative;
}
.footer-main h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #25bce9;
}
.footer-content {
    display: block !important;
}
.footer-main a, .footer-main p {
    color: white;
    font-size: 14px;
}
.footer-main ul.info {
    margin-top: 22px;
}
.footer-main .info li {
    padding-bottom: 0;
}
theme-default.css:4120
.footer-main .info li i {
    font-size: 128.57%;
}
.footer-main .footer-social {
    margin-top: 28px;
}
.footer-main .footer-social li {
    float: left;
    margin-right: 10px;
}
theme-default.css:4106
.footer-main li {
    padding-bottom: 5px;
}
.footer-main .footer-social li a {
    display: block;
    width: 27px;
    height: 26px;
    background-color: white;
    color: #1a1a1a;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.footer-bottom {
    height: 50px;
    line-height: 20px;
    color: white;
    background: #161616;
    font-size: 14px;
}
.footer-bottom p {
    margin-bottom: 0;
    line-height: 50px;
    color: #999999;
}
.footer-bottom a {
    color: #25bce9;
}
#back-to-top {
    position: absolute;
    right: 0;
    top: -40px;
    height: 40px;
    width: 40px;
    background: #25bce9;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}
theme-default.css:4194
.footer-bottom a {
    color: #25bce9;
}
#back-to-top i {
    font-size: 10px;
    display: block;
    margin-top: 4px;
    font-weight: normal;
}
#back-to-top {
    position: absolute;
    right: 0;
    top: -40px;
    height: 40px;
    width: 40px;
    background: #25bce9;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}
theme-default.css:4194
.footer-bottom a {
    color: #25bce9;
}
.footer-main li {
   
    list-style: none;
}
ul.info {
    margin-left: 0;
    padding-left: 0;
}
.footer-main .footer-social {
    margin-top: 8px;
    float: left;
    text-align: left;
    padding-left: 0;
}
.th-hotline span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
/* prodcutpage*/
.filter-left {
    border: 1px solid #ddd;
    padding: 12px 0;
    border-radius: 6px;
     font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    width:93%;
    margin-bottom: 20px;
}
.filter-left h1 {
    font-size: 15px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 0px 20px 8px;
    border-bottom: 1px solid #ddd;
    color: #ff641b;
    font-weight: 500;
}
.filter-left.sec p {
    margin: 17px 19px;
    text-align: center;
}
.sendbtn {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 10px 0 0;
    background-color: orange;
    border: none;
    color: #fff;
    width: 81px;
    padding: 3px 0;
}
.filter-left.sec p input {
    width: 208px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
.acc h3 {
    font-size: 15px;
    margin: 0 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-bottom: 1px dashed #c0baba;
    padding: 8px 5px 10px;
    color: #ff641b;
}
.breadcumr i.fa.fa-chevron-right {
    color: #25BCE9;
    padding: 0 10px;
    font-size: 10px;
}
.pro-right h2 {
    font-weight: lighter;
    font-size: 17px;
    border-bottom: 2px solid #25BCE9;
    font-weight: bold;
    display: inline-block;
    padding: 0px 0 4px;
    margin: 0;
}
.pro-des-left img {
    width: 100%;
    padding: 0;
}
.col-md-9.col-sm-12.pro-des-left {
    padding: 0;
    width: 64%;
}
.col-md-3.col-sm-12.pro-des-right {
    margin-left: 47px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    width: 29%;
}
.pro-des-right h1 {
    font-size: 12px;
}
.pro-des-right ul {
    padding: 0;
    margin: 0;
}
.pro-des-right h3 {
    font-size: 13px;
    padding: 4px 0 6px 0;
    margin: 0;
    font-weight: 500;
}
.pro-des-right ul li {
    list-style: none;
    margin: 11px 0;
}
.pro-des-right select {
    width: 100%;
    padding: 3px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pro-des-right h1 {
    font-size: 15px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 9px 2px 6px;
    border-bottom: 1px solid #ddd;
    color: #ff641b;
    font-weight: 500;
}
.pro_deitals.col-md-12 {
    padding: 0;
}
/*custom-resplnsive*/
/*custom-resplnsive*/
@media screen and (max-width: 1200px) {
#main-slider .slider-inner p{
  width:100%;
}
#main-slider .item {
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#blog .blog-post.blog-large .entry-title a {
    font-size: 14px;
}
#blog {
    padding: 48px 0 0;
}
}





@media screen and (max-width: 1200px) {
.col-md-3.col-sm-6.wow.fadeInUp.animated:nth-child(2n+1) {
    clear: none;
  }
}


@media screen and (max-width: 900px) {
.col-md-3.col-sm-6.wow.fadeInUp.animated:nth-child(2n+1) {
    clear: both;
  }
  .owl-page span {
    cursor: pointer;
    background-color: #ff641b;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    display: inline-block;
    margin: 0 -7px;
    border-radius: 20px;
}
}
@media screen and (max-width: 769px) {
.top-links {
  text-align: center;
}
.col-md-9.col-sm-12.pro-des-left {
    width: 100%;
}
.col-md-3.col-sm-12.pro-des-right {
    width: 90%;
}
.w-header-right {
  text-align: center;
  padding: 0 0 6px 0px;
}
#main-slider .slider-inner h2 {
    font-size: 34px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding-left: 28px;
}
#main-slider .slider-inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    padding-left: 38px;
}
#main-slider .slider-inner .btn.btn-primary {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    padding: 7px 16px;
    margin-left: 42px;
}
}



@media screen and (max-width: 641px) {
.carousel-content {
    position: absolute;
    top: 74px;
    transform: none;
    left: 0;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    display: none;
}
#main-slider .slider-inner p {
    padding-left: 9px;
}
#main-slider .slider-inner h2 {
    padding-left: 6px;
}
#main-slider .slider-inner .btn.btn-primary {
    margin-left: 16px;
}
.media-left, .media > .pull-left {
    padding-right: 0;
}
#portfolio {
    padding: 0px 0;
}
}


@media screen and (max-width: 481px) {
  .footer-bottom {
    height: 108px;
#main-slider .slider-inner h2 {
    font-size: 23px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding-left: 29px;
}
#main-slider .slider-inner .btn.btn-primary {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 16px;
    margin-left: 38px;
    margin-top: 0;
}
}

/*updated*/




