/*
Theme Name: Ivision
Theme URI: https://wordpress.org/themes/Ivision/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
html {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    color: #544e4e;
    font-weight: 400;
}

body {
    padding-top: 123px;
}

a,
span {
    display: inline-block;
}

.btn,
a,
a * {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
}

img {
    max-width: 100%;
}

.btn {
    background: #00C4FB;
    margin-top: 15px;
    border: medium none;
    overflow: hidden;
    color: #fff;
    border-radius: 4px;
    padding: 8px 40px;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
}
.btn i {
margin-right: 5px;	
}
input[type="submit"].btn {
    padding: 5px 25px;
    font-size: 1em;
}
.search-form .btn {
margin-top: 0;	
}

.btn:hover,
.btn:focus,
.btn-primary:focus,
.btn-primary:hover,
#image-navigation .nav-links div a:hover {
    background: #008CB3;
    color: #fff;
}

.btn:before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -1;
}

.btn:hover:before {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

p,
ul.bullets li {
    color: #636261;
    font-size: 1 em;
    margin-bottom: 25px;
}

section {
    padding: 35px 0;
}

::-moz-selection {
    background: #f8931f;
    color: white;
}

::selection {
    background: #f8931f;
    color: white;
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #102f40;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-top: 0;
}

h1 {
    font-size: 2.3 em;
}

h2 {
    font-size: 2 em;
}

h2 small {
    display: block;
    margin: 15px auto;
    color: #293333;
    font-size: 0.5em;
}

h2:after {
    content: '';
    background: url(images/heading-strip.png) no-repeat;
    height: 16px;
    width: 75px;
    display: block;
    margin: 10px auto 0;
}

a:active,
a:hover,
a:focus {
    text-decoration: none !important;
    color: inherit;
    outline: none;
}

.help-block.wpcf7-not-valid-tip {
    display: none;
}

.form-control.wpcf7-not-valid {
    border: 1px solid #FF0C0C !important;
}

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

.theme-clr {
    color: #006bb2;
}

ul.bullets li {
    background: url(images/tick.png) no-repeat;
    padding-left: 22px;
    background-position: 0px 7px;
    margin-bottom: 4px;
}

.gray-bg {
    background: #f9f9f9;
}

.container {
    max-width: 1150px;
}

.header-contacts a .fa {
    color: #00C4FB;
    margin-right: 6px;
    font-size: 17px;
}

.header-contacts a {
    color: #000;
    margin-left: 35px;
    display: inline-block;
}

.logo {
    margin: 7px 0px;
}

.header-contacts a:hover {
    color: #00C4FB;
}

h2.white,
h2.white small {
    color: #fff;
}

h2.white:after {
    background: url(images/heading-strip-light.png) no-repeat;
}



/*1.1 Navigation statrs here*/

.navbar-default {
    background: #102f40;
    border: none;
    margin: 0;
    background-image: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0px;
    margin: 0px 30.655px;
    border-bottom: 2px solid transparent;
    font-weight: 300;
}

.navbar-default .navbar-nav li:last-child a {
    margin-right: 0;
}

.navbar-nav>li:first-child a {
    margin-left: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current-menu-item a,
.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.current-menu-item>a:focus,
.navbar-default .navbar-nav>.current-menu-item>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    border-bottom: 2px solid #00C4FB;
    color: #fff; 
    background: none;
}

.navbar-nav {
    display: table;
    margin: 0;
    width: 100%;
}

.site-header {
    z-index: 16;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    transition: 0.3s all ease-in-out;
    top: 0;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.32);
}
.custom-logo {
	max-width: 160px;
	height: auto;
}
body.admin-bar .site-header {
    top: 32px;
}

.site-header .text-right {
  padding-top: 38px;
}


/*1.2 Carousel starts here*/

banner {
    border-bottom: 2px solid #ea790b;
    display: block;
}

.carousel {
    overflow: hidden;
}

