body,
html {
	scroll-behavior: smooth;
	box-sizing: border-box;
	/* background-color: #4d4d4d; */

}
.container{max-width:100%; padding:0;}
.w-100{width:100%;}
.navbar-nav {flex-direction: inherit;}

h1 {
	font-family: 'Roboto', sans-serif;
}

h2,
a,
p {
	font-family: 'Poppins', sans-serif;
}

.top-right ul {
	list-style: none;
	list-style: none;
	cursor: pointer;
	display: inline-flex
}

.top-right ul a {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	color: black;
	font-size: 15px;
	transition: all .5s;
}

.navbar {
    position: absolute !important;
    top: 120px !important;
    z-index: 999 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*.navbar-nav {
	margin-top: -2%;
}*/

.top-right {
	margin-top: 14px;
}

.fa-solid.fa-phone-volume {
	color: #FFF;
}

.top-right ul a:hover {
	color: #26A7EB
}

.top-right ul li {
	display: inline-flex;
	text-align: left;
	position: relative;
	color: #023712;
	margin-right: 19px;
	padding-left: 30px;
}

.titles-1 {
	margin-left: 6px;
}

.fa-solid.fa-envelope {
	color: #fff;
}

.titles-2 {
	margin-left: 13px;
}

.title-2:hover {
	color: #26A7EB;
}

.top-icon:hover {
	color: #26A7EB;
}

.top-nav {
    height: auto;
    width: 100%;
    border-bottom: 2px solid #fff;
    background: #000;
}

.flag {
    width: 50%;
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
}

.st {
	width: 33%;
	margin-top: 3%;
	margin-left: 74%;
}

.social-link {
	margin-top: 24px;
}

.social-link ul li {
	list-style: none;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

.fa-solid.fa-user {
	color: white;
}

.social-link ul li a {
	line-height: 32px;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 20px;
	padding: 0px 5px;
	transition: all .5s;
	font-family: 'Poppins', sans-serif;
}

.top-right ul a {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	color: white;
	font-size: 15px;
	transition: all .5s;
}

.top-right ul {
	list-style: none;
	list-style: none;
	cursor: pointer;
	display: inline-flex;
}

.top-right ul li {
	text-align: left;
	color: #023712;
}

.titles-2 {
	margin-left: 13px;
}



.toggler-icon {
	background: rgb(255, 255, 255);
	width: 21px;
	height: 3px;
	margin: 4px 0px;
	display: block;
}

.navbar-toggler {
	box-shadow: none !important;
}

.logo {
	width: 44%;
	font-size: 29px;
	margin-top: -10px;
}

/*.navbar-nav {
	margin-top: -1%;
	margin-left: 16%;
}*/
.biswa {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 36px;
}




    .navbar-nav>li {
        float: left;
        width: 14.28% !important;
    }

/* header */
.se_head {
	background-color: #ec9019;
	width: 100%;
	height: 53px;
}

/* .navbar-nav {
	margin-left: auto;
	padding: 0px 4px;
} */

/* .navbar-nav li a {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: white;
}

.navbar-nav li a:hover {
	color: aqua
}*/

input[type=text],
input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Set a style for all buttons */
/*button {
	background-color: white;
	color: rgb(3, 3, 3);
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}*/

button:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}


.modal-content.animate {
	padding-bottom: 40px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.first-section {
	background-image: url("../images/1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 530px;
}

.drop-menu {
	position: absolute;
	display: none;
	width: 250px;
	right: 0px;
	list-style: none;
	top: 100%;
	z-index: 9;
}

.drop-menu li {
	display: block;
}


.drop-menu li a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	background-color: #272828;
	padding: 12px 25px;
	display: inline-block;
	border-bottom: 2px solid #00000040;
	color: #000;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: white;
}

.hover_li:hover .drop-menu {
	display: block;
}

.drop-menu li a:hover {
	color: aqua;
}

.sub-menu {
	position: absolute;
	display: none;
	width: 250px;
	right: 0px;
	list-style: none;
	top: 23%;
	z-index: 9;
	transition: all 2s;
	left: 67%;
	z-index: 99;
}

.sub-menu li a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	background-color: #272828;
	padding: 12px 25px;
	display: inline-block;
	border-bottom: 2px solid #00000040;
	color: #ffffff;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
}

.sub-menu li {
	display: block;
}

.drop-menu:hover .sub-menu {
	display: block;
}



.service-box {
	height: 410px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	position: relative;
	padding: 10px 10px 50px;
	background: #3d637b;
	border-radius: 4px;
	transition: all .3s ease-in;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
}


.service-box {
	height: 410px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	position: relative;
	padding: 10px 10px 50px;
	background: #3d637b;
	border-radius: 4px;
	transition: all .3s ease-in;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
}

.service-box-1 {
	margin-top:70px;
	height: 410px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	position: relative;
	padding: 10px 10px 50px;
	background: #fff;
	border-radius: 4px;
	transition: all .3s ease-in;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
}

.service-box {
	margin-top: 70px;
}

.content h1 {
	text-align: center;
	margin-top: 20px;
	color: #0f119b;
	font-weight: bold;
}

.content p {
	font-size: 14px;
}


/* (A1) FORCE ALL ITEMS INTO SINGLE ROW */
.hmove {
	display: flex;
}

.hitem {
	width: 100%;
	flex-shrink: 0;
}

.hwrap {
	overflow: hidden;
}

/* (A2) MOVE ITEMS FROM RIGHT TO LEFT */
/* first item = 0, fourth item = -300% */
@keyframes tickerh {
	0% {
		transform: translatex(100%);
	}

	100% {
		transform: translatex(-400%);
	}
}

.hmove {
	animation: tickerh linear 20s infinite;
}

.hmove:hover {
	animation-play-state: paused;
}

/* (A3) COSMETICS - NOT IMPORTANT */
.hwrap {
	font-family: "Courier New", Courier, monospace;
	color: #0eff66;
	background: #000;
	max-width: 600px;
	/* highly recommended */
}

.hitem {
	padding: 10px;
	text-align: center;
}

.hwrap,
.hwrap * {
	box-sizing: border-box;
}

/* (B1) UNIFORM ROW HEIGHT */
/* make sure enough height space */
.vwrap,
.vitem {
	/*height: 200px;*/
}

.vwrap {
	overflow: hidden;
}

/* (B2) CENTER TEXT */
.vitem {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
}

/* (B3) MOVE ITEMS FROM TOP TO BOTTOM */
/* bottom 0 = first item, bottom 300% = fourth item */
.vmove {
	position: relative;
	bottom: 0;
}

@keyframes tickerv {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 400%;
	}
}

