@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html
{
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
a{
transition: 0.5s all;
}
a:hover
{
	text-decoration: none;
}
p
{
	margin: 0;
	padding: 0;
}
.col-22
{
	color: #222222;
}
.reach-bx-title:hover
{
text-decoration: none;
}
.members-div
{
	width: 200px;
}

body
{
overflow-x: hidden;
}
.tag-line
{
	    font-size: 18px;
    color: #4cc4e3;
    position: relative;
    letter-spacing: 0.6px;
    top: -5px;
}
/**/
.effect
    {
    -webkit-animation: fadeInDown 3s ease forwards;
  animation: fadeInDown 2s ease forwards;

    }
     @keyframes fadeInDown {
   from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
.service-content
{
	position: relative;
	height:208px;
	overflow: hidden;
}

.service-outer .service-content::before
{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
/*background: linear-gradient(transparent, #fff);*/
}
.service-outer.active .service-content::before{
	background: linear-gradient(transparent, transparent);
}

.info-port p {
    color: #104376;
    font-family: 'Poppins', sans-serif;
}
.port-bx .modal-title
{
	color: #104376;
}
.service-outer.active .service-content
{
height: auto;
}
.more   
{
	position: relative;
    padding: 10px 6px;
    /* background: #17e78c; */
    margin-top: 0px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    color: #004984;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
}
.more:hover
{
	text-decoration: none;
}
.service-outer.active .more
{
	color: #004984;
}
.service-outer .more::before{
	content: 'Read More';
}
.service-outer.active .more::before{
	content: 'Read Less';
}
/**/
.moretext {
  display: none;
}
.mem-ph a{
display: inline-block;
}
.middle-abt
{
	    padding: 2em 0 1em 0;
}
.tab-hide:hover
{
	background-color: transparent;
}
.middle-content-34 {
    padding: 1em 0 3em 0;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    text-align: center;
}
.effect-1
    {
      top:35px;
      left:0px;
      animation: bounceTop_01 5s linear infinite;
    }
    @keyframes bounceTop_01
{
  0%, 100%
  {
    transform: translateY(-30px);
  }
  50%
  {
    transform: translateY(0px);
  }
}


		
		#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 400px;
			background-color: #999;
		}

		.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 180px auto;
    padding: 40px;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

		
		#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 600px;
			background-color: #999;
		}
		.demo-inner-content {
			    position: relative;
			    z-index: 2;
			    margin: 60px auto 60px 100px;
			    padding: 40px;
			    max-width: 800px;
			    color: #fff;
			    top: 120px;
			    text-align:left;
			    font-size: 1.5em;
			    font-family: 'Poppins', sans-serif;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 70px 0 0 0;
			font-weight: 600;
			letter-spacing: 2px;
		}
		.demo-inner-content p {
    font-size: 16px;
    text-align: right;
    margin: 20px 0;
    position: absolute;
    right: -350px;
    bottom: -123px;
}


		/*header*/
.header{
	position: fixed;
	width:91.666667%;
	right:0;
	top:0;
	background-color: #fff;
	z-index: 99;
	/*padding: 15px;*/
}
.header-main{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
	/*border-radius: 4px;*/
}
.header .logo{
	padding: 0 15px;
}
.header.sticky .logo img
{
transition: 0.5s all;
width: 200px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0px;
	margin-top: 20px;
	margin-left: 265px;
}
.header.sticky
{
	box-shadow: 1px 8px 16px -6px rgba(0,0,0,0.4);
	background-color: #fff;
	
}
.header .menu > .menu-item{
display: inline-block;
    margin-left: 15px;
    position: relative;
    margin-right: 23px;
    margin-top: 15px;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #104376;
	text-transform: capitalize;
	font-weight: 600;
	transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #104376;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #104376;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color:#104376;
	text-decoration: none;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover
{
	color:#4db4e0;
	text-decoration: none;
}

.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 320px;
	position: absolute;
	left: -96px;
    top:100%;
	background-color:#104376;
	padding:10px 0;
	/*border-top: 3px solid #e91e63;*/
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}

.header .menu > .menu-item > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 6px;
    content: "";
    display: block;
    height:3px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    background:#104376;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.header .menu > .menu-item > a:hover:after { 
  width: 100%; 
  left: 0; 
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 8px 16px;
	font-size: 16px;
	/*font-weight: 600;*/
	color: #fff;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 29px;
    display: none;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    /* float: right; */
    position: absolute;
    right: 0;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #fff;
		z-index: 1000;
		padding: 15px 0;
		margin-top: 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #104376;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #104376;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 20px;
		color: #104376;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}