banner .container {
    POSITION: ABSOLUTE;
    background: rgba(0, 0, 0, 0.15);
    TOP: 0;
    BOTTOM: 0;
    LEFT: 0;
    RIGHT: 0;
    MARGIN: AUTO;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

/*banner .container:before {
    content: '';
    height: 100%;
    display: inline-block;
    width: 1px;
    vertical-align: middle;
}*/

banner .carousel .item img,
banner .carousel .item {
    width: 100%;
    /* height:calc(100vh - 133px); */
}

.carousel-caption {
	bottom: 0;
	margin: auto;
	z-index: 0;
	font-family: 'Lato', sans-serif;
	position: absolute;
	/* display: inline-block; */
	padding: 0;
	vertical-align: middle;
	top: 0;
	height: 220px;
}
.carousel-caption h1 {
    font-size: 5em;
    color: #fff;
    text-shadow: none;
    margin-bottom: 0;
    text-transform: none;
    text-transform: capitalize;
    font-weight: bold;
    margin: auto;
    line-height: 42px;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

.carousel-caption p {
    font-size: 2.2em;
    line-height: 1.5;
    margin: 45px auto;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-top: 20px;
}

.carousel .glyphicon {
    position: absolute;
    top: 15px;
    text-shadow: none;
    color: #fff;
    font-size: 0px;
    width: 35px;
    height: 60px;
    opacity: 0.7;
    background: url(images/gry-arrow.png) no-repeat;
}

.carousel .glyphicon.glyphicon-chevron-left {
    transform: rotate(180deg);
}

.carousel-control {
  left: 0;
  opacity: 1;
  top: calc(50% - 35px);
  width: auto;
  z-index: 2;
}

.glyphicon-chevron-right,
.glyphicon-chevron-left {
    background: none;
}

.carousel-control.left .glyphicon-chevron-left {
    left: -35px;
    transition: 0.4s all ease-in-out;
}

.carousel:hover .carousel-control.left .glyphicon-chevron-left {
    left: 50px;
    transition: 0.4s all ease-in-out;
}

.carousel-control.right {
    right: -35px;
    left: auto;
    transition: 0.4s all ease-in-out;
}

.carousel:hover .carousel-control.right {
    right: 50px;
    transition: 0.4s all ease-in-out;
}

.carousel-indicators li {
    border: medium none;
}

banner .scroll {
    display: block;
    margin: auto;
    background: url(images/bnr-scroll.png) no-repeat;
    width: 28px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}


/*Carousel ends here*/


/* *********************** products-list Starts ************************ */

#home-product-list {
    margin-top: -135px;
    padding-top: 170px;
}

.products-section p {
    margin-bottom: 0;
}

.products-section h2 {
    margin-top: 0;
}

.products-list h4 {
  font-size: 1.25em;
  margin: 15px 0 10px;
  padding: 0;
}

.products-list p {
    margin-bottom: 30px;
}

.products-list .box {
    position: relative;
    cursor: url(images/zoom.png), auto;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #e2e2e2;
	display: block;
	text-align: center;
}
.products-list .box img {
height: 172px;	
}

.products-list .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    background: rgba(0,196,251,0.58);
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
}

.products-list .box:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.products-list .box:hover img {
    /*filter: blur(3px);-webkit-filter: blur(3px);-moz-filter: blur(3px);-o-filter: blur(3px);	-ms-filter: blur(3px);*/
}


/* *********************** products-list Starts ************************ */


/* ************************** why-use Starts ************************ */

.why-use {
    position: relative;
    color: #fff;
    padding-bottom: 50px;
}

.why-use:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 0;
    background: rgba(17, 114, 169, 0.85);
}

.why-use .container {
    position: relative;
    z-index: 1;
}

.why-use .wht-box {
    background: #fff;
    padding: 20px 15px;
    padding-top: 15px;
}

.why-use .wht-box h3 {
    font-weight: 600;
    color: #504d4d;
    font-size: 1.3em;
    padding: 0;
    margin-bottom: 4px;
    margin-top: 0;
}

.why-use .wht-box h3:before {
    content: '';
    display: block;
    background: url(images/sprite-icons.png) no-repeat;
    height: 65px;
    width: 68px;
    margin: auto;
    margin-bottom: 15px;
    background-position: 0px 0px;
}

.why-use .wht-box.flavours h3:before {
    background-position: -137px 0px;
}

.why-use .wht-box.refliable h3:before {
    background-position: -290px 0px;
}