.vmove {
	animation: tickerv linear 12s infinite;
}

.vmove:hover {
	animation-play-state: paused;
}

/* (B4) COSMETICS - NOT IMPORTANT */
.vwrap {
	font-family: 'Roboto', sans-serif;
	color: #040404;
	margin-top: 7%;
}

.vitem {
	padding: 10px;
}

.vwrap,
.vwrap * {
	box-sizing: border-box;
}

/* (X) NOT IMPORTANT */
#cbwrap {
	/* background: rgba(255,255,255,.9); */
	/* width: 600px; */
	/* padding: 30px; */
	/* border-radius: 10px; */
	margin-top: 7%;
	height: 500px;
}

#cbtitle {
	margin: 0 0 30px;
	padding: 0;
	text-transform: uppercase
}

#cbinfo {
	margin-top: 30px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: 700
}

#cbinfo a {
	text-decoration: none;
	padding: 5px;
	color: #fff;
	background: #a91616
}

.patho {
	width: 93%;
	margin-left: 3%;
	margin-top: -76px;
	/* height: 150px; */
}

.hwrap {
	margin-top: 50px;
}

.text-center.visi {
	font-size: 26px;
	margin-top: 9px;
}



/* 1st */
.box {
	/* padding: 20px; */
	background-color: #e6e6e5;
	text-align: center;
	/* padding: 15px 20px 10px 20px; */
	height: auto;
	overflow: auto;
	/* margin-bottom: 30px; */
	margin: 10px 0;
}

.tab {
	width: 100%;
	float: left;
	padding: 3px 5px;
	border-radius: 3px;
	background-color: #f2b31c;
	color: #fff;
	font-size: 14px;
	margin-bottom: 6px;
	text-align: left;
}

.tab a {
	color: #fff;
	text-decoration: none;
}

.tab a:hover {
	color: white
}



.tab3 {
	background-color: #fe5177;
}

.tab4 {
	background-color: #0e9fb5;
}

.tab2 a {
	color: #fff;
	text-decoration: none;
}

.tab3 a {
	color: #fff;
	text-decoration: none;
}

.tender {
	width: 14%;
}

.tab5 {
	background-color: #3B3394;
}

.tab6 {
	background-color: #005fae
}

.tab5 {
	background-color: #1ab05d;
}

.tab7 {
	background-color: #dc3545;
}

.tab8 {
	background-color: #36403a;
}

/* 2nd */

.notice-box {
	border: #999 solid 1px;
	/* padding: 5px !important; */
	background-color: #e6e6e5;
	margin-top: 70px;
	margin-bottom: 0px;
	border-top: 5px solid #3aa18c;
	margin-bottom: 10px;
}

.text-line {
	width: 100%;
	padding: 5px;
	background-color: #005fae;
	color: #fff;
	margin-bottom: 5px
}

