
/*[font Variables]*/

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*[debugging.css]*/
@import url('header.css');

@import url('footer.css');
@import url('animate.css');


/***====================================================================
  Global Settings START
====================================================================***/

h1,h2,h3,h4,h5,h6,p,a,li,ol,li,ul,div,form,select,img,figure,default {
    margin: 0px;
    padding: 0px;
  font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
body {
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
}
a.navbar-brand {
    height:auto;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
* {
    margin: 0px;
    box-sizing: border-box;
}
header,
footer,
section,
address,
aside,
article,
details,
dialog,
menuitem,
textarea {
    display: block;
    box-sizing: border-box;
}
#wrapper,
section {
    width: 100%;
    float: left;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
}
select,
select:-moz-focusring,
select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    border: 0;
}
:-moz-submit-invalid {
    box-shadow: none;
}
:-moz-ui-invalid {
    box-shadow: none;
}
select::-ms-expand {
    display: none;
}
section {
    width: 100%;
    float: left;
}
/***====================================================================
  Global Settings END
====================================================================***/



/*====================================================default-css-Start====================================================*/

p{
    font-size: 16px;
    color: #363636;
    line-height: 28px;
  font-family: 'Roboto', sans-serif;
}
.overlay {
    background:#000000a3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.inner-overlay {
    width: 100%;
    float: left;
    background:#000000e8;
    padding: 100px 0px 0px 0px;
}
.inline-panel {
    display: inline-block;
    position: relative;
}

/*====================================================default-css-End====================================================*/

/***====================================================================
  Scroll To Top style
====================================================================***/
#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #e6760c;
    border: solid 2px #e6760c;
    /*border-radius: 50px;*/
    /*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 44%;
    margin-left: -8px;
    margin-top: -17px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
#scroll:hover {
    border: solid 2px #e6760c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
    margin: 0px;
}
.p0 {
    padding: 0px;
}
.padd-r-none{
    padding-right: 0;
}
.padd-l-none{
    padding-left: 0;
}
.pd-left-50{
    padding-left: 50px;
}
.mr-btm-0{
    margin-bottom: 0 !important;
}
.mb-60 {
    margin-bottom: 45px;
}
.brd-r-0 {
    border-right: 0 !important;
}
.spacer-50 {
    width: 100%;
    height: 1.25rem;
    float: left;
}
.bg-gray-light{
    background-color: #f7f7f7;
}
/*** 

====================================================================
  image block style
====================================================================

***/
img{
    max-width: 100%;
}
.image_thumb {
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}
.image_thumb img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.image_thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.image_thumb:hover:before {
    opacity: 1;
}
#success {
    display: none;
}
#error {
    display: none;
}
.display_table {
    display: table;
    width: 100%;
}
.display_table_row {
    display: table-row;
}
.display_table_cell {
    display: table-cell;
    float: none !important;
}
iframe {
    border: none;
}
i:before {
    margin-left: 0px !important;
}
/* Btn css*/
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

/* End btn css*/

/* Main title css
============================================================================================ */
.parent-btn {
    width: 100%;
    float: left;
}
.common-btn {
    min-width: 100px;
    display: inline-block;
    background: #f6c22b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 25px;
    line-height: initial;
    border-radius: 30px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    outline: none;
    box-shadow: 0px 3px 6px #00000029;
}
.common-btn:hover, .common-btn:focus {
    background: #e9c002;
    color: #000;
    text-decoration: none;
    outline: none;
}
.common-btn a {
    color: #fff;
}
.page-heading {
    width: 100%;
    float: left;
    padding-bottom:60px;
}
.page-heading h2 {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
    font-family: 'Philosopher', sans-serif;
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
}
.view-all {
    display: inline-block;
    margin: auto 0 auto auto;
    color: #000;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #151414;
}
.page-heading h2 strong {
    white-space: nowrap;
    vertical-align: text-top;
}
.page-heading h2 strong {
    font-weight: 800;
}
.page-heading h2 span {
    display: inline-block;
    padding-right: 12px;
}
.page-heading h3 {
    color: #1C1C1C;
    font-size: 34px;
    font-weight: 800;
}
.page-heading p {
    padding-top: 10px;
    font-size: 16px;
    color: #808080;
    line-height:27px;
}
.subheading-heading {
   padding-bottom: 20px;
}
.subheading-heading h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 800;
}
.no-bg {
    background: transparent !important;
    background-color: transparent !important;
}
.themecolor {
    color: #13B44F;
}
.blue-bg {
    background:#10A1D2;
}
.yellow-bg {
    background:#F9D115;
}
.yellow-text {
    color:#F9D115;
}
.blue-text {
    color: #0066C4;
    font-weight: 500;
}

