html, body{
	height:100%;
}
body {
	font-style: normal;
	font-weight: 300;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size:1.1rem;
	overflow-x: hidden;
}

body {
    word-break: break-word;
}

.sticky.is-sticky.navbar {
    position: relative !important;
}

.sticky-wrapper {
    height: auto !important;
}

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}
a:focus {
	outline: none !important;
}
header {text-align: center;}
header .navbar-brand { margin: 0 0 0 35px;}
.sticky.navbar {
	border-radius: 0;
	border-bottom:1px solid #EEE;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sticky .show-is-sticky, .sticky .show-not-sticky {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
}
.sticky .show-not-sticky {
	opacity: 1;
	visibility: visible;
}
.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.sticky.is-sticky.navbar {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sticky.is-sticky .show-is-sticky {
	opacity: 1;
	visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
	opacity: 0;
	visibility: hidden;
}
.sticky.is-sticky .navbar-nav .nav-link{
	color:#fff;
}
.sticky.is-sticky .navbar-nav .nav-link:focus,.sticky.is-sticky .navbar-nav .nav-link:hover {
	color: #4ab449
}
.sticky.is-sticky .navbar-nav .active>.nav-link, .sticky.is-sticky .navbar-nav .nav-link.active, .sticky.is-sticky .navbar-nav .nav-link.show, .sticky.is-sticky .navbar-nav .show>.nav-link {
	color: #4ba5dc
}
.sticky .logo-light, .sticky.is-sticky .logo-dark{
	display:none;
}
.sticky .logo-dark, .sticky.is-sticky .logo-light{
	display:inherit;
}
.banner img{
	width:100%;
	height:auto;visibility:hidden;
}



.mbmenu {float: left; cursor: pointer; margin-left: 50px;}
.page-title {
       display: inline-block;
    width: 100%;
}
h2 {
	font-size: 70px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.page-title h2,.page-title h1{
color: #FFCC3D;
}
.white-sec {
	padding:80px 0;
}
.about-sec p.lead{
	    width: 80%;
    font-size: 24px;
    color: #535353;
    margin: 0 auto;
}

.counter-sec .boxes {
	text-align: center;
	padding: 70px 20px;
	width: 33.33%;
	float: left;
color: #000;
}
.counter-sec .boxes h3 {
	font-size: 48px;
	font-weight: 800;
}
.counter-sec .boxes p {
	font-size: 24px;
	font-weight: 400;
	margin:0;
}
.counter-sec .boxes.one {
	background-color:#ffcc3d;

}
.counter-sec .boxes.two {
	background-color:#ffe086;
}
.counter-sec .boxes.three {
	background-color:#fff2cb;
}

.produt-sec h3 {font-size: 22px; margin: 20px 0; color:#000; font-weight: 600;}
.produt-sec p {font-size: 18px;  color:#505050; font-weight: 300;}


.casestudy-sec {
	padding: 80px 0;
	background-color: #eeeeee;
}
.casestudy-sec-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background-color: #FFF;
	margin-bottom: 30px;
}
.casestudy-sec-box .imgside {
	    width: 50%;
    float: left;
    background-size: cover;
}
.casestudy-sec-box .contant-side {
    float: left;
    background: #FFF;
    padding: 70px 60px;
    text-align: left;
}
.casestudy-sec-box .contant-side h3 {
	 font-size: 28px;
	 font-weight: 800;
	 color: #000;
}
.casestudy-sec-box .contant-side p {
	 font-size: 18px;
	 font-weight: 300;
	 color: #000;
}

.team-sec {
	padding: 80px 0;
	background-color: #3a879b;
	text-align: center;
	color: #FFF;
}
.team-sec h2 {
	color: #FFF;
	letter-spacing: 1px;
}
.team-photo {
	width: 180px;
	height: 180px;
	border: 2px solid #FFF;
	border-radius: 50%;
	margin: 0 auto 30px auto
}
 img{
	max-width: 100%;height: auto;
}
.team-photo img{
	border-radius: 50%;
	width: 100%;height: auto;
}
.team-name {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 24px;
}
span.position {
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
}
.team-sec p {
	font-size: 21px;

}
.team-contact a {
	    border: 2px solid #FFF;
    color: #FFF;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
}
.team-contact a:hover {
	    border: 2px solid #ffcc3d;
    color: #ffcc3d;
    }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffb100;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}
.sidenav .closebtn {
	color:#FFF;
	text-decoration: none;
	font-size: 24px;
}
.sidenav li.menu-item a{
    text-decoration: none;
    color: #FFF;
    display: block;
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffc43d;
}
.sidenav li{list-style-type:none;}
.sidenav li.menu-item a:hover {
    color: #000;
    background-color: #FFF;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.newsbox, .newsbox-new {
    padding: 0 0px !important;
}
.news-box-ul{
	position:relative;
}
.news-box-ul:before{
	width:1px;
	height:100%;
	background:#363636;
	position:absolute;
	left:49%;
	top:0px;
	content:"";
}
.news-box-ul {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}
.news-box-ul li {
	width: 50%;
	float: left;
	padding: 10px 40px;
}
.news-box-ul li:last-child {
	border-left: 1px solid #363636;
}
.news-box-ul h3 {
	font-weight: 700;
	font-size: 28px;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
}
.news-box-ul p {
	font-size: 18px;
}
.readmore {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 1px; cursor:pointer;
	color: #FFCC3D !important;
}
.readmore:hover {
	color: #FFCC3D;
	text-decoration: underline;
}
.contact-sec {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.contact-sec h2 {
margin-bottom: 5px;
}
.contact-sec label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 16px;
}
.form-group {
    margin-bottom: 1rem !important;
}
footer{
	background:#000;
	color:#fff;
	padding:70px 0; clear:both;
	text-align: center;
}
footer p.common{
	font-weight: 600;
	margin-bottom: 0;
}
.footer-social-media {
	margin: 0 0 40px 0;
}
.footer-social-media a{
	margin: 0 8px;
	color: #FFF;
	font-size: 28px;

}
.footer-social-media a:hover{
	color: #FFCC3D;

}
.client-logo {
	padding: 40px 0;
    margin: 40px 0;
    position: relative;
}
.client-logo a {
	margin: 0 20px 0 0;
}
.client-logo:after {
	position: absolute;
    content: "";
    background-color: #959595;
    height: 1px;
    width: 350px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.client-logo:before {
	position: absolute;
    content: "";
    background-color: #959595;
    height: 1px;
    width: 350px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.footer-link {
	margin: 20px 0;
}
.footer-link li{list-style-type:none;/* border-right:1px solid #cbcbcb; */display:inline-block; }
.footer-link li:last-child{border:none !important;}
.footer-link li::after {
    content: "|";
    margin-left: 10px;
}
.footer-link li:last-child::after {
    content: " ";}
.footer-link a {
	color: #cbcbcb;

	font-weight: 600;
}
.footer-link a:hover {
	color: #FFCC3D;
}
.about-sec .lead p{
    width: 80%;
    font-size: 24px;
    color: #535353;
    margin: 0 auto;
}
.container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.counter-sec .vc_col-has-fill>.vc_column-inner {
    padding-top: 0;
}
.contact-info-sec .wpb_content_element {
    margin-bottom: 0;
}
.counter-sec .wpb_content_element {
    margin-bottom: 0;
}
.contact-sec textarea {
    height: 215px;
}
/* 16.04 */
.inner-page h4 {
color: #3a879b;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
}
.inner-page .black-bg {
background-color: #4c4c4c;
padding: 20px;
}
.black-bg h4{color: #FFF;}
.performance-subhead {
	color: #FFF;
    background-color: #4c4c4c;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block;

}
.inner-page .yellow-bg {
background-color:#ffcc3d;
padding: 20px;
margin-bottom: 0;
}
.yellow-bg h4{color: #000;}
.content-yellowbg {
	background-color: #ffcc3d;
padding: 20px;
color: #000;
font-weight: 400;
}
.content-yellowbdr {
	border:3px solid #ffcc3d;
	border-top: none;
padding: 20px;
}
.content-yellowbdr strong {
	font-weight: 700;
}
.content-blackbg {
	background-color: #4c4c4c;
padding: 20px;
color: #FFF;
}
ul.inner-list {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}
ul.inner-list li {
	padding-left: 20px;
    background-image: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    margin-bottom: 10px;
    font-weight: 400;
}
.top-sec {
    padding: 80px 0 0;
}
.bottom-sec{padding: 0 0 80px;}
.home-contact .form-control {
    padding: 1.1rem .75rem;
   
}
#products .vc_col-sm-4 .wpb_content_element {
    margin-bottom:0;
}
.news-outer {
	    padding-top: 30px;
    background: #fff;
}
.news-outer h3 a{color:#3A879B;}
.news-outer h3 {    font-size: 30px; margin-bottom:16px;}
.news-item:nth-child(odd){clear:both;}
a.btn-readmore {
    background-color: #ffcc3d;
    color: #fff;
	display:inline-block;
    padding: 8px 20px;
}
a.btn-readmore:hover{background:#3a879b; text-decoration:none;}
.news-item:nth-child(odd) img{float:left;margin-right:30px;max-width:100%;}
.news-item:nth-child(even) img{float:right;margin-left:30px;;max-width:100%;}

.news-item	{
		    box-shadow: 0px 0px 3px 1px #ccc;
    margin-bottom: 25px; float:left; padding:20px;
	}
.news-item h3 a {
    font-size: 24px;
    margin: 20px 0;
    color: #000;
    font-weight: 600;
}
.cs-pagination {
    float: left;
    margin: 20px 0 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 2px solid #ffcc3d!important;
	padding: 7px 10px!important;
	margin: 3px!important;
}
.cs-pagination {
    margin: 25px 0;
    padding: 20px 0;
    background: #fff;
    color: #3A879B;
    font-size: 12px;
    font-weight: bolder;
}
.cs-pagination a {
    font-weight: bolder;
    color: #3A879B;
}
.show-more{display:none;}
.show-more-new {display: none;}
.readmore-new {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFCC3D !important;
}
/*.news-box-ul .newsbox-new:last-child {
    border-left: 1px solid #363636;
} */
.news-link { margin-bottom:25px !important; display: inline-block;}
.wpcf7-form textarea.wpcf7-form-control { width:100%; padding:15px;}
.wpcf7-form input { padding:15px; margin-bottom:15px; width:100%;}
#wpcf7-f2158-p2153-o1 .wpcf7-form textarea.wpcf7-textarea { height:256px; margin-bottom:30px;} 
input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background-color: #3a879b;
    border-color: #3a879b;
    width: auto;
    padding: 15px 50px;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.news-box-ul .wpb_content_element {
	margin-bottom:0!important;
}
.navbar-brand.ipak-logo{
	margin-right: 0px;
}
.inner-banner{
	background-size:cover !important;
	background-position:center !important;
	min-height:300px;
	display:flex;
	text-align:center;
	align-items:center;
}
.inner-banner h1{
	display:inline-block;
	background: #ffcc3d;
	color:#000;
	padding:10px 20px;
	font-weight:700;
	text-transform:uppercase;
}
.h3-title{
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
}
.h3-title-new{
	font-size:31px;
	font-weight:700;
	margin-bottom:20px;
}
.img_custom .vc_single_image-img{
	min-height: 390px !important;
    object-fit: cover;
}
.white-section{
	padding:80px 0 45px 0;
}
.gray-section{
	padding:80px 0 45px 0;
	background:#f5f5f5;
}
.text-primary{
	color:#ffcc3d  !important;
}
.core-box .vc_column-inner{
	margin:0px 14px !important;
	background:#fff;
}
.core-box h4{
	font-size:21px;
	font-weight:700;
	margin-bottom:15px;
	text-transform:capitalize;
}
.core-box .wpb_content_element{
margin-bottom:20px !important;
}

.timeline {
  position: relative;
  width:940px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 440px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 440px;
  float: right;
	text-align:left;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -42px;
  content: ' ';
  display: block;
  width:24px;
  height: 24px;
  margin-top: -10px;
  background: #fff;
  border-radius: 24px;
  border: 4px solid #ffcc3d;
  z-index: 10;
}

.direction-r .flag:before {
  left: -42px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

#blog-sec ul,
.bullet-ul,
.product-list {
	margin: 0 0;
	padding: 0;
	list-style: none;
}

#blog-sec ul li,
.bullet-ul li {
	padding: 0px 0 8px 37px;
	font-size: 16px;
	line-height: 1.5;
	position:relative;
}

#blog-sec ul li::before,
.bullet-ul li::before {
    position: absolute;
    left: 2px;
    top: 5px;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:2px solid #FFCC3D;
	border-radius:50%;
    z-index: 100;
}

.bullet-ul li ul li::before {
    width: 12px;
    height: 12px;
}
#blog-sec ul li:last-child::after,
#blog-sec ul li ul li:last-child::after,
.blog-modal li:last-child::after,
.bullet-ul li ul li:last-child::after {
    content: none;
}
#blog-sec ul li::after,
.bullet-ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0px;
    bottom: 0px;
    left:9px;
    border: 1px;
    border: 1px dashed #ddd;
}

.bullet-ul li ul li::after {
    left: 7px;
}

.bullet-ul li:first-child:after{
	top:20px;
}
.bullet-ul li:last-child:after{
	bottom:82%;
}
.bullet-ul li strong{
	font-weight:600;
}
.std-conduct-content b{
	font-weight:600;
	font-size:22px;
}
.vc_toggle{
	border:1px solid #b8b8b8;
	padding:10px 7px !important;
	border-radius:5px;
}
.vc_toggle h4{
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
}
.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #ffcc3d !important;
}
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
    background: #ffcc3d !important;
}
.vc_toggle_default .vc_toggle_icon {
    background: #ffcc3d !important;
    border: 1px solid #ffcc3d !important;
}
.sub-headtext span{
	background:#fff;
	padding:5px 10px;
	font-weight:600;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
	letter-spacing:-.5px;
}
.navbar{
	justify-content:space-between !important;
}

/*.blog-box {*/
/*    padding: 0 10px;*/
/*}*/

.blog-img {
    border-radius: 100%;
    height: 180px;
    width: 180px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid #FFF;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.team-contact {
    margin-top: 15px;
}

.blog-container {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.blog-content p:first-child {
    font-weight: 600;
    font-size: 24px;
}

.blog-container li {
    width: 25%;
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    padding-bottom: 30px;
}

.blog-container li a {
    text-decoration: none;
}

.blog-modal .blog-content .member-designation {
    color: #ffcc3d;
    font-style: italic;
    font-weight: 600;
}

.blog-content p {
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}

.blog-modal .modal-body {
    padding: 20px;
    padding-top: 25px;
    text-align: center;
}

.gride {
    display: inline-grid !important;
    grid-template-rows: min-content 1fr min-content;
}

.blog-modal .blog-content p {
    font-size: 16px;
    color: #383838;
    margin-bottom: 15px;
}

.blog-content p:nth-child(2) {
    font-style: italic;
    margin: 15px 0;
}

.blog-modal h2 {
    font-size: 22px;
    margin-bottom: 10px;
}


.blog-modal .modal-dialog {
    overflow-y: initial !important
}

.blog-modal .modal-body {
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.blog-modal .modal-body .close {
    position: fixed;
    right: 26px;
    z-index: 1;
}

.page-title {
    text-align: center;
}

.blog-modal li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
}

/*.blog-modal ul p {*/
/*    display: none;*/
/*}*/

.blog-modal li::before {
    position: absolute;
    left: 2px;
    top: 5px;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #FFCC3D;
    border-radius: 50%;
    z-index: 100;
}

.blog-modal li:first-child:after {
    top: 20px;
}
.blog-modal li::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0px;
    bottom: 0px;
    left: 9px;
    border: 1px;
    border: 1px dashed #ddd;
}

.blog-modal .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.blog-modal .modal-body::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.blog-modal .modal-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #FFCC3D;
}

.ipaknw-tag {
    height: 100%;
}

.ipaknw-tag:hover {
    text-decoration: none;
}

.ipaknw-blog {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 17px;
    transition: all .3s ease;
    height: 100%;
    color: #000;
}

.ipaknw-blog:hover {
    box-shadow: 1px 1px 13px #00000080;
    transform: scale(1.02);
    text-decoration: none;
    color: #000;
}

.contant-side h1 {
    font-size: 2rem;
}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ipaknw-content {
    padding: 20px;
    position: relative;
}

.ipaknw-content h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -3px #000;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: -55px;
}

.products-and-services .ipaknw-content,
.commercial-markets-served .ipaknw-content {
    text-align: center;
}

.products-and-services .ipaknw-content a,
.commercial-markets-served .ipaknw-content a {
    display: inline-block;
}

.products-and-services .ipaknw-content h2 ,
.commercial-markets-served .ipaknw-content h2 {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}

.third-h3 {
    font-size: 36px;
    font-weight: bold;
}

.fs-16 {
    font-size: 16px;
	text-align:center;
}
.mh-78{
	min-height:78px;
}
.number-count{
	width:50px;
	height:50px;
	border-radius:50%;
	color:#fff;
	margin:0 auto;
	font-size:22px;
	font-weight:600;
	text-align:center;
	line-height:50px;
}
.fs-2{
	font-size:40px;
}


.cd-horizontal-timelines {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timelines::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timelines.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timelines .timelines {
    position: relative;
    height: 170px;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.cd-horizontal-timelines .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 33px;
    overflow: hidden;
}

.events-content ol,
.cd-timelines-navigation,
.events-wrapper ol {
    list-style: none;
}

.cd-horizontal-timelines .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 84px;
    height: 3px;
    /* width will be set using JavaScript */
    background: #ffd25538;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timelines .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffcc3d;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timelines .events a:hover {
    text-decoration: none;
}

.cd-horizontal-timelines .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px !important;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cd-horizontal-timelines .events a::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-width: 8px;
    pointer-events: none;
    transform: rotate(90deg);
}

.cd-horizontal-timelines .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 4px solid #ffcc3d;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timelines .events ol li:first-child a {
    left: 1px !important;
}

.cd-horizontal-timelines .events ol li:nth-child(7n+1) a.older-event::after {
    border-color: #3f5bde;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+1) a.selected::after {
    background-color: #fff;
    border-color: #3f5bde;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+1) a::after {
    border-color: #3f5bde;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+1) a::after {
    border: 4px solid #3f5bde;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+1) a {
    color: #fff;
    background-color: #3f5bde;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+1) a.selected::before {
    border-left-color: #3f5bde;
}

.cd-horizontal-timelines .events ol li:nth-child(7n+2) a.older-event::after {
    border-color: #ffba51;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+2) a.selected::after {
    background-color: #fff;
    border-color: #ffba51;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+2) a::after {
    border-color: #ffba51;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+2) a::after {
    border: 4px solid #ffba51;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+2) a {
    color: #fff;
    background-color: #ffba51;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+2) a.selected::before {
    border-left-color: #ffba51;
}

.cd-horizontal-timelines .events ol li:nth-child(7n+3) a.older-event::after {
    border-color: #9de32c;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+3) a.selected::after {
    background-color: #fff;
    border-color: #9de32c;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+3) a::after {
    border-color: #9de32c;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+3) a::after {
    border: 4px solid #9de32c;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+3) a {
    color: #fff;
    background-color: #9de32c;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+3) a.selected::before {
    border-left-color: #9de32c;
}


.cd-horizontal-timelines .events ol li:nth-child(7n+4) a.older-event::after {
    border-color: #4bc4c9;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+4) a.selected::after {
    background-color: #fff;
    border-color: #4bc4c9;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+4) a::after {
    border-color: #4bc4c9;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+4) a::after {
    border: 4px solid #4bc4c9;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+4) a {
    color: #fff;
    background-color: #4bc4c9;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+4) a.selected::before {
    border-left-color: #4bc4c9;
}


.cd-horizontal-timelines .events ol li:nth-child(7n+5) a.older-event::after {
    border-color: #f0722a;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+5) a.selected::after {
    background-color: #fff;
    border-color: #f0722a;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+5) a::after {
    border-color: #f0722a;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+5) a::after {
    border: 4px solid #f0722a;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+5) a {
    color: #fff;
    background-color: #f0722a;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+5) a.selected::before {
    border-left-color: #f0722a;
}

.cd-horizontal-timelines .events ol li:nth-child(7n+6) a.older-event::after {
    border-color: #f01205;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+6) a.selected::after {
    background-color: #fff;
    border-color: #f01205;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+6) a::after {
    border-color: #f01205;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+6) a::after {
    border: 4px solid #f01205;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+6) a {
    color: #fff;
    background-color: #f01205;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+6) a.selected::before {
    border-left-color: #f01205;
}

.cd-horizontal-timelines .events ol li:nth-child(7n+7) a.older-event::after {
    border-color: #ffd026;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+7) a.selected::after {
    background-color: #fff;
    border-color: #ffd026;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+7) a::after {
    border-color: #ffd026;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+7) a::after {
    border: 4px solid #ffd026;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+7) a {
    color: #fff;
    background-color: #ffd026;
}
.cd-horizontal-timelines .events ol li:nth-child(7n+7) a.selected::before {
    border-left-color: #ffd026;
}
        

.no-touch .cd-horizontal-timelines .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timelines .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timelines .events a.selected::after {
    background-color: #ffcc3d;
    border-color: #ffcc3d;
}

.cd-horizontal-timelines .events a.older-event::after {
    border-color: #ffcc3d;
}

@media only screen and (min-width: 1100px) {

    .cd-horizontal-timelines::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timelines-navigation a {
    /* these are the left/right arrows to navigate the timelines */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px dotted #ffcc3d;
    color: #ffcc3d;
    /* replace text with an icon */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font: normal normal normal 24px/1 FontAwesome;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timelines-navigation a::after {
    /* arrow icon */
    content: "\f105";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-20px) translateY(-12.5px);
    -moz-transform: translateX(-20px) translateY(-12.5px);
    -ms-transform: translateX(-20px) translateY(-12.5px);
    -o-transform: translateX(-20px) translateY(-12.5px);
    transform: translateX(-20px) translateY(-12.5px);
}

.cd-timelines-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timelines-navigation a.next {
    right: 0;
}

.no-touch .cd-timelines-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timelines-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timelines-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timelines-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timelines .events-content {
    position: relative;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    max-width: 1300px;
    margin: 0 auto;
    /* border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    min-height: 200px;
    display: flex;
    align-items: center; */
}

.cd-horizontal-timelines .events-content ol {
    padding-left: 0;
}

.cd-horizontal-timelines .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    padding-left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timelines .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timelines .events-content li.enter-right,
.cd-horizontal-timelines .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timelines .events-content li.enter-left,
.cd-horizontal-timelines .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timelines .events-content li.leave-right,
.cd-horizontal-timelines .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timelines .events-content p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.5em;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.blog-container-box {
    background-color: #3a879b;
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
#blog-sec b{
	font-weight:700;
}
#blog-sec small{
	font-size:12px;
}