@charset "utf-8";

/* font-family: "Roboto Serif", serif;
font-weight
100: thin
300: light  
400: regular
500: medium
600: semibold
700: bold*/
/* @-moz-document url-prefix() {
    html{ scrollbar-width: none; }
} */
body{margin:0; scrollbar-width:none;-ms-overflow-style:none;overflow-y:scroll;}
::-webkit-scrollbar{width:0px;background:transparent;display: none;}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*:focus { outline: none;}
body { margin: 0px; padding: 0px;font-family: "Inter", sans-serif; font-weight: 400; font-size: 16px; color: #000000;; 
line-height: 24px; overflow-x: hidden;background-color: #FFFDF2; overscroll-behavior: none;transition: 0.3s ease-out;}
p {margin: 0px; margin-bottom: 20px; }
b, strong { font-weight: 700; }
a { color: #000000; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
a:hover { color: #000; text-decoration: none; }
h1,h2,h3,h4,h5,h6 {color: #000; font-family: "Roboto Serif", serif; font-weight: 300;font-style: italic;line-height: 1; margin: 0px; padding: 0px;}
h1 { font-size: 120px; margin-bottom: 20px;}
h2 { font-size: 60px; margin-bottom: 25px; }
h3 {font-size: 36px;margin-bottom: 15px;}
h4 { font-size: 20px; margin-bottom: 15px; }
h5 { font-size: 18px; margin-bottom: 10px; }
h6 { font-size: 16px; margin-bottom: 10px; }
/* common css end */

/*form start*/
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%;vertical-align: top;}
textarea { resize: none; height: 110px; border-radius: 20px; }
input:-webkit-autofill, input:-internal-autofill-selected {-webkit-box-shadow: 0 0 0px 0px white inset; background-color: transparent !important; appearance: none;}
.input-text {font-family: "Inter", sans-serif; display: inline-block; width: 100%; height: auto; padding: 15px 20px;font-size: 14px; vertical-align: top;color: #000 !important;border:1px solid #ddd;line-height: 1;-webkit-box-shadow: none; box-shadow: none; background-color: transparent; border-radius: 5px; }
.input-text:focus{background: #FFF;}
.input-text::-webkit-input-placeholder { color: #555555;font-weight: 400;opacity: 1; }
.input-text::-moz-placeholder  { color: #555555; opacity: 1;font-weight: 400;opacity: 1; }
.input-text::-ms-input-placeholder { color: #555555;font-weight: 400; opacity: 1;}
.input-text:focus::-webkit-input-placeholder { color: #000; }
.input-text:focus::-moz-placeholder  { color: #000; }
.input-text:focus::-ms-input-placeholder { color: #000;}

select.input-text, select{background-image: url(../images/chevron-down-black.svg);background-repeat: no-repeat;background-position: calc(100% - 30px) center;background-size: 12px;appearance: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance:none;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {appearance: none; -moz-appearance: textfield; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }
img{max-width: 100%;height: auto;}
textarea.input-text{height: 100px;}
.intfield{width: 50%;}
.btn-theme-line input[type="submit"]{background-color: transparent;border: none;color: #000;font-weight: 500;font-size: 20px;padding: 0px;cursor: pointer;font-family: "Inter", sans-serif;}
.btnsubmitcol .btn-theme-line{padding-bottom: 0px;}
.btnsubmitcol .btn-theme-line::before{transform: scale(1);}
/*form end*/

/*bullet start*/
ul, ol { margin: 0; padding: 0; list-style: none; }
.bullet-list ul{margin-bottom: 20px;}
.bullet-list ul li { position: relative; padding-left: 20px;margin-bottom: 5px;; }
.bullet-list ul li::before { background-color: #FFA400; content: ''; background-position: left center; height: 5px; width: 5px; left: 0px; position: absolute; top: 12px;border-radius: 50%; }
/*bullet end*/

/*button start*/
ins{text-decoration: none;}
button { border: none; }
button:focus { outline: none; }
.btn-theme-line{ background-color: transparent;color: #000; display: inline-block;font-weight: 500;position: relative;padding-bottom: 5px;
    -o-transition: all 0.3s ease; 
 transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; z-index: 1;}
.btn-theme-line::before{content: '';position: absolute;bottom: 0px;width: 100%;height: 1px;background-color: #000;transform: scaleX(0);  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform-origin: left; }
.btn-theme-line:hover::before{transform: scaleX(1);}
.container{width: 100%;padding: 0px 100px;}


/* section margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-150 { margin-top: 150px; }

/* Section margin bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mb-180 { margin-bottom: 180px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-270 { margin-bottom: 270px; }
.mb-300 { margin-bottom: 300px; }
.mb-400 { margin-bottom: 400px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-150 { padding-bottom: 150px; }
.pb-180 { padding-bottom: 180px; }
.pb-200 { padding-bottom: 200px; }
.pb-250 { padding-bottom: 250px; }
.pb-270 { padding-bottom: 270px; }
.pb-300 { padding-bottom: 300px; }
.pb-400 { padding-bottom: 400px; }
.w-100{width: 100%;}
.text-center{text-align: center;}
.d-inline-block{display: inline-block;vertical-align: top;}
.d-flex-wrap{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.justify-content-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-start{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.justify-content-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.align-items-start{-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-items-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-row-reverse{-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.f-light,.f-light h4, .f-light h2, .f-light h3{font-weight: 300;}
.f-medium, .f-medium h4, .f-medium h2, .f-medium h3{font-weight: 500;}
.f-bold, .f-bold h4, .f-bold h2, .f-bold h3{font-weight: 700;}
.f-body-family, .f-body-family h1, .f-body-family h2, .f-body-family h3, .f-body-family h4{font-family: "Inter", sans-serif;font-style: normal; }
.title-font{font-family: "Roboto Serif", serif; font-weight: 300;font-style: italic;line-height: 1;}
.title-font span, .title-font strong{font-weight: 500;}
.title120, .title120 h2{font-size: 120px;}
.title100, .title100 h2{font-size: 100px;}
.title60, .title60 h2, .title60 h1{font-size: 60px;}
.title200{font-size: 180px;}
.title20{font-size: 20px;}
h1 span, h2 span, h1 strong, h2 strong{font-weight: 500;}
.bodywrapper{position: relative;}
.help-block-error{color:red;}
.help-block{font-size: 14px;}

/* Header css start */
.navmenucenter{width: 50%;}
.logo, .logo img, .logo a{display: inline-block;vertical-align: middle;line-height: 1;}
.logo a svg {fill: #fff;}
/*.mainheader{position: fixed;width: 100%;top: 0px;padding: 30px 0px 25px;font-size: 20px;z-index: 10;mix-blend-mode: difference;}*/
.mainheader{position: fixed;width: 100%;top: 0px;padding: 20px 0px;font-size: 20px;z-index: 10;}

.navheader {align-items: center;}
.navmenu ul{display: flex;flex-wrap: wrap;justify-content: center;}
.navmenu ul li{margin: 0px 15px;font-weight: 500;font-size: 20px;position: relative;font-weight: 500;}
.navmenu ul li a{position: relative;padding-bottom: 5px;color: #000;}
.navmenu ul li a::before{content: '';position: absolute;bottom: 0px;width: 100%;height: 1px;background-color: #000;transform: scaleX(0);transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform-origin: left;}
.navmenu ul li a:hover::before{transform: scaleX(1);}
.navmenu ul li.current-menu-item a::before{transform: scaleX(1);}
a.menu-toggle {width: 24px; display: none;flex-wrap: wrap;align-items:center;height: 20px;}
.icnline { background-color: #000; transition: all 0.2s ease; width: 100%; height: 1px;}
a.menu-toggle .icnline:last-child{margin-bottom: 0px;}
.isOpenmenu, html.lenis body.isOpenmenu{overflow: hidden;height: 100% !important;}
.closebtn {line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg);display: inline-flex;align-items: center;justify-content: center; }
.closebtn::after { background-color: #000; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);}
.closebtn::before { background-color: #000; height: 100%; width: 2px; position: absolute; top: 0px; content: '';transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closebtn:hover::after,.closebtn:hover::before{background-color: #000;}
.navmenu .closebtn {display: none;}
.black-overlay{position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;background-color: rgba(0, 0, 0, 0.5);z-index: 31;display: none;}
.hidedesk{display: none;}
.sendmsg{text-align: right;min-width: 190px;}
.mainheader .btn-theme-line{color: #000;font-weight: 500;}
.mainheader .btn-theme-line::before{background-color: #000;}
/* Header css end */

/* horizontal Scroll page css start */
#sectionPin {height: 100vh; overflow: hidden; display: flex; z-index: 3;}
.stickytopgallery{padding-top: 84px; height: 100vh; display: flex; justify-content: center; flex-direction: row; align-items: flex-start;}
.stickytopgallery h4{font-weight:500;}
.pin-wrap { padding-top: 200px; height: 100vh; display: flex; justify-content: center; flex-direction: row; }
.galleryitem { position: relative; max-width: 480px; min-width: 480px; overflow: hidden; }
.imgitem { overflow: hidden; padding-top: 85%; position: relative; transition: all 0.2s linear; margin-bottom: 20px; transform-origin: top left; }
.galleryitem a:hover .imgitem  { padding-top: 98%; }
.imgitem img { top: 0px; position: absolute; object-fit: cover; height: 100%; width: 100%; transition: all 0.2s linear; transform: translate3d(0, 0, 0) scale(1); transform-origin: center }
.galleryitem a:hover .imgitem img { transform: translate3d(0, 0, 0) scale(1.03); }
.galleryitem .paintingtitle {padding: 0px 20px;}
/* horizontal Scroll page css end */  


/* footer css start */
.footermain{position: fixed;bottom: 0px;width: 100%;text-align: center;}
.footerimg{position: relative;display: inline-block;vertical-align: top;width: 80%;}
.footerimg img{vertical-align: top;}
.footercontent{position: absolute;left: 0px;top: 0px;color: #AAAAAA;font-size: 20px;}
/* footer css end */

/* 404 & thakyou page css start */
.sectiontoprow{padding: 120px 0px;display: flex;align-items: center;width: 100%;}
.whiteboxcol{padding:80px 30px;background-color: #fff;width: 25%;}
/* 404 & thakyou page css end */

.topoffsetpage{padding-top: 250px;}
.innerdetail .footermain{position: relative;}

/* art detail page css start */
.artservice span{font-size: 12px;color: #777777;font-weight: 500}
.artinfo p{margin-bottom: 0px;}
.proinfo{width: 30%;}
.proinfodetail{width: 70%;}
.infodetailcol{padding: 0px 200px;}
.proinfodetail h2{margin-bottom: 50px;}
.proinfodetail h4{margin-bottom: 30px;}
.imghalfcol{width: 47%;}
.imghalfcol img, .imgcontainer img{width: 100%;vertical-align: top;}
.imgcontainer{max-width: 1320px;width: 100%;}
.nextartitem { position: relative; width: 30%; overflow: hidden; }
.nextartitem span{margin-bottom: 50px;display: block;}
.artitemimg { overflow: hidden; padding-top: 100%; position: relative; transition: all 0.2s linear; margin-bottom: 20px; transform-origin: top left; }
.artitemimg img { top: 0px; position: absolute; object-fit: cover; height: 100%; width: 100%; transition: all 0.2s linear; transform: translate3d(0, 0, 0) scale(1); transform-origin: center }
.nextartitem a:hover img{transform: scale(1.03);}
.nextartitem h4{font-weight: 500;margin-bottom: 0px;}
.imgmoveup, .imgfadeup, .imgzoomPara, .contetninforowend, .contetninforow, .contactimg {overflow: hidden;}
.fullwidthrow{width: 100%;display: flex;justify-content: center;align-items: center;height: 100vh;}
.fullwidhcanvas{position: relative; display: -webkit-box; display: -webkit-flex;
     display: -ms-flexbox; display: flex; overflow: hidden; width: 65vw; height: 46vw; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.fullwidhcanvas img, .imgfullw img {display: inline-block;vertical-align: middle;width: 100vw;height: 100vh; max-width: none;min-height: 100vh;min-width: 100vw;
    -o-object-fit: cover;object-fit: cover;}
.imgfullw {overflow: hidden;display: flex;align-items: center;justify-content: center;height: 90vh;}    
.img2columnrow .container .imghalfcol:first-child{margin-top: 50px;}
/* art detail page css end */

/* about page css start */
.aboutopsection .container{position: relative;}
.contenhalf{width: 50%;margin-top: 150px;}
.contenhalf .title200{letter-spacing: -10px;}
.contenhalf p{margin-bottom: 30px;padding-right: 30px;}
.contenhalf p:last-child{margin-bottom: 0px;}
.contenhalf h4{margin-bottom: 30px;}
.abtimgright{width: 40%;/*position: sticky;top: 100px;*/text-align: center;}
.aboutopsection h1, .aboutopsection h2{margin-bottom: 100px;letter-spacing: -5px;line-height: 1.1; font-size: 120px;}
.tabnavright{width: 50%;padding-left: 100px;}
.tabnavright ul{counter-reset: item;}
.tabnavright ul li{position: relative;display: flex;align-items: flex-start; margin-bottom: 40px;cursor: pointer;font-size: 100px;line-height: 1;}
.tabnavright ul li::before{content: counter(item,decimal-leading-zero);counter-increment: item;font-size: 20px;margin-right: 50px;font-weight: 500;margin-top: 40px}
.tabnavright ul li span{position: relative;padding-bottom: 15px; font-family: "Roboto Serif", serif; font-weight: 300;font-style: italic;}
.tabnavright ul li span::after{content: '';position: absolute;bottom: 0px;width: 100%;height: 6px;background-color: #000;left: 0px;transform: scaleX(0);transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform-origin: left;}
.tabnavright ul li.hoverselected span::after, .tabnavright ul li:hover span::after{ transform: scaleX(1);}
.imgslider{position: relative;}
.imgslider .hoverpro {position: absolute;top: 0px;width: 100%;left: 0px;opacity: 0; overflow: hidden;transition: all 0.5s cubic-bezier(.25, .46, .45, .94);}
.imgslider .hoverpro:first-child { position: relative;width: 100%;}
.imgslider .hoverpro.hoverselected {opacity: 1;z-index: 3;}
.hvrmobileimg{display: none;}
.videoPromo {position: relative;width: 100%;transform: scale(0.6);overflow: hidden;}
.video {display: none;position: absolute;top: 0px;left: 0px;width: 100%;z-index: 5;}
.videobutton {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;cursor: pointer;z-index: 5;}
.worktogather h2{letter-spacing: -5px;margin-bottom: 100px;}
.videosection {position: sticky;top: 0px;height: 100vh;display: flex;align-items: center;justify-content: center;}
.spacer{height: 100vh;}
.worktogather .btn-theme-line{font-size: 20px;}
.worktogather .btn-theme-line::before{transform:scaleX(1);}
.worktogather .btn-theme-line:hover::before{transform: scaleX(0);}
.deskhide{display: inline-block;}
.mobilehide{display: none}
/* about page css end */

/* contact popup css start */
.contactDetail{clip-path: polygon(0 0,100% 0,100% 0%,0 0%);
    height: 100%;width: 100vw;overflow: auto;background-color: #F5F3E4;position: fixed;top: 0px;left: 0px;z-index: 5;padding: 84px 0px 0px;}
label{margin-bottom: 5px;}
.contactfrm{width: 50%;padding:0px 100px 100px;max-height: 100%;}
.contactfrm h2{margin-bottom: 50px;}
.frmwrapper {padding-top: 0px;}
.frmwrapper .intfield:nth-child(odd){padding-right: 10px;}
.frmwrapper .intfield:nth-child(even){padding-left: 10px;}
.contactinfo{display: inline-flex;justify-content: space-between;width: 100%;margin-top: 50px;align-items: center;}
.contactinfo a{font-size: 24px;font-weight: 300;line-height: 1;}
.socailcol{display:flex;width: 100%;align-items: center;margin-top: 20px}
.socailcol a{margin-right: 20px;line-height: 0;width: 18px;}
.contactimg{width: 50%;overflow: hidden;height: 100%;}
.contactimg img {display: inline-block;vertical-align: middle;width: 100vw;height: 100%; -o-object-fit: cover;object-fit: cover;}
.contacpopup {height: 100%;align-items:center;}
.submitload{margin-left: 10px;vertical-align: top;}
.wpcf7-spinner { margin-top: 0px;position:absolute; }
.wpcf7 form.sent .wpcf7-response-output, .alert-success { line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0px; padding: 7px 15px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, .alert-danger { line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { color: red; position: relative; text-align: left; font-size: 14px; }
/* contact popup css end */

/* blog page css */
.w-60{width: 58%;}
.w-40{width: 42%;}
.blogmainrow .blogcontent{padding-left: 100px;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;}
.blogmainrow .blogcontent h1{letter-spacing: -3px;}
.blogmainrow .blogimgcol  a{overflow: hidden;}
.blogimgcol a , .blogimgcol a img{display: inline-block;vertical-align: top;position: relative;}
.blogimgcol img{transform: scale(1);transition: all 0.5s ease;}
.blogimgcol a:hover img{transform: scale(1.1);}
.datecol{display: block;margin-bottom: 10px;}
.datecol, .datecol a{color: #AAAAAA;font-size: 12px;}
.datecol a:hover{color: #000;}
.bloglistingrow  .blogcontent{padding: 0px 20px;}
.blogcontent .btn-theme-line, .blogLoadMoreBtn .btn-theme-line, .navibtncol .btn-theme-line{font-size: 20px;}
.blogcontent .btn-theme-line::before, .blogLoadMoreBtn .btn-theme-line::before, .navibtncol .btn-theme-line::before{transform:scaleX(1);}
.blogcontent .btn-theme-line:hover::before, .blogLoadMoreBtn .btn-theme-line:hover:before, .navibtncol .btn-theme-line:hover:before{transform: scaleX(0);}
.blogLoadMoreBtn{margin-bottom: 100px;}
.bloglistingrow h2{margin-bottom: 0px;}
.bloglistcol{width: 33.33%;margin-bottom: 100px;z-index: 0;}
.bloglistcol:hover{z-index: 1;}
.blogtitlecontent h4{font-family: "Inter", sans-serif;font-weight: 500;font-style: normal;margin-bottom: 30px;}
.bloglistcol .blogimgcol{margin-bottom: 20px;}
.paginav {display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 100px;width: 100%;}
.paginav a, .paginav span {text-decoration: none; margin: 0px; margin-right: 10px; text-align: center;font-size: 18px;
width: 50px;height: 50px;line-height: 50px;background-color: #FFFFFF;transition: all 0.3s ease;}
.paginav span{background-color: transparent;}
.paginav span.current{color: #000;font-weight: 600;}
.paginav a:hover { border-color: #000000;background-color: #000000; color: #fff;}
.arrow-next, .arrow-previous{width: 14px;height: 12px;display: inline-block;background-repeat: no-repeat;background-position: center;}
.arrow-previous{background-image: url(../images/arrow-left-black.svg);}
.arrow-next{background-image:url(../images/arrow-right-black.svg) ;}
.paginav a:hover .arrow-previous{background-image: url(../images/arrow-left-white.svg);}
.paginav a:hover .arrow-next{background-image:url(../images/arrow-right-white.svg);}
.blog-single-title{margin-bottom: 80px;padding: 0px 200px;}
.blog-single-title  h1{margin-bottom: 0px;}
.blogdetailcontent ul{margin-bottom: 20px;}
.blogdetailcontent ul li, .blogdetailcontent ol li{margin-bottom: 5px;}
.blogdetailcontent ul li{padding-left: 18px;position: relative;}
.blogdetailcontent ul li::before {background-color: #000;content: '';height: 6px;width: 6px;left: 0px;position: absolute;top: 10px;border-radius: 50%;}
.blogdetailcontent ol > li:last-child{margin-bottom: 0px}
.blogdetailcontent ol { margin-bottom: 20px; counter-reset: item; display: inline-block; width: 100%; }
.blogdetailcontent ol li { margin-bottom: 10px; }
.blogdetailcontent ol ol, .blogdetailcontent ol li ul { padding-left: 20px; margin: 10px 0px 5px; }
.blogdetailcontent ol li::before { content: counters(item, ".") ". "; counter-increment: item; }
.blogdetailcontent ol li ul li::before { content: ''; }
.blogdetailrow .blogimgcol {margin-bottom: 100px;}
.blogimgcol img, .blogimgcontent img{display: inline-block;vertical-align: top;}
.blogdetailcontent{padding: 0px 200px;}
.blogcontenelement{padding-left: 200px;}
.blogcontenelement p{margin-bottom: 30px;}
.blogcontenelement p strong, .blogcontenelement strong{font-weight: 500;}
.blogcontenelement h2{font-size: 40px;margin-bottom: 20px;}
.blogcontenelement h3{font-size: 30px;margin-bottom: 20px;}
.blogcontenelement h4{margin-bottom: 20px;font-family: "Inter", sans-serif;font-style: normal;font-weight: 500;}
.otherblogrow h2{margin-bottom:0px;}
.otherblogrow{margin-bottom: 100px;}
.lastmbnone :last-child{margin-bottom: 0px;}
.otherblogrow .bloglistcol{width: 50%;}
.navibtncol{margin-top: 70px;}
/* blog page css */

.vc_row{margin: 0px !important;}
.vc_column_container>.vc_column-inner{padding-left: 0px !important;padding-right: 0px !important;}