@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");


body{
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	top: 0px !important;
}
*{
	text-decoration:none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	    color: #2f3092;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
}

ul, li, ol{
	list-style:none;
	margin:0px;
	padding:0px;
}
header .header_top{
	background-color:#f6f6f6;
	border-bottom:solid 1px #c7c7c7;
}
header .header_top ul.top_nav{
	    display: inline-flex;
    align-items: center;
    justify-content: space-between;	
}
header .header_top ul.top_nav li{
	display:inline-block;
	border-right:solid 1px #c7c7c7;
}
header .header_top ul.top_nav li a{
	    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #252223;
    display: inline-block;
    padding: 8px 10px;
    margin: 0px;
    text-decoration: none;
}
header .header_top ul.top_nav li a img{
	width:20px;
}

ul.color_piker{
	    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.color_piker li{
	display:inline-block;
	margin-left:8px;
	font-size:15px;
	
}
ul.color_piker li a{
	color:#fff;
}
ul.color_piker li:first-child{
	margin-left:12px;
}
ul.color_piker li a{
	width: 25px;
    height: 25px;
    border-radius:3px;
   display:flex;
	align-items:center;
	justify-content:center;
}
ul.color_piker li a.orange{background-color:#e4741f;border:solid 1px #000;}
ul.color_piker li a.wight{background-color:#ffff;border:solid 1px #000;color:#000 !important}
ul.color_piker li a.black{background-color:#000000;border:solid 1px #000;}

ul.social_media{}
ul.social_media li{margin-right:0px;display:inline-block;}
ul.social_media li a{display:block;position:relative;}
ul.social_media li a:after{
	
	    content: "";
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: block;
    right: 1px;
    bottom: 1px;
    position: absolute;
    z-index: 1;
}
ul.social_media li a i{
	    padding: 5px;
    border-radius: 5px;
	    font-size: 20px;
		position:relative;

		
}

.bi-facebook{color:#3b5998;}
.bi-twitter{color:#1da1f2;}
.bi-youtube{color:#ff0000;}
.facebook-circle:after{background-color: rgb(59 89 152 / 25%);}
.twitter-circle:after{background-color: rgb(29 161 242 / 25%);}
.youtube-circle:after{background-color: rgb(255 0 0 / 25%);}
.call-section {   
   display: flex;
    background: #323232;
    border-radius: 3px;
    padding: 4px 2px;
    margin: 0px;
    align-items: center;
    justify-content: space-between;
	
}
.call-section img{
    margin-right: 5px;
    height: 23px;}
.call-section .text{
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 12px;
}
.call-section .text span{    
	    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
	}

.website-title{
	color:#2c3779;
	font-size:25px;
	font-weight:800;
}
header .header-main{
	    display: block;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.fixed{
	position:fixed;
	top:0px;
	z-index:99;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	    width: 100%;
    display: block;
}
header .header-main .logo,header .header-main .logo_gov,header .header-main .logo1{
	display:inline-block;
}
header .header-main .logo img{
	max-width:185px;
}

header .header-main .logo1 img{
	 max-width: 65px;
}

header .header-main .logo_gov img{
	    max-width: 85px;
}
.fixed header .header-main .logo img{
	max-width:130px;
}
.website-title h2{
	font-size: 28px;
    margin-bottom: 3px;
    margin-top: 11px;
}
.website-title h2 span{
	    display: block;
    font-weight: 600;
    font-size: 16px;
}
.website-title p{
	    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.hidediv{display:none;
-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}

.search-header {
  width: 300px;
    background: #fff;
    height: 40px;
    border-radius: 5px;
    display: block;
    position: absolute;
    right: 0px;
	border: solid 2px #2c3779;
}
.search-header input{
	
    height: 45px;
    background: transparent;
    border: none;
    color: #fff;
    display: inline-block;
    padding-right: 40px;
}
.search-header input:focus{
	outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(13,110,253,.25);

	    background: transparent;
    border: none;
}
.search-header .search_btn,.search_btn{
    width: 45px;
    height: 45px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #f58220;
    border: none;
}
.bg-primary{
	background-color:#ff731d !important;
}
.bg-primary:hover{
	background-color:#000 !important;
	color:#fff;
}
.btn-style{
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}
.blue-bg{background:#5f9df7 !important}
.info-bg{background:#25d7d9 !important}
.nav-bg{
	background:#2c3779;
}
#cssmenu #head-mobile, #cssmenu ul li a, #cssmenu ul li, #cssmenu ul, #cssmenu {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#cssmenu > ul:after, #cssmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navfull{
	display:block;
	width:100%;
	position: relative;
}

nav {
  position: relative;
  width:100%;
  display:inline-block;
}


#cssmenu ul li.active {
  background:#f58220;
  transition: background 0.3s ease;
}
#cssmenu ul li.active a {
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
}
#cssmenu ul li.active:hover {
  background: #f58220 !important;
  transition: background 0.3s ease;
}
#cssmenu ul li.has-sub.active:hover {
  background: #448D00 !important;
  transition: background 0.3s ease;
}
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9;
}
#cssmenu ul ul li {
  height: 0;
  background: rgb(18, 0, 83);
  transition: all 0.25s ease;
}

#cssmenu ul ul li a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width:289px;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
    display: inline-block;
    /* line-height: 21px; */
}
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub:hover {
  background: #363636;
}
#cssmenu ul ul li.has-sub > a:after {
      position: absolute;
    top: 18px;
    right: 9px;
    width: 12px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 12px;
    background: #ddd;
    content: "";
    transition: all 0.25s ease;
}
#cssmenu ul ul li:hover > a {
  color: #fff;
}
#cssmenu ul ul li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 50%;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu > ul > li {
  float: left;
  border-right:solid 1px rgb(255 255 255 / 20%);
}
#cssmenu > ul > li:hover {
   background: rgb(228,116,31);
