body,
code,
html,
kbd,
pre,
samp {
	font-family: "Product Sans", Arial, sans-serif;
}
body,
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}
ol,
ul {
	list-style: none;
}
a {
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}
p {
	font-weight: 300;
}
section{
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 70px 0;
}

.pressbanner {
    position: relative;
    overflow: hidden;
    padding: 220px 0 80px;
    color: #fff;
    background: #121836;
    z-index: 3;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Animated gradient layer */
.pressbanner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, #0080ff, #121836, #0059b3, #0080ff);
    animation: rotateBg 14s linear infinite;
    opacity: 0.7;
}

/* Glow + light sweep */
.pressbanner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0,128,255,0.25), transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08), transparent 60%);
    animation: moveGlow 8s ease-in-out infinite;
}

/* Content above layers */
.pressbanner .container {
    position: relative;
    z-index: 2;
}

/* Rotate animation */
@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Floating glow animation */
@keyframes moveGlow {
    0%, 100% {
        background-position: 20% 20%, 80% 70%;
    }
    50% {
        background-position: 40% 40%, 60% 60%;
    }
}
 
.smhead {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 28px;
    color: #08223a;
    margin-right: 12px;
}
.pressheadtabs_left span {
    font-size: 15px;
    color: #a9a3a3;
    display: block;
    margin-top: 4px;
}
.pressheadtabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    position: sticky;
    top: 80px;
    z-index: 2;
    background: #f8faff;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #e6ecf5;
}

.filterpart .filterbtn {
    background: linear-gradient(135deg, #0080ff, #121836);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
}
.filterpart .filterbtn img {
    filter: brightness(50) invert(1);
    max-width: 17px;
    margin: -3px -2px 0 -6px;
}
.filterpart .dropdown-menu {
    right: 0;
    left: auto;
    border: 0;
    min-width: 100px;
    padding: 5px 0;
}
.filterpart .dropdown-menu>li>a { 
    padding: 5px 20px; 
}
.pressfold::after , .pressdetailsfold::after {
    background-size: cover;
    content: "";
    height: calc(100% - 61px);
    left: 50%;
    position: fixed;
    top: calc(50% + 80px);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
    background-image: url(../images/press/bg.webp);
}
.pressfoldhead h1 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 70px;
    color: #fff;
}
.pressfoldhead p {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 30px;
    color: #fff;
}
.pressfoldhead {
    text-align: center;
}
 
.pressboxdetais {
    padding: 15px 0px 0;
}
.pressfoldbox {
    color: #08223a !important;
}
.pressdetailstop {
    display: flex;
    margin-bottom: 12px;
	align-items: center;
    justify-content: space-between;
}
.presstype {
    font-size: 14px;
    border: 1px solid #f2f2f2;
    padding: 3px 11px;
    border-radius: 4px;
}
.datepress {
    font-size: 18px;
    color: #a9a3a3;
}
.presstitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    margin: 0 0 8px;
    color: #08223a;
	  display: -webkit-box;
   -webkit-line-clamp: 2; /* Title = 2 lines */
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.pressboxdetais p {
    color: #7e7979;
    font-size: 18px;
	margin: 0;
	  display: -webkit-box;
   -webkit-line-clamp: 3; /* Paragraph = 3 lines */
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.pressboximg {
    height: 220px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 8px;
}
.pressfold {
    overflow: unset;
}
.stickyright {
    position: sticky;
    top: 100px;
}
.pressboximg img {
    height: 100%;
    width: 100%; 
    transition: transform 0.5s ease;
}

 

.pressfoldrow {
    display: flex;
    flex-wrap: wrap;
}
.pressfoldrow .col-md-6{
	margin-bottom: 30px;
}
.pressfoldbox {
    display: block;
    transition: all 0.3s ease;
}

.pressfoldbox:hover {
    transform: translateY(-8px);
}
.commanhead {
    margin-bottom: 50px;
}
.headcenter{
	text-align: center;
}
.commanhead h2 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 60px;
    color: #08223a;
}
.commanhead p{
	color: #7e7979;
    font-size: 18px;
}
.commanhead p {
    margin: 15px 0 0;
    color: #7e7979;
    font-size: 20px;
}
.getstartedfold{
	background-color: #f7f7f7;
}


