/*===============================================Global===================================================*/
a {
    font-family: proxima nova alt rg;
    font-size: 16px;
    transition: all .5s ease 0s;
	text-decoration: none;
}
.clearfix{
	clear: both;
}
.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}
.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}
.vertical-space-85 {
    display: inline-block;
    width: 100%;
    height: 85px;
}
.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}
#application .clear::before, .clear::after, .row::before, .row::after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*==============================================header====================================================*/
.header {
/*    position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    transition: all 200ms ease;
}
.top_menu{
	background-color:#002c3c;
	height: 40px;
    width: 100%;
	padding: 4px 10px;
}
.top_bar_container {
    width: 100%;
    height: 100%;
}
.top_menu .left-info {
	padding-top: 3px;
}
.top_menu .left-info a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.top_menu .right-info{
	text-align: right;
}
.top_menu .right-info li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
	margin-right: 5px;
}
.top_menu .left-info li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
.top_menu .right-info li .nav-link.dropdown-toggle{
	color: #fff;
}
.top_menu .right-info .nav-item .nav-link{
	color: #555;
}
.top_menu li a i ,.top_menu .account i{
	color: #fff;
	font-size:14px;
	padding-right: 10px;
}
.top_menu .social{
	float: right;
	padding: 4px 0;
}
.top_menu .social .socials-list{
	padding-right: 10px;
}
.main_menu .navbar-light .navbar-nav .nav-link{
	color: #000;
	font-size: 18px;
	padding-right:24px;
}
.main_menu .navbar-light .navbar-nav .active>.nav-link,
.main_menu .navbar-light .navbar-nav .nav-link:hover{
	color:#0c8ead;
	font-weight: 700;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding:7px 5px 0;
    font-size: 1rem;
    color: #04304b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    border: 1px solid #d8d9da;
    line-height: 2;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
	top: 14px !important;
}
.dropdown-menu li {
    width: 100%;
	color: #fff;
	margin-bottom: 1px;
	padding: 0 20px;
}
.dropdown-menu li a:hover{
	color:#0c8ead;
}
/*==============================================Home-page-about==========================================*/
.about{
	padding:80px 0 30px;
}
.about-author {
    position: relative;
    overflow: hidden;
}
.about-author .author-content {
    float: left;
    width: 60%;
    padding: 0 20px !important;
}
.about-author .author-content .author-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #27b1d2;
    margin-bottom: 15px;
    margin-top: 80px;
}
.about-author .author-content .author-title span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    color: #969696;
    padding-top: 7px;
}
.about-author .author-content .author-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 42px;
}
.about-author .author-content .author-link {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #27b1d2;
    border: #27b1d2 2px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 30px;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 35px;
    margin-bottom: 80px;
}
.about-author .author-attachment {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}
.about-author .author-attachment .author-image {
    display: block;
    width: 100%;
    margin-top: -60px;
    margin-bottom: -3px;
}
.about-author .author-attachment .author-image img {
    width: 100%;
}
/*==============================================Home-page-appointment=====================================*/
.appointment{
	padding-top: 61px;
    padding-bottom: 33px;
    margin-top:-6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #fff;
    background-image: url(../image/O6UZR60-801x644.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 100% 0;
}
.appointment .overlay{
    position: absolute;
    top: -60px;
    left: -127px;
    right: -104px;
    bottom: -33px;
	background-color:#002c3ccc;
    background-position: center center;
    background-repeat: repeat;
}
.appointment .heeading {
	margin-top: 80px;
    padding-top: 70px;
    padding-right: 25px;
    padding-bottom: 90px;
    padding-left: 30px;
    color: #888;
    background-color: #f3fbfd;
	position: relative;
	z-index: 30;
}
.appointment .heeading h2{
    color: #2caee2;
    box-shadow: 0 0 0 0 #fff;
    border-color: #002856;
    border-style: none;
    margin: 0 0 45px 0;
	font-size: 40px;
}
.appointment .heeading .serve-a{
	position: absolute;
	left: 26px;
    top: 24%;
}
.appointment .heeading .serve-a img{
	width: 33px;
	height:36px;
}
.appointment .heeading .heading:after{
    content: "";
    display: block;
    position: absolute;
    right:11%;
    left:13%;
    height: 2px;
    margin-top: 15px;
    background-color: #27b1d2;
    z-index: 1;
}
.appointment .heeading p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #696969;
}
.appointment .appoint{
	padding: 7px 105px;
}
.appointment .appoint .form-group input,
.appointment .appoint .form-group select,
.appointment .appoint .form-group textarea{
  height: 54px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
	color: #fff !important;
}
.appointment .appoint .form-group input::placeholder,
.appointment .appoint .form-group select,
.appointment .appoint .form-group textarea::placeholder{
	color: #fff !important;
}
.appointment .appoint .form-group button{
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 15PX;
}
/*==============================================Home-page-services========================================*/
.padding.paddv-80 {
    padding: 80px 0 !important;
}
.services .heading {
    display: table;
    position: relative;
    padding-left: 25px;
    padding-right: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*
.services .heading:before {
    content: "\e605";
    font-family: 'FONTAWESOME';
    font-size: 50px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #27b1d2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -15px;
    left: -45px;
    z-index: 2;
}
*/
.services .serve-a{
	position: absolute;
	left: 4px;
}
.services .serve-a img{
	width: 30px;
	height: 32px;
}
.services .heading:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left:25px;
    height: 2px;
    margin-top: 10px;
    background-color: #27b1d2;
    z-index: 1;
}
.services p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #696969;
}
.services .col-md-3{
	padding-left: 5px;
	padding-right: 5px;
}
.services .step-box {
    width: 100%;
    margin-top: 50px;
}
.services .step-box > a {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
}
.services .step-box > a img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.services .step-box > a .box {
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #0c8ead;
    z-index: 2;
    border: #FFF 2px solid;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.services .step-box > a .box span {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30%;
    top: 21%;
}
.services .step-box .content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #696969;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.services .step-box:hover .content h2 {
    color: #27b1d2;
}
.services .step-box .content p {
	line-height: 13px;
    text-align: center;
    font-size: 15px;
}
.services .step-box .content a{
	color: #0c8ead;
	text-decoration: none;
	font-weight: 600;
}
.services .step-box .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 177, 210, 0.85);
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
.services .step-box > a:hover .overlay {
	position: absolute;
	background-color: rgba(39, 177, 210, 0.65);
    top: 0;
    display: block;
	z-index: 60;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
	border-radius: 50%;
}
.services .step-box > a:hover .box{
	opacity: 0;
}
.services .step-box .view{
    position: absolute;
    top:40%;
    left: 20%;
    right: 20%;
    text-decoration: none;
    color: #fff;
    z-index: 65;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 110px;
    height: 33px;
    padding: 3px 14px 12px;
    background: none;
	opacity: 0;
	display: block;
}
.services .step-box > a:hover .view{
	opacity: 1;
	z-index: 70;
}
/*==============================================Homepage about============================================*/
.about .heading {
    display: table;
    position: relative;
    padding-left: 25px;
    padding-right: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about .about-a{
	position: absolute;
	left: 4px;
}
.about .about-a img{
	width: 30px;
	height: 32px;
}
.about .heading:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left:25px;
    height: 2px;
    margin-top: 10px;
    background-color: #27b1d2;
    z-index: 1;
}
.about p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #696969;
}
.fancy-all{
	margin: 40px 0;
}
.fancy-panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    -webkit-box-shadow: 0;
}
.fancy-panel .card-header {
    background-color: #0c8ead;
    padding: 0;
    color: #fff;
}
.panel-according .panel-default .panel-heading .panel-title {
    position: relative;
    font-size: 18px;
}
.fancy-panel .card-header a {
    overflow: hidden;
    padding: 15px;
    display: block;
    border: 1px solid #eaeaea;
    border-bottom-color: transparent;
    text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.fancy-panel .card-header a i.icon-fla {
    font-size: 22px;
	margin-right: 15px;
}
.fancy-panel .card-header a:after {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 50px;
    height: 99%;
    line-height: 52px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.fancy-all .fancy-panel .card-header a:after {
    content: "\f106";
    color: #fff;
}
.fancy-all .fancy-panel .card-header a.collapsed:after {
    content: "\f107";
    color: #fff;
}
.promo-img {
    text-align: center;
}
.promo-img img{
	max-width: 100%;
    margin-top: 35px;
    height: 494px;
}
/*==============================================Homepage portfolio========================================*/
.portfolio .padding.paddv-80 {
    padding: 80px 0  40px!important;
}
.portfolio .heading {
    display: table;
    position: relative;
    padding-left:30px;
    padding-right: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.portfolio .serve-a{
	position: absolute;
	left:10px;
	top: 0px;
}
.portfolio .serve-a img{
	width: 30px;
	height: 32px;
}
.portfolio .heading:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left:30px;
    height: 2px;
    margin-top: 10px;
    background-color: #27b1d2;
    z-index: 1;
}
#filters {
	margin:25px auto;
    padding-bottom: 30px;
	list-style: none;
	width: 60%;
}
#filters li {
   float:left;
   margin-right: 10px;
}
#filters li span {
   display: block;
   padding:5px 20px;		
   color:#696969;
   cursor: pointer;
}
#filters li span.active {
    color: #39b7d5;
    font-weight: 800;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    width: 16.2%;
    margin: 0 3px;
    display: none;
    float: left;
    overflow: hidden;
}
.portfolio-wrapper {
    overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
#portfoliolist .portfolio-wrapper img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
#portfoliolist .portfolio-wrapper .hov {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 177, 210, 0.85);
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
#portfoliolist .portfolio-wrapper:hover .hov {
    top: 0;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#portfoliolist .portfolio-wrapper .hov .content {
    position: absolute;
    width: 100%;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#portfoliolist .portfolio-wrapper .hov .content > i {
    display: block;
    font-size: 100px;
    margin-bottom: 10px;
}
#portfoliolist .portfolio-wrapper .hov .content > ul {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#portfoliolist .portfolio-wrapper .hov .content > ul > li {
    display: inline-block;
    margin-right: 10px;
}
#portfoliolist .portfolio-wrapper .hov .content > ul > li > a {
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #FFF 1px solid;
    padding-top: 7px;
    color: #FFF;
}
#portfoliolist .portfolio-wrapper .hov .content > h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
#portfoliolist .portfolio-wrapper .hov .content > h2 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding-top: 20px;
    text-transform: none;
}
.portfolio .read-more {
    display: table;
    margin: 60px auto 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #27b1d2;
    border: 2px #27b1d2 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.portfolio .read-more:hover {
    background-color: #27b1d2;
    color: #FFF;
}
/*==============================================Homepage download=========================================*/
.promotion {
    position: relative;
    padding: 25px 0;
    min-height: 550px;
    overflow: hidden;
}
.promotion .left {
    float: left;
    width: 60%;
    padding: 0 30px 0 20px;
    margin-top: 170px;
}
.promotion .left h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #000;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
    padding-left: 170px;
    margin-bottom: 40px;
}
.promotion .left h2 span {
    font-size: 150px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 7px;
    color: #27b1d2;
}
.promotion .left p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    line-height: 31px;
}
.promotion .left .dev-btn {
    float: right;
    display: block;
    margin-right: 15px;
    text-indent: -9999px;
    width: 130px;
    height: 40px;
    margin-top: 20px;
}
.promotion .left .dev-btn.appstore {
    background: url(../image/appstore-btn.png) no-repeat;
}
.promotion .left .dev-btn.googleplay {
    background: url(../image/googleplay-btn.png) no-repeat;
}
.promotion .right {
    float: right;
    width: 40%;
}
.promotion .right a {
    display: block;
    position: absolute;
    bottom: -3px;
    margin-left: 40px;
}
.promotion .right a img {
    width: 100%;
}
/*============================================= Homepage contactus========================================*/
.contact-us {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
	padding: 80px 0px 0px;
}
.contact-us .heading {
    display: table;
    position: relative;
    padding-left: 25px;
    padding-right: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-us .serve-a{
	position: absolute;
	left: 4px;
}
.contact-us .serve-a img{
	width: 30px;
	height: 32px;
}
.contact-us .heading:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left:25px;
    height: 2px;
    margin-top: 10px;
    background-color: #27b1d2;
    z-index: 1;
}
.contact-us p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #696969;
	margin-bottom:35px;
}
.contact-us .left {
    float: left;
    position: relative;
    width: 50%;
    min-height: 500px;
    background-image: url(../image/parallax-01.jpg);
    z-index: 2;
}
.contact-us .top-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 60px 0;
}
.contact-us .top-form .form-inner {
    float: right !important;
    width: 100% !important;
    max-width: 585px !important;
    padding: 0px 20px !important;
}
.contact-us .top-form .form-inner h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-us .top-form .form-inner input,
.contact-us .top-form .form-inner textarea{
    background: #FFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    color: #000;
    padding: 15px;
}
.contact-us .top-form .form-inner button[type="submit"] {
    float: right;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    color: #27b1d2;
    padding: 10px 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: #27b1d2 2px solid;
    margin-top: 20px;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.contact-us .left:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -84px;
    width: 84px;
    height: 500px;
    background: transparent url(../image/contact-arrow.png) right center no-repeat;
}
/*==============================================Articels==================================================*/
.blogs {
	padding: 80px 0px 0px;
}
.blogs .heading {
    display: table;
    position: relative;
    padding-left: 25px;
    padding-right: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blogs .serve-a{
	position: absolute;
	left: 4px;
}
.blogs .serve-a img{
	width: 30px;
	height: 32px;
}
.blogs .heading:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left:25px;
    height: 2px;
    margin-top: 10px;
    background-color: #27b1d2;
    z-index: 1;
}
.blogs p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #696969;
	margin-bottom:35px;
}
.blogs .blog-post {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 15px 0;
}
.blogs .blog-post img {
    width: 100%;
}
.blogs .blog-post .hov {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 177, 210, 0.9);
    overflow: hidden;
    padding: 28px;
    line-height: 0;
    margin-top: -90px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blogs .blog-post .hov h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 0 30px;
    line-height: 15px;
}
.blogs .blog-post .hov h2 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    margin-top: 7px;
}
.blogs .blog-post .hov p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 25px;
}
.blogs .blog-post .hov a.more {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #696969;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 25px;
}
.blogs .blog-post:hover .hov {
    margin: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.blogs .blog-post:hover .hov h2 {
    padding-top: 65px;
    color: #000;
}
.blogs .read-more {
    display: table;
    margin: 30px auto 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #27b1d2;
    border: 2px #27b1d2 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.blogs .read-more:hover{
	background: #27b1d2;
	color: #fff;
}
/*==============================================Page-banner===============================================*/
.breadcrumb {
    width: 100%;
    min-height: 280px;
    position: relative;
    margin: 0;
    z-index: 1;
}
.breadcrumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.breadcrumb .content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 100px 0 0;
}
.breadcrumb .content h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 15px;
}
/*==============================================Blog-single===============================================*/
.blog-single{
	margin: 60px 0
}
.blog-single .blog-item{
	display: block;
}
.blog-single .image img{
	width: 100%;
}
.blog-single .blog-item .content {
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 25px;
}
.blog-single .blog-item .content .title a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    max-width: 230px;
    text-decoration: none;
    color: #323132;
}
.blog-single .blog-item .content .meta{
	border-bottom: 1px solid #0c8ead;
	padding-bottom: 15px;
	padding-top: 0;
	border-top: none;
	display: flex;
    align-items: center;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-single .blog-item .content .meta li {
    margin-right: 24px;
    position: relative;
    margin-top: 5px;
}
.blog-single .blog-item .content .meta li::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -7px;
    background-color: #d4d4d4;
    width: 2px;
    height: 14px;
}
.blog-single .blog-item .content .meta li a {
    display: flex;
    align-items: center;
    font-family: "Ubuntu", sans-serif;
    color: #707070;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}
.blog-item .content .meta li a img {
    width: 46px;
    height: 46px;
    border: 3px solid #0c8ead;
    border-radius: 50px;
    margin-right: 14px;
    float: left;
}
.blog-item .content .meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    content: none;
}
.blog-single .content .desc blockquote {
    max-width: 800px;
    background-color: #0c8ead;
    padding: 40px 50px;
    position: relative;
	margin: 30px 0;
	font-family: "Ubuntu", sans-serif;
	font-style: italic;
    border-radius: 10px;
}
.blog-single .content .blog-footer {
	margin-top: 45px;
	margin-top: 35px;
    border-bottom: 1px solid #0c8ead;
    padding-bottom: 15px;
}
.blog-single .content .blog-footer .post-tags h4 {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    font-family: "Ubuntu", sans-serif;
}
.blog-single .content .blog-footer .post-tags .tag li {
    margin-right: 5px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    float: left;
}
.blog-single  .content .blog-footer .post-tags .tag li a,
.blog-single .content .blog-footer .post-share .share li a{
    color: #1a161e;
	text-decoration: none;
}
.blog-single  .content .blog-footer .post-tags .tag li a:hover,
.blog-single .content .blog-footer .post-share .share li a:hover{
	color: #0c8ead;
}
.blog-single .content .blog-footer .post-tags .tag li::after {
    content: ",";
    font-size: 12px;
}
.blog-single .content .blog-footer .post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.blog-single .content .blog-footer .post-share h4 {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 15px;
    font-family: "Ubuntu", sans-serif;
}
.blog-single .content .blog-footer .post-share .share li {
    margin-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    float: left;
}
.blog-single .comment-sec {
    width: 100%;
    margin-top: 30px;
}
.blog-single .comment-sec  h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: Open Sans;
    color: #202020;
}
.blog-single .comment-sec  ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.blog-single .comment-sec ul li {
    float: left;
    width: 100%;
    margin: 0;
}
.blog-single .comment {
    float: left;
    width: 100%;
    padding: 30px 0;
    display: table;
}
.blog-single .comment-avatar {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.blog-single .comment-avatar img {
    float: left;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blog-single .comment-detail {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 30px;
}
.blog-single .comment-detail h3 {
 	float: left;
    width: 50%;
    font-size: 19px;
    color: #0c8ead;
    margin: 0;
    font-weight: 700;
}
.blog-single .comment-sec ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.blog-single .date-comment {
    float: left;
    width: 46%;
    text-align: left;
}
.blog-single .date-comment a i {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.blog-single .comment-detail p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    margin-top: 11px;
	font-family: sans-serif,serif;
}
.blog-single .commentform-sec{
	margin-top: 30px;
    border-top: 1px solid #0c8ead;
}
 .blog-single .commentform-sec > h3 {
    width: 100%;
    font-size: 20px;
    color: #0c8ead;
    margin-top: 30px;
    text-align: center;
	margin-bottom: 30px; 
}
.blog-single .comment-detail a {
    float: left;
    font-size: 13px;
    color: #0c8ead;
    margin-top: 13px;
}
.blog-single .comment-detail  a i {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-right: 6px;
}
.blog-single .comment-sec > ul > li .comment-child {
    padding-left: 80px;
    float: left;
    width: 100%;
    border-top: 1px solid #e8ecec;
    border-bottom: 1px solid #e8ecec;
}
.blog-single .date-comment a {
    float: right;
    font-size: 15px;
    color: #0c8ead;
	font-family: sans-serif;
}
.blog-single .form-control{
	box-shadow: none;
}
.blog-single .commentform-sec .form-group label {
    font-family: sans-serif;
    font-size: 17px;
}
.blog-single .commentform-sec .form-group input::placeholder,
.blog-single .commentform-sec .form-group textarea::placeholder{
	font-family: sans-serif;
}
.blog-single .commentform-sec .send{
	background: #0c8ead;
	color: #fff;
	width: auto;
	border: 1px solid #0c8ead;
}
.blog-single .left_sidebar{
	margin-top: 11px;
}
.blog-single .widgets_inner.archive{
	padding-left: 15px;
	padding-right: 6px;
}
.blog-single .widgets_inner.archive .list li a{
	font-family: sans-serif;
	font-size: 14px;
}
.blog-single .widgets_inner.archive .list li a::before{
	    padding-right: 3px;
    	font-size: 13px;
}
.blog-single .left_widgets.last .widgets_inner{
	padding-left: 10px;
	padding-right: 10px;
}
.blog-single .media {
	margin-bottom: 9px;
}
.blog-single .media .d-flex {
	padding-right: 10px;
}
.blog-single .media .d-flex img {
	width: 80px;
	height: 62px;
}
.blog-single .media .media-body {
	vertical-align: middle;
	-ms-flex-item-align: center;
	align-self: center;
}
.blog-single .media .media-body h4 {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #777;
	font-family: sans-serif;
}
.blog-single .media .media-body a:before{
	content: none !important;
}
.blog-single .media .media-body h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
    
    line-height: 22px;
}
.blog-single .ads-block{
	margin-bottom: 30px;
}
.blog-single .our-photo{
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
}
.blog-single .our-photo ul li{
	display: inline-block;
    width: 30%;
    margin-right: 5px;
    margin-bottom: 10px;
}
.blog-single .our-photo img{
	width: 100%;
}
.blog-single .ads-block .ads-image img{
	width: 100%;
}
.left_sidebar .left_widgets {
	margin-bottom: 30px;
	background-color: white;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
	box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
}
.left_sidebar .left_widgets:last-child {
	margin-bottom: 0px;
}
.left_sidebar .left_widgets .title {
	background: #f2f9ff;
	padding-left: 30px;
}
.left_sidebar .left_widgets .title h3 {
	margin-bottom: 0px;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 60px;
}
.left_sidebar .cat_widgets .list li {
	margin-bottom: 13px;
}
.left_sidebar .cat_widgets .list li a {
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	color: #222222;
	text-decoration: none;
}
.left_sidebar .cat_widgets .list li a::before{
    content: "\f061";
    font-family: 'FontAwesome';
    padding-right: 10px;
    font-size: 15px;
}
.left_sidebar .cat_widgets .list li a:hover {
	color: #0c8ead;
}
.left_sidebar .cat_widgets .list li .list {
	margin-top: 10px;
	padding-left: 35px;
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
	display: none;
}
.left_sidebar .widgets_inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.p_filter_widgets .widgets_inner {
	border-bottom: 1px solid #eeeeee;
}
.p_filter_widgets .widgets_inner:last-child {
	border-bottom: 0px;
	margin-bottom: 25px;
}
.p_filter_widgets h4 {
	color: #222222;
	font-size: 19px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 6px;
	position: relative;
	padding-bottom: 6px;
}
.cat_product .p_filter_widgets .list li {
	margin-bottom: 18px;
	margin-left: 15px;
}
.cat_product .p_filter_widgets .list li a {
	padding-left: 30px;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	color: #777777;
	position: relative;
}
.cat_product .p_filter_widgets .list li a:before {
	content: "";
	height: 13px;
	width: 13px;
	border-radius: 50%;
	border: 1px solid #777777;
	position: absolute;
	left: 0px;
	top: 5px;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.cat_product .p_filter_widgets .list li a:after {
	content: "";
	height: 4px;
	width: 4px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 8px;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.cat_product .p_filter_widgets .list li.active a:before,
.cat_product .p_filter_widgets .list li:hover a:before {
	background: #0c8ead;
	border-color: #ff7a80;
}
.cat_product .p_filter_widgets .list li:last-child {
	margin-bottom: 0px;
}
.cat_product .ui-slider-horizontal {
    height: .5em;
	background: #0c8ead;
	border: none;
}
.cat_product .ui-widget-header{
	background: #0c8ead;
	border: 1px solid #0c8ead;
}
.blog-single .our-photo{
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
}
.blog-single .our-photo ul li{
	display: inline-block;
    width: 30%;
    margin-right: 5px;
    margin-bottom: 10px;
}
.blog-single .our-photo img{
	width: 100%;
}
/*==============================================Footer====================================================*/
.footer-area {
    background: #273e50;
    padding: 80px 0px 0px;
    color: #fff;
    font-size: 14px;
}
.footer-area .logo img {
    margin-bottom: 30px;
}
.footer-area h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
}
.footer-area .footer-info i.fa {
    width: 25px;
    padding: 0;
    margin: 0;
}
.footer-area .subcriber-box {
    margin-top: 20px;
}
.footer-area .newsletter-form {
    margin: auto;
    border: 1px solid #fff;
}
.footer-area .newsletter-form input {
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: transparent;
    float: left;
}
.footer-area .newsletter-form .submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #007bb6;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
}
.footer-area .bottom-footer {
    position: relative;
    background-color: #002c3c;
    min-height: 35px;
	margin-top: 70px;
}
.footer-area .bottom-footer p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    padding: 15px;
    margin: 0;
}
.footer-area .bottom-footer p span {
    font-weight: 700;
}
.footer-area .bottom-footer .bottom-social li {
    float: left;
    margin: 0 1px 0 0;
}
.footer-area .bottom-footer .bottom-social li a {
    display: block;
    font-size: 19px;
    width: 45px;
    padding: 10px 0;
    background-color: #00394e;
    text-align: center;
    color: #FFF;
}
.footer-area .bottom-footer .top-scroll {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #002c3c;
    font-size: 25px;
    text-align: center;
    padding: 6px 0 0 0;
    position: absolute;
    right: 5%;
    top: -20px;
	line-height: 20px;
}
/*==============================================responsive================================================*/
@media (min-width:320px) and (max-width:567px){
	.top_menu .left-info{
		display: none;
	}
	.top_menu .right-info{
		text-align: center;
	}
	.main_menu .navbar-light .navbar-nav .nav-link{
		text-align: center;
	}
	.da-slider{
		min-width: auto !important;
		height: 284px !important;
	}
	.da-slide h2{
		font-size: 35px !important;
		top: 19% !important;
	}
    .da-slide p{
	width: 74% !important;
	top: 40% !important;
	font-size: 14px !important;
	line-height: 25px !important;
	}
	.da-slide .da-link{
	top: 77% !important; /*depends on p height*/
	padding: 3px 5px 3px !important;
	font-size: 18px !important;
	line-height: 22px !important;
	width:29% !important;
}
	.da-slider .da-dots{
		bottom: 5px !important;
	}
	.about {
		padding: 35px 10px 30px;
	}
	.about-author .author-content{
		width: 100%;
	}
	.about-author .author-content .author-desc{
		font-size: 20px;
		line-height: 33px;
	}
	.about-author .author-content .author-link {
		padding: 7px 30px;
    	margin-top: 10px;
	}
	.about-author .author-attachment{
		display: none;
	}
	.about .fancy-all {
    	margin: 10px 0;
	}
	.services.padding.paddv-80,.portfolio.padding.paddv-80 {
		padding: 35px 0 35px 10px !important;
	}
	.services .step-box{
		margin-top: 10px;
	}
	.promotion{
		min-height: 475px;
	}
	.promotion .left {
    	float: left;
    	width: 100%;
    	padding: 0 17px 0 0px;
    	margin-top: 16px;
	}
	.promotion .left h2 {
    	font-size: 19px;
    	line-height: 27px;
    	text-transform: uppercase;
    	position: relative;
    	padding-left: 42px;
    	margin-bottom: 19px;
	}
	.promotion .right a img{
		display: none;
	}
	.promotion .left p {
    	font-size: 14px;
    	line-height: 31px;
    	margin-left: 18px;
	}
	.promotion .left .dev-btn {
    	float: left;
    	margin-left: 29px;
		margin-top: 0px;
		margin-right: 0px;
	}
	#filters {
    	margin: 0px auto;
    	width: 100%;
	}
	#filters li{
		margin-right: 0px;
	}
	#filters li span{
		padding: 8px 17px 10px;
	}
	#portfoliolist .portfolio {
		width: 23.2%;
    	margin: 2px 3px;
	}
	#portfoliolist .portfolio-wrapper .hov .content {
    	left: 55%;
    	top: 70%;
	}
	#portfoliolist .portfolio-wrapper .hov .content > ul{
		margin-bottom: 0px;
	}
	#portfoliolist .portfolio-wrapper .hov .content > ul > li > a {
    	width: 28px;
    	height: 28px;
		font-size: 13px;
    	line-height: 14px;
	}
	#portfoliolist .portfolio-wrapper .hov .content > h2{
		font-size: 11px;
		margin-left: -8px;
		margin-top: 9px;
	}
	.contact-us{
		padding: 40px 0 40px 10px;
	}
	.contact-us .left{
		width: 103%;
    	height: 600px;
    	margin-bottom: 5px;
    	margin-left: -10px;
	}
	.contact-us .left:after{
		content: none;
	}
	.contact-us .top-form .form-inner button[type="submit"]{
		margin-top: 8px;
	}
	.appointment{
		margin-top: 100px;
		padding-bottom: 5px;
	}
	.appointment .appoint {
    	padding: 15px 38px;
	}
	.appointment .heeading{
		margin-top: -46%;
    	padding-top: 23px;
    	padding-bottom: 4px;
    	margin-bottom: 20px;
	}
	.appointment .heeading h2{
		font-size: 27px;
	}
	.appointment .heeading .serve-a {
    	top: 12%;
		left: 14px;
	}
	.appointment .heeading .serve-a img {
    	width: 32px;
    	height: 37px;
    }
	.appointment .heeading .heading:after{
		left: 14%;
	}
	.appointment .overlay {
    	position: absolute;
    	top: 6px;
    	left: 0px;
    	right: 0px;
		bottom: -5px;
	}
	.blogs {
    	padding: 45px 0px 30px 10px;
	}
	.blogs p{
		margin-bottom: 10px;
	}
	.blogs .read-more {
    	margin: 10px auto 0px;
	}
	.footer-area .footer-info,.footer-area .subcriber-info{
		margin-top:15px;
	}
	.footer-area .bottom-social{
		width: 62%;
		margin: auto;
	}
	.footer-area .bottom-footer .top-scroll{
		right: 2%;
    	top: -24px;
	}
	#quick-view-pop-up{
		left:10px !important;
		width:95% !important;
		min-width: 380px!important;
		border-radius: 5px;
	}
	.quick-view-panel{
		width: 100% !important;
		
	}
	.quick-view-panel .owl-carousel .item img {
    	width: 100px !important;
	}
	.quick-view-panel .modal-body{
		padding: 5px 0px;
	}
	.quick-view-panel .owl-carousel{
		width: 120px !important;
		display: none !important;
	}
	.quick-view-panel .owl-theme .owl-dots .owl-dot span {
		width: 10px !important;
    	height: 10px !important;
	}
	.quick-view-panel .detail {
    	width: 383px !important;
    	float: right !important;
    	padding: 5px 15px !important;
    	margin: 5px 0px 0px 0px !important;
	}
	.quick-view-panel .product-desc{
		width: 102%;
		font-size: 15px !important;
		margin-bottom: 15px !important;
	}
	.quick-view-panel .orange{
		padding: 12px 108px !important;
	}
	.quick-view-panel .close{
		font-size: 1.2rem;
	}
	.quick-view-panel .modal-header{
		padding: 5px 15px;
	}
	.quick-view-panel .product-name {
		font-size: 20px !important;
		margin-bottom: 12px !important;
	}
}
/*==============================================Model=====================================================*/
.mask {
	background-color: #000;
	height: 10000px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	z-index: 9998;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#quick-view-pop-up {
	display: none;
	background: #fff;
	border: 1px solid #999;
	z-index: 9998;
	position: absolute;
	top: 15%;
	left: 25%;
	min-height:400px;
	min-width:820px;
}
.quick-view-panel {
	  z-index: 9999;
	width: 820px;
	height: 400px;
}
.quick-view-panel .quick-view-loading {
	width: 100%;
	float: left;
	display: none;
}
.quick-view-panel .owl-carousel {
	float: left;
	
}
.quick-view-panel .owl-carousel .item img{
	width:380px;
    margin-left:0px;
    height: auto;
    margin-bottom: 68px;
    max-width: 100%;
}
.quick-view-panel .owl-carousel {
	float: left;
  	position: relative;
  	left: 3px;
  	top: 6px;
  	padding-left: 9px;
  	display: block;
	width: 400px;
}
.quick-view-panel .carousel ul li{
	float: left;
	margin: 0;
	width: 335px;
}
.quick-view-panel a.prev {
    position: absolute;
    top: 138px;
    left: 2px;
    color: #fff;
    background: #555;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    line-height: 29px;
    padding-left: 6px;
}
.quick-view-panel a.next {
	position: absolute;
    top: 138px;
    right: 0px;
    width: 27px;
    height: 27px;
    line-height: 29px;
    padding-left: 9px;
    background: #555;
    color: #fff;
    border-radius: 50%;
}
.quick-view-panel .quick-view-close {
	opacity: 1;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 70px;
	cursor: pointer;
	z-index: 10;
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	background-position-x: -78px;
}
.quick-view-panel .detail {
	width: 360px;
    float: right;
    margin: 5px 0px 0px 0px;
}
.quick-view-panel .product-details {
  float: left;
	margin-bottom: 12px;
}
.quick-view-panel .product-name {
    font-size: 22px;
    margin-top: 0px;
	text-transform: uppercase;
    color: #0c8ead;
    margin-bottom: 18px;
    font-weight: 600;
}
.quick-view-panel .product-desc{
	font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.quick-view-panel .orange {
    background-color: #0c8ead;
    color: #FFF;
    padding: 12px 114px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 19px;
}
.quick-view-panel .grey {
	padding:11px 22px;
	background-color: #CCC;
	color: #FFF;
  	text-align: center;
  	text-transform: uppercase;
	border-radius: 5px;
	background: #555;
	font-size: 15px;
	text-decoration: none;
}
.quick-view-panel .option-dropdowns {
	margin-bottom: 20px;
}
.quick-view-panel .buttons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.quick-view-panel a.view-more-detail {
  float: left;
  width: 81%;
  background-color: #356890;
  padding: 5% 5%;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
.quick-view-panel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -51px;
}
.quick-view-panel .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #0c8ead;
}
.quick-view-panel .owl-theme .owl-dots .owl-dot.active span{
	background: #0c8ead;
}