@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/***===commoncss-start=====***/

body {
  font-family: 'Open Sans', sans-serif;
  color: #0c2c70;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 134px;
}


/***===commoncss-end=====***/


/***===font-size-start=====***/

h1,
.h1 {
  font-size: 80.67px;
}

h2,
.h2 {
  font-size: 66px;
}

h3,
.h3 {
  font-size: 60px;
}

h4,
.h4 {
  font-size: 50px;
}

h5,
.h5 {
  font-size: 30px;
}

h6,
.h6 {
  font-size: 26.79px
}

p {
  font-size: 22px;
}

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

a,
button {
  outline: 0px !important;
}

a,
.btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

body,
html {
  overflow-x: hidden;
}

*:focus {
  outline: none !important;
}


/***===font-size-end=====***/


/***===commonbuttoncss-start=====***/

.text-gray {
  color: #767880;
}

.text-l-blue {
  color: #88addb;
}

.tex-d-blue {
  color: #0c1b51;
}

.bg-sky {
  background-color: #71a2cc;
}

.bg-blue {
  background-color: #0c2b6f;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #ebebeb
}

.bg-orange {
  background-color: #fd6b0a
}

.bg-blue-d {
  background-color: #0c3279;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #0c2c70;
}

.font-bold {
  font-weight: bold;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.blue-btn img {
  display: unset;
  margin-right: 18px;
  margin-top: -2px;
  transform: none !important;
}

.btn.blue-btn {
  background-color: #0c3279;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 27px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  min-height: 48px;
  line-height: 46px;
  border: 0px;
}

.btn.blue-btn:hover,
.btn.blue-btn:focus,
.play-btn a:hover,
.play-btn a:focus {
  background-color: #71a2cc;
}

.section-padding {
  margin: 130px 0px;
}

.hero-slider .btn.blue-btn {
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: -3px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -3px 0px 7px 0px rgba(0, 0, 0, 0.35);
}

.centerborder-section.bg-sky .btn.blue-btn:hover,
.centerborder-section.bg-sky .btn.blue-btn:focus,
.newsgrid-box .btn.blue-btn:focus,
.newsgrid-box .btn.blue-btn:hover {
  background-color: #0c1b51 !important;
}


/***===commonbuttoncss-end=====***/


/*==loader-start==*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
  width: 100px;
  height: 108px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../image/icon/loader.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  background-size: 100px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}


/*==loader-end==*/


/*==header-start==*/

header {
  background-color: #0c2b6f;
  transition: 0.5s ease-in-out;
  padding: 0px 205px 0px 125px;
  position: fixed;
  background-repeat: no-repeat;
  margin-top: -4px;
  top:0;
  z-index: 3;
  width: 100%;
}

.navbar-brand::after {
  content: '';
  background-image: url(../image/bg/logo-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 188px;
  height: 173px;
  display: block;
  position: absolute;
  top: 9px;
  left: -25px;
  z-index: 2;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.navbar-brand img {
  position: relative;
  z-index: 3;
  top: 22px;
}

.rightsidepart>ul {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  pointer-events: none;
}

.rightsidepart>ul>li:first-child a {
  padding-right: 70px;
}

.rightsidepart>ul>li {
  display: inline-block;
  pointer-events: none;
}

.rightsidepart>ul>li a {
  padding: 16px 45px 16px 0px;
  pointer-events: none;
}

.rightsidepart>ul>li a img,
.rightsidepart>ul>li a input {
  pointer-events: auto;
  cursor: pointer;
}

.rightsidepart>ul>li:last-child a {
  border-left: 2px solid #0c1b51;
  border-right: 2px solid #0c1b51;
  padding: 12px 44px;
  display: block;
}

header::before {
  content: '';
  background-image: url(../image/bg/header-bg.png);
  background-position: top right;
  display: block;
  position: absolute;
  width: 170px;
  height: 213px;
  right: 0;
  top: 3px;
  z-index: 2;
}

header::after,
footer::after,
.socialpart::after {
  content: '';
  background-image: url(../image/bg/headerborderline.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  background-size: cover;
  z-index: 1;
}

.navbar {
  padding: 0px;
}

.rightsidepart input {
  border: 0;
  padding: 5px 10px;
  width: 33px;
  font-size: 13px;
  color: transparent;
  cursor: pointer;
  background: url(../image/icon/search-icon.png) no-repeat right 5px center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.rightsidepart input[type=search]:focus {}

.rightsidepart>ul>li:nth-child(3) a {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  padding-right: 35px;
}

.hover-img,
.rightsidepart a:hover .original-img,
.rightsidepart a:focus .original-img {
  display: none;
}

.rightsidepart a:hover .hover-img,
.rightsidepart a:focus .hover-img {
  display: initial;
  transition: 0.3s ease-in-out;
}

.menu.active .hover-img,
.portal-toggle.active .hover-img,
.search-toggle.active .hover-img {
  display: initial;
}

.menu.active .original-img,
.portal-toggle.active .original-img,
.search-toggle.active .original-img {
  display: none;
}


.portal-toggle {
  pointer-events: none;
}

.portal-toggle img {
  pointer-events: auto;
}

.portal-toggle li.active a {
  opacity: 0.8;
}

.rightsidepart .search-toggle.openthis input[type="search"] {
  width: 180px;
  padding-right: 28px;
  color: #0c2b6f;
  background-color: #fff;
  cursor: auto;
  background-size: 17px;
}

.search-toggle {
  position: relative;
}

.only-mobile .search-toggle button {
  position: absolute;
  top: 10px;
  right: auto;
  left: 35px;
}

.search-toggle button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0px;
  z-index: 2;
}

.search-toggle.openthis button {
  display: block;
}

.rightsidepart .search-toggle.openthis input[type="search"] {
  background-image: none;
}

.rightsidepart .search-toggle.openthis button img {
  width: 17px;
  display: initial !important;
}

.rightsidepart input:-moz-placeholder {
  color: transparent;
}

.rightsidepart input::-webkit-input-placeholder {
  color: transparent;
}


/*==header-end==*/


/*==homepageslider-start==*/

.hero-content {
  height: calc(100vh - 130px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-content::before,
.banner-img::before,
.commmon-banner::before {
  content: '';
  background-color: rgba(70, 70, 70, 0.59);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.commmon-banner::before{
  background-color: rgba(70, 70, 70);
}
.commmon-banner.opacity-0::before{
  display: none;
}
.commmon-banner.opacity-10::before{
  opacity: 0.1;
}
.commmon-banner.opacity-20::before{
  opacity: 0.2;
}
.commmon-banner.opacity-30::before{
  opacity: 0.3;
}
.commmon-banner.opacity-40::before{
  opacity: 0.4;
}
.commmon-banner.opacity-50::before{
  opacity: 0.5;
}
.commmon-banner.opacity-60::before{
  opacity: 0.6;
}
.commmon-banner.opacity-70::before{
  opacity: 0.7;
}
.commmon-banner.opacity-80::before{
  opacity: 0.8;
}
.commmon-banner.opacity-90::before{
  opacity: 0.9;
}
.commmon-banner.opacity-100::before{
  opacity: 1;
}
.no-colour-overlay.hero-content::before{
  display: none;
}
.hero-content-inner {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 20%;
  text-align: center;
}

.hero-content-inner h1 {
  margin-bottom: 8%;
  text-shadow: -4px 0px 9.3px rgba(0, 0, 0, 0.35);
}


/*==homepageslider-end==*/


/*==news-slider-start==*/

.section-title {
  font-weight: bold;
}

.newsarrow-part svg {
  color: #0c2c70;
}

.pp2 {
  background-image: url(../image/icon/prev-arrow.png);
  background-repeat: no-repeat;
  display: block;
  width: 27px;
  height: 48px;
}

.nn2 {
  background-image: url(../image/icon/next-arrow.png);
  background-repeat: no-repeat;
  display: block;
  width: 27px;
  height: 48px;
}

.pp2.hidden,
.pp2:hover {
  background-image: url(../image/icon/prevlight-arrow.png);
}

.nn2.hidden,
.nn2:hover {
  background-image: url(../image/icon/nextlight-arrow.png);
}

.news-slider .pp2.hidden,
.news-slider .pp2:hover {
  background-image: url(../image/icon/news-prev.png);
}

.news-slider .nn2.hidden,
.news-slider .nn2:hover {
  background-image: url(../image/icon/news-next.png);
}

.thumbnail-slider .pp2.hidden,
.pp2:hover {
  background-image: url(../image/icon/g-prev.png);
}

.thumbnail-slider .nn2.hidden,
.nn2:hover {
  background-image: url(../image/icon/g-next.png);
}

.pagingInfo {
  font-size: 23px;
  font-weight: 300;
  color: #0c2c70;
  padding: 0px 44px;
}

.firstword {
  position: relative;
  top: -5px;
}

.secondword {
  position: relative;
  top: 5px;
}

.newsarrow-part {
  display: flex;
  align-items: center;
  width: 100%;
}

.newsslider-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  height: 480px;
}

.p-text-wrap p {
  font-size: 19px;
  padding: 11px 10px;
  text-align: center;
  line-height: 24px;
  display: flex;
  height: 100%;
  align-items: center;
}

.newslider-content {
  position: relative;
}

.newsslider .post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.p-text-wrap {
  background-color: rgba(255, 255, 255, .8);
  width: 80%;
  height: 70px;
  float: left;
  position: relative;
}

.post-text a {
  background-color: #71a2cc;
  background-color: #0c2c70;
  color: #fff;
  font-weight: 300;
  float: right;
  font-size: 15px;
  height: 70px;
  padding: 7px 10px;
  text-align: center;
  width: 20%;
  line-height: 19px;
}

.post-img {
  position: relative;
  padding-top: 141%;
}

.post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: 0.5s ease-in-out;
}

.post-text img {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}

.newsslider .newslider-content.slick-current {
  transform: scale(1.08);
  z-index: 2;
  box-shadow: -8px 0px 12.61px 0.39px rgba(2, 29, 69, 0.68);
}

.newsslider .newslider-content {
  margin: 18px 6px;
  transition: 0.3s ease-in-out;
}

.news-slider .col-sm-8 {
  max-width: 73%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73%;
  flex: 0 0 73%;
}

.news-slider .col-sm-4 {
  max-width: 27%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
}

.news-slider {
  padding: 145px 0px;
}

.news-slider .slick-slider {
  overflow: hidden;
  padding: 20px 0px;
}

.news-slider .slick-list {
  overflow: visible;
}

.post-img:hover img,
.centerborder-section:hover img,
.newsgrid-box:hover .newsgridbox-img img,
.videotextbanner:hover .video-img img,
.media-style-big:hover .medias-img img {
  transform: scale(1.1)
}

.post-img,
.centerborder-img,
.video-img,
.medias-img,
.newsgridbox-img {
  overflow: hidden;
}

.centerborder-section img,
.video-img img,
.medias-img img,
.newsgridbox-img img {
  transition: 0.5s ease-in-out;
}
.medias-img svg{
  max-width: 100%;
  max-height: 284px;
}
.news-slider .section-title {
  letter-spacing: 2px;
}

.video-img img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-img iframe,.video-img .video-container video {
  min-height: 28vw;
  border: 0;
}
/*==news-slider-end==*/


/*==socialpart-start==*/

.follow-us p,
.contact-us p {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.socialpart {
  padding: 60px 0px;
  position: relative;
}

.follow-us li {
  display: inline-block;
  margin: 0px 6px;
}

.follow-us ul,
.contact-us ul {
  padding: 0px;
  margin: 0px;
}

.follow-us li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  line-height: 43px;
  font-size: 20px;
}

.contact-us a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
}

.contact-us img {
  margin-right: 15px;
}

.contact-us li {
  margin: 0px 35px;
  display: inline-block;
}

.follow-us {
  margin-bottom: 70px;
}

.follow-us li a:hover,
.follow-us li a:focus {
  background-color: #71a2cc;
  border-color: #71a2cc;
}

.contact-us a:hover,
.contact-us a:focus {
  color: #71a2cc;
  text-decoration: none;
}

footer {
  padding: 50px 0px 18px;
  position: relative;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 11.73px;
  color: #0c2b6f;
}

.footer-bottom {
  margin-top: 30px;
  max-width: 418px;
  margin-left: auto;
}

footer::after,
.socialpart::after {
  bottom: 0px;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  color: #71a2cc;
  text-decoration: none;
}

.post-text a:hover,
.post-text a:focus {
  background-color: #71a2cc;
  text-decoration: none;
}


/*==socialpart-end==*/


/*==boxpart-start==*/

.fboxlook-img {
  position: relative;
  padding-top: 415px;
}

.fboxlook-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease-in-out;
}

.fboxlook-content.bg-orange {
  background-color: rgba(253, 107, 10, 0.7);
}
.fboxlook-content .colour-overlay {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 0;
  opacity: 0.7
}
.fboxlook-content h6,.fboxlook-content h4{
  position: relative;
  z-index: 1;
}
.fboxlook-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 34px 10px 30px 84px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.fboxlook {
  position: relative;
}

.fboxlook-content.bg-blue {
  background-color: rgba(12, 50, 121, 0.7);
}

.fboxlook-content h6,
.sboxlook h6 {
  font-weight: 300;
  line-height: 32px;
}

.fboxlook-content h4,
.sboxlook h4 {
  letter-spacing: 2px;
  line-height: 56px;
}

.sboxlook {
  background-color: #71a2cc;
  height: 100%;
  display: flex;
  padding: 34px 10px 30px 84px;
  flex-wrap: wrap;
  align-content: flex-end;
  margin: 0px 8px;
}

.sboxlook-img,
h6,
h4 {
  width: 100%;
}

.sboxlook-img {
  margin-bottom: 60px;
}

.sboxlook-img span {
  font-size: 112px;
  color: #ffffff;
}

.boxpart {
  margin: 8px 0px;
}

.only-not-deskview {
  display: none;
}

.boxpart a:hover .fboxlook-img img,
.boxpart a:focus .fboxlook-img img {
  transform: scale(1.1);
}

.boxpart a .fboxlook-img {
  overflow: hidden;
}

.boxpart a:hover {
  text-decoration: none;
}

.fboxlook-content h6,
.sboxlook h6 {
  letter-spacing: 1.2px;
}

.sboxlook h4 {
  margin-top: 5px !important;
}

.fboxlook-content h4 {
  margin-top: 2px !important;
}


/*==boxpart-end==*/


/*==banner-start==*/

.banner-img {
  height: 590px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.banner-content {
  position: absolute;
  padding: 0px 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.banner-content h1,
.commmon-banner-content h1 {
  text-shadow: -4px 0px 9.3px rgba(0, 0, 0, 0.35);
  font-weight: bold;
}


/*==banner-end==*/


/*==about-start==*/

.common-content h4 {
  line-height: 60px;
  margin-bottom: 65px;
}

.common-content p {
  color: #4d4d4f;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 27px;
}

.small-container .container {
  max-width: 905px;
  width: 100%;
}

.media-style {
  padding: 20px;
  display: flex;
  align-items: center;
}

body .heading1 {
  font-size: 50px;
  margin-bottom: 35px;
}

body .heading2 {
  font-size: 30px;
  margin-bottom: 27px;
}

body .heading3 {
  font-size: 26px;
  margin-bottom: 27px;
}

.common-content h6 {
  margin-top: 55px;
}

.media-style .medias-content p,
.media-style .medias-content a {
  font-size: 20px;
  color: #0c1b51;
  margin-bottom: 0px;
  font-weight: 400;
}

.media-style .medias-content p:hover,
.media-style .medias-content a:hover,
.media-style .medias-content p:hover,
.media-style .medias-content a:hover {
  text-decoration: none;
  color: #71a2cc;
}

.media-style .medias-content img {
  max-width: 13px;
  margin-right: 25px;
}

.medias-img {
  margin-right: 63px;
}

.header-bottom a:hover img,
.header-bottom a:focus img {
  opacity: 0.8;
}


/*==about-end*/


/*==centerbanner-start==*/

.centerborder-section {
  position: relative;
}

.centerborder-section h4 {
  margin-bottom: 70px;
}

.centerborder-content p {
  line-height: 30px;
  margin-bottom: 85px;
  font-weight: 300;
}

.centerborder-content {
  max-width: 610px;
  margin-left: 105px;
  padding: 165px 0px;
  position: relative;
  z-index: 1;
}

.centerborder-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.centerborder-img {
  height: 100%;
}

.centerborder-section::after {
  content: '';
  border: 10px solid #fff;
  transition: 0.5s ease-in-out;
  position: absolute;
  display: block;
  height: calc(100% - 120px);
  width: calc(100% - 120px);
  top: 0;
  margin: 60px;
}


/*==centerborder-end==*/


/*==videotext-start==*/

.video-banner p {
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
  margin-bottom: 0px;
}

.video-banner {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px;
}

.play-btn a {
  font-size: 15px;
  width: 134px;
  height: 60px;
  padding: 0px;
  background-color: #0c2b6f;
  border-radius: 0px;
  line-height: 56px;
  z-index: 1;
}

.play-btn img {
  margin-right: 20px;
}

.play-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

.video-img {
  position: relative;
  font-size: 0;
}


/*==videotext-end==*/


/*==tabel-start==*/

.table thead th {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  border: 0px;
  color: #fff;
  padding: 22px 25px;
}

.table thead {
  background-color: #71a2cc;
}

.table td {
  color: #606284;
  font-size: 19px;
  padding: 17px 28px;
  border-top: 0px;
  border-bottom: 1px solid #cfcccc;
  min-width: 100px;
  letter-spacing: 1px;
}

.table .heading {
  color: #1b1e4f;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 21px;
}

.tabel-design .table {
  max-width: 870px;
  margin: 0px auto;
}


/*==tabel-end==*/


/*==media-start==*/

.media-style-big {
  padding: 30px 75px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.media-style-big .medias-img {
  margin-right: 110px;
  max-width: 480px;
  text-align: center;
}

.media-style-big .medias-content {
  max-width: 585px;
}

.media-style-big .medias-content p {
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 80px;
  color: #0c1b51;
}



/*==media-end==*/


/*==thumnail-start==*/

.thumbnailslider-banner {
  position: relative;
  padding-top: 60%;
}

.thumbnailslider-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%,0);
  height: 100%;
}

.thumbnailslider-caption p {
  font-weight: 300;
}

.thumbnailslider-caption {
  background-image: url(../image/bg/light-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 152px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 33px 85px;
}

.thumbnail-slider .slider-nav .item-slick img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  margin: 0px 6px;
}

.thumbnail-slider .slider-nav {
  margin: 0px -6px 0px;
  width: calc(100% - 270px) !important;
}

.thumbnail-slider .slider-arrow {
  display: flex;
  position: relative;
}

.thumbnail-slider .slider-bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 25px;
  margin-left: -12px;
}

.thumbnail-slider .pp2 {
  margin-right: 110px;
}

.thumbnail-slider .slider-nav .slick-list {
  margin-left: 12px;
}

.pp2,
.nn2 {
  cursor: pointer;
}

.pp2.hidden,
.nn2.hidden {
  cursor: initial;
}


/*==thumbnail-end==*/


/*==commonbanner-start==*/

.commmon-banner-content h1 {
  max-width: 1010px;
  margin: 0 auto 60px;
}

.commmon-banner-content p {
  max-width: 685px;
  margin: 0 auto 90px;
  line-height: 31px;
}

.commmon-banner-content {
  padding: 90px 30px 70px;
  position: relative;
}

.commmon-banner {
  position: relative;
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}


/*==commonbanner-end==*/


/*==newsbannertop-start==*/

.newstop-content h3 {
  font-weight: bold;
  font-size: 63px;
  line-height: 70px;
}

.newstop-content h4.text-l-blue {
  line-height: 60px;
}

.newstop-content h4.text-white {
  font-weight: bold;
  line-height: 53px;
}

.newstop-content-left {
  padding: 40px 70px
}

.newstopr-content a {
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-align: center;
}

.newstop-content-left {
  display: flex;
  width: calc(100% - 340px);
  justify-content: space-between;
  align-items: center;
}

.newstop-content-left ul {
  padding: 0px;
  margin: 0px;
}

.newstop-content-left ul li {
  display: inline-block;
  padding: 30px 73px;
}

.newstop-content-left ul li img {
  display: block;
  margin: 0 auto;
}

.newstop-content-left ul li:first-child {
  border-right: 1px solid #71a2cc;
}

.newsi-img {
  height: 42px;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.newstoprr-content p {
  font-weight: 300;
}

.newstop-content-right {
  background-color: #71a2cc;
  width: 340px;
}

.newstop-content-right img {
  max-width: 87px;
  margin-bottom: 25px;
}

.newstop-bg.bg-blue {
  display: flex;
}

.newstopr-content.bg-l-blue {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.newstop-content-left ul li:last-child {
  padding-right: 10px;
}

.newstop-content {
  position: relative;
  margin-top: -7%;
}
.newsletter-article-view .newstop-content{
 margin-top: 46px;
}

/*==nesbanner-end==*/


/*==newsgrid-staet==*/

.newscenterborder-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 54px 0px 110px;
  position: relative;
  z-index: 1;
}

.newsgrid .centerborder-section::after {
  margin: 50px;
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  border-width: 8px
}

.newsgrid .centerborder-section h4 {
  margin-bottom: 50px;
  font-size: 40px;
}

.newsgrid .centerborder-section p.small {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 65px;
}

.newsgridbox-content h2 {
  font-size: 40px;
  line-height: 50px;
  min-height: 100px;
  width: 100%;
}

.newsgridbox-content .full-width {
  width: 100%;
}

.newsgridbox-content p {
  line-height: 30px;
  font-weight: 300;
  min-height: 90px;
  /*width: 100%;*/
}


/*.newsgrid-box a img {visibility:hidden;}*/

.btn.blue-btn.sky-color {
  background-color: #71a2cc;
}

.btn.blue-btn.sky-color:hover,
.btn.blue-btn.sky-color:focus {
  background-color: #0c3279
}

.newsgrid-box {
  height: 100%;
  margin-bottom: 0px;
  min-height: 442px;
}

.newsfirst-row .newsgrid-box {
  height: calc(50% - 23px);
  display: flex;
  position: relative;
  margin-bottom: 46px;
}

.newsgrid-box {
  display: flex;
  position: relative;
}

.newsgridbox-img {
  width: 100%;
  height: 100%;
}

.newsgridbox-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsgridbox-content {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 1;
  padding: 25px 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.newsgrid-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-blue::after {
  background-color: rgba(12, 50, 121, 0.8);
}

.overlay-blue-d::after {
  background-color: rgba(12, 50, 121, 1);
}

.overlay-orange::after {
  background-color: rgba(253, 107, 10, 0.8);
}

.overlay-sky::after {
  background-color: rgba(113, 162, 204, 0.8);
}
.overlay-sky.full-colour::after{
  background-color: rgba(113, 162, 204, 1);
}
.overlay-orange.full-colour::after {
  background-color: rgba(253, 107, 10, 1);
}
.overlay-blue.full-colour::after {
  background-color: rgba(12, 50, 121, 1);
}

.newsgrid-box+.newsgrid-box {
  margin-bottom: 0px !important;
}

.newsgrid .col-12,
.newsgrid .col-md-12 {
  padding: 0px 23px;
}

.newsgrid .row {
  margin-left: -23px;
  margin-right: -23px;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.newssecond-row .col-sm-6 {
  max-width: calc(50% + 23px);
  -ms-flex: 0 0 calc(50% + 23px);
  flex: 0 0 calc(50% + 23px);
}

.newssecond-row .col-sm-6+.col-sm-6 {
  max-width: calc(50% - 23px);
  -ms-flex: 0 0 calc(50% + 23px);
  flex: 0 0 calc(50% + 23px);
}

.row.no-gutters.h-100 {
  margin: 0px;
}


/*==newsgrid-end==*/


/*==extrahomepage-start==*/

.rightsidepart>ul>li a.menu {
  border: 0px;
}


/*==extrahomepage-end==*/


/*== newsedition-start --*/

.newstopp-edition .newstopl-content h3 img {
  max-width: 87px;
  margin-right: 60px;
}

.newstopp-edition .newstopl-content h3 {
  font-weight: lighter;
}

.newstopp-edition .newstop-content-left {
  padding: 75px 55px;
  width: calc(100% - 335px);
}

.newstopp-edition .newstop-content-right {
  padding: 0px 15px;
  width: 335px;
}

.newstopp-edition .newstopr-content.bg-l-blue {
  justify-content: center;
}

.edition-box {
  background-color: #71a2cc;
  margin: 22px auto;
  padding: 0px 15px;
  max-width: 370px;
}

.editionbox-img {
  text-align: center;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  top: -20px;
}

.editionboximg-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0px 15px;
  z-index: 1;
}

.editionboximg-content h3 {
  line-height: 60px;
}

.editionbox-img::after {
  content: '';
  background-color: rgba(12, 50, 121, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ebox-content {
  text-align: center;
  padding: 20px 15px 40px;
}

.editionbox-img img {
  -webkit-box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.17);
}


/*== newsedition-end --*/


/*==newsreaderconetnt-start==*/

.newsreadertext p {
  color: #4d4d4f;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 28px;
}

.newsreadertext p.font-bold {
  font-weight: bold;
  margin-bottom: 0px;
}

.newsreader-textpart {
  max-width: 885px;
  margin: 0 auto;
}

.newsreader-thumbnail.thumbnail-slider {
  max-width: 1150px;
  margin: 0 auto;
}

.section-margin {
  margin: 130px 0px;
}

.newsreadertext img {
  margin: 80px auto;
}

.newsreadertext p:last-child {
  margin-bottom: 0px;
}


/*==newsreaderconetnt-end==*/


/*==bradburyclub-start==*/

.footer-leftpart li+li {
  padding-left: 50px;
  margin-left: 50px;
  position: relative;
}

.footer-leftpart a {
  display: inline-block;
}

.footer-leftpart li+li::before {
  border-left: 1px solid #0c2c70;
  content: '';
  position: absolute;
  height: 74%;
  top: 13%;
  left: 0;
}

.footer-leftpart li {
  display: inline-block;
  vertical-align: top;
}

.footer-leftpart ul {
  margin: 0px;
  padding: 0px;
}

.burdbury .rightsidepart>ul {
  margin-top: 0px;
}


/*==bradburyclub-end==*/


/*==togglemenu-start==*/

.toggle-open,
.toggle-opens,
.toggle-openp {
  overflow: hidden;
}

.menu {
  cursor: pointer;
}

.togglemenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.togglemenu .togglemenu-div ul>li {
  list-style: none;
  display: block;
  width: 100%;
}


/*==togglemenu-end==*/


/*==portalmenu-start==*/

.menustyle-right {
  background-repeat: no-repeat;
  position: fixed;
  right: 0;
  visibility: hidden;
  opacity: 0;
  width: 0%;
  transition: 0.5s ease-in-out;
  height: calc(100vh - 133px);
  z-index: 1;
  top: 133px;
  overflow: auto;
  background-size: cover;
  overflow-x: hidden;
}

.menurightcontent {
  width: 590px;
  box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.21);
  background-color: #71a2cc;
  right: 0px;
  margin-left: auto;
  height: calc(100vh - 133px);
}

.menustyle-right.menu-open {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.portalmenuconetnt h4 {
  font-size: 22px;
  font-weight: 38px;
  color: #1b1e4f;
  margin: 60px 0px 40px;
}

.portalmenuconetnt ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #1b1e4f;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  margin-bottom: 50px;
  display: inline-block;
}

.portalmenuconetnt ul li a:hover,
.portalmenuconetnt ul li a:focus,
.portalmenuconetnt ul li a.active {
  border-bottom: 2px solid #fff;
}

.portalmenuconetnt ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.portalmenuconetnt hr {
  border: 1px solid #1b1e4f;
  margin: 0px;
  width: 324px;
}

.portalmenuconetnt {
  padding: 30px 30px 30px 80px;
}

.portalmenuconetnt h4,
.portalmenuconetnt ul {
  margin-left: 40px;
}


/*==portanlmenu-end==*/


/*==searchtoggle-start==*/

.searchagin-input input {
  font-size: 20px;
  line-height: 38px;
  color: rgba(27, 30, 79, 0.73);
  opacity: 1;
  font-weight: bold;
  background-color: transparent;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid rgba(27, 30, 79, 0.73);
}

.searchagin-input input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 38px;
  color: rgba(27, 30, 79, 0.73);
  font-weight: bold;
}

.searchagin-input input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 38px;
  color: rgba(27, 30, 79, 0.73);
  font-weight: bold;
}

.searchagin-input input::placeholder {
  font-size: 20px;
  line-height: 38px;
  color: rgba(27, 30, 79, 0.73);
  font-weight: bold;
}

.searchmenucontent {
  padding: 90px 0px 90px 90px;
}

.searchmenuwidth {
  max-width: 325px;
}

.cureentsearch-input label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(27, 30, 79, 0.79);
  display: block;
  margin-top: 60px;
  margin-bottom: 5px;
}

.cureentsearch-input textarea {
  font-size: 14px;
  height: 60px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(27, 30, 79, 0.79);
  width: 100%;
  font-weight: bold;
}

.search-text h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgb(27, 30, 79);
  margin-bottom: 15px;
}

.search-text p {
  font-size: 13px;
  line-height: 18px;
  color: rgb(27, 30, 79);
  margin-bottom: 0px;
}

.search-text.active::after {
  position: relative;
  border: 1px solid #fff;
  width: 35px;
  content: '';
  height: 2px;
  display: block;
  margin-top: 12px;
}

.search-text {
  margin-top: 40px;
}

.newxt-text a {
  border-bottom: 2px solid rgb(27, 30, 79);
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 14px;
  display: inline-block;
  color: rgb(27, 30, 79);
  font-weight: 600;
  margin-top: 40px;
  font-weight: bold;
  text-decoration: none !important;
}

.searchmenucontent.menurightcontent {
  height: unset !important;
  display: flex;
  min-height: calc(100vh - 133px);
}

.alert-danger p ,.alert-success p{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
/*==searchtoggle-end ==*/


/*==hovereffect-start==*/

.navbar {
  z-index: 3;
}

header::after {
  z-index: 2;
}

header::before {
  z-index: 3;
}

footer::after,
.socialpart::after {
  z-index: 0;
}

header.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  animation: smoothScroll 1s forwards;
}

.navbar-brand img {
  transition: 0.5s ease-in-out;
}

header.fixed-header .navbar-brand img {
  max-width: 300px;
}

header.fixed-header .navbar-brand::after {
  width: 128px;
  height: 132px;
  top: 3px;
  left: -16px;
  background-size: 128px;
}

header.fixed-header .alumini-logo img {
  max-height: 79px
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

header.fixed-header .navbar-brand img {
  top: 18px;
}

header.fixed-header::before {
  background-size: 123px;
  background-repeat: no-repeat;
}

.parallax-effect {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.parallax-effect.parallax-applied {
  background-attachment: scroll;
  background-size: auto 160% !important;
}

.overlay-blue .btn.blue-btn,
.bg-blue .btn.blue-btn{
  background-color: #71a2cc;
}
.newsgrid-box.no-margin{
  margin:0 !important;
}
.size-feature-article{
  margin-bottom: 46px;
}
.size-feature-article .sameheight-div{
  height: 100%;
}
.p-text-wrap p span{
  display: block;
  text-align: center;
  width: 100%;
}
.centerborder-section.bg-blue .centerborder-content p{
  color: #ffffff;
}

/*==hovereffect-end==*/
.download-btn .medias-img img,.download-btn .medias-img svg{
  max-width: 174px;
  max-height: 127px;
}

.redactor-styles figure{
  position: relative;
}
.redactor-styles figure figcaption{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(12, 43, 111, 0.75);
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
  font-style: normal;
}
/*============================================================================media-query-start======================================================*/

@media(min-width:768px) {
  .only-mobile {
    display: none !important;
  }
  .togglemenu .togglemenu-div>ul>li>a,
  .togglemenu .togglemenu-div ul ul>li>a {
    font-size: 22px;
    padding-left: 75px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .togglemenu-div {
    display: flex;
    -webkit-box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.21);
    -moz-box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.21);
    box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.21);
    min-height: 800px;
    flex-wrap: wrap;
    position: relative;
    background-color: #71a2cc;
    width: 645px;
    padding: 100px 190px 130px 0px;
    margin-left: auto;
    height: calc(100vh - 133px)
  }
  .result_hover.togglemenu-div {
    -webkit-box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.7);
    -moz-box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.7);
    box-shadow: -3px 0px 7px 0px rgba(12, 45, 113, 0.7);
  }
  .togglemenu {
    position: fixed;
    visibility: hidden;
    overflow: auto;
    right: 0;
    width: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
    height: calc(100vh - 133px);
    z-index: 1;
    background-size: cover;
    top: 133px;
  }
  .togglemenu .togglemenu-div>ul.togglemenu-main {
    text-align: right;
    width: 100%;
  }
  .toggle-social {
    margin-left: auto;
    text-align: right;
    position: absolute;
    bottom: 135px;
    right: 190px;
  }
  .toggle-social .follow-us p {
    text-align: right !important;
    text-transform: uppercase;
    font-size: 26px
  }
  .toggle-social .follow-us li:last-child {
    margin-right: 0px;
  }
  .toggle-social .follow-us li {
    margin: 0px 4px;
  }
  .toggle-social .follow-us {
    margin-bottom: 0px;
  }
  .togglemenu .togglemenu-div>ul.togglemenu-main>li.has-sub-menu>a::after {
    width: 12px;
    height: 22px;
    left: 60px;
    top: 4px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(../image/icon/menu-arrow.png);
    content: '';
    position: absolute;
  }
  .togglemenu .togglemenu-div ul.submenu {
    background-color: rgba(113, 162, 204, 0.7);
    position: absolute;
    top: 0;
    height: 100%;
    padding-top: 100px;
    padding-right: 83px;
    left: -490px;
    transition: 0.3s ease-in-out;
    display: none;
    width: 490px;
    z-index: 2;
  }
  .togglemenu .togglemenu-div>ul>li:hover>a+ul.submenu,
  .togglemenu .togglemenu-div>ul>li:focus>a+ul.submenu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .togglemenu .togglemenu-div::after {
    content: '';
    background-image: url(../image/icon/menu-boxshadow.png);
    position: absolute;
    width: 34px;
    height: 100%;
    display: block;
    top: -4px;
    left: -9px;
    z-index: 1;
    background-size: cover;
    z-index: -1;
  }
  .togglemenu .togglemenu-div>ul>li>a:hover,
  .togglemenu .togglemenu-div ul ul>li>a:hover,
  .togglemenu .togglemenu-div>ul>li>a:focus,
  .togglemenu .togglemenu-div ul ul>li>a:focus {
    color: #1b1e4f;
    text-decoration: none;
  }
  .togglemenu.menu-open {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .togglemenu .togglemenu-div>ul.togglemenu-main>li>a:hover::after,
  .togglemenu .togglemenu-div>ul.togglemenu-main>li>a:focus::after {
    background-image: url(../image/icon/blue-hover.png)
  }
  .togglemenu .togglemenu-div .follow-us ul>li {
    display: inline-block;
    width: unset;
  }
  .togglemenu .follow-us li a:hover,
  .togglemenu .follow-us li a:focus {
    background-color: #1b1e4f;
  }
  .close-icon {
    display: none;
  }
  /*== fixedmenu-start ==*/
  .fixed-body .togglemenu,
  .fixed-body .togglemenu-div,
  .fixed-body .menustyle-right,
  .fixed-body .menurightcontent {
    height: calc(100vh - 103px);
  }
  .fixed-body .searchmenucontent.menurightcontent {
    min-height: calc(100vh - 103px);
  }
  .fixed-body .togglemenu,
  .fixed-body .menustyle-right {
    top: 103px;
  }
  /*== fixedmenu-end ==*/
}