background: -moz-linear-gradient(90deg, rgba(228,116,31,1) 0%, rgba(255,211,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(228,116,31,1) 0%, rgba(255,211,0,1) 100%);
background: linear-gradient(90deg, rgba(228,116,31,1) 0%, rgba(255,211,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4741f",endColorstr="#ffd300",GradientType=1);
  transition: background 0.3s ease;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
        top: 21px;
    right: 9px;
  display: block;
   margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 21px;
  height: 0;
}
#cssmenu > ul > li > a {
  text-decoration: none;
  color: #fff;
  padding: 15px 15px 15px 15px;
    display: inline-block;
    font-size: 15px;
}
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 45px;
}

@media screen and (max-width: 992px) {
  
  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul li {
    height: auto;
    background: rgb(10, 0, 86) !important;
  }
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 25px;
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  #cssmenu ul ul li:hover > a {
    color: #fff;
  }
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu > ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu > ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    content: "";
  }
  .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    transform: rotate(-45deg);
  }
}
.hero-slider{
	position:relative;
}
.hero-slider .carousel-caption {
    
   background: rgb(0 0 0 / 51%);
    padding: 10px;
}
.hero-slider .carousel-caption h5{ 
	color: #fff;
	font-size: 33px; 
	letter-spacing: 2px; 
	margin: 0px; 
	padding: 0px; 
	font-weight: 500; 
 } 
