﻿@font-face {
    font-family: myFirstFont;
    src: url(fonts/DroidKufi-Regular.ttf);
    font-weight:normal;
}
.ratiokeep{
	border-radius: 5px 5px 0 0;
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}
.ratiokeep img{	
	/*width: 200px;
	height: 200px;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	object-fit: fill;
    height: 100%;
    width: 100%;    
}

.ratiokeep h1{
	margin:0px; 
	font-size:.8em;
}

.ratio10{
    padding-bottom: 10%;
}

.ratio25{
    padding-bottom: 25%;
}
.ratio75{
    padding-bottom: 75%;
}
.ratio100{
    padding-bottom: 100%;
}
.ratio141{
    padding-bottom: 141%;
}
.ratiokeep-bottom{
	font-size: 1em;
}
.ratiokeep-bottom h1{
	font-size: 1.2em;
	margin: 0px;
    font-weight: bold;
    text-align: center;
    color: #0303b7;
    padding: 5px;
    border-radius: 0px;
	width:100%;
}
.ratiokeep-bottom div{
	background-color: white;
    border-radius: 0 0 5px 5px;
    font-size: 1em;
    padding: 3px;
    color: black;
    height: 6em;
    overflow: hidden;
}
/****************************************/
body {
	background: #ffffff none repeat scroll 0 0;
    color: #636363;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "myFirstFont", "Segoe UI" , "Arial", "Helvetica";
    font-size: 16px;
	line-height: 26px;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow-X: hidden;
}

img {
    max-width: 100%;
}
button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.top-header, .middle-header {
    padding: 10px 0;
}

.bg_gray {
    background-color: #F7F7F7 !important;
}
.top-header, .middle-header {
    padding: 10px 0;
}

.contact_detail li a span {
    vertical-align: middle;
}
.contact_detail > li a, .header_list > li a {
    color: #888888;
    font-size: 14px;
    vertical-align: middle;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-facebook:before {
    content: "\e741";
}
/*.header_list > li a {
    font-size: 14px;
}**/
.contact_detail > li a, .header_list > li a {
	color: #888888;
	font-size: 14px;
	vertical-align: middle;
}

a {
    color: #2f303c;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
	color: #00b5f1;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
.list_none li {
    list-style: none;
}
.border_list > li {
    position: relative;
}
.contact_detail > li, .header_list > li {
    display: inline-block;
    padding: 2px 10px;
}
.ti-twitter:before {
    content: "\e72a";
}
.ti-linkedin:before {
    content: "\e735";
}
.main_menu_uppercase .navbar .navbar-nav > li > .nav-link {
    text-transform: uppercase;
}
.navbar .navbar-nav > li > a.active, .navbar .navbar-nav > li:hover > a {
    color: #00b5f1;
}

.navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
    padding: 35px 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}
.navbar .attr-nav li .search_trigger i {
    font-size: 20px;
    vertical-align: middle;
    line-height: normal;
}
.navbar .attr-nav li .nav-link i {
    font-size: 16px;
}
.navbar .attr-nav li .nav-link {
    padding: 32px 15px;
    position: relative;
}
.navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
    padding: 35px 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.ion-ios-search-strong:before {
    content: "\f4a4";
}

.ion-ios-search-strong{/*more*/
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-overlay {
    border: 1px solid #ddd;
    right: 0;
    /*opacity: 0;*/
    position: absolute;
    min-width: 300px;
    top: 100%;
    /*transition: all 0.25s ease-in-out 0s;*/
    /*visibility: hidden;*/
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 15px;
    /*-webkit-transform: scale(0);*/
    /*transform: scale(0);*/
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
	display:none;
}
/**/

ul, li, ol {
    margin: 0;
    padding: 0;
}

.navbar-toggler {
    float: right;
    margin: 25px 0 0 10px;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    background-color: #00b5f1;
    border-radius: 100%;
    color: #fff;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 36px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    transition: none;
}

.dropdown-toggle::after, .dropdown-toggler::after {
    border: 0 none;
    content: "\f3d0";
    font-family: "Ionicons";
    height: auto;
    line-height: normal;
    margin-left: 5px;
    vertical-align: middle;
    width: auto;
    transition: all 0.3s ease-in-out;
    font-weight: 100;
}

@media only screen and (max-width: 991px){
.navbar .navbar-nav > li > .nav-link, .nav-fixed .navbar .navbar-nav > li > .nav-link, .bottom-header .navbar .navbar-nav > li > .nav-link {
    padding: 10px 15px;
}}

.icon_box_style3 {
	padding: 25px 15px;
	text-align: center;
}
.icon_box_style3 .box_icon {
	background-color: #00b5f1;
	width: 72px;
	text-align: center;
	height: 72px;
	border-radius: 100%;
	line-height: 72px;
	position: relative;
	margin: 5px auto 15px;
}
.icon_box_style3:hover .box_icon {
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.icon_box_style1 .box_icon::before,
.icon_box_style3 .box_icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px solid #00b5f1;
	border-radius: 100%;
	margin: -5px;
}
.icon_box_style1 .box_icon {
	background-color: #00b5f1;
	width: 72px;
	text-align: center;
	float: left;
	height: 72px;
	border-radius: 100%;
	line-height: 72px;
	position: relative;
	margin: 5px 20px 5px 5px;
}
.icon_box_style1 {
	border: 1px solid #eee;
	transition: all 0.5s ease-in-out;
}
.icon_box_style1:hover {
	border-color: #00b5f1;
}
.icon_box_style1 .intro_desc,
.icon_box_style2 .intro_desc {
	overflow: hidden;
}
.icon_box {
	margin-top: 30px;
	padding: 15px;
}
.radius_all_10 {
	border-radius: 10px;
}
.heading_s1 h2,
.heading_s2 h2,
.heading_s3 h2 {
	font-size: 40px;
}
.heading_s2 h1,.heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6  {
	font-weight: 600;
}
.heading_s3 h1,.heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6  {
	font-weight: normal;
}
.heading_s2 h1,.heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
.heading_s3 h1,.heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
	font-family: 'Poppins', sans-serif;
}
.product:hover .product_img::before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.product_img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.5);
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.product_img {
	position: relative;
}
.product_img img {
	width: 100%;
	padding: 10px 10px 0 10px;
}
.product {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
}
.product:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

section {
  
	padding: 50px 0;
	position:relative;
	width: 100%;
	z-index: 1;
}

.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6, .heading_s2 h1, .heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6, .heading_s3 h1, .heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
    margin-bottom: 0px;
    text-transform: capitalize;
}
.heading_s1 h2,
.heading_s2 h2,
.heading_s3 h2 {
    font-size: 30px;
}
.heading_s1 h1,.heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6,
.heading_s2 h1,.heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
.heading_s1,
.heading_s2,
.heading_s3 {
	margin-bottom: 25px;
	position: relative;
}
.heading_s1 h1,.heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	color: #333333;
	/*font-family: 'Lobster Two', cursive;*/
}
.product_info {
	text-align: center;
	padding: 20px;
}
.product .rating {
	margin: 0 auto 10px;
}
.product_info h1,
.product_info h2,
.product_info h3,
.product_info h4,
.product_info h5,
.product_info h6 {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
section,
.top_footer {
    padding: 80px 0;
}}
section.small_pt,
.small_pt,
.top_footer.small_pt {
    padding-top: 40px;
}
.contact_info > li > i {
	font-size: 18px;
	vertical-align: middle;
	max-width: 30px;
	width: 100%;
	text-align: center;
	margin-right: 5px;
}
.contact_info li:first-child {
	margin-top: 0;
}
.contact_info > li {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.contact_info li span {
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	vertical-align: top;
	padding: 8px;
	color: #00b5f1;
	box-shadow: 0px 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
}
.contact_info_style1 li span {
	background-color: transparent;
	box-shadow: none;
	margin-right: 5px;
	padding-left: 0;
}
.contact_info i + *,
.contact_info span + * {
	font-size: 14px;
	color: #636363;
	margin: 0;
	vertical-align: top;
}
.contact_info.contact_info_style2 li span {
	font-size: 24px;
	background-color: #00b5f1;
	box-shadow: none;
	border-radius: 100%;
	max-width: 50px;
	height: 50px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	position: relative;
	margin: 5px 20px 5px 5px;
	width: 100%;
}
.contact_info.contact_info_style2 li span::after {
	content: "";
	border: 1px dashed #00b5f1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	margin: -5px;
}
.social_icons, .contact_detail {
	font-size: 0;
}
.contact_detail > li,
.header_list > li {
    display: inline-block;
	padding: 2px 10px;
}
.social_icons li {
	display: inline-block;
	padding: 2px;
}
.social_icons li a {
	font-size: 18px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.social_icons.social_small li a {
	height: 25px;
	width: 25px;
	line-height: 26px;
	font-size: 16px;
}
.social_white .social_icons li a, .social_white.social_icons li a {
	color: #fff;
	border-color: #fff;
}
.social_white .social_icons li a:hover, .social_white.social_icons li a:hover {
	color: #00b5f1;
}
.border_social .social_icons li a:hover, .border_social.social_icons li a:hover {
	background-color: #00b5f1;
	border-color: #00b5f1;
	color: #fff;
}
.border_social.social_white .social_icons li a:hover, .social_white.border_social.social_icons li a:hover {
	color: #fff;
}
.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}
.sc_whatsapp {/*ak*/
	background-color: #12af0a !important;
	border-color: #12af0a !important;
}
.social_icons li:last-child a {
	margin-right: 0px;
}
.radius_social li a {
	border-radius: 5px;
}
.rounded_social li a {
	border-radius: 50px;
}
.social_icons.social_style1 li a {
	font-size: 16px;
	background-color: #F5F6FB;
}
.social_icons [class*="sc_"] {
	color: #fff !important;
}
.social_icons [class*="sc_"]:hover {
	opacity: 0.8;
}
.sc_twitter {
	background-color:#00acee !important;
	border-color: #00acee !important;
}
.sc_linkedin {
	background-color:#0e76a8 !important;
	border-color: #0e76a8 !important;
}
.sc_gplus,
.sc_google {
	background-color:#dd4b39 !important;
	border-color: #dd4b39 !important;
}

.sc_rss {
	background-color:#ee802f !important;
	border-color: #ee802f !important;
}
.sc_skype {
	background-color:#00aff0 !important;
	border-color: #00aff0 !important;
}

.sc_youtube {
	background-color:#c4302b !important;
	border-color: #c4302b !important;
}
.sc_vimeo {
	background-color:#86c9ef !important;
	border-color: #86c9ef !important;
}
.sc_yahoo {
	background-color:#720e9e !important;
	border-color: #720e9e !important;
}
.sc_tumblr {
	background-color:#34526f !important;
	border-color: #34526f !important;
}
.sc_instagram {
	background-color:#027ba5 !important;
	border-color: #027ba5 !important;
}
.sc_pinterest {
	background-color:#c8232c !important;
	border-color: #c8232c !important;
}
.sc_dribbble {
	background-color:#EA4C89 !important;
	border-color: #EA4C89 !important;
}
.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}
.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}
.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}
.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}
.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.sc_delicious {
    background-color: #205cc0!important;
	border-color: #205cc0 !important;
}
.sc_paypal {
    background-color: #00588b!important;
	border-color: #00588b !important;
}
.sc_blogger {
    background-color: #fc4f08!important;
	border-color: #fc4f08!important;
}
.sc_flickr {
    background-color: #ff0084!important;
	border-color: #ff0084!important;
}
.sc_yahoo {
    background-color: #720e9e!important;
	border-color: #720e9e!important;
}
.sc_dropbox {
    background-color: #3d9ae8!important;
	border-color: #3d9ae8!important;
}
.sc_ebay {
    background-color: #89c507!important;
	border-color: #89c507!important;
}
.sc_wordpress {
    background-color: #1e8cbe!important;
	border-color: #1e8cbe !important;
}
.sc_yelp {
    background-color: #c41200!important;
}
.bg_light_yellow {
  background:rgb(0,181,241,0.8);
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb li a, .breadcrumb li {
	font-size: 16px;
	text-transform: capitalize;
	color:#fff;
}
.page-title-light *, .page-title-light .breadcrumb-item, .page-title-light .breadcrumb-item::before {
	color: #fff;
}

#product_img {
	border: 1px solid #ddd;
}
.product-image {
	position: relative;
}
.product-image .pr_flash {
	right: auto;
	left: 10px;
}
.page-title h1 {
	font-size: 40px;
}
.page-title h1 {
    color:#fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: capitalize;
}
.fa-search:before {
    /*content: "\f002";*/
    content: "\f4a4";
	font-family: 'themify';
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.search_icon {
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_wrap .form-control {
	padding: 10px 15px;
	height: auto;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.search_trigger.open i::before {
	content: "\f129";
	font-family: "Ionicons";
}
.navbar .attr-nav li .search_trigger i {
	font-size: 20px;
	vertical-align: middle;
	line-height: normal;
}

.btn-default {
	background-color: #00b5f1;
	border-color: #00b5f1;
	color: #ffffff !important;
	padding: 10px 25px;
}
.btn-default:hover,.btn-default.focus, .btn-default:focus {
	background-color: #00a735;
	border-color: #00a735;
	color: #fff;
}