/*==togglemenu-end==*/

@media(min-width:992px) {
  /*==rightborder-start==*/
  .rightborder-part .sameheight-col,
  .leftborder-part .sameheight-col {
    -ms-flex: 0 0 calc(50% - 90px);
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
    height: unset !important;
  }
  .rightborder-part .sameheight-col+.sameheight-col,
  .leftborder-part .sameheight-col+.sameheight-col {
    -ms-flex: 0 0 calc(50% + 90px);
    flex: 0 0 calc(50% + 50px);
    max-width: calc(50% + 50px);
  }
  .rightborder-part.centerborder-section::after {
    height: calc(100% - 90px);
    width: calc(100% - 180px);
    margin: 45px 0px 45px 180px;
    border-right: 0px;
    border-width: 7px;
  }
  .rightborder-part .centerborder-content {
    margin-left: 80px;
    padding: 65px 0px;
    max-width: 100%;
  }
  .leftborder-part.centerborder-section::after {
    height: calc(100% - 90px);
    width: calc(100% - 180px);
    margin: 45px 180px 45px 0px;
    border-left: 0px;
    border-width: 7px;
  }
  .leftborder-part .centerborder-content {
    margin-right: 80px;
    padding: 65px 0px;
    max-width: 100%;
    margin-left: 0px;
    text-align: right;
  }
  .right-image .centerborder-content{
    margin-right: 40px;
    margin-left: 100px;
  }
  /*==rightborder-end==*/
}