/*Middle Content*/
.top-ph
{
	position: absolute;
    top: 12px;
    /* display: block; */
    /* justify-content: center; */
    /* align-items: center; */
    right: 103px;
    margin-bottom: 13px;
}
.top-ph a
{
	color: #104376;
	font-weight: 580;
}
.info-wrapper
{
	padding: 0 30px;
}


.info-wrapper p{

color: #282728;

}

.middle-content
{
	padding: 3em 0;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	text-align: center;
}
.middle-content-ph2
{
padding: 2em 0 0 0;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	text-align: center;	
}
.main-title {
    color: #111a51;
    padding: 10px 20px;
    font-size: 29px;
    font-weight: 580;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.content{

margin-bottom:2em;
margin-left: 2em;
}
.content h3
{
	color:#111a51;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 580;
}
.right-img img{
	position: relative;
    z-index: 11;

}
.content p
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	text-align: left;
}

.vision-bx
{
        background-color: #4db4e0;
    padding: 3em 5em;
    width: 80%;
    position: absolute;
    top: -129px;
    z-index: 1;
}


.vision-bx p{
color: #fff;
font-family: 'Poppins', sans-serif;
	line-height: 30px;
	font-size: 16px;
}
.inside-wrapper p{
color: #fff;
font-family: 'Poppins', sans-serif;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.ser-bx
{
	background-color: #111a51;
	padding: 3em 3em 6em 3em;
	position: relative;
    top: 122px;
}
.title
{
	color: #fff;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
}

.inside-wrapper
{
	margin-top: 7em;
}
.counter-value {
    font-size: 45px;
    font-weight:550;
    margin-bottom: 1em;
    color: #111a51;
    line-height: 1;
     font-family: 'Poppins', sans-serif;
}
.ser-sub-bx h4
{
	 color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin: 20x 0;
    text-align: left;
    padding: 16px 6px;
    line-height: 28px;
}
.count-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #111a51;
    line-height: 30px;
     font-family: 'Poppins', sans-serif;
}
.ser-sub-bx-r
{
border-right: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx-l
{
border-left: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx-t
{
border-top: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx-b
{
border-bottom: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx
{
	
	padding: 25px 8px;
}

.ser-sub-bx-1
{
	border-bottom: 0.7px solid rgba(251,251,251,0.4);
	padding: 25px 8px;
}
.ser-sub-bx-1 h4
{
	 color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin: 20x 0;
    text-align: left;
    padding: 16px 6px;
    line-height: 28px;
}
.ser-sub-bx-out
{
	width: 20%;
	transition: 0.5s all;
	cursor: pointer;
}
.ser-sub-bx-out:hover {
background-color: #4db4e0;
}

.read-more-btn {
border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 0;
    /* width: 200px; */
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.read-more-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
   opacity: 0;
}

.read-more-btn span:after {
	font-family: FontAwesome;
  content: '\f178';
  position: absolute;
  opacity:1;
  top: 0;
  right: -60px;
  transition: 0.5s;
}

.ser-sub-bx-out:hover .read-more-btn span {
  padding-right: 25px;
   opacity: 1;
   color: #fff;
}


.ser-sub-bx-out-main
{
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-wrap: wrap;
	margin-top: 4em;
    margin-bottom: 1em;
}
.read-more-btn2
{
	    color: #fff;
	    border: 1px solid transparent;
    border-bottom: 2px solid #4db4e0;
    padding: 8px;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 3em;
    text-decoration: none;
    transition: 0.5s all;
}
.read-more-btn2:hover
{
border:  2px solid #4db4e0;
color: #fff;
text-decoration: none;
}

.read-more-btn3 {
    color: #fff;
    border: 1px solid transparent;
    border-bottom: 2px solid #111a51;
    padding: 8px;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 20px;
    text-decoration: none;
    transition: 0.5s all;
}


.read-more-btn3:hover
{
border:  2px solid #111a51;
color: #fff;
text-decoration: none;
}


.middle-content2
{
	    padding: 4em 0;
    position: relative;
    top: 100px;
        margin: 2em 0 5em 0;
}

/*Footer*/

.footer
{
	padding: 3em 0;
	background-color: #edf1f4;
}
.footer-bottom
{
	padding: 20px 0;
	background-color: #d7dde0;
}

.middle-content-wrapper
{
	padding: 3em 0 1em 0;
}

.main-title-inside {
    color: #111a51;
    padding: 0;
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.about-img img{
	    position: relative;
    right: -76px;
    width: 100%;

}
.btm-info
{
	    position: relative;
    width: 144%;
    top: 8px;

}
.puch-line
{
	    color: #111a51;
    font-size: 30px;
    font-weight: 600;
 }
 .mem-img
 {
     height: 200px;
    background-color: #104376;
    width: 100%;
    /*border: 1px solid #104376;*/
    margin-top: 1em;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
 .middle-content-wrapper-abt
 {
 	padding: 3em 0 1em 0;
 }
 .member-nm
 {
 	color: #111a51;
    margin: 1em 0 0em 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.member-nm-ql
{
	color: #104376;
	text-align: center;
 }

.mem-ph
{
	color: #282728;
	margin-top: 4px;
	text-align: center;
	line-height: 28px;
}
.reach-bx
{
	background-color: #104376;
	padding: 40px;
}

.reach-bx-title
{
	color: #4db4e0;
	fon-weight: 600;
	font-size: 34px;
	text-align: center;
}
.contact-right
{
	background-color: #fff;
	padding: 20px 30px;
}

.contact-left
{
	background-color: #104376;
	padding:31px 30px 20px 30px;
	height: 520px;
}
.contact-left h2
{
	font-size: 26px;
    font-weight: 580;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.contact-left p{
	  color: #fff;
    font-family: 'Poppins', sans-serif;

}

.contact-right p{
	  color: #104376;
    font-family: 'Poppins', sans-serif;

}

.contact-right label
{
	color: #104376;
}


.contact-right .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #104376;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.textara-input
{
	 border: 1px solid #104376;
}
.sub-btn
{
	background-color: #104376;
	color: #4db4e0;
	padding: 10px;
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #104376;
	text-decoration: none;
	transition: 0.5s all;
}

.sub-btn:hover
{
border: 1px solid #104376;
background-color: #fff;
color: #104376;
text-decoration: none;
}
.ser-sub-bx-r-mob-tab-1
{
	border-bottom: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-link li {
    list-style-type: none;
    padding-bottom: 5px;
    color: #222222;
}

.footer-link li a {
/*    font-size: 14px;*/
    color: #222222;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    font-weight: normal;
    transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}

.footer-link li a:hover {
    padding-left: 14px;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.footer h4
{
	color: #222222;
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: 550;
}
.footer-link li .fa {
    color: #4d4d4d;
    font-size: 27px;
    text-align: center;
    padding: 0 10px;
    transition: 0.5s all;
    margin-top: 10px;
}
.footer-link li .fa:hover
{
	color: #034c87;
}
.footer h3
{
	color: #222222;
	font-size: 18px;
	font-weight: 550;
	margin-bottom: 10px;
}

.bg-4db4e0
{
	    background-color: #4db4e0;
    padding: 4em 3em;
    height: 484px;
    margin-top: 53px;
}
.abt-img img:before
{
	content: '';
	width: #000;
	position: absolute;
	widht: 400px;
}
.list-philosophy
{
	    padding-left: 18px;
}
.list-philosophy li{
	margin-bottom: 2em;
}

.list-philosophy li:before {    
 font-family: FontAwesome;
    content: '\f05d';
    color: #fff;
    margin: 0 15px 0 -31px;
    font-size: 20px;
    font-weight: normal;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item a, .active
{
	color: #fff;
	font-size: 16px;
}

.breadcrumb-item.active {
   color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: ">";
}
.breadcrumb
{
	align-items: flex-end;
}
/*.nav-breadcrumb
{
	position: relative;
    top: 80px;
}*/
.map{
	position: relative;
	    top: -160px;
    z-index: -1;
    height: 281px;
}
.port-bx
{
	margin-bottom: 2em;
}

.port-bx h3
{
	color: #104376;
	font-weight: 600;
	font-size: 17px;
	text-align: left;
	margin: 20px 0;
	 font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.item-title
{
	color: #104376;
	font-weight: 600;
	font-size: 22px;
	text-align: left;
	margin: 2em 0;
	 font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.icon-ser
{
	position: absolute;
    bottom: 1px;
    background-color: #104376;
    height: 66px;
    left: 1px;
    background-color: #104376;
    height: 66px;
    width: 66px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-rel
{
	position: relative;
	overflow: hidden;
	 transition: 0.3s all ease-in-out;
}
.service-outer
{
	 transition: 0.3s all ease-in-out;
	cursor: pointer;
	padding-bottom: 10px;
}
.service-outer img{
	transition: 0.3s ease-in-out;
}
.service-outer:hover img
{
 overflow: hidden;
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}
.service-outer:hover
{
	box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
}
.service-outer h3
{
	color: #104376;
	font-weight: 600;
	font-size: 17px;
	text-align: left;
	margin: 16px 0 16px 0;
	line-height: 28px;
	 padding: 0 6px;
	 font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.moreless-button
{
	    color: #004884;
    font-size: 14px;
    margin: 8px 0;
    display: inline-block;
}

.service-outer p
{
	color: #000;
	 font-family: 'Roboto', sans-serif;
	 padding: 0 6px;
}
.service-outer
{
	margin-bottom: 40px;
}

/*Media Query*/

@media only screen and (max-width: 768px) {


.top-ph {
    position: absolute;
    top: 4px;
    /* display: block; */
    /* justify-content: center; */
    /* align-items: center; */
    right: 25px;
    margin-bottom: 13px;
    font-size: 14px;
}

.header.sticky .logo {
    padding: 0 15px;
    margin: 14px 0 0 0;
    transition: 0.5s all;
}
.member-nm {
    color: #111a51;
    margin: 1em 0 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.btn-tab-info
{
	    position: relative;
    width: 600px;
}
.btm-info {
    position: relative;
    width: 600px;
    top: 8px;
}
.about-img img {
    position: relative;
    right: -23px;
    width: 100%;
}
.reach-bx-title {
    color: #4db4e0;
    fon-weight: 600;
    font-size: 29px;
    text-align: center;
        margin-bottom: 0;
}
.reach-bx {
    background-color: #104376;
    padding: 19px;
}
.mem-img {
    height: 150px;
    background-color: #104376;
    width: 100%;
    border: 1px solid #104376;
    margin-top: 1em;
    border-radius: 10px;
}
.footer {
    padding: 2em 0;
    background-color: #edf1f4;
}
.footer-link li .fa {
    color: #4d4d4d;
    font-size: 25px;
    text-align: left;
    padding: 0 10px;
    transition: 0.5s all;
    margin-top: 0;
    /* padding-right: 10px; */
}
.footer h4 {
    color: #222222;
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 600;
}
.counter-value {
    font-size: 35px;
    font-weight: 550;
    margin-bottom: 1em;
    color: #111a51;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 180px auto 180px 100px;
    padding: 0px;
    max-width: 800px;
    color: #fff;
    top: 120px;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
}

.content {
    margin-bottom: 2em;
    margin-left: 0;
}
.ser-sub-bx-out {
    width: 32%;
    transition: 0.5s all;
    cursor: pointer;
}
.vision-bx {
    background-color: #4db4e0;
    padding: 3em 4em;
    width: 80%;
    position: absolute;
    top: -69px;
    z-index: 1;
}
.ser-bx {
    background-color: #111a51;
    padding: 3em 3em 3em 3em;
    position: relative;
    top: 282px;

}
.middle-content2 {
    padding: 4em 0;
    position: relative;
    top: 100px;
    margin: 12em 0 5em 0;
}
.ser-sub-bx, .ser-sub-bx-1
{
	height: 220px;
}
.ser-sub-bx-b-tab
{
	border-right: none;
}
.ser-sub-bx {
    padding: 25px 8px;
 }
 .tab-hide
 {
 	display: none;
 }
 .ser-sub-bx-r-mob-tab {
    border-right: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx-r-mob-tab-1{
    border-right: none;
}
.ser-sub-bx-r-mob-tab-11
{
	border-bottom: 0.7px solid rgba(251,251,251,0.4);
	border-right: none;
}
.footer-bottom p
{
	font-size: 14px;
}
.members-div a{
display: block;
}
}

@media only screen and (max-width: 600px) {

.ser-sub-bx-r-mob-tab-1 {
    border-right: 0.7px solid rgba(251,251,251,0.4);
}
.members-div a{
display: block;
}
.footer-bottom p
{
	font-size: 12px;
}
.ser-sub-bx-b-mob-tab-1
{
	border-bottom:0.7px solid rgba(251,251,251,0.4) ;
}
.ser-sub-bx-r-mob-tab-1 {
    border-right: block;
}
.footer-bottom {
    padding: 12px 0 10px 0;
    background-color: #d7dde0;
}
.header .open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 10px;
    display: block;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    /* float: right; */
    position: absolute;
    right: -8px;
    top: 40px;
}
.mem-img {
        height: 156px;
    background-color: #104376;
    width: 100%;
    border: 1px solid #104376;
    margin-top: 1em;
    border-radius: 10px;
}
.demo-inner-content h1 {
    font-size: 30px;
    margin: 0;
}
 .ser-sub-bx-r-mob-tab {
    border-right: none;
}
.ser-sub-bx-r-mob
{
	border-right: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx-b-tab
{
	border-right: 0.7px solid rgba(251,251,251,0.4);
}
.ser-sub-bx-none
{
	border-right: none;
}
.ser-sub-bx, .ser-sub-bx-1 img{
margin-left: auto;
margin-right:auto;
display: block;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 180px auto 180px 0px;
    padding: 40px;
    max-width: 800px;
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 180px auto 80px 0px;
    padding: 40px 6px;
    max-width: 800px;
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
}
.read-more-btn span:after {
    font-family: FontAwesome;
    content: '\f178';
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    transition: 0.5s;
}
.ser-sub-bx-1
{
	border-bottom: 0.7px solid rgba(251,251,251,0.4);
	padding: 25px 8px;
}
.ser-sub-bx-b-mob
{
	border-bottom: 0.7px solid rgba(251,251,251,0.4);
}
.read-more-btn2
{
	padding: 8px 0;
	margin-top: 1em;
}
.read-more-btn2:hover
{
	padding: 8px;
}

.header .menu > .menu-item > a:after
{
	display: none;
}
.info-wrapper {
    padding: 0;
}

.info-wrapper p {
    color: #282728;
    text-align: justify;
}

.main-title {
    color: #111a51;
    padding: 0;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    text-align: left;
}

.middle-content {
    padding: 2em 0 1em 0;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    text-align: center;
}

.ser-bx {
    background-color: #111a51;
    padding: 3em 1em 1em 1em;
    position: relative;
    top: 0;
}
.inside-wrapper {
    margin-top: 0;
}
.middle-content2 {
    padding: 4em 0;
    position: relative;
    top: 0;
    margin: 0em 0 0em 0;
}
.vision-bx {
    background-color: #4db4e0;
    padding: 7em 2em 2em 2em;
    width: 100%;
    position: relative;
    top: -129px;
    z-index: 1;
}
.ser-sub-bx-out {
    width: 50%;
    transition: 0.5s all;
    cursor: pointer;
}
.mr-tp-84
{
	    margin-top: -84px;

}
.btm-info {
    position: relative;
    width: 100%;
    top: 0;
}
.about-img img {
    position: relative;
    right: 0;
    width: 100%;
}
.bg-4db4e0 {
    background-color: #4db4e0;
    padding: 4em 3em;
    height: auto;
    margin-top: 0;
}
.middle-content-wrapper {
    padding: 2em 0 0em 0;
}
.members-div
{
	margin-bottom: 1em;
}
.member-nm {
    color: #111a51;
    margin: 1em 0 0em 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.port-bx h3 {
    color: #104376;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.d-sm-none
{
	display: none;
}
.mt-40
{

    margin-top: 20px;

}
.top-ph
{
	display: none;
}
.btn-tab-info
{
	    position: relative;
    width: 100%;
}
.btm-info {
    position: relative;
    width: 100%;
    top: 8px;
}
.reach-bx-title {
    color: #4db4e0;
    fon-weight: 600;
    font-size: 22px;
    text-align: center;
        margin-bottom: 0;
}
.reach-bx {
    background-color: #104376;
    padding: 18px;
}
.header.sticky .logo {
    padding: 0 15px;
    margin: 0px 0 0 0;
    transition: 0.5s all;
}
.footer-link li .fa {
    color: #4d4d4d;
    font-size: 25px;
    text-align: center;
    padding: 0 10px;
    transition: 0.5s all;
    margin-top: 3px;
    /* padding-right: 10px; */
}
.footer h4 {
    color: #222222;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}
.ser-sub-bx h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 20x 0;
    text-align: center;
    padding: 5px 0px;
    line-height: 22px;
}
.ser-sub-bx img
{
display: block;
margin: 0 auto;
}
.ser-sub-bx-1 h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 20x 0;
    text-align: center;
    padding: 5px 0px;
    line-height: 22px;
}
.ser-sub-bx-out-main {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-top: 2em;
    margin-bottom: 1em;
}
.ser-sub-bx {
    padding: 6px;
}
.ser-sub-bx, .ser-sub-bx-1 {
    height: 180px;
}
.footer-link li {
    list-style-type: none;
    padding-bottom: 0;
    color: #222222;
}
.service-outer h3
{
	margin: 10px 0 10px 0;
}
.service-outer {
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 320px)
{
.ser-sub-bx, .ser-sub-bx-1 {
    height: 229px;
}