* { 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box;
	font-family: 'Bitter', serif; 
	
}

/*html{
    overflow-x: hidden;
}*/

body{
	padding: 0;
    margin: 0;
    /*overflow-x: hidden !important;*/
    
}



a{
    text-decoration: none !important;
    color: none !important;
}


ul {
    list-style: none;
    padding-left: 0px!important;
}

/*span{
    display: block;
  
}*/

img{
    width: 100%;
}

:root {
    --whiteColor: #ffffff;
    --maincolor:#f39314;
}

.container-wrapper{
    max-width: 85% !important;
    margin: 0 auto;
}


.v-align{
    text-align: center;
}

.navbar {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #0000002E;
    
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding:18px 0px !important;
   font-size: 16px !important;

}

.nav-item a:hover {
    color: var(--maincolor)!important;
    transition: .3s;
}

.nav-item a{
	color: #fff !important;
    font-size: 16px !important;
    transition: .3s;
}

.nav-item{
    padding: 0px 16px !important ;
}

.nav-link.active{
	color: #fff !important;
}

.yellow{
	color: var(--maincolor);
	font-size: 20px;
}
.icn{
	padding: 18px 0!important;
}
.special-pages-spacing{padding: 90px 4% !important;}

/*-----------------custom-navbar------------------*/
.header-container{
    padding: 0 4% 0 4%;
    /*padding: 0 80px 0 78px;*/
}
.navbar-toggler{
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    margin-top: 8px;
    margin-right: 20px;
}


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border:0;
}

.navbar-toggler span{
    margin:0;
    padding: 0;

}

.toggler-icon{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar{
    margin-top: 0;
}


.navbar-toggler .top-bar{
    opacity: 1;
    transform: rotate(315deg);
    margin-top: 10px;
}


.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 10px;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
    margin-top: 8px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 17px;
    transform: rotate(0deg);
}



/*banner-css-start*/

.bnr-con{
	position: relative;
    height: auto;
}
.bnr-con img{
    height: 90vh;
    object-fit: cover;
}

.bnr-txt{
	   width: 100%;
	  position: absolute;
	  top: 42%;
	  /*left: 50%;*/
	  /*transform: translate(-50%, -50%)!important;*/
}

.sb-hdng{
	color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}

