

html, body {
  overflow-x: hidden;
  }
body{
	
	line-height: 1.5;
}

.ptb-100{
	padding-bottom:100px;
	padding-top:100px;
}

.pt-100{
	padding-top:100px;
}

.pb-100{
	padding-bottom:100px;
}


.pt-80{
	padding-top:80px;
}

.pb-80{
	padding-bottom:80px;
}

.pt-60{
	padding-top:60px;
}

.pb-60{
	padding-bottom:60px;
}

.pt-50{
	padding-top:50px;
}

.pb-50{
	padding-bottom:50px;
}


.title{
	font-size:30px;
	font-weight:bold;
}

.bluedark-text-color{
	color:#065489;
}

.bluelight-text-color{
	color:#00bbff;
}

.white-text-color{
	color:#ffffff;
}

.sub-title{
	font-size:20px;
}

.btn-new {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff!important;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border:none;
}
.btn-new:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #274385;
  border-radius: 10px;
  z-index: -2;
}
.btn-new:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00bbff;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.btn-new:hover {
  color: #fff;
}
.btn-new:hover:before {
  width: 100%;
}

.icondiv{
	box-shadow: 0 0 15px #d6d6d6;
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 10px;
	height: 60px;
}

.icondiv img{
	width:36px;
}

.ms-block{
	box-shadow: 0 0 15px #d6d6d6;
    padding: 30px 15px;
    border-radius: 10px;
	height: 100%;
	background-color: #fff;
}

.iconarrow img{
	width:22px;
	max-width:22px;
}

.prdiv img{
	border-radius:15px;
	width: 100%;
}

.prinfo{
	background-color: #0068c9;
    border-radius: 15px;
    padding: 30px;
    margin: -70px 25px 0 25px;
    z-index: 9;
    position: relative;
}

.prinfo .sub-title{
	font-size:18px;
}

.pr-icon{
    background-color: #fff;
    border-radius: 100px;
    height: 40px;
    padding: 5px 8px;
    text-align: center;
    font-weight: bold;
    color: #0068c9;
}

.blue-mid-section{
  text-align: center;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f1f8ff;
}
.career-list .sub-title{
	font-size:18px;
} 

.contact-section{
    background-image: url(../images/new-home/contact-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
	padding:50px 0 40px 0;
	background-size: cover;
}


.contact-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff!important;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #12ace7;
  border-radius: 10px;
  z-index: -2;
}
.contact-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ff9140;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.contact-btn:hover {
  color: #fff;
}
.contact-btn:hover:before {
  width: 100%;
}

.footer .title{
	font-size:30px;
}

.footer input{
	background-color:#e2e2e2;
}

.footer-nav ul li a{
	/* color:#333; */
    color: #333;
	font-size:17px;
	font-weight:500;
}
.footer-nav ul li a:hover{
	color:#12ace7;
}



.owl-carousel .owl-item .profile-div img{
	width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.testimonial-carousel .list-div{
	padding-left: 75px;
    padding-right: 75px;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    border-right: #196199 solid 15px;
    border-radius: 50px;
    border-bottom: #196199 solid 20px;
	height:100%;
	padding-top: 50px;
    padding-bottom: 50px;
}

.profile-info{
	padding:0px 10px 25px 10px;
}

.profile-info p{
	font-size:20px;
}

.profile-footer{
	padding:0px 10px 0px 10px;
}

.profile-footer p{
	font-size:20px;
	color:#065489;
	font-weight:bold;
}

body .owl-carousel .owl-nav button.owl-prev span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    margin-top: -6px;
    color: #ffffff;
}

body .owl-carousel .owl-nav button.owl-next span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    margin-top: -6px;
    color: #ffffff;
}


body .owl-carousel .owl-nav button.owl-prev {
    background-color: #274385;
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: 42px;
    width: 42px;
    transition: all 0.3s ease-in-out;
}

body .owl-carousel .owl-nav button.owl-next {
    background-color: #274385;
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: 42px;
    width: 42px;
    transition: all 0.3s ease-in-out;
}
.owl-prev::before, .owl-next::before {
    content: '\f237';
	display:none;
}
.owl-prev:after, .owl-next:after{
  background: #00bbff;
  color: #fff;
  border-color: #00bbff;
}

