body.Contractor{
    background:#f3e2c6;
    font-family: 'Libre Baskerville', serif;
  }
  .a-word-break-all a{
    word-break: break-all;
  }
  h1.page_head{
    font-size: 85px;
    font-weight: 500;
    border-bottom:2px solid #000;
    font-family: 'Times New Roman';
    /* border-top:2px solid #333; */
    color: #333;
    text-align: center; 
    /* text-transform: uppercase; */
    margin: 0;
    padding: 10px 0;
  } 
  h1.page_head a{
      color:#222;
  }
  h1.page_head a:hover{
      color:#222;
      text-decoration:none;
  }
  h3.sub_head{
        font-size: 34px;
        text-align: center;
        padding: 10px 0 5px 0;
      border-bottom: 2px solid #333;
      font-weight: bold;
  }
  h6.page_title{
    font-size: 22px;
    text-align: center;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #333;
    font-weight: bold;
  }
  /* div.demo{
    border:2px solid #333;
  } */
  footer{
    border-top:2px solid #333;
  }
  footer h6{
    font-weight: bold;
    border-bottom: 1px solid #333;
    display: inline-block;
  }
  footer ul{
    padding: 0;margin: 0;list-style-type: none;
  }
  footer ul li {
    font-size: 14px;
    line-height: 24px;
  }
   footer ul li a{
    color: #333;
    text-decoration: none;
   }
   footer ul li a:hover{
    text-decoration: none;
    color: #333
  }
  .h100{
    height: 100px;
  }
  .h200{
    height: 200px;
  }
  .h400{
    height: 420px;
  }
  .box1{
      display: flex;
  }

  .modal p{
    font-size: 12px;
    color: #969191;
    text-align: center;
  }
  .newsletter_form input,
  .newsletter_form select,
  .newsletter_form textarea{
    border-radius: 0px;
    width: 100%;
    margin:0 auto 5px;
  }
  .newsletter_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    color: #ccc;
    font-style: italic;
  }
  .newsletter_form input::-moz-placeholder { /* Firefox 19+ */
    font-size: 10px;
    color: #ccc;
    font-style: italic;
  }
  .newsletter_form input:-ms-input-placeholder { /* IE 10+ */
    font-size: 10px;
    color: #ccc;
    font-style: italic;
  }
  .newsletter_form input:-moz-placeholder { /* Firefox 18- */
    font-size: 10px;
    color: #ccc;
    font-style: italic;
  }
  #newsletter .modal-body{
    padding: 30px 30px;
  }
  .newsletter_form label{
    display: block;
    margin: 5px auto;
    font-size: 12px;
    width: 100%;
  }
  .newsletter_form button{
    border: 1px solid #f76767;
    background: #f76767;
    color: #fff;
    font-size: 14px;
    width: 28%;
    height: 40px;
    border-radius: 4px;
    display:block;
    border-radius: 0px;
    margin: 10px auto;
  }
  
  /*23-07-2020  start*/
  
  .dataTables_filter{
      text-align:right;
  }
  .dataTables_filter label{
      text-align:left;
  }
  .dataTables_paginate{
      text-align:right;
  }
  table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    display:none;
}

table.dataTable thead .sorting_desc::after {
    display:none;
}