.why-use .wht-box p {
    margin: 0;
}


/* ************************** why-use Ends ************************ */


/* ***************** best-products Starts ************************** */

.best-products .item {
    background: #f9f9f9;
    padding: 12px;
}

.best-products .item .box {
    margin: -12px;
    margin-bottom: 0;
}

.best-products p.warranty {
    color: #000;
    font-size: 0.85em;
    margin-bottom: 15px;
    margin-top: -10px;
}

ul.product-feature li {
    text-transform: uppercase;
    color: #00C4FB;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.2px;
    background: url(images/li-bullet.png) no-repeat;
    padding-left: 25px;
    background-position: 2px 6px;
    margin-bottom: 5px;
}

.products-carousel {
    position: relative;
}

.products-carousel .owl-carousel {
    position: static;
}

.products-carousel .owl-carousel .owl-stage-outer {
    z-index: 2;
}

.products-carousel .owl-theme .owl-controls {
    position: absolute;
    top: 30%;
    left: -50px;
    right: -50px;
    z-index: 1;
    margin: 0;
}

.products-carousel .owl-controls .owl-nav div {
    background: url(images/gry-arrow.png) no-repeat!important;
    width: 32px;
    height: 58px;
    font-size: 0 !important;
}

.products-carousel .owl-controls .owl-prev {
    float: left;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.products-carousel .owl-controls .owl-next {
    float: right;
}

.btn.cntr-btn {
    margin: auto;
    margin-top: 45px;
    width: 160px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
	padding:8px 0;
}


/* ***************** best-products Ends ************************** */


/*url(../images/footer_bg.jpg) 0 0/100% 100% no-repeat*/


/* ************** latest-news Starts ******************* */

.latest-news {
    position: relative;
    color: #fff;
}

.latest-news .container {
    position: relative;
    z-index: 1;
}

.latest-news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 0;
    background: rgba(16, 47, 64, 0.85);
}

.latest-news h2,
.latest-news p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.latest-news h5 {
    margin: 0;
    font-size: 1.2em;
    margin-top: 15px;
}

.latest-news p {
    font-weight: 300;
    line-height: 1.6;
}

.latest-news .carousel-indicators {
    bottom: -14px;
}

.latest-news #myCarousel2 {
    padding-top: 35px;
    padding-bottom: 15px;
}

.latest-news .carousel .glyphicon {
    background: url(images/wht-arrow.png) no-repeat;
}

.latest-news .carousel-control.left .glyphicon-chevron-left {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.latest-news .carousel-control {
    top: 20px;
}

.latest-news .carousel-control.right .glyphicon-chevron-right {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}


/* ************** latest-news Ends ******************* */


/* *************** Footer Starts ************** */

footer.site-footer {
    background: #f4f4f4;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
}


footer.site-footer h4 {
    font-size: 2em;
    padding: 0;
    margin-bottom: 25px;
}

footer.site-footer h4.the-bg {
    background: url(images/the.png) no-repeat;
    padding-left: 14px;
    background-position: 0 50%;
}

footer.site-footer h4 span {
    color: #00C4FB;
}

footer.site-footer p,
footer.site-footer p a,
footer.site-footer a {
    color: #727271;
    font-size: 0.96em;
    margin: 0;
}

footer.site-footer a {
    font-size: 100%;
}

footer.site-footer p a:hover,
footer.site-footer a:hover {
    color: #00C4FB;
}

footer.site-footer address {
    margin: 20px 0px;
}

footer.site-footer address p {
    background: url(images/add-sprite.png) no-repeat;
    padding-left: 25px;
    margin-bottom: 8px;
    background-position: 0px 4px;
}

footer.site-footer address p + p {
    background-position: 0px -65px;
	width:100%;
	float:left;
}

footer.site-footer address p + p + p + p {
    background-position: left bottom;
}

footer.site-footer .form-control {
   
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 12px 15px;
    background-color: #eee;
}

footer.site-footer textarea.form-control {
    height: 130px;
    resize: vertical;
}

footer.site-footer .form-group.inline {
    clear: both;
    margin-bottom: 0;
}

footer.site-footer .form-group.inline .form-control {
    display: inline-block;
    float: left;
    width: 48.8%;
}

footer.site-footer .form-group.inline input[type="email"].form-control {
    float: right;
}

.social-links a {
    border: 2px solid #727271;
    padding: 3px 0px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    text-align: center;
}

.social-links a .fa {
    transition-duration: 0s;
}

.social-links a:nth-child(1):hover {
    border-color: #3C599B;
    color: #3C599B;
}

.social-links a:nth-child(2):hover {
    border-color: #00ABF0;
    color: #00ABF0;
}

.social-links a:nth-child(3):hover {
    border-color: #895a4d;
    color: #895a4d;
}

footer.site-footer .copyright {
    background: #ededed;
    text-align: center;
    margin: 0;
    padding: 12px 15px;
    margin-top: 42px;
}


/* *************** Footer Ends ******************* */


/***********************custom**************************/

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #ea790b;
}

