/*@font-face {
    font-family: 'Interstate';
    src: url('../webfonts/Interstate-ExtraLight.eot');
    src: url('../webfonts/Interstate-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Interstate-ExtraLight.woff2') format('woff2'),
        url('../webfonts/Interstate-ExtraLight.woff') format('woff'),
        url('../webfonts/Interstate-ExtraLight.ttf') format('truetype'),
        url('../webfonts/Interstate-ExtraLight.svg#Interstate-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Interstate';
    src: url('../webfonts/Interstate-Light.eot');
    src: url('../webfonts/Interstate-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Interstate-Light.woff2') format('woff2'),
        url('../webfonts/Interstate-Light.woff') format('woff'),
        url('../webfonts/Interstate-Light.ttf') format('truetype'),
        url('../webfonts/Interstate-Light.svg#Interstate-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Interstate';
    src: url('../webfonts/Interstate-Regular.eot');
    src: url('../webfonts/Interstate-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Interstate-Regular.woff2') format('woff2'),
        url('../webfonts/Interstate-Regular.woff') format('woff'),
        url('../webfonts/Interstate-Regular.ttf') format('truetype'),
        url('../webfonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Interstate';
    src: url('../webfonts/Interstate-Bold.eot');
    src: url('../webfonts/Interstate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Interstate-Bold.woff2') format('woff2'),
        url('../webfonts/Interstate-Bold.woff') format('woff'),
        url('../webfonts/Interstate-Bold.ttf') format('truetype'),
        url('../webfonts/Interstate-Bold.svg#Interstate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Interstate';
    src: url('../webfonts/Interstate-Black.eot');
    src: url('../webfonts/Interstate-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Interstate-Black.woff2') format('woff2'),
        url('../webfonts/Interstate-Black.woff') format('woff'),
        url('../webfonts/Interstate-Black.ttf') format('truetype'),
        url('../webfonts/Interstate-Black.svg#Interstate-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
body
{		
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	line-height:26px;	
	color:#707070;	
	font-weight:400; 
	overflow-x:hidden;
	max-width:1920px;
	margin:0 auto;
}
black
{
	color: #000;
}
.blue
{
	color:#0066a4 !important;
}
.dark-blue
{
	color:#062539 !important;
}
.green
{
	color:#39ac37 !important;
}
.yellow
{
	color:#fdb813 !important;
}
.lgreen
{
	color:#8bbd4a !important;
}
.dark-green
{
	color:#105118 !important;
}
.white
{
	color: #fff;
}
.grey
{
	color:#959ba0 !important;
}
.bg-green
{
	background-color: #3aac49;
	padding: 80px 0px;	
}
.bg-green-full
{
	padding: 10%;
    color: #fff;
	background-color: #3aac49;
	height:100%;
}
.bg-green-full p:last-child
{
	margin-bottom:0px;
}
.bg-green p
{
	 color:#fff;
}
.owl-iconbox p
{
	color:inherit !important;
}
.bg-darkgreen
{
	background-color: #074c41;
	padding: 80px 0px;
	color:#fff;
}
.bg-green h2, .bg-blue h4, .bg-blue h1, .bg-green h5, .bg-green-full h2, .bg-darkblue h1, .bg-darkblue h4
{
	color: #fff !important;
}
.bg-blue
{
	background-color: #0065a4;
	padding: 80px 0px;color: #fff;
}
.bg-green
{
	background-color:#3cac49;
}
.bg-dark-green
{
	background-color:#0e4434;
	color:#fff;height:100%;
}
.bg-yellow
{
	background-color:#f1a61c !important;
}
.bg-yellow:after
{
	border-color: #f1a61c transparent transparent !important;
	border-right-color: #f1a61c !important;
}
.bg-darkblue
{
	background-color: #00588d;
	padding: 80px 0px;color: #fff;
}
.mr-20
{
	margin-right: 20px;
}
section
{
	position:relative;
}
a
{
	text-decoration:none;
	color : #0066A1;
}
a:hover
{
	color : #FDB813;
}
.rm-button
{
	font-size:15px;
	background-color: #0d2a3c; 
	color:#fff;padding:14px 25px;
	display: inline-block;
	border-radius:4px;
}

.br-4
{
	border-radius:4px;
}
.br-8
{
	border-radius:8px;
}

img
{
	
}
.mw-1000
 {
	max-width:1000px;margin:0 auto;
 }
 .mw-80
 {
	max-width:80%;
 }
 .ptb60
 {
	 padding:60px 0px 60px 0px;
 }
 .ptb80
 {
	 padding:80px 0px 80px 0px;
 }
/*****************************/