@media(min-width:768px) and (max-height:900px) {
  .searchmenucontent {
    padding: 50px 0px 90px 90px;
  }
  .search-text {
    margin-top: 30px;
  }
}

@media(min-width:768px) and (max-height:800px) {
  .portalmenuconetnt h4 {
    margin-top: 40px;
  }
  .portalmenuconetnt ul li a {
    margin-bottom: 30px;
  }
}

@media(min-width:768px) and (max-height:700px) {
  .portalmenuconetnt h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .portalmenuconetnt ul li a {
    margin-bottom: 20px;
  }
}

@media(min-width:1650px) and (max-height:900px) {
  .togglemenu-div {
    padding: 50px 190px 50px 0px;
    min-height: 700px;
  }
  .togglemenu .togglemenu-div ul.submenu {
    padding-top: 50px;
    padding-right: 50px;
  }
}

@media(min-width:1650px) and (max-height:800px) {
  .togglemenu-div {
    padding: 50px 190px 50px 0px;
    min-height: 600px;
  }
  .togglemenu .togglemenu-div>ul>li>a,
  .togglemenu .togglemenu-div ul ul>li>a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .togglemenu .togglemenu-div ul.submenu {
    padding-top: 50px;
    padding-right: 50px;
  }
  .togglemenu .togglemenu-div>ul.togglemenu-main>li>a::after {
    width: 8px;
    height: 16px;
    left: 60px;
    top: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
  }
}