.hdng{
	color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

.bnr-btn a{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    padding: 10px 0;
    color: #fff!important;
}

/*.bnr-btn a:hover{
	background-color: var(--maincolor);
	border: 1px solid var(--maincolor);
	transition: all .3s;
	color: #fff!important;
 
}*/



.bnr-btn:hover{
    transform: scale(.9);
    transition: .3s ease-in-out;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: #fff!important;

}

.bnr-btn{
    margin-top: 40px;
    display: block;
    width: 160px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: all .3s;
    transform: scale(1);
    background-color: transparent;
}

/*about-css-start*/

.abt-sub{
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px!important;
    font-family: 'Merriweather', serif;
}

.brdr{
    position: relative;
}

.brdr-btm {
    width: 150px;
    height: 3px;
    background:var(--maincolor);
    position: absolute;
    bottom: -11px;
}

.abt-hdng{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-top: 6px;
}

.para{
    margin-top: 34px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    /*width: 88%;*/
}
.para span{
    font-family: 'Merriweather', serif;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #777!important;
}

.about{
    margin-top: 50px;
    margin-bottom: 60px;
}

.abt-btn a{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    padding: 10px 0;
    color: #fff!important;
}
.abt-btn:hover{
    transform: scale(.9);
    transition: .3s ease-in-out;
    background-color: #C06F04;
    color: #fff!important;

}
.abt-btn{
    display: block;
    width: 180px !important;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
    transform: scale(1);
    background-color: var(--maincolor);
}
.jr-home-btn{
    width: 200px !important;

}
/*.abt-btn a{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #FFF;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    padding: 12px 50px;
    border-radius: 3px;
    transition: all .3s
}*/

/*.abt-btn a:hover{
    background-color: #C06F04;
    border: 1px solid #C06F04;
    transition: all .3s;
    color: #fff!important;
}*/

/*.abt-btn:hover{
    transform: scale(.9);
    transition: .3s ease-in-out;
}*/
.m-t{
    margin-top: 26px;
}

.abt-txt{
    padding: 0 12px;
}

.abt-img{
    overflow: hidden;
    border-radius: 3px;
    width: 98%;
    height: 100%;
}
.abt-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt-txt-mob{display: none;}


/*featured-css-start*/

.brdr-btm-1{
    width: 170px;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
}

.feature {
    padding: 30px 0 40px 0;
    background-color: #FFF1DE;
}
.f-box{
    width: 98%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    height: 230px;
}

.f-box img{
    height: 100%;
    object-fit: cover;
}

.f-con{
    margin-top: 60px !important;
}

.overlay {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 15%;
    background-image: linear-gradient(180deg, #382D2AB8 0%, #382D2AB8 100%);

}

.overlay p{
    color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}

.overlay-1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 85%;
    background-color: #424242de;
    opacity: 0;
    transition: 1s;
}

.f-box:hover .overlay-1 {
    opacity: 0.4;
    transition: .7s;
}
.m-b{
    margin-bottom: 12px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.feature{
    margin-bottom: 70px;
}

.m-t-1{
    margin-top: 12px;
}

/*journal-css-start*/

.j-box{
   
    overflow: hidden;
    border-radius: 4px;
    width: 97%;
}

.j-box img {
    border-radius: 4px;
    height: 230px;
    object-fit: cover;
}

.m-t-2{
    margin-top: 42px !important;
}


.j-hdng{
    margin-top: 20px;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.j-hdng a{
    color: #000!important;
}

.date{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0;
}

.j-para{
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #777!important;
    margin-top: 10px;
    margin-bottom: 6px !important;
    font-style: normal !important;
}

.j-para p{margin: 10px 0 7px;}

.j-para p strong{
        font-weight: normal !important;
}

.j-para p h1, .j-para p h2, .j-para p h3 {
        font-size: 16px !important;
}



.rd-mr{
    font-size: 15px;
    color: #999;
    /*text-decoration: underline!important;*/
    font-family: 'Merriweather', serif;

}

.rd-mr:hover{
    color: var(--maincolor)!important;
}

.m-t-4{
    margin-top: 40px!important;
    margin-right: auto;
    margin-left: auto;
}

.journal{
    margin-bottom: 80px;
}
.icn{
    display: none;
}

/*footer-css-start*/

.footer{
    padding: 70px 0;
    background-color: #111;
}

.fhead{
    color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 18px
}


.cl4{
    font-family: "Bitter",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff!important;
    transition: .3s;

}

.cl4:hover{
    color: var(--maincolor)!important;
    transition: .3s;
}

.ftr-bx{
    width: 70%;
}

.ftr-link{
    width: 80%;
    margin-top: 20px;
}

.ftr-link p:first-child{font-weight: 400; font-size: 14px;}

.ftr-link p{
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff!important;
}

.mb5{
    margin-bottom: 8px;
}

.footer input{
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--maincolor);
    border-radius: 3px;
    padding: 8px 13px;
    font-size: 14px;
}

.legal p {
    color: #636363;
    font-family: "Bitter",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.legal {
    background-color: #212121;
    padding: 15px 0;
    text-align: center;
}

.sub-btn{
    width: 100%;
    height: 46px;
    background-color: var(--maincolor);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sub-btn a{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #FFF!important;
}

.sub-btn:hover{
  background-color: #C06F04;
  transition: all .3s;  
}
.sub_note{color: #5E5E5E;
    margin-top: 2%;}
.mt{
    margin-top: 14px;
}

/*modal-css-start*/


.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000c7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 99999999;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  height:100%;
  text-align: center;
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
  -webkit-transform: translatex(-400px);
  -moz-transform: translatex(-400px);
  -ms-transform: translatex(-400px);
  -o-transform: translatex(-400px);
  transform: translatex(-400px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.cd-popup-container p {
  padding: 0px;
  margin:0px;


}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 450px;
  right: 8px;
  width: 40px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 24px;
    height: 3px;
    background-color: #fff;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-popup-container input{
    width: 79%;
    margin-top: 450px;
    background-color: transparent;
    border-bottom: 1px solid #fff !important;
    border: none;
    text-align: center;
}
input:focus{
    outline: none;
    color: #fff;
}

/*pune-project-css-start*/


.pune-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pune-left{
    width: 23%;
    position: relative;
    z-index: 1;
}

.pune-right{
    width: 73%;
    
}

.pune-bnr-con{
    position: relative;
    height: auto;
}

.pune-bnr-txt{
      position: absolute;
      top: 50%;
      /*left: 13%;*/
     
}

.pune-sb-hdng{
    color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}

.pune-hdng{
    color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}


.pune-banner{
    margin-bottom: 60px;
}
.pune-banner-search{margin-bottom: 0 !important}
.search-h1 h1:first-child{text-align:center; font-size:20px;margin-bottom: 0;
    padding: 80px 0;
    font-weight: 700;}
.blog{
    margin-bottom: 30px;
}

.card{
    border-radius: 10px!important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
    transition: .3s;
    border: none!important;
}
.main-hyt{
    height: 165px;
}
.card:hover{
    background-color: #f7f7f7!important;
    transition: .3s;
}
.card-img-top{
    border-radius: 10px 10px 0px 0px;
    /*height: 160px;*/
}

.j-con .card-img-top{
    height: 200px;
    object-fit: cover; 
} 

.blog img{
    height: 150px;
    object-fit: cover;
}

.card-hdng{
    color:#000;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    /*height: 50px;*/
}

.card-sub{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    /*height: 47px;*/
}

.tag{
    /*position: absolute;*/
    top: 4%;
    left: 4%;
    color: #FFFFFF;
    font-family: "Bitter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--maincolor);
    margin-right: 13px;

}

.tag-1{
    /*position: absolute;*/
    top: 4%;
    left: 54%;
    color: #FFFFFF;
    font-family: "Bitter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    padding: 8px;
    border-radius: 5px;
    background-color: #F31414;

}

.side-bar{
    padding: 25px;
    background-color:#EBEBEB94;
    position: sticky!important;
    top: 60px;
    width: 100%;
    border-radius: 15px;
}

.side-bar-hdng{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.side-sub{
    margin-bottom: 10px;
    color: #000000;
    font-family: "Bitter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;   
    display: flex;
    gap: 5px;
}
.side-sub p{
    margin-bottom: 0
}
.p-prj-tooltip-1, .p-prj-tooltip-2{position: relative;}
.p-prj-tooltiptext-1, .p-prj-tooltiptext-2{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    background-color: #fff;
    padding: 7px 8px;
    /*border: 1px solid gray;*/
    border-radius: 3px;
    left: 22px;
    top: -10px;
    /*width: 140px;*/
    line-height: 21px;
    background: #fcfcfc;
    /*color: white;*/
    display: none;
    transition: 0.5s ease-in-out;
}
.p-prj-tooltiptext-1{top: -28px;width: 235px;}
.p-prj-tooltiptext-2{top: -25px;width: 250px;}
.p-prj-tooltiptext-1::after, .p-prj-tooltiptext-2::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fcfcfc transparent transparent;
}
.p-prj-tooltip-1:hover .p-prj-tooltiptext-1, .p-prj-tooltip-2:hover .p-prj-tooltiptext-2{display: block;transition: 0.5s ease-in-out; }
.radio-btn{
    display: flex;
    padding-left: 10px;
}

.chk{
    margin-right: 8px;
}

.ftr{
    margin-right: 8px;
}
.ftr p, .ftr-count p{margin-bottom: 10px;}

.side-bx{
    margin-bottom: 10px;
    /*margin-bottom: 2px;*/
}

.category-gray{
    color: #888888;
}

.fltr-btn-bx{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FFF;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    padding: 10px 100px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.btn-flx{
    display: flex;
}
.wpc-icon-html-wrapper {
    position: relative;
    margin-right: 10px;
    top: 2px;
    display: block;
}
.wpc-icon-html-wrapper span {
    display: block;
    height: 1px;
    width: 18px;
    border-radius: 3px;
    background: #2c2d33;
    margin-bottom: 4px;
    position: relative;
}
span.wpc-icon-line-1:after, span.wpc-icon-line-2:after, span.wpc-icon-line-3:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border: 1px solid #2c2d33;
    background-color: #fff;
    position: absolute;
    top: -2px;
    box-sizing: content-box;
}
span.wpc-icon-line-1:after {
    border-radius: 50%;
    left: 5px;
}
span.wpc-icon-line-2:after {
    border-radius: 50%;
    left: 12px;
}
span.wpc-icon-line-3:after {
    border-radius: 50%;
    left: 2px;
}
.btn-flx p{
   margin-bottom: 0!important;
    margin-left: 0px;
}

.fltr-btn{
        font-size: 18px;
        color: #000!important;
        display: none;
}

.main-box{
    margin-bottom: 60px;
}


/*Blog-inner-css-start*/

.main-blog-leftside{
    width: 63%;
}

.main-blog-rightside{
    width: 30%;
}

.main-blog-sec{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding:0 7% 0 5%;*/
    padding: 0 84px 0 63px;
}

.blog-bnr .carousel-item  {
    height: 100% !important;
}

.main-para img{
    border-radius: 6px;
    width: 100% !important;
    height: 100% !important;
}



/*.blog-bnr .carousel-inner {
    height: 700px !important;
}*/

.carousel-item img{
    height: 100%;
}

.blog-txt h1{
    color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
}

.blog-txt, .pune-bnr-txt, .j-bnr-txt{
    position: absolute;
    bottom: 1%;
    left: 19%;
}

.blog-bnr{
    margin-bottom: 80px;
}

.up-para{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.up-para-j{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.up-para-j p:first-child::first-letter {
  -webkit-initial-letter: 2;
          initial-letter: 2;
  font-weight: 500;
  margin-right: .75em;
}

.templeimgcaption{
    margin-top: -13px;
    text-align: right !important;
    font-size: 14px!important;
    color: #9E9E9E;
    font-style: italic;
    padding-right: 3px;
    line-height: 20px !important;
}

.main-para::first-letter {
  -webkit-initial-letter: 2;
          initial-letter: 2;
  font-weight: 500;
  margin-right: .75em;
}

.main-para p{
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    font-weight: 500;
}

.post-img{
    border-radius: 6px;
    overflow: hidden;
}

.post-img img{
    border-radius: 6px;
}

.caption{
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
    text-align: right;
    margin-bottom: 10px;
}

.blog-info{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #111111;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}

/*.blog-post{
    padding: 0 30px;
}*/

.side-blog-post{
    padding: 20px;
    background-color: #EBEBEB94;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
}

.blg-brdr{
    position: relative;
}

.blg-brdr-btm {
    width: 18%;
    height: 2px;
    background: var(--maincolor);
    position: absolute;
    bottom: -10px;
}


.blg-hdng {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.blg-para{
    font-family: "Bitter",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #111111;
    margin-bottom: 20px;
    margin-top: 30px;
}

.time-hdng {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
}


.blg-loca{
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 20px;
    padding-right: 10px;
}

.silvr-brdr{
    border-right: 1px solid silver;
}

.blg-time1{
    margin-top: 15px;
}

.b-top{
    border-top: 1px solid silver;
}

.blg-news{
    padding: 20px;
    padding-bottom: 0;
    background-color: #EBEBEB94;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
}
.devide{
    /*height: 90px;*/
    margin-top: 30px!important;
    border-bottom: 1px solid silver;
}
.j-news-link .m-top-news{
    margin-top: 35px!important;
}
.m-top-news{
    /*margin-top: 20px!important;*/

    /*height: 90px;*/
    border-bottom: 1px solid silver;
    align-items: center;
    padding: 20px 0;
}
.news-para p{
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
}

.news-img{
    border-radius: 5px;
    overflow: hidden;
/*    height: 90px;*/
    margin-bottom: 15px;
}

.news-img img{
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.none1{
    display: none;
}

.blck{
    display: block;
}

/*.bold-txt{
    font-family: "Bitter",Sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #000;
}*/

/*.bold-txt p::first-letter{
    font-family: "Bitter",Sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #000;
}*/

.tag-box{
    display: flex;
    position: absolute;
    top: 5%;
    left: 4%;
}
.main-blog{
    margin-bottom: 60px;
}
.main-blog h1{padding-bottom: 15px;}

.hr-lines{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;

}

.hr-lines:after{
    content: "";
    height: 1px;
    width: 92%;
    background-color: #000;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
}

.card-hdng-1 {
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.explore h1{
    color: #111;
    font-family: "Bitter",Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 30px;
}

.cmnt p{
    color: #111;
    font-family: "Bitter",Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.thck-line{
    border-bottom: 3px solid var(--maincolor);
}

.slvr{
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
}

.cmnt-info {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #111111;
    margin-top: 34px;
    margin-bottom: 10px;
}

.comment{
    margin-bottom: 80px;
}
/*.comment-container, .j-explore-container{
    padding: 0 7% 0 5.5%;
}*/
.comment-container, .j-explore-container{
    padding: 0 115px 0 89px;
}
.comment-box{margin: 0 -10px;}
.your-cmnt{margin-top: 30px;}
.date-circle{width: 7px;height: 7px;border-radius: 50%;background-color: gray}
.y-cmnt-upper{display: flex;gap: 15px;margin-bottom: 10px;}
.y-cmnt-lower{line-height: 26px;font-weight: 300;}
.commenter{font-size: 18px;font-weight: 600;margin-bottom: 0;}
.cmnt-date-div{color: gray;font-weight: 500;display: flex;align-items: center;line-height: 20px;gap: 15px;}
.cmnt-date-div p{margin-bottom: 0}
.upnext-container{
    padding: 0 104px 0 79px;
    margin-bottom: 50px;
}
.mainblog-container{
    padding: 0 104px 0 79px;
}
.mainblog-container h1 a{color: #000;transition-duration: 0.2s}
.mainblog-container h1 a:hover{color: var(--maincolor) !important}
.explore{
    margin-bottom: 30px;
}

.comm-title{
    color: #111;
    font-family: "Bitter",Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*.cmnt-rspns{
    display: none;
}*/
.clr-grey{
    color: #8e8e8e;
}
.use-img img{
    border-radius: 6px;
}
.icn-flt{
    font-size: 35px;
    color: #000!important;
}

.float-icon li{
margin-bottom: 14px;
}

/*.float-icon{
    bottom: 5%;
    left: 20px;
    position: fixed;
    z-index: 9999;
}*/

.float-icon{
    bottom: 5%;
    left: 20px;
    position: fixed;
    z-index: 9999;
    height: 200px;
    overflow-y: hidden;
    display: flex;
    align-items: end;
}

.social-share{display: none;}

.shw-icn{
    display: none;
}

.icon-phone ul{
    display: flex;
}

.icon-phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-phone-txt{
    font-weight: 600;
    font-size: 22px;
}

.icn-flt-phn{
    color: #000;
    font-size: 30px;
}

.icon-phone ul li:nth-child(1){
    margin-right: 25px;
}

.icon-phone ul li:nth-child(2){
    margin-right: 25px;
}

.main-para p a{
    color: #f39314 !important;
}

.carousel-indicators [data-bs-target]{
    width: 7px!important;
    height: 7px!important;
    margin-right: 6px!important;
    border-radius: 50%;
    background-color: #000!important;
}

.carousel-indicators{
    bottom: -6%!important;
}


/*modal-for-comment-css-start*/



.modal-pop{
    position: fixed;
    z-index: 9999999;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
}

.modal-con{
    background: #fffef1;
    padding: 40px 30px 30px;
    position: relative;
    width: 600px;
}
.modal-con input{
    background: #f2f0d2;
    border: none;
    padding: 0.8rem 0.75rem;
    border-radius: 4px;
    width: 100%;
    border: 2px solid #f2f0d2!important;
}

.modal-con textarea{
    background: #f2f0d2;
    padding: 0.8rem 0.75rem;
    border-radius: 4px;
    width: 100%;
    border: 2px solid #f2f0d2!important;
}

.input-box{
    margin-bottom: 12px;
}
.modal-green{
    background-color: #C1E7CE;
    padding: 0.8rem 0.75rem;
    display: none;
    margin-bottom: 16px;
}
.modal-green p:first-child{padding-bottom: 10px;margin-bottom: 0;}
.Hi-txt{font-weight: 700;
    margin-bottom: 10px;}
    .green-txt-1, .green-txt-2, .green-txt-3{margin-bottom: 0}
.post-comm{
    background: #f76300;
    color: #fff;
    padding: 0.9rem 1rem;
    width: 100%;
    font-weight: 400;
    text-align: center;
    border: none!important;
    margin-bottom: 20px;
}

.modal-con input:focus{
    border: 2px solid #f76300!important;
    color: #000!important;
}
.modal-con textarea:focus{
    border: 2px solid #f76300!important;
    color: #000!important;
}
.cross-bx {
    position: absolute;
    top: 12px;
    right: 20px;
    padding: 0px 6px;
    background-color: transparent;
    cursor: pointer;
}
.cross-bx a svg{color: black}

.crss{
    color: #fff;
}

.write-cmnt{
    cursor: pointer;
    width: 85%;
}

/*journal-css-start*/

.j-bnr-con{
    position: relative;
}

.j-bnr-txt{
    position: absolute;
    /*left: 15%;*/
    top: 50%;
}

.j-bnr-hdng{
    color: #FFF;
    font-family: "Bitter",Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
}

.j-banner{
    margin-bottom: 50px;
}

.j-banner-span{
    display: block;
    height: 60px;
}
.j-banner-span img{
    display: block;
    height: 100%;
    object-fit: cover;
}

.jur-hdng{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.j-sub{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.jur-para{
    font-size: 15px;
    line-height: 26px;
    color: #777;
    font-weight: 500;

}

.jur-para p{
    display: flex;
    flex-direction: column;
}
.jur-para p a{margin-top: 8px;}

.jur-para p a svg, .j-box a svg{font-size: 12px}

.jur-para p strong{
        font-weight: normal !important;
}

.jur-para p h1, .j-para p h2, .j-para p h3 {
        font-size: 16px !important;
}

.j-con{
    margin-bottom: 30px;
    padding: 0 10px;
}

.j-news{
    margin-bottom: 50px;
}

.hyt{
    height: 250px;
}


/*journal-details-css-start*/



.j-details-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding: 0 5%;*/
    padding: 0 84px 0 63px;
}

.j-details-left{
    width: 64%;
}

.j-details-right{
    width: 28%;
}



.jrnl-news {
    padding: 20px;
    background-color: #EBEBEB94;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
    padding-bottom: 0px
}

.jrnl-news a:last-child .m-top-news, .blg-news a:last-child .m-top-news{
    border-bottom: none;
}

.m-btm{
margin-bottom: 15px;
}

.al-cntr{
    display: flex;
    align-items: center;
}

/*.j-img-bx{
    padding-right: 60px;
}*/


.j-hdng{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}
.j-img-bx .j-hdng{font-size: 25px;font-weight: 600;}

.j-sub-para{
    color: #111111;
    font-family: "Bitter",Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.j-main-img{
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.slvr-btm{
    border-bottom: 1px solid silver;
}

.j-details{
    margin-bottom: 40px;
    overflow-x: hidden;
}

.j-ex-hdng {
    color: #111;
    font-family: "Bitter",Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 30px;
}

.jur-img-bx{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 250px;
}

.jur-img-bx img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.j-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #424242de;
    opacity: 0;
    transition: .7s;
    display: none;
}
.jur-img-bx:hover .j-overlay {
    opacity: 0.4;
    transition: .7s;
}
.j-title{
    color: #000;
    font-family: "Bitter",Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}

.j-sub-title{
    font-family: "Bitter",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #777;
    font-weight: normal;
}

.j-sub-title p strong{
        font-weight: normal !important;
}

.j-sub-title p h1, .j-para p h2, .j-para p h3 {
        font-size: 16px !important;
}

.j-explore{
    margin-bottom: 80px;
    position: relative;
}

.p-stick{
    position: sticky;
    top: 72px;
    margin-top: 38px;
}


/*abaout-us-css-start*/

.pune-banner-about{
    margin-bottom: 60px;
}


.about-us-con span{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #777!important;
}


.abou-para{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    font-family: "Bitter",Sans-serif;
    line-height: 26px;
}
.abou-para p a{color: var(--maincolor)}
.para-box{
    margin-top: 40px;
}

.abt-bnr-txt{
        padding-left: 40px;
}

.brdr-btm-abt {
    width: 14%;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -11px;
}

.about-us-con{
    margin-bottom: 60px;
}
.abou-para:first-child ul{
   list-style : none !important;
}
.abou-para ul {
   list-style : disc !important;
    padding-left: 35px !important;
}

.join-img{
    overflow: hidden;
    border-radius: 6px;
}

.join{
    margin-bottom: 90px;
}

.brdr-btm-abt-1 {
    width: 8%;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -11px;
}

.m-top-abt{
    margin-top: 60px;
}

.join-bx{
    padding-right: 40px;
}

.show-up{
display: none;
}

.abt-hdng-shw {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.abt-sub-shw {
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px!important;
    font-family: 'Merriweather', serif;
}


/*Contact-us-css-start*/
.contact-us{display: flex;justify-content: center;}
.contact-txt{margin-bottom: 40px;}
.brdr-btm-contact{width: 35%;height: 3px;background: var(--maincolor);position: absolute;bottom: -16px;}
.contact-center{width: 800px;margin: 0px 0 70px;}
.contact-details{display: flex;flex-direction: column;margin-top: 20px;}
.contact-details input, .contact-details textarea{padding: 8px 15px;border: 1px solid var(--maincolor);color: #000;border-radius: 3px;width: 100%;}
.contact-details label{font-weight: 500;font-size: 16px;margin-bottom: 5px;}
.contact-details label span{color: var(--maincolor)}
.contact-subtitle{font-weight: 600;font-size: 18px;}
.name-inputs, .contact-flex{display: flex;justify-content: space-between;flex-direction: row;}
.name-inputs input, .captchazone, .contact-submit{width: 48%;}
.captchazone{display: flex;}
.captcha-text{width: 32%;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.captcha-text .form-group input{text-align: center;font-weight: 600;background-color: #c3c2c2;border-top-left-radius: 3px;border-bottom-left-radius: 3px;border-top-right-radius: 0px;border-bottom-right-radius: 0;}
.captcha-fill{width: 68%;}
.captcha-fill input{border-top-left-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-left: 0px;}
.contact-submit{background-color: var(--maincolor);border-radius: 3px;border: none;font-size: 18px;font-weight: 600;color: #fff;}
.contact-mail{margin-top: 50px;font-weight: 600;font-size: 16px;}
.contact-mail img{width: 220px;}

/*--------------search-page-css----------------*/

.search-hyt {
    height: 126px;
}


/*termsandcondition-css-start*/


.main-hdng-term {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-top: 80px;
    margin-bottom: 20px;
}


.sub-hdng-term{
    font-size: 16px;
    margin-bottom: 16px;
}



.sub-hdng-term span a{
    color: #c36!important;
}


.loading{position: relative; pointer-events: none; padding-top: 3%; margin: 20px 0;}
.loading:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}
.loading:after{
    position: absolute;
    content: "";
    display: block;
    top: 40%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 40px;
    height: 40px;
    /*border: 3px solid #4ba51f;
    border-right-color: transparent;*/
    border: 3px solid #e9724c;
    border-color: #e9724c transparent #e9724c transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-position{
    position: absolute;bottom: 20px; left: 50%; transform: translate(50%, 0);
}

.top{display: none;visibility: hidden;}

/*media-query-start*/

@media only screen and (max-device-width:1700px){
    .blog-txt, .pune-bnr-txt, .j-bnr-txt{left: 15%;}
}
@media only screen and (max-device-width:1600px){
    .blog-txt, .pune-bnr-txt, .j-bnr-txt{left: 13%;}
}

@media only screen and (max-device-width:1500px){

    /*.hyt {
    height: 244px;
    }*/
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 11%;
}
    /*.main-blog-sec{
            padding: 0 6% 0 4%;
    }*/
    .abt-hdng{
        font-size: 22px;
    }
    .hdng{
        font-size: 45px;
    }
    .sb-hdng{
    font-size: 22px;
}

/*.j-hdng{
    font-size: 20px;
    }*/
    .jur-hdng{
    font-size: 16px;
    }
}


@media only screen and (max-device-width:1440px){



    .side-bx {
    margin-bottom: 20px;
}

     .side-bar-hdng{
        padding-bottom: 16px;
        margin-bottom: 16px;
        line-height: 14px;
    }

    .radio-btn p{
        margin-bottom: 10px;
    }
    /*.pune-bnr-con img{
        height: 450px;
    }*/

/*    .blog-bnr .carousel-inner {
    height: 550px !important;
}*/

.carousel-indicators{
    bottom: -10%!important;
}
}

@media only screen and (max-device-width:1408px){

    .search-hyt {
    height: 148px;
}
    .main-hyt{
        height: 170px;
    }

    .write-cmnt {
    cursor: pointer;
    width: 95%;
}
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 14%;
}
.comment-container {
    padding: 0 100px 0 80px;
}
.upnext-container {
    padding: 0 91px 0 70px;
}
.mainblog-container {
    padding: 0 91px 0 70px;
}
/*.p-prj-tooltiptext-1{width: 114px;}*/
.jur-hdng{line-height: 23px;}

}    

@media only screen and (max-device-width:1272px){

    .container-wrapper {
    max-width: 95% !important;
    
}
.hdng{
    font-size: 35px;
}

.sb-hdng{
    font-size: 18px;
}
.blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 11%;
}
}

@media only screen and (max-device-width:1200px){
      .write-cmnt {
    cursor: pointer;
    width: 90%;
}
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 15%;
}
    .hyt {
    height: 320px;
}
.comment-container {
    padding: 0 90px 0 70px;
}
.upnext-container, .mainblog-container {
    padding: 0 80px 0 60px;
}
    }

@media only screen and (max-device-width:1125px){
 /*.hyt {
    height: 269px;
}*/
.blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 13%;
}
    }

@media only screen and (max-device-width:1024px){
.pune-hdng{
    font-size: 35px;
}
.container-wrapper {
    max-width: 98% !important;
}
.blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 9%;
}
.j-banner {
    margin-bottom: 20px;
}
.pune-bnr-con img {
    height: 250px;
    object-fit: cover;
    }
}



@media only screen and (max-device-width:991px){

/*.pune-left aside{
            
            background-color: #ebebebf5;
            border-radius: 15px;
         }*/

/*.visible-menu{
            padding: 0 25px;
         }*/

.j-explore-container{
    padding: 0 24px 0 25px;
}        
.hyt {
    height: 420px;
}
.abt-txt {
    padding: 0;margin-top: 20px;
}
.blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 15%;
}
        /*.comment-container, .upnext-container, .mainblog-container {padding: 0;}*/
         .main-blog-sec{
            padding: 0 0% 0 0%;
    }

.ftr-link{
    width: 100%;
}
         .main-hyt{
        /*height: 110px;*/
        height: auto;

    }

/*.pune-bnr-con img{
        height: 470px;
    }*/

.pune-body{
        flex-direction: column;
        align-items: center;
       /* position: relative;*/
    }

.pune-left {
    width: 100%;
    margin-top: 10px;
   /* position: absolute;
    z-index: 1*/;
}

.pune-right {
    width: 100%;
    /*margin-top: 120px;*/
}

.news-img{
        height: 56px;
    }

.blog img{
    height: 250px;
    object-fit: cover;
}

.j-news {
    margin-top: 60px;
}

.main-hdng-term {
    font-size: 35px;
}

.pune-banner-about{
        margin-bottom: 0px;
    }

.hide{
        display: none;
    }

.show-up{
        display: block;
        margin-bottom: 40px;
        margin-top: 40px;
    }

.join-bx{
        padding-right: 0px;
    }

.abt-bnr-txt{
        padding-left: 0px;
    }

.news-para p{
        font-size: 13px;
    }

.j-img-bx {
    padding-right: 30px;
}

    .j-con{
            padding: 0 0px;
    }

/*    .hyt {
    height: 400px;
}*/

    .j-bnr-hdng{
        font-size: 35px;
    }
    .blog-txt h1{
        font-size: 24px;
        line-height: 35px;
    }

    .card-hdng-1{
        font-size: 14px;
    }

    .hr-lines:after{
        width: 86%;
    }

     .blog-post{
        padding:0 0px;
    }
        .pune-banner {
    margin-bottom: 10px;
}

    .visible-menu{
        display: none;
    }

    .side-bar{
        width: 50%;
        margin: 0 auto;
        background-color: #EBEBEB94;
        padding: 25px 25px 7px;
        margin-bottom: 20px;
    }

    .side-bar-hdng{
        display: none;
    }

    .btn-flx {
    display: flex;
    justify-content: center;
    align-items: center;
}

   .fltr-btn-bx{
        display: block;
        padding: 9px 0;
    }

    .hdng{
    font-size: 30px;
}

.icn{
        display: block;
    }

.none{
        display: none;
    }

.header .container{
            max-width: 982px;
            padding-right: 0px;
            padding-left: 0px;
        }

.nav-item a{
            color: #000!important;
        }

.navbar-expand-lg .navbar-nav .nav-link {
 padding: 10px 20px !important;
 font-size: 16px !important;
}

.nav-item {
    padding: 0px 0px !important;
}

.nav-link.active{
    background-color: var(--maincolor);
}

.navbar-collapse{
    background-color: #fff;
}


.logo{
    padding-left:20px;
}

.d-flex{
    padding-right: 20px;
}

.navbar-dark .navbar-toggler{
    border-color: transparent!important;
}

.navbar-toggler:focus{
    box-shadow: none!important;
}

.ftr-bx{
    width: 90%;
}

.abt-img {
    overflow: hidden;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 30px;
}
.abt-txt-mob{display: block;margin-bottom: 50px;}
.abt-sub-hide{display: none;}
.brdr-btm {
    width: 22%;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.abt-hdng{
    text-align: center;
    }

    .para{
        width: 100%;
    }

    .m-t{
        margin-left: auto;
        margin-right: auto;
    }

    .search-hyt {
    /* height: 110px; */
    height: auto;
}

.card-gap{
    padding: 20px!important;
}

    .abt-sub{
        text-align: center;
    }

    .card-sub{
        margin-bottom: 5px;
    }
    .card-body{
        /*padding: 5px 8px;*/
    }
    .card-hdng{
        font-size: 18px;
        /*height: 0px;*/
        height: auto;
        /*margin-bottom: 50px;*/
    }
    .comment-container {
    padding: 0 24px 0 25px;
    }
    .upnext-container, .mainblog-container {
    padding: 0 13px 0 15px;
    }
    /*.p-prj-tooltiptext-1 {
    top: -19px;
    width: 150px;
    }*/
    .contact-center{margin: 70px 0;}
    .contact-sub, .contact-hdng{text-align: left;}
}

@media only screen and (max-device-width:900px){
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 11%;
    }
    .float-icon{
        display: none;
        /*comment this out */
    }
    .float-icon ul{
    background-color: #fff;
    position: absolute;
    bottom: -100%;
    display: none;
    }
    .social-share{display: block;width: 35px;height: 35px;border: 3px solid;border-radius: 50%;background-color: #fff;display: flex;justify-content: center;align-items: center;}
    .icon-close{display: none;}
    .none1{
        display: block;
    }

    .blck{
        display: none;
    }

    .carousel-indicators {
    bottom: -15%!important;
    }
}

@media only screen and (max-device-width:848px){

    .hdng{
    font-size: 24px;
}

.pune-hdng{
    font-size: 25px;
}

.pune-sb-hdng{
    margin-bottom: 0px;
}
.blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 9%;
}
}

@media only screen and (max-device-width:809px){
    .hyt {
    height: 370px;
}
}

@media only screen and (max-device-width:768px){
    .hdng{line-height: 15px;
    margin-bottom: 40px;}
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 16%;
}
.blog-txt h1 {
    font-size: 18px;
}
    .blog-bnr {
    margin-bottom: 50px;
}
.jur-hdng {
    line-height: 25px;
}
    .j-sub-title{
        margin-bottom: 35px;
    }

   /* .pune-bnr-con img{
        height: 265px;
    }*/

       .main-hdng-term {
    font-size: 30px;
}

    .j-ex-hdng{
        font-size: 24px;
    }

    .j-con{
        padding: 0 0px;
    }
    .j-banner-span{
        /* height: 50px; */
    }

    .comment {
    margin-bottom: 40px;
}

    .cmnt p{
        font-size: 24px;
    }

    .explore h1{
        font-size: 24px;
    }

     .hr-lines:after{
        width: 82%;
    }

    .ftr-bx {
    width: 60%;
    margin-bottom: 20px;
   }

   .f-box{
    width: 100%;
   }

   .j-box{
    width: 100%;
    margin-bottom: 30px;
   }

   .logo{
    width: 235px;
   }

   /*.icn {padding: 12px 0!important;}*/
    .loading{margin: 100px 0;}
    .f2{margin-top: 20px;}
    .news-img{margin-bottom: 0;padding-bottom: 0}
    .news-para p{margin-bottom: 0;}
    .special-pages-spacing {
    padding: 30px 4% 90px !important;
    }
    }

    @media only screen and (max-device-width:765px){


        .rd-mr-gap{
            margin-bottom: 50px;
        }

        /*.ftr-link {
        width: 67%;
        }*/
        .main-blog-leftside {
        width: 100%;
        }

        .main-blog-rightside {
        width: 100%;
        }

        .j-details-box{
            flex-direction: column;
        }

        .j-details-left{
            width: 100%;

        }

        .j-details-right{
            width: 100%;

        }

        /*.bnr-txt{
            top: 34%;
        }*/

        .news-img{
            height: 96px;
            /*padding-bottom: 15px;*/
        }


        /*.navbar-toggler{
            margin-top: 3px;
        }*/

        .main-hdng-term {
    font-size: 28px;
}

        .news-para p{
            font-size: 14px;
        }

        .j-img-bx {
    padding-right: 0px;
}


        .hyt{
            height: auto;
        }
    }

    @media only screen and (max-device-width:706px){
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
        left: 13%;  
    }
        .j-bnr-hdng{
        font-size: 25px;
    }

        /*.blog-txt h1{
            font-size: 25px;
        }*/

.hdng{
    font-size: 22px;
}

.sb-hdng {
    font-size: 16px;
}
}

@media only screen and (max-device-width:621px){
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 9%;
    }
    .blog-bnr .carousel-item {
    height: 250px !important;
    }
    .carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
    .carousel-indicators {
        bottom: -18%!important;
    }
    .cd-popup-container input{
        margin-top: 350px;
    }

    .cd-popup-container .cd-popup-close{
        top: 350px;
    }

    .bnr-btn {
    margin-top: 25px;
    width: 160px;
}

.hdng{
    line-height: 35px;
}

.pune-sb-hdng{
    font-size: 16px;
}

.pune-bnr-txt {
    position: absolute;
    top: 42%;
    /*left: 13%;*/
}

    }


@media only screen and (max-device-width:576px){

     .shw-icn{
        display: block;
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
    }
    .slvr{border-top: none;}
    .icn-spacing{padding: 16px 13px 0;}
    .main-blog-rightside{
      display: flex;
    flex-direction: column-reverse;
    position: relative;
    }
    .blg-news{
      position: absolute;
    top: 200px;
    }
    #results .blg-news{top: 100px;}
    .upnext-container{margin-top: 680px;}
    #results .upnext-container{margin-top: 650px;}

     
    .blog-txt, .pune-bnr-txt, .j-bnr-txt {
    left: 3%;
}
    .write-cmnt {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.j-hdng{
        font-size: 20px;
        margin-top: 10px;
    }

.date{
    margin-bottom: 0px;
}
.j-box{
    margin-bottom: 35px;
}
.use-img{
    width: 20%;
    margin-bottom: 20px;
    }
.card-hdng-1{
        font-size: 16px;
    }
.comm-title{
    font-size:22px; 
}

/*.bnr-con img{
height: 350px;
}*/

/*.pune-bnr-con img{
    height: 314px;
}*/

.about-us-con {
    margin-bottom: 20px;
}

.m-top-abt {
    margin-top: 30px;
}
.cmnt p{font-size: 22px;}
.main-blog {
    margin-bottom: 0px;
}
#results .main-blog{margin-bottom: 30px;}
.mainblog-container img{border-radius: 6px}
.comment {
    margin-bottom: 50px;
}
.j-explore-container {
    padding: 0 7% 0 5.5%;
}
/*.upnext-container {
    padding: 0 6% 0 4.5%;
}*/
.j-details{margin-bottom: 0}
.hr-lines:after {
    width: 80%;
}
.j-details-box{
    padding: 0;
}
/*.mainblog-container{padding: 0 6% 0 2.5%;}
.comment-container, .j-explore-container {
    padding: 0 7% 0 4.5%;
}*/
.upnext-container {
    /*padding: 0 6% 0 2.5%;*/
    margin-bottom: 30px;
}
.main-blog h1{font-size: 22px;padding-bottom: 5px;font-weight: 600;}
.contact-center {margin: 60px 0 60px;}
.contact-flex{flex-direction: column;}
/*.name-inputs input{width: 100%}
.name-inputs input:first-child{margin-bottom: 15px;}*/
.captchazone, .contact-submit{width: 100%}
.contact-details{margin-top: 30px;}
.contact-submit{padding: 8px 0;}
.captchazone{margin-bottom: 25px;}
}

 @media only screen and (max-device-width:550px){

    /*.main-para p{
        text-align: justify;
    }*/

    .bnr-con img {
    /*height: 480px;*/
    height: 65vh;
    object-fit: cover;
    }
    .pune-bnr-con img {
    height: 280px;
    object-fit: cover;
    }

    .cd-popup-container input{
        width: 60%;
    }

    .logo {
    width: 200px;
}

/*    .blog-bnr .carousel-inner {
    height: 350px !important;
}*/

.blog-txt h1{
    line-height: 20px;
}
        .navbar-expand-lg .navbar-nav .nav-link{
            font-size: 14px !important;
        }

        .navbar-collapse{
            height: 206px;
        }

        .sb-hdng {
    font-size: 17px;
}

/*.bnr-btn a{
    padding: 8px 42px;
}*/

.hdng {
    line-height: 30px;
}

.pune-hdng{
    line-height: 40px;
}
.p-prj-tooltiptext-1, .p-prj-tooltiptext-2{width: 230px;top: -86px;left: -90px;}
.p-prj-tooltiptext-1::after, .p-prj-tooltiptext-2::after{top: 105%;right: 51%;rotate: 270deg;}
}


@media only screen and (max-device-width:430px){
    .bnr-btn{width: 155px;}
    .bnr-btn a{font-size: 14px;padding: 9px 0;}
    .brdr-btm, .brdr-btm-1{width: 110px;}
    .abt-txt{margin-top: 30px;}
    .abt-sub, .abt-sub-shw{font-size: 16px;}
    .abt-hdng, .abt-hdng-shw {font-size: 18px;}
    .abt-hdng{line-height: 25px;}
    .abt-btn{width: 180px !important;}
    .abt-btn a{font-size: 14px;padding: 8px 0;}
    .brdr-btm{height: 3px;}
    .para, .abou-para{font-size: 14px;line-height: 24px;}
    .abou-para{font-size: 15px;}
    .feature{padding-bottom: 10px;margin-bottom: 30px;}
    .abt-btn{margin-top: 10px !important;}
    .journal .m-t-1{margin-top: 0}
    .j-hdng{font-size: 15px;font-weight: 700;line-height: 23px;}
    .j-img-bx .j-hdng{line-height: 30px;font-size: 20px;}
    .j-sub-para{font-size: 15px;}
    .up-para-j{line-height: 27px;font-size: 16px;}
    .date{font-size: 13px;}
    .j-para, .jur-para{font-size: 14px;}
    .j-box img{height: 200px;}
    .f-box, .j-box {width: 100%;}
    .j-box {margin-bottom: 20px;}
    .carousel-indicators {
        bottom: -18%!important;
    }
    .bnr-btn {
    margin-top: 12px;
    }
    .main-box {
    margin-bottom: 50px;
    }
    .pune-bnr-txt {
    position: absolute;
    top: 42%;
    /*left: 7%;*/
    }

    .side-bar{
        width: 75%;
    }

    .hr-lines:after {
        width: 79%;
    }
    .journal {
    margin-bottom: 80px;
    }
    .j-explore{margin-bottom: 50px;}
    .card-hdng{margin-bottom: 10px;}
    .card-hdng{font-size: 16px;}
    .fhead{margin-bottom: 5px;font-size: 14px;}
    .ftr-link p{font-size: 15px;}
    .ftr-bx img{width: 220px;}
    .news-img {
    height: 63px;}
    .news-para p {
    font-size: 12px;
    line-height: 18px;
    }
    .para span{font-size: 13px;}
    .upnext-container {margin-top: 550px;}
    #results .upnext-container {margin-top: 520px;}
    .write-cmnt{text-align: center;}
    .main-hdng-term {
    font-size: 22px;
    }
    /*.blog-bnr .carousel-item {height: 180px !important;}*/
  /*.carousel-item img{
    object-fit: cover;
    object-position: center;
  }*/
  .join {
    margin-bottom: 70px;
    } 
  .top{
	/*display: flex;
    justify-content: center;
    align-items: center;*/
    visibility: visible;
    width: 40px;
    height: 40px;
    border: 3px solid;
    border-radius: 50%;
    font-size: 24px;
    /*color: var(--maincolor);*/
    color: #adacac;
    background-color: #fff;
    position: fixed;
    right: 30px;
    bottom: 40px;
    scroll-behavior: smooth;
	}
    .top svg{position: absolute;
    top: 49%;
    left: 48%;
    transform: translate(-50%, -50%);}
}



@media only screen and (max-device-width:402px){

    .hdng {
    line-height: 15px;
}
.comment-container, .j-explore-container {
    padding: 0 7% 0 7%;
}
.upnext-container {
    padding: 0 4% 0 3.5%;
}
    .mainblog-container {
    padding: 0 3% 0 3.5%;
}
.pune-hdng{
    line-height: 30px;
    font-size: 23px;
}

.pune-bnr-txt {
    position: absolute;
    top: 50%;
    left: 7%;
    width: 90%;
}

/*.card-hdng {
    font-size: 18px;
    height: 0px;
    margin-bottom: 50px;
}*/
.cmnt p, .icon-phone-txt{font-size: 20px;}
.icn-spacing{padding: 16px 15px 0;}
.icn-flt {font-size: 32px;}
.cmnt-info {font-size: 13px;}
/* .contact-center {margin: 20px 0 30px;} */
.contact-subtitle{font-size: 16px;}
.contact-details {margin-top: 20px;}
.contact-details label{font-size: 14px;}
.contact-details input, .contact-details textarea{font-size: 14px;padding: 8px 8px;}
.contact-submit{font-size: 16px;}
}

@media only screen and (max-device-width:364px){
.side-bar {
    width: 90%;
}
.hr-lines:after {
    width: 72%;
}
.icn-spacing {padding: 16px 13px 0;}
}