.icon-box2
{
	background-color: #fff;
	padding: 40px 20px;border-radius: 4px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.icon-box2 img
{
	margin-bottom: 24px;
}
.icon-box2 p
{
	margin-bottom: 0px;
}
.icon-box2 h4
{
	color: #2b3e4b;
}
.icon-box2 h1
{
	margin-top:30px;
}
.numner-box
{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    height: 100%;
	padding: 40px 30px;
    border-radius: 8px;
}
.numner-box div, .value
{
	font-size:48px;
	font-weight:800;
	line-height:50px;
	margin-bottom: 24px;
}
.infobox
{
	background-color:#fff;
	border-radius:8px;
	text-align:center;
	color:#39ac37;
	padding:30px 20px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
	height:100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.infobox .value
{
	min-height:100px;
}
.infobox h4
{
	color:#39ac37 !important;
	 margin-top: auto;
}
.infobox .line
{
	position: static;
    height: 4px;
    width: 34%;
    margin: 0 auto;
    background: #39ac37;
    border-radius: 10px;
    margin-bottom: 14px;
}

.card
	{
		border-radius:0px;
		height:100%;
		padding: 30px 24px;
    text-align: center;
	}
	.card-title
	{
		font-size: 24px;
    color: #0d2a3c;
    font-weight: 600;
    margin-bottom: 8px;
	}
	.card-text {
		color: #116b9a;
		font-size: 20px;
		font-weight: 600;
    }
.gradiant-bg
{
   background:url(../images/wasco-gradiant-bg.jpg) no-repeat center;
   background-size:cover;	
}
.text-box
{
	background-color:#fff;
	border-radius:8px;
	padding:40px;
	height:100%;position: relative;
    overflow: hidden;
}
.text-box .icon-box
{
	background-color: green;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    right: 0;
    top: 0;
}
.text-box:before {
    top: 0px;
    background-color: #116b9a;
    height: 4px;
    width: 100%;
    left: auto;
    right: auto;
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 40px;
}
.text-box .icon-box img
{
	margin-bottom:0px;
}
.green-theme .icon-box, .green-theme .ul-list li::before, .green-theme.text-box:before
{
	background-color:#3cac49;
}
.blue-theme .icon-box, .blue-theme .ul-list li::before, .blue-theme.text-box:before
{
	background-color:#006998;
}
.orange-theme .icon-box, .orange-theme.text-box:before
{
	background-color:#fdb913;
}
/*****************************/
.owl-desc a
{
	position:absolute;bottom:30px;
}
.more-button
{
	position:relative;
}
.more-button:after
{
	background-color: #fdb813;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
	margin-left:5px;
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-weight:900;
}
.page-intro
{
  background-color: #074c41;
  padding: 80px 0px;
  color: #fff;font-weight: 500;
  font-size: 18px;line-height: 28px;
}
.pheading p
{
	font-weight: 500;
    font-size: 16px;line-height: 26px;
}
.page-intro p
{
	margin-bottom: 40px;
}
.page-intro p:last-child
{
	margin-bottom: 0px;
}
.owl-desc a i, .more-button i
{
	background-color: #fdb813;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
	margin-left:5px;
}
.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}
#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: var(--cnvs-body-bg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
hr {
    background-color: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .2);
	display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
}
.mtb
{
	margin-top:80px;margin-bottom:80px;
}
.mt
{
	margin-top:80pc;
}
.mb
{
	margin-bottom:80pc;
}
/***************Heder Menu *****************************/
ul.sub-menu-container.mega-menu-dropdown .mega-menu-dropdown {
    overflow-y: auto; max-height:420px; 
}
li.menu-item div.megamenu-arrow:after
{
	font-weight: bold;
    vertical-align: middle;
    content: "\f078" !important;
    margin-left: 5px;
    margin-top: 0px;
    font-family: "Font Awesome 6 Free";
    border: none;
    line-height: 19px;
    transition: transform 0.5s ease-in-out;
	display:inline-block;
}
li.menu-item:hover div.megamenu-arrow:after {
    transform: rotate(180deg);
}
.mega-menu-content.mega-menu-style-2
{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
	width: 100% !important;
}

/**************Slider css**********************/
.rev_slider h1
{
	color:#fff;margin:0px 0px 30px 0px !important
}
.rev_slider h5
{
	color:#fff;font-weight:400 !important;
}
.rev_slider .slotholder
{
	position:relative;
}
.rev_slider .slotholder:after
{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background: rgba(4, 21, 32, 0.6);
}
/****************Homepage About Wasco********************/
#hp-aw
{
	margin:80px 0px;
}


 #hp-aw p
 {
	  color:#9b9b9b;
 }
#hp-aw .col-sm-5 img
{
	  background-color: #ebeef3;
	  padding: 10px 0px 0px;
}

/****************Select Box*********************/
select.form-select 
{	
    background-color: #fff;
    color: #85929a;
    padding: 17px 15px;        
    border-bottom: 2px solid #8bbd4a;
    border-radius: 4px;	
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;padding-right: 52px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline:none;
	
}
label.wrap {
    max-width:300px;    
	position: relative;
	display: inline-block;	
	z-index:999;
}
.selectbox
{
	position:relative;
}
label.wrap:after, .input-group.selectbox:after {
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free";
	 font-weight: 900;
    color: #8bbd4a;
    position: absolute; 
    right: 15px; 
    top: 50%;
	margin-top: -13px;
    z-index: 99;    
    pointer-events: none;  
	font-size:18px;  
}
.input-group select.form-select
{
	border: 1px solid #ced4da;
	padding:13px 12px;
	    padding-right: 35px;
}
.gradient-bg
{
	background-image: url(	../images/green-yellow-bg.jpg);
	background-size: cover;
	background-position: center;
	padding:40px 60px;color:#fff;
}
.gradient-bg h2
{
	color:#fff;
}
.gradient-bg p:last-child
{
	margin-bottom:0px;
}
.icon-box img
{
  margin-bottom: 24px;
}
.fullwidthicon-box
{
	border: 2px solid #29719c;
    padding: 38px 34px;position:relative;z-index:9999;
	height:100%;
}
.fullwidthicon-box .number
{
	color: #0093bc;
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 18px;
    z-index: -9;
}
.fullwidthicon-box .d-flex img
{
	margin-right:20px;
}
.fullwidthicon-box .d-flex img, .fullwidthicon-box .d-flex h4
{
	margin-bottom:0px;
}
.fullwidthicon-box .d-flex
{
	margin-bottom:24px;
}
.icon-box p, .fullwidthicon-box p
{
	margin-bottom:0px;
}
.icon-box h4, .icon-box h4 a,  .icon-box h5
{
	color: #282828;
}
.icon-box h5
{
 margin-bottom:0px;
}
.bg-green-full .icon-box h5
{
	color: #fff;
}
.icon-box h1
{	   
    font-weight: 800;
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 18px;
}
.sdg-box .bg-green
{	
	padding: 120px;color: #fff;
}
.sdg-box img
{
	padding: 0px 30px;
}
.sdg-box h2, .sdg-box h5
{
	color: #fff;
}
.sdg-box h2
{
	margin-bottom: 40px;
}
.git-box
{
	height:100%;
	box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
	border-radius: 0px 0px 4px 4px;position:relative;
	padding-bottom:50px;
}
.git-box .git-header
{
  padding:14px 30px;
  background-color:#0055aa;	text-align:center;
  border-radius: 4px 4px 0px 0px;
}

.git-box .git-header h4
{
	color:#fff;margin-bottom:0px;
	line-height: 22px;
    font-weight: 600;
}
.git-box .git-body
{
	padding:28px;
}
.git-body ul
{
	border-bottom: 1px solid #c2c2c2;
	padding-bottom:10px;margin-bottom:20px !important;
}
.git-body ul:last-of-type
{
	border-bottom:0px;
}
.git-body ul li p strong
{
	font-weight:600;
}
.git-body .rm-button {
    position: absolute;
    bottom: 28px;
	left:0;right:0;
	 display:inline-table;
	 margin:0 auto;
}
.team-box
{
	padding:60px 40px;border-radius:4px;
	height:100%;
}
.team-box p, .team-box h4
{
	color:#fff;
}
.team-box h4
{
	min-height:80px;
}
.team-box  .d-flex 
{
	margin:40px 0px;
}
.team-box  .d-flex img
{
	margin:0px 20px 0px 0px;
}
.team-box  .d-flex h4
{
	margin-bottom:0px;
	min-height:auto;
}
.team-box .line
{
	top: 0px;
	background: #116b9a;
	height: 4px;
    width: 24%;
	left:auto;right:auto;
}
.bg-blue.team-box .line
{
	background: #f1a61c;
}
.vm-img
{
	background: url(../images/aboutus/our-purpose/vm-img.jpg) center no-repeat;
	background-size: cover;
	height: 100%;min-height: 400px;
}
#page-banner
{
	position: relative;
	
}
#page-banner:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-image: url(	../images/blue-overlay-img.png);
	background-size: cover;
	background-position: center;
	background-color:rgba(0,0,0,0.1);
}
.pagetitile
{
  color: #fff;
  position: absolute; 
	
	text-align: center;
	top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
}
.pagetitile h4
{
	color: #f9f9f9;font-weight: 500;
	margin-bottom: 0px;display:none;
}
.page-breadcrumbs
{
	font-size: 15px;
	position: absolute; 
	bottom: 20px;
	text-align: center;
	color: #f9f9f9;
	width: 100%;font-weight: 500;
}
.page-breadcrumbs a
{
	color: #f9f9f9;
}
.pp-box
{
	background-color: #39ac37;
    padding: 32px 40px;
    color: #fff;
    max-width: 380px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.pp-box img
{
  margin-right: 20px;
}
.carbon-box
{
	background-color: #8bbd4a;
    padding: 55px 45px;
    color: #fff;
    max-width: 270px;
    border-radius: 4px 4px 0px 4px;
    position: absolute;
    bottom: 0;    
}
.carbon-box:after
{
	content: "";
    display: block;
    border-width: 8px 12px 8px;
    border-style: solid;
    border-color: #8bbd4a transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -16px;
    border-left-color: transparent;
    border-right-color: #8bbd4a;
    left: auto;
    right: 0;	
    margin: 0;
}
.carbon-box img
{
	margin-bottom: 20px;
}
.carbon-box h4
{
	color: #fff;
}



/**************Gloabal Offices*******************/
.accordion-item {	
	border-radius: 4px;
}
.accordion-item:not(:last-child) {
	margin-bottom: 24px;
}
.accordion-header {
	padding: 18px 24px;
    padding-right: 50px;
    color: #0d2a3c;
    position: relative;
    cursor: pointer;   
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;    
    border: 1px solid #eaeaea;
    line-height: 26px;
}
.open-accordion .accordion-header
{
    background-color: #116b9a;
    color: #fff; border-radius: 4px 4px 0px 0px;
	border: none;
}
.accordion-header::after 
{
	content: '';	    
    display: block;
    width: 25px;
    height: 25px;
	line-height: 25px;    
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: 900;
    background-size: contain;
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free";
    transition: all .4s ease;
    background-color: #0d2a3c;   
    text-align: center;
    border-radius: 50%;    
    font-size: 12px;
}
.accordion-body {
	
	display: none;	
    padding: 30px 24px;
	box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}
.open-accordion .accordion-body {
	display: block;border-radius: 0px 0px 4px 4px;
	
}
.open-accordion .accordion-header::after {
	transform: rotate(-180deg);
}
#globalinfo-wrapeer article:last-child
{
	padding:80px 0px;background-color: rgb(62, 174, 60, 0.04);
}
.locations-box h4
{
	margin-bottom:24px;
}
.locations-box h5
{	
    color:#282828; margin-top: 10px; 
}
.locations-box .accordion-body .row
{
	border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.open-accordion .accordion-body .row:last-child
{
	border-bottom:0px;margin-bottom: 0px;
    padding-bottom: 0px;
}
.locations-box  ul, .git-body ul
{
	 margin: 0;
	font-size: 100%;
	line-height: normal;
	list-style: none outside;
}
.locations-box ul li, .git-body ul li
{
	margin: 0;
	list-style: none;
	position: relative;
	padding: 11px 0 11px 26px;
	word-wrap: break-word; 	
}
.locations-box ul li {
    margin-bottom: 10px;
}
.locations-box ul li:last-child {
    margin-bottom: 0px;
}
.locations-box  ul li .icon, .git-body ul li .icon
{
	position: absolute;
	left: 0;	
	display: block;
	color: #fdb813;			
	line-height: 18px;
	font-size: 18px;
	text-align: center;
	margin-top: 3px;
}
.locations-box ul li p, .git-body ul li p
{
   margin:0px;
}
.locations-box ul li p a, .locations-box ul li p
{
   color: #282828;line-height:24px;font-weight: 500;
}		  
.locations-box h4 span
{
   display:block; font-size:14px;line-height:16px;font-weight:400;
   margin-top:2px;
}
.bg-blue.locations-box ul li p, .bg-blue.locations-box ul li .icon, .bg-blue.locations-box ul li p a
{
	color:#fff;
}
.git-body ul li, .git-body ul li .icon
{
	border:none;color:#0d2a3c;
}
.git-body ul li
{
	padding:0px 0px 0px 30px;
	margin-bottom: 16px;
	font-size: 16px;
    font-weight: 400;
}
.git-body ul li .icon
{
	    line-height: 18px;
    font-size: 18px;
	margin-top:0px;
	top:0;
}
.git-body ul li p a
{
	color:#0d2a3c;
}
.privacy-policy .locations-box ul li
{
	margin-bottom:0px;padding: 5px 0 5px 28px;
}
.privacy-policy  .ul-list li::before
{
	content:"\f054";
	width:20px;height:20px;line-height:20px;
}
.privacy-policy  .locations-box
{
	margin-bottom:18px;
}
.privacy-policy .z-tabs.horizontal > ul > li > a {
	font-size:22px !important;
}
.privacy-policy .z-tabs.horizontal > ul > li {
	margin:0px !important;
}
/************* articlebox************/
.articlebox-wrapper
{				
  background-color: #fff;		
  box-sizing: border-box;
  border-radius: 4px;	
}
.articlebox-img
{
  width: 52%;
  display: inline-block;
  vertical-align: middle;
}
.articlebox-img img
{
   border-radius:4px;
}
.articlebox-desc
{
  width: 45%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: middle;
} 
.articlebox p
{
   margin-bottom:0px;
}	 
/***************************BOX STYLE css******************/
.imgtext-box p:last-child
{
	margin-bottom:0px;
}
.owl-iconbox
{
	padding:60px 30px;
	text-align:center;	
	border-radius:8px;
	border: 1px solid #ebebeb;
    box-shadow: inset #535353 0px 0px 15px -12px;
	height:100%;background-color:#fff;position:relative;
}
.owl-iconbox img
{
	margin:0 auto;
}
.owl-iconbox h4
{
	margin:30px 0px 20px 0px;
}
.owl-iconbox p:last-child
{
	margin-bottom:0px;
}
.number-button span
{
	font-size: 30px;
    color: #0066a4;   
    font-weight: 700;    
    line-height: 36px;
    display: inline-block;
}
.number-button
{
	position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.line {
    height: 2px;
    width: 18%;
    margin: 0 auto;
    background: #0066a4;
    overflow: hidden;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.owl-iconbox:hover .line
{
	    width: 35%;
}
/***************Home Page******************/

  .r-fullwidth h3, .r-fullwidth h4
  {
	color:#fff;	
  }
  .r-fullwidth h4 span
  {
	  display:block;
  }
  .r-fullwidth p
  {
	  margin-bottom:0px;
	  color: #efefef;
	  font-weight: 300;
  }
  .r-fullwidth h4
  {
	  margin:24px 0px 15px 0px;
  }
   .gs-box, .ps-box, .efs-box, .bs-box
   {
		  
	  color:#fff;
	  flex: 1 0 20%;
	  padding: 35px 30px;
	  color: #fff;
	  background-size: cover; 
   }
   .gs-box p
   {
	   font-weight:300;
   }
	.gs-box
	{
		background-color:#8cbd4b;
		flex: 2 40%;	border-radius: 4px 0px 0px 4px;		  
	}
	.ps-box
	{
	   background-color:#ffb631;			  
	}
	.efs-box
	{
		background-color:#006998;
	}
	.bs-box
	{
		background-color:#39ad49;
	}
	
/***************End Home Page******************/
 
/**********************Footer***************************/
footer
{
	
	background-color:#006998;padding:60px 0px;
	background-repeat:no-repeat;min-height:400px;
	position:relative;font-size:14px;color:#fff;
	
}
footer a
{
	color:#d5d5d5;	
    position: relative;
    z-index: 999;
}
footer:before
{
	content:"";
	position:absolute;top:0;bottom:0;left:0;width:100%;
	background-image:url(../images/footer/footer-left-bg.png);
	background-repeat:no-repeat;background-position:left;
	background-size:contain;
}
footer:after
{	content:"";
	position:absolute;top:0;bottom:0;width:100%;
	right:0;background-image:url(../images/footer/footer-right-bg.png);	
	background-position:right;background-repeat:no-repeat;background-size:contain;
}
footer h3
{
	margin:10px 0px 0px 0px;
	font-weight:500;
}
footer ul
{
	list-style-type:none;
}
footer h4
{
	 color:#fff;
}
footer ul, footer p {
    font-size: 15px;
    font-weight: 400;
	color:#d5d5d5;
	margin-bottom:0px;
}
footer ul li 
{
    margin-bottom: 6px;
}
.footer-copyright
{
	margin-top:40px;
	display: block;
    position: relative;
	z-index:999;
}
.footer-copyright img
{
	margin-right:6px;
}
.footer-copyright p, .footer-copyright a
{
	font-size:14px;line-height:22px;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 0px;
    display: none;
    background-color: #39ac37;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 120px 32px;
}


@media (min-width: 768px) { 
  #pagetitle-wrapper h1 
  {
	max-width:880px;
  }
}




/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
	.ml-50
	{
		margin-left:-50px;
	}
	.mr-50
	{
		margin-right:-50px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) 
{
	.
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)
{ 
  .r-fullwidth
  {
	  margin-left: calc((100% - 1240px) / 2);
	  display: flex;
	  flex-wrap: wrap;
	  margin-top:-70px;
	  padding-left: var(--bs-gutter-x, 0.75rem);
  }	
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }




/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)
{
	.r-fullwidth
  {
	 display: flex;
    flex-wrap: wrap;
  }
   .r-fullwidth h3
  {
	  margin-top:24px;
  }
   .gs-box, .ps-box, .efs-box, .bs-box
  {
	width: 25%;
    display: inline-block !important;
	flex: none !important;
  }
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { ... }

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) 
{
	
 
  .gs-box, .ps-box, .efs-box, .bs-box
  {
	width: 50%;
  }
  
  #header-wrap #logo img
  {
	   padding:14px 0px;
  }
  li.menu-item div.megamenu-arrow:after
  {
	  display:none;
  }
  .pagetitile h1
  {
	 font-size:40px;line-height:42px;
  }
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 777px)
{
	.tp-parallax-wrap, .tp-loop-wrap, .tp-caption
  {
	      min-width: 100% !important;
		  max-width:100% !important;
  }
  .rev_slider h1
  {
	  font-size:32px !important;line-height:34px !important;
  }
  .rev_slider h5
  {
	  font-size:12px !important;line-height:15px !important;
  }
}
@media (max-width: 767.98px) 
{
  footer .footer-copyright .text-end
  {
	  text-align:inherit !important;
	  margin-top:30px;
  }
  footer .footer-copyright .text-end p
  {
	  margin-bottom:20px;
  }
  
  .pagetitile h1
  {
	 font-size:32px;line-height:34px;
  }
  footer:after
  {
	  right:-190px;left:auto;
  }
  footer:before
  {
	  left:-190px;
  }
  footer
  {
	  overflow:hidden;
  }
  .back-to-top
  {
	  padding: 14px;
    border-radius: 4px;
    z-index: 999;    bottom: 20px;
	 right:8px;
  }
  .tr-box p.mb-0
  {
	 margin-left: 0px !important;
     margin-right: 0px !important;
  }
  
  
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	footer
	{
		text-align:center;
	}
	 .pagetitile h1
  {
	 font-size:24px;line-height:26px;
  }
  h2
  {
	  font-size:22px !important;line-height:26px;
  }
   .rev_slider h1
  {
	  font-size:24px !important;line-height:26px !important;
  }
  .rev_slider h5
  {
	  font-size:12px !important;line-height:15px !important;
  }
  
  .pagetitile
  {
	  width:88%;
  }
  .page-breadcrumbs
  {
	  font-size:12px;bottom: 15px;
  }
  .gs-box, .ps-box, .efs-box, .bs-box
  {
	width: 100%;text-align:center;
  }
   footer:before
  {
	  left:-300px;
  }
  footer:after
  {
	  right:-300px;
  }
  
 }



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { ... }