@media(min-width:1200px) and (max-height:800px) {
  .hero-content-inner h1 {
    margin-bottom: 5%;
  }
  .hero-content-inner {
    bottom: 15%;
  }

}

@media(min-width:1650px) {
  .container {
    max-width: 1600px;
  }
  .centerborder-img img {
    min-height: 610px;
  }
  .right-image .centerborder-content{
    margin-right: 105px;
    margin-left: auto;
  }
}

@media(max-width:1650px) {
  .p-text-wrap p {
    font-size: 14px;
    line-height: 19px;
  }
  .newsslider-left {
    height: 360px
  }
  ] .newstop-content-left ul li {
    padding: 30px 39px;
  }
  .newstop-content h3 {
    font-size: 50px;
  }
  .newstop-content h4 {
    font-size: 30px
  }
  .newstop-content-left {
    padding: 30px;
  }
  .newsgridbox-content {
    padding: 30px;
  }
  .newsgridbox-content h2 {
    font-size: 29px;
    line-height: 38px;
  }
  .ebox-content {
    text-align: center;
    padding: 15px 15px 35px;
  }
  .togglemenu-div {
    padding: 50px 100px 50px 0px;
   /* min-height: 585px; */
    min-height:720px;
    width: 500px;
  }
  .togglemenu .togglemenu-div>ul>li>a,
  .togglemenu .togglemenu-div ul ul>li>a {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .togglemenu .togglemenu-div ul.submenu {
    padding-top: 50px;
    padding-right: 50px;
    width: 400px;
    left: -400px;
  }
  .togglemenu .togglemenu-div>ul.togglemenu-main>li>a::after {
    width: 8px;
    height: 16px;
    left: 60px;
    top: 5px;
    background-size: 8px;
    background-repeat: no-repeat;
  }
  .toggle-social .follow-us p {
    font-size: 22px;
  }
  .follow-us li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .toggle-social {
    right: 100px
  }
  .newsslider .newslider-content {
    margin: 18px 5px;
  }
}