.contact-form-sec {
    background: #ffffff;
    width: 100%;
    max-width: 600px;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: cfsFadeUp 0.5s ease both;
    margin: 0 auto;
}
 
  @keyframes cfsFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
.contact-form-sec .cfs-body {
    padding: 38px 38px 34px;
}
  /* Success banner */
  .contact-form-sec .cfs-success {
    display: none;
    background: #f0faf4;
    border: 1.5px solid #34c26e;
    border-radius: 3px;
    padding: 14px 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #1a7a42;
    font-weight: 500;
    align-items: center;
    gap: 10px;
  }
 
  .contact-form-sec .cfs-success.show { display: flex; }
 
  /* Row grid */
  .contact-form-sec .cfs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
 
  .contact-form-sec .cfs-row.cfs-phone-row {
    grid-template-columns: 140px 1fr;
  }
 
  /* Field */
.contact-form-sec .cfs-field {
    margin-bottom: 18px;
}
 
.contact-form-sec .cfs-field label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    text-transform: uppercase;
}
 
.contact-form-sec .cfs-field input, .contact-form-sec .cfs-field select, .contact-form-sec .cfs-field textarea {
    width: 100%;
    border: 1.5px solid #e0e3e9;
    border-radius: 3px;
    padding: 9px 12px;
    font-size: 14px;
    
    font-weight: 400;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
}
 
  .contact-form-sec .cfs-field input::placeholder,
  .contact-form-sec .cfs-field textarea::placeholder {
    color: #bbb;
    font-weight: 300;
  }
 
  .contact-form-sec .cfs-field input:focus,
  .contact-form-sec .cfs-field select:focus,
  .contact-form-sec .cfs-field textarea:focus {
    border-color: #0080ff;
    box-shadow:unset;
  }
 
  .contact-form-sec .cfs-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 30px;
    cursor: pointer;
    color: #555;
  }
 
  .contact-form-sec .cfs-field textarea {
    min-height: 90px;
    resize: vertical;
    line-height: 1.5;
  }
 
  .contact-form-sec .cfs-field .cfs-error-msg {
    font-size: 11px;
    color: #0080ff;
    margin-top: 4px;
    display: none;
    font-weight: 400;
  }
 
  .contact-form-sec .cfs-field.has-error input,
  .contact-form-sec .cfs-field.has-error select,
  .contact-form-sec .cfs-field.has-error textarea {
    border-color: #0080ff;
    background: #fff8f9;
  }
 
  .contact-form-sec .cfs-field.has-error .cfs-error-msg {
    display: block;
  }
 
  /* Budget */