.quoteiconl img{
	position: absolute;
    bottom: -30px;
    left: 50px;
    z-index: 9;
}

.quoteiconr img{
	position: absolute;
    bottom: -30px;
    right: 50px;
    z-index: 9;
	transform: rotate(180deg);
}

body .owl-carousel .owl-item .profile-logo img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


.testimonial-carousel .owl-dots{
	    margin: 0;
}

/* .testimonial-carousel .owl-stage{
	 height: 100%;
}

.testimonial-carousel .owl-stage-outer{
	    height: 100%;
}

.testimonial-carousel.owl-drag .owl-item {
    
    height: 100%;
    display: flex;
} */


/* .profile-div::after{
	content: '';
	background-image: url(../images/new-home/quote.webp);
	width: 60px;
    height: 60px;
    position: absolute;
    top: 110px
} */

.product-list{
	box-shadow: 0 0 15px #d6d6d6;
    padding: 25px 25px;
    border-radius: 10px;
	height:100%;
}

.product-list h4{
	font-size:24px;
	font-weight:bold;
}

.owl-carousel .owl-item  .product-list img{
	width:auto;
	padding-bottom:0px;
}

.product-section{
	position:relative;
}

.product-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -40px;
    right: 60px;
}

.product-section .owl-prev{
	left: -52px;
}

.product-section .owl-next{
	right: -52px;
}

.team-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -74px;
    right: 60px;
}

.team-section .round-icon {
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 250px;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.team-section .owl-prev{
	left: -52px;
}

.team-section .owl-next{
	right: -52px;
}
.product-section .owl-dots{
	display:none;
}

.product-section .owl-carousel{
	margin-top:0;
}

.product-section .owl-carousel .owl-stage{
	display: flex;
	padding-top:25px;
	padding-bottom:25px;
}

.product-carousel .sub-title{
	line-height: 26px;
    font-size: 18px;
    word-break: break-word;
}

.product-section .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.product-section .card-header{
	background-color:transparent;
	padding:0;
	border:none;
}

.product-section .card-body{
	padding-left:0;
	padding-right:0;
}

.product-section .card-footer{
	background-color:transparent;
	padding:0;
	border:none;
	
}

.product-section .card-footer a{
	font-size:16px;
}

.product-list:hover{
	transform: scale(1);
    transition: all 0.3s ease-in-out;
	background-color:#274385;
	color:#fff;
}
.product-list:hover h4, .product-list:hover a{
	color:#fff;
}

.media-section small{
	font-size:16px;
}


.product-section .round-icon{
	position: absolute;
    right: 0px;
    width: 100%;
    max-width: 250px;
	animation-name: spin;
	animation-duration: 10000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	

}

.spin-icon{
	position: absolute;
    right: 30px;
    width: 100%;
    max-width: 250px;
	animation-name: spin;
	animation-duration: 10000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	bottom: 0;
    z-index: -1;

}

.shape-icon-2{
	position: absolute;
    right: 0px;
    width: 100%;
    max-width: 110px;
	top:180px;
}

.shape-icon-3{
	position: absolute;
    left: 0px;
    width: 100%;
    max-width: 110px;
	bottom:-100px;
}

.inner-shape-icon-3{
	position: absolute;
    left: 0px;
    width: 100%;
    max-width: 50px;
	bottom:-40px;
}

.shape-icon-4{
	position: absolute;
    right: 0px;
    width: 100%;
    max-width: 110px;
	bottom:200px;
}

.client-icon-1{
	position: absolute;
    left: 0px;
    width: 100%;
    max-width: 150px;
	top:125px;
}

.client-icon-2{
	position: absolute;
    right: 0px;
    width: 100%;
    max-width: 150px;
	top:190px;
}

.circle-icon{
	position: absolute;
    right: -15px;
    width: 100%;
    max-width: 200px;
    top: -30px;
    z-index: -1;
}
.banner-shape-icon{
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 71px;
    top: -51px;
    z-index: 9;
}

.innerbanner-shape-icon {
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 71px;
    bottom: -90px;
    z-index: 9;
	transform: rotate(180deg);
}

.banner-bg-icon-1{
	 position: absolute;
    left: 0px;
    width: 100%;
    max-width: 200px;
    top: 0px;
    z-index: 0;
}

.inner-banner{
	position: absolute;
	right:-15px;
}

.ui-to-top {
	right: 20px;
    bottom: 20px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    background: #045188;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    border-radius: 50%;
    will-change: transform;
}

.swiper-slide-caption h1 {
    font-size: 30px;
	color:#1975cb;
}

.swiper-slide-caption h2{
	font-size: 42px;
	color:#274385;
	font-weight:bold;
}

.swiper-slide-caption h4 {
	color:#333;
	font-size:20px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
    background: #ffb841;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(0 106 197);
    transition: .2s;
}

.swiper-slider-2 .swiper-pagination {
   position: absolute;
   bottom:30px;
}

.rd-navbar-toggle {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: none;
  display: none;
  right: 0;
}

.rd-navbar-static .rd-nav-link {
    
    font-weight: 400;
}

.rd-navbar-creative.rd-navbar-static .brand-logo-light {
    display: block;
    position: relative;
    top: 6px;
}


.rd-navbar-creative.rd-navbar-static .contact-link .rd-nav-link{
	display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff!important;
    font-size: 18px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	top: 15px;
}

.contact-link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #274385;
  border-radius: 10px;
  z-index: -2;
}
.contact-link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00bbff;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.contact-link a:hover {
  color: #fff;
}
.contact-link a:hover:before {
  width: 100%;
}