@media(max-width:1600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1,
  .h1 {
    font-size: 60px;
  }
  h4,
  .h4,
  body .heading1 {
    font-size: 40px;
  }
  .common-content h4 {
    line-height: 50px;
  }
  .centerborder-content {
    margin: 0px 60px;
    padding: 100px 0px;
  }
  .centerborder-section::after {
    margin: 40px;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .video-banner p {
    font-size: 22px;
    line-height: 32px;
  }
  .video-banner {
    padding: 30px;
  }
  .media-style-big .medias-img {
    margin-right: 60px;
    max-width: 310px;
    min-width: 300px;
  }
  .media-style-big .medias-content p {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .fboxlook-content h4,
  .sboxlook h4 {
    line-height: 40px;
  }
}

@media(max-width:1365px) {
  header {
    padding: 0px 100px 0px 50px
  }
}

@media(max-width:1199px) {
  .rightsidepart>ul>li a {
    padding: 13px 30px 13px 0px;
  }
  .rightsidepart>ul>li:last-child a {
    padding: 12px 33px;
  }
  .rightsidepart>ul>li:first-child a {
    padding-right: 50px;
  }
  .rightsidepart>ul>li:nth-child(3) a {
    padding-right: 20px;
  }
  .navbar-brand img {
    max-width: 280px;
    top: 15px;
  }
  .navbar-brand::after {
    background-size: 70%;
    top: 9px;
    left: -22px;
    height: 118px;
  }
  header.fixed-header .navbar-brand img {
    max-width: 250px;
    top: 14px;
  }
  header.fixed-header .navbar-brand::after {
    width: 106px;
    height: 111px;
    left: -13px;
    background-size: 106px;
  }
  header.fixed-header::before {
    background-size: 96px;
  }
  /*== fixedmenu-start ==*/
  .fixed-body .togglemenu,
  .fixed-body .togglemenu-div,
  .fixed-body .menustyle-right,
  .fixed-body .menurightcontent {
    height: calc(100vh - 86px);
  }
  .fixed-body .searchmenucontent.menurightcontent {
    min-height: calc(100vh - 86px);
  }
  .fixed-body .togglemenu,
  .fixed-body .menustyle-right {
    top: 86px;
  }
  header.fixed-header .alumini-logo img {
    max-height: 55px;
    /*max-width: unset;*/
  }
  /*== fixedmenu-end ==*/
  header::before {
    background-repeat: no-repeat;
    background-size: 100px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  .fboxlook-content {
    padding: 34px 10px 30px 50px;
  }
  .sboxlook {
    padding-left: 50px;
  }
  h4,
  .h4,
  body .heading1 {
    font-size: 30px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
  .fboxlook-img {
    padding-top: 325px;
  }
  .newsslider-left {
    padding-left: 0px;
  }
  .only-deskview {
    display: none !important;
  }
  .only-not-deskview {
    display: initial;
  }
  .newsslider-left h2 {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .newsslider-left {
    height: unset;
  }
  .news-slider .col-sm-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .news-slider .col-sm-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .news-m-arrow .btn {
    margin-left: 28px;
  }
  .nn2,
  .pp2 {
    background-size: 10px;
    width: 10px;
    height: 18px;
  }
  .news-m-arrow {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
  }
  .newsarrow-part {
    width: auto;
    padding-right: 17px;
  }
  .pp2 {
    padding-left: 45px;
  }
  h2,
  .h2 {
    font-size: 50px;
  }
  .news-slider {
    padding: 60px 0px;
  }
  .footer-leftpart img {
    max-width: 250px;
  }
  .footer-rightpart img,
  .footer-bottom {
    max-width: 300px;
  }
  .common-content h4 {
    line-height: 40px;
    margin-bottom: 30px;
  }
  .section-padding {
    margin: 90px 0px;
  }
  .section-margin {
    margin: 90px 0px;
  }
  .common-content p,
  .common-content p,
  .newsreadertext p {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .medias-img {
    margin-right: 40px;
  }
  .media-style-big {
    padding: 30px;
  }
  .commmon-banner-content h1 {
    margin: 0 auto 40px;
  }
  .commmon-banner-content p {
    margin: 0 auto 50px;
  }
  .thumbnail-slider .pp2 {
    margin-right: 0px;
  }
  .thumbnail-slider .slider-nav {
    width: calc(100% - 160px) !important
  }
  .newstop-content h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .newstop-content h4 {
    font-size: 25px;
    line-height: 30px !important;
  }
  .newstop-content-left ul li img {
    max-width: 30px;
  }
  .newsi-img {
    height: 30px;
    margin-bottom: 10px;
  }
  .newstopr-content a {
    font-size: 16px;
  }
  .newstop-content-left ul li {
    padding: 30px;
  }
  .newstop-content-right img {
    max-width: 50px;
    margin-bottom: 15px;
  }
  .newstop-content-left {
    width: calc(100% - 250px);
  }
  .newstoprr-content p {
    font-size: 16px;
  }
  .newstop-content-right {
    padding: 0px 30px;
    width: 250px;
  }
  .newsgrid .col {
    padding: 0px 15px;
  }
  .newsfirst-row>.row,
  .newssecond-row>.row,
  .newsthird-row>.row {
    margin-left: -15px;
    margin-right: -15px
  }
  .newsgrid .centerborder-section::after {
    margin: 30px;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .newscenterborder-content {
    padding: 40px 45px 90px;
  }
  .newsfirst-row .newsgrid-box {
    margin-bottom: 30px;
  }
  .size-feature-article{
    margin-bottom: 30px;
  }
  .newsfirst-row .newsgrid-box {
    height: calc(50% - 15px);
  }
  .mb-46 {
    margin-bottom: 30px !important;
  }
  .newsletter-article-view .newstop-content{
    margin-top: 30px;
  }
  .alumini-logo img {
    max-width: 100px;
  }
  .togglemenu {
    height: calc(100vh - 96px);
    top: 100px
  }
  .togglemenu-div {
    height: calc(100vh - 96px);
  }
  .menurightcontent,
  .menustyle-right {
    height: calc(100vh - 96px);
  }
  .menustyle-right {
    top: 100px;
  }
  .hero-content {
    height: calc(100vh - 92px);
  }
  .sboxlook-img {
    margin-bottom: 40px;
  }
  .sboxlook-img span {
    font-size: 74px;
  }
  .fboxlook-content h4,
  .sboxlook h4 {
    line-height: 30px;
  }
  .newsgrid .col-12,
  .newsgrid .col-md-12 {
    padding: 0px 15px;
  }
  .newsgrid .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .newsgridbox-content p {
    line-height: 28px;
    font-size: 18px;
  }
  .newsgridbox-content h2 {
    font-size: 27px;
    line-height: 34px;
    min-height: 70px;
  }
  body{
    margin-top:97px;
  }
}

@media(max-width:991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  /*.rightsidepart > ul > li a{padding: 8px 10px 8px 0px;}
  .rightsidepart > ul > li:last-child a {padding: 8px 20px;}
  .rightsidepart > ul > li:first-child a {padding-right: 25px;}*/
  .navbar-brand img {
    max-width: 230px;
    top: 15px;
  }
  .size-tall .newsgridbox-img{
    height:100%;
  }
  .centerborder-section .order-1-tablet{
    order:1;
  }
  .centerborder-section .order-2-tablet{
    order:2;
  }
  .navbar-brand::after {
    background-size: 57%;
    top: -10px;
    left: -16px;
    height: 118px;
  }
  header::before {
    background-repeat: no-repeat;
    background-size: 100px;
  }
  header.fixed-header .navbar-brand img {
    max-width: 210px;
    top: 13px;
  }
  header.fixed-header .navbar-brand::after {
    width: 86px;
    height: 94px;
    left: -9px;
    background-size: 86px;
  }
  header.fixed-header::before {
    background-repeat: no-repeat;
    background-size: 90px;
  }
  /*== fixedmenu-start ==*/
  .fixed-body .togglemenu,
  .fixed-body .togglemenu-div,
  .fixed-body .menustyle-right,
  .fixed-body .menurightcontent {
    height: calc(100vh - 72px);
  }
  .fixed-body .searchmenucontent.menurightcontent {
    min-height: calc(100vh - 72px);
  }
  .fixed-body .togglemenu,
  .fixed-body .menustyle-right {
    top: 72px;
  }
  header.fixed-header .alumini-logo img {
    max-height: 48px;
  }
  /*== fixedmenu-end ==*/
  .menu img {
    max-width: 28px;
  }
  .btn.blue-btn {
    font-size: 16px;
    padding: 0px 23px;
    min-height: 40px;
    line-height: 38px;
  }
  .blue-btn img {
    max-width: 10px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  .sboxlook,
  .fboxlook-content {
    padding: 25px 10px 25px 30px;
  }
  .fboxlook-content h6,
  .sboxlook h6 {
    letter-spacing: 1px;
    line-height: 20px;
  }
  .sboxlook-img span {
    font-size: 74px;
  }
  .sboxlook-img {
    margin-bottom: 30px;
  }
  .fboxlook-img {
    padding-top: 260px;
  }
  .banner-img,
  .commmon-banner {
    height: 400px;
  }
  .centerborder-section::after {
    margin: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    border-width: 7px;
  }
  .centerborder-section h4 {
    margin-bottom: 40px;
  }
  .centerborder-content p {
    margin-bottom: 60px;
  }
  .centerborder-content {
    margin: 0px 60px;
    padding: 60px 0px;
  }
  .centerborder-section::after,
  .newsgrid .centerborder-section::after {
    margin: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border-width: 3px;
  }
  .centerborder-content,
  .newscenterborder-content {
    margin: 0px auto;
    padding: 30px 0px 45px;
    text-align: center;
    width: calc(100% - 60px);
  }
  .centerborder-section h4,
  .newsgrid .centerborder-section h4 {
    margin-bottom: 30px;
  }
  .centerborder-content p,
  .newsgrid .centerborder-section p.small {
    margin-bottom: 40px;
  }
  body .heading2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  h5 {
    font-size: 25px;
  }
  body .heading3 {
    font-size: 23px;
  }
  .videotextbanner .row {
    flex-direction: column-reverse;
  }
  .video-banner {
    padding: 50px 30px;
  }
  .media-style-big .medias-img {
    max-width: 150px;
    min-width: 150px;
    margin-right: 30px;
  }
  .media-style-big .medias-img svg{
    max-height: 150px;
  }
  .media-style-big .medias-content p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .thumbnailslider-caption {
    min-height: unset;
    padding: 30px;
  }
  .thumbnailslider-caption p:last-child {
    margin-bottom: 0px;
  }
  .newsgridbox-img {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 50%
  }
  .newsgridbox-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .newsfirst-row .newsgrid-box {
    height: unset;
  }
  .newsgrid-box {
    margin-bottom: 30px;
    height: auto;
    min-height: 340px;
  }
  .newstopp-edition .newstop-content-right {
    width: 200px;
  }
  .newstopp-edition .newstop-content-left {
    padding: 30px;
    width: calc(100% - 200px);
  }
  .newstopp-edition .newstopl-content h3 img {
    max-width: 60px;
    margin-right: 20px;
  }
  .newstop-bg {
    min-height: 150px;
  }
  .leftborder-part .row {
    flex-direction: column-reverse;
  }
  .footer-leftpart li+li {
    padding-left: 30px;
    margin-left: 30px;
  }
  .footer-leftpart li img {
    max-width: 80px;
  }
  .footer-leftpart li+li::before {
    height: 100%;
    top: 21%;
  }
  .togglemenu {
    height: calc(100vh - 79px);
    top: 83px;
  }
  .togglemenu-div {
    padding: 50px 30px 50px 0px;
    min-height: 720px;
    height: calc(100vh - 79px);
    width: 350px;
  }
  .togglemenu .togglemenu-div>ul.togglemenu-main>li>a::after {
    left: 15px;
  }
  .togglemenu .togglemenu-div>ul>li>a,
  .togglemenu .togglemenu-div ul ul>li>a {
    padding-left: 40px;
  }
  .togglemenu .togglemenu-div ul.submenu {
    padding-top: 50px;
    padding-right: 30px;
    width: 300px;
    left: -300px;
  }
  .toggle-social {
    right: 30px;
  }
  .menurightcontent,
  .menustyle-right {
    height: calc(100vh - 79px);
  }
  .menustyle-right {
    top: 83px;
    width: 450px;
  }
  .post-text a {
    line-height: 16px;
    font-size: 13px;
    padding: 7px 0px;
  }
  .newsslider .newslider-content {
    margin: 18px 4px;
  }
  .hero-content {
    height: calc(100vh - 75px);
  }
  .newstop-content-left {
    width: calc(100% - 180px);
  }
  .newstop-content-right {
    width: 180px;
  }
  .mfp-arrow-right.mfp-arrow:after {
    margin-top: 20px;
  }
  body{
    margin-top:81px;
  }
  .size-feature-article .sameheight-col{
    min-height: 400px;
  }
}

@media(max-width:767px) {
  h1 {
    font-size: 34.21px;
    line-height: 44px;
  }
  .fboxlook-content h4,
  .sboxlook h4 {
    letter-spacing: 1px;
  }
  .boxpart .container-fluid.p-0 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 16px;
  }
  h4,
  body .heading1,
  .newsgrid .centerborder-section h4 {
    font-size: 29px;
  }
  p,
  .newsreadertext p {
    font-size: 18px;
    line-height: 26px;
  }
  .fboxlook-content,
  .sboxlook {
    padding: 19px 10px 15px 30px;
  }
  .boxpart {
    margin-top: 12px;
  }
  .sboxlook {
    margin: 12px 0px;
    height: auto;
    padding: 26px 10px 21px 30px;
  }
  .sboxlook-img span {
    font-size: 74px;
  }
  .sboxlook img {
    max-width: 84px;
  }
  .sboxlook-img {
    margin-bottom: 30px;
  }
  .sboxlook h4 {
    margin-top: 5px !important;
  }
  .fboxlook-content h4,
  .sboxlook h4 {
    line-height: 33px;
  }
  .fboxlook-img {
    padding-top: 66%;
  }
  .navbar-brand img,
  header.fixed-header .navbar-brand img {
    max-height: 72px;
    top: 8px;
  }
  .rightsidepart>ul>li,
  header::before {
    display: none;
  }
  .rightsidepart>ul>li:first-child {
    display: inline-block;
  }
  .navbar-brand::after,
  header.fixed-header .navbar-brand::after {
    width: 107px;
    height: 95px;
    top: 0px;
    left: -22px;
    background-size: 107px;
    background-image: url(../image/bg/logobg-mb.png);
  }
  /*== fixedmenu-start ==*/
  .fixed-body .togglemenu,
  .fixed-body .togglemenu-div,
  .fixed-body .menustyle-right,
  .fixed-body .menurightcontent {
    height: 0px;
  }
  .fixed-body .togglemenu.menu-open,
  .fixed-body .togglemenu.menu-open .togglemenu-div,
  .fixed-body .menu-open.menustyle-right,
  .fixed-body .menu-open.menustyle-right .menurightcontent {
    height: calc(100vh - 81px);
  }
  .fixed-body .searchmenucontent.menurightcontent {
    min-height: 500px;
  }
  .fixed-body .togglemenu,
  .fixed-body .menustyle-right {
    top: 81px;
  }
  /*== fixedmenu-end ==*/
  .hero-content-inner h1 br {
    display: none;
  }
  header {
    padding: 0px 30px 9px 24px;
    margin: 0px;
  }
  .leftsidepart {
    width: 203px;
  }
  .rightsidepart .menu img {
    max-width: 25px;
  }
  .rightsidepart>ul>li:first-child a {
    padding: 0px;
    display: block;
    margin-top: 3px
  }
  .rightsidepart>ul {
    margin: 0px;
  }
  header::after,
  footer::after,
  .socialpart::after {
    background-image: url(../image/bg/borderlinesmall.png);
    height: 4px;
    bottom: 0px
  }
  .hero-content {
    height: calc(100vh - 127px);
    min-height: unset;
    background-position: right;
  }
  .hero-content-inner h1 {
    margin-bottom: 45px;
  }
  .hero-content-inner {
    bottom: 60px;
    padding: 0px 30px;
  }
  .hero-slider .btn.blue-btn {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  }
  .btn.blue-btn {
    font-size: 12px;
    padding: 0px 12px;
    min-height: 32px;
    line-height: 32px;
  }
  .blue-btn img {
    margin-right: 14px;
    max-width: 10px;
    margin-top: -1px;
  }
  .header-bottom ul li {
    display: inline-block;
    padding: 0px 23px;
    vertical-align: middle;
  }
  .header-bottom ul li img {
    vertical-align: top;
  }
  .header-bottom ul {
    padding: 0px;
    margin: 0px;
  }
  .header-bottom {
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    animation-delay: 0.8s;
  }
  .only-mobile {
    display: block;
  }
  .news-slider {
    padding: 55px 0px;
    overflow: hidden;
  }
  .section-title {
    font-size: 38px;
  }
  .newsslider-left {
    height: auto;
    justify-content: center;
    padding: 0px;
  }
  .only-desk {
    display: none !important;
  }
  .p-text-wrap p {
    font-size: 12px;
    line-height: 14px;
  }
  .post-text a {
    font-size: 9px;
    line-height: 12px;
    height: 44px;
    padding: 5px 0px;
    width: 44px;
  }
  .post-text img {
    max-width: 11px;
    margin-top: 5px;
  }
  .p-text-wrap {
    height: 44px;
    width: calc(100% - 45px);
  }
  .newsslider .post-text {
    margin: 0 auto;
  }
  .newsslider .newslider-content.slick-current {
    box-shadow: none;
    transform: none;
  }
  .news-slider {
    padding: 45px 0px 55px;
  }
  .news-slider .slick-slider {
    padding: 0px;
  }
  .follow-us p,
  .contact-us p {
    font-size: 22px;
  }
  .contact-us img {
    margin-right: 0px;
    display: block;
    max-height: 30px;
    margin-bottom: 10px;
  }
  .contact-us li {
    margin: 0px 30px;
  }
  .socialpart {
    padding: 55px 0px;
  }
  .contact-us a {
    font-size: 12px;
  }
  footer {
    text-align: center;
    padding: 20px 0px 18px;
    margin-bottom: 46px;
  }
  .footer-rightpart {
    margin-top: 28px;
  }
  .footer-bottom p,
  .footer-bottom a {
    font-size: 10px;
  }
  .footer-rightpart img {
    max-width: 250px;
  }
  .newsslider .newslider-content {
    margin: 0px;
    padding: 0px 8px;
  }
  .newsslider-right {
    padding-right: 50px;
  }
  .news-slider .container {
    padding: 0px;
    max-width: 100%;
  }
  .news-slider .slick-list {
    padding-right: 0px!important;
  }
  .newsslider .post-text {
    margin: 0 auto;
    width: calc(100% - 16px);
    right: 0;
  }
  .post-img {
    padding-top: 139%;
  }
  .newsslider-left h2 {
    margin-bottom: 50px;
  }
  .footer-rightpart {
    text-align: center !important;
  }
  .footer-rightpart img {
    margin: 0 auto;
  }
  .footer-bottom {
    max-width: 100%;
  }
  .section-padding {
    margin: 50px 0px;
  }
  .section-margin,
  .newsreadertext img {
    margin: 50px 0px;
  }
  .common-content p:last-child,
  .common-content p:last-child {
    margin-bottom: 0px;
  }
  .common-content p,
  .common-content p,
  .video-banner p {
    font-size: 18px;
    line-height: 26px;
  }
  .common-content h4 {
    line-height: 36px;
    margin-bottom: 30px;
  }
  body .heading2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  body .heading3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .common-content h6 {
    margin-top: 27px;
  }
  .media-style {
    padding: 10px
  }
  .medias-img {
    margin-right: 15px;
  }
  .medias-img img,.medias-img svg {
    max-width: 100%;
    max-height: 90px;
  }
  .download-btn .medias-img img,.download-btn .medias-img svg{
    max-width: 100%;
    max-height: 90px;
  }
  .media-style .medias-content p,
  .media-style .medias-content a {
    font-size: 16px;
  }
  .media-style .medias-content img {
    max-width: 10px;
    margin-right: 10px;
  }
  .play-btn a {
    font-size: 14px;
    width: 100px;
    height: 50px;
    ;
    border-radius: 0px;
    line-height: 46px;
  }
  .play-btn img {
    margin-right: 10px;
    max-width: 13px;
  }
  .video-banner {
    padding: 30px 30px;
  }
  .table thead th {
    font-size: 20px;
    line-height: 22px;
    padding: 17px 10px;
    letter-spacing: 0.5px;
  }
  .table .heading,
  .table td {
    font-size: 18px;
    padding: 15px 10px;
    letter-spacing: 0.5px;
    min-width: unset;
  }
  .table td {
    font-size: 16px;
  }
  .table td,
  .table th {
    text-align: center;
  }
  .media-style-big {
    padding: 15px 10px;
  }
  .media-style-big .medias-img svg{
    max-height: 90px;
  }
  .media-style-big .medias-img {
    max-width: 90px;
    min-width: 90px;
    margin-right: 15px;
  }
  .media-style-big .medias-content p {
    font-size: 16px;
    line-height: 21px;
  }
  .commmon-banner-content h1,
  .commmon-banner-content p {
    margin: 0 auto 20px;
  }
  .commmon-banner-content {
    padding: 50px 30px;
  }
  .thumbnailslider-caption {
    padding: 15px;
  }
  .thumbnailslider-caption p {
    font-size: 18px;
  }
  .thumbnail-slider .slider-nav .item-slick img {
    width: 64px;
    height: 64px
  }
  .thumbnail-slider .slider-nav {
    width: calc(100% - 89px) !important;
  }
  .thumbnailslider-banner {
    padding-top: 70%;
  }
  .centerborder-content h4 br {
    display: none;
  }
  .newstop-bg,
  .newstop-content-left {
    flex-wrap: wrap;
  }
  .newstopl-content,
  .newstopr-content,
  .newstoprr-content {
    width: 100%;
    text-align: center;
  }
  .newstop-content-left,
  .newstop-content-left ul li {
    padding: 15px;
  }
  .newstop-content-left .newstopr-content {
    margin-top: 15px;
  }
  .newstop-content-left {
    width: 100%;
  }
  .newstop-content-right {
    padding: 15px 15px;
    width: 100%;
    text-align: center;
  }
  .newstopr-content p {
    margin-bottom: 0px;
  }
  .newstop-content {
    margin-top: -20%;
  }
  .newssecond-row .col-sm-6,
  .newssecond-row .col-sm-6+.col-sm-6 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .h-100 {
    height: auto !important;
  }
  .mb-46 {
    margin-bottom: 0px !important;
  }
  .newsgrid-box+.newsgrid-box,
  .newstop-content {
    margin-bottom: 30px !important
  }
  .rightsidepart>ul>li a.alumini-logo {
    margin-top: 7px;
  }
  .alumini-logo img {
    max-width: 65px;
  }
  a.alumini-logo.archive-logo img{
    max-width: 78px;
  }
  .ebox-content {
    padding: 5px 15px 25px;
  }
  .newstopp-edition .newstopl-content h3 img {
    display: block;
    margin: 0 auto 15px;
    max-width: 50px;
  }
  .newstopp-edition .newstopl-content h3 {
    font-size: 25px;
  }
  .newstopp-edition .newstop-content-left,
  .newstopp-edition .newstop-content-right {
    width: 100%;
  }
  .newstoprr-content {
    padding: 15px;
  }
  .newstop-content {
    margin-top: 30px;
  }
  .togglemenu {
    background-color: #71a2cc;
    transition: 0.5s ease-in-out;
    overflow: auto;
    visibility: hidden;
    background-image: none !important;
    height: 0px;
    top: 81px;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  .togglemenu.menu-open {
    height: calc(100vh - 78px);
    visibility: visible;
  }
  .togglemenu .togglemenu-div>ul>li>a,
  .togglemenu .togglemenu-div ul ul>li>a {
    font-size: 17.85px;
    display: inline-block;
    line-height: 21px;
    margin-bottom: 20px;
    padding-right: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-left: 0px;
  }
  .togglemenu .togglemenu-div ul ul>li>a {
    font-size: 15px;
  }
  .caret-arrow {
    background-image: url(../image/icon/menur-arrow.png);
    cursor: pointer;
    background-size: 9px;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    width: 9px;
    height: 18px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
  }
  .togglemenu .togglemenu-div>ul>li {
    position: relative;
  }
  .togglemenu-div {
    width: 100%;
    min-height: unset;
    padding: 0px;
    height: calc(100vh - 78px);
    min-height: 442px;
  }
  .togglemenu ul.togglemenu-main {
    padding: 55px 65px 100px 40px;
  }
  .submenu li a {
    font-size: 14px;
  }
  .togglemenu .togglemenu-div ul.submenu {
    padding-top: 10px;
    padding-right: 0px;
    width: unset;
    left: unset;
    padding-bottom: 15px;
  }
  .togglemenu ul.togglemenu-main li:hover .caret-arrow {
    background-image: url(../image/icon/menurhover-arrow.png);
  }
  .caret-arrow.active {
    background-image: url(../image/icon/menurhover-arrow.png);
    transform: rotate(90deg);
  }
  .togglemenu .header-bottom ul li {
    display: inline-block;
    width: unset;
  }
  .togglemenu .header-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
    transform: translateY(50px);
    transition: 0.7s ease-in-out;
  }
  .menu-search input {
    padding: 0px 15px 0px 90px;
    background-position: left 40px center;
    height: 48px;
    width: 100%;
    border: 0px;
    font-size: 15px;
    color: #1b1e4f;
  }
  .search-toggle button {
    display: block;
    top: 10px;
    right: auto;
    left: 35px;
  }
  .menu-search input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #1b1e4f;
  }
  .menu-search input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #1b1e4f;
  }
  .menu-search input::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #1b1e4f;
  }
  .menu-search.only-mobile {
    position: fixed;
    width: 100%;
    bottom: 45px;
    z-index: 3;
    transition: 0.7s ease-in-out;
    transform: translateY(100px);
  }
  .togglemenu ul.togglemenu-main li.focus>a,
  .togglemenu ul.togglemenu-main li:hover>a {
    color: #1b1e4f;
    text-decoration: none;
  }
  .toggle-social {
    display: none;
  }
  .togglemenu.menu-open .menu-search,
  .togglemenu.menu-open .header-bottom {
    transform: translateY(0px);
  }
  .portalmenuconetnt h4 {
    font-size: 20px;
    margin: 35px 0px 25px;
  }
  .portalmenuconetnt ul li a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .menurightcontent,
  .menustyle-right {
    height: calc(100vh - 78px);
  }
  .menustyle-right {
    top: 81px;
    width: 100%;
    height: 0px;
  }
  .menu-open.menustyle-right {
    height: calc(100vh - 130px);
  }
  .menurightcontent {
    width: 100%;
  }
  .portalmenuconetnt.menurightcontent {
    min-height: 500px;
  }
  .portalmenuconetnt {
    padding: 5px 30px 30px;
  }
  .portalmenuconetnt h4,
  .portalmenuconetnt ul {
    margin-left: 30px;
  }
  .searchagin-input input {
    font-size: 18px;
    line-height: 36px;
  }
  .searchmenuwidth {
    width: 100%;
    max-width: 100%;
  }
  .searchmenucontent {
    padding: 30px 40px 40px 40px;
  }
  .searchagin-input input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 36px;
    color: rgba(27, 30, 79, 0.73);
    font-weight: bold;
  }
  .searchagin-input input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 36px;
    color: rgba(27, 30, 79, 0.73);
    font-weight: bold;
  }
  .searchagin-input input::placeholder {
    font-size: 18px;
    line-height: 36px;
    color: rgba(27, 30, 79, 0.73);
    font-weight: bold;
  }
  .cureentsearch-input label {
    margin-top: 35px;
    font-size: 13.5px;
  }
  .close-icon {
    position: absolute;
    right: 39px;
    top: 11px;
    cursor: pointer;
  }
  .close-icon img {
    max-width: 18px;
  }
  .newstopr-content a {
    min-width: 90px;
  }
  .aluminipage .rightsidepart>ul>li {
    display: inline-block;
  }
  .aluminipage .navbar-brand img,
  .aluminipage .fixed-header .navbar-brand img {
    max-height: 61px;
  }
  .aluminipage .rightsidepart>ul>li:last-child a {
    padding: 8px 0px 8px 10px;
  }
  .aluminipage .alumini-logo img,
  .aluminipage .fixed-header .alumini-logo img {
    max-width: 65px;
    max-height: unset;
  }
  .aluminipage .leftsidepart {
    height: 72px;
  }
  .aluminipage .navbar-brand,
  .aluminipage .fixed-header .navbar-brand {
    margin-top: 8px;
  }
  .aluminipage .navbar-brand::after,
  .aluminipage .fixed-header .navbar-brand::after {
    width: 89px;
    height: 79px;
    left: -18px;
    background-size: 89px;
  }
  a.alumini-logo.archive-logo img,
  .fixed-header a.alumini-logo.archive-logo img {
    margin-top: 0px;
    max-width: 78px;
  }
  .leftborder-part .centerborder-content,
  .rightborder-part .centerborder-content {
    padding: 30px 0px 15px;
  }
  .search-text h6 {
    font-size: 15.43px;
  }
  .newssecond-row .col-lg-8 div .newsgrid-box {
    margin-bottom: 0px;
  }
  .newssecond-row .col-lg-8 div+div .newsgrid-box {
    margin-bottom: 30px;
  }
}

@media(max-width:374px) {
  .aluminipage .leftsidepart,
  .aluminipage .fixed-header .leftsidepart {
    height: 57px;
  }
  .aluminipage .navbar-brand::after,
  .aluminipage .fixed-header .navbar-brand::after {
    top: -6px;
  }
  .aluminipage .navbar-brand,
  .aluminipage .fixed-header .navbar-brand {
    margin-top: 0px;
  }
  a.alumini-logo.archive-logo img,
  .fixed-header a.alumini-logo.archive-logo img {
    max-width: 64px;
  }
  .navbar-brand img {
    max-width: 166px;
  }
  .navbar-brand::after {
    width: 86px;
    height: 95px;
    top: -19px;
    left: -17px;
    background-size: 86px;
  }
  header.fixed-header .navbar-brand img {
    max-width: 166px;
  }
  header.fixed-header .navbar-brand::after {
    width: 86px;
    height: 95px;
    top: -19px;
    left: -17px;
    background-size: 86px;
  }
  header {
    padding: 0px 20px 9px 22px;
  }
  .menustyle-right,
  .togglemenu,
  .fixed-body .menustyle-right,
  .fixed-body .togglemenu {
    top: 66px;
  }
  .menu-open.menustyle-right,
  .togglemenu.menu-open,
  .fixed-body .menu-open.menustyle-right,
  .fixed-body .togglemenu.menu-open {
    height: calc(100vh - 100px);
  }
  .menu-open.menustyle-right .menurightcontent,
  .togglemenu.menu-open .togglemenu-div,
  .fixed-body .togglemenu.menu-open,
  .fixed-body .togglemenu.menu-open .togglemenu-div,
  .fixed-body .menu-open.menustyle-right,
  .fixed-body .menu-open.menustyle-right .menurightcontent {
    height: calc(100vh - 66px);
  }
  .portalmenuconetnt hr {
    width: 240px;
  }
  .about-content br {
    display: none;
  }
  .togglemenu .togglemenu-div>ul>li>a {
    font-size: 16px;
  }
  .togglemenu .togglemenu-div ul ul>li>a {
    font-size: 15px;
  }
  .togglemenu ul.togglemenu-main {
    padding: 55px 40px 100px 40px;
  }
  .hero-content {
    height: calc(100vh - 112px);
  }
}

@media(max-width:359px) {
  .leftsidepart {
    width: 166px;
  }
  .contact-us li {
    margin: 0px 25px;
  }
  .p-text-wrap p {
    font-size: 11px;
    line-height: 12px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .commmon-banner-content p {
    font-size: 16px;
    line-height: 25px;
  }
}


.redactor-styles {
  margin: 0;
  color: #4d4d4f;
  font-size: 22px;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: 300;
}

.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  box-sizing: inherit;
}

.redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

.redactor-styles[dir="rtl"] ul li,
.redactor-styles[dir="rtl"] ol li {
  text-align: right;
}

.redactor-styles[dir="rtl"] ul,
.redactor-styles[dir="rtl"] ol,
.redactor-styles[dir="rtl"] ul ul,
.redactor-styles[dir="rtl"] ol ol,
.redactor-styles[dir="rtl"] ul ol,
.redactor-styles[dir="rtl"] ol ul {
  margin: 0 1.5em 0 0;
}

.redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}

.redactor-styles ul[dir="rtl"],
.redactor-styles ul[dir="rtl"] ul,
.redactor-styles ul[dir="rtl"] ol,
.redactor-styles ol[dir="rtl"],
.redactor-styles ol[dir="rtl"] ul,
.redactor-styles ol[dir="rtl"] ol {
  margin: 0 1.5em 0 0;
}

.redactor-styles ul[dir="rtl"] li,
.redactor-styles ol[dir="rtl"] li {
  text-align: right;
}

.redactor-styles a,
.redactor-styles a:hover {
  color: #0c2c70;
}

.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

.redactor-styles ul,
.redactor-styles ol {
  padding: 0;
}

.redactor-styles ul,
.redactor-styles ul ul,
.redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}

