﻿@import url(effect.css);

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
/* Fonts */

html { margin: 0; padding:0; overflow-x:hidden; width:100%;}
body{
font-family: "Arimo"; padding:0; color:#00131d; font-weight:normal; padding-right:0!important; background:#fff;
font-size:15px;
line-height:1.4;
 overflow-x:hidden; width:100%;
}
/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */

:root{--red:#fe0000; --blue:#003480; --sky:#0091f4; --dark:#000; --shade:linear-gradient(125deg, var(--blue) 0%, var(--sky) 100%);}

img{border:0;}

*{ box-sizing:border-box;}
*:hover{
}

a{color:var(--blue); text-decoration:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
a:hover{text-decoration:none; color:var(--red);}

h1, h2, h3, h4, h5{margin:0 0 15px; padding:0; font-weight:500; font-family:'Libre Franklin';}
h1{color: var(--blue); font-size:28px; border-left:3px var(--red) solid; padding-left:20px; position: relative; line-height:1;}
h1:before{position: absolute; left: 3px; top: 0; bottom: 0; width: 9px; content: ''; display: block; border-left:3px var(--red) solid; border-right:3px var(--red) solid;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@keyframes wiggle {
0%{transform:rotate(0deg);}
80%{transform:rotate(0deg);}
85%{transform:rotate(5deg);}
95%{transform:rotate(-5deg);}
100%{transform:rotate(0deg);}
}


div.pswp{display:none!important; height:0!important; opacity:0!important; visibility:hidden!important;}

.fullArea{width:1280px; max-width:92%; margin:0 auto;}

.floatBtn{background:#fff; position:fixed; right:0; top:30%; box-shadow:0 0 8px rgba(130,100,30,0.8); z-index:999;}
.floatBtn ul{margin:0; padding:0; list-style-type:none;}
.floatBtn ul li a{display:block; padding:3px 7px; font-size:26px; line-height:1.3;}
.floatBtn ul li a img, .socialIcon li a img{width:30px;}
.floatBtn ul li:last-child a{ border-top:1px var(--light) solid; margin-top:10px;}
.floatBtn ul li a:hover img, .socialIcon li a:hover img{ filter: brightness(70%);}




/* Header */
.headerArea{display:block; clear:both; padding:0; margin-top:0.5px; font-size:18px; background:#fff; position:relative; top:0; z-index:999; left:0; right:0; border-bottom:1px #ddd solid;}
.logo{display:block; padding:10px 0;}
.logo img{height:50px; max-width:100%; transition:all .2s ease-in-out;}
.headerArea .text-lg-right{position:relative; z-index:5;}
.headerArea .text-lg-right a{padding:8px; display:inline-block; color:var(--dark);font-size:20px; font-weight:700;}
.headerArea .text-lg-right a i{color:var(--light); text-align:center; margin-right:5px; font-size:17px;}
.headerArea .text-lg-right a:hover{color:var(--light);}
.headerArea .text-lg-right a:last-child{background:var(--blue); width:100%; color:#fff; padding:12px 8px; text-transform:uppercase; font-size:14px; display:block; text-align:center; border-radius:40px;}
.headerArea .text-lg-right a:last-child:hover{background:var(--sky);}

.navArea{float:left; width:100%; clear:both; position:relative; background:var(--dark); padding:5px 0; z-index:1599;}
.navArea [class^="col-"] > a{position:relative; padding:8px 25px; border-radius:30px; display:inline-block; background:var(--light); color:#fff; font-weight:600; text-transform:uppercase;}
.navArea [class^="col-"] > a:hover{background:var(--sky);}

.headerArea.sticky{position:fixed; backdrop-filter: saturate(180%) blur(10px); background:rgba(255,255,255,0.75); top:0; left:0; right:0; z-index:999; margin-top:0; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.headerArea.sticky .logo img{height:40px;}



.search-box {
position: relative;
width: 100%;
max-width: 500px;
}

.search-box input[type="text"] {
width: 100%;
padding: 10px 50px 10px 20px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 30px;
outline: none;
transition: all 0.3s ease;
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.search-box input[type="text"]:focus {
border-color: #0056b3;
box-shadow: 0 0 8px rgba(0, 86, 179, 0.2);
}

.search-box button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
background: #003480;
border: none;
padding: 5px 10px;
border-radius: 50%;
cursor: pointer;
transition: background 0.3s ease;
}

.search-box button:hover {
background: #fe0000;
}

.search-box button i {
color: white;
font-size: 16px;
}

@media (max-width: 600px) {
.search-box {width:80%;}
.search-box input[type="text"] {
font-size: 14px;
padding: 12px 45px 12px 15px;
}

.col-lg-6.order-lg-2{height:0px;}
}


.categoryLinks{list-style-type:none; margin:0 0 40px; text-align:center; background:#eee; padding:10px; border-radius:5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.categoryLinks li{font-size:13.5px; display:inline-block; margin:2px;}
.categoryLinks li a{display:inline-block; padding:5px 15px; background:var(--blue); color:#fff; border-radius:5px;}
.categoryLinks li a:hover{background:var(--red);}


select.categoryDropdown{margin-bottom:30px; width:100%; height:40px; padding:0 10px; background:#eee; border:none;}


.newsMidArea{padding:40px 0;}
.newsMidArea h2{font-size:20px; line-height: 1; font-weight:700; color:var(--blue); border-left:3px var(--red) solid; padding-left:20px; position: relative;}
.newsMidArea h2:before{position: absolute; left: 3px; top: 0; bottom: 0; width: 8px; content: ''; display: block; border-left:3px var(--red) solid; border-right:3px var(--red) solid;}
.newsListing{display:block; overflow:hidden; margin:0 0 30px; padding:0; list-style-type:none;}
.newsListing li{margin:0 0 10px; padding:0; border-bottom:1px #666 dotted;}
.newsListing li p{margin-bottom:10px;}
.newsListing small{display:block; clear:both; overflow:hidden; margin-bottom:3px; color:#666;}
.newsListing a{font-weight:600;}
.newsListing small a{background: var(--blue); color: #fff; padding: 5px;}
.newsListing small a:not(:first-of-type){background:#3368b6;}
.newsListing li:last-child{border:none;}


.fullNewsContent h1{font-weight:600; font-size:30px; margin-bottom:10px;}
.fullNewsContent h1 + small{margin-bottom:20px; display:block; overflow:hidden;}
.fullNewsContent h1 + small + img{margin-bottom:20px;}
.fullNewsContent h1 + small + img + p::first-letter{
  float: left;
  font-size: 3.6em;
  line-height: 1;
  padding-right: 2px;
  color:var(--blue);
  font-family: Georgia, serif;
}
.fullNewsContent h3{font-size:22px;}
.fullNewsContent ul{margin-bottom:30px;}
.fullNewsContent ul li{margin-bottom:10px;}

.tags{padding:15px; display:block; overflow:hidden; margin:20px 0; border:1px #eee solid; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
.tags h5{margin-bottom:10px; font-size:14px; text-transform:uppercase; font-weight:700;}
.tags a{display:inline-block; padding:3px 7px; background:#eee; font-size:12px; text-transform:uppercase; margin:0 5px 5px 0; color:#444;}
.tags a:hover{background:var(--blue); color:#fff;}


.comment-section {
  max-width: 100%;
  margin: 40px auto 20px;
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: Arial, sans-serif;
}

.comment-section h2,
.comment-section h3 {
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 15px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.comment-form button {
  background: var(--blue);
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.comment-form button:hover {
  background:var(--red);
}

.comments-list {
  margin-top: 40px;
}

.comment {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.comment:last-child {
  border-bottom: none;
}

.comment-header {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.comment-header .time {
  color: #999;
  font-size: 12px;
}

.comment p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}




.footerBox{background:#fff; padding:30px 25px 0; display:block; color:#222; overflow:hidden; clear:both; text-align:center; border-top:1px #ddd solid;}
.footerBox ul{margin:0 0 20px; padding:0; list-style-type:none; text-transform:uppercase;}
.footerBox ul li{margin-bottom:8px; display:inline-block; margin:0 5px;}
.footerBox ul li a{color:#222; font-size:14px;}
.footerBox ul li a:hover{color:var(--blue);}

ul.social-links{margin:0 0 20px; padding:5px 0; list-style-type:none; display:block; overflow:hidden; clear:both;}
ul.social-links li{display:inline-block; margin:0px;}
ul.social-links li a{text-align:center; color:#222; display:block; border:1px #222 solid; width:45px; height:45px; text-align:center; border-radius:50%;}
ul.social-links li a i{font-size:18px; line-height:45px;}
ul.social-links li a:hover{background:var(--blue); color:#fff;}




#scroll-icon {
 position:fixed;
 right:10px;
 bottom:10px;
 cursor:pointer;
 width:35px;
 height:35px;
 text-indent:-9999px;
 display:none;
 z-index:99999;
}
#scroll-icon span {
	position:absolute; left:0; top:0;
 height:35px;
 width:35px;
 background:transparent url('../images/arrowup.png') no-repeat center center;
}
#scroll-icon:hover {
 opacity:1;
 filter:"alpha(opacity=100)";
 -ms-filter:"alpha(opacity=100)";
}
#scroll-icon:hover span{ background-image:url('../images/arrowupsolid.png');}




/* --- Post Entry Footer Container --- */
.entry-footer {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 24px 15px;
  font-size: 15px;
  color: #444;
  margin-top: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.entry-footer:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* --- Hide post-by for now --- */
.entry-footer .posted-by {
  display: none !important;
}

/* --- Post Taxonomies --- */
.post-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-taxonomies span {
  font-weight: 600;
  font-size: 14px;
  color: #393d46;
}

/* --- Tags & Categories --- */
.post-taxonomies a {
  display: inline-block;
  color: #b5232d;
  background-color: #fff1f1;
  padding: 6px 12px;
  border-radius: 30px;
  margin-right: 2px;
  margin-top: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.post-taxonomies a:hover {
  background-color: #f6dada;
  transform: scale(1.05);
}

/* --- Edit Link Styling --- */
.entry-footer .edit-link {
  margin-top: 20px;
}

.entry-footer .edit-link a {
  background-color: #393d46;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.entry-footer .edit-link a:hover {
  background-color: #2a2c32;
}



.archive-sidebar {
	background-color: #fff;
	padding: 25px 20px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	font-family: 'Segoe UI', sans-serif;
}

.sidebar-title {
	font-size: 20px;
	font-weight: 700;
	color: #393d46;
	margin-bottom: 20px;
	border-bottom: 2px solid #b5232d;
	padding-bottom: 6px;
}

/* Archive Menu */
.archive-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive-menu li {
	margin-bottom: 10px;
}

/* Year Link */
.year-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background-color: var(--blue);
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.year-link:hover {
	background-color: var(--red);
	color: #fff;
}

/* Month List */
.month-list {
	list-style: none;
	margin-top: 8px;
	border-left: 2px solid #e1e1e1;
	padding-left: 5px;
}

.month-list li {
	margin-bottom: 6px;
}

.month-list li a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	background-color: #f7f7f7;
	color: #393d46;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}

.month-list li a:hover {
	background-color: var(--red);
	color: #fff;
}

.month-list .bullet {
	font-size: 12px;
	color: var(--red);
}
.month-list li a:hover .bullet {color: var(--fff);}




.search-post {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.search-post h4 {
    margin-bottom:10px;
    color: #222;
    font-size:20px;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #b5232d;
    text-decoration: underline;
}
.no-results {
    color: #999;
    font-size: 18px;
}


div.wpforms-container-full .wpforms-form button[type="submit"]{
  width: 100%;
  border: none;
  background: red;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover{
  border: none;
  background: var(--blue);
}


/*------------------------------------*\
 Media Queries
\*------------------------------------*/

@media (max-width: 1280px){
}

@media (max-width: 991px){
.headerArea{padding:0 0 10px;}
.headerArea .logo{text-align:center; margin-bottom:10px;}

.project-slider{position:relative; display:block; width:100%; height:400px; clear:both; background:#222;}
.project-slider .carousel-item img, .project-slider .carousel-item video{width:100%; height:400px; object-fit:cover; animation: resize 30s linear infinite; opacity:1;}
.project-slider .carousel-control-prev, .project-slider .carousel-control-next{padding:20px 5px; top:40%; font-size:14px;}
.modal-content .row [class^="col-"]:first-child{height:300px;}

.sliderContent h2{ font-size:24px;}
}

@media (max-width: 767px){

.aboutArea h2 span, .highLightText h3, .testimonialsArea h2, .whyUsArea h2, .videoArea h2{font-size:42px;}

.aboutArea{padding-bottom:40px;}
.aboutArea > div > .row > [class^="col-"]:first-child{margin-bottom:40px;}
.aboutArea > img{display:none;}

.highLightPoints > div{width:90%; padding:20px;}

.footerArea{ text-align:center; padding-bottom:20px;}
.footerArea [class^="col-"]{margin-bottom:20px;}
.footerArea ul{margin:10px 0;}

.footerBottom{text-align:center;}
.footerBottom ul{ text-align:center; display:block; float:none; padding-top:10px;}

.quickEnquiry{padding:200px 0 0;}
.quickEnquiry ul li{display:block; width:100%; margin:0 0 20px;}
.quickEnquiry > div > img{width:150px; border-radius:8px; margin:4px;}

.highLightPoints > div:after{display:none;}


.headerArea .text-lg-right a:last-child{width: 200px; display: inline-block;}
.headerArea .col-lg-7.order-lg-2{height:0;}

.newsMidArea{padding:20px;}
}

@media (max-width: 500px){

}

@media (max-width: 360px){
}


@media screen and (max-width: 1920px) and (min-width: 1240px){
}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
}