.breadcrumbs-custom > li > a {
    color: #fff;
}

.breadcrumbs-custom > li {
    display: inline-block;
    color: #49c6ff;
}

.breadcrumbs-custom > li:not(:last-child):after {
    padding: 0 10px 0 10px;
    font-family: "Material Design Icons";
    content: "\f238";
    color: #ffffff;
}

.product-list {
    box-shadow: 0 0 15px #d6d6d6;
    padding: 25px 25px;
    border-radius: 10px;
    height: 100%;
}

.team-section .owl-carousel .owl-stage {
    display: flex;
	padding: 30px 0;
}


.team-section .item {
    height: 100%;
}

.team-section .card-header, .team-section .card-body{
	padding:0;
}

.team-section .card-footer{
	border:none;
	background:transparent;
	padding:0;
}



.team-section .card-body .title{
	font-size:20px;
	padding-top:15px;
}

.team-section .card-body .sub-title{
	margin-top:5px;
}

.team-section .card {
    box-shadow: 0 0 15px #d6d6d6;
    padding: 25px 25px;
    border-radius: 10px;
    height: 100%;
}

.inside-banner{
	background-color:#294383;
}

.team-carousel .sub-title {
    font-size: 18px;
	margin-bottom:30px;
}

.team-carousel .btn-new{
	font-size:16px;
}

.bg-light-blue{
	background-color: #f1f8ff;
}

.about-section .bg-light-blue{
	text-align:center;
	border-radius:10px;
	padding:30px 50px;
}

.highlight_text .sub-title{
	background-color: #274385;
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
}





.rd-navbar-creative.rd-navbar-static .rd-navbar-aside, .rd-navbar-creative.rd-navbar-static .rd-navbar-main {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 1200px){
.swiper-slider-2 .swiper-slide {
    min-height: 460px;
    padding: 0px 0px;
    text-align: left;
	background-size: 120%!important;
	background-position: top right!important;
}

.swiper-slider-2 .swiper-meta {
    padding: 55px 0px;
}

/* .container {
    max-width: 1230px;
} */

.rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 30px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    padding: 9px 0 26px 0;
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 0 0 20px 0;
}

}

@media (min-width: 768px){
.swiper-slider-2 .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px;
}
}


@media (min-width: 1700px) and (max-width: 1920px) {
	.swiper-slider-2 .swiper-slide {
	  min-height: 600px;
	  background-size: 100% !important;
	}
	
	.swiper-slide-caption{
		position:absolute;
		top:150px;
	}
	
	
	.swiper-slider-2 .swiper-pagination {
	  position: absolute;
	  bottom: 100px;
	}
}