.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left;
}

.redactor-styles ol ol li {
  list-style-type: lower-alpha;
}

.redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}

.redactor-styles ul,
.redactor-styles ol {
  margin-bottom: 1em;
}
.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  color: #0c2c70;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.redactor-styles h1 {
  font-size: 50px;
  margin-bottom: 35px;
  color: #0c2c70;
}

.redactor-styles h2 {
  color: #767880;
  font-size: 30px;
  font-weight: 300;
}

.redactor-styles h3 {
  font-size: 26px;
  margin-bottom: 27px;
  font-weight: 600;
  color: #88addb;
}

.redactor-styles h4 {
  font-size: 1.2em;
}

.redactor-styles h5 {
  font-size: 1em;
}

.redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
}

.redactor-styles blockquote {
  font-style: italic;
  color: #4d4d4f;
  border: none;
}

.redactor-styles table {
  width: 100%;
}

.redactor-styles time,
.redactor-styles small,
.redactor-styles var,
.redactor-styles code,
.redactor-styles kbd,
.redactor-styles mark {
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  color: #4d4d4f;
}

.redactor-styles var,
.redactor-styles cite {
  opacity: 1;
}

.redactor-styles var {
  font-style: normal;
}

.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase;
}

.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

.redactor-styles code,
.redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}