.text-line h4 {
	text-align: center;
	font-size: 23px;
}

.intro ul {
	list-style: none;
	padding: 0px 11px;
}

.intro li a {
	font-size: 14px;
	/* text-decoration: none; */
	color: #2b1b1b;
}

.intro li {
	padding: 3px 0px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 1px;
}


.skyBox {
	background-color: #0e9fb5;
	border-radius: 7px;
	text-align: center;
	padding: 16px 0px;
}

.skyBox a {
	text-decoration: none;
	color: white;
}

.skyBox p {
	background-color: #0000005e;
}


.pinkbox {
	background-color: #ef4a94;
	border-radius: 7px;
}


.online-form {
	border: #999 solid 1px;
	/* padding: 5px !important; */
	background-color: #e6e6e5;
	margin: 0px;
	margin-bottom: 0px;
	border-top: 5px solid #3aa18c;
	
	margin-bottom: 10px;
}

.cu-line {
	width: 100%;
	padding: 5px;
	background-color: #005fae;
	color: #fff;
	margin-bottom: 5px
}

.cu-line h4 {
	text-align: center;
	font-size: 23px;
}

.online-form ul {
	list-style: none;
	margin-left: -10%;
	font-size: 13px;
}

.information a {
	text-decoration: none;
	color: rgb(12, 12, 12);
}

.information li {
	padding: 3px 0px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 1px;
}




/* 3rd section */

/* .third-sec{background-color: #dae2e6;} */
.third-sec {
    /* background: #f8f8f8; */
    background-image: url("../images/bg.png");
    border-top: 1px solid #f0f0f0;
    padding: 16px 0 0 0;
}


.complain-box {
	transition: all .3s ease-in;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background-color: #fff;
	padding: 15px;
	text-align: center;
}

.complain-box h1 {
	font-size: 20px;
	margin-top: 5px;
	color: #0f119b;
}

.complain-box h2 {
	font-size: 16px;
}

.complain-box:hover {
	box-shadow: 0 6px 26px rgba(148, 148, 148, .5);
}

.service-block {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 1.4em;
	padding: 15px 20px;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	display: block;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
}