table.dataTable thead .sorting {
   background-image: url(https://datatables.net/media/images/sort_both.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_asc {
   background-image: url(https://datatables.net/media/images/sort_asc.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_desc {
   background-image: url(https://datatables.net/media/images/sort_desc.png);
   background-repeat: no-repeat;
   background-position: center right;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    content: "\e252";
}

table.dataTable thead .sorting_desc::after {
    content: "\e253";
}

/*nav*/	
nav.navbar.custm-nav{background: #F3E2B8 !important; !important;padding: 0;    margin-bottom: 10px;margin-top:10px;}
ul.navbar-nav li{padding-right: 10px;padding-left: 10px;}
.navbar-light .navbar-nav a.nav-link{color:#fff; font-size: 14px;height: 50px;
    line-height: 50px;padding: 0 15px;background: transparent;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
 .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{    background: #616060;

color: #fff}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{    background: #616060;color: #fff}

.navbar-toggler-icon{  width: 1.0em;height: 1.0em;}
button.navbar-toggler{    padding: 6px;/*background: #ff9316;border: 1px solid #ff9316;*/}
.navbar-light .navbar-toggler{
	background: #fff
}


.post_outer.show {
display: block;
}
.post_outer {
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    display: none;
}
.post_loader.show {
    display: block;
    position: absolute;
    z-index: 1001;
    opacity: 1;
    left: 50%;
    bottom: 0;
    right: 0;
    top: 50%;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spins 2s linear infinite; /* Safari */
  animation: spins 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spins {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spins {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*toggle switch*/
 .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 36px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 24px;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 6px;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
      left: 9px;
}

.slider:after {
  content:'INACTIVE';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 60%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
input:checked + .slider:after {
  content:'ACTIVE';
  left: 44%;
}
/*toggle switch end*/


/*23-07-2020  end*/

/*04-08-2020 start*/
.box_heading{
    font-size: 18px;
    /* border-bottom: 2px solid #222; */
    padding-bottom: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 0px;
}
.overflow_div{
    max-height:447px;
    overflow:auto;
    height:447px;
}
.overflow_div.search{
    max-height:unset;
    height:auto;
}
.pagination{
    text-align: center;
    justify-content: center;
    padding: 20px 0 0px;
}
.pagination a{
    margin: 0px 5px;
    padding: 0px 8px;
    color: #333;

}
.pagination a.active{
    color: #fff;
    background:#333;

}

/* width */
.overflow_div::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.overflow_div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.overflow_div::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.overflow_div::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.table.construct td, .table.construct th{
    padding:7px 15px;
    font-size:12px;
}
.box-2 .box1-1{
    padding-left:0 !important;
    padding-right:0 !important;
}
.new_box{
    /*border:2px solid #222;*/
    /*max-width: 500px;*/
    margin: auto;
    padding: 8px;
}
.new_box h3.title a{
    font-size: 28px;
    /* margin-bottom: 15px; */
    text-align:left;
    color:#222;
    display:block;
    text-decoration:none;
}
.new_box h3.date a{
    font-size: 14px;
    margin-bottom: 15px;
    text-align:left;
    color:#222;
    display:block;
    text-decoration:none;
}
.new_box .image_box{
        width: 250px;
    margin: auto;
}
.new_box small{
    font-size: 10px;
    font-style: italic;
    color: #222;
    display: block;
    text-align: right;
    margin-top:7px;
}
.new_box .description p{
    font-size:12px;
    margin-top:20px;
    text-align:center;
}
.owl-carousel.article,
.owl-carousel.landing{
    position:relative;
}
.owl-carousel.article .owl-dots{
    display:block;
    text-align:center;
}

.owl-carousel.article .owl-dots .owl-dot,
.owl-carousel.article .owl-dots .owl-dot:focus{
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 100px;
    opacity:0.5;
    margin:0 2px;
    border:none;
    outline:none;
}

.owl-carousel.article .owl-dots .owl-dot.active{
    opacity:1;
}

.owl-carousel.landing .owl-dots{
    display:none;
}
.owl-carousel.article .owl-nav,
.owl-carousel.landing .owl-nav{
    display:block !important;
} 
.owl-carousel.article .owl-nav .owl-prev{
    position: absolute;
    left: -10px;
    top:50%;
}
.owl-carousel.article .owl-nav .owl-prev span,
.owl-carousel.article .owl-nav .owl-next span {
    font-size: 24px;
    border: 1px solid;
    display: block;
    height: 20px;
    line-height: 16px;
    width: 20px;
    background:#f3e2c6;
}

.owl-carousel.landing .owl-nav .owl-prev span,
.owl-carousel.landing .owl-nav .owl-next span{
    font-size: 24px;
    border: 1px solid;
    display: block;
    height: 30px;
    line-height: 24px;
    width: 30px;
}
.owl-carousel.article .owl-nav .owl-prev:focus,
.owl-carousel.article .owl-nav .owl-next:focus,
.owl-carousel.landing .owl-nav .owl-prev:focus,
.owl-carousel.landing .owl-nav .owl-next:focus{
    outline:none !important;
}
.owl-carousel.article .owl-nav .owl-next{
    position: absolute;
    right: -10px;
    top:50%;
}
.owl-carousel.landing .owl-nav .owl-next{
    position: absolute;
    right: -40px;
    top:50%;
}
.owl-carousel.landing .owl-nav .owl-prev{
    position: absolute;
    left: -40px;
    top:50%;
}
/*04-08-2020 end*/




/*article_search*/
.article_search .form-control{
    border:1px solid #333;
    background:transparent ;
    border-radius:0px;
}
.article_search button{
    background: #333;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
}
.article_search button:hover{
    color:#fff;
}
.search_row{
    border:2px solid #333;
}
.topic_menu{
    height:200px;
    overflow-y:auto;
}
#about_content p{
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #222;
    padding: 10px;
    border-radius: 4px;
}
.category_lst span{
    border: 1px solid #222;
    padding: 0px 8px;
    display: inline-block;
    font-size: 14px;
    /*background: #222;*/
    /*color: #fff;*/
    margin-right: 5px;
}
.article_more{
    float: right;
    color: #222;
    margin-top: 14px;
    /* margin: 15px 10px; */
    font-size: 18px;
    text-decoration:underline;
}
.article_more:hover{
    color:#222;
}

/*form- navigation*/
.navbar-nav input{
    border: none;
    border-bottom: 2px solid #fff;
    background: #fff;
    width: 180px;
    height: 30px;
    border-radius: 4px;
}
.navbar-nav button.search{
        height: 30px !important;
    line-height: 17px !important;
    font-size: 14px !important;
    background: #03A9F4 !important;
    border-color: #03A9F4 !important;
    color: #fff;
}
.navbar-nav input::-webkit-input-placeholder { /* Edge */
 color:#222;
 font-size:12px;
 font-style:italic;
}

.navbar-nav input:-ms-input-placeholder { /* Internet Explorer */
 color:#222;
 font-size:12px;
 font-style:italic;
}

.navbar-nav input::placeholder {
  color:#222;
 font-size:12px;
 font-style:italic;
}
/* hover dropdown menus */
@media only screen and (max-width: 991px) {
    .navbar-hover .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li{position:relative;}
    .navbar-hover .collapse ul li:hover> ul{display:block;margin:0;}
    .navbar-hover .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    .navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

  @media only screen and (max-width: 768px) { 
      nav.navbar.custm-nav{
          padding:5px;
      }
    .box1{
        display:block !important;  
    }
    .box1-1, .box1-2 {
      margin-bottom: 7px !important ;
    }
    .navbar-nav .dropdown-menu{
        position: static;
        float: none;
        width: 86%;
    }
  }
  @media screen and (max-width: 480px){
      .box_heading{
          max-width: 180px;
              font-size: 14px;
      }
      .child-whitespace-unset-480 .dropdown-item{
        white-space: unset;
      }
      .child-img-100 img{
        width: 100%;
      }
      .owl-carousel.article .owl-nav{
          top: 50%;
          position: absolute;
          width: 100%;
        } 
        .article_more{
            font-size:11px;
        }
        .new_box h3.title a{
            font-size:20px;
        }
    h1.page_head{
      font-size: 24px;
    }
    h3.sub_head{
      font-size: 16px;
    }
    h6.page_title{
      font-size: 12px;
    }
    .new_box .image_box{
        width:200px;
    }
    .new_box .description p{
        font-size:10px;
    }
    .fc .fc-button .fc-icon{
        font-size: 0.8em;
    }

    .owl-carousel.landing .owl-nav .owl-next{
        position: absolute;
        right: 0px;
        top:50%;
    }
    .owl-carousel.landing .owl-nav .owl-prev{
        position: absolute;
        left: 0px;
        top:50%;
    }
  }
  
  /*css by jaidev 01mar2021*/
  .content {
max-width: 550px;

text-align: center;
position: relative;
z-index: 2; }
 
 .content .form-control {
height: 30px;
border-color: #ffffff;
border-radius:0;
}
.content .form-control{
    margin:4px;
}
 .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;

}
 .content .btn {
height: 30px; 
margin:4px;
border-radius:0;
background: #243c4f;
color: #fff;
font-weight:600;
padding:0px 10px 0px 10px;
}

/*By shivani code 01/04/2021*/
.box-image{
            /* width: 70%; */
             margin:0 auto;
             min-height:548px;
        }
        .construct-tbody td p{
            font-weight:bold;
             padding-left:11px;
              font-size:43px;
              margin-bottom:-3px;
        }
        .construct-tbody .construct-tbody-heading{
            width:80%;
            font-size:15px !important;
            color:#000;
        }
        .construct-tbody .construct-tbody-image{
            width:85%;
            font-size:15px;
            color:#000;
        }
        @media(max-width: 768px){
            .box-image{
                width: 100%;
                height:300px;
            }
            .construct-tbody td p{
                font-size:32px;
            }
            .construct-tbody .construct-tbody-heading{
                width:78%;
                font-size:15px !important;
                color:#000;
            }
            .construct-tbody .construct-tbody-image{
                width:78%;
                font-size:15px !important;
                color:#000;
            }
        }
        @media(max-width: 480px){
            .box-image{
                width: 100%;
                height:300px;
            }
            .construct-tbody td p{
                font-size:22px;
            }
            .construct-tbody .construct-tbody-heading{
                width:78%;
                font-size:15px !important;
                color:#000;
            }
            .construct-tbody .construct-tbody-image{
                width:78%;
                font-size:15px !important;
                color:#000;
            }
        }
