.selector-for-some-widget {
  box-sizing: content-box;
}
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@500;600;700;800&display=swap');
*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    color:#343434;
    font-weight: normal;
    line-height: 1.4em;
}

a{
    color:#343434;
    text-decoration:none;
    transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}

a:hover,a:focus{
         text-decoration: none; 
    color: #812a7d;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight:normal;
    line-height: 1.3;
    color:#746969;
    letter-spacing: 0.25px;
    text-align:center;
}

h1{
    font-size: 42px;
}

h2{
    font-size: 30px;
}

h3{
    font-size:24px;
}

h4{
    font-size:18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size:13px;
}

p {
    line-height: 1.7;
    font-size: 15px;
    color: #606060;
}

ul,
ol,
figure{
    margin:0;
    padding:0;
}

strong {
    font-weight: normal;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
   border-style: none; 
}
button
{
  outline: none !important  ;
}

.thumbnail-img 
{
  overflow: hidden;
  position: relative; 
}
  .thumbnail-img img 
  {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
}

.site-main-header {
   margin-bottom: 24px;
       position: relative;
       
       border-radius: 20px;
       border-top-left-radius: 92px;
       border-top-right-radius: 92px;
       display: flex;
       text-align: center;
}
.site-main-header h2 {
    font-weight: 600;
    margin-bottom: 2rem;
}
.site-main-header h2 a{
    color: #812a7d;
}
.site-main-header h2:after {
    content: '';
    position: absolute;
    bottom: calc(-100% - 1px);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border-top: 2px solid #812a7d;
    border-bottom-left-radius: 92px;
    border-bottom-right-radius: 92px;
}
.btn-viewAll {
    border: 2px solid transparent;
    color: #000;
    width: auto;
    position: absolute;
    top: 0px;
    right: 4px;
    background: #fdce0b;
    padding: .5rem 1rem;
    font-size: 15px;
    font-weight: 600;
    transition: all .5s ease-in-out
}
.btn-viewAll:hover
{
    border: 2px solid #812a7d;
    background: transparent;
    color: #812a7d;
}

.site-header .search-box{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0%,-50%);
    background: #fff;
    border-radius: 34px;
    /*padding-left: 14px;*/
}
.site-header .search-input{
    background: transparent;
    color: #434343;
    outline: none;
    border: none;
    line-height: 42px;
    width: 0px;
    float: left;
    font-size: 14px;
    transition: 0.7s ease;
    font-family: sans-serif;
}
.site-header .search-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: transparent;
    padding: 11px;
    border-radius: 50%;
    float: right;
    color: #812a7d;
    transition: 0.4s ease;
}
.site-header .search-btn:hover
{
  border: none !important ;
}
.site-header .search-btn i{
  font-size: 20px
}
.site-header .search-box:hover > .search-input{
    width: 236px;
    /*margin: 0px 8px;*/
    padding-left: 16px;
}
.site-header .search-input:focus{
    width: 236px;
    margin: 0;
    padding-left: 12px;
}
.site-header .search-box:hover > .search-btn{
    background: #fff;
    margin: 0
}
.site-header .search-input:focus + .search-btn{
    background: #fff;
    margin: 0;

}