@media (min-width: 1500px) and (max-width: 1700px) {
	.swiper-slider-2 .swiper-slide {
	  min-height: 450px;
	  background-size: 100% !important;
	}
	
	.swiper-slide-caption{
		position:absolute;
		top:100px;
	}
	
	
	.swiper-slider-2 .swiper-pagination {
	  position: absolute;
	  bottom: 0px;
	}
}

@media (min-width: 1400px) and (max-width: 1500px) {
	.swiper-slider-2 .swiper-slide {
	  min-height: 450px;
	  background-size: 110% !important;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {

  .inside-banner .inner-banner{
       display: none;
  }

	.swiper-slider-2 .swiper-slide{
	background-image: url(../images/new-home/mobile-banner.webp)!important;
	min-height: auto;
	padding: 50px 0 50px;
	background-position: right !important;
}

.swiper-slide-caption h1 {
  font-size: 30px;
  color: #fff;
}

.swiper-slide-caption h2 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.swiper-slide-caption h4 {
  color: #fff;
  font-size: 18px;
}

.banner-shape-icon{
	display:none;
}

.swiper-slider-2 .swiper-pagination {
  position: absolute;
  bottom: 15px;
}
}

@media (min-width: 320px) and (max-width: 768px) {
	.owl-carousel .owl-item .profile-div img {
    width: 100px;
	}
	
body .videodiv{
	padding: 10px 10px 10px 10px!important;
}
	
	.testimonial-carousel .list-div {
    padding-left: 15px;
    padding-right: 15px;
	}

  .inside-banner .inner-banner{
    display: none;
}
.product-section .owl-theme .owl-nav {
margin-top: 0;
position: relative;
top: 0;
right: 0;
z-index: 99;
height: 47px;
}

.product-section .owl-prev {
  left: 15px;
}

.product-section .owl-next {
  right: 15px;
}

.sub-title {
  font-size: 18px;
}

.title {
  font-size: 30px;
}

.profile-info {
  padding: 35px 50px 25px 50px;
}

.divnone{
	display:none;
}

.swiper-slider-2 .swiper-slide{
	background-image: url(../images/new-home/mobile-banner.webp)!important;
	min-height: auto;
	padding: 50px 0 50px;
	background-position: right !important;
}

.swiper-slide-caption h1 {
  font-size: 30px;
  color: #fff;
}

.swiper-slide-caption h2 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.swiper-slide-caption h4 {
  color: #fff;
  font-size: 18px;
}

.banner-shape-icon{
	display:none;
}

.swiper-slider-2 .swiper-pagination {
  position: absolute;
  bottom: 15px;
}

}

/* -------------------------------------------------------- */



/* -- tab section -- */
.section-tab-section
{
  background-color:#e1e3e5;
}
.home-tab-section nav .nav-item{
  text-align: center !important;
}
.home-tab-section .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    color: #fff;
    background-color: #0f4c7b;
}


.home-tab-section nav > .nav.nav-tabs .nav-link{

      border: none;
      padding: 18px 25px;
      border-radius:0;
      border-top:5px solid #0f4c7b;
      color: #fff;
  }

  
  .home-tab-section nav > .nav.nav-tabs .active
  {
      border: none;
	   color: #0f4c7b;
      padding: 18px 25px;
      border-radius:0;
      border-top:5px solid #0f4c7b;
  }
  
  .home-tab-section .tab-content{
    background: #ffffff;
      line-height: 25px;
      border-bottom:5px solid #0f4c7b;
  }
  .home-tab-section .tab-content .tab-pane .tab-detailss{
     padding: 60px;
  }
  .home-tab-section nav > div a.nav-item.nav-link:focus
  {
      border: none;
      border-radius:0;
      transition:background 0.20s linear;
      border-top:5px solid #0f4c7b;
  }
 .tab-list{
	  padding:15px 15px;
  }

  /* -------------- */
  .fontweight_P{
    font-weight: 400;
  }
  .bg-lightblue-100
  {
    background-color: #f1f8ff;
  }

.font-weight-bold-2
{
  font-weight: 500;
}
.joinus-details
{
  padding: 40px;
  box-shadow: 0 0 15px #d6d6d6;
  padding: 30px 30px;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
}
.opning-details
{
    padding: 0 0 0 75px;
}

.img-gallery
{
    position: relative;
}
.img-gallery h4{
    margin-top:-30px;
    color: #ffffff;
    background-color: #1a19188a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
}

.client-icon-3 {
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 150px;
    top: -129px;
}

.client-icon-4 {
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 150px;
    top: 5px;
}
.bg-img-position
{
    position: absolute;
    right: 0;
    top: -60px;
}



/* -- tab section -- */

.media-tab-section .nav-tabs .nav-link
{
    font-size: 14px;
    border: 0;
    border-radius: 0;
    background-color: #f0f9ff ;
    color: #065489 ;
}
.media-tab-section .nav-tabs .nav-item.show .nav-link, 
.media-tab-section .nav-tabs .nav-link.active{
    background-color: #065489;
    color: #ffffff;
    font-weight: 800;
}
.media-tab-section .nav-tabs 
{
    border: 0;
}
.p-20
{
    padding-right: 20px;
}
.pr-pl-20
{
    padding: 0 20px;
}
.sub-title-1
{
    font-size: 35px;
    color: #065489;
    font-weight: bold;
}

/* ---------------- image gallery ---------------------- */

.gallery .image.hide
{
    display: none;
}

.gallery .image.show
{
    animation: animate 0.4s ease;
}

@keyframes animate {
    0%{
        transform: scale(0.5);
    }
    100%
    {
        transform: scale(1);
    }
}

.gallery .image img{
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.gallery .image:hover img{
    transform: scale(1.1);
}

body .owl-carousel.gallary-carousel  .owl-nav button.owl-next,
body .owl-carousel.gallary-carousel  .owl-nav button.owl-prev{
    display: none;
}

/* ----------- Media Page Read More Button-------------- */

.btn-new-media {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 10px;
    color: #fff!important;
    font-size: 18px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    cursor: pointer;
    margin-top: 25px;
}    
  .btn-new-media:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #274385;
    border-radius: 10px;
    z-index: -2;
  }
  .btn-new-media:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00bbff;
    transition: all 0.3s;
    border-radius: 10px;
    z-index: -1;
  }
  .btn-new:hover {
    color: #fff;
  }
  .btn-new:hover:before {
    width: 100%;
  }
  .press-details h4 a:hover,.media-details h4 a:hover
  {
        color: #274385;
  }
  .press-details h5 span
  {
    color: #2ba0f0;
    font-weight: bold;
  }