.inline > div {
    float: left;
    width: 50%;
}

.inline > div:last-child {
    float: right
}
.site-footer .g-recaptcha, .inline .wpcf7-submit {
	margin-left: 9px;
}
.form-group.inline {
    float: left;
    width: 100%;
}

footer.site-footer .form-group.inline .form-control {
    display: inline-block;
    float: left;
    width: 97.5%;
}

.form-group.email span {
    padding-left: 9px;
}

.carousel-indicators {
    display: none;
}

.error-404 h1 {
    font-size: 2.5em;
}

.error-404 h1 strong {
    font-size: 4em;
}

.error-404 p {
    font-size: 1.45em;
}

#image-navigation .nav-links div {
    display: inline-block;
    margin: 10px 4px;
}

#image-navigation .nav-links div a {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    background: #00C4FB;
}

/*inner page starts here*/
/*innerpages starts here*/
.entry-header {
    padding: 64px 0;
    margin: 0;
	background: #ededed;
	position: relative;
}

.entry-title {
  color: #333;
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
.entry-title::after, .entry-title::before {
  border-color: #00C4FB;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  content: "";
  height: 170%;
  left: -40px;
  position: absolute;
  top: -9px;
  width: 20px;
}
.entry-title::before {
  border-width: 2px 2px 2px 0px;
  right: -40px;
  left: auto;
}
.entry-subtitle {
color: #fff;	
}
.breadcrumb {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #d0d0d0;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px 0;
}
.breadcrumb a {
	color: #00C4FB;
}
.body-content {
  padding: 40px 0;
}
.wbg, .page-sidebar {
  background: white none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 0 7px #e7e7e7;
  float: left;
  width: 100%;
}
.wbg {
padding-bottom: 40px;	
}
.entry-content {
	float: left;
	width: 100%;
 /*  padding: 15px; */
}
.alignright {
    float: right;
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.aligncenter {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}
.entry-content ul, .taxonomy-description ul {
padding-left: 0;	
}
.entry-content li, .taxonomy-description ul li {
    padding: 0 0 7px 25px;
    background: rgba(0, 0, 0, 0) url("images/licon.png") no-repeat scroll left top 5px;
	list-style: none;
}
.screen-reader-text {
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;	
}
/*innerpages ends here*/
/*sidebar starts here*/
.page-sidebar {
padding: 0 15px 15px;
margin-bottom: 20px;
}
.widget-title {
  font-size: 23px;
  margin-bottom: 10px;
  padding-top: 16px;
  position: relative;
  text-align: left;
}
.widget-title::after {
content: none;	
}
.page-sidebar ul {
padding-left: 0;	
}
.page-sidebar li {
  background: rgba(0, 0, 0, 0) url("images/licon.png") no-repeat scroll left top 15px;
  border-top: 1px solid #ddd;
  list-style: none;
}
.rpwwt-widget .page-sidebar li {
background: none;	
}
.page-sidebar li a {
padding: 10px 20px;
display: block;
color: #333;
}
.rpwwt-widget .page-sidebar li a {
padding-left: 0;	
}
.rpwwt-widget ul li img {
margin: 0 10px 0 0;	
}
.rpwwt-post-title {
font-size: 1.2em;	
}
.rpwwt-post-date {
font-size: 0.9em;	
}
.page-sidebar ul.w-icon li a {
padding-left: 40px;	
}
#super_searchform .form-control {
height: 40px;	
}
.tagcloud a {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  color: #333;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 7px 12px;
}
/*sidebar ends here*/
/*faq page starts here*/
.panel-group .panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 15px;
	border: 0;
	box-shadow:none;
}
.panel-default > .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.panel-title {
    padding: 0;
    position: relative;
    text-align: left;
	font-size: 1.25em;
}
.panel-title a {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  display: block;
  padding: 10px 16px;
}
.panel-title a[aria-expanded="true"] {
    background: #102F40 none repeat scroll 0 0;
    color: #fff;
}
.panel-icon {
  -moz-user-select: none;
  background: #e5e5e5 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 7px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  justify-content: center;
  align-items: center;
  color: #9a9a9a;
}
.panel-title a[aria-expanded="true"] .panel-icon {
   transform:rotate(180deg);
    transition: all 0.3s ease-in-out 0s;
}
.panel-body {
border:0 !important;	
}
.panel-body  > p{
margin-bottom: 0;	
}
/*services page starts here*/
.services-child .detail {
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding: 0 15px 15px;
}
/*services page ends here*/
/*single services page starts here*/
#shop-slider .item img{
	margin: auto;
	width: auto;
}
#shop-slider .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
}
#shop-slider .owl-controls .owl-nav [class*="owl-"] {
  background: rgba(255,255,255,0.8) !important;
  color: #00C4FB !important;
  padding: 6px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  opacity: 0.3;
