:root {
    --main-color: #13538e; 
    --mian-other-color: #3270C9;
    --hover-color: #c78e05;
    --hover-color2: #4c77c8;
    --header-color: #00868B;
    --color-whight: #fff;
    --color-gray: #eee;
    --color-black: #000;
    --color-off-black: #373435;
    --color-dark-gray: rgba(0,0,0,.6);
    --color-off-whight: #ded5cf;
  }
  html
  {
      overflow-x: hidden;
  }
  body
  {
      margin: 0;
      padding: 0;
      font-family: 'Source Sans Pro', sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
  }
  a{text-decoration: none;}a:hover, a:focus{text-decoration: none;}
  ul{list-style: none;margin: 0; padding: 0;}
  h3, h4, h2, h1, h5, h6, p{margin: 0;}
  .p-0
  {
      padding: 0;
  }
  .pl-0
  {
      padding-left: 0;
  }
  .pr-0
  {
      padding-right: 0;
  }
  .mt-30
  {
      margin-top: 30px;
  }
  .cus-offset-sm-2
      {
          margin-left: 14%;
      }
  
  /*header start */
  header
  {
    min-height: 60px;
    background: transparent;
    position:relative;
    z-index: 999;
    width: 100%;
    left: 0;
  }
  .quick_btn
  {
      min-height: 30px;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      text-align: right;
      padding: 2px 0;
      display: flex;
      flex-wrap: wrap;
	  background-color: #004580;
	  /*background-color: #3889cf;*/
  }
  .top-menu li
  {
      padding: 0 !important;
      display: inline-block;
  }
  .top-menu li a
  {
      padding: 2px 8px;
      display: block;
  }
  .quick_btn ul.top-menu li a
  {
      background: #d56b07;
      color: #fff;
      font-size: 13px;
	      border: 3px solid #3f1e00;
  }
.top-contact i {
    color: #f39a46;
    padding-right: 3px;
	text-align:right;
}
.top-contact a {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    vertical-align:middle;
	text-align:right;
}
  .quick_btn ul.top-menu li a:hover
  {
      background: #0e86f6;
      color: #fff;
  }
  .top-header
  {
      min-height: 60px;
      background: #0e86f6;
      padding: 15px 0 5px;
  }