.media-details h5 span{
    color: #045086;
    font-weight: bold;
}
.media-details h4 a{
    font-size: 20px;
    line-height: 25px;
}
.press-details h4 a
{
    font-size: 26px;
    font-weight: 400;
}
.media-details{
   
    padding: 10px 0;
    margin-top: 10px;
}
  .hide {
    display: none;
  }
  .readmore, .readless, .readmuchmore, .readmuchless{
    text-align:center;
  }
  .media-seperater{
    margin: 50px 0;
    border-bottom: 3px solid #cecbc8;
  }
  .PressRelease
  {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .media-date-color{
    color: #274385;
  }

  /* --- pagination --- */
   
#pagination {
    margin-left: 500px;
    margin-bottom: 50px;
}
.media-pagination ul li a{
    padding: 8px;
    background: #274385;
    color: #fff;
    border-color: #bcbcbc;
    min-width: 40px;
    display: inline-block;
    border-radius: 10px;
}
.media-pagination ul li a:hover{
    background: #00bbff;
    color: #fff;
    border-color: #00bbff;
}
.media-pagination ul li span{
    padding: 8px;
    background: #274385;
    color: #fff;
    border-color: #bcbcbc;
    min-width: 40px;
    display: inline-block;
    border-radius: 10px;
}
.media-pagination ul li span.current{
    background: #fffcfc;
    color: #000;
    border-color: #d4d4d4;
    cursor: default;
}
.media-pagination ul li span.prev,
.media-pagination ul li span.next{
    background: #00bbff;
    color: #fff;
    border-color: #00bbff;
    cursor: default;
}
.media-pagination ul li a:before{
    display: none;
}