transition:0.3s all ease;	
}
#shop-slider:hover .owl-controls .owl-nav [class*="owl-"] {
opacity: 1;
transition:0.3s all ease;	
}
/*single services page ends here*/
/*Testimonial page starts here*/
.grid-sizer,
.grid-item {
  width: 33.333%;
  padding: 20px;
}
.grid-item {
  float: left;
}
.single-testimonial {
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  float: left;
  margin-bottom: 12px;
  margin-top: 5px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.single-testimonial::before {
position: absolute;
background: white;
left: 0;
right: 0;
margin: auto;
top: -21px;
width: 60px;
height: 60px;	
color: #cdcdcd;	
content: '\f10d ';
font-size: 27px;
font-family: 'FontAwesome';
}
.single-testimonial img {
margin-top: 10px;
position: relative;
}
.single-testimonial p {
font-size: 0.95em;
line-height: 24px;
margin-top: 15px;	
}
.single-testimonial span {
color: #00C4FB;	
display: block;
width: 100%;
margin-top: 20px;
}
/*Testimonial page ends here*/
/*contact page starts here*/
.contact-page .wbg {
padding: 15px; 	
}
.contact-page .form-control {
min-height:42px;
background: #fafafa; 
resize:vertical;
}
.your-name, .your-email, .phone, .your-subject {
width: 48%;
float: left;	
}
.your-email, .your-subject {
float: right;	
}
.cat select.form-control {
-webkit-appearance:none;	
-moz-appearance:none;
background: url(images/arrowdown.png) no-repeat center right 10px;	
}
.contact-page .alert {
float: left;
width: 100%;
margin-top: 15px;	
}
.contact-page .social {
margin-top: 20px;	
}
.contact-page ul:not(.social) li {
position: relative;	
padding-left: 45px;
}
.contact-page ul li address {
margin-bottom: 0;	
}
.contact-page ul:not(.social) i {
  align-items: center;
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 50%;
  color: #00C4FB;
  display: inline-flex;
  height: 35px;
  justify-content: center;
  width: 35px;
  position: absolute;
  left: 0;
  font-size:16px;
}
.contact-page ul:not(.social) a {
	color: #333;
}
.contact-page ul:not(.social) h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}
.map {
padding: 0;	
}
.acf-map {
	width: 100%;
	height: 400px;
}
/*contact page starts here*/
/*Blog archieve page starts here*/
.archive article {
margin: 20px 0;	
  border: 1px solid #ccc;
}
.archive  article img {
	max-height: 229px;
}
.archive .blog-meta {
  border-top: 1px solid #ccc;
  padding: 10px 15px 15px;
  width: 100%;
  height: 230px;
  margin-top: -6px;
}
.date {
float: left;
width: 100%;	
border-bottom: 1px solid #e2e2e2;
padding-bottom: 10px;
}
.date i {
margin-right: 5px;
}
.blog-meta .btn {
padding-left: 0;	
}
.archive .blog-meta h3 {
padding-bottom: 0;	
}
.archive .blog-meta h3 a {
color:#00C4FB;	
}

