/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: Template Name: Main CSS Style
:: Author: Abhijit Sarkar
:: Designation: Software Developer
:: Work: IT Cell,P&AR Department
:: Version: 1.0.0
:: Created: July 10, 2019
:: Last Updated: August 11, 2019
---------------------------------------------------------- */
@font-face {
  font-family: Roboto-Regular;
  src: url('fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
  font-family: Roboto-Bold;
  src: url('fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
  font-family: Roboto-Black;
  src: url('fonts/Roboto/Roboto-Black.ttf');
}

/*------------------------------------------------------------------
[ 2 ]*/
@font-face {
  font-family: Lato-Regular;
  src: url('fonts/Lato/Lato-Regular.ttf');
}

/* Base CSS */
* { margin: 0; padding: 0; border: 0; text-decoration: none;}
.top_link input {
  margin: 0px;
  cursor: pointer;
}
.btnResizer {
  background: transparent;
  color: #454545;
  font-size: 11px;
  text-align: center;
}
.top_link li {
  float: left;
  color: #CB0808;
  background: url(../../Images/linkSeperator.jpg) no-repeat right center;
  padding: 0 5px;
}
.btnBlack {
  background: #333;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 1px 4px;
  border: 1px solid #eee;
}
.btnWhite {
  background: #fff;
  color: #333;
  font-size: 11px;
  text-align: center;
  padding: 1px 4px;
  border: 1px solid #eee;
  /*display: block;*/
}
.navbar {
padding: .3rem 1rem;
}
.heading {
  color: #36bef7;
  display: inline-block;
  float: left;
  font-weight: normal;
  font-size: 50px;
  font-weight: bold;
  line-height: 30px;
  padding: 43px 10px 39px 25px;
  width: 56%;
  font-family: 'Oxygen', sans-serif;
}
.heading span {
  font-size: 50px;
  color: #612f7dd4;
}
body {
  font-family: 'Oxygen', sans-serif;
  /*line-height: 18px;*/
}
.cenlogo {
  float: left;
  margin: 18px 120px 5px 95px;
}
.cenlogo img {
  height: 85px;
}
.navbar-header{
float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
    height: 100%;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 12px;
    color: #999;
}
a.breadcrumb-item:hover {
    color: #36bef7;
}
a:hover {
    text-decoration: none;
}
.about_section{margin-bottom: 25px;}

/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.loader07 {
width: 56px;
height: 56px;
border: 4px solid #36bef7;
border-radius: 50%;
position: relative;
animation: loader-scale 1s ease-out infinite;
top: 50%;
margin: -28px auto 0 auto; }

@keyframes loader-scale {
0% {
  transform: scale(0);
  opacity: 0; }
50% {
  opacity: 1; }
100% {
  transform: scale(1);
  opacity: 0; }
}
/*----///////////////////////NAV BAR//////////////////////////////////------*/
.HeaderMain1  .classynav ul li a {
text-transform: capitalize;
color: #ffffff;
font-size: 14px;
background-color: transparent; }
.HeaderMain1  .classynav ul li a:hover, .HeaderMain1  .classynav ul li a:focus {
  color: #ffffff;
  background-color: #36bef7; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .HeaderMain1  .classynav ul li a {
    font-size: 14px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .HeaderMain1  .classynav ul li a {
    background-color: #cb8670; } }
@media only screen and (max-width: 767px) {
  .HeaderMain1  .classynav ul li a {
    background-color: #cb8670; } }
    /*menu Active color*/
.HeaderMain1  .classynav ul li:hover >a, .HeaderMain1  .classynav ul li.active > a {
color: #ffffff;
background-color: #36bef7; }
.HeaderMain1  .classynav ul ul li:hover >a{
  background: #69d2ffe8;
color: #ffffff;

}

.HeaderMain1  .classynav ul li.megamenu-item > a::after,
.HeaderMain1  .classynav ul li.has-down > a::after {
color: #ffffff; }
.HeaderMain1  .classynav ul li ul li a {
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .HeaderMain1  .classynav ul li ul li a {
    padding: 0 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .HeaderMain1  .classynav ul li ul li a {
    color: #ffffff; } }
@media only screen and (max-width: 767px) {
  .HeaderMain1  .classynav ul li ul li a {
    color: #ffffff; } }
.HeaderMain1  .menu-btn {
margin-left: 100px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .HeaderMain1  .menu-btn {
    margin-left: 30px; }
    .container {
      max-width: 95% !important;
    }
    .cenlogo {
      margin: 10px 20px 5px 55px !important;
    }
    .cenlogo img {
        height: 85px;
        padding-top: 5px;
    }
    .heading {
        color: #36bef7;
        display: inline-block;
        /*float: left;*/
        font-weight: normal;
        font-size: 3.5em;
        font-weight: bold;
        line-height: 40px;
        padding: 28px 0px !important;
        width: 78%;
        font-family: 'Oxygen', sans-serif;
        display: table;
        margin: 0 auto !important;
        position: relative;
        float: none;
    }
    .heading span {
        padding-left: 2px;
    }

    .cenlogo1{
      display: block;
      margin: -105px 2px 1px 2px !important;
      width: 16% !important;
      float: right !important;
    }

    .search_box{
    /*  display: none;*/
    }
    .card{
      margin-bottom: 10px;
    }
    .classynav ul li a {
  padding: 0 10px;
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
  .classy-navbar {
    height: 34px;
  }
  }
  @media only screen and (min-width: 860px) and (max-width: 991px) {
    .heading {
        font-size: 3.5em !important;
      }
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .HeaderMain1  .menu-btn {
    margin-left: 30px;
    border: 2px solid #ffffff;
    margin-top: 30px;
    display: inline-block; }
    .container {

      max-width: 95% !important;
    }
    .cenlogo {
      margin: 5px 5px 5px 35px !important;
    }
    .cenlogo img {
        height: 85px;
        padding-top: 5px;
    }
    .heading {
        color: #36bef7;
        display: inline-block;
        /*float: left;*/
        font-weight: normal;
        font-size: 3.0em;
        font-weight: bold;
        line-height: 38px;
        padding: 28px 0px !important;
        width: 80%;
        font-family: 'Oxygen', sans-serif;
        display: table;
        margin: 0 auto !important;
        position: relative;
        float: none;
    }
    .heading span {
        padding-left: 2px;
    }

    .cenlogo1{
      display: block;
      margin: -105px 2px 1px 2px !important;
      width: 16% !important;
      float: right !important;
    }

    .search_box{
      display: none;
    }
    .card{
      margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 767px) {
  .HeaderMain1  .menu-btn {
    margin-left: 30px;
    border: 2px solid #ffffff;
    margin-top: 30px;
    display: inline-block; } }
.HeaderMain1  .menu-btn a {
  color: #ffffff;
  font-size: 16px; }
.HeaderMain1 .is-sticky .palatin-main-menu {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 9999;
background-color: #000;
box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
.HeaderMain1 .is-sticky  {
height: 90px; }
@media only screen and (max-width: 767px) {
.HeaderMain1 .is-sticky  {
  height: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
.breakpoint-on .classy-navbar .classy-menu {
background-color: #cb8670; } }
@media only screen and (max-width: 767px) {
.breakpoint-on .classy-navbar .classy-menu {
background-color: #cb8670; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
.classynav ul li .megamenu .single-mega.cn-col-4 {
padding: 0; } }
@media only screen and (max-width: 767px) {
.classynav ul li .megamenu .single-mega.cn-col-4 {
padding: 0; } }
@media only screen and (min-width: 320px) and (max-width: 440px) {
.navbar-expand-sm .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.cenlogo {
  margin: 0px auto !important;
}
.cenlogo img {
  height: 85px;
  padding-top: 5px;
}
.heading {
  color: #36bef7;
  display: inline-block;
  float: left;
  font-weight: normal;
  font-size: 3em;
  font-weight: bold;
  line-height: 38px;
  padding: 10px 5px 10px 10px;
  width: 78%;
  font-family: 'Oxygen', sans-serif;
}
.heading span {
  padding-left: 2px;
}
.navbar {
  padding: .3rem 0rem !important;
}
.cenlogo1{
display: none !important;

}
.search_box{
display: none;
}
.card{
margin-bottom: 10px;
}
}
@media only screen and (min-width: 607px) and (max-width: 767px) {
.heading {
  width: 53% !important;
  font-size: 3.5em !important;

  line-height: 45px !important;
}
}
@media only screen and (min-width: 441px) and (max-width: 767px) {
.container {

  max-width: 95% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}
.navbar-expand-sm .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.cenlogo {
  margin: 5px 2px 2px 10px !important;
}
.cenlogo img {
  height: 85px;
  padding-top: 5px;
}
.heading {
  color: #36bef7;
  display: inline-block;
  /*float: left;*/
  font-weight: normal;
  font-size: 3em;
  font-weight: bold;
  line-height: 38px;
  padding: 10px 0px !important;
  width: 63%;
  font-family: 'Oxygen', sans-serif;
  display: table;
  margin: 0 auto !important;
  position: relative;
  float: none;
}
.heading span {
  padding-left: 2px;
}
.navbar {
  padding: .3rem 0rem !important;
}
.cenlogo1{
display: block;
margin: -105px 10px 1px 5px !important;
width: 20% !important;
float: right !important;
}
.classy-nav-container a {
/*width: 10%;*/
}
.search_box{
display: none;
}
.card{
margin-bottom: 10px;
}
}
.classycloseIcon .cross-wrap span {
background: #ffffff; }
.HeaderMain1 .classy-nav-container {
background-color: transparent; }

.cenlogo1 img {
    height: 115px;
    width: 110px;
}
.cenlogo1 {
  float: left;
  margin: -10px 10px 1px 75px;
}
/*==================================================================
  TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.f1-s-1 {
font-family: Roboto-Regular;
font-size: 14px;
line-height: 1.7;
}

.f1-s-2 {
font-family: Roboto-Regular;
font-size: 14px;
line-height: 1.2;
}

.f1-s-3 {
font-family: Roboto-Regular;
font-size: 12px;
line-height: 1.7;
}

.f1-s-4 {
font-family: Roboto-Bold;
font-size: 12px;
line-height: 1.7;
}

.f1-s-5 {
font-family: Roboto-Medium;
font-size: 15px;
line-height: 1.333333;
}

.f1-s-6 {
font-family: Roboto-Medium;
font-size: 12px;
line-height: 1.7;
}

.f1-s-7 {
font-family: Roboto-Medium;
font-size: 15px;
line-height: 1.466667;
}

.f1-s-8 {
font-family: Roboto-Medium;
font-size: 14px;
line-height: 1.5;
}

.f1-s-9 {
font-family: Roboto-Black;
font-size: 12px;
line-height: 1.5;
}

.f1-s-10 {
font-family: Roboto-Bold;
font-size: 13px;
line-height: 1.3;
}

.f1-s-11 {
font-family: Roboto-Regular;
font-size: 14px;
line-height: 1.8;
}

.f1-s-12 {
font-family: Roboto-Regular;
font-size: 15px;
line-height: 1.8;
}

.f1-s-13 {
font-family: Roboto-Regular;
font-size: 13px;
line-height: 1.7;
}
.f1-s-15 {
font-family: Roboto-Regular;
font-size: 15px;
line-height: 1.3;
}
.f1-s-16 {
font-family: Roboto-Regular;
font-size: 16px;
line-height: 1.9;
}
.f1-s-17 {
font-family: Roboto-Regular;
font-size: 17px;
line-height: 1.7;
}
/*//////////////////////////////////////////////////////////////////
/*==================================================================
 COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR
==================================================================*/
.bocl0 {border-color: #fff;}
.bocl1 {border-color: #111;}
.bocl2 {border-color: #222;}
.bocl3 {border-color: #333;}
.bocl4 {border-color: #444;}
.bocl5 {border-color: #555;}
.bocl6 {border-color: #666;}
.bocl7 {border-color: #777;}
.bocl8 {border-color: #888;}
.bocl9 {border-color: #999;}
.bocl10 {border-color: #17b978;}
.bocl11 {border-color: #e6e6e6;}
.bocl12 {border-color: #ccc;}
.bocl13 {border-color: #d9d9d9;}
/**********************************************
[ M-Text 16 - 25 ]*/
.f1-m-1 {
font-family: Roboto-Medium;
font-size: 16px;
line-height: 1.5;
}

.f1-m-2 {
font-family: Roboto-Medium;
font-size: 18px;
line-height: 1.333333;
}

.f1-m-3 {
font-family: Roboto-Regular;
font-size: 20px;
line-height: 1.25;
}

.f1-m-4 {
font-family: Roboto-Bold;
font-size: 16px;
line-height: 1.5;
}

.f1-m-5 {
font-family: Roboto-Bold;
font-size: 24px;
line-height: 1.3;
}

.f1-m-6 {
font-family: Roboto-Regular;
font-size: 18px;
line-height: 1.333333;
}

.f1-m-7 {
font-family: Roboto-Bold;
font-size: 20px;
line-height: 1.3;
}
/*---------------------------------------------*/
.cl-none {color: transparent;}
.cl0 {color: #fff;}
.cl1 {color: #111;}
.cl2 {color: #222;}
.cl3 {color: #333;}
.cl4 {color: #444;}
.cl5 {color: #555;}
.cl6 {color: #1e1d1d;}
.cl7 {color: #777;}
.cl8 {color: #888;}
.cl9 {color: #999;}
.cl10 {color: #17b978;}
.cl11 {color: #ccc;}
.cl12 {color: #34aee1;}
.cl13 {color: #15a752;}
.cl14 {color: #e3724a;}
.cl15 {color: #b2b2b2;}
.cl16 {color: #e5e5e5;}
.cl17 {color: #00b5e9;}
.cl18 {color: #2489b0;}
.cl19 {color: #1d33db;}

/*==================================================================
  SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-a-1 {
width: 45px;
height: 100%;
}

.size-a-2 {
width: 220px;
height: 45px;
}

.size-a-3 {
width: 100%;
height: 440px;
}

.size-a-4 {
width: 100%;
height: 244px;
}

.size-a-5 {
width: 100%;
height: 194px;
}

.size-a-6 {
max-width: 100%;
max-height: 72px;
}

.size-a-7 {
max-width: 100%;
max-height: 54px;
}

.size-a-8 {
width: 30px;
height: 30px;
}

.size-a-9 {
width: 100%;
height: 60px;
}

.size-a-10 {
width: 55px;
height: 100%;
}


/*---------------------------------------------*/
.size-a-11 {
width: 100%;
height: 536px;
}
/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-w-0 {
flex-grow: 1;
}

.size-w-1 {
width: 100px;
}

.size-w-2 {
width: calc(100% - 118px);
}

.size-w-3 {
width: calc(100% - 48px);
}

.size-w-4 {
width: 80px;
}

.size-w-5 {
width: calc(100% - 95px);
}

.size-w-6 {
width: calc(62% - 20px);
}

.size-w-7 {
width: calc(38% - 20px);
}

.size-w-8 {
width: 260px;
}

.size-w-9 {
width: calc(100% - 285px);
}

.size-w-10 {
width: 100px;
}

.size-w-11 {
width: calc(100% - 118px);
}

/*.bocl11 {

  border-color: #e6e6e6;

}*/

.cl2 {

  color: #222;

}

.cl6 {

  color: #1e1d1d;

}
.zmdi-search::before {

  content: '\f1c3';

}

.zmdi {

  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
/*==================================================================
    PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

.hov-cl10:hover {color: #36bef7;}
.hov-bg10:hover {background-color: #17b978;}
.how2-cl1::before {

  background-color: #36bef7;

}
.how2::before {

  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;

}
.how2 {

/*  height: 50px;
  border: 1px solid #e3d8d8;
  padding: 0 18px;*/
  position: relative;

}

.cl12{
color: #34aee1;
}
.news_card{
margin-top: 15px;

}
/*==================================================================
 BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND
==================================================================*/
.bg-none {background-color: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #111;}
.bg2 {background-color: #222;}
.bg3 {background-color: #333;}
.bg4 {background-color: #444;}
.bg5 {background-color: #555;}
.bg6 {background-color: #666;}
.bg7 {background-color: #777;}
.bg8 {background-color: #888;}
.bg9 {background-color: #612f7dd4;}
.bg10 {background-color: #17b978;}
.bg11 {background-color: #612f7dd4;}
.trans-03{font-weight: 700;
text-decoration: none !important}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: fixed;
width: 35px;
height: 35px;
bottom: -40px;
right: 40px;
background-color: #36bef7;
justify-content: center;
align-items: center;
z-index: 1000;
opacity: 0.6;
cursor: pointer;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
font-size: 18px;
color: white;
line-height: 1em;
}

.btn-back-to-top:hover {
opacity: 1;
}

@media (max-width: 575px) {
.btn-back-to-top {
  bottom: 0px;
  right: 15px;
}
}

.show-btn-back-to-top {bottom: 0;}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  /*color: #333;
  background-color: #f5f5f5;*/
  border-color: #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
      border-bottom-color: transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Font Awesome 5 Free;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.panel-body {
  padding: 15px;
}
.panel-body::before, .panel-body::after {
  display: table;
  content: " ";
}
.glyphicon
{
  margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
  margin-right:0px !important; /*override*/
}

.pagination a
{
  color:#555;
}

.panel ul
{
  padding:0px;
  margin:0px;
  list-style:none;
}

.news-item
{
  padding:4px 4px;
  margin:0px;
  border-bottom:1px dotted #555;
}
.col-xs-12{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.panel-footer {

  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;

}
.pull-right {

  float: right !important;

}
.pagination {

  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;

}
.pagination > li {

  display: inline;

}
.pagination > li:first-child > a, .pagination > li:first-child > span {

  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;

}
.pagination > li > a, .pagination > li > span {

  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;

}
.glyphicon:empty {
  width: 1em;
}
.glyphicon {

  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Font Awesome 5 Free;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;

}
.glyphicon-chevron-down::before {

  content: "\e114";

}
.glyphicon-chevron-up::before {

  content: "\e113";

}
.img-circle {

  border-radius: 50%;

}
.gavel2{
width: 125px;
height: 160px;

}
.welpic img{
margin-top: -60px;
}