/*CSS3 Bounce Animation*/
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);

    } 
    50% {
        -webkit-transform: translateY(1.25rem);
        opacity: 0;
    }
}
@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(1.25rem);
        opacity: 0;
    }
}
@-o-keyframes bounce {
    0% {
        -o-transform: translateY(0);
    }
    50% {
        -o-transform: translateY(1.25rem);
        opacity: 0;
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(1.25rem);
        opacity: 0;
    }
}
/*** 

====================================================================
  Main Slider style
====================================================================

***/
.slider_area.mr_top{
    /*    margin-top: 143px;*/
}
.mainslider_section{
    width: 100%;
    /* min-height:100vh; */
    margin-top: 125px;
    overflow: hidden;
}
.mainslider_section .container-fluid {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
.main-slider {
    width: 100%;
    float: left;
}
/*.slider_area .col-lg-12 {
    position: relative;
    padding: 0;
}*/
.main-slider .slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.main-slider .slide img{
    width: 100%;
    max-width: none;
}
.banner-video {
    width: 100%;
    float: left;
}
.banner-video video {
    width: 100%;
}
.main-slider .slider_area .owl-carousel {
    padding: 0 ;
    position: relative;
}
.main-slider .slider_area .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
   background-color: #00000078;
}

.main-slider .owl-nav {
    text-align: center;
}
.main-slider .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 1.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-slider .owl-nav [class*=owl-]:hover {
    /*opacity: .55;
    filter: alpha(opacity=55);*/
    background: rgba(255,255,255,0.3);
}
.main-slider .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    right: 30px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 100%;
    line-height: 56px;
}
.main-slider .owl-nav .owl-prev {
    margin-right: 10px;
    top: 40%;
    left:30px;
    position: absolute;
    color: #FFF;
    font-size: 32px;
    margin: 5px;
    padding: 0px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 100%;
    line-height: 50px;
}
/*...................End Slder...................*/


/*=====================================creativecome-section-Start=====================================*/


.search-panel {
    padding: 5px;
}
.search-panel .input-group{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 45px;
}
.search-panel .input-group-text{
    background: #fff;
    background: transparent;
    border: none;
}
.search-panel .form-control{
    border: none;
    border-radius: 45px;
}
.search-panel .form-control:focus {
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  background: #fff;
}

/*=====================================creativecome-section-Start=====================================*/

/*=====================================item-section-Start=====================================*/