.sticky-social{
  position:fixed;
  top:40%;
  right:0px;
  padding:0px;
  margin:0px;
  z-index: 999;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li a
{
  color: #fff;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.facebook{
  background-color:#3C5A98;
}
.youtube{
  background: #c4302b;
}
.twitter{
    background-color:#1EA1F2;
}
.instagram{
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.whatsApp
{
    background: #25D366;
}
.pin{
    background-color:#CB2128;
}
.vim{
    background-color:#59BFBE;
}

/*_________________main-header______________________*/
.top-header
{
    background: #fdce0b5e;
    padding: 10px 0
}
.top-header .contact-info ul li,
.top-header .calender-box ul li
{
    display: inline-block;
    margin-right: 12px;
}
.top-header .contact-info ul li i,
.top-header .calender-box ul li i
{
    margin-right: 6px
}
.top-header .contact-info ul li a
{
    font-size: 14px;
}
.top-header .calender-box
{
    text-align: right;
    font-size: 14px;
    color: #343434;
}
.top-header .calender-box ul li 
{
    color: #343434;
}
.header-logo .site-logo img
{
    /*max-height: 150px;*/

}
.site-header .navbar
{
    background: #812a7d;
    padding: 0;
    margin: 0;
}
.navbar-nav li.nav-item.active {
    background: #00000026;
}
.navbar-nav .dropdown-menu 
{
    margin: 0 !important;
    padding: 0 !important;
}
.navbar-nav .dropdown-menu li
{
    margin-right: 0 !important;
}
.navbar-nav .dropdown-menu li a
{
    padding: 12px 22px;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
}
.navbar-nav .dropdown-menu li a:hover
{
    background: #812a7d;
    color: #fff !important;
    border-top: none!important;
}
.site-header .navbar ul li:hover
{
    background: #00000026;
}
.site-header .navbar ul li
{
    margin-right: 11px;
}
.site-header .navbar ul li .nav-link
{
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    border-top: 2px solid transparent
}
.site-header .navbar ul li.nav-item.active a {
    font-size: 20px;
    color: #fdce0b;
}


/*_________________________-newblock_____________*/
.newBlock
{
  padding: 20px 0
}
.newBlock .major-content figure
{
  overflow: hidden;
}
.newBlock .major-content
{
  box-shadow: 0 0 9px #dcdcdc
}
.newBlock .major-content figure:hover img
{
  transform: scale(1.1);
}
.newBlock .major-content figure img
{
  height: 290px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    overflow: hidden;
    width: 100%
}
.newBlock .major-content figure .small-img
{
  height: 165px !important  
}

.newBlock .major-content .major-detail
{
  margin: 0;
  padding: 16px 12px
}
.newBlock .major-content .major-detail h3
{
      line-height:  1.5;
      font-size: 18px;
      margin: 0;
      overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}
.newBlock .major-content .major-detail p
{
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  display: -webkit-box;
  font-size: 15px;
  color: #666;
  font-weight: 500;
  margin-bottom: 10px;
}
.newBlock .major-content .major-detail span
{
      font-style: oblique;
    color: #666;
    font-size: 14px
}
.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
/*_________________________________site-news_________________________________________________*/
.site-news
{
    margin:  0 0 10px;
    position: relative;
}
.main-news,.news-wrap
{
    padding: 1rem .9rem;
    background-color: #fff;
    box-shadow: 0 0 9px #dcdcdc;
    margin-bottom: 8px;
}
.main-news .post_date .post_time span
{
    font-weight: 600;
}
.site-news .ot-title-block 
{
      
}
.site-news .ot-title-block h2
{
  display: inline-block;
  color: #000;
  background: #fdce0b;
  padding: 8px;
  font-size: 24px;
  margin: 0;
  box-shadow: 0 0 9px #dcdcdc;
  margin-bottom:15px;
}
.news-wrap
{
    margin: 0
}
.main-news a,.news-block a
{
    text-decoration: none;   
}
.site-news .news-block a .news-detail p
{
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      margin: 0;
}
.main-news h1
{
    font-size: 48px;
    margin: 0;
    color: #434343;
    letter-spacing: 0.25px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}
.news-block h2
{
    text-align: center;
    margin: 0;
}
.main-news figure img, .news-block figure img
 {
    max-height: 550px;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.main-news a:hover h1,.main-news a:hover span,.main-news a:hover ul,.news-block a:hover h2,.news-block a:hover span
{
    color: #812a7d;
}
.site-news .main-news .post_date
{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 6px 0 8px;
    color: #777;
    font-size: 15px;
}
.site-news .main-news .post_date>div
{
    margin-right: 0;
}
.site-news .main-news .post_time i
{
    margin-right: .3rem;
}
.site-news .main-news .post_time i:hover
{
    color: #0e5dae
}
.news-block .post_time
{
    color: #777;
    font-size: 15px;
    margin: 6px 0 8px;
}
.news-block .post_time i
{
    margin-right: .3rem;
}
.site-news .main-news .post_time i:hover
{
    color: #0e5dae
}

/*_______________________site-major-news_______________________________*/
.site-major-news
{
    padding: 20px 0 ;
}
.site-major-news .row .col-lg-6:first-child .major-content
{
  box-shadow: 0 0 9px #dcdcdc;
}
.major-content
{
    box-shadow: none;
}   
.site-major-news .major-wrap .col-lg-4:first-child
{
    padding-left: 15px;
    padding-right: 20px;
}
.site-major-news .major-wrap .col-lg-4:nth-child(2)
{
    padding: 0;
    padding-right: 20px;
}
.site-major-news .major-wrap .col-lg-4:nth-child(3)
{
    padding: 0;
    padding-right: 15px
}
.site-major-news .col-lg-4:nth-child(1) .major-content
{
    box-shadow: 0 0 9px #dcdcdc;
}  
.site-major-news .col-lg-4:nth-child(1) .major-content figure
{
    height: 250px
}
.site-major-news .col-lg-4:nth-child(1) .major-content figure img
{
    height: 100%;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}
.major-content .major-detail
{
    padding: 23px 20px;
}
.major-content .major-detail h3
{
    margin: 0 0 15px;
    line-height: 1.5rem;
    font-size: 20px;
    color: #434343;
    font-weight: 600;
    text-transform: capitalize;
}
.major-content a:hover,
.major-content a:hover .major-detail h3
{
    text-decoration: none;
    color: #812a7d;
}
.major-detail p
{
    margin: 0;

    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}

.major-content .major-data:last-child
{
    border-bottom: none;
}
.major-data
{
    display: block;
    margin-bottom: 12px;
    box-shadow: 0 0 9px #dcdcdc;
    padding: 4px 0;
}
.major-data::after
{
    content: '';
    clear: both;
    display: block;
    height: 0
}
.major-data a
{
    text-decoration: none;
}
.major-data a figure
{
    float: left;
        width: 100px;
        height: 80px;
}
.major-data a figure img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.major-data a .sub-heading h3
{

        font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #4b4a4a;
    padding: 0 10px;
    margin: 16px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.major-data a .sub-heading:hover
{
    color: #812a7d;
}



.square-advertise 
{
    text-align: center;
}
.square-advertise img:nth-child(even)
{
    margin: 10px 0;
}
/*___

/*____block-section______*/
.block-section
{
    padding: 20px 0
}
.block-section .row .col-lg-3:nth-child(1)
{
    padding: 0;
    padding-left: 15px;
    padding-right: 20px;
}
.block-section .row .col-lg-3:nth-child(2),
.block-section .row .col-lg-3:nth-child(3)
{
    padding: 0;
    padding-right: 20px;
}
.block-section .row .col-lg-3:nth-child(4)
{
    padding: 0;
    padding-right: 15px;
}

.block-section .block-content
{
    background: #fff;
    box-shadow: 0 0 9px #dcdcdc
}
.block-section .block-content a:hover p
{
  color: #812a7d;
}
.block-section .block-content figure
{
    height: 150px;
}
.block-section .block-content figure img
{
    height: 100%;
    width: 100%;
        border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.block-section .block-content .tech-content
{
    padding: 23px 20px;
}
.block-section .block-content .tech-content p
{
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    color: #4b4a4a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*_______________________________________site-feature_____________________________*/
.site-features
{
     padding: 20px 0
}
.tech-content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.site-features .tech-content {
    margin: 0px 0;
}
.site-features .tech-block {
    width: 47%;
    height: auto;
    box-shadow: 0 0 9px #dcdcdc;
    margin: 0px 0px 18px 0px;
}
.site-features .tech-block figure {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.site-features .tech-block figure img
{
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform .9s ease;
}
.site-features .tech-block figure:hover img
{
    transform: scale(1.1);
}
 .site-features .tech-block .tech-info
 {
    padding: 16px 12px;
 }

.site-features .tech-content p {
    display: -webkit-box;
    font-weight: 600;
    color: #4b4a4a;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}
.site-features .tech-content a:hover
{
    text-decoration: none;
}
.site-features .tech-content a:hover p
{
    color: #812a7d;
}
.site-features .img-control
{
    padding-bottom: 58%;
}
.square-advertise img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*___________________________________site-pratika___________________*/
.site-patrika
{
    padding: 20px 0;
}
.site-patrika .col-lg-8 .row .col-lg-6:first-child .major-content
{
  box-shadow: 0 0  9px #dcdcdc
}
.site-patrika figure
{
    display: block;
    padding: 0;
    line-height: 0;
    position: relative;
    text-align: center;
}
.site-patrika .major-wrap figure img
{
    display: block;
    width: 100%;
    height: 17rem;
}
.site-patrika h4
{
    font-size: 24px;
}
.site-patrika p
{

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    letter-spacing: 0;
}
.site-patrika a:hover
{
    text-decoration: none;
}
.site-patrika a:hover h4
{
    color: #812a7d;
}
.site-patrika ul
{
    list-style: none;
}
.site-patrika ul li 
{
    margin-bottom: 10px;
        margin-bottom: 10px;
    box-shadow: 0 0 9px #dcdcdc;
    padding: 12px 21px;

}
.site-patrika ul li a
{
        font-size: 17px;
    font-weight: 600;
    color: #4b4a4a;
}
.site-patrika ul li a:hover
{
    color: #812a7d;
}

/*_________________________________share-content___________________________*/
.site-shares
{
    padding: 20px 0
}

.share-content
{
    position: relative;
}
.share-content .img-control
{
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}
.share-content .img-control img
{
    position: absolute;
    top: 0;
    left: 0;
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    margin: auto;
    transition: all .4s ease-in-out;
}
.site-shares .share-content a figure figcaption,.site-infra .pradesh-content .share-content a figure figcaption
{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.43);
    padding: 20px 20px 4px;
    
}
.site-shares .share-content a figure figcaption p,.site-infra .pradesh-content .share-content a figure figcaption p
{
    color: #fff;
    font-weight: 600;
}
.site-shares .share-content a figure figcaption p:hover,.site-infra .pradesh-content .share-content a figure figcaption p1:hover
{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.share-side-content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.side-block
{
    width: 48%;
    height: 100%;
    box-shadow: 0 0 9px #dcdcdc;
    margin-bottom: 9px;
}
.side-block figure
{

    height:116px;
    width: 100%;
}
.side-block figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side-content
{
  padding: 12px;

}
.side-content p
{
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}
.share-side-content .side-block a:hover 
{
    text-decoration: none;
}
.share-side-content .side-block a:hover p
{
    color: #812a7d;
}

/*__________________________video_section________________________*/
.video-section
{
  padding: 20px 0
}
.video-section iframe
{
  width: 100%;
    height: 300px;
}
.video-section button 
{
  outline: none;
      background: #fdce0b !important;
    color: #000 !important;
    cursor: pointer;
    border: 1px solid #fdce0b
}
.video-section button:last-child
{
  border-right: none !important;
  margin-left: 1px;
}
.video-section button:focus
{
  background: transparent !important;
  border: 1px solid #fdce0b !important;
  color: #fdce0b !important;
}

.video-section .video-block
{
    box-shadow: 0 0 9px #dcdcdc;
    margin-bottom: 22px;
}
.video-section .video-block .video-text
{
  padding: 16px 12px;
    margin: 0;
}
.video-section .video-block .video-text h2
{
  display: -webkit-box;
    font-weight: 600;
    color: #4b4a4a;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}
/*_________________________footer-sec_____________________________________________*/
.site-footer
{
    background-color: #812a7d;
}
.footer-wrap
{
    padding-top: 2em;
    color: #eeeeee;
}
.site-footer .footer-wrap .col-md-3:nth-child(2) .footer-content .footer-data ul
{
    text-align: left;
}
.site-footer .footer-content strong
{
    font-size: 42px;
}
.site-footer strong span
{
    color: #0090a0
}
.site-footer .footer-content p
{
    color: #eeeeee;
}
.footer-data
{
    margin: 26px 0px 20px;
}
.footer-data p
{
    text-align: none;
}
.footer-content .footer-title
{
    font-size: 28px;
    color: #fff;
}
.footer-content .major-title-header
{
    margin: 0;
}
.footer-title-header
{
    position: relative;
    border-bottom: 1px solid #999;
    top: -12px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0;
    color: #333;
    text-transform: uppercase;
    }
.footer-title-header a
{
    font-size: 20px;
    text-decoration: none;
    color: #ffff;
    font-weight: bold;
}
.footer-title-header::after
{
    content: '';
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid #eee;
    width: 50%;
    right: 50%;
}
.footer-data ul li
{
    line-height: 36px;
}
.footer-data ul li a
{
    font-size: 16px ;
    color: #eeee;
    padding-left: 10px;
    transition-duration: 0.2s;
    transition: all .5s ease-in-out
}
.site-footer .footer-wrap .col-md-3:nth-child(3) .footer-data ul
{
   display: grid;
   grid-column-gap: 50px;
    grid-template-columns: auto auto;

}
.info-site {
  font-size: 12px;
  padding: 20px 0 15px;
  border-top: 1px solid #eee;
  color: #ccc;
  text-align: center;
}
.info-site p{
    color: #fff;
    margin: 0;
    font-size: 14px
}
.info-site p a
{
    color: #cccc;
    font-size: 14px;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.site-footer .social-icon
{
  text-align: right;
}
.site-footer .footer-wrap .social-network li:nth-child(1) a:hover {
   color: #ffff ;
   background-color: #3B5998;
}
.site-footer .footer-wrap .social-network li:nth-child(2) a:hover {
   color: #ffff ;
   background-color: #c4302b;
}
.site-footer .footer-wrap .social-network li:nth-child(3) a:hover {
   color: #ffff ;
   background-color: #4099FF;
}
.site-footer .footer-wrap .social-network li:nth-child(4) a:hover {
   color: #ffff ;
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.site-footer .footer-wrap .social-network li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 22px;
  line-height: 31px;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  border: 2px solid #fff;
}

.site-footer .footer-wrap .social-network  li i {
  margin: 0;
  text-align: center;
}

.site-footer .footer-wrap .social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.site-footer  .social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer  .social-network i:hover {
  color: #fff;
}
.foot-wrapper {
    padding: 20px 0;
}
.market a {
    color: #eee;
    line-height: 36px;
    
}
.left-market a
{
    display: block;
}
.foot-wrapper h2
{
    /* font-weight: 600; */
    position: relative;
    border-bottom: 1px solid #999;
    top: -12px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0;
    /* text-transform: uppercase; */
    font-size: 22px;
    /* text-decoration: none; */
    color: #ffff;
    font-weight: bold;
}
.foot-wrapper h2:after
{
    content: '';
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid #eee;
    width: 50%;
    right: 50%;
}
.foot-wrapper li 
{
    line-height: 36px;
}
.foot-wrapper li a
{
    font-size: 16px;
        color: #eeee;
        padding-left: 10px;
        transition-duration: 0.2s;
}
.footer-wrap .link li
{
    width: 100%;
    /*float: right;*/
}
.footer-data ul li a:hover
{
    color: #fff;
    margin-left: 10px;
}


/*________listingPage___________________*/
.listing-Page .tech-block
{
  box-shadow: none;
}
/*____________breadCrumb___________*/
.site-navigate nav .breadcrumb
{
    padding: .7rem 1rem;
    margin-bottom: .5rem;
}
.site-navigate nav .breadcrumb li
{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.site-navigate nav .breadcrumb li a
{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.site-navigate nav .breadcrumb .active
{
    color: #812a7d;
}
/*_________________________________site-news_________________________________________________*/
.site-news
{
    margin: 10px 0;
}
.main-news,.news-wrap
{
    padding: 1rem .9rem;
    background-color: #fff;
    box-shadow: 0 0 9px #dcdcdc;
    margin-bottom: 8px;
}
.news-wrap
{
    margin: 0
}
.main-news a,.news-block a
{
    text-decoration: none;   
}
.site-news .news-block a .news-detail p
{
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      margin: 0;
}

.news-block h2
{
    text-align: center;
    margin: 0;
}
.main-news figure img,.news-block figure img
{
    padding: 0px;
}
.site-news .main-news .post_date
{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 6px 0 8px;
    color: #777;
    font-size: 15px;
}
.site-news .main-news .post_date>div
{
    margin-right: 0;
}
.site-news .main-news .post_time i
{
    margin-right: .3rem;
}
.site-news .main-news .post_time i:hover
{
    color: #0e5dae
}
.news-block .post_time
{
    color: #777;
    font-size: 15px;
    margin: 6px 0 8px;
}
.news-block .post_time i
{
    margin-right: .3rem;
}
.site-news .main-news .post_time i:hover
{
    color: #0e5dae
}

.site-bank-block {
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 9px #dcdcdc;
}
.site-bank-content figure {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.site-bank-content figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.43);
    width: 100%;
    padding: 10px;
}
.site-bank-content figcaption p {
    font-size: 22px;
    font-weight: 600;
    color: #ddd;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-bank-content figcaption p:hover
{
    text-decoration: underline;
}

.site-bank-page .major-content
{
 padding: 0px 12px;
 box-shadow: 0 0 9px #dcdcdc;
 margin-bottom: 12px;
}

.site-bank-page .major-block
{
    padding: 8px 0;
}
.site-bank-page .major-block a .small-font
{
    font-size: 18px;
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}
.post_date
{
    display: flex;
    margin-top: 1.2rem;
}
.post_date>div
{
    margin-right: 1.1rem;
}
 .post_date i
{
    vertical-align: inherit;
    margin-right: 0.8rem;
    display: inline-block;
}
 .post_date a
{
    color: #812a7d;
    font-weight: 600;
}
.bichar-data p {
  font-size: 16px;
  color: #4b4a4a;
  font-weight: 600
}
.bichar-data h3 {
    font-size: 14px;
    opacity: 0.5;
}
/*____________________________________________________details-page______________________________*/
.details-page
{
    padding: 20px 0;
}
.details-page .row>.col-lg-12
{
    margin-top: 46px;
}
.details-page .tech-block {
    width: 32%;
    margin-bottom: 20px;
}
.details-page .tech-block .tech-info {
        padding: 16px 12px;
    
}
.details-page .tech-block p
{
    display: -webkit-box;
    font-weight: 600;
    color: #4b4a4a;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}
.details-page .tech-block figure img
{
    width: 100%;    
}
.details-page .post_date
{
    align-items: center;
    justify-content: space-between;
 
} 
.details-page .post_date .link-secial i
{
    padding: 8px;
    background: #812a7d;
    color: #fff;
}
.details-page .news-wrap,.details-page .side-bar
{
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    position: sticky;
    top: 20px
} 
.details-page .international-block .side-block a:hover
{
    text-decoration: none;
}
.details-page .international-block .side-block a:hover p
{
    color: #0e5dae;
}

.details-page .news-wrap p {
    margin: 1.3rem 0;
    font-size: 18px;
    color: #322f2f;
}
.details-page .news-wrap figure,
.details-page .news-wrap a figure
{
    margin: 0 0 .3rem;
}
.details-page .news-block h2
{
    text-align: left;
    font-size: 38px;
    display: block;
    color: #4b4a4a;
    font-weight: 600;
}
.details-page .news-block .post_date
{
  margin-top: 16px;
}
.details-page .news-block .news-published
{
    justify-content: left;
}
.details-page .international-block
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}
.details-page .international-block .side-block
{
    width: 32%;
    height: 100%;
}
.details-page .international-block .side-block figure
{
    height: 195px;
    width: 100%
}
.facebook-comment-area
{
    margin: 2rem 0 3rem 0;
}
.comment
{
    padding: 30px;
    background-color: #f1f1f1;
}
.site__navigation--right
{
    display: none
}

.facebook-comment-area .bichar-title-header {
    margin: 16px 0;
}
.bichar-title-header .bichar{
    position: relative;
    border-bottom: 1px solid #999;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0;
    color: #333;
    text-transform: uppercase;
}
.bichar-title-header .bichar a {
    font-size: 27px;
    text-decoration: none;
    font-weight: bold;
    color: #812a7d;
}

/*________________________bichar-panel_________________________*/
.side-bar .bichar-title-header,.major-title-header
{
   margin: 16px 0;
}

.side-bar .bichar-content .bichar-user
{
    /*margin: 12px 0;*/
    border-bottom: 1px solid #ccc;
}
.side-bar .bichar-user img
{
    height: 60px;
    width: 80px;
}
.side-bar .bichar-data h3
{
    font-size: 14px;
    opacity: 0.5;
}

/*____________about-page________________-*/
.about-content 
{
  margin-right: 18px;
}
.about-content p
{
  font-size: 18px;
}
.about-content p strong
{
  font-size: 24px;
  font-weight: 600;
  color: #812a7d;
}
.user-details
{
  text-align: center;
      margin-top: 10px !important;
    background-color: white;
    border: 1px solid #8080804d;
    /*-webkit-box-shadow: 1px 2px 3px 0px #808080bf;*/
    box-shadow: 1px 2px 3px 0px #808080bf;
    border-radius: 5px;
    padding:0px;
    cursor: pointer;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
}
.user-details .thumbnail-img
{
    object-fit: cover;
    overflow: hidden;
    position: relative;
    height: 250px;
}
.user-details .thumbnail-img img
{
  width: 100%;
  object-fit: cover;
  height: 100%

}
.user-details h3
{
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;

}

.user-details h5
{
  font-size: 14px;
  font-weight: 600;
  color: #812a7d;
}
.team-sec
{
 padding: 60px 0
}

.team-sec .social-link {
    margin: 10px 0;
}
.team-sec .social li 
{
   padding: 9px;
   font-size: 22px;
   transition: all 0.8s ease-in-out;
   display: inline-block;
   border-radius: 50%;
}
.team-sec .social li:hover {
    margin-right: 0;
    box-shadow: 2px 5px 10px grey;
}
.team-sec .social li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*contact-us*/
.contact-section
{
  padding: 4rem 0 2rem;
}
.contact-section .form-group {
    margin-bottom: 30px;
}


.contact-section .form-contact textarea {
    height: 100% !important;
}
.contact-section .form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.contact-section .form-group .form-control {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 500;
}
.contact-section .form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
    color: #495057;
    outline: none;
    background-color: #fff;
    border-color: #812a7d;
}
.contact-section .form-group .btn
{
  padding: 0.91rem 2.5rem;
  font-size: 0.875rem;
  border: 2px solid #812a7d;
  background: #812a7d;
  border-radius: 1.5625rem;
  min-width: 8.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact-section .form-group .btn:hover
{
  background: transparent;
  border: 2px solid #812a7d;
  color: #812a7d
}
.contact-section .contact-info {
    margin-bottom: 34px;
}
.contact-section .contact-info__icon {
    margin-right: 20px;
        margin-top: 6px;
}
.contact-section .contact-info__icon i, .contact-info__icon span {
    color: #812a7d;
    font-size: 27px;
}
.contact-section .contact-info .media-body h4 {
    font-size: 15px;
    font-weight: 800;
    /*text-transform: uppercase;*/
    margin: 0 0 .7em;
    color: #812a7d;
    font-weight: 800;
        line-height: 1.5rem;
        text-transform: capitalize;
}
.contact-section .contact-info .media-body p {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}
.details-page .tech-block:hover p {
    color: #812a7d;
}