.contact-form-sec .cfs-budget-label {
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
 
  .contact-form-sec .cfs-budget-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
 
  .contact-form-sec .cfs-radio-tile {
    position: relative;
  }
 
  .contact-form-sec .cfs-radio-tile input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
 
.contact-form-sec .cfs-radio-tile label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1.5px solid #e0e3e9;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 400;
    color: #555;
    transition: all 0.18s;
    user-select: none;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 20px;
}
  .contact-form-sec .cfs-radio-tile label::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.18s;
    background: #fff;
  }
 
  .contact-form-sec .cfs-radio-tile input:checked + label {
    border-color: #0080ff;
    background: #0080ff1c;
    color: #0080ff;
    font-weight: 500;
  }
 
  .contact-form-sec .cfs-radio-tile input:checked + label::before {
    border-color: #0080ff;
    background: #0080ff;
    box-shadow: inset 0 0 0 3px #fff;
  }
 
  /* Divider */
  .contact-form-sec .cfs-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 20px 0;
  }
 
  /* Submit */
  .contact-form-sec .cfs-submit-btn {
    width: 100%;
    background: #0080ff;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 13px 24px;
    
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, transform 0.1s;
  }
 
  .contact-form-sec .cfs-submit-btn:hover { background: #08223a; }
  .contact-form-sec .cfs-submit-btn:active { transform: scale(0.99); }
 
  .contact-form-sec .cfs-submit-btn .cfs-btn-arrow {
    font-size: 16px;
    transition: transform 0.2s;
    display: inline-block;
  }
 
  .contact-form-sec .cfs-submit-btn:hover .cfs-btn-arrow {
    transform: translateX(4px);
  }
 
  .awardssimg {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px 0;
}
.awardssimg img {
    height: 80%;
    width: auto;
}
.awardssslder .swiper-slide{
	width: auto;
}

.latestarticles .pressboxdetais {
    padding: 15px 20px;
}
.latestarticles .pressfoldrow .col-md-6{
	margin: 0;
}
.detailspageimg {
    height: 600px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.detailspageimg img{
	max-width: 100%;
	height: 100%;
	width: 100%; 
}
.tableofcontent {
    width: 33%;
    background-color: #f7f7f7;
    padding: 25px;
    position: sticky;
    top: 100px;
}
.presscontentpart {
    display: flex;
    align-items: flex-start;
}
.tableofcontent span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.tableofcontent ul { 
	list-style: none	;
    padding: 0;
}
.tableofcontent ul li {
    counter-increment: item;
    margin-bottom: 0;
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #89808038;
}

.tableofcontent ul li a {
    color: #08223a;
    font-size: 16px;
    font-weight: 400;
}

.tableofcontent ul li::before {
    content: counter(item) ". ";
    font-weight: bold;
    margin-right: 5px;
    margin-top: 1px;
}
.tableofcontent li:hover  , .tableofcontent li:hover a{
    color: #0080ff;
}
.pressdetailsfold{
	overflow: unset;
}
.contentmainfold {
    width: 70%;
	padding: 40px 60px 0;
}
/* Paragraph */
.contentmainfold p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #333;
}

/* Headings (scaled properly) */
.contentmainfold h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 18px;
    color: #08223a;
}

.contentmainfold h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #08223a;
}

.contentmainfold h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
    color: #08223a;
}

.contentmainfold h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #08223a;
}

.contentmainfold h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #666;
}

/* Lists */
.contentmainfold ul,
.contentmainfold ol {
    padding-left: 22px;
    margin-bottom: 20px;
	list-style: circle;
}

.contentmainfold ul li,
.contentmainfold ol li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #333;
}

/* Links */
.contentmainfold a {
    color: #0080ff;
    text-decoration: none;
}

.contentmainfold a:hover {
    text-decoration: underline;
}

/* Blockquote */
.contentmainfold blockquote {
    border-left: 4px solid #0080ff;
    padding: 15px 18px;
    margin: 20px 0;
    background: #f9f9f9;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    color: #555;
}

/* Strong */
.contentmainfold strong {
    font-weight: 700;
}
.detailspagetop{
	margin-bottom: 40px;
}
.pressdetailsfold{
	padding-top: 200px;
}
.detailspagetop h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
	color: #08223a;
}
.detailscategory {
    display: flex;
    align-items: center;
}
.detailscategory .presstype {
    background-color: #fff;
    font-size: 15px;
    margin-right: 14px;
}
.detailscategory .datepress {
    font-size: 16px;
    font-weight: 400;
	color: #08223a;
}
.detailscategorymain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sharepart {
    display: flex;
    align-items: center;
}
.sharepart span {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 23px;
}
.socialicons {
    display: flex;
    align-items: center;
}
.socialicons img {
    height: 23px;
    margin-left: 8px;
}