/*Blog archieve page starts here*/
/*single blog starts here*/
.single .entry-content h2 {
margin-top: 0;
}
.post-meta {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 10px;
padding-bottom: 10px;	
}
.single .post-meta li {
display: inline-block;
margin-right: 75px;
background: none;
padding-left: 0;	
}
.single .post-meta li i {
margin-right: 5px;	
}
/*single blog ends here*/
/*search page starts here*/
.search-results article {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}
.search-results article img {
   margin: 15px 0;
}
.search-results .search-title{

  margin-top: 10px;
}
/*search page ends here*/
/*404 starts here*/
.error-404 {
    float: left;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
	position: relative;
	padding:130px 0 50px;
}
.error-404::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
content: '404';
font-size: 17em;
opacity: 0.07;
color: #333;	
font-weight: bold;
margin-top: -80px;
}
.error-404 > * {
position: relative;	
}
.error-404 p, .no-results p {
	font-size: 1.4em;
	margin-top: 40px;
}
.error-404 form, .no-results form {
	margin: 40px 0;
}
.error-404 .form-control, .no-results .form-control {
width: 500px;
height: 40px;
}
/*404 ends here*/
/*media starts here*/
.attachment .entry-content {
    float: left;
    width: 100%;
}
/*media starts here*/ 
/**about page**/
.strength-box .point {
  background: #f7f7f7 none repeat scroll 0 0;
  border-left: 3px solid #00C4FB;
  min-height: 168px;
  padding: 10px 20px 20px;
  text-align: justify;
   margin: 0 0 35px;
}
.strength-box .point .box-title{
	padding:0;
	margin:10px 0;
}
.strength-box .point  p{
	padding:0;
	margin:0;
}
.why-choose {
  display: inline-block;
  padding-top:18px;
  width: 100%;
}
/**single product page***/

#sync2 .item {
    cursor: pointer;
    opacity: .5
}

#sync2 .current .item,
#sync2 .item:hover {
    opacity: 1
}

#sync2 .current .item img,
#sync2 .item:hover img {
    border-color: #00C4FB
}

.single-product-page-slider .owl-nav [class*=owl-] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.single-product-page-slider .owl-nav [class*=owl-].disabled {
    opacity: .3;
    cursor: auto
}

#sync1,
#sync2 {
    position: relative;
    margin-bottom: 20px
}

#sync1 .owl-next,
#sync1 .owl-prev,
#sync2 .owl-next,
#sync2 .owl-prev {
    font-size: 17px;
    margin-top: -20px;
    position: absolute;
    top: 57%;
    color: #00C4FB
}

#sync1 .owl-prev {
    left: 10px
}

#sync1 .owl-next {
    right: 10px
}

#sync2 .owl-prev {
    left: -18px
}

#sync2 .owl-next {
    right: -20px
}
.inner-pages .entry-content .section-title{
		margin-top:0;
	padding-top:0;
}
.other-services{
	background:#00C4FB;
}
.other-services .section-title{
	color:#fff;
	margin-top:0;
	padding-top:0;
}
.other-services h4{
	color:#fff;
	margin: 10px 0 0; 
	padding-bottom:0;
}
.service-buttons{
	display:inline-block;
	margin-top:20px;
	width:100%;
}
.service-buttons .themebtn{

	font-size:14px;
}

.other-services {
    position: relative;
    color: #fff;
}

.other-services .container {
    position: relative;
    z-index: 1;
}

.other-services:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 0;
    background: rgba(16, 47, 64, 0.85);
}
.other-services .owl-prev{
	position:absolute;
	top:27%;
	left:-30px;
	background:none!important;
}
.other-services .owl-next{
	position:absolute;
	top:27%;
	right:-30px;
	background:none!important;
}
.other-services .owl-nav i{
	font-size:16px;
}
/**single product page ends here**/