body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
  }
  .inncontainer {margin: 0 4% !important;}
  .innnav{padding:0px 10px;position:sticky;top:0px;z-index:99;background-color:#232F3E;margin-bottom: 25px;}
  img{
  width: 100%;
  }
  .brand-logo img{
  width: 90px;
  margin-top: 3px;
  }
  blockquote h4{
  color: rgba(0,0,0,0.7);
  text-transform:uppercase;
  font-weight: 600;
  
  }
  
  .languages li a{
  color:#fff;
  }
  .languages li{
  display: inline-block;
  font-size: small;
  }
  .head{
  background-color: #232F3E;
  margin-top: -1%;
  margin-bottom: -1%;
  }
  .story_sidebar a{
  color: #000;
  }
  .main-title{
  margin-left: 1%;
  }
  .languages {
  text-align: center;
  }
  
  .heading{
    font-weight: 600;
  }
  .description{
    font-size: larger;
    font-weight: 400;
  }
  
  .articlebody{
    font-size: larger;
    font-weight: 400; 
  }
  
  
  /* search */
  
  @media screen and (max-width: 678px) {
   .brand-logo img{
       width: 60px !important;
            }
            .brand-logo {
                float: right !important;
            }
            .navbar-icons{
                display: none;
            }
  }
  
  
  .social-share-icon a img{
  display: inline-block;
  padding: 5px;
  min-width:35px;
  width: 5%;
  }
  .social-icon a img{
  padding: 5px;
  width: 7%;
  min-width:35px;
  }
  
  /* footer */
  .footer h5{
    text-transform: uppercase;
            color: #fff;
        }
        .footer h5 a{
            color: #fff;
        }
        .footer p a{
            color: #fff;
        }
        .footer p{
            color: #fff;
        }
       
  
        /* google search */
        nav{
            line-height: normal;
        }
        nav ul a {
            line-height: 64px;
            padding: 0 6px;
        }
        table {
            border-collapse: unset;
        }
        td, th{
            padding: 0px;
        }
        .gsc-control-cse {
            padding: 0px;
        }
  
        .gsc-control-cse {
            background-color: transparent !important;
            border: 1px solid transparent !important;
        }
  
        .alert {
            padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
        }
  
  
        /* search box */
        .gsc-input:focus {
            border-bottom: none!important;
            box-shadow: none!important;
          }
          .gsc-input-box{
              border-radius: 2px !important;
         }
        
  
         /* editorial team */
         
  .editorial_team {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     /* overflow-x: hidden; */
     background-color: #eee;
  }
  .editorial_team .container {
     background-color: #fff !important;
  }
  .tmm_box .card {
  
     padding: 10px;
     border-top: 5px solid #000;
  }
  
  .tmm_box .card .social_media {
     text-align: center;
  }
  
  .tmm_img {
     position: relative;
     top: -160px;
     left: 33%;
     z-index: 99;
  }
  
  .tmm_img img {
     width: 300px;
     border-radius: 50px;
     border: 5px solid #eee;
     margin-bottom: -150px;
  }
  
  @media screen and (max-width: 678px) {
     .tmm_img {
         position: relative;
         top: -130px;
         left: 20%;
         z-index: 99;
     }
  
     .tmm_img img {
         width: 200px;
         border-radius: 50px;
         border: 5px solid #eee;
         margin-bottom: -120px;
     }
  }
  .about_tmm{
     padding: 20px;
  }
  
   nav ul a {
      text-transform: capitalize;
  }
      nav ul a:hover {
      color: orangered !important;
  }
  .main-title{
      text-transform: capitalize;
  }
  hr {
      border-top: 0px solid #eee;
  }
   .footer_brand .footer-top{
    margin-top: 15px;
      }
    .footer_brand .footer{
          padding-bottom: 1px;
      padding-top: 25px;
      margin-top: 30px;
      }
  
  .company-Contact {
      margin-top: 6px;
      text-align: center;
  }
    .company-Contact a sup{
          font-size: 14px;
          color: #000;
         }
  .useful-links{
  margin-top: 6px;
  }
  .useful-links a{
  color: #000;
  }
  .footer_brand .inn-footer-topics{
  color: #eee;
  }
  .footer_brand .inn-footer-topics a{
      color: #eee;
      display: inline-block;
      padding: 2px;
      text-transform: uppercase;
      margin-bottom: 5px;
  }
  .footer_brand a:hover{
      color: orangered;
  }
   .footer_bar a:hover{
      color: orangered !important;
  }
  .social-icon {
      text-align: right;
  }
               
  /* contact form styling */
  
  .form-container form{
    border-color: #ddd !important;
    /* border: 1px solid #ddd; */
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
  }
  .form-container form label{
    font-size: 16px !important;
    color: #555 !important;
  }
  
  .form-container form input{
  height: 2.5rem !important;
  border-radius: 0px !important;
  border: 1px solid #666 !important;
  }
  .form-container form input:focus{
  border-color: #333 !important;
  }
  .form-container form input:focus, input {
  outline: none !important;
  outline-style: none !important;
  box-shadow: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  }
  .form-container form textarea{
  border-color: #666 !important;
  border-radius: 0px !important;
  padding: 5px !important;
  min-height: 120px !important;
  }
  .form-container form textarea:focus{
  outline: none !important;
  outline-style: none !important;
  box-shadow: none !important;
  border-color: #333 !important;
  }
  .form-container #submit{
  padding: 0 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  }
  .form-container #submit:hover{
  background-color: #357AE8;
  color: #eee;
  cursor: pointer;
  }
  .form-container h1{
  font-size: 42px;
  }
  .form-container form .dropdown-content{
  top: 40px !important;
  }
  .form-container form .dropdown-content li>span {
  color: #666;
  }
  .form-container form .error{
  color: #C80000;
  }
  .form-container form sup{
  color: #C80000;
  }
  .form-container form .result{
  margin-left: 15px;
  margin-top: -10px;
  }
  
  /* new form */
  .cntsfrm{margin: 50px auto;}
  .cntsfrm>.row {
    padding: 15px;
    box-shadow: 0 1px 2px hsl(0deg 0% 0% / 5%), 0 1px 4px hsl(0deg 0% 0% / 5%), 0 2px 8px hsl(0deg 0% 0% / 5%);
  }
  .cntsfrm .contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cntsfrm .contact-info img {
    width: 180px;
    margin-right: 15px;
  }
  .service-section .text p {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 1.2125rem;
  }
  .cntsfrm .text h4 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .cntsfrm .text h4 span {
    color: #c10000;
  }
  .cntsfrm .container>.row .col .l6 {
    padding: 15px;
    margin-bottom: 15px;
  }
  .form-container .contctform .row .col{width: 100% !important;}
  .grecaptcha-badge{ visibility: hidden !important; }
  ::placeholder { color: #333; opacity: 1; }
  
  .copyrights{background-color: #fff;
    padding: 15px 0;}

  .republication-authorized{
     border: 1px solid #ddd;
    padding: 0 20px;
    margin-top: 30px;
    background-color: #eee;
  }

  .republication-authorized h5{
      display: flex;
      align-items: center;
  }
  .republication-authorized h5 img{
      width: 34px;
      margin-right: 5px;
  }