File: /var/www/html/TriadGov/wp-content/themes/triad-gov/css/inner-page.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sub-bnr {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(62, 72, 78, 0.21) 100%);
display: flex;
flex-direction: column;
height: 425px;
padding-top: 160px;
position: relative;
}
.sub-bnr .custom-container {
height: 100%;
}
.sub-bnr .inner-banner {
position: relative;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.sub-bnr .inner-banner::before {
content: "";
width: 260px;
height: 221px;
background: url(../img/training-bnr-shield.png) no-repeat center bottom;
position: absolute;
bottom: 0px;
left: 0;
}
.sub-bnr .inner-banner::after {
content: "";
width: 532px;
height: 251px;
background: url(../img/training-bnr-rt.png) no-repeat center bottom;
position: absolute;
bottom: 0px;
right: 0;
}
@media (max-width: 991px) {
.sub-bnr {
align-items: center;
}
}
@media (max-width: 767px) {
.sub-bnr {
height: auto;
padding-top: 110px;
}
}
.sub-bnr .main-title {
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 46px;
line-height: 67px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
text-align: center;
margin-bottom: 50px;
}
@media (max-width: 1679px) {
.sub-bnr .main-title {
font-size: 42px;
line-height: 42px;
}
}
@media (max-width: 1481px) {
.sub-bnr .main-title {
font-size: 38px;
line-height: 46px;
}
}
@media (max-width: 1199px) {
.sub-bnr .main-title {
font-size: 36px;
line-height: 44px;
}
}
@media (max-width: 991px) {
.sub-bnr .main-title {
font-size: 34px;
line-height: 42px;
}
}
@media (max-width: 767px) {
.sub-bnr .main-title {
font-size: 22px;
line-height: 32px;
}
}
.training-courses {
text-align: center;
padding: 99px 0 0;
}
.training-courses .boxes {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.training-courses .boxes .box1 {
width: calc(33.3333333333% - 20px);
border: 1px solid #F8DADE;
border-radius: 16px;
padding-bottom: 33px;
margin-bottom: 20px;
}
.training-courses .boxes .box1 .logo-sec {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(248, 218, 222, 0.1803921569);
border-bottom: 1px solid #F8DADE;
padding: 22px 0px;
}
.training-courses .boxes .box1 .text-sec {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.training-courses .boxes .box1 .text-sec .contents {
padding: 33px 33px;
font-weight: 400;
font-size: 20px;
line-height: 39px;
letter-spacing: 0%;
text-align: center;
}
@media (max-width: 1679px) {
.training-courses .boxes .box1 .text-sec .contents {
font-size: 18px;
}
}
@media (max-width: 1481px) {
.training-courses .boxes .box1 .text-sec .contents {
font-size: 16px;
}
}
.training-courses .boxes .box1 .text-sec .btn-more {
background-color: #c4344e;
width: 151px;
height: 41px;
border-radius: 20px;
padding: 0px 22px;
font-weight: 600;
font-size: 13.41px;
line-height: 20.86px;
letter-spacing: 0%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}