

/*------------------*/
/*Theme default CSS
/*------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 16px;
color: #808080;
font-family: 'Open Sans', sans-serif;
line-height:26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 600;
font-family: 'Raleway', sans-serif;
  color: #292929;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#464646
}
a:active,
a:hover {
  outline: 0 none;
  color: #212836;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #00b0ff;
  text-shadow: none;color:#fff
}
::selection {
  background: #00b0ff;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.slider-overlay {
  background-color:rgba(0, 0, 0, 0.50);
  height: 100%;  width: 100%;
  position: absolute;
  top: 0;z-index:1
}

.images-overlay {
   background-color: rgba(0, 0, 0, 0.40);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}





.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pb-70{padding-bottom:70px}
.bg-color{background:#fbfbfb}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

/*
2.Scrollup
==============*/
#scrollUp {
background: #00b0ff none repeat scroll 0 0;
border-radius:2px;
bottom: 5px;
color: #fff;
font-size: 25px;
height: 40px;
right: 20px;
text-align: center;
text-decoration: none;
width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#00b9f2;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 6px;
}

/*
3.Header Section
==================*/
.hd-sec {
 background-color: rgba(255, 255, 255, 0.0);
padding: 40px 0;
position: absolute;
width: 100%;
z-index: 999;
}
.hd-lft li {
color: #fff;
display: inline-block;
padding: 0 15px;
position: relative;
font-size: 14px;
}
.hd-lft li:first-child:before{content:""}
.hd-lft li::before {
  content: "|";
  position: absolute;
  left: 0;
}
.hd-lft li i{margin-right:10px;color:#fff}
.hd-rgt{float:right}
.hd-rgt li {display:inline-block;position:relative}
.hd-rgt li a {
border: 1px solid #fff;
border-radius: 100%;
color: #fff;
display: inline-block;
font-size: 14px;
height: 40px;
line-height: 40px;
position: relative;
text-align: center;
width: 40px;
margin-left: 10px;
}
.hd-rgt li a:hover{background:#00b0ff; transition: all 0.4s ease 0s;border-color:#00b0ff}

.hd-rgt li a i{color:#fff}

/*
4.Menu  Section
=================*/
.menu {
  display: inline-block;
  width: 100%;
}
.main-menu {
  display: inline-block;
  float: left;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li a {
color: #fff;
display: block;
font-size: 17px;
font-weight: bold;
padding: 33px 20px;
text-decoration: none;
transition: all 0.4s ease 0s;
position:relative;
font-weight:600;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#00b0ff
}

.main-menu ul ul {
background: #00b0ff none repeat scroll 0 0;
left: 0;
opacity: 0;
padding:10px;
position: absolute;
text-align: left;
top:72px;
left:10px;
transition: all 0.4s ease 0s;
visibility: hidden;
z-index: 99999;
transform: scaleX(0);
transform-origin: 0 0 0;
transition: all 0.3s ease 0s;
}
.main-menu ul ul li {
float :none;
width :250px;
}
.main-menu ul ul li a {
line-height:17px;
font-size:10pt;
padding :5px 5px;
color:#fff;
}
.main-menu ul ul li a:hover {
color:#fff;
background:#0888c1;
}
.main-menu ul ul ul {
top : 0;
left : 100%;
}
.main-menu ul li:hover ul {
	
 visibility: visible;transition: all 0.4s ease 0s; opacity: 1;transform: scaleX(1);;
}
.main-menu ul li a i {
margin-left : 6px;
}
.site-search {
  display: inline-block;
  padding: 31px 20px;position:relative
}
.site-search i {
  color: #fff;
  cursor: pointer;
}
.search-forum > form {
  display: inline-flex;
  background: #00b0ff;
  padding: 10px;
}
.search-forum input[type=text] {
  padding: 10px;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #ffbc00;
  color: #fff;
}
.site-search:hover .search-forum {visibility:visible;transition: all 0.4s ease 0s;top:90px;opacity:1}
.search-forum {
display: inline-block;
left: -240px;
opacity: 0;
position: absolute;
top: 0;
transition: all 0.4s ease 0s;
visibility: hidden;
}
/*
5.Slider Section
======================*/
.all-slide .owl-item {
  height: 800px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-text {
left: 0;
margin:0 auto;
padding:0px 80px;
text-align: center;
position: relative;
right:0;
text-align:center;
top: 55%;
transform: translateY(-50%);
z-index: 2;
}
.slider-text h2 {
color: #fff;
font-size: 24px;
font-weight: normal;
margin-bottom: 30px;
}
.slider-text ul {
  margin-top: 130px;
}
.slider-text h1 {
color: #fff;
font-size: 60px;
font-weight: bold;
}
.slider-text p {
  color: #fff;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
background: #00b0ff none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
display: inline-block;
padding: 12px 30px;
margin: 0px 10px;
}
.slider-text li a:hover{background:#212836!important;color:#fff;transition: all 0.4s ease 0s;}
.slider-text li:last-child a{background: #ffbc00 none repeat scroll 0 0;}
.all-slide .owl-controls {
position: absolute;
top: 45%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left: 20px;
  position: absolute;transition: all 0.4s ease 0s;transform:scale(0);
}
.all-slide:hover .owl-prev{transition: all 0.4s ease 0s;transform:scale(1);}

.all-slide .owl-controls .owl-next {
  right: 20px;
  position: absolute;transition: all 0.4s ease 0s;transform:scale(0);
}
.all-slide:hover .owl-next{transition: all 0.4s ease 0s;transform:scale(1);}
.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
background: transparent none repeat scroll 0 0;
border: 1px solid #00b0ff;
border-radius: 100%;
color: #00b0ff;
font-size: 30px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 40px;
}

.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#00b0ff;color:#fff
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#00b0ff;color:#fff
}

/*
6.Title Section
=================*/
.sec-title {
text-align: center;
margin-bottom: 50px;
}
.sec-title  h1 {
  font-size: 36px;
  color: #292929;
  font-weight: bold;
}
.sec-title h1 span {
  font-weight: normal;
}
.border-shape::before {
background: #00b0ff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 3px;
left: 3px;
margin: 0 auto;
position: absolute;
text-align: center;
top: 1px;
width: 40px;
}
.border-shape {
color: #fff;
display: block;
height: 3px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 3px;
}
.border-shape::after {
background: #ffbc00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 3px;
margin: 0 auto;
position: absolute;
right: 3px;
text-align: center;
top: 1px;
width: 40px;
}
.sec-title  p {
  margin-bottom: 0;
}

/*
7.About Section
===================*/
.about-sec-area {
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
}
.about-sec .sec-title {
  margin-bottom: 20px;
}
.about {
padding-bottom: 50px;
padding-top: 50px;
}
.about-sec img {
  width: 100%;
}
.about-sec-title h1 {
border-right: 2px solid #00b0ff;
color: #292929;
font-size: 30px;
font-weight: bold;
padding-right: 30px;
text-align: right;
line-height: 40px;
}
.about-sec-sub-title {
  font-style: italic;
}
.all-founder {
  border-bottom: 1px solid #e2dfdf;
  padding-bottom: 45px;background:#fafafa
}
.all-founder.owl-carousel.owl-theme .owl-item .single-founder img {
height: 112px;
margin: 0 auto;
width: 112px;
border-radius: 100%;
}
.single-founder {
  padding-top: 60px;
  position: relative;
  text-align: center;
}
.single-founder:before {
  position: absolute;
  width: 100%;
  height: 110px;
  background: #00b0ff;
  content: "";
  left: 0;
  top: 0;
}
.all-founder.owl-carousel.owl-theme .owl-controls{text-align:center}
.all-founder.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #00b0ff;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0px 5px;
}
.all-founder.owl-carousel.owl-theme .owl-dot.active{background:#00b0ff}
.person-info {
  margin: 30px 0;
}
.person-info > h2 {
color: #292929;
font-weight: bold;
margin-bottom: 10px;

font-size: 18px;
}
.designation {
  color: #00b0ff;
  font-style: italic;
}
.single-about {
  margin-bottom: 30px;
}
.single-about  h2 {
  margin-top: 20px;
}
.single-about:hover a.btn.readmore{background: #00b0ff none repeat scroll 0 0;color:#fff;transition: all 0.4s ease 0s;}
a.btn.readmore {
background: #eceded none repeat scroll 0 0;
border-radius: 10px;
color: #555555;
font-size: 16px;
padding: 12px 30px;
transition: all 0.4s ease 0s;
}

.about-page-text h2 {
  line-height: 34px;
}
.about-page-text h2 span {
  color: #3db9ef;
}
.about-page-text p::before {
color: #d3d1d1;
content: "\f10d ";
font-family: fontawesome;
font-size: 30px;
font-style: normal;
left: 0;
position: absolute;
top: -6px;
}
.about-page-text p {
  font-style: italic;
  padding: 20px;
  position: relative;
}

/*
8.Service Section
============================*/
.service-thumb {
  height: 220px;
  overflow: hidden;transition: all 0.4s ease 0s;
}
.service-content {
  background: #fafafa none repeat scroll 0 0;
  padding:10px;
}
.service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;visibility:hidden;background-color: rgba(0, 0, 0, 0.59);transition: all 0.4s ease 0s;
}
.service-thumb img {
  width: 100%;
}
.service-item .inner:hover .service-thumb {
  overflow: visible;transition: all 0.4s ease 0s;
}
.service-item .inner:hover .service-content {
  transform:scale(0);position:relative;top:0;transition: all 0.4s ease 0s;color:#fff
}
.service-overlay-button{top:50%;position:relative;transition: all 0.4s ease 0s;  transform: translateY(-50%);transform:scale(0);}
.service-overlay-button a.btn.readmore {
  background: #00b0ff none repeat scroll 0 0;color:#fff;
}
.service-item .inner:hover .service-overlay{visibility:visible;transition: all 0.4s ease 0s;top:0}
.service-item .inner:hover .service-overlay-button{transform:scale(1);transition: all 0.4s ease 0s}

.service-item .inner{
border-radius: 2px;
margin-bottom: 30px;
overflow: hidden;
position: relative;
text-align: center;
margin-bottom: 30px;}
.service-item .inner h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.btn.rdmorebtn {
  background: #00b0ff none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  
}
.btn.rdmorebtn:hover{background: #212836;transition: all 0.4s ease-in-out 0s;}



/*
9.Service 2 Section
============================*/
.service2-thumb {
margin-right: 40px;
position: relative;
width: 170px;
}
.service2-inner {
  margin-bottom: 30px;
}
.service-rating i {
  margin-right: 10px;color:#ffbc00
}
.service2-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service2-content a.view-button {
  color: #00b0ff;
  font-weight: 600;
}
.service-rating {
  margin-bottom:18px;
}
.service2-content  h2 {
}
.service2-thumb-icon {
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
}
.service2-icon::before{background: #00b0ff none repeat scroll 0 0;
border: 1px solid #fff;
content: "";
height: 50px;
position: absolute;
transform: rotate(45deg);
width: 50px;}
.service2-icon{position:relative}
.service2-thumb-icon i {
color: #fff;
font-size: 24px;
position: absolute;
z-index: 999;
line-height: 50px;
text-align: center;
width: 100%;
height: 100%;
}

/*
10.Service Page 
============================*/
.service.service-sec {
  background: #fff none repeat scroll 0 0;
}
.service.service-sec .service-item .inner h2 a{color:#464646}
.service.service-sec .service-item .inner p{color:#666}


/*
11.Count Up Section 
============================*/
.count-up-sec {
background: #00b0ff none repeat scroll 0 0;
padding: 50px 0;
background-image: url(../img/countup_bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.count-up-sec-overlay{background-color: rgba(0, 0, 0, 0.7);
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;}
.count-up-sec .inner {
  margin: 0 auto;
  text-align: center;
}
.count-up-sec .inner:first-child {
  text-align: left;
}
.count-up-sec .inner:last-child {
  text-align: right;
}
.counting_sl {
display: inline-block;
margin: 0 auto;
text-align: left;
}
.countup-text {
  display: inline-block;
}
.countup-icon {
display: inline-block;
float: left;
margin-right: 30px;
margin-top: 10px;
}
.counting_sl h2 {
color: #fff;
font-size: 40px;

}
.counting_sl h4 {
color: #f4f4f4;
font-size: 18px;
margin-bottom: 0;
}

/*
12.Why Choose Us Section
============================*/

.why-choose .inner {
margin-bottom: 30px;
text-align: center;
}
.why-choose .sec-title {
  text-align: left;
}
.why-choose  .border-shape {
  display: block;
  height: 3px;
  left: 40px;
  position: relative;
  top: 0;
  width: 3px;margin:20px 0
}
.why-choose-single {
  margin-bottom: 30px;
}
.why-choose .icon {
  padding-right: 30px;
}
.why-choose i {
color: #00b0ff;
font-size: 31px;
}
.why-choose h2 {
  font-size: 18px;
  margin-top:0px;
  margin-bottom: 15px;
}
.single-gallery {
  position: relative;
  overflow:hidden;
}
.single-gallery-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;background-color: rgba(0, 0, 0, 0.7);transform:scale(10);visibility:hidden;transition: all 0.4s ease-in-out 0s;
}
.single-gallery:hover .single-gallery-overlay{visibility:visible;transform:scale(1);transition: all 0.4s ease-in-out 0s;}
.single-gallery {
  width: 25%;
  float: left;
}
.single-gallery-overlay a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
/*
13.Project Section
============================*/
.project-sec .item {
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out 0s;
margin-bottom: 30px;
}
.project-sec .item:hover .project-hoverlay{visibility:visible;opacity:1;top:0;}
.project-hoverlay {
background-color: rgba(0, 0, 0, 0.7);
height: 100%;
opacity: 0;
position: absolute;
top: 100%;
  transition: all 0.3s ease 0s;
visibility: hidden;
width: 100%;
}

.project-text {
bottom: 0;
padding: 0 10px;
position: absolute;
text-align: left;
}
.project-link  a {
border-radius: 100%;
color: #fff;
display: inline-block;
float: right;
font-size: 28px;
height: 50px;
line-height: 50px;
margin-bottom: 15px;
text-align: center;
width: 50px;
}
.project-text h4 a {
  color: #3db9ef;
  font-size:16px;
}
.project-text h4{margin-bottom:10px}
.project-text  h3 {
color: #fff;
}
.project-sec .item img {
width: 100%;
}
.project-gallery {
margin-bottom:50px
}
.simplefilter {
position: relative;
text-align: center;
margin-bottom: 40px;
}
.shorttitle {
  display: none;
}
.simplefilter li {
color: #bab9b9;
cursor: pointer;
display: inline-block;
margin: 0 6px;
padding: 10px 30px;

}
.simplefilter li:hover {
transition: all 0.5s ease-out 0s;background:#3db9ef;color:#fff;
}
.simplefilter li.active {
    background: #3db9ef;color:#fff;position:relative
}
.simplefilter li.active::before {
  border-bottom: 2px solid #13a7e8;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
/*
14.Project Details Section
============================*/
.project-details h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.border-btm {
  height: 2px;
  background: #3db9ef;
  width: 50px;
  margin-bottom: 20px;
}
.project-details-overvew {
  float: left;
  width: 50%;
}
.project-details-thumb:before {
  position: absolute;
  content: "";
 background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.project-details-thumb {
  float: right;
  width: 50%;
  margin-top: 20px;position:relative
}
.project-details-thumb .owl-controls {
position: absolute;
top: 40%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}

.project-details-thumb .owl-controls .owl-prev {
  left: 15px;
  position: absolute;
}
.project-details-thumb .owl-controls .owl-next {
  right: 15px;
  position: absolute;
}
.project-details-thumb .owl-controls .owl-prev i,
.project-details-thumb .owl-controls .owl-next i {
color: #fff;
font-size: 30px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 40px;
}
.project-details-thumb .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#00b0ff;color:#fff;
}
.project-details-thumb .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#00b0ff;color:#fff
}
.project-details-tab ul.service-process-tab {
  width: 170px;
  float: left;
  display: inline-block;
}
.project-details-tab ul.service-process-tab li {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;margin-right:0
}
.project-details-tab .service-process-tab li a {
  padding: 10px 0;
}
.project-details-tab .tab-content {
  padding-left: 200px;
}
.project-details-tab {
  display: inline-block;
  margin-top: 100px;
}
.single-service-slide {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.service-slide-thumb {
  display: inline-block;
  float: left;
  width: 100px;
  margin-top: 5px;
}
.service-slide-text {
  padding-left: 120px;
}
.service-slide-text h2 a {
  color: #333333;
  
  font-size: 18px;
}
.project-details-sidebar .search-field {
  margin-bottom: 40px;
}
.brochures h2,
.project-details-sidebar h1 {
  background: #3db9ef none repeat scroll 0 0;
  color: #fff;
  padding: 10px 0;
  text-align: center;font-size:20px
}
.brochures li:first-child::before {
content: "\f1c1";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#555555; padding-right: 10px;
}
.brochures li:last-child::before {
content: "\f0f6";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#555555; padding-right: 10px;
}
.brochures li {
display: inline-block;
width: 100%;
padding-bottom: 15px;position:relative
}
.brochures li a {
  color: #737373;
  font-family: raleway;
  font-weight: 600;
  font-size: 14px;
}
.brochures li:hover i{color:#89cff4}
.brochures li a span {
  float: right;
  color: #8b8b8b;
}
.support-widget {
  margin-top: 40px;
  position: relative;
}
.support-widget-overlay {
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;background-color: rgba(0, 0, 0, 0.8);
}
.support-widget-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.support-widget-text h2 {
  color: #ffffff;
  
  font-weight: bold;
  font-size: 24px;
}
.support-widget-text h2 span{color:#3db9ef;}
.support-widget-text p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
/*
15.Call To Action Section
============================*/
.call-to-action-sec{
  background-color: #fff;
  background-image: url("../img/call_to_action_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.call-to-action-text {
color: #fff;
display: inline-block;
padding: 50px 100px 50px 50px;
position: relative;
text-align: left;
z-index: 9;
float: right;
width: 60%;
}
.call-to-action-text:before{
background-color: rgba(0, 176, 255, 0.96);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -9;content:"";
}
.call-to-action-text  h2 {
color: #fff;
font-size: 34px;
font-weight: bold;
line-height: 44px;
position: relative;

padding-bottom: 25px;
}
.call-to-action-text h2::before {
  border-bottom: 1px solid #ffbc00;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100px;
}
.call-to-action-text h2::after {
border-bottom: 1px solid #ffbc00;
bottom: 4px;
content: "";
left: 0;
position: absolute;
width: 100px;
}
.call-to-action-text h2 span {
  color: #ffbc00;
}


.call-to-button {
  background: #383737;
  padding: 14px 30px;
  display: inline-block;
  color: #fff;
  
  margin-top: 20px;
}
.call-to-button:hover{background:#ffbc00;color:#fff}

/*
16.FAQ Section
============================*/
.faq-sec {
padding: 100px 0;
}
.faq-sec .panel {
  background: transparent;
}
.faq-sec .panel-content {
padding: 20px 0;
}
.faq-title > h2 {
color: #292929;
font-size: 32px;
font-weight: bold;

margin-bottom: 40px;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
margin-bottom: 10px;
padding: 0;
}

.faq-sec .panel-heading a {
display: inline-block;
font-size: 18px;
width: 100%;
color: #292929;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#00b0ff;
}
h2.process-title{
  color: #292929;
  font-size: 32px;
  font-weight: bold;
  margin-bottom:40px
}
.service-process-tab {
  margin-bottom: 40px;
}
.service-process-tab li {
background: #edeff0 none repeat scroll 0 0;
display: inline-block;
margin-right: 10px; transition: all 0.4s ease 0s;
}
.service-process-tab li:hover{background: #292929 none repeat scroll 0 0; transition: all 0.4s ease 0s;}
.service-process-tab li.active{background: #3db9ef none repeat scroll 0 0;}
.service-process-tab li.active a{color:#fff}
.service-process-tab li a{color: #3db9ef;
font-weight: 600;padding: 10px 30px;display: inline-block;}
.process-step1 h2 {
  font-size: 20px;
  line-height: 30px;
}
.process-step1 h2 span{color: #3db9ef;}
/*
17.Blog Section
==================*/
.blog-sec.blog-bg {
  background-color: #fff;
  background-image: url("../img/blog_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog-bg-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog-sec.blog-bg .single-post-text .post-info,
.blog-sec.blog-grid  .single-post-text .post-info{
 border: medium none;
margin-bottom: 10px;
padding: 0;
display: inline-block;
}
.single-post {
  display: inline-block;
  margin-bottom: 50px;
}
.single-blog.inner .single-post {
  margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
  padding: 0;
  margin-top: 25px;
}
.single-post-text {
background: #fff none repeat scroll 0 0;
padding: 20px 10px;
}
.single-blog.inner .single-post-text {
  padding: 0;
}
.single-blog.inner .single-post img {
  margin-bottom: 25px;
}
.single-blog.inner {
  margin-bottom: 40px;
}
.post-info {
border: 1px solid #fafafa;
padding: 10px 20px;
}
.post-meta {
  display: inline-block;
}
.post-meta li {
  display: inline-block;
  margin-right: 10px;
  font-size:14px
}
.post-meta li a,
.post-tags li a {
  color: #00b0ff;
}
.post-meta li span,
.post-tags li span {
color: #777777;
font-weight: 600;
float: left;
margin-right: 10px;
}
.post-tags {
  display: inline-block;
  float: right;
}
.single-post-text a.post-link {
  color: #b9b5b5;
  margin-bottom: 15px;
  display: inline-block;font-size:16px
}
.single-post:hover .single-post-text a.post-link{color: #00b0ff;}
.blog-title  h2 {
color: #0f0f0f;
font-size: 24px;
font-weight: 900;
line-height: 30px;
}
.single-post-text a {
color: #292929;
font-size: 18px;
font-weight: 600;
}
.pst_info {
  float: left;
  display: inline-block;
}
.post-date h2 {
  background: #00b0ff;
  text-align: center;
  padding: 10px 5px;
  font-size: 18px;
  color: #fff;
}
.blog-title {
  padding-bottom: 20px;
}
.single-post  img {
width: 100%;
}

.comment-list {
border: 1px solid #fafafa;
font-size: 18px;
padding: 14px;
text-align: center;
}
.comment-list h5 {
  margin-bottom: 0;
}
.single-post-text h2 {
margin-bottom: 15px;
}
.single-post-text  ul {
  display: inline-block;
  width: 100%;
}
.single-post-text li a {
float: left;
font-size: 15px;
font-weight: normal;
margin-left: 1px;
padding-right: 15px;

}
.single-post-text li a i{margin-right: 5px;color:#00b0ff}
.post-date h1 {
  background: #f3af1e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 13px;
  padding: 15px;
  text-align: center;
}
.commentar-sec img {
float: left;
margin-right: 20px;
width: 100px;
}
.comment-author {
margin-bottom: 10px;
font-size: 18px;

font-weight: bold;
}
.comment-time {
  color: #555555;
  font-family: open sans;
  font-size: 14px;
}
.commentar-sec .media.mt-3 {
  margin-top:30px;
}
.single-post .contact-field h2 {
font-size: 18px;
margin-bottom: 20px;
margin-top: 40px;

}
.commentar-sec h2 {
margin-top: 50px;
font-weight: bold;
}
.commentar-sec.author ul li {
  display: inline-block;
  margin-right: 20px;
}
.commentar-sec.author {
  position: relative;
}
.commentar-sec.author ul li a i{color:#cbc8c8}
.commentar-sec.author ul li a i:hover{transition: all 0.4s ease 0s;color:#29ace4}
.commentar-sec.author .media-body {
  padding-left: 100px;
}
.commentar-sec.author .media {
background: #fafafa none repeat scroll 0 0;
border-radius: 30px;
padding:30px 0;
margin-left: 20px;
}
.author-thumb {
border-radius: 100%;
float: left;
height: 100px;
left: 0;
overflow: hidden;
position: absolute;
top: 70px;
width: 100px;
}
.author-thumb img {
  height: 100%;
  width: 100%;
}
/*
18.Sidebar Section
=====================*/
.sidebar h1 {
display: inline-block;
font-size: 20px;
margin: 40px 0;

width: 100%;
}
.search-field form {
display: inline-block;
width: 100%;
position: relative;
}

.search-field input[type=text] {
background: #fafafa none repeat scroll 0 0;
padding: 10px 35px 10px 10px;
width: 100%;
}

.search-field button {
background: #00b0ff none repeat scroll 0 0;
color: #fff;
position: absolute;
padding:10px;
right: 0;top:0
}

.blog-sec .inner:nth-child(2n+1) {
  clear: both;
}
.abt_dec > p {
  margin-top: 20px;
}

.sidebar ul li a{font-size: 16px;
font-weight: normal;

transition: all 0.4s ease-in-out 0s;}
.sidebar ul li a:hover{transition: all 0.4s ease-in-out 0s;color:#00b0ff}
.widget-archive li{position:relative}
.widget-archive li:last-child {
  border-bottom: none;
}
.widget-cat li:last-child {
  border-bottom: none;
}
.widget-cat li{position:relative}

.widget-cat li {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.widget-tag li a:hover{transition: all 0.4s ease-in-out 0s;background:#00b0ff;color:#fff!important;border-color:#00b0ff}
.relative-post h3 {
font-size: 15px;

margin-bottom: 10px;
}
.relative-post {
border-bottom: 1px solid #ececec;
display: inline-block;
padding: 12px 0;
width: 100%;
}
.relative-post-thumb {
  float: left;
  margin-right: 15px;
}
.single_r_dec  a {
color: #555;
line-height: 20px;
}
.single_r_dec  a:hover{ transition: all 0.4s ease-in-out 0s;color:#00b0ff }
.all_r_pst .media {
  margin-top: 0;
}
.single_r_dec p {
  margin-bottom: 0;
}


.widget-archive li {
display: inline-block;
margin-bottom: 20px;
position: relative;
width: 100%;
}
.widget-archive span {
  float: right;
}
.widget-tag a {
  float: left;
  padding: 10px;
  border: 1px solid #fafafa;
  margin-right: 5px;
  margin-bottom: 5px;
}

.author_dec h3 {
margin : 0;
color : #333333;
font-size : 14px;
margin-bottom : 11px;
}
.author_info {
border-bottom : 1px solid #e3e3e3;
display : inline-block;
padding : 22px 0;
margin-bottom : 30px;
}
.author_info > img {
  float: left;
  margin-right: 35px;
  height: 80px;
}
.social_link {
margin : 0;
padding : 0;
float : right;
display : inline-flex;
}
.social_link li {
list-style : none;
}
.social_link li a i {
color : #363636;
float : left;
padding : 6px;
}
/*
19.Testimonial Section
=========================*/

.all-testimonial.owl-carousel .owl-item img {
border-radius: 100%;
}
.all-testimonial .owl-controls {
bottom: -30px;
position: absolute;
text-align: center;
width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
  background: none;
opacity:1
}

.client-thumb {
  border-radius: 100%;
  height: 100px;
  margin-right: 50px;
  width: 100px;
}
.sngl-client {
border: 1px solid #fafafa;
margin-bottom: 30px;
text-align: center;
margin: 5px;
}
.single-testimonial {
display: inline-flex;
margin-bottom: 40px;
padding: 0 25px;
width: 100%;
}
.client-comment p {
  font-style: italic;
}
.client-comment  h2 {
font-size: 18px;
margin-bottom: 10px;
margin-top: 30px;

}
.client-comment  h3 {
color: #00b0ff;
margin-bottom: 20px;

font-weight: normal;
font-style: italic;
}
.client-thumb {
  margin-right: 50px;
}
.client-comment{background: #fafafa none repeat scroll 0 0;
margin-top: 15px;
padding: 10px 20px;
position: relative;}
.client-comment::before {
color: #00b0ff;
content: "\f10d";
font-family: fontawesome;
font-size: 35px;
left: 20px;
position: absolute;
top: -12px;
}
.client-comment::after {
background-image: url("../img/tstm_shape.png");
content: "";
height: 100%;
left: -38px;
position: absolute;
top: -1px;
width: 100%;
background-repeat: no-repeat;
}
.client-comment > ul {
  padding-bottom: 15px;
}
.client-comment li {
  display: inline-block;
}
.client-comment li a{
border: 2px solid #00b0ff;
border-radius: 100%;
color: #00b0ff;
display: inline-block;
height: 30px;
line-height: 26px;
width: 30px;
margin: 0px 5px;
}
.client-comment li a:hover{background:#00b0ff;transition: all 0.4s ease-in-out 0s;color:#fff}
.client-sec .owl-controls {
  display: none;
}

.all-testimonial.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #00b0ff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active {
  background: #00b0ff none repeat scroll 0 0;
}
/*
20.Page Heading Section
==========================*/
.pagehding-sec {
background-image: url("../img/pageheading_bg.jpg");
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 130px;
padding-top: 250px;
position: relative;
}
.page-heading  h1 {
color: #fff;
font-size: 48px;
margin-bottom: 0;
text-align: center;

font-weight: bold;
}

.breadcrumb-left li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-left li a {
  color: #555555;
  font-weight:600;
}
.breadcrumb-left li:last-child a {
  color: #00b0ff;
}
.breadcrumb-left li::before {
  content: "/";
  height: 60%;
  position: absolute;
  right: -5px;
  top:0px;color:#555555;
}
.breadcrumb-left li:last-child::before{display:none}
.breadcrumb-left li:last-child::before {
  display: none;
}
.breadcrumb-sec {
border-bottom: 1px solid #f4f4f4;
padding: 20px 0;
}
.breadcrumb-right span {
  border-bottom: 1px solid #00b0ff;
  color: #00b0ff;
  display: inline-block;
  float: right;
  font-weight: 600;
  line-height: 18px;
  padding-top: 4px;
  text-align: right;
}

/*
21.Team section
=================*/
.team-sec {
  background-color: #fff;
  background-image: url("../img/team_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;position:relative
}
.team-sec-overlay{background-color: rgba(0, 0, 0, 0.7);
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;}
.team--page-sec .col-lg-3.col-md-3.col-sm-6.col-xs-12:nth-child(4n+1) {
  clear: both;
}
.team-sec .sec-title h1{
  color: #fff;
}
.team-sec .sec-title{
  color: #f4f4f4;
}

.team-member {
margin-bottom: 30px;
overflow: hidden;
padding-bottom: 6px;
position: relative;
text-align: center;
background: #fafafa;
}
.team-member:hover .team-overlay{visibility:visible; transition: all 0.4s ease-in-out 0s;opacity:1;top:0}
.team-overlay {
position: absolute;
top: 100%;
transition: all 0.4s ease-in-out 0s;
visibility: hidden;
width: 100%;height:100%;
background: #00b0ff;color:#fff;
}
.team-overlay-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.team-overlay-text h2,
.team-overlay-text h3 {
  color: #fff!important;
}
.team-overlay img {
  width: 70px;
  height: 70px;
}
.team-overlay > ul {
padding-bottom:10px
}
.team-member> img{width: 100%;}
.team-member  h2 {
font-size: 20px;
margin-top: 20px;

}
.team-member  h3 {
color: #00b0ff;
font-size: 16px;

}
.team-member li {
display: inline-block;
padding: 0 10px;
background: #00b0ff;
border-radius: 2px;
}

.team-member li i{color:#fff}
/*
22.About Page
================*/
.about-us-sec {
padding-bottom: 30px;
padding-top: 50px;
}
.about-img img{width:100%;}
.abtdsc-sec p {
  color: #fff;
}
.abt-lft h2 {
color: #464646;

}
.abt-img img {
  width: 100%;
}
.about-text h3 {
  
}

/*
23.Contact Page
============================*/
.contact-form-sec {
  background: #fafafa;margin:100px 0px
}
.contact-field.contact-form h2 {
  
}
.contact-field.contact-form {
width: 40%;
padding: 30px ;
}
.map-sec {
  width: 60%;float:left}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-field.contact-form input {
  margin-bottom: 5px;
}  
.contact-field.contact-form textarea {
  height: 110px;
}
.contact-field.contact-form input[type="submit"] {
  background: #00b0ff;
  width: 150px;
  border-color: #00b0ff;
}
.info-box {
border: 1px solid #fafafa;
height: 250px;
margin-bottom: 30px;
text-align: center;
}
.info-box-text {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.info-box i {
  color: #00b0ff;
  font-size: 36px;
  margin-bottom: 25px;
}
.info-box span {
  display: inline-block;
  width: 100%;
}
.contact-info h3 {
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.contact-info i {
  margin-right: 10px;
}
.contact-field input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fafafa;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}
.contact-field .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  border: 1px solid #fafafa;
  width: 100%;
  height: 200px;
  padding: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
background: #292929 none repeat scroll 0 0;
border-color: #292929;
color: #fff;
margin-top: 20px;

font-weight: bold;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#464646;transition: all 0.4s ease-in-out 0s;border-color:#464646}
.contact-field {
  display: inline-block;width:100%
}
.single-input-field  h4 {
  color: #464646;
  
  font-size: 14px;
}
.contact-person h1 {
color: #464646;
font-size: 24px;
font-weight: bold;
margin-bottom:20px;position:relative;padding-left:10px
}
.contact-person  h1::before {
border-left: 3px solid #00b0ff;
content: "";
height: 80%;
left: 0;
position: absolute;
top: 2px;
width: 3px;
}
.single-info h2 {
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  
  margin-bottom: 10px;
  margin-top: 30px;
}

.map-sec iframe{width:100%;height:450px}
/*
24.Patner Section 
======================*/
.all-patner-sec {
  padding: 100px 0;
}
.all-patner.owl-carousel.owl-theme .owl-item {
padding: 0 40px;
}
.single-patner {
  border: 1px solid #efefef;
  height: 100px;
  padding: 20px;
}
.all-patner.owl-carousel.owl-theme img {
position: relative;
top: 50%;
transform: translateY(-50%);
}

/*
25.Message Section 
======================*/
.message-intro-sec{background: #00b0ff url("../img/message_bg.jpg") no-repeat scroll center center / cover ;
padding: 50px 0;
position: relative;}
.message-intro-link {
  text-align: right;
}
.message-intro-link a {
  background: #00b0ff none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 14px 30px;
  font-weight:bold
}
.message-intro-link a:hover{background: #ffbc00 none repeat scroll 0 0;color: #fff;}
.message-intro  h2 {
  color: #fff;
  font-size: 24px;
}
.message-intro  span {
  color: #00b0ff;
  font-weight: 600;
}
/*
26.404 Page Section 
======================*/
.error-page-content {
  text-align: center;
}
.error-page-content  h1 {
  font-family: open sans;
  color: #00b0ff;
  font-weight: 600;
  font-size: 36px;
  margin-top: 30px;
}
.error-page-content > a {
  color: #00b0ff;
  font-weight: 600;
  border-bottom: 1px solid #00b0ff;
}

/*
27.Footer Section 
======================*/
.footer-sec {
background: #1c1c1c none repeat scroll 0 0;
padding: 50px 0;
}
.footer-sec h2 {
color: #fff;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;

font-weight: bold;
}

.footer-sec p {
  color: #ccc;
}
.footer-wedget-one img {
  margin-bottom: 20px;
}

.footer-wedget-one i:hover{background:#00b0ff;color:#fff;border-color:#00b0ff; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-one form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-one input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;

width: 100%;
}
.footer-wedget-one button {
background: #00b0ff none repeat scroll 0 0;
color: #fff;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.footer-wedget-one button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-wedget-two li a {
border: 1px solid #e7e7e7;
color: #fff;
display: inline-block;
margin: 8px 8px 8px 0;
padding: 8px;

transition: all 0.4s ease-in-out 0s;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#00b0ff;color:#fff;border-color:#00b0ff}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li:before{content: "\f101";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#00b0ff;padding-right:10px}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
  color: #f4f4f4;
  
  padding-bottom: 10px;
  display: inline-block;
}
.footer-widget-menu li a:hover{color:#00b0ff;transition: all 0.4s ease 0s;}
.inner-item {
color: #f4f4f4;
font-weight: 600;
padding-bottom: 10px;
}

.footer-bottom-sec {
background: #1c1c1c none repeat scroll 0 0;
padding: 15px 0;
border-top: 2px solid #282828;
}
.footer-wedget-four ul li i {
color: #fff;
float: left;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-right: 10px;
text-align: center;
width: 40px; transition: all 0.4s ease-in-out 0s;border-radius:100%;background:#282828;
}
.footer-wedget-four ul li i:hover{background:#00b0ff;}
.footer-wedget-four ul {
  margin-top: 20px;
}
.footer-bottom-sec p {
color: #f4f4f4;
font-weight: bold;
margin: 0;
text-align: center;
}
.copy-right span,
.copy-right span a{
  color: #00b0ff;
}
/* The End */