.ctafold{
	background-color: #0080ff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.ctafoldtext h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 25px;
}
.ctafoldtext p{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.cfs-submit-btn .cfs-btn-arrow img {
    max-width: 27px;
    margin-left: -5px;
    margin-top: -2px;
}

.commanbtn {
    width: auto;
    background: #fff;
    color: #0080ff !important;
    border: none;
    border-radius: 3px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, transform 0.1s;
}
.commanbtn .cfs-btn-arrow img {
    max-width: 27px;
    margin-left: -5px;
    margin-top: -2px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(2852%) hue-rotate(199deg) brightness(97%) contrast(101%);
}
 
button.commanbtn:hover{
    background-color: #fff;
}
 
  .commanbtn .cfs-btn-arrow { 
    transition: transform 0.2s;
    display: inline-block;
  }
 
  .commanbtn:hover .cfs-btn-arrow {
    transform: translateX(6px);
  }
  .ctafoldtext {
    width: 40%;
}
.ctafoldinner {
    display: flex;
}
.ctafoldimg {
   position: relative;
   flex: 1;
   min-height: 200px;
}

#ctaCanvas {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
.ctafoldright {
    background: linear-gradient(135deg, #0080ff, #121836);
    border-radius: 10px;
    padding: 24px 25px;
}
.ctafoldright h3 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.ctafoldrightbtn a:first-child {
    background-color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    border-radius: 8px;
    margin-top: 14px;
}
.ctafoldrightbtn a:last-child {
    background-color: transparent;
    border: 1px solid #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    margin-top: 14px;
}
.featuredpostfold .pressboximg {
    height: 70px;
    border-radius: 4px;
    width: 30%;
}
.featuredpostfold{
    margin-top: 20px;
}
.featuredpostfoldbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.featuredpostfetails {
    width: 70%;
    padding: 0 0px 0 15px;
}
.featuredpostfetails .datepress {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    display: block;
}
.featuredpostfetails .presstitle {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.latestarticles .pressboximg {
    border-radius: 0;
}
.pressheadtabs_left {
    display: flex;
    align-items: center;
}
.searchform .form-group .form-control {
    height: 42px;
    font-size: 15px;
    font-weight: 300;
    padding: 0 20px 0 35px;
    box-shadow: unset;
    border: 0;
    background-image: url(../images/press/search-2-line.png);
    background-size: 20px;
    background-position: 4%;
    color: #000;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.searchform .form-group {
    margin: 0;
}
.searchform {
    margin-right: 15px;
}
.pressheadtabs_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.creative-pagination {
    background: #f8faff;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Buttons */
.nav-btns .nav-btn {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 8px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #e0e6ef;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.nav-btn:hover {
    background: #0080ff;
    color: #fff;
    border-color: #0080ff;
}

/* Page control */
.page-control {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

/* Input box */
.page-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e6ef;
    border-radius: 25px;
    padding: 5px 12px;
}

.page-box input {
    width: 45px;
    border: none;
    outline: none;
    text-align: center;
    font-weight: 600;
    background: transparent;
}

.page-box .total {
    margin-left: 5px;
    color: #999;
}

@media (max-width:1199px) {
	.pressfold , .pressdetailsfold , .pressbanner {
		padding: 60px 0 60px;
	}
     
    .pressfoldhead h1 {
        font-size: 46px;
        margin-bottom: 10px;
        line-height: 60px;
    }
    .pressfoldhead p {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .commanhead h2 {
        font-size: 40px;
        margin-bottom: 0;
        line-height: 50px;
    }
    .commanhead {
        margin-bottom: 30px;
    }
    .pressboximg {
        height: 170px;
    }
    .smhead {
        font-size: 19px;
    }
}
@media (max-width:1023px) {
	.pressfoldhead h1 , .detailspagetop h1 {
		font-size: 40px;
		margin-bottom: 10px;
		line-height: 50px;
	}
    .pressfoldhead p {
        font-size: 16px;
        margin: 0 0 20px;
    }
	 
	.pressfoldrow .col-md-6 {
		margin-bottom: 30px;
		width: 50%;
	}
	section {
		padding: 50px 0;
	}
	.commanhead h2 {
		font-size: 36px;
		margin-bottom: 0;
		line-height: 44px;
	}
	.commanhead p {
    	margin: 8px 0 0;
		font-size: 16px;
	}
	.commanhead {
		margin-bottom: 30px;
	}
	.awardssimg {
		width: 150px;
		height: 150px;
	}
	.detailspageimg {
    	height: 400px;
	}
	.presscontentpart {
		flex-wrap: wrap;
	}
	.tableofcontent {
		width: 100%;
		padding: 25px;
		position: relative;
		top: 0;
	}
	.contentmainfold {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
    .commanbtn { 
		border-radius: 3px;
		padding: 8px 14px;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0;
	}
	.commanbtn .cfs-btn-arrow img {
    	max-width: 18px;
	}
    .pressfoldrow .col-md-12 {
        width: 100%;
    }
    .pressheadtabs {
        position: relative;
        top: 0;
    }
    .stickyright {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
    .featuredpostfold .pressboximg {
        height: 140px;
        border-radius: 4px;
        width: 30%;
    }
    .ctafoldimg {
        position: relative;
        flex: 1;
        min-height: 200px;
        display: none;
    }
    .ctafoldtext {
        width: 100%;
        text-align: center;
    }
    .ctafoldtext h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .ctafoldtext p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}
@media (max-width:767px) {
	.pressfold , .pressdetailsfold {
        padding: 30px 0 20px;
    }
	section {
        padding: 30px 0;
    }
    .pressfoldhead h1, .detailspagetop h1 {
        font-size: 28px;
        margin-bottom: 6px;
        line-height: 38px;
        text-align: center;
    }
	.pressfoldrow .col-md-6 {
        margin-bottom: 30px;
        width: 100%;
    }
	.presstitle {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 6px;
	}
	.pressboxdetais p {
		font-size: 16px;
	}
	.datepress {
		font-size: 16px;
	}
	.pressboximg {
		height: 178px;
	}
	.commanhead h2 {
        font-size: 26px;
        margin-bottom: 0;
        line-height: 34px;
    }
	.contact-form-sec .cfs-body {
		padding: 22px;
	}
	.contact-form-sec .cfs-row {
		display: block;
		grid-template-columns: none;
		gap: 14px;
	}
    .detailscategorymain {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 14px;
    }
	.detailscategory {
		display: flex;
		align-items: center;
		margin-bottom: 14px;
	}
	.detailspagetop {
		margin-bottom: 20px;
	}
	.detailspageimg {
        height: 170px;
		margin-bottom: 20px;
    }
	.tableofcontent ul li {
		padding: 9px 0;
	}
	.contentmainfold {
        margin-top: 30px;
    }
	.contentmainfold h2{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .contentmainfold h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .contentmainfold h4{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .contentmainfold h5{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .contentmainfold h6{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px;
  }
	.contentmainfold p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 13px;
	}
	.ctafoldinner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ctafoldtext {
		width: 100%;
		text-align: center;
	}
	.ctafoldimg{
		display: none;
	}
	.latestarticles .pressfoldrow .col-md-6 {
		margin: 0 0 20px;
	}
	.ctafoldtext h2 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.ctafoldtext p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.commanbtn { 
		border-radius: 3px;
		padding: 8px 14px;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0;
	}
	.commanbtn .cfs-btn-arrow img {
    	max-width: 18px;
	}
    .ctafoldtext p {
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
        .pressfold, .pressdetailsfold, .pressbanner {
            padding: 40px 0 40px;
        }
            .pressheadtabs {
        position: relative;
        top: 0;
        flex-wrap: wrap;
    }
    .pressheadtabs_left {
    width: 100%;
}
.pressheadtabs_right {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
}
.searchform {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
}
.filterpart.dropdown {
    width: 100%;
}
.filterpart .filterbtn{
    width: 100%;
}
.creative-pagination{
    display: none;
}
    .featuredpostfold .pressboximg {
        height: 60px;
        border-radius: 4px;
        width: 30%;
    }
    .latestarticles .pressfoldrow .col-md-4 {
    margin-bottom: 20px;
}
    .commanhead {
        margin-bottom: 20px;
    }
}