/* ----- Contact Us Page --------- */
.client-icon-5
{
    position: absolute;
    width: 100%;
    max-width: 150px;
    z-index: -1;
    top: 910px;
    right: -5px;
}
.contactUs_form, .contactUs-details
{
    padding: 15px 40px;
    font-size: 22px;
}
.contactUs_form .rd-form .form-control
{
    padding: 15px;
} 
.social-media-icon img
{
    width: 50px;
    margin: 0 10px;
    cursor: pointer;
}
.contactUs_form .form-group textarea
{
    height: 150px;
}
.section-contactus .contactdiv
{   
    padding: 30px;
    border-radius: 10px;
    background-color: #f1f8ff;
    border-radius: 10px;
}
.contactUs_form .rd-form .form-control
{
    border-radius: 10px;
}
.contactUs_form .contact-asterisk
{
    color: #FF0000;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
     
  margin-left: 0px;
}
body .category-select .bootstrap-select .btn{

border: 1px solid #ced4da;
padding: 15px;
border-radius: 10px;
margin-left: -20px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active
{
border: 1px solid #ced4da;
padding: 15px;
border-radius: 10px;
}
.bootstrap-select > .dropdown-toggle
{
 padding: 15px;
 border-radius: 10px;
}
 .mdi-facebook
{
    background-color: #3b5998;
    color: #fff;
    padding: 10px;
    border: 2px solid #3b5998;
    border-radius: 50px;   
}
.mdi-facebook:hover
{
    background-color: #fff;
    color: #3b5998;
}
.mdi-twitter
{
    background-color:#03a9f4 ;
    color:#fff ;
    padding: 10px;
    border: 2px solid #03a9f4;
    border-radius: 50px;
}
.mdi-twitter:hover
{
    background-color: #fff;
    color: #03a9f4;
}
.mdi-linkedin
{
    background-color:  #0077b5;
    color: #fff;
    border: 2px solid  #0077b5;
    padding: 10px;
    border-radius: 50px;
}
.mdi-linkedin:hover{
    background-color: #fff;
    color: #0077b5;
}

/* ------ Site Map ------- */
.SiteMap-Links span 
{
    padding: 10px;
}
.SiteMap-Links 
{
    display: flex;  
}
.SiteMap-Links  span
{
    margin-right: 10px;
}
.SiteMap-Links  a
{
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0 0 0;
    color: #000;
}
.SiteMap-Links a:hover
{
  color:#1f7dbe;
}

/* ---- case-studies ---- */

.case-studies
{
  background-color: #274385;
}
.case-studies h6
{
  color: #fff;
  font-weight: 500;
}
.case-studies h4
{
    color: #fff;
}

/* ---- sanjeev sir profile ---- */
.profile-border
{
    padding: 0 30px;
    border-left: 5px solid #ff9140;
}
.Profile-info-1
{
  color: #274385;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}
.profile-card-box
{
  width: 100%;
  border-radius: 15px 15px;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #cfecec;
  box-shadow: 0 0 15px #cfecec;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.profile-designation
{
  color: #49c6ff;
}
.box-text
{
  color: #274385;
  font-weight: 600;
  text-align: center;
}
.Profile-info-2
{
  color: #274385;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 36px;
}
/* -- -- */

.blogsection ol {
    list-style: decimal;
	padding: 20px;
}

.blogsection ol li {
    display: list-item;
}

.blogsection h1{
	font-size: 30px;
	font-weight: 500;
}

.blogsection p{
	font-size:18px;
}

.bloglist {
    list-style: disc;
	padding: 20px;
}

.bloglist li {
    display: list-item;
}

body .bloglistnew{
	list-style: square;
}

.bloglistnew li::marker {
  color: #0cb9f5;
}

.blogactive .active{
	background-color: #edf6fa;
    font-weight: bold;
	padding-left: 15px;
    padding-right: 15px;
}