.redactor-styles code {
  background-color: #eff1f2;
}

.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}

.redactor-styles kbd {
  border: 1px solid #e5e7e9;
}

.redactor-styles sub,
.redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.redactor-styles sub {
  bottom: -0.25em;
}

.redactor-styles sup {
  top: -0.5em;
}

.redactor-styles pre {
  font-size: .9em;
}

.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

.redactor-styles pre {
  padding: 1rem;
}

.redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.redactor-styles table th,
.redactor-styles table td {
  border: 0;
  padding: 16px;
  padding-bottom: 15px;
}

.redactor-styles table tfoot th,
.redactor-styles table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}

.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}

.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.redactor-styles h1:first-child,
.redactor-styles h2:first-child,
.redactor-styles h3:first-child,
.redactor-styles h4:first-child,
.redactor-styles h5:first-child,
.redactor-styles h6:first-child,
.redactor-styles p:first-child,
.redactor-styles blockquote:first-child,
.redactor-styles hr:first-child,
.redactor-styles .pane:first-child,
.redactor-styles .grid:first-child,
.redactor-styles .field:first-child,
.redactor-styles .toolbar:first-child,
.redactor-styles .buttons:first-child {
  margin-top: 0px !important;
}
.redactor-styles h1:last-child,
.redactor-styles h2:last-child,
.redactor-styles h3:last-child,
.redactor-styles h4:last-child,
.redactor-styles h5:last-child,
.redactor-styles h6:last-child,
.redactor-styles p:last-child,
.redactor-styles ul:last-child,
.redactor-styles blockquote:last-child,
.redactor-styles hr:last-child,
.redactor-styles .pane:last-child,
.redactor-styles .grid:last-child,
.redactor-styles .field:last-child,
.redactor-styles .toolbar:last-child,
.redactor-styles .buttons:last-child {
  margin-bottom: 0px !important;
}