.hero-slider .carousel-control-next-icon, .hero-slider .carousel-control-prev-icon{
	 background-color: rgb(228,116,31);
background-color: -moz-linear-gradient(90deg, rgba(228,116,31,1) 0%, rgba(255,211,0,1) 100%);
background-color: -webkit-linear-gradient(90deg, rgba(228,116,31,1) 0%, rgba(255,211,0,1) 100%);
background-color: linear-gradient(90deg, rgba(228,116,31,1) 0%, rgba(255,211,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4741f",endColorstr="#ffd300",GradientType=1);
  transition: background 0.3s ease;
  width:60px;
   height:60px;
   border-radius:100px;
       background-size: 50% 100%;
}

.bg-secendry{
  
  transition: background 0.3s ease;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
section.qi-service{
	padding:0px;
	margin:0px;
	width:100%;
	    display: flex;
		    flex-wrap: wrap;
}
section.qi-service .qi-service-box{
	display: inline-flex;
	width:25%;
    overflow: hidden;
    background-image: url(../images/bg-service.png);
    background-repeat: no-repeat;
    align-items: center;
    background-origin: border-box;
    background-size: cover;
	    height: 260px;
		position:relative;
}
section.qi-service .qi-service-box .overflow{
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:40px 40px 66px 40px;
    height: 100%;
	
}
section.qi-service .qi-service-box .overflow a{    display: block;
    text-decoration: none;
	border-bottom: 0px dotted;
    }
section.qi-service .qi-service-box .overflow a img{margin-bottom:15px;display:inline-block;width:65px;}
section.qi-service .qi-service-box .overflow h4{display:inline-block;width:100%;}
section.qi-service .qi-service-box .overflow h4 a{    font-size: 23px;
    color: #fff;
    font-weight: 500;
    border-bottom: 0px dotted;}
.total-number {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    background: rgb(0 0 0 / 19%);
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50px;
    text-align: center;
	bottom: 0px;
	line-height: 50px;
}
.blue{
	background-color:#2c3779;
}
.yellow{
	background-color:#ff8014;
}
section.qi-service .qi-service-box .overflow:hover{
	background: linear-gradient(-45deg, rgb(38 118 191 / 80%), rgb(255 152 65 / 80%), rgb(38 118 191 / 80%), rgb(255 152 65 / 80%));
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.qi-service .qi-service-box .overflow:hover img{
	padding-top:5px;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.title {
    color: #2f3092;
       font-size: 30px;
    font-weight: 600;
	margin-bottom: 20px;
	position:relative;
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
}
.title:after{
	content:"";
	width:35%;
	height:3px;
	background:#ff731d;
	display:block;
}


.about-us{
	    display: block;
    margin: 0px;
    padding: 40px 0px 40px 0px;
    width: 100%;
    position: relative;
    background-image: url(../images/aboutbg.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

.about-us .about-discribe p{
	font-size:16px;
	font-weight:400;
}


.deshboard-section{
	display:block;
	width:100%;
	background:#fbfbfb;
	padding:40px 0px;
}
.table-farmer,.table-agency{
	background:#fff;
	border-radius:7px;
	font-size:14px;
}
.table-farmer thead tr{
	background:#2f3092;
}
.table-farmer thead tr th{
	
	color:#fff;
	letter-spacing:2px;
	text-transform:capitalize;
}
.table-farmer tbody tr:nth-child(even) {background-color: #e4e4ff;}


.table-agency thead tr{
	background:#ff731d;
}
.table-agency thead tr th{
	
	color:#fff;
	letter-spacing:2px;
	text-transform:capitalize;
}
.table-agency tbody tr:nth-child(even) {background-color: #feddc9;}
.gallry-section{
	display:block;
	padding:50px 0px;
	background:#fff;
}
.gallry-grid{
	    position: relative;
    margin: 0 auto;
    padding: 0 0 0em;
    max-width: 100%;
    list-style: none;
    overflow: hidden;
    display: block;
    width: 100%;
   height: 285px;
}
.gallry-grid figure{
	    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0%;
    min-width: 100%;
    max-width: 480px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    height: 228px;
    object-fit: cover;
}
.gallry-grid figure img{
	max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 0px);
   
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
	position: relative;
    display: block;
   min-height: 100%;
    overflow: hidden;
    height: 220px;
    object-fit: cover;
}
.gallry-grid .overlap{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	
}
.gallry-grid .overlap .play{
	width: 100%;
    display: flex;
    height: 83%;
    text-align: center;
    align-items: center;
    justify-content: center;
	
}
.gallry-grid .overlap .play i{
	color:#ff731d;
	font-size:46px;
	
}
.gallry-grid .overlap .link i{font-size:18px;margin-left:10px;}
.gallry-grid .overlap .link i::before {
    content: "\f13f";
    transform: rotate(135deg);
}
.gallry-grid .overlap .link{
	font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px;
    color: #fff;
    width: 100%;
    display: block;
    background: #2c3779;
}
.gallry-grid .overlap .link:hover i{
	margin-left:20px;
}

.gallry-grid:hover img{
	-webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0px, 0px, 0px);
    filter: grayscale(1);
  -webkit-filter:  grayscale(1);
 -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.client-section{
	padding:40px 0px 0px 0px;
	display:block;
	background:#ff731d;
	overflow:hidden;
}
.my-clints a{
	    margin:0px 15px;
    display: inline-block;
	width:170px !important;
}
.my-clints a img{
	   max-width:100%;
}
.inner-banner-section {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}

.inner-banner-section img {
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	width: 100%
}

.inner-banner-section .overlap-section {
	    position: absolute;
    top: 26%;
    width: 100%;
    padding: 0px 0 0 0;
}

.inner-banner-section .overlap-section h2 {
	
	    color: #fff;
    line-height: 40px;
    font-size:35px;
	font-weight:600;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
}
.breadcrumb-section {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f3f3f3;
    border-radius: 0;
} 

.breadcrumb-section .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #ddd;
	content: "/"
}
.breadcrumb-section .breadcrumb {
	    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 0px;
    list-style: none;
    justify-content: end;
}

.breadcrumb-section .breadcrumb li a {
	color: #444444;
}

.breadcrumb-section .breadcrumb li.active {
	color: #f58220;
	background-color:transparent !important;
}
.inner-container{
	display:block;
	padding:30px 0px;
	background:#fff;
}

.inner-container .title1 {
    color: #2f3092;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
	    text-align: center;
    display: inline-block;
    width: 100%;
	margin-bottom:15px;
}
.inner-container .title1:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #ff731d;
    display: block;
    position: absolute;
    left: 47%;
    bottom: -7px;
}

/*******************************/
.agency_registration {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.agency_registration fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

.agency_registration fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
.agency_registration fieldset:not(:first-of-type) {
    display: none;
}

.agency_registration fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}




/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
	    display: flex;
    align-items: center;
    justify-content: center;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative;
	letter-spacing: 2px;
    text-transform: uppercase;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width:20px;
    height: 20px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
	background:#b2b2b2;
	content:"";
	z-index: 2;
    position: relative;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #b2b2b2;
    position: absolute;
    left: 168px;
    top: 9px;
    z-index: 1; 
    display: inline-block;
	
}
#progressbar li:last-child:after{
	display:none;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #f58220;
}
.gif-img{width:350px;margin:0 auto;display:block;}
.green-text{color:green;font-family: 'Barlow Condensed', sans-serif;font-weight:600;}
.form-style .form-group{margin-bottom:15px;}
.form-style .form-group .form-label{
	margin-bottom: 0.5rem;
    text-align: left;
    display: block;
	color:#4b4b4b;
	letter-spacing:1px;
	font-weight:600;
	font-size:14px;
}
.form-style .form-group .form-label .required-filed{
	
	color:red;
}


/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
.title-header{
	background: #fafaff;
    color: #2f3092;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 8px 10px;
}
/*******************************/



footer{
	padding:40px 0px;
	background:#03011c;
}
footer .footer-colloum{display:block;width:100%}
footer .footer-colloum h4{    font-size:20px;text-transform: uppercase;	
    font-weight: 500;
    color: #fff;
    margin-bottom: 17px;}
footer .footer-colloum ul{margin:0px;padding-left:0px;}
footer .footer-colloum ul li{list-style:none;line-height: 28px;}
footer .footer-colloum ul li a,footer .footer-colloum address{    display: inline-flex;
    text-decoration: none;
    color: #dddddd;
    font-size: 14px;
    align-items: center;}
footer .footer-colloum address{
	display:block;
}	
footer .footer-colloum ul li a i {
	    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 7px;
}
footer .footer-colloum .visitor{font-weight:600;font-size:16px;color:#fff;margin-bottom:10px;}
footer .footer-colloum .visitor span{letter-spacing:10px;}
footer .footer-colloum .updated{font-weight:400;font-size:14px;color:#fff;}
footer .footer-colloum ul.social {
	text-align:left !important;
	    padding-left: 0px !important;
}
section.footer-bottom{width:100%;padding:15px 0px;background-color:#030116;border-top:solid 1px #2b2c30;}
section.footer-bottom p{font-size:13px;color:#f3f3f3;padding:0px;margin:0px;}
address>strong{font-weight:600;}
.updated{color:#80fe68 !important}

.orange_bg{background:#e8801b !important;}
.orange_light{background:#ffd962 !important;}
.blackbg{background:#000 !important;}
.orange_light-1 {background: #fffcf4 !important;}

.blue_bg{background:#0b1d4c !important;}
.blue_light{background:#e8eeff  !important;}
.blackbg{background:#000 !important;}
.blue_light-1 {background: #fafcff  !important;}


 .width-3{
	 width:320px !important;
 }

@media screen and (max-width: 1400px) {
	#cssmenu > ul > li > a {
    
    padding: 15px 8px 15px 8px;
    font-size: 13px;
}

}

.csr-haryana .form-control{
	    font-size: 16px !important;
}
ul.studio-loc li{
	padding-left:10px;
}

.agency_registration label.error {
    display: block;
    text-align: left;
    font-size: 13px;
    color: red;
    letter-spacing: 1px;
}
.title-small{    font-size: 26px !important;margin-bottom: 11px !important;}
.card-src-full{ 
	background-color: #2c3779;
    background-image: url(../images/bg.jpg);
    padding: 15px 10px;
    background-size: cover;
    background-position: center;
    height: 111px;
}
.card-src{
	    width: 127px;
    height: 83px;
    display: inline-block;
    border-top-left-radius: 5px;
    background: #fff;
    border-top-right-radius: 5px;
}
.card-src img{
    width: 100%;
    padding: 10px;
}
.my-gallery .slick-slide{margin: 0px 10px;}
/* dark theam css */
.dark .header_top {background: #444 !important;}
.dark .header-main,.dark footer,.dark .about-us,.dark .gallry-section,.dark .footer-bottom,.dark .blue,.dark table,.dark #cssmenu ul ul li,.dark .search-header .search_btn, .search_btn{background: #000;}
.dark img {filter: grayscale(1);}
.dark .navfull,.dark .client-section,.dark .deshboard-section,.dark .yellow,.dark .table-farmer tbody tr:nth-child(even),.dark .table-agency tbody tr:nth-child(even),.dark .blue-bg,.dark .info-bg{background: #2b2b2b !important;}
.dark .breadcrumb-section {background: #1e1e1e;border-top: solid 1px #515151;border-bottom: solid 1px #515151;}
.dark header .header_top ul.top_nav li a,.dark .call-section .text,.dark .website-title h2,.dark #cssmenu > ul > li > a,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.dark p,.dark strong,.dark ul,.dark li,.dark ol,.dark .title,.dark footer .footer-colloum ul li a,.dark  footer .footer-colloum address,.dark .visitor,.dark .updated,.dark section.qi-service .qi-service-box .overflow h4 a,.dark .total-number,.dark .breadcrumb-section .breadcrumb li a,.dark a,.dark ul.social_media li a i,.dark .search-header .search_btn, .search_btn i,.dark .call-section .text span{color:#ff0 !important;}
.dark .table-farmer tr td,.dark .table-agency tr td,.dark .table-farmer thead tr th,.dark .table-agency thead tr th{color:#ff0 !important;}
.dark .title:after{background: #ff0;}
.dark ul.social_media li a:after{background:rgb(255 255 0 / 22%);}
.dark .btn-style{background: #666 !important;border: 1px solid #ccc !important;color:#ff0 !important}
.dark section.qi-service .qi-service-box{border:dotted 1px  #ff0;}
.dark .table-farmer thead tr,.dark .table-agency thead tr{background: #5c5c5c;}
.dark #cssmenu ul li.active,.dark #cssmenu ul li:hover,.dark .blue-bg:hover,.dark .info-bg:hover,.dark #cssmenu ul li.has-sub.active:hover {background: #757575 !important;}
.dark .inner-container{background: #0c0c0c;border-bottom: solid 1px #303030;}
.dark .navfull{border-top: solid 1px #4b4b4b;border-bottom: solid 1px #4b4b4b;}
/* dark theam css */
.text-justify{text-align: justify;}

@media only screen and (max-width: 1400px) {
  header .header_top ul.top_nav li a{
	font-size: 12px;
	padding: 6px 6px;
  }
  header .header-main .logo img {
    max-width: 150px;
}
header .header-main .logo1 img {
    max-width: 65px;
}
.search-header{
	max-width: 118px;
}

}
@media only screen and (max-width: 1200px) {
	  ul.social_media {display: none !important;}
	  .header_top .col-md-7{
		  width: 69%;
	  }
	  .header_top .col-md-5{
		 width: 100%; 
	  }
	  .header-main .logosite{
			  width: 40%;
	  }
	  .header-main .logo-title{
			  width: 20%;
			  font-size: 18px;
	  }
	  .header-main .logo-right-gov{
		  width: 40%;
	  }
	  .search-header .search_btn {
		/* border-radius: 100px; */
		width: 42px;
		height: 40px;    
		background: #f58220;
	}
	.search-header input{
			visibility: hidden;
	}
	.search-header {
		max-width: 64px;
	}
	#cssmenu > ul > li.has-sub > a {
		padding-right: 21px;
	}
	#cssmenu > ul > li > a {
		padding: 15px 6px 18px 6px;
		font-size: 12px;
	}
	#cssmenu > ul > li:last-child{
			border-right: solid 1px rgb(255 255 255 / 0%);
	}
	#progressbar li{
		    font-size: 10px;letter-spacing: 1px;height: 40px;  
	}
	#progressbar li:after{left:50%;}
}
.m-d-o {
    display: flex;
}
@media only screen and (max-width: 992px) {
section.qi-service .qi-service-box .overflow h4 a{font-size:15px;}
section.qi-service .qi-service-box .overflow{padding: 20px 20px 65px 20px;}
section.qi-service .qi-service-box{height: 200px;}
header .header-main .logo img{max-width: 110px;}
header .header-main .logo1 img{max-width: 70px}
.header-main .logo-title{ font-size: 14px;font-weight:500;}
header .header_top ul.top_nav li.m-d{display:none;}
.about-us .col-md-4,.about-us .col-md-8{width:100%;}
.m-d-o{display: flex;flex-direction: column-reverse;}
.m-d-o .col-md-4{margin-bottom:40px;}
.about-us .about-discribe p{text-align: justify;}
.deshboard-section .col-md-6{width:100%;}
.gallry-section .col-md-3{width:50%;margin-bottom:15px;}
.header-main .logo-title{display:none !important}
.header-main .logosite{width: 60%;}
.fixed header .header-main .logo img{max-width: 150px;}
.cm-image img{width:100%;}
.fixed{position: inherit;}
.inner-banner-section .overlap-section h2{font-size:24px;}
.breadcrumb-section .breadcrumb li{font-size:12px;}
}
@media only screen and (max-width: 768px) {
.header-main .logo-right-gov,.header-main .logosite{width:50%;}
/*.d-h{display: none !important;}*/
.header_top .col-md-7{width: 100%;justify-content: center !important;}
section.qi-service .qi-service-box,.gallry-section .col-md-3{width:100%;}
header .header-main .logo img{width:120px;}
.header-main .logo-title{font-size: 19px;font-weight: 600;}
.inner-banner-section .overlap-section{top: 5%;}
.inner-container .title1{font-size: 18px;}
.inner-container .title1:after { width: 54px;left: 45%;}
.inner-banner-section .overlap-section h2{font-size:18px;}
}
@media only screen and (max-width: 500px) {
.header-main .logo-right-gov,.header-main .logosite{width:100%;text-align:center !important;}
.header-main .logosite{padding-bottom:10px;border-bottom:solid 1px #ddd;margin-bottom:10px;}
#cssmenu #head-mobile{padding: 12px;color: #fff;font-size: 15px;font-weight: 700;}
.title{font-size: 18px;}
.btn-style{margin-top:0px !important;}
.gallry-section .d-flex{align-items:center !important;}
.gallry-section{}
.deshboard-table a{
		font-weight: 600;
    line-height: 1.5;
    color: #fff;
	background-color: #ff731d !important;
	color:#fff !important;
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:15px;
	}
	#progressbar li{
		    font-size: 10px;letter-spacing: 1px;height: 60px;  
	}
	.action-button{width:100%;}
	.form-style.card{
		margin-bottom:20px;
	}
	.inner-banner-section img{height: 62px;}
	
}