.middle-logo-area {
    background: #fff;
    width: 100%;
    padding: 10px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.middle-logo-area h2 {
    /*color: #0b26bd;
	color: #ffffff;*/
	color:#c1fb18;
    font-size: 48px;
    font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	  -webkit-text-fill-color: #c1fb18; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
	text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	  
}
.middle-logo-area h3 {
    /*color: #0b26bd;
	color: #ffffff;*/
    font-size: 36px;
    font-weight: 800;
    margin: 4px 0px 0 67px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	   
	
}
.middle-logo-area h4 {
    /*color: #0b26bd;*/
   color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin: 4px 0px 0 77px;
}
.middle-logo-area img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.dm-menu>ul
{
    justify-content: center;
}
  .main-nav h2
  {
      color: var(--color-whight);
      font-size: 28px;
      line-height: 31px;
  }
  .main-nav h3
  {
      color: var(--color-whight);
      font-size: 25px;
      line-height: 26px;
  }
  .top-header ul
  {
      text-align: right;
  }
  .top-header ul li
  {
      display: inline-block;
      padding: 0 10px;
  }
  .top-header ul li,
  .top-header ul li a
  {
      color: var(--color-whight);
      text-decoration: none;
      font-size: 12px;
      line-height: 20px;
      font-weight: 500;
      text-transform: capitalize;
      transition: all .5s ease-in-out;
      
  }
  .biswabangla
  {
      width: 72px;
      position: absolute;
      top:-15px;
      box-shadow: 3px 4px 10px 0px rgba(21, 22, 23, 0.4);
  }
  
  #menu-btn, .mobile_btn
  {
      width: 35px;
      height: 35px;
        position: relative;
        margin: 0;
        float: right;
        display: none;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
  }
  #menu-btn
  {
      opacity: 0;
  }
  .mobile_btn
  {
      display: none !important;
      position: absolute;
      right: 0;
      z-index: 999;
      top: -5px;
  }
  #menu-btn span,
  .mobile_btn span
  {
      display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #menu-btn span:nth-child(1) ,
  .mobile_btn span:nth-child(1)
  {
    top: 0px;
  }
  
  #menu-btn span:nth-child(2),
  .mobile_btn span:nth-child(2){
    top: 7px;
  }
  
  #menu-btn span:nth-child(3),
  .mobile_btn span:nth-child(3) {
    top: 15px;
  }
  
  #menu-btn.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #menu-btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #menu-btn.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .dm-menu_item-bg>ul>li:hover>span#menu-btn
  {
      background: transparent !important;
  }
  .dm-subitem_submenu-inline img
  {
      width: 300px;
      max-width: inherit !important;
  }
  .main-nav
  {
      padding: 0;
      background:#004580; 
      position: relative;
      transition: all .5s ease-in-out;
  }
/*  .main-nav::before
  {
    content: "";
    background-color: #d56b07;
    width: 250px;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
  }*/
/*
  .main-nav::after
  {
    content: "";
    background-color: #d56b07;
    width: 150px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
*/
  .main-nav-active
  {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      display: block;
      background: #0e86f6;
      z-index: 999;
      box-shadow: 3px 4px 10px 0px rgba(21, 22, 23, 0.4);
  }
  .logo
  {
      position: absolute;
      top: -88px;
      transition: all .5s ease-in-out;
  }
  .main-nav-active .logo
  {
      top: -11px;
      width: 100px;
      transition: all .5s ease-in-out;
  }
  .dm-menu>ul>li>a {
      padding-left: 15px !important;
      padding-right: 15px !important;
      font-size: 14px;
      font-weight: 600;
      color: var(--color-whight);
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .dm-menu>ul>li>a:hover
  {
      background: var(--hover-color2) !important; /*Submenu background*/
      color: var(--color-whight) !important;
  }
  .dm-menu li:hover
  {
      background: var(--hover-color2) !important; 
  }
  
  .dm-menu, .dm-menu li ul li:hover
  {
      background: transparent !important;
  }
  .dm-menu_border>ul {
      border-bottom:none !important;
  }
  .dm-menu_submenu-border>ul>li>ul, .dm-menu_submenu li ul
  {
      border-top-color: var(--main-color) !important;
      background: var(--hover-color2) !important;
      font-size: 14px;
      font-weight: 600;
  }
  .dm-menu_submenu-arrow>ul>.dm-item_parent:hover>a:after, .dm-menu_submenu-arrow>ul>.dm-item_parent:hover>span:after
  {
      display: none !important;
  }
  .dm-menu_subitem-bg li li>a
  {
      color: var(--color-whight) !important;
  }
  .dm-menu_subitem-bg li li:hover>a
  {
      background: var(--main-color) !important;
      color: var(--hover-color) !important;
  }
  .dm-menu_item-bg>ul>li:hover>a
  {
      background: transparent !important;
  }
  .dm-menu_item-subindicator>ul>.dm-item_parent>a:before, .dm-menu_item-subindicator>ul>.dm-item_parent>span:before
  {
      border-top-color: #fff !important;
      opacity: 1 !important;
  }
  .dm-menu_item-subindicator>ul>.dm-item_parent>a:before, .dm-menu_item-subindicator>ul>.dm-item_parent>span:before
  {
      right: 3px !important;
  }
  /*header end */
  
  .side-icon
  {
      width: 50px;
      min-height: 20px;
      display: none;
      background: var(--hover-color);
      z-index: 99;
      transition: all .5s ease-in-out;
  }
  .side-icon-active
  {
      display: block;
      position: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
  }
  .side-icon li
  {
      display: block;
      text-align: center;
      padding: 8px 0;
      cursor: pointer;
      border-bottom: 2px solid #fff;
  }
  .side-icon li:last-child
  {
      border: none;
  }
  #searchmodal form
  {
      padding-left: 20px;
  }
  .form-control
  {
      border: 1px solid var(--mian-other-color);
      box-shadow: none;
      outline: none;
      border-radius: 0;
      font-size: 12px;
  }
  .form-control:focus, .btn-submit:focus
  {
      box-shadow: none;
      outline: none;
  }
  #searchmodal .form-control
  {
      border-right: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
  }
  .btn-submit
  {
      padding: 4.5px 12px;
      border: 1px solid var(--mian-other-color);
      border-radius: 0;
      font-size: 15px;
      line-height: 21px;
      transition: all .5s ease-in-out;
  }
  #searchmodal .btn-submit
  {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
  }
  .btn-submit:hover
  {
      background: var(--main-color);
      color: var(--color-whight);
  }
  
  .main-section
  {
      min-height: 700px;
      padding: 0 0 30px;
  }
  .marquee
  {
      background: #40373a;
      padding: 5px 15px 5px 250px;	
      font-size: 15px;
      line-height: 28px;
      color: var(--color-whight);
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      
      position: relative;
  }
  .marquee span
  {
      position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: calc(100% - 10px);
    background: #1bb4b2;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0;
    border-right: 3px solid #1bb4b2;
    margin: 5px 0;
  }
.marquee span:before
  {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #1bb4b2;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
  }

  .marquee p
  {
      overflow: hidden;
       /* Apply animation to this element */	
      -moz-animation: marquee 30s linear infinite;
      -webkit-animation: marquee 30s linear infinite;
      animation: marquee 30s linear infinite;
    background-color: #fefefe;
    color: #000;
    border-bottom: 2px solid #1bb4b2;
    border-top: 2px solid #1bb4b2;
    border-right: 2px solid #1bb4b2;
  }
  .marquee p:hover {
    animation-play-state: paused
  }
.triangle-right {
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-left: 100px solid red;
      border-bottom: 50px solid transparent;
    }
  
  /* Move it (define the animation) */
  /* Make it move */
  @keyframes marquee {
      0%   { text-indent: 27.5em }
      100% { text-indent: -105em }
  }
  
  /*banner start*/
  .banner
  {
      min-height: 300px;
  }
  .carousel-item
  {
    position: relative;
  }
  .carousel-item:before
  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,efefef+100 */
 /*background: rgba(0,0,0,.8); /* Old browsers */
 /* /*background: -moz-linear-gradient(left,  rgba(0,0,0,.8) 0%, rgba(255,255,255,.1) 100%); /* FF3.6-15 */
 /*background: -webkit-linear-gradient(left,  rgba(0,0,0,.8) 0%,rgba(255,255,255,.1) 100%); /* Chrome10-25,Safari5.1-6 */
 /*background: linear-gradient(to right,  rgba(0,0,0,.8) 0%,rgba(255,255,255,.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,.8)', endColorstr='rgba(255,255,255,.1)',GradientType=1 ); /* IE6-9 */
  }
  .carousel-control.left, .carousel-control.right
  {
      background-image: none;
  }
  .carousel-control span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 35px;
  }
  .carousel-caption
  {
      left: 0;
      bottom: 0;
      width: 100%;
      right: inherit;
      background: transparent;
      padding: 15px 50% 15px 10%;
      text-align: left;
      color: var(--color-whight);
      transition: all .5s ease-in-out;
  }
  .carousel-item.active .carousel-caption
  {
    bottom: 50%;
    transform: translateY(50%);
  }
  .carousel-caption h3
  {
      font-size: 26px;
      font-weight: 600;
  }
  .carousel-caption p
  {
      font-size: 16px;
      line-height: 26px;	
  }
  /*banner end*/
  
  /*banner_bottom start */
.banner-bottom-1st-row {
    /*background: #0b8787;*/
    background-blend-mode: overlay !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
  .banner_bottom
  {
      min-height: 100px;
      padding: 0 0 10px;
	  background: #1c1d31;

  }
  .banner_bottom_box
  {
      width: 100%;
      min-height: 60px;
      padding: 10px 100px;
      /* background: #fff; */
  }
  .banner_bottom_content
  {
    padding: 0px;
    text-align: center;
    min-height: 60px;
    display: grid;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
  }
/*
  .banner_bottom_content::before
  {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: var(--hover-color);
      transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    z-index: -1;
  }
  .banner_bottom_content:hover::before
  {
      height: 100%;
    background: #2f2f2f;
  } 
*/
  .banner_bottom_content img
  {
        width: auto !important;
        margin: 0 auto 10px;
        height: 40px;
  }
  .banner_bottom_box p
  {
      font-size: 15px;
      line-height: 20px;
      color:#fff;
  }
  .banner_bottom_box p span
  {
    font-size: 16px;
    line-height: 75px;
    font-weight: 600;
    border-radius: 50%;
    display: block;
    height: 75px;
    width: 75px;
    margin: 0 auto 5px;
    background: rgba(255,255,255,.1);
  }
  
  .banner-bottom-second
  {
      min-height: 400px;
    /*background: #191e32;*/
	background: #063257;
    padding: 20px 0;
  }
  .welcome-sec
  {
      /* height: 320px; */
      padding: 20px 40px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .welcome-sec h3
  {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      color: #26272a;
  }
  .welcome-sec p
  {
      font-size: 17px;
      line-height: 30px;
      font-weight: 400;
      color: #635e60;
      margin-top: 15px;
  }
  .welcome-sec a.get-start-btn
  {
      left: inherit;
      top: 5px;
      margin-left: 15px;
  }
a.get-start-btn {
    background: #0b6097;
    color: #FFF;
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: 5px;
    left: 100px;
	-webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
}
.carousel-caption a.get-start-btn
{
    left: 0;
}
a.get-start-btn:hover {
    background: #eab541;
    color: #000;
}
a.learn_more_btn{
	background: #eab541;
    color: #000;
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: 5px;
    float: right;
	-webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
}
a.learn_more_btn:hover{
	background: #0b6097;
    color: #fff;
}
  /*CSS for Report*/
  .report-sec
  {
      min-height: 320px;
      padding: 20px 20px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .report-sec h3
  {
      font-size: 15px;
      line-height: 16px;
      font-weight: 600;
      color: #26272a;
  }
  .report-sec-header
  {
      padding: 10px 30px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400;
      background: var(--header-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
  }
  .report-sec p {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      color: #635e60;
      margin-top: 10px;
  }
  .report-sec-content
  {
      height: 280px;
      padding: 20px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  /*CSS for Report End*/
  /*CSS for Report Yearly*/
  
  .reportyearly-sec
  {
      height: 320px;
      background: var(--color-whight);
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .reportyearly-sec-header
  {
      padding: 10px 30px;
      font-size: 16px;
      text-align:center;
      line-height: 24px;
      font-weight: 600;
      background: var(--hover-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
  }
  .reportyearly-sec-content
  {
      height: 280px;
      padding: 20px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  /*CSS for Report Yearly End*/
  
  /*CSS for members*/
  
  .members-sec
  {
      min-height: 180px;
      padding: 20px 20px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .members-sec h3
  {
      font-size: 13px;
      line-height: 16px;
      font-weight: 600;
      color: #26272a;
  }
  .members-sec-header
  {
      padding: 10px 30px;
      font-size: 15px;
      line-height: 16px;
      font-weight: 600;
      background: var(--header-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
  }
  .members-sec p {
      font-size: 10px;
      line-height: 13px;
      font-weight: 400;
      color: #635e60;
      margin-top: 10px;
  }
  .members-sec span {
      font-size: 11px;
      line-height: 14px;
      font-weight: 400;
      color: blue;
      margin-top: 10px;
  }
  /*CSS for Members End*/
  /*CSS for Tenders*/
  
  .tenders-sec
  {
      padding: 20px 20px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .tenders-sec h3
  {
      font-size: 20px;
      line-height: 14px;
      font-weight: 600;
      color: #26272a;
  }
  .tenders-sec-header
  {
      padding: 10px 10px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      background: var(--header-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
  }
  .tenders-sec p {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      color: #635e60;
      margin-top: 10px;
  }
  /*CSS for Tenders End*/
  
  /*CSS for History*/
  
  .history-sec
  {
      padding: 20px 20px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .history-sec h3
  {
      font-size: 17px;
      line-height: 20px;
      font-weight: 600;
      color: #26272a;
  }
  
  .history-sec h4
  {
      width:auto;
      align:center;
      font-size: 18px;
      line-height: 35px;
      font-weight: 600;
      color: #ffffff;
      padding-left:70px;
      margin-top:5px;
      margin-bottom:15px;
      background-image: url('../images/title_background.png');
      background-repeat: no-repeat;
      background-position: left;
  }
  .history-sec-header
  {
      padding: 10px 30px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      background: var(--header-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
  }
  .history-sec p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #635e60;
      margin-top: 5px;
  }
  .history-sec ul {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #635e60;
      margin-top: 5px;
      padding-left:20px;
      list-style-type: square;
      
  }
  /*CSS for history End*/
  
  /*CSS for Sabhadhipati*/
  
  .sabhadhipati-sec
  {
      padding: 20px 20px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      overflow: hidden;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .sabhadhipati-sec h3
  {
      font-size: 17px;
      line-height: 14px;
      font-weight: 600;
      color: #ffffff;
      padding-left:150px;
  }
  .sabhadhipati-sec-content
  {
      height: auto;
      padding: 20px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .sabhadhipati-sec-content h4
  {
      width:100%;
      font-size: 18px;
      line-height: 35px;
      font-weight: 600;
      color: #ffffff;
      padding-left:160px;
      margin-top:5px;
      margin-bottom:15px;
      background-image: url('../images/div_sabhadhipati.png');
      background-repeat: no-repeat;
      background-position: left;
      background-size: 100% auto;
  }
  
  .sabhadhipati-sec h4 span
  {
      width:600px;
      font-size: 15px;
      line-height: 35px;
      font-weight: 400;
      color: #ffffff;
      padding-left:40px;
      margin-top:5px;
      margin-bottom:15px;
      
  }
  .sabhadhipati-sec h4 span:first-child(2)
  {
      width:100px;
      font-size: 15px;
      line-height: 35px;
      font-weight: 400;
      color: #red;
      padding-left:40px;
      margin-top:5px;
      margin-bottom:15px;
      
  }
  .sabhadhipati-sec-header
  {
      padding: 10px 30px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      background: var(--header-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
      
      
  }
  .sabhadhipati-sec p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #ffffff;
      margin-top: 5px;
  }
  .sabhadhipati-sec ul {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #635e60;
      margin-top: 5px;
      padding-left:20px;
      list-style-type: square;
      
  }
  
  /*CSS for Sabhadhipati End*/
  
  
  /*CSS for Executive Officers*/
  
  .executiveofficers-sec
  {
      padding: 20px 20px;
      background: var(--color-whight);
      border-radius: 5px;
      box-sizing: border-box;
      overflow: hidden;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .executiveofficers-sec h3
  {
      font-size: 17px;
      line-height: 14px;
      font-weight: 600;
      color: #ffffff;
      padding-left:150px;
  }
  .executiveofficers-sec-content
  {
      height: auto;
      padding: 20px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .executiveofficers-sec-content h4
  {
      width:100%;
      font-size: 18px;
      line-height: 35px;
      font-weight: 600;
      color: #ffffff;
      padding-left:50px;
      margin-top:5px;
      margin-bottom:15px;
      background-image: url('../images/div_eo_mzp.jpg');
      background-repeat: no-repeat;
      background-position: left;
      background-size: 100% auto;
  }
  
  .executiveofficers-sec h4 span
  {
      width:600px;
      font-size: 15px;
      line-height: 35px;
      font-weight: 400;
      color: #ffffff;
      padding-left:5px;
      margin-top:5px;
      margin-bottom:15px;
      
  }
  .executiveofficers-sec h4 span:first-child(2)
  {
      width:100px;
      font-size: 15px;
      line-height: 35px;
      font-weight: 400;
      color: #red;
      padding-left:40px;
      margin-top:5px;
      margin-bottom:15px;
      
  }
  .executiveofficers-sec-header
  {
      padding: 10px 30px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      background: var(--header-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
      
      
  }
  .executiveofficers-sec p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #ffffff;
      margin-top: 5px;
  }
  .executiveofficers-sec ul {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #635e60;
      margin-top: 5px;
      padding-left:20px;
      list-style-type: square;
      
  }
.officer-get-start{
	left: 0px !important;
} 
  
  /*CSS for Executive Officers End*/
  
  .custom-btn
  {
      padding: 8px 15px;
      background: var(--hover-color);
      border-radius:100px;
      font-size: 16px;
      line-height: 22px;
      color: var(--color-whight);
      font-weight: 600;
      --moz-transition: all .5s ease-in-out;
      --webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
	  z-index: 9;
  }
  .custom-btn:hover, .custom-btn:focus
  {
      background: #389adb;
      color: var(--color-whight);
  }
  .updates-sec
  {
      height: 455px;
      background: var(--color-whight);
      border-radius: 5px;
      overflow: hidden;
      border: 1px solid #f6f6f6;
  }
  .updates-sec-header
  {
      padding: 10px 30px;
      font-size: 17px;
      text-align:center;
      line-height: 24px;
      font-weight: 600;
      /*background: #047f84;*/
	  background: #466aec;
    color: #fff;
      border-bottom: 1px solid #f6f6f6;
  }
  .updates-sec-content
  {
      height: 450px;
      padding: 20px;
      overflow: hidden;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  
  /*css page header*/
  
  .page-header-sec
  {
      min-height: 30px;
      background: var(--color-whight);
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0px 2px 5px 0px rgba(35, 35, 35, 0.15);
  }
  .page-header-sec-header
  {
      padding: 10px 30px;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      background: var(--hover-color);
      color: var(--color-whight);
      border-bottom: 3px solid #bc9538;
      text-align: center;
  }
  .page-header-sec p
  {
      
      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
      
  }
  .page-header-sec-content
  {
      
      padding: 20px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  
  /*css pag header end*/
  .phancy-scrollbar {
  width: 5px;
  border-radius: 4px;
  top: 0;
  position: absolute;
  background: #ccc;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transition-delay: 1s;
  opacity: 0;
  scrollbar-width: auto;
  }
  .phancy-scroller .phancy-scrollbar:active, .phancy-scroller:hover .phancy-scrollbar {
  opacity: 1;
  -webkit-transition-delay: 0s;
  scrollbar-width: auto;
  }
  .phancy-scrollbarbutton {
  width: 100%;
  border-radius: 4px;
  top: 0;
  position: absolute;
  background-color: #999;
  }
  
  .updates-sec-content li
  {
      padding: 0 0 13px;
	      border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  .updates-sec-content li h4
  {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      color: #202124;
  }
  .updates-sec-content li h4 a
  {
      color: #202124;
  }
  .updates-sec-content li p
  {
    font-size: 12px;
    line-height: 16px;
    color: #7c7c7c;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
  }
  .updates-sec-content li span
  {
      font-size: 11px;
      line-height: 20px;
      font-weight: 600;
      color: #12b8ec;
  }
  .our_officer
  {
      min-height: 200px;
      padding: 1px 15px 15px;
      background: var(--color-whight);
      border-radius: 5px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .our_officer ul
  {
      list-style: none;
      margin: 30px;
      padding: 0;
      text-align: left;
  }
  .our_officer ul li
  {
      padding: 15px 5px;
      border-radius: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }
/*
  .our_officer ul li:nth-child(even)
  {
      border-top: 2px solid #f6f6f6;
      border-bottom: 2px solid #f6f6f6;
  }
*/
.officer-wrep {
    padding: 4px 5px;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #d8d6d6;
    background: #efefef;
	-webkit-box-shadow: 0px 9px 16px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 16px -8px rgba(0,0,0,0.75);
box-shadow: 0px 9px 16px -8px rgba(0,0,0,0.75);
}
  .our_officer ul li:last-child
  {
      padding: 0;
  }
  .officer-img
  {
      flex: 0 0 90px;
    width: 100px;
    height: 100px;
    background: transparent;
    overflow: hidden;
    padding: 0;
  }
  .officer-img img
  {
      width: 100%;
  }
  .officer-content
  {
      flex: 0 0 calc(100% - 90px);
      width: calc(100% - 90px);
      padding:0 10px;
  }
  .our_officer h4 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 13px;
    width: 100%;
    text-align: center;
    background: #0b8787;
    padding: 6px 0;
    -webkit-box-shadow: 2px 8px 10px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 8px 10px -7px rgba(0,0,0,0.75);
    box-shadow: 2px 8px 10px -7px rgba(0,0,0,0.75);
}
  .our_officer p
  {
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      color: #181827;
  
  }
p.officer-name {
    font-size: 16px;
    margin-bottom: 7px;
}
  .officer-content a
  {
      font-size: 13px;
      line-height: 1.2;
      color: #2f44de;
      font-weight: 600;
  }
  .officer-content a:hover
  {
      color: #26272a;
  }
  .tender-notice
  {
      min-height: 455px;
      background: var(--color-whight);
      border-radius: 5px;
      overflow: hidden;
      padding-bottom: 20px;
      border: 1px solid #f6f6f6;
  }
  .tender-notice-header
  {
      padding: 10px 30px;
      font-size: 17px;
      line-height: 22px;
      font-weight: 600;
      background: #047f84;
    color: #fff;
      text-align: center;
      border-bottom: 1px solid #f6f6f6;
  }
  .tender-notice-content
  {
      height: 380px;
      padding: 18px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .tender-notice-content li
  {
          padding: 8px 10px;
    background: aliceblue;
    margin-bottom: 10px;
  }
  .tender-notice-content span
  {
      font-size: 12px;
      line-height: 17px;
      font-weight: 600;
      color: #181818;
  }
  .tender-notice-content h4
  {
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      color: #282828;
  }
  .tender-notice-content h4 a
  {
      color: #282828;
  }
  .tender-notice-content p
  {
      font-size: 12px;
      line-height: 18px;
      color: #282828;
  }
  .tender-notice-content p a
  {
      font-size: 12px;
      line-height: 18px;
      color: #006686;
  }
  /* Place to Visit*/
    .place-visit
  {
      min-height: 455px;
      background: var(--color-whight);
      border-radius: 5px;
      overflow: hidden;
      padding-bottom: 20px;
      border: 1px solid #f6f6f6;
  }
  .place-visit-header
  {
      padding: 10px 30px;
      font-size: 17px;
      line-height: 22px;
      font-weight: 600;
      /*background: #047f84;*/
	  background: #466aec;

    color: #fff;
      text-align: center;
      border-bottom: 1px solid #f6f6f6;
  }
  .place-visit-content
  {
      height: auto;
      padding: 18px;
      overflow: hidden;
      --webkit-transition: all .5s ease-in-out;
      --moz-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .place-visit-content ul
  {
   
	list-style:square;
	
  }
  .place-visit-content ul.li
  {
    font-size: 17px;
	padding: 2px 2px;
	margin-left:35px;
    margin-bottom: 2px;
	line-height: 30px;
    color: #635e60;
  }
  .place-visit-content h5{
      padding: 10px 30px;
      font-size: 17px;
      line-height: 22px;
      font-weight: 600;
      /*background: #047f84;*/
	   background: #466aec;
	  color: #ffffff;
      text-align: center;
      border-bottom: 1px solid #f6f6f6;
  }
  .place-visit-content span
  {
      font-size: 12px;
      line-height: 17px;
      font-weight: 600;
      color: #181818;
  }
  .place-visit-content h4
  {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      color: #635e60;
  }
  .place-visit-content h3
  {
  background-image:url('../images/header-background.png'); 
	background-repeat:no-repeat; 
	background-size: 100% 100%;
 -webkit-background-size: 100% 100%;
 -khtml-background-size: 100% 100%;
 -moz-background-size: 100% 100%;
  display:block;
  width:200px;
  height:50px;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  color:#ffffff; 
  padding:7px;
  }
  .place-visit-content h4 a
  {
      color: #282828;
  }
  .place-visit-content p
  {
      font-size: 17px;
      line-height: 30px;
      color: #635e60;
	  text-align:justify;
  }
  .place-visit-content p a
  {
      font-size: 17px;
      line-height: 18px;
      color: #006686;
  }
  /*banner_bottom end*/
  
  /*propuler sector start*/

  .propuler-sector
  {
      min-height: 400px;
      padding: 60px 0;
  }
.propuler-sector::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background: rgb(25, 30, 50, 0.9);
    height: 100%;
    z-index: 1;
}
  .propuler-sector h3, .work-under-zp h3
  {
      font-size: 26px;
      line-height: 32px;
      font-weight: 600;
      color: var(--color-whight);
	  text-align:center;
	  z-index: 9;
  }
  .propuler-sector-box
  {
    border-radius: 3px;
    text-align: center;
    margin: 0.75rem 0;
    overflow: hidden;
    border: 1px solid #13538e;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
  }
  .propuler-sector-box::before
  {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 100%;
      background: var(--hover-color);
      transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    z-index: -1;
  }
  .propuler-sector-box:hover::before
  {
      height: 100%;
      background: #389adb;
  }
.propuler-img{
	position: relative;
    overflow: hidden;
}
.propuler-img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.propuler-img:hover::before {
    background: rgba(0,0,0,.7);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    -moz-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    -o-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    -ms-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
}
.propuler-sector-box .propuler-img::before
{
    display: none;
}
.propuler-sector-box:hover .propuler-img img
{
    transform: scale(1.2);
}
.propuler-img img {
    transition: all 0.6s ease-in-out;
}
.propuler-img:hover .propuler-img-contant {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.propuler-img-contant {
    position: absolute;
    width: 100%;
    top: 80%;
    left: 50%;
    list-style: none;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    padding: 10px 30px;
    margin: 0;
}
.propuler-img-contant p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
/*
  .propuler-sector-box::before
  {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.3em;
    background-image: linear-gradient(to top, white, white);
    transition: opacity 1.5s ease-out;
    z-index: 2;
    opacity: 0;
  }
*/
/*
  .propuler-sector-box:hover
  {
    transition: all 1s ease-in-out;
    background-image: linear-gradient(to left top, #1f2341, #0e86f6);
    transform: scale(1.1);
  }
*/
.propuler-hedding {
    background: #fff;
    padding: 6px 0;
}
.propuler-hedding h3{
	font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 9;
	display: grid;
    position: relative;
    padding: 4px 0;
}
.propuler-hedding-content{
	position: relative;
}
.propuler-hedding-content::before{
	content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    background-image: url(../images/brush-stroke.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translatex(-52%);
}

  .propuler-sector-title
  {
      font-size: 20px;
      line-height: 1.2;
      color: #fff;
      font-weight: 700;
      margin: 0;
      padding: 15px;
      text-align: center !important;
  }
  .propuler-sector-icons
  {
      font-size: 40px;
      line-height: 1.2;
      color: #fff;
      margin: 20px 0;
  }
  .propuler-sector-info
  {
      font-size: 14px;
      line-height: 1.2;
      text-align:center;
      color: #fff;
      margin: 0 0 20px;
      padding: 0 15px;
  }
  .propuler-sector-info span
  {
      font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
        color: #0cc460;
  }
  .pal-5
  {
      padding-left: 5px;
  }
  .par-5
  {
      padding-right: 5px;
  }
  .bg-light-dark
  {
      background: #eee;
  }
  
  /*propuler sector end*/
.divide {
    width: 100%;
    height: 70px;
    background: azure;
}
  
  /*work under zp start*/









  .work-under-zp
  {	 
      min-height: 400px;
      padding: 60px 0;
  }
.work-under-zp::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.8);
    height: 100%;
    z-index: 1;
}
  .work-under-zp p
  {
      font-size: 14px;
      color: #fff;
      text-align: center;
  }

  .work-zp-img
  {
      position: relative;
      overflow: hidden;
      border-radius: 5px;
  }
  .work-zp-img::before
  {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
  }
  .work-zp-img img
  {
      transition: all 0.6s ease-in-out;
  }

  .work-zp-text
  {
    position: absolute;
    width: 100%;
    top: 80%;
    left: 50%;
    list-style: none;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    padding: 10px 30px;
    margin: 0;
  }
  .work-zp-text h3
  {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      color: var(--color-whight);
  }
  .work-zp-text p
  {
      font-size: 18px;
      line-height: 1.2;
      color: #fff;
      text-align: center;
  }
  .work-zp-img:hover::before
  {
    background: rgba(0,0,0,.7);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    -moz-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    -o-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    -ms-transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
    transform: translate(-15%, 60%) rotate(15deg) scale(1.3);
  }
  .work-zp-img:hover .work-zp-text
  {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next
  {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      outline: none;
  }
  .owl-nav button.owl-prev
  {
      left: -30px;
  }
  .owl-nav button.owl-next
  {
      right: -29px;
  }
  .owl-nav button i
  {
      font-size: 20px;
      color: #fff;
  }
  
  /*footer start*/
  footer
  {
      min-height: 300px;
      background: #181827;
  }
  .newslater
  {
      min-height: 50px;
    padding: 20px 0;
    background: #e3b74e;
  }
  .main-footer
  {
      min-height: 200px;
         background: #093b6e;
      background-position: 100px;
      background-size: auto;
      background-repeat: no-repeat;
      padding: 60px 0 0;
      margin-top: 15px;
  }
  .main-footer h4
  {
      font-size: 18px;
      line-height: 24px;
      color: var(--color-whight);
      font-weight: 600;
  }
  .main-footer p
  {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #949aa2;
      margin-top: 20px;
  }
  .main-footer p i
  {
      font-size: 14px;
      color: #39ae91;
      padding-right: 10px;
  }
  .main-footer ul
  {
      margin-top: 10px;
  }
  .social-icon li
  {
      display: inline-block;
      padding: 0 5px;
      font-size: 16px;
      line-height: 22px;
  }
  .social-icon li a
  {
      color: var(--color-whight);
  }
  .footer-menu li
  {
      font-size: 14px;
      line-height: 20px;
      padding: 2px 0;
      font-weight: 400;
      color: #949aa2;
  }
  .footer-menu li a
  {
      color: #949aa2;
      display: block;
  }
  .footer-menu li a i
  {
      color: #39ae91;
      padding-right: 5px;
  }
  .contact_details
  {
      margin-top: 10px !important;
  }
  .copyright
  {
      margin-top: 30px;
      padding: 20px 0;
      border-top: 1px solid rgba(255,255,255,.1);
      text-align:center;
  }
  .copyright p
  {
      margin-top: 0;
      margin-bottom: 10px;
      text-align:center;
  }
  .copyright .total_visit {
    font-size:14px;
    text-align:center;
    color: #d8d8d8;
   }
   .copyright .total_visit span
   {
       font-size: 15px;
       font-weight: 600;
       padding-left: 5px;
       color: #39ae91;
   }
  
    /*!CSS for Pagination*/
  .paginate {
          font-family:Arial, Helvetica, sans-serif;
          padding: 3px;
          margin: 3px;
      }
      .paginate a {
          padding:2px 5px 2px 5px;
          margin:2px;
          border:1px solid #999;
          text-decoration:none;
          color: #666;
      }
      .paginate a:hover, .paginate a:active {
          border: 1px solid #999;
          color: #000;
      }
      .paginate span.current {
          margin: 2px;
          padding: 2px 5px 2px 5px;
          border: 1px solid #999;
          
          font-weight: bold;
          background-color: #999;
          color: #FFF;
      }
      .paginate span.disabled {
          padding:2px 5px 2px 5px;
          margin:2px;
          border:1px solid #eee;
          color:#DDD;
      }
      /*CSS End  for Pagination*/
      /*CSS for Error*/
      .msg {
  padding: 5px;
  width: 100%;
  margin: 2px;
  color: #c00;
  border: 1px solid #c00;
  background-color: #FEF1ED;
  font: bold 13px  verdana;
  
  } 
   
  .error {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  color: #c00;
  border: 1px solid #c00;
  padding: 2px;
  margin: 5px;
  float: left;
  background-color: #FEF1ED;
  }

  .swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
  img:not([draggable]), embed, object, video {
      max-width: 100%;
      height: auto;
  }
  
  .swiper-container {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      z-index: 1;
      padding: 0 0 20px !important;
  }
  
  .swiper-container-no-flexbox .swiper-slide {
      float: left
  }
  
  .swiper-container-vertical>.swiper-wrapper {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column
  }
  
  .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      box-sizing: content-box
  }
  
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  
  .swiper-container-multirow>.swiper-wrapper {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .swiper-container-free-mode>.swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      margin: 0 auto
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
      height: auto
  }
  
  .swiper-container-autoheight .swiper-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-transition-property: -webkit-transform, height;
      -webkit-transition-property: height, -webkit-transform;
      transition-property: height, -webkit-transform;
      transition-property: transform, height;
      transition-property: transform, height, -webkit-transform
  }
  
  .swiper-container .swiper-notification {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      z-index: -1000
  }
  
  .swiper-wp8-horizontal {
      -ms-touch-action: pan-y;
      touch-action: pan-y
  }
  
  .swiper-wp8-vertical {
      -ms-touch-action: pan-x;
      touch-action: pan-x
  }
  
  .swiper-button-next,
  .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat
  }
  
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none
  }
  
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto
  }
  
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      right: 10px;
      left: auto
  }
  
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-pagination {
      position: absolute;
      text-align: center;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10
  }
  
  .swiper-pagination.swiper-pagination-hidden {
      opacity: 0
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
      bottom: 10px;
      left: 0;
      width: 100%
  }
  
  .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 100%;
      background: #000;
      opacity: .2
  }
  
  button.swiper-pagination-bullet {
      border: none;
      margin: 0;
      padding: 0;
      box-shadow: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -webkit-appearance: none;
      appearance: none
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer
  }
  
  .swiper-pagination-white .swiper-pagination-bullet {
      background: #fff
  }
  
  .swiper-pagination-bullet-active {
      opacity: 1;
      background: #007aff
  }
  
  .swiper-pagination-white .swiper-pagination-bullet-active {
      background: #fff
  }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
      background: #000
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets {
      right: 10px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0)
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 5px 0;
      display: block
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px
  }
  
  .swiper-pagination-progress {
      background: rgba(0, 0, 0, .25);
      position: absolute
  }
  
  .swiper-pagination-progress .swiper-pagination-progressbar {
      background: #007aff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: left top;
      transform-origin: left top
  }
  
  .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
      -webkit-transform-origin: right top;
      transform-origin: right top
  }
  
  .swiper-container-horizontal>.swiper-pagination-progress {
      width: 100%;
      height: 4px;
      left: 0;
      top: 0
  }
  
  .swiper-container-vertical>.swiper-pagination-progress {
      width: 4px;
      height: 100%;
      left: 0;
      top: 0
  }
  
  .swiper-pagination-progress.swiper-pagination-white {
      background: rgba(255, 255, 255, .5)
  }
  
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
      background: #fff
  }
  
  .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
      background: #000
  }
  
  .swiper-container-3d {
      -webkit-perspective: 1200px;
      -o-perspective: 1200px;
      perspective: 1200px
  }
  
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10
  }
  
  .swiper-container-3d .swiper-slide-shadow-left {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-3d .swiper-slide-shadow-right {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-3d .swiper-slide-shadow-top {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
      -ms-perspective: 1200px
  }
  
  .swiper-container-cube,
  .swiper-container-flip {
      overflow: visible
  }
  
  .swiper-container-cube .swiper-slide,
  .swiper-container-flip .swiper-slide {
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 1
  }
  
  .swiper-container-cube .swiper-slide .swiper-slide,
  .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none
  }
  
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
  }
  
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
      z-index: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }
  
  .swiper-container-cube .swiper-slide {
      visibility: hidden;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      width: 100%;
      height: 100%
  }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0
  }
  
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next+.swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
      pointer-events: auto;
      visibility: visible
  }
  
  .swiper-container-cube .swiper-cube-shadow {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .6;
      -webkit-filter: blur(50px);
      filter: blur(50px);
      z-index: 0
  }
  
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
  }
  
  .swiper-container-fade .swiper-slide {
      pointer-events: none;
      -webkit-transition-property: opacity;
      transition-property: opacity
  }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
      pointer-events: none
  }
  
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
  }
  
  .swiper-zoom-container {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center
  }
  
  .swiper-zoom-container>canvas,
  .swiper-zoom-container>img,
  .swiper-zoom-container>svg {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain
  }
  
  .swiper-scrollbar {
      border-radius: 10px;
      position: relative;
      -ms-touch-action: none;
      background: rgba(0, 0, 0, .1)
  }
  
  .swiper-container-horizontal>.swiper-scrollbar {
      position: absolute;
      left: 1%;
      bottom: 3px;
      z-index: 50;
      height: 5px;
      width: 98%
  }
  
  .swiper-container-vertical>.swiper-scrollbar {
      position: absolute;
      right: 3px;
      top: 1%;
      z-index: 50;
      width: 5px;
      height: 98%
  }
  
  .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: rgba(0, 0, 0, .5);
      border-radius: 10px;
      left: 0;
      top: 0
  }
  
  .swiper-scrollbar-cursor-drag {
      cursor: move
  }
  
  .swiper-lazy-preloader {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -21px;
      margin-top: -21px;
      z-index: 10;
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
      animation: swiper-preloader-spin 1s steps(12, end) infinite
  }
  
  .swiper-lazy-preloader:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-position: 50%;
      background-size: 100%;
      background-repeat: no-repeat
  }
  
  .swiper-lazy-preloader-white:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
  }
  
  @-webkit-keyframes swiper-preloader-spin {
      100% {
          -webkit-transform: rotate(360deg)
      }
  }
  
  @keyframes swiper-preloader-spin {
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
      }
  }
  
  .swiper-container.one {
      padding-top: 40px;
      text-align: center;
  }
  
  .swiper-container.one .swiper-slide {
      padding: 0 43px;
  }
  
  .swiper-container {
      width: 100%;
      padding-bottom: 60px;
  }
  
  .swiper-slide img {
      display: block;
      margin: auto;
      width: 100%;
  }
  
  .swiper-slide {
      width: 390px;
      height: auto;
      padding: 0 15px;
  }
  .two .swiper-slide {
      width: 300px;
  }
  .swiper-slide img {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  
  .swiper-slide .slider-image .preview-icon {
      z-index: -1;
      width: calc(100% - 30px);
  }
  
  .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      z-index: 1;
  }
  
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
      bottom: 0;
  }
  
  .swiper-pagination-bullet {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #ee0f6f;
      border-radius: 10px;
      display: inline-block;
      height: 10px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      width: 26px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
  }
  
  .swiper-pagination-bullet-active {
      background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
      background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
      border: medium none;
      height: 12px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      width: 12px;
  }
  /* .swiper-container-horizontal>.swiper-pagination-bullets
  {
      bottom: 0 !important;
      position: relative;
  }
  .swiper-pagination-bullet
  {
      background: #fff !important;
  } */
  
  /*preloader-area */