/* overrides */
.redactor-styles{
  color:#333333;
}
.redactor-styles ul{
  list-style:none;
  padding:0;
  margin-left:0;
}
.redactor-styles ul li{
  position:relative;
  padding-left:33px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.redactor-styles ul li::before{
  position: absolute;
  top: 23px;
  left: 0;
  content: "\2022";
  color: #333333;
  margin: -3px 15px 0 10px;
  font-size: 21px;
  line-height: 7px;
}   
.redactor-styles a,
.redactor-styles a:hover {
  color: #000898;
}
.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0, 0, 0);
  border: none;
}
.redactor-styles table th{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  border: 0px;
  color: #fff;
  padding: 22px 25px;
  background-color: #71a2cc;
}
.redactor-styles table td{
  color: #606284;
  font-size: 19px;
  padding: 17px 28px;
  border-top: 0px;
  border-bottom: 1px solid #cfcccc;
  min-width: 100px;
  letter-spacing: 1px;
  font-weight: 400;
}
.redactor-styles table tr:nth-of-type(odd),
.article-detail table tr:nth-of-type(even){
  background-color: rgba(0,0,0,.05);
}
.redactor-styles table td h1,
.redactor-styles table td h2,
.redactor-styles table td h3{
  color: #1b1e4f;
  font-weight: 600;
  letter-spacing: 2px;
}
.m-30{
  margin-bottom: 30px;
  margin-top: 30px;
}
/* end overrides */
@media (max-width: 1199px){
  .redactor-styles {
    font-size: 20px;
  }
  .redactor-styles h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px){
  .redactor-styles h2 {
    font-size: 25px;
  }
  .redactor-styles h3 {
    font-size: 23px;
  }
  .video-img iframe,.video-img .video-container video {
    min-height: 56vw;
  }
}
@media (max-width: 767px){
  .redactor-styles {
    font-size: 18px;
  }
  .redactor-styles h1 {
    font-size: 29px;
  }
  .redactor-styles h3 {
    font-size: 22px;
  }
  .redactor-styles ul li::before{
    top: 18px;
  }
}