body {
	
	
	
	

	word-wrap:break-word !important;
	
	}

.toggle,
[id^=drop] {
	display: none;
}

nav { 
line-height: 32px;
	margin:0;
	background-color: #080d4c;

}

#logo {
	
	display: block;
	padding: 21px 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding-right:90px;
	margin:15px;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #080d4c;
	}

/* Styling the links */
nav a {
	display:block;
	padding:15px 20px;	
	color:#fff;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #fff; }

/* Background color change on Hover */
nav a:hover { 
text-decoration: none; 
color: white;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:400px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#logo {
    display: block;
    padding: 6px 30px 7px 0;
    width: 100%;
    text-align: center;
    float: none;
}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		width: fit-content;
		background-color: #080d4c;
		padding:20px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
		position: absolute;
    top: 0;
    right: 0;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.wrpa{
	
	position: relative;
  display: flex;
  
}
.search-frm{
  width: 100%;
  border: 3px solid #d07120;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}
.searchbutton{
  width: 40px;
  height: 36px;
  border: 1px solid #d07120;
  background: #4B2300;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.top-ma{
	background-color: #4B2300;
    color: #fafafa;
	padding:5px;
}
.wrpa{
	padding-top:11px;
}
@media(max-width:410px){
.top-mefl ul li{font-size:10px;}	
}
.text-center{text-align: center;}
.top-menu-fl ul{
	display: inline-flex;
 padding-inline-start:0px;
}
.top-menu-fl ul li{
	padding:10px 10px;
	list-style-type:none;
	border-right: 1px solid #fff;
}
.top-socbt ul{display:inline-flex;
float:left;
padding-top:8px;

}
.top-socbt a{color:#fff;}
.top-socbt ul li{list-style-type:none;
padding:10px 10px;
border-right:1px solid #fff;}
.top-socbt ul li:last-child{
	border-right:none;
}
.top-menu-fl ul li:last-child{border-right:none;}
.slide-home{
	background-image:url(../image/2.jpg);
	background-size:cover;
	  width: 100%;
  height: auto;
 
}
@font face{
	font-family:montserrat-black;
	src:url(../css/montserrat-black.ttf)
	
	
}
.slide-title{
	text-align:center;
	padding:80px;
	font-size:60px;
	color:#fff;
	font-weight: bold;
	 font-family: montserrat-black;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: montserrat-black;
}
.heading-1{text-align:center;
font-weight:600;
position:relative;
padding-bottom:20px;}
.heading-1:before{
    content:'';
	display:block;
	position:absolute;
	width:60px;
    border-top: #51a560 solid 2px;
    right: 0;
	bottom:0;
	left:0;
    text-align: center;
    margin: 0 auto;
}
.bg-grey-100{
	
	margin-top:30px;
	background-color:#f5f5f5;
	padding:0px 0px 0px 0px;}
	.bg-grey-2nd{
	
	
	background-color:#f5f5f5;
	padding:10px 0px 10px 0px;}
	.card{
		margin-top:10px;
		height: 350px;
		padding-bottom:50px;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
		background-color:#fff;
	}
	.image-fx img{
		display:block;
		width:100%;
	}
	.card-body{}
	.bg-butto{text-align:center;
	background-color:#51a560!important;
	border-radius:50px;
	padding:5px;
	display:table;
	margin:0 auto;
	
	position: sticky;
	margin-top:-15px;
	z-index:50;
	color:#fff;
	}
	.icon-list{
		font-weight:bold;
		padding-left:20px;
		padding-top:30px;
	}
	.icon-list a {
		padding-top:8px;
		display:flex;
		
	}
	.arro2{display: inline-flex;
    flex-wrap: inherit;}
	.arro{
		padding-top:2px;
		padding-right:5px;
		
	}
	.fott-bot a{color:#51a560!important;}
	.fott-bot{
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
		background-color:#fff;
		border-top: 1px solid rgba(0,0,0,.125);
		text-align:center;
		padding:.9rem;
	}
	.full-card-h{
		
		padding-bottom:20px;
		transition:.3s;
	}
	.full-card-h:hover{
	display:block;
		margin-top:-10px;
	}
	.pdtop-20{
		padding-top:8px;
	}
	@media(min-width:600px){
		.bg-light-blue-50{
			
background:url(../image/burst.svg) #FFED6D no-repeat 80%;
	border-top:8px solid #4B2300;	
	}
	}
	
	.py-5{
		padding-top:50px;
		padding-bottom:50px;
	}
	.btn-outline-info{
		display:table;
		padding:10px 15px 10px 15px;
		border:2px solid #29b6f6;
		border-radius:5px;
	}
	.btn-outline-info:hover{
		background-color:#29b6f6;
		color:#fff;
		text-decoration:none;
	}
	.current-bx{
		margin-top:30px;
	    background-color:#fff;	
		box-shadow: 5px 5px 15px 4px rgb(0 0 0 / 9%);
		padding:30px 20px;
	}
	.current-bx:before{
		content:'';
		display:block;
		border-bottom:#51a560 solid 2px;
		width:100px;
		position:absolute;
		bottom:10;
		
	}
	.footer-bg{
		background-color: #263238;
    color: #fafafa;
    
	}
	footer ul{
		list-style-type:none;
		padding-inline-start: 0px;
		
	}
	footer ul a{color:#fff;}
	footer ul a:hover{
		color:#fff;
	}
	footer h4{
		width:60%;
		border-bottom:1px solid #fff;
	}
	.cerci{
		 
		
	}
	.cerci.fb-top-ba{position:relative;}
.fb-top-ba{

	}
	.socal-1{
		display: table;
    margin: 0px auto;
	}
	.socal-1 ul{
		display:inline-flex
	}
	.fb-top-ba{
	width:40px;
    height:40px;
	font-size:25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  line-height: 1.7em;
  border-radius: 50%;}
.fa-facebook{background-color:#0056b3;}
.fa-linkedin{background-color:#007bff;}
.fa-twitter{background-color:#00b1e4;}
.fa-medium{background-color:#FFC017;}
.fa-wordpress{background-color:#117ac9;}

@media(max-width:600px){
	
	.bg-600{background-color:#FFED6D;
	border-top:8px solid #4B2300;}
}
	
	.foo-men ul{
	display:inline-flex;
    flex-wrap: wrap;
	
	}
	.foo-men ul li{padding-left:10px;}
	.text-center{text-align:center}
	.foo-men ul li{
		content:'';
		display:block;
		padding-right:10px;
		height:80%;
		border-right:1px solid #fff;
		font-weight:bold;
	}
	.foo-men ul li:last-child {
  border: none;
}
.copy-rt{
	background-color:#51a560;
	padding:10px;
	color:#fff;
	text-align:center;
}
.pd-lf-18{
	padding-left:18px
}
.upper-c{
	text-transform:uppercase;
}
.cont-bx{
	box-shadow: 5px 5px 15px 4px rgb(0 0 0 / 9%);
	border-radius:10px;
	height:380px;
	padding:30px;
	position:relative;
}
.con-icon{position:absolute;
top:0;
left:50%;
box-shadow: 5px 5px 15px 4px rgb(0 0 0 / 9%);
width:70px;
height:70px;
text-align:center;
border-radius:50%;
transform: translate(-50%, -40%);}
.con-icon .fa-home{
	padding-top:10px;

}
.con-icon .fa-edit{
	padding-top:10px;
}

.con-icon .fa-book{
	padding-top:10px;
}

.con-icon .fa-comments{
	padding-top:10px;
}
.con-icon .fa-user{
	padding-top:10px;
}
.con-icon .fa-upload{
	padding-top:10px;
}

.text-center{
    text-align:center;
    padding-top:8px;
}

.mg-top{margin-top:30px;}


.omm {
            background-color: white;
            border: 2px solid black;
            color: green;
            padding: 5px 10px;
            text-align: center;
            display: inline-block;
            font-size: 20px;
            margin: 10px 30px;
            cursor: pointer;
        }
        
        
        
        
        
        
        
        
        
        .py-5{
	padding-top:12px;
	padding-bottom:50px;
	padding-left: 30px;
    padding-right: 30px;
}
.column-inner{
	padding-top: 60px !important;
    padding-right: 40px !important;
    padding-bottom: 60px !important;
    padding-left: 40px
}
.tit-bol h2{
	font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
  
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
}
.tit-bol p{color: #ffffff;
font-size: 20px;
  line-height: 1.6;
  text-align:justify;}
figure {
    margin: 0;
}
.single_image-w{display:inline-block;
padding-top:20px;}

@media only screen and (max-width: 600px) {
 .single_image-652{
    display:none;
  }
}
.abou h2{
	font-size: 30px;
    color: #191919;
    line-height: 1.2;
    text-align: center;
   
    font-weight: 100;
    font-style: normal;
}
.abou-par{
	padding-top:30px;
	font-size:16px;
	text-align:justify;
	 display: flex;
  align-items: center;
  
}
.jour-tit h3{font-family: "Times New Roman";
    font-weight: 700;
    line-height: 33px;
	font-size:25px;}
	.jour-tit p{
		text-align:justify;
	}
	.jout-txt{
		transition: box-shadow 0.25s ease-in-out 0s;
    min-height: 604px;
    border-right: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
    border-left: 1px solid rgb(227, 227, 227);
    border-image: initial;
    border-top: 1px solid rgb(227, 227, 227);
	padding:15px;
	background-color:#fff;
		
	}
	.jour-hov{
		margin-top:10px;
		
	}
		.jour-hov:hover{
		box-shadow: 0px 0px 14px #c7c7c7;
    
	
		
	}
	
	.heading-1{
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}
	
	.heading-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    border-top: #00303c solid 2px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
.current-bx{
	margin-top: 30px;
    background-color: #fff;
    box-shadow: 5px 5px 15px 4px rgb(0 0 0 / 9%);
    padding: 30px 20px;
}
.current-bx:before {
    content: '';
    display: block;
    border-bottom: #00303c solid 2px;
    width: 100px;
    position: absolute;
    bottom: 10;
}
	
		.jout-txt-rt{
		border-right: 3px solid #ccc;
		float:right;
		padding: 10px 9px 0 0px
	}
	.all-ti-ct{display:flex;
	align-items:center;}
	.padyi{padding-top:60px;}
	.jout-btn{
		background: #f77d1b;
    border-radius: 4px;
   margin:5px;
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    border: none;
	}
	.single_image-writ{text-align}
	.imrrrt{display: block;
    width: 80%;
    margin-left: auto;
    align-items: center;}
	.bg-light{
		background-color:#f7f7f7;
	}
	.bg-dark{
		background-color:#00303c;
	}
	.col-wh{
		color:#fff;
	}
	.col-wh h5{
		font-weight:bold;
		border-bottom:1px solid #fff;
		width:50%;
		padding-bottom:10px;
	}
	.col-wh ul{
		list-style-type:none;
		    padding-inline-start:0px;
	}
	.copy-rt{background-color:#080d4c;
	padding:10px;}
	.cp-rt{
		color:#fff;
		padding-top:5px;
	}
@media only screen and (max-width: 765px) {
  .single_image-w{
	  display:block;
	  padding:10%;}
	  
	  
  .imrrrt{display: block;
    margin: auto;
    width: 100%;
    margin-top: 326px;}
}


@media only screen and (max-width: 650px) {
  .brand img{
	  
	 width:80%}
}


.frm-sty{
	width:100%;
	padding:15px;
	border-radius:0px;
	margin:5px;
	border:none;
	box-shadow: 0px 0px 6px #cdcdcd;
}
.addre-ba{
	padding-top:30px;
	
}
.shar{box-shadow: 0px 0px 6px #cdcdcd;
padding:10px;
	border-radius:10px;
	margin:5px;}
.addrs{
	background-color:#f1f1f1;
	padding:20px;
	min-height:280px;
	margin-top:20px;
}	
footer a{color:#fff}
header .brandBar {
    background-color: #002142;
    color: #fff;
     padding: 0 50px;
}

footer ul li a:hover{color:#fff}

.py-3{
	padding-top:15px;
	padding-bottom:50px;
}
.jour-ti-cst-pg h3{
	font-family: "Times New Roman";
    font-weight: 600;
    line-height: 19px;
    font-size: 18px;
}
.jout-txt-2nd {
    transition: box-shadow 0.25s ease-in-out 0s;
    min-height: 340px;
    border-right: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
    border-left: 1px solid rgb(227, 227, 227);
    border-image: initial;
    border-top: 1px solid rgb(227, 227, 227);
    padding: 15px;
    background-color: #fff;
}

.d-flex{display: flex}
.d-flex .rt-let{padding-right:40px;
align-items: center;
    padding-right: 35px;
    display: flex;
}
.but-sub{
	background-color: #ffa65f;
    color: #02244e;
    padding: 17px 18px 15px 12px;
    margin-top: 0px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    display: block;
}
.but-sub:hover{
	text-decoration:none;
}