.preloder-wrap {
  background-color: #296dc1;
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content:center;
  align-items:center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.loader {
    height: 200px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50%;
    top: 0;
    width: 100%;
    margin-left: -100px;
}
.loader .siteref {
    bottom: 16px !important;
    display: block;
    font-size: 10px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100% !important;
}
.preloder-wrap .child-common
{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate3 2s infinite;
    animation: animate3 2s infinite;
}

.preloder-wrap .child1
{
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.preloder-wrap .child2
{
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloder-wrap .child3
{
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloder-wrap  .child4
{
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animate3
{
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate3 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*preloader-area */

/*CSS for New DIV Style*/
		
	.pro {
    float: left;
	margin:20px 0;background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;

    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border:1px solid #1d6391;
	border-bottom:10px solid #1d6391;

    
}
.pro::before {
  content: "";

  position : absolute;
  z-index  : -1;
  bottom   : 15px;
  right    : 5px;
  width    : 50%;
  top      : 80%;
  max-width: 200px;

  box-shadow: 0px 13px 10px black;
  transform: rotate(10deg);
}
.top {margin-top:20px;}

.space {margin:10px;}

	
.span3 {
  width: 100%;
}

.row-fluid .span3 {
  width: 100%;
  *width: 23.351063829787233%;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
	.pricing-table-header-pro {
    padding: 2px 0 2px 0;
    background: #2980b9;
	border-bottom:10px solid #1d6391;
	
	}

.pricing-table-header-tiny h2, .pricing-table-header-small h2, .pricing-table-header-medium h2, .pricing-table-header-pro h2 {  font-weight: 500; color:#FFF; }
.pricing-table-header-tiny h3, .pricing-table-header-small h3, .pricing-table-header-medium h3, .pricing-table-header-pro h3 { font-size:20px; font-weight: 500; color:#FFF;  }
.pricing-table-header-tiny p, .pricing-table-header-small p, .pricing-table-header-medium p, .pricing-table-header-pro  p { vertical-align:middle;  text-align:center;  font-size:16px; font-weight: 00; color:#FFF;  }
.pricing-table-header-tiny span, .pricing-table-header-small span, .pricing-table-header-medium span, .pricing-table-header-pro  span { vertical-align:middle; align:center; text-align:center;  font-size:15px; font-weight: 00; color:#FFF;  }

.pricing-table-features {
    margin: 15px 10px 0 10px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px dashed #888;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #888;
}
/* Tiny*/
.tiny {
    float: left;
    margin:20px 0;background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;

    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border:1px solid #14937a;
	border-bottom:10px solid #14937a;
	
    
}
.tiny::before {
  content: "";

  position : absolute;
  z-index  : -1;
  bottom   : 15px;
  right    : 5px;
  width    : 50%;
  top      : 80%;
  max-width: 200px;

  box-shadow: 0px 13px 10px black;
  transform: rotate(10deg);
}

.pricing-table-header-tiny {
    padding: 2px 0 2px 0;
    background: #16a085;
	border-bottom:10px solid #14937a;
}

.small {
    float: left;
	margin:20px 0;background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;

    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border:1px solid #228B22;
	border-bottom:10px solid #228B22;
	
	
	
    
}

.small::before {
  content: "";

  position : absolute;
  z-index  : -1;
  bottom   : 15px;
  right    : 5px;
  width    : 50%;
  top      : 80%;
  max-width: 200px;

  box-shadow: 0px 13px 10px black;
  transform: rotate(10deg);
}

.pricing-table-header-small {
    padding: 2px 0 2px 0;
    background: #3D9140;
	border-bottom:10px solid #228B22;

}


/*CSS End New DIV Style*/

/*CSS to Scroll Down Button*/

#GoToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#GoToTopBtn:hover {
  background-color: #555;
}

/*CSS to Scroll Down Button End*/

/*Cirle for Sabhadhipati*/
.circle{
     width: 30px;
     height: 30px;
     border-radius: 50%;
     background-color: #008080;
	 text-align:center;
	 padding:5px;
	 font-weight:700;
	 font-size:17px;
	 color:#ffffff;
	 display:inline-block;
	 
  }
  /*Cirle for Sabhadhipati*/
  