/* css */
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: barlow-b;
    src: url(../fonts/Barlow-Bold.ttf);
    font-display: swap;
}
.font-barlow-b {
    font-family: barlow-b;
}
@font-face {
    font-family: barlow-eb;
    src: url(../fonts/Barlow-ExtraBold.ttf);
    font-display: swap;
}
.font-barlow-eb {
    font-family: barlow-eb;
}
@font-face {
    font-family: barlow-sb;
    src: url(../fonts/Barlow-SemiBold.ttf);
    font-display: swap;
}
.font-barlow-sb {
    font-family: barlow-sb;
}
@font-face {
    font-family: barlow-m;
    src: url(../fonts/Barlow-Medium.ttf);
    font-display: swap;
}
.font-barlow-m {
    font-family: barlow-m;
}
@font-face {
    font-family: barlow-r;
    src: url(../fonts/Barlow-Regular.ttf);
    font-display: swap;
}
.font-barlow-r {
    font-family: barlow-r;
}
@font-face {
    font-family: saman;
    src: url(../fonts/SAMAN___.TTF);
    font-display: swap;
}
.font-saman {
    font-family: saman;
}
@font-face {
    font-family: devanagari;
    src: url(../fonts/Devanagari.ttf);
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
.font-devanagari {
    font-family: devanagari;
}
.color-white{
    color:#fff!important;
}
.color-black{
    color:#000!important;
}
.color-danger{
    color:#1560bd!important;
}
.bg-danger {
    background-color:#1560bd!important;
}
.btn-danger{
    background-color:#1560bd!important;
    border-color:#1560bd!important;
}
.btn-danger:hover {
    background-color:#1560bd!important;
    border-color:#1560bd!important;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem #1560bd8f;
}
.blueBackground{
    background-color:#1560bd!important;
    color: #fff;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color:transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}
div img{ object-fit: cover; max-width: 100%;}
#owl-demo .item{
    background: #fff;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.logo-item {
    text-align: center;
    /* border: 1px solid #ebeced; */
    margin-left: -1px;
    padding: 20px;
}
.logo-item img {
    max-height: 120px;
}
/* 
* 	Core Owl Carousel CSS File
*	v1.3.3
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}


/* PRODUCTS SLIDER = */
.owl-item .item {
  margin: 0 10px;
}
.slider-items {
  position: relative;
}
.slider-items .item {
  text-align: center;
}
.owl-buttons {
  opacity: 1;
}
.product-flexslider {
  margin:5px -10px;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-pagination {
  top: -26px;
  text-align: center;
  position: absolute;
  right: 15px;
  background: #fff;
  padding-left: 10px;
}
.owl-theme .owl-controls .owl-page {
  display: none;
  zoom: 1;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 15px;
  margin: 5px 2px;
  filter: Alpha(Opacity=50);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 1px 0;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 1;
  display: none;
}
.slider-items .owl-buttons a {
  background: #fff;
  display: block;
  height: 38px;
  margin: 0px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 38px;
  z-index: 5;
  color: #888;
  border: 1px #eaeaea solid;
}
.slider-items .owl-buttons .owl-prev a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 26px;
  line-height: 35px;
  padding: 6px 6px 6px 6px;
}
.slider-items .owl-buttons .owl-next a {
  top: 50%;
  padding: 2px;
}
.slider-items .owl-buttons .owl-next a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 24px;
  padding: 6px 6px 6px 6px;
  line-height: 30px;
}
.slider-items .owl-buttons .owl-next {
  position: absolute;
  right: -32px;
  top: 30%;
}
.slider-items .owl-buttons .owl-prev {
  position: absolute;
  left: -13px;
  top: 30%;
}
.owl-carousel .col-lg-4, .owl-carousel .col-md-3, .owl-carousel .col-sm-4, .owl-carousel .col-xs-6-12{ width:100%}

.owl-carousel .product{padding:0px!important;}

.owl-carousel .product .product_info {top:32%!important;}

section.home-instagram.wow.fadeIn div.owl-pagination { right: 0; }
body {
        margin: 0;
        padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    margin-left: 15px;
    margin-right: 15px;
}
a:hover{
    color:#1560bd;
}
.dropdown-item.active, .dropdown-item:active{
    color: #fff;
    text-decoration: none;
    background-color: #1560bd;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1560bd;
    text-decoration: none;
    background-color: #fff
}
.dropdown-menu {
    background-color:#fff;
    color:#000;
}
.dot {
    height: 15px;
    width: 15px;
    background-color: #1560bd;
    border-radius: 50%;
    display: inline-block;
}
.bottom-separator {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
}
/* carousel */
.col-md-3{
    display: inline-block;
    margin-left:-4px;
}
.col-md-3 img{
    width:100%;
    height:auto;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color:#191a1b;
}
.carousel-indicators {
    bottom: -50px;
}
body .no-padding{
    padding-left: 0;
    padding-right: 0;
}
.checked {
    color: orange;
}
/*  */
.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius:0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* drawer */
#drawer{
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideright;
    animation-name: slideright;
}
@-webkit-keyframes slideright {
    0% {transform: translate(-100%,0px);}
    100% {transform: translate(0px,0px);}
}
@keyframes slideright {
    0% {transform: translate(100%,0px);}
    100% {transform: translate(0%,0px);}
}

/*  */
.tagcloud {
    overflow: hidden;
}
.tagcloud a {
    background: #30373e;
    padding: 6px 10px;
    float: left;
    font-style: italic;
    font-size: 12px;
    margin: 0 5px 5px 0;
}
.tagcloud a:hover {
    background: #16bdfa;
    color: #fff;
    text-decoration:none;
}
footer a:focus:hover, footer a:hover {
    color: #16bdfa;
    text-decoration:none;
}
.w-40 {
    width: 40%!important;
}
footer {
    color: #999;
    background: #3c454d;
}
footer a,
footer a:focus {
    color: #fff;
}
footer a:focus:hover,
footer a:hover {
    color: #16bdfa;
}
footer .social-media {
    text-align: left;
    padding: 5px 0;
}
footer .social-media a {
    margin-right: 5px;
    margin-left: 0;
}
footer .content-widgets {
    padding: 60px 15px;
}
footer .footer-widget {
    overflow: hidden;
}
footer .footer-widget h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
footer .footer-widget a.link-more {
    color: #19de8e;
    float: right;
    font-weight: 500;
    font-size: 13px;
}
footer .footer-widget a.link-more:hover {
    color: #16bdfa;
}
footer .footer-widget ul li {
    padding-bottom: 15px;
}
footer .footer-widget ul .thumb {
    float: left;
    max-width: 50px;
}
footer .footer-widget ul .thumb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
footer .footer-widget ul .thumb:hover img {
    opacity: 0.8;
}
footer .footer-widget ul .right-post {
    margin-left: 70px;
}
footer .footer-widget ul .right-post p {
    font-style: italic;
    font-size: 12px;
}
footer .footer-widget .tagcloud {
    margin-bottom: 10px;
}
footer .footer-widget .twitter-feed li {
    overflow: hidden;
}
footer .footer-widget .twitter-feed li i {
    font-size: 24px;
    color: #19de8e;
    float: left;
}
footer .footer-widget .twitter-feed li .right-twi {
    margin-left: 35px;
    font-style: italic;
    line-height: 1.3;
}
footer .footer-widget .twitter-feed li strong {
    color: #fff;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}
footer .footer-widget .twitter-feed li:last-child {
    padding-bottom: 10px;
}
footer .copyright {
    background: #30373e;
    padding: 25px 0;
    font-size: 12px;
}
footer .copyright p {
    margin-bottom: 0;
}
footer .copyright .back-top {
    text-align: right;
}
footer .copyright .back-top i {
    margin-left: 3px;
}
footer .footer-nav {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}
footer .footer-nav a {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
}
footer .footer-nav a:hover {
    color: #16bdfa;
}
footer .footer-nav a:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
}
footer .footer-nav a:first-child {
    padding-left: 0;
}
footer .footer-nav a:last-child:before {
    display: none;
}
.divider {
    width: 100%;
    display: inline-block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.copyright-2 {
    padding: 40px 0 0 0;
}
.copytext {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
}
.social-media-2 {
    list-style: none;
    display: inline-block;
}
.social-media-2 li {
    display: inline-block;
    margin: 5px;
}
.social-media-2 li a {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 30px;
}
.social-media-2 li a:hover {
    background-color: #16bdfa;
}
.form-subcribe-footer {
    float: right;
    max-width: 370px;
    margin-top: 5px;
}
.form-subcribe-footer input {
    background-color: #fff;
    height: 30px;
    padding: 0;
    padding-left: 15px;
    display: inline-block;
    float: left;
    line-height: 30px;
    width: -webkit-calc(100% - 102px);
    width: calc(100% - 102px);
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;
    outline: 0;
}
.form-subcribe-footer input:focus {
    border: 1px solid #16bdfa;
}
.form-subcribe-footer button {
    padding: 0 15px;
    outline: 0;
    display: inline-block;
    border: 0;
    float: left;
    font-size: 14px;
    height: 30px;
}
.footer3 .col-6 {
    float: left;
    width: 50%;
}
.footer3 .col-6 li {
    padding-bottom: 8px;
}
.footer3 .col-6 li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
.footer3 .form-subcribe-footer {
    margin-top: 30px;
    float: none;
    max-width: none;
}
.footer3 .copyright-3 {
    padding-top: 35px;
    margin-top: 30px;
    border-top: 1px solid #636a71;
    font-weight: 500;
    font-size: 12px;
}
.footer3 .footer-menu {
    text-align: right;
}
.footer3 .footer-menu li {
    display: inline-block;
}
.footer3 .footer-menu li a {
    padding: 0 10px 0 8px;
    border-right: 1px solid #ebeced;
    line-height: 1;
    display: block;
}
.footer3 .footer-menu li:last-child a {
    border: none;
    padding-right: 0;
}
@media (max-width: 767px){
    .text-center-mobile {
        text-align: center !important;
    }
    input[type='radio']:checked:after{
        width: 16px;
        height: 16px;
        top: -4px;
    }
    input[type='radio']:after{
        width: 16px;
        height: 16px;
        top: -4px;
    }
}