.item-section {
    width: 100%;
    float: left;
    background:#ffffffed;
    padding: 20px 30px;
}
.item-section .page-heading {
    padding-bottom: 0px;
}
.item-main {
    width: 100%;
    float: left;
}
.commonitem-carousel {
    width: 100%;
    float: left;
}
.item-main .overlay {
    background: #00000026;
}
.item-grid {
    width: 100%;
    float: left;
}
.item-group {
  padding: 20px 0px;
}
.item-panel {
    width: 90%;
    margin: 10px auto;
    box-shadow: 0px 1px 6px #0000001a;
    border-radius: 4px;
}
.item-imgpanel {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.item-imgpanel a {
    display: inline-block;
    text-align: center;
}
.item-imgpanel img{
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: top;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.item-content {
    width: 100%;
    padding: 1.25rem 1rem;
    text-align: center;
}
.item-content h3 {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 400;
}
.item-desctile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3px 0px;
}

.itemprice-info {
	font-size: 20px;
    color: #222;
    font-weight: bold;	
}
.itemprice-discount {
    display: inline-block;
    color: #999;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: 300;
}
.itemprice-discount span {
    text-decoration: line-through;
}
.itemprice-off {
    font-size: 14px;
    color: #009d43;
    font-weight: 400;
}
.item-group:hover img{
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.item-group:hover .item-content h2{
       transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.item-group:hover .common-btn{
    background: #e9c002;
    color: #000;
    text-decoration: none;
    outline: none;
}
.wishlist-panel {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
}
.item-group:hover .overlay{
    background: transparent;
}
.item-group .bg-image {
    position: relative;
    overflow: hidden;
    display: block;
}
.item-group .bg-image:before, .item-group .bg-image:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
    z-index: 1;
	left:0;
	transition:         all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
}

.item-group:hover .bg-image:before {
	right:      50%;
	left:       50%;
	background: rgba(255, 255, 255, 0.2);
}

.item-group:hover .bg-image:after {
	top:        50%;
	bottom:     50%;
       background: rgba(255, 255, 255, 0.2);
}
.item-group .common-btn {
    min-width: initial;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    text-transform: capitalize; 
}
.commonitem-carousel .owl-nav {
    position: absolute;
    top: -45px;
    right: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commonitem-carousel .owl-nav .owl-prev,.commonitem-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    font-size: 20px;
    line-height: 33px;
    background: #F1F1F2;
    border: solid 1px #e4e4e4;
    border-radius: 50px;
    text-align: center;
}

/*=====================================item-section-End=====================================*/

/*====================================ourproductat_section-Start=====================================*/
.ourproductat_section {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 35px 0 35px 0;
    /* background: url(images/bg2.jpg); */
    /* background-color: #fff5f5; */
    background-image: url(https://www.transparenttextures.com/patterns/subtle-grunge.png);
}
.ourproductat_section h2 {
    display: table;
    margin: auto;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 35px;
    color: #ed2c27;
    line-height: 45px;
    font-weight: 600;
}
.ourproductat_section ul {
    width: 100%;
    float: left;
    margin: 1px 20px 0px 0px;
    text-align: center;
}
.ourproductat_section li {
    width: 10%;
    height: 70px;
    display: inline-block;
    margin: 0 -2px;
    text-align: center;
    list-style: none;
    line-height: 70px;
    transition: all ease .25s;
}
.ourproductat_section li img {
    max-width: 70%;
    transition: all ease .25s;
}
/*====================================ourproductat_section-Start=====================================*/

/*====================================testimonials-section-Start=====================================*/
.testimonials-section {
    width: 100%;
    float: left;
    padding:60px 0px;
    background: #f7f7f7;
}
.testimonials-section .page-heading {
    display: inline-block;
    text-align: center;
}
.testimonials-section .page-heading h2 {
    padding: 0px;
    display: inline-block;  
    text-transform: uppercase;
}
.testimonials-section .page-heading p {
   font-size: 18px;
   color: #000;
   line-height: 24px;
}
.testimonials-section.padd-top-100{
    padding-top: 100px;
    margin-top: 0px;
}
.testimonials-mainpanel {
    width: 100%;
    float: left;
    padding: 0px 30px;
    text-align: center;
}
.testimonials-mainpanel .page-heding {
    padding: 0px;
}
.testimonials-mainpanel .page-heding h3 {
    color: #242424;
}
/*.testimonials-grid {
    width: 100%;
    float: left;
    background: #ede739;
    margin-bottom: -215px;
    position: relative;
    z-index: 2;
}*/
.testimonials-slider {
    width: 100%;
   float: left;
}
.testimonials-slider .owl-nav {
    position: absolute;
    width:100%;
    top: 50%;
}
.testimonials-slider .owl-prev, .testimonials-slider .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    background: #de2223;
    border: solid 1px #de2223;
    color: #fff;
    line-height: 38px;
    text-align: center;
}
.testimonials-slider .owl-next {
   left: inherit;
    right: -20px;
}
.testimonials-slider .owl-prev span, .testimonials-slider .owl-next span {
    display: inline-block;
    color: #cfcfcf;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
}
.testimonials-slider .owl-prev:hover span, .testimonials-slider .owl-next:hover span {
    color: #fff;
}
.testimonials-slider .owl-prev:hover, .testimonials-slider .owl-next:hover {
    background: #fe191b;
}

.testimonials-details {
    width: 100%;
    padding: 30px 0px;
    background: #fbfdff;
    display: block;
    overflow: hidden;
    margin: auto;
    border: solid 1px #e2e6eb;
    border-radius: 8px;
}
.testimonials-img {
    width: 100%;
    float: left;
    text-align: center;
}
.testimonials-img img {
    width: 90px !important;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    padding: 4px;
    border: solid 1px #f4f084;
}
.testimonials-content {
    width: 100%;
    float: left;
    padding: 30px 15px;
    overflow: hidden;
}
.starslist {
    width: 100%;
    float: left;
}
.starslist i {
    font-size: 26px;
    color: #f7ae43;
    text-shadow: 1px 3px 6px #ffffff, 0px -1px #ffffff;
}
.testimonials-content h2 {
    font-size: 30px;
    color: #000;
}
.testimonials-content p {
    width: 100%;
    overflow: hidden;
    padding: 12px 0px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 32px;
}
.testimonials-content h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ed2c27;
    font-weight: 600;
}
.testimonials-content h6 small {
    color: #000;
}
/*===================================================testimonials-section-End===================================================*/

/*=====================================video-athentic-creative-section-Start=====================================*/
.authenticcreative-section {
    width: 100%;
    float: left;
    padding:60px 10px;
}
.authenticcreative-content {
    padding: 100px 0px;
}
.mediavideo-group {
    width: 100%;
    height: 100%;
    padding:10px;
    min-height: 320px;
    background: #cddce9;
    border-radius: 20px;
    text-align: center;
}
.mediavideo-inlinepanel {
    display: inline-block;
    position: relative;
}
.mediavideo-poster {
    width: 100%;
    float: right;
}
.mediavideo-poster img{
    max-width: 100%;
}
.mediavideo-group .overlay {
    background:#00000000;
}
.video-grid {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
}
.video-grid a {
    display: table-cell;
    vertical-align: middle;
}
.play-video {
    width: 100px;
    height: 100px;
    padding: 8px;
    background: #ed2c27;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    position: relative;
    webkit-animation: pulsewhite 3s infinite;
    -o-animation: pulsewhite 3s infinite;
    animation: pulsewhite 3s infinite;
}
/* .play-video:before {
    width: 65px;
    height: 65px;
    padding: 10px;
    background: #2bcc1a;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #445462;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    position: relative;
} */
.play-video i {
    font-size: 42px;
    color: #ffffff;
    line-height: 22px;
    margin-left: 10px;

}
@keyframes pulsewhite {
    50% {
        box-shadow: 0 0 0 10px rgb(244, 249, 243),
            0 0 0 20px rgba(236, 247, 235, 0.53)
    }
}
.authentic-creative {
    width: 100%;
    height: 100%;
    padding: 20px;
    min-height: 320px;
    background: #AFC0CC;
    border-radius: 20px;
}
.authentic-creative h3{
   font-size: 25px;
   color: #fff;
   text-align: center;
}
/*=====================================video-athentic-creative-section-End=====================================*/

/*===================================================ourpartner-section-Start===================================================*/
.ourpartner-section {
    width: 100%;
    float: left;
    padding:40px 0px;
}
.ourpartner-section .page-heading {
    padding-bottom: 40px;
    text-align: center;
}
.ourpartner-section h2 {
    display: inline-block;
    margin: auto;
}
.ourpartner-gridmain {
    width: 100%;
    float: left;
    /* display: table; */
}
.ourpartner-slider {
    width: 100%;
    float: left;
}
.ourpartner-group {
    padding: 20px 0px;
    /* max-width: 14%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; */
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.ourpartner-group:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.ourpartner-panel {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin: auto;
    box-shadow: 0px 2px 3px #00000029;
    border: 2px solid #707070;
    overflow: hidden;
}
.ourpartner-panel img {
    max-width: 100%;
    margin: auto;
}
.ourpartner-slider .owl-nav .owl-prev,.ourpartner-slider .owl-nav .owl-next {
    margin-right: 10px;
    top: 30%;
    left: 10px;
    position: absolute;
    color: #d0cccc;
    font-size: 40px;
    margin: 5px;
    padding: 0px;
    background: rgba(255,255,255,0.3);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    /* width: 58px;
    height: 58px; */
    border: none;
    line-height: 30px;
}
.ourpartner-slider .owl-nav .owl-next {
    margin-right: 10px;
    left: inherit !important;
    right: 10px;
}
/*===================================================ourpartner-section-End===================================================*/

