HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/TriadGov/wp-content/themes/triad-gov/css/common.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");
/*** 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 ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .custom-container {
    max-width: 1400px;
  }
}

.title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 64px;
  letter-spacing: 0%;
  color: #0e0e18;
  padding-bottom: 15px;
}
@media (max-width: 1679px) {
  .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1481px) {
  .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 22px;
    line-height: 32px;
  }
}

.green-color {
  color: #505C1F;
}

.sub-title {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
  color: #486075;
}
@media (max-width: 1679px) {
  .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1481px) {
  .sub-title {
    font-size: 14px;
    line-height: 24px;
  }
}

.sub-content {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  padding-bottom: 40px;
}
@media (max-width: 1679px) {
  .sub-content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1481px) {
  .sub-content {
    font-size: 14px;
    line-height: 24px;
  }
}
.sub-content .italic {
  font-style: italic;
}
.sub-content .bold {
  font-weight: 700;
}
.sub-content .semi-bold {
  font-weight: 600;
}
.sub-content .uppercase {
  text-transform: uppercase;
}

.wht-we-offer {
  background: #D9E4EC;
  padding: 100px 0px;
}
@media (max-width: 1679px) {
  .wht-we-offer {
    padding: 80px 0px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer {
    padding: 40px 0px;
  }
}
@media (max-width: 1679px) {
  .wht-we-offer.why-choose.btm-0 {
    padding: 80px 0px 0;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.why-choose.btm-0 {
    padding: 60px 0px 0;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer.why-choose.btm-0 {
    padding: 40px 0px 0;
  }
}
.wht-we-offer.why-choose.btm-0 .services-section {
  padding-top: 0;
}
.wht-we-offer .services-section {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background: linear-gradient(130.15deg, #FFFFFF 64.94%, rgba(255, 255, 255, 0) 92.99%);
  border-radius: 30px;
  box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, 0.0509803922);
}
.wht-we-offer .services-section .service-box {
  width: calc(25% - 0px);
  border-right: 1px solid #D7E2E9;
  border-bottom: 1px solid #D7E2E9;
  padding: 77px 37px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 1679px) {
  .wht-we-offer .services-section .service-box {
    padding: 60px 27px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer .services-section .service-box {
    padding: 50px 20px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer .services-section .service-box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer .services-section .service-box {
    width: calc(33.3333333333% - 0px);
  }
}
@media (max-width: 767px) {
  .wht-we-offer .services-section .service-box {
    width: calc(50% - 0px);
  }
}
@media (max-width: 479px) {
  .wht-we-offer .services-section .service-box {
    width: 100%;
    align-items: flex-start;
    text-align: center;
  }
}
.wht-we-offer .services-section .service-box .box-inner {
  min-height: 251px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1679px) {
  .wht-we-offer .services-section .service-box .box-inner {
    min-height: 214px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer .services-section .service-box .box-inner {
    min-height: 186px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer .services-section .service-box .box-inner {
    min-height: 199px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer .services-section .service-box .box-inner {
    min-height: 237px;
  }
}
@media (max-width: 579px) {
  .wht-we-offer .services-section .service-box .box-inner {
    min-height: unset;
  }
}
.wht-we-offer .services-section .service-box .s-icon {
  margin-bottom: 33px;
  height: 70px;
}
@media (max-width: 1679px) {
  .wht-we-offer .services-section .service-box .s-icon {
    height: 50px;
    margin-bottom: 20px;
  }
}
.wht-we-offer .services-section .service-box .s-icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wht-we-offer .services-section .service-box .box-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 32px;
  margin-bottom: 0px;
  color: #0B1226;
}
@media (max-width: 1679px) {
  .wht-we-offer .services-section .service-box .box-title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer .services-section .service-box .box-title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer .services-section .service-box .box-title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}
.wht-we-offer .services-section .service-box .box-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 0px;
  color: #474747;
}
@media (max-width: 1679px) {
  .wht-we-offer .services-section .service-box .box-content {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer .services-section .service-box .box-content {
    font-size: 12px;
    line-height: 16px;
  }
}
.wht-we-offer .services-section .service-box.offer-box {
  align-items: flex-start;
  flex: 1 1 auto;
}
.wht-we-offer .services-section .service-box.offer-box .box-main-title {
  font-weight: 800;
  font-size: 29px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 1679px) {
  .wht-we-offer .services-section .service-box.offer-box .box-main-title {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer .services-section .service-box.offer-box .box-main-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer .services-section .service-box.offer-box .box-main-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer .services-section .service-box.offer-box .box-main-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wht-we-offer .services-section .service-box.offer-box .box-main-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .wht-we-offer .services-section .service-box.offer-box .box-main-title {
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
.wht-we-offer.why-choose {
  background-color: #fff;
  position: relative;
}
.wht-we-offer.why-choose::before {
  content: "";
  position: absolute;
  background-image: url("../img/net_bg.png");
  right: 0;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  z-index: 9;
}
.wht-we-offer.why-choose .services-section {
  gap: 29px;
  background-color: transparent;
  box-shadow: none;
  padding: 100px 0px;
  z-index: 99;
  position: relative;
}
@media (max-width: 1679px) {
  .wht-we-offer.why-choose .services-section {
    padding: 80px 0px;
    gap: 25px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.why-choose .services-section {
    padding: 60px 0px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer.why-choose .services-section {
    padding: 40px 0px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer.why-choose .services-section {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .wht-we-offer.why-choose .services-section {
    padding: 20px 0px;
    gap: 10px;
  }
}
@media (max-width: 579px) {
  .wht-we-offer.why-choose .services-section {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
.wht-we-offer.why-choose .services-section .service-box {
  width: calc(33.3333333333% - 20px);
  border-radius: 20px;
  border: 0px;
  background-color: #F3F6F9;
  padding: 50px;
}
@media (max-width: 1679px) {
  .wht-we-offer.why-choose .services-section .service-box {
    padding: 40px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.why-choose .services-section .service-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer.why-choose .services-section .service-box {
    padding: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .wht-we-offer.why-choose .services-section .service-box {
    padding: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .wht-we-offer.why-choose .services-section .service-box {
    padding: 20px;
    width: 100%;
  }
}
.wht-we-offer.why-choose .services-section .service-box .box-inner {
  min-height: 227px;
}
@media (max-width: 1679px) {
  .wht-we-offer.why-choose .services-section .service-box .box-inner {
    min-height: 214px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.why-choose .services-section .service-box .box-inner {
    min-height: 186px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer.why-choose .services-section .service-box .box-inner {
    min-height: 199px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer.why-choose .services-section .service-box .box-inner {
    min-height: 140px;
  }
}
.wht-we-offer.why-choose .services-section .service-box.offer-box {
  background-color: transparent;
}
@media (max-width: 579px) {
  .wht-we-offer.why-choose .services-section .service-box.offer-box {
    padding: 0px;
  }
  .wht-we-offer.why-choose .services-section .service-box.offer-box .box-inner {
    min-height: unset;
  }
}
.wht-we-offer.core-values {
  background-color: #E8F0F6;
  padding: 0px;
}
@media (max-width: 579px) {
  .wht-we-offer.core-values {
    padding: 40px 0;
  }
}
.wht-we-offer.core-values .services-section {
  background: #E8F0F6;
}
.wht-we-offer.core-values .services-section .service-box {
  padding: 0px;
}
.wht-we-offer.core-values .services-section .service-box .icon-inner {
  border-bottom: 1px solid rgba(165, 165, 165, 0.1803921569);
  padding: 44px 38px;
}
@media (max-width: 1679px) {
  .wht-we-offer.core-values .services-section .service-box .icon-inner {
    padding: 38px 32px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.core-values .services-section .service-box .icon-inner {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer.core-values .services-section .service-box .icon-inner {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .wht-we-offer.core-values .services-section .service-box .icon-inner {
    padding: 20px 20px 0;
  }
}
.wht-we-offer.core-values .services-section .service-box .content-sec {
  padding: 60px 38px;
}
@media (max-width: 1679px) {
  .wht-we-offer.core-values .services-section .service-box .content-sec {
    padding: 50px 30px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.core-values .services-section .service-box .content-sec {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer.core-values .services-section .service-box .content-sec {
    padding: 20px;
  }
}
.wht-we-offer.core-values .services-section .service-box .s-icon {
  width: 126px;
  height: 126px;
  margin-bottom: 0px;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .wht-we-offer.core-values .services-section .service-box .s-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1481px) {
  .wht-we-offer.core-values .services-section .service-box .s-icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .wht-we-offer.core-values .services-section .service-box .s-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .wht-we-offer.core-values .services-section .service-box .s-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 579px) {
  .wht-we-offer.core-values .services-section .service-box .s-icon {
    margin: 0 auto;
  }
}
.wht-we-offer.core-values .services-section .service-box .s-icon img {
  width: 100%;
  height: 100%;
}
.wht-we-offer.white .services-section .service-box {
  background-color: #FFFFFF;
}

.sub-banner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(130, 172, 198, 0.21) 100%);
  display: flex;
  align-items: flex-end;
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .sub-banner {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sub-banner {
    height: auto;
    padding-top: 110px;
  }
}
@media (max-width: 579px) {
  .sub-banner {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .sub-banner.home {
    padding-bottom: 230px;
  }
}
.sub-banner.home .bnr-rt img {
  height: 437px;
}
@media (max-width: 1441px) {
  .sub-banner.home .bnr-rt img {
    height: 338px;
  }
}
@media (max-width: 1199px) {
  .sub-banner.home .bnr-rt img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .sub-banner.home .bnr-rt img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .sub-banner.home .bnr-rt img {
    height: 130px;
  }
}
@media (max-width: 600px) {
  .sub-banner.home .bnr-rt img {
    height: 230px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    max-width: none;
  }
}
.sub-banner.contact .inner-banner .inner-content {
  max-width: 500px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .sub-banner.contact .inner-banner .inner-content {
    max-width: 380px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .sub-banner.contact .inner-banner .inner-content {
    max-width: 280px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .sub-banner.contact .inner-banner .inner-content {
    max-width: 100%;
    margin-right: 0px;
  }
}
.sub-banner.contact .inner-banner .bnr-rt {
  max-width: 785px;
  margin-top: -44px;
}
@media (max-width: 1679px) {
  .sub-banner.contact .inner-banner .bnr-rt {
    max-width: 700px;
  }
}
@media (max-width: 1441px) {
  .sub-banner.contact .inner-banner .bnr-rt {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .sub-banner.contact .inner-banner .bnr-rt {
    max-width: 650px;
  }
}
@media (max-width: 600px) {
  .sub-banner.contact .inner-banner .bnr-rt {
    max-width: 100%;
    margin-top: 0px;
  }
}
.sub-banner.contact .inner-banner .bnr-rt img {
  height: 469px;
}
@media (max-width: 1441px) {
  .sub-banner.contact .inner-banner .bnr-rt img {
    height: 338px;
  }
}
@media (max-width: 1199px) {
  .sub-banner.contact .inner-banner .bnr-rt img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .sub-banner.contact .inner-banner .bnr-rt img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .sub-banner.contact .inner-banner .bnr-rt img {
    height: 130px;
  }
}
@media (max-width: 600px) {
  .sub-banner.contact .inner-banner .bnr-rt img {
    height: 130px;
  }
}
.sub-banner.contact .main-title {
  color: #1A567A;
  margin-bottom: 20px;
  line-height: 19px;
}
.sub-banner.contact .bnr-desc {
  color: #1A567A;
  font-size: 13px;
}
.sub-banner.service .inner-banner .bnr-rt {
  max-width: 785px;
  width: 100%;
}
@media (max-width: 1679px) {
  .sub-banner.service .inner-banner .bnr-rt {
    max-width: 700px;
  }
}
@media (max-width: 1441px) {
  .sub-banner.service .inner-banner .bnr-rt {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .sub-banner.service .inner-banner .bnr-rt {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .sub-banner.service .inner-banner .bnr-rt {
    max-width: 290px;
  }
}
@media (max-width: 600px) {
  .sub-banner.service .inner-banner .bnr-rt {
    max-width: 100%;
    margin-top: 0px;
  }
}
.sub-banner.service .inner-banner .bnr-rt img {
  height: 580px;
  margin-top: -80px;
}
@media (max-width: 1679px) {
  .sub-banner.service .inner-banner .bnr-rt img {
    height: 500px;
  }
}
@media (max-width: 1441px) {
  .sub-banner.service .inner-banner .bnr-rt img {
    height: 338px;
  }
}
@media (max-width: 1199px) {
  .sub-banner.service .inner-banner .bnr-rt img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .sub-banner.service .inner-banner .bnr-rt img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .sub-banner.service .inner-banner .bnr-rt img {
    height: 130px;
  }
}
@media (max-width: 600px) {
  .sub-banner.service .inner-banner .bnr-rt img {
    height: 130px;
    margin-top: 0;
  }
}
.sub-banner .inner-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .sub-banner .inner-banner {
    flex-direction: column;
  }
}
.sub-banner .inner-banner .inner-content {
  max-width: 832px;
  padding-bottom: 95px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 623px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1281px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 590px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 560px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 60%;
  }
}
@media (max-width: 600px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 100%;
  }
}
@media (max-width: 579px) {
  .sub-banner .inner-banner .inner-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sub-banner .inner-banner .inner-content br {
    display: none;
  }
}
.sub-banner .mobile-baner {
  display: none;
}
@media (max-width: 579px) {
  .sub-banner .mobile-baner {
    display: block;
    max-width: 300px;
    margin: auto;
  }
}
.sub-banner .bnr-rt {
  max-width: 800px;
}
@media (max-width: 1679px) {
  .sub-banner .bnr-rt {
    max-width: 700px;
  }
}
@media (max-width: 1441px) {
  .sub-banner .bnr-rt {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .sub-banner .bnr-rt {
    max-width: 650px;
  }
}
@media (max-width: 600px) {
  .sub-banner .bnr-rt {
    max-width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .sub-banner .bnr-rt {
    position: static;
    display: flex;
    justify-content: center;
  }
}
.sub-banner .bnr-rt img {
  height: 500px;
}
@media (max-width: 1441px) {
  .sub-banner .bnr-rt img {
    height: 338px;
  }
}
@media (max-width: 1199px) {
  .sub-banner .bnr-rt img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .sub-banner .bnr-rt img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .sub-banner .bnr-rt img {
    height: 145px;
  }
}
@media (max-width: 600px) {
  .sub-banner .bnr-rt img {
    height: 130px;
  }
}

.main-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
@media (max-width: 1679px) {
  .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1481px) {
  .main-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 1199px) {
  .main-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 25px;
    line-height: 32px;
  }
}

.learn-btn1 {
  background-color: #0E2F4B;
  min-width: 274px;
  min-height: 45px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 26px;
  outline: 0;
  padding: 0 20px;
}
@media (max-width: 1679px) {
  .learn-btn1 {
    font-size: 14px;
    min-width: 240px;
    min-height: 40px;
  }
}

.cyber-defense {
  background-color: #ECF6FF;
  padding: 50px 0px 30px 0px;
}
@media (max-width: 1679px) {
  .cyber-defense {
    padding: 40px 0px 25px 0px;
  }
}
@media (max-width: 767px) {
  .cyber-defense {
    padding: 40px 0px 40px 0px;
  }
}
.cyber-defense .defense-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 579px) {
  .cyber-defense .defense-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cyber-defense .defense-inner .image-section {
  max-width: 738px;
}
@media (max-width: 1679px) {
  .cyber-defense .defense-inner .image-section {
    max-width: 660px;
  }
}
@media (max-width: 1481px) {
  .cyber-defense .defense-inner .image-section {
    max-width: 620px;
  }
}
@media (max-width: 1199px) {
  .cyber-defense .defense-inner .image-section {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .cyber-defense .defense-inner .image-section {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .cyber-defense .defense-inner .image-section {
    max-width: 210px;
  }
}
@media (max-width: 579px) {
  .cyber-defense .defense-inner .image-section {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.cyber-defense .defense-inner .image-section img {
  width: 100%;
  max-height: 411px;
}
@media (max-width: 767px) {
  .cyber-defense .defense-inner .image-section img {
    max-height: unset;
    max-width: 300px;
  }
}
.cyber-defense .defense-inner .content-section {
  flex: 1;
  flex-grow: 1;
}
.cyber-defense .defense-inner .content-section .main-title {
  margin-bottom: 15px;
}

.lets-build {
  padding: 90px 0px;
  background-image: url(../img/lets_buid.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1679px) {
  .lets-build {
    padding: 70px 0px;
  }
}
@media (max-width: 1481px) {
  .lets-build {
    padding: 50px 0px;
  }
}
@media (max-width: 1199px) {
  .lets-build {
    padding: 40px 0px;
  }
}
.lets-build .built-iner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.lets-build .built-iner .title-sec {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 1679px) {
  .lets-build .built-iner .title-sec {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 1481px) {
  .lets-build .built-iner .title-sec {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .lets-build .built-iner .title-sec {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .lets-build .built-iner .title-sec {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .lets-build .built-iner .title-sec {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .lets-build .built-iner .title-sec br {
    display: none;
  }
}
.lets-build .built-iner .learn-btn1 {
  background-color: #fff;
  color: #000;
}