.service-block h2 {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.service-block-1 {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 1.4em;
	padding: 15px 20px;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	display: block;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
}

.service-block-1 h2 {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}




.service-block-2 {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 1.4em;
	padding: 15px 20px;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
	margin-top: 22px;
}

.service-block-2 h2 {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.service-block-3 {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 1.4em;
	padding: 15px 20px;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
	margin-top: 22px;
}

.service-block-3 h2 {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.title.text-center {
	margin-top: -27px;
}




/* 4th */
.fourth-sec {
	/* background: #f8f8f8; */
	background-image: url("../images/gplaypattern.png");
	border-top: 1px solid #f0f0f0;
	padding: 70px 0;
	height: auto;
}


.city-mission-box {
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.city-mission-box h2 {
	float: right;
	margin-top: 25px;
	font-size: 25px;
	color: #1d46a8;
}




.city-mission-box-1 {
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	box-shadow: 0 0 16px rgba(148, 148, 148, .2);
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.city-mission-box-1 h2 {
	float: right;
	margin-top: 25px;
	font-size: 25px;
	color: #1d46a8;
}

.button-control {
	position: absolute;
    	right: 10px;
    	bottom: 10px;
	border: none;
	margin-left: 2px;
	background: #1664c0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #fff;
	padding: 8px 14px;
	text-decoration: none;
	display: inline-block;
	/* font: 1em Arial; */
	float: right;
	margin-top: -37px;
	transition: 2s;
}

.button-control:hover {
	color: white;
	text-decoration: none;
	transform: translateY(-4px);

}

.city-mission-box:hover {
	box-shadow: 0 6px 26px rgba(148, 148, 148, .5);
}

.city-mission-box-1:hover {
	box-shadow: 0 6px 26px rgba(148, 148, 148, .5);
}

.pic {
	width: 31%;
}


.button-control-1 {
	position: absolute;
    	bottom: 10px;
    	right: 10px;
	border: none;
	margin-left: 2px;
	background: #1664c0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #fff;
	padding: 8px 14px;
	text-decoration: none;
	display: inline-block;
	/* font: 1em Arial; */
	float: right;
	margin-top: -37px;
	transition: 2s;
}

.button-control-1:hover {
	color: white;
	text-decoration: none;
	transform: translateY(-4px);

}


/* about */
.about-tile h1 {
	font-size: 24px;
	font-style: uppercase;
	text-transform: uppercase;
	margin-top: 62px;
	color: #073b79;
	padding-bottom: 15px;
}

.about-tile p {
	float: right;
}

.links h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #1664c0;
}


.sixth-sec {
	padding: 100px 0 60px;
	background-color: #efefef;
	border-top: 1px solid #d5d5d5;
}

/* 
.icon-list ul {
	display: inline-block;
	width: 102px;
	min-height: 152px;
	text-align: center;
	float: left;
	margin-right: 13px;
	position: relative;
	background-color: #1664c0;;
} */

.box-1 {
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #1664c0;
	text-align: center;
	margin-left: 24px;
}

.fa-solid.fa-map-location-dot {
	color: white;
	font-size: 50px;
	margin-top: 26px;
}

.fa-solid.fa-award {
	color: white;
	font-size: 50px;
	margin-top: 26px;
}

.icon-list ul {
	list-style: none;
	display: inline-flex;
}

.icon-list li {
	display: inline-flex;
}
.icon-list h2 {
	font-size: 15px;
	margin-top: 32px;
}

.fa-solid.fa-comments {
	color: white;
	font-size: 50px;
	margin-top: 26px;
}

.box-1:hover {
	background-color: #585858 !important;
}

.box:hover {
	box-shadow: 0 6px 26px rgba(148, 148, 148, .5);

}

.notice-box:hover {
	box-shadow: 0 6px 26px rgba(148, 148, 148, .5);
}

.fa-solid.fa-address-card {
	color: white;
	font-size: 50px;
	margin-top: 26px;
}

.update-pic.w-100 {
	margin-bottom: 60px;
	box-shadow: 3px 3px 5px #c8bcbc;
}

/* footer */

footer {
	background-color: #252525;
	border-top: 4px solid #5a5a5a;
	height: auto;
}

.first-con h1 {
	font-size: 27px;
	color: white;
	text-transform: uppercase;
	position: relative;
}

.first-con h1::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 3px;
	background: #e18320;
	top: 34px;
	left: 25%;
}

.secnd-con h1 {
	font-size: 27px;
	color: white;
	text-transform: uppercase;
	position: relative;
}

.secnd-con h1::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 3px;
	background: #e18320;
	top: 34px;
	left: 25%;
}


.third-con h1 {
	font-size: 27px;
	color: white;
	text-transform: uppercase;
	position: relative;
}

.third-con h1::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 3px;
	background: #e18320;
	top: 34px;
	left: 25%;
}

.secnd-con {
	margin-top: 40px;
}

.third-con {
	margin-top: 40px;
}

.nav_foot li a {
	text-decoration: none;
	font-size: 16px;
	color: #a8a8a8;
}

.nav_foot li {
	color: white;
	list-style: none;
	padding: 3px 0px;
}

.nav_foot li a:hover {
	color: #5eaff7d6;
}

.first-con {
	margin-top: 40px;
}

.nav_foot {
	margin-left: -10%;
	margin-top: 19px;
}

iframe {
	width: 95%;
	height: 193px;
	margin-top: 46px;
}

.foot-last.text-center h1 {
	font-size: 17px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 25px;
}

.footer-last {
	background: #d7d9dd;
}

.foot-last.text-center h1::after {
	display: block;
	width: 100%;
	height: 1px;
	background: #5b5148;
	margin: 1px 0 30px;
	content: "";
	left: -3%;
	position: absolute;
	top: 54px;
}

.foot-last.text-center h2 {
	font-size: 14px;
}
.gallery-sec {
	list-style: none;
	padding: 0;
}


.gallery-box1 {
	background-color: #f04a94;
	border-radius: 4px;
	text-align: center;
	min-height: 167px;
	margin: 10px 0;
}

.gallery-box2 {
	background-color: #6cd6d6;
	border-radius: 4px;
	text-align: center;
	min-height: 167px;
	margin: 10px 0;
}
.gallery-box3 {
	background-color:#a8f;
	border-radius: 4px;
	text-align: center;
	min-height: 167px;
	margin: 10px 0;
}
.gallery-box4 {
	background-color: #ffc621;
	border-radius: 4px;
	text-align: center;
	min-height: 167px;
	margin: 10px 0;
}




.pl-0
{
	padding-left: 0!important;
}
 .icon-title h1 {
	background-color: #0eff66;
	padding: 20px 20px;
} 
.icon-title {
	/* padding: 22px 9px; */
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #00000057;
}
.icon-pic {
	padding: 30px 0;
}
.icon-pic i{
	font-size: 72px;
	color: #fff;
}
.service-block i {
    font-size: 38px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000 !important;
    background-color: #f2b31c !important;
}
@media only screen and (max-width: 600px) {
.navbar {
    position: static !important;
    top: 82px !important;
    z-index: 999 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.biswa
{
	margin:10px 25%;
}
.flag
{
	margin:10px 25%;
}
.biswa {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-nav>li {
    width: 100% !important;
}
}
@media only screen and (min-width: 1450px) {
.navbar {
    top: 174px !important;
}
}