@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
img {
	max-width: 100%;
}
header {
	padding: 20px 0px;
	background: url(../images/header-right.png) right no-repeat;
	background-size: contain;
}
.banner img {
	width: 100%;
}
.who-we {
	padding: 30px 0px;
	background: url(../images/abt-left.png) left center no-repeat;
	background-size: 210px 368px;
}
.whose {
	background: url(../images/who-bg.png) left 200px bottom no-repeat;
	background-size: contain
}
.whose h2 {
	font-size: 44px;
	font-weight: 600;
	padding-bottom: 8px;
	color: #27aae1;
}
.who-we p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
.who-top {
	padding-bottom: 30px;
	color: #444;
}
.who-top h3 {
	font-weight: 400;
}
.what-we-do {
	background: rgba(0, 77, 175, 0.89);
	padding: 80px 0px;
}
.whose h3 {
	font-size: 18px;
	color: #414042;
}
.whose p {
	font-size: 14px;
	color: #414042;
}
.whatwe1 h2 {
	font-weight: 600;
	font-size: 44px;
	text-align: right;
	color: #27aae1;
}
.whatwe1 {
	background: url(../images/bs1.png) right center no-repeat;
	background-size: 52px 150px;
	padding: 90px 16px;
}
.what-we-do p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
}
.bg-grey {
	background: #e6e8e8;
	padding: 30px;
	min-height: 380px;
	margin-bottom: 30px;
	transition:ease all 0.5s;
}

.bg-grey:hover {
	 transform: scale(1.08);
	 box-shadow:0px 5px 8px  rgba(0,0,0,.1);
	
}

.middle-blocks h2 {
	font-size: 30px;
	color: #27aae1;
	font-weight: bold;
}
.middle-blocks p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
}
.bk {
	background: #e6e8e8 url(../images/bk.png) bottom right no-repeat;
	min-height: 200px;
}
.expence {
	padding: 40px 0px 60px 0px;
	text-align: center;
}
.expence h2 {
	font-size: 50px;
	color: #27aae1;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 20px;
}
.expence a {
	color: #444;
	font-size: 18px;
}
footer h3 {
	font-size: 27px;
	color: #27aae1;
	font-weight: 600;
}
footer {
	color: #fff;
	font-weight: 300;
	padding: 50px 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0065d3+0,003990+100 */
	background: #0065d3; /* Old browsers */
	background: -moz-linear-gradient(left, #0065d3 0%, #003990 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065d3 0%, #003990 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065d3 0%, #003990 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065d3', endColorstr='#003990', GradientType=1 ); /* IE6-9 */
}
footer img {
	margin-top: 50px;
	max-width: 90%;
}
.s3 {
	margin-top: 50px;
}
footer p {
	font-size: 16px;
}
.bod-rit {
	border-right: 1px solid #27aae1;
}
.mk {
	text-align: right;
}
.exp {
	background: url(../images/who-bg.png) right no-repeat;
	background-size: contain
}

@media (min-width: 768px) and (max-width: 1024px) {
	.whatwe1 h2 {
     
    padding-right: 20px;
    padding-top: 20px;
}
	.middle-blocks h2 {
    font-size: 25px;
	}
	.middle-blocks p {
    font-size: 15px;
	
	}
}
@media (max-width: 768px) {
	.who-we p {
    font-size: 17px;
	}
	
	.what-we-do p {
    font-size: 17px !important;
	
	}
 
.middle-blocks {
	text-align: center;
}
.whatwe1 h2 {
	text-align: center;
}
.whose h2 {
	font-size: 34px;
}
.expence h2 {
	font-size: 34px !important;
}
.who-we {
	text-align: center;
}
.what-we-do {
	text-align: center;
}
footer {
	text-align: center;
}
footer img {
	max-height: 80px;
}
.mk {
	text-align: center;
}
}


#menuToggle
{
   display: block;
position: fixed;
top: 20px;
right: 20px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
background: #fff;
padding: 10px 6px 4px 6px;
border-radius: 5px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #004bac;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: fixed;
  min-width: 30%;
width: 300px;
margin: -57px 0 0 0;
padding: 30px;
    padding-top: 50px;
padding-top: 125px;
right: -100px;
background: #ededed;
list-style-type: none;
-webkit-font-smoothing: antialiased;
transform-origin: 0% 0%;
transform: translate(100%, 0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
height: 100vh;
}
#menu li a {color:#444;
}

#menu li a:hover {
	color:#27aae1
}
#menu li
{
  padding: 10px 0;
  font-size: 18px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

