* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  overflow: hidden;
  background: #fff;
  padding: 0 0 0 0;
}

*::-moz-selection {
  color: #fff;
  background: #191919;
}

*::selection {
  color: #fff;
  background: #191919;
}

*::-moz-selection {
  color: #fff;
  background: #191919;
}

*::-webkit-selection {
  color: #fff;
  background: #191919;
}

*::-ms-selection {
  color: #fff;
  background: #191919;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
}

input,
select,
textarea,
.site textarea {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=tel],
body input[type=range],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=datetime],
body input[type=datetime-local],
body input[type=color],
body .site textarea,
body .site select {
  background: #fff;
  font-family: "Plus Jakarta Sans", serif;
  height: 55px;
  line-height: normal;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  box-shadow: none;
  margin: 0;
  border: 1px solid #E6E6E6;
  color: #4D4D4D;
  outline-offset: unset;
  border-radius: 5px;
  font-size: 15px;
  outline: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
  border: 0;
  outline: none;
}

body textarea {
  resize: none;
  overflow: auto;
  height: 115px !important;
  padding-top: 15px !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  color: #000;
  margin: 0 0 15px;
}

body h1 {
  font-size: 24px;
}

body h2 {
  font-size: 22px;
}

body h3 {
  font-size: 18px;
}

body h4 {
  font-size: 16px;
}

body h5 {
  font-size: 12px;
}

body h6 {
  font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
}

img {
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
  max-width: 100%;
}

body p {
  color: #333;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.22px;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

body p:last-child {
  margin-bottom: 0;
}

.container {
  width: 1520px;
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0 auto !important;
}

body ul,
body li,
body ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}

html #wpadminbar {
  display: none !important;
}

html[lang=en-US] {
  margin-top: 0 !important;
}

@font-face {
  font-family: "proximanova";
  src: url("fonts/Proxima Nova Extrabold.woff"), url("fonts/Proxima Nova Extrabold.otf"), url("fonts/Proxima Nova Extrabold.ttf"), url("fonts/Proxima Nova Extrabold.svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proximanova";
  src: url("fonts/Proxima Nova Bold.woff"), url("fonts/Proxima Nova Bold.otf"), url("fonts/Proxima Nova Bold.ttf"), url("fonts/Proxima Nova Bold.svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proximanova";
  src: url("fonts/Proxima Nova Semibold.woff"), url("fonts/Proxima Nova Semibold.otf"), url("fonts/Proxima Nova Semibold.ttf"), url("fonts/Proxima Nova Semibold.svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proximanova";
  src: url("fonts/Proxima Nova.woff");
  src: url("fonts/Proxima Nova.otf"), url("fonts/Proxima Nova.ttf"), url("fonts/Proxima Nova.svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proximanova";
  src: url("fonts/Proxima Nova Light.woff");
  src: url("fonts/Proxima Nova Light.otf"), url("fonts/Proxima Nova Light.ttf"), url("fonts/Proxima Nova Light.svg");
  font-weight: 300;
  font-style: normal;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 30px 0px;
  z-index: 999;
}

#header.fixed {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: #12212E;
}

#header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(17, 33, 41, 0.6) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.header .header-main {
  display: flex;
  justify-content: space-between;
  gap: 0px 25px;
  align-items: center;
}

.header .header-main .logo a {
  display: block;
}

.header .header-right ul.menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px 50px;
}

.header .header-right ul.menu li a {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s;
}

.header .header-right ul.menu li.current-menu-item a,
.header .header-right ul.menu li a:hover {
  color: #c7cad3;
}

.header .header-right ul.menu li:last-child a {
  background: #056CEB;
  padding: 14px 35px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.header .header-right ul.menu li:last-child a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  background: #0466C8;
  transition: transform 0.25s ease-in-out;
}

.header .header-right ul.menu li:last-child a:hover::before {
  transform: translateY(0);
}

.header .header-right ul.menu li:last-child a:hover {
  color: #fff;
}

.mobile-services-menu {
  display: none;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 17px;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #333;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #333;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}
.nav-toggle span {
  background: #333;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*-----------------res-nav-end-------------------*/
/* section css start */
.banner-section .banner-content-wrap {
  position: relative;
}

.banner-section .banner-img {
  position: relative;
}

.banner-section .banner-img::before,
.banner-section .banner-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(77.48% 78.04% at 100% 52.61%, rgba(5, 9, 12, 0.75) 0%, rgba(5, 9, 12, 0.16) 47.04%, rgba(5, 9, 12, 0.63) 100%);
}

.banner-section .banner-img::after {
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) -1.73%, rgba(17, 33, 41, 0.75) 68.21%);
  mix-blend-mode: multiply;
}

.banner-section .banner-img,
.banner-section .banner-img img {
  height: 880px;
}

.banner-section .banner-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section .content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
}

.banner-section .content-wrap .wrap {
  max-width: 780px;
}

.banner-section .content-wrap h1 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 73px;
  letter-spacing: -3.3px;
  margin: 0;
}

.banner-section .content-wrap h1 span {
  display: inline;
  margin: 0px 22px;
  font-weight: 250;
  font-size: 50px;
}

.banner-section .content-wrap p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.48px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.banner-section .content-wrap .banner-btn a {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  border: 1px solid #FFF;
  padding: 13px 34px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.banner-section .content-wrap .banner-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  background: #0466C8;
  transition: transform 0.25s ease-in-out;
}

.banner-section .content-wrap .banner-btn a:hover::before {
  transform: translateY(0);
}

.banner-section .banner-bottom {
  background: #C7CAD3;
  padding: 8px 0px;
}

.banner-section .banner-bottom .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px 84px;
}

.banner-section .banner-bottom .left {
  min-width: 260px;
  max-width: 260px;
}

.banner-section .banner-bottom .left p {
  color: #191919;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -0.4px;
}

.banner-section .banner-bottom .right {
  background: #0D1720;
  padding: 35px 0px;
}

.banner-section .banner-bottom .right .marquee {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 0px 82px;
}

.banner-section .banner-bottom .right .marquee__group {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll 30s linear infinite;
  gap: 0px 82px;
}

.banner-section .banner-bottom .right .marquee span {
  display: block;
  width: auto;
  margin: 0px 5px;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  white-space: nowrap;
  position: relative;
}

.banner-section .banner-bottom .right .marquee span::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: -50px;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 10px;
  background: #0466C8;
  border-radius: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.grc-today-section {
  background: #FBF9F9;
  padding: 100px 0px;
}

.grc-today-section .wrap {
  max-width: 755px;
  margin: 0px auto;
}

.common-title-h2 {
  color: #191919;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -2.4px;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 25px;
}

.common-title-h2::before,
.common-title-h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CACACA;
  width: 495px;
  height: 1px;
  margin: 0px auto;
}

.common-title-h2::after {
  background: #CACACA;
  width: 160px;
  height: 4px;
  bottom: 1px;
}

.grc-today-section .inner-wrap {
  position: relative;
}

.grc-today-section .top-wrap {
  position: relative;
}

.grc-today-section .top-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  background-image: url("../images/round-before.png");
  background-repeat: no-repeat;
  width: 522px;
  height: 522px;
  margin: auto;
  animation: marqueeSpin 10s linear infinite;
}

@keyframes marqueeSpin {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.grc-today-section .inner-wrap .bottom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 46px;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 0px 4px 44px 0px rgba(0, 30, 86, 0.1);
  width: 282px;
  height: 282px;
  margin: auto;
  display: flex;
  align-items: center;
}

.grc-today-section .inner-wrap .bottom-wrap::before,
.grc-today-section .inner-wrap .bottom-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: auto;
  background-image: url("../images/dash-top-border.svg");
  background-repeat: no-repeat;
  width: 219px;
  height: 70px;
  margin: 0px auto;
}

.grc-today-section .inner-wrap .bottom-wrap::after {
  background-image: url("../images/dash-bottom-border.svg");
  top: auto;
  bottom: 10px;
}

.grc-today-section .inner-wrap .bottom-wrap p {
  color: #001E54;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.52px;
  max-width: 188px;
  margin: 0px auto;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 10px;
}

.services-section .section-content {
  max-width: 730px;
  margin: 0px auto 51px auto;
  position: relative;
  padding-bottom: 35px;
}

.services-section .section-content .inner-section-content-wrap {
  padding: 0px 20px;
}

.services-section .section-content::before,
.services-section .section-content::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CACACA;
  width: 495px;
  height: 1px;
  margin: 0px auto;
}

.services-section .section-content::after {
  background: #CACACA;
  width: 160px;
  height: 4px;
  bottom: 1px;
}

.services-section .section-content .common-title-h2 {
  margin: 0;
  padding: 0 0 15px 0;
}

.services-section .section-content .common-title-h2::before,
.services-section .section-content .common-title-h2::after {
  display: none;
}

.services-section .section-content p {
  color: #333;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.22px;
}

.services-section .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.services-section .list .box-wrap {
  cursor: pointer;
  overflow: hidden;
}

.services-section .box-wrap .img-wrap {
  position: relative;
}

.services-section .box-wrap .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.86%, rgba(13, 23, 32, 0.8) 85.61%);
}

.services-section .box-wrap .img-wrap img {
  width: 100%;
  height: 541px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-section .box-wrap .img-title-wrap {
  position: relative;
}

.services-section .box-wrap h2 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services-section .box-wrap .img-title-wrap h2 {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 25px 40px 30px;
}

.services-section .list .box-wrap .wrap {
  position: relative;
}

.services-section .list .box-wrap .wrap a {
  display: block;
}

.services-section .list .hover-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 102, 200, 0.9);
  padding: 105px 25px 40px 30px;
  transform: translateY(98%);
  transition: all 0.5s;
}

.services-section .list .hover-content-wrap p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
}

.services-section .list .hover-content-wrap ul li {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.services-section .list .hover-content-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/white-left-arrow.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.services-section .list .box-wrap .wrap:hover .hover-content-wrap {
  transform: translateY(0%);
}

.services-section .list .box-wrap .wrap:hover .img-title-wrap h2 {
  opacity: 0;
}

.sectors-organization-section {
  background: #FBF9F9;
  padding: 100px 0px;
}

.sectors-organization-section .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sectors-organization-section .box-wrap {
  border: 1px solid #CACACA;
  border-right: 0;
}

.sectors-organization-section .box-wrap:last-child {
  border-right: 1px solid #CACACA;
}

.sectors-organization-section .box-wrap:first-child h3 {
  background: #0466C8;
}

.sectors-organization-section .box-wrap:nth-child(2) h3 {
  background: #034E98;
}

.sectors-organization-section .box-wrap:nth-child(3) h3 {
  background: #001E56;
}

.sectors-organization-section .box-wrap:last-child h3 {
  background: #C7CAD3;
  color: #191919;
}

.sectors-organization-section .box-wrap h3 {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.48px;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 15px;
}

.sectors-organization-section .box-wrap ul {
  padding: 50px 40px;
}

.sectors-organization-section .box-wrap ul li {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 27px;
}

.sectors-organization-section .box-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/white-left-arrow.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(72%) saturate(6318%) hue-rotate(199deg) brightness(92%) contrast(97%);
}

.sectors-organization-section .box-wrap ul li:last-child {
  margin-bottom: 0;
}

.why-choose-section {
  background: #0d1720;
  position: relative;
  padding: 90px 0px;
}

.why-choose-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-image: url("../images/why-choose-section-before-line-shape.png");
  background-repeat: no-repeat;
  pointer-events: none;
  width: 782px;
  height: 677px;
}

.why-choose-section .wrap {
  display: flex;
  flex-wrap: nowrap;
}

.why-choose-section .left {
  min-width: 560px;
  max-width: 560px;
}

.why-choose-section .left .common-title-h2.left-title {
  line-height: 67px;
  margin-bottom: 45px;
  display: inline-block;
}

.why-choose-section .left .common-title-h2.left-title::before {
  width: auto;
}

.common-title-h2.left-title.white {
  color: #FFF;
}

.common-title-h2.left-title.white::before,
.common-title-h2.left-title.white::after {
  background: rgba(255, 255, 255, 0.2);
}

.common-title-h2.left-title.white::after {
  background: rgba(255, 255, 255, 0.2);
}

.common-title-h2.left-title {
  text-align: left;
}

.common-title-h2.left-title::before,
.common-title-h2.left-title::after {
  margin: 0;
}

.why-choose-section .left ul li {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  position: relative;
  padding-left: 35px;
}

.why-choose-section .left ul li:last-child {
  margin-bottom: 0;
}

.why-choose-section .left ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.why-choose-section .right {
  width: 100%;
  padding-left: 150px;
}

.why-choose-section .right img {
  margin-left: auto;
}

.connect-with-me-section {
  padding: 100px 0px;
}

.connect-with-me-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 80px;
}

.connect-with-me-section .left {
  min-width: 450px;
  max-width: 450px;
}

.connect-with-me-section .left img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.connect-with-me-section .right p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
}

.connect-with-me-section .right .inner-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-gap: 0px 50px;
  align-items: center;
}

.read-more-btn a {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: #056CEB;
  padding: 11px 42px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.read-more-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  background: #0466C8;
  transition: transform 0.25s ease-in-out;
}

.read-more-btn a:hover::before {
  transform: translateY(0);
}

.connect-with-me-section .right .social {
  position: relative;
  padding-left: 53px;
}

.connect-with-me-section .right .social::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.connect-with-me-section .right .mobile-number.social::before {
  background-image: url("../images/call-icon.svg");
}

.connect-with-me-section .right .email.social::before {
  background-image: url("../images/email-icon.svg");
}

.connect-with-me-section .right .social a {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -1px;
}

.connect-with-me-section .right .social a:hover {
  color: #0466c8;
}

.connect-with-me-section .right .social a span {
  display: inline;
  color: #0466C6;
}

.connect-with-me-section .right .inner-wrap a {
  transition: all 0.5s;
}

.signup-section {
  position: relative;
  margin-bottom: -110px;
  z-index: 9;
}

.signup-section .wrap {
  max-width: 1160px;
  margin: 0px auto;
  background: #C7CAD3;
  display: flex;
  flex-wrap: nowrap;
}

.signup-section .left {
  min-width: 350px;
  max-width: 350px;
}

.signup-section .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup-section .right {
  width: 100%;
  padding: 60px 70px;
  align-self: center;
  line-height: 0;
}

.signup-section .right h3 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 25px;
}

.signup-section .right form .es-form-field-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 20px;
}

.signup-section .right form .es-form-field-container .gjs-row:first-child {
  display: none;
}

.signup-section .right form .gjs-row:nth-child(2) {
  min-width: 450px;
  max-width: 450px;
}

.signup-section .right form .gjs-row:nth-child(2) .gjs-cell {
  position: relative;
}

.signup-section .right form .gjs-row:nth-child(2) .gjs-cell::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 22px;
  right: auto;
  bottom: auto;
  background-image: url("../images/mail-icon.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  pointer-events: none;
}

.signup-section .right form .gjs-row:nth-child(2) input {
  color: #666;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.32px;
  padding-left: 50px;
  padding-right: 15px;
  height: 60px;
  background: #FFF;
  border: 0;
  border-radius: 0;
}

.signup-section .right form .gjs-row:nth-child(2) input::-moz-placeholder {
  color: #666;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.32px;
}

.signup-section .right form .gjs-row:nth-child(2) input::placeholder {
  color: #666;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.32px;
}

.signup-section .right form .es-form-field-container .gjs-row {
  margin: 0;
}

.signup-section .right form .es-form-field-container .gjs-row:last-child .gjs-cell {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #0466C8;
}

.signup-section .right form .es-form-field-container .gjs-row:last-child .gjs-cell::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  background: #186AD0;
  transition: transform 0.25s ease-in-out;
}

.signup-section .right form .es-form-field-container .gjs-row:last-child .gjs-cell:hover::before {
  transform: translateY(0);
}

.signup-section .right form .es-form-field-container .gjs-row input[type=submit] {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: transparent;
  position: relative;
  z-index: 9;
  padding: 11px 54px;
  border: 0;
  text-transform: uppercase;
  transition: all 0.5s;
}

.signup-section .right form {
  position: relative;
}

.signup-section .right form #spinner-image {
  position: absolute;
  top: auto;
  left: auto;
  right: -41px;
  bottom: 13px;
}

.signup-section .right .error {
  margin-top: 14px;
  font-size: 15px;
  font-family: "Plus Jakarta Sans", serif;
  display: block;
  line-height: 150%;
}

.signup-section .right .success {
  display: block;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 15px;
  line-height: 150%;
}

body:not(.home) #header {
  background: #12212E;
}

.page-not-found-section {
  padding-top: 200px;
  padding-bottom: 100px;
}

.page-not-found-section h1 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  text-align: center;
  margin-bottom: 25px;
}

.page-not-found-section h2 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  text-align: center;
}

.page-not-found-section p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}

.page-not-found-section .read-more-btn {
  text-align: center;
}

.mobile-title {
  display: none;
}

.grc-today-section .round-img-wrap {
  position: relative;
  z-index: 9;
}

.mobile-img {
  display: none;
}

body:not(.home) .footer-section .top-footer {
  padding-top: 90px;
}

.inner-about-banner-section {
  padding-top: 164px;
  padding-bottom: 106px;
  background: #12212E;
}

.inner-about-banner-section .wrap {
  max-width: 860px;
}

.inner-about-banner-section h1 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: -3.3px;
  margin-bottom: 35px;
}

.inner-about-banner-section p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.48px;
}

.inner-about-section {
  padding-top: 100px;
  padding-bottom: 45px;
}

.inner-about-section .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 80px;
}

.inner-about-section .left {
  min-width: 370px;
  max-width: 370px;
}

.inner-about-section .left .top-wrap {
  position: relative;
}

.inner-about-section .left .top-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-about-section .left .top-wrap .social-icon {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  display: block;
  padding: 10px;
}

.inner-about-section .left .top-wrap .social-icon a {
  display: block;
}

.inner-about-section .left .bottom-wrap {
  padding-top: 18px;
}

.inner-about-section .left .bottom-wrap .social {
  position: relative;
  padding-left: 53px;
}

.inner-about-section .left .bottom-wrap .social::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.inner-about-section .left .bottom-wrap .mobile-number.social::before {
  background-image: url("../images/call-icon.svg");
}

.inner-about-section .left .bottom-wrap .email.social::before {
  background-image: url("../images/email-icon.svg");
}

.inner-about-section .left .bottom-wrap .social a {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -1px;
  transition: all 0.5s;
}

.inner-about-section .left .bottom-wrap .inner-wrap a {
  transition: all 0.5s;
}

.inner-about-section .left .bottom-wrap .social a:hover {
  color: #056ceb;
}

.inner-about-section .left .bottom-wrap .social a span {
  display: inline;
  color: #0466C6;
}

.inner-about-section .left .bottom-wrap .mobile-number.social {
  margin-bottom: 20px;
}

.inner-about-section .founder {
  color: #0466C6;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  display: block;
  padding-bottom: 15px;
}

.inner-about-section h2 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  margin-bottom: 41px !important;
  position: relative;
  padding-bottom: 25px;
}

.inner-about-section h2 span {
  display: inline;
  color: #191919;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.44px;
  vertical-align: middle;
  position: relative;
  top: -7px;
}

.inner-about-section h2::before,
.inner-about-section h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CACACA;
  width: auto;
  height: 1px;
  margin: 0;
}

.inner-about-section h2::after {
  background: #CACACA;
  width: 160px;
  height: 4px;
  bottom: 1px;
}

.inner-about-section .right-wrap h4 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 26px;
}

.inner-about-section .right-wrap p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 35px;
}

.inner-about-section .right-wrap h3 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1.2px;
}

.inner-about-section .right-wrap p:last-child {
  margin-bottom: 0;
}

.recent-assignments-section {
  background: #FBF9F9;
  padding-top: 48px;
  padding-bottom: 50px;
}

.recent-assignments-section h2 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -1.38px;
  margin-bottom: 41px;
  position: relative;
  padding-bottom: 25px;
}

.recent-assignments-section h2::before,
.recent-assignments-section h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CACACA;
  width: 300px;
  height: 1px;
  margin: 0;
}

.recent-assignments-section h2::after {
  background: #CACACA;
  width: 80px;
  height: 4px;
  bottom: 1px;
}

.recent-assignments-section p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}

.recent-assignments-section ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 18px;
}

.recent-assignments-section ul li {
  border: 1px solid #CACACA;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  background: #FBF9F9;
  transition: all 0.2s;
}

.recent-assignments-section ul li:hover {
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(13, 23, 32, 0.1);
}

.recent-assignments-section ul li img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(10%) saturate(8%) hue-rotate(343deg) brightness(83%) contrast(85%);
  transition: all 0.2s;
}

.recent-assignments-section ul li:hover img {
  filter: unset;
}

.mobile-wrap {
  display: none;
}

.inner-about-banner-section.news {
  padding-top: 185px;
  padding-bottom: 182px;
}

.news-list-section {
  padding-top: 120px;
  padding-bottom: 100px;
}

.news-list-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 25px;
  max-width: 1280px;
  margin: 0px auto;
}

.news-list-section ul li {
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(13, 23, 32, 0.1);
  padding: 30px 40px 30px 30px;
  display: flex;
  flex-direction: column;
}

.news-list-section ul li .wrap {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px 10px;
  width: 100%;
}

.news-list-section ul li .left {
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
  background: #c7cad3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-list-section ul li .left img {
  margin: auto;
}

.news-list-section ul li .right span {
  color: #999;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}

.news-list-section ul li .right p {
  color: #666;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 0;
}

.news-list-section ul li h2 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.48px;
  margin-bottom: 25px;
  position: relative;
}

.news-list-section ul li h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -30px;
  right: auto;
  bottom: auto;
  background: #0466C8;
  width: 6px;
  height: 30px;
}

.news-list-section ul li p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.18px;
  margin-bottom: 15px;
}

.news-list-section ul li .bottom-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-list-section ul li .btn-wrap {
  margin-top: auto;
}

.news-list-section ul li .btn-wrap a {
  color: #0466C8;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.15px;
  border: 1px solid #0466C8;
  padding: 15px 32px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.news-list-section ul li .btn-wrap a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  background: #0466C8;
  transition: transform 0.25s ease-in-out;
}

.news-list-section ul li .btn-wrap a:hover::before {
  transform: translateY(0);
}

.news-list-section ul li .btn-wrap a:hover {
  color: #fff;
}

.inner-about-banner-section.news-details span {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.48px;
  display: block;
  position: relative;
  padding-left: 30px;
}

.inner-about-banner-section.news-details span::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/news-details-date-icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
}

.news-details-section {
  padding: 100px 0px;
}

.news-details-section ul {
  max-width: 1280px;
  margin: 0px auto;
}

.news-details-section ul li {
  margin-bottom: 95px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(13, 23, 32, 0.1);
  padding: 60px 20px;
}

.news-details-section ul li:last-child {
  margin-bottom: 0;
}

.services-tab-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

.services-tab-section .wrap {
  max-width: 1280px;
  margin: 0px auto;
}

.services-tab-section .tab-title {
  padding-bottom: 80px;
}

.services-tab-section .tab-title ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.services-tab-section .tab-title ul li a {
  border: 1px solid rgba(0, 30, 86, 0.1);
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(13, 23, 32, 0.1);
  min-height: 216px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
}

.services-tab-section .tab-title ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #c7cad3 transparent;
  transform: rotate(180deg);
  margin: 0px auto;
  opacity: 0;
  visibility: hidden;
}

.services-tab-section .tab-title ul li .icon-wrap {
  width: 100px;
  height: 100px;
  background: #F4F5F7;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.services-tab-section .tab-title ul li .icon-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.services-tab-section .tab-title ul li h4 {
  margin-top: 15px;
  color: #191919;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.services-tab-section .tab-title ul li a:hover,
.services-tab-section .tab-title ul li a.active {
  background: #c7cad3;
  filter: drop-shadow(0px 0px 0px rgba(199, 202, 211, 0.5));
  border: 1px solid #c7cad3;
}

.services-tab-section .tab-title ul li a:hover .icon-wrap,
.services-tab-section .tab-title ul li a.active .icon-wrap {
  background: #fff;
}

.services-tab-section .tab-title ul li a:hover h4,
.services-tab-section .tab-title ul li a.active h4 {
  color: #FFF;
}

.services-tab-section .tab-title ul li a:hover::before,
.services-tab-section .tab-title ul li a.active::before {
  opacity: 1;
  visibility: visible;
}

.services-tab-section .tab-content .box-wrap {
  padding-bottom: 80px;
}

.services-tab-section .tab-content .box-wrap:last-child {
  padding-bottom: 0;
}

.services-tab-section .tab-content .inner-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 80px;
  align-items: center;
}

.services-tab-section .tab-content .inner-wrap .left {
  min-width: 450px;
  max-width: 450px;
}

.services-tab-section .tab-content .inner-wrap .right {
  width: 100%;
}

.services-tab-section .tab-content .inner-wrap h2 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.26px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
  max-width: 605px;
}

.services-tab-section .tab-content .inner-wrap h2::before,
.services-tab-section .tab-content .inner-wrap h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CACACA;
  width: 281px;
  height: 1px;
  margin: 0;
}

.services-tab-section .tab-content .inner-wrap h2::after {
  background: #CACACA;
  width: 80px;
  height: 4px;
  bottom: 1px;
}

.services-tab-section .tab-content .inner-wrap .right p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.services-tab-section .tab-content .inner-wrap .right ul {
  margin-top: 20px;
}

.services-tab-section .tab-content .inner-wrap .right ul li {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 17px;
  position: relative;
  padding-left: 36px;
}

.services-tab-section .tab-content .inner-wrap .right ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.services-tab-section .tab-content .box-wrap:nth-of-type(even) .inner-wrap {
  flex-direction: row-reverse;
}

.service-contact-section {
  background: #C7CAD3;
  padding: 100px 0px;
}

.service-contact-section .wrap {
  max-width: 875px;
  margin: 0px auto;
}

.service-contact-section p {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.6px;
  margin-bottom: 35px;
}

.service-contact-section .read-more-btn {
  text-align: center;
}

.services-tab-section .jump-section {
  display: block;
  margin-top: -120px;
  height: 120px;
}

.service-mobile-title {
  display: none;
}

.contact-form-modal {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
  margin: 0px 15px;
  z-index: 99999;
  display: none;
}

.contact-form-modal .wrap {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
}

.contact-form-modal .wrap .main-wrap {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  border-radius: 0;
  background: #F9F7F7;
}

.contact-form-modal .modal-close {
  position: absolute;
  top: -20px;
  left: auto;
  right: -20px;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: #0466C8;
  border-radius: 50px;
  display: block;
  cursor: pointer;
  background-image: url("../images/modal-close-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}

html.contact-modal-open {
  overflow: hidden;
  position: relative;
}

html.contact-modal-open .contact-form-modal {
  display: block;
}

html.contact-modal-open::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 99999;
  opacity: 0.8;
}

.contact-form-modal .inner-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
}

.contact-form-modal .inner-wrap .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-form-modal .inner-wrap .right {
  padding: 40px 50px;
  align-self: center;
}

.contact-form-modal .inner-wrap .right > h2 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: -1.38px;
  margin-bottom: 35px !important;
  position: relative;
  padding-bottom: 25px;
}

.contact-form-modal .inner-wrap .right > h2::before,
.contact-form-modal .inner-wrap .right > h2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CACACA;
  width: auto;
  height: 1px;
  margin: 0;
}

.contact-form-modal .inner-wrap .right > h2::after {
  background: #CACACA;
  width: 160px;
  height: 4px;
  bottom: 1px;
}

.contact-form-modal .inner-wrap .right p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  margin: 0;
}

.contact-form-modal .form-wrap {
  margin-top: 25px;
  margin-bottom: 45px;
}

.contact-form-modal .form-wrap .gform_heading {
  display: none;
}

.contact-form-modal .form-wrap form .gform_fields {
  grid-gap: 8px;
}

.contact-form-modal .form-wrap form .gform_fields .gfield input,
.contact-form-modal .form-wrap form .gform_fields .gfield textarea {
  color: #666;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  border: 1px solid rgba(0, 30, 86, 0.1);
  background: #FFF;
  height: 60px;
  min-height: inherit;
  padding: 0px 15px;
}

.contact-form-modal .form-wrap form .gform_fields .gfield input::-moz-placeholder, .contact-form-modal .form-wrap form .gform_fields .gfield textarea::-moz-placeholder {
  color: #666;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}

.contact-form-modal .form-wrap form .gform_fields .gfield input::placeholder,
.contact-form-modal .form-wrap form .gform_fields .gfield textarea::placeholder {
  color: #666;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}

.contact-form-modal .form-wrap form .gform_fields .gfield textarea {
  height: 120px !important;
}

.contact-form-modal .form-wrap form .gform_footer {
  margin: 8px 0 0 0;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #0466C8;
}

.contact-form-modal .form-wrap form .gform_footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  background: #186AD0;
  transition: transform 0.25s ease-in-out;
}

.contact-form-modal .form-wrap form .gform_footer:hover::before {
  transform: translateY(0);
}

.contact-form-modal .form-wrap form .gform_footer input {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: -0.16px;
  border: 0;
  background: transparent;
  padding: 22px 15px;
  margin: 0;
  width: 100%;
  display: block;
  min-height: inherit !important;
  transition: all 0.5s;
}

.contact-form-modal .form-wrap form .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 34px;
  left: auto;
  right: -30px;
  bottom: auto;
  display: block;
}

.contact-form-modal .gfield_validation_message {
  border: 0 !important;
  padding: 3px 0 0 0 !important;
  margin: 0 !important;
}

.contact-form-modal .instruction.validation_message {
  display: none;
}

.contact-form-modal .gform_confirmation_message {
  text-align: center;
  color: green;
}

.contact-form-modal .bottom-social-wrap {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 0px 60px;
}

.contact-form-modal .bottom-social-wrap span {
  display: block;
  color: #666;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.13px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.contact-form-modal .bottom-social-wrap span::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.contact-form-modal .bottom-social-wrap .number span::before {
  background-image: url("../images/call-icon.svg");
}

.contact-form-modal .bottom-social-wrap .email span::before {
  background-image: url("../images/email-icon.svg");
}

.contact-form-modal .bottom-social-wrap .number a {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.22px;
  transition: all 0.5s;
}

.contact-form-modal .bottom-social-wrap a {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
}

.contact-form-modal .bottom-social-wrap .common a {
  transition: all 0.5s;
}

.contact-form-modal .bottom-social-wrap .common a:hover {
  color: #0466c8;
}

.common-policy-content-section {
  padding-top: 110px;
  padding-bottom: 100px;
}

.common-policy-content-section .wrap {
  max-width: 1280px;
  margin: 0px auto;
}

.common-policy-content-section p {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}

.common-policy-content-section h3 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 60px;
  margin-bottom: 30px;
}

.common-policy-content-section h4 {
  color: #191919;
  font-family: "Plus Jakarta Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 35px;
}

.common-policy-content-section ol li {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
  list-style: auto !important;
  margin-left: 24px;
  padding-left: 10px !important;
}

.common-policy-content-section ol li::marker {
  display: block !important;
  content: normal !important;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.common-policy-content-section ul {
  background: #FBF9F9;
  box-shadow: 0px 0px 30px 0px rgba(13, 23, 32, 0.1);
  padding: 40px;
}

.common-policy-content-section ul li {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  text-transform: capitalize;
}

.common-policy-content-section ul li:last-child {
  margin-bottom: 0;
}

.common-policy-content-section ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.common-policy-content-section p a {
  color: #056CEB;
  display: inline;
  font-weight: 600;
  transition: all 0.5s;
}

.common-policy-content-section p a:hover {
  color: #0c1720;
}

.inner-about-section .left .top-wrap .social-icon a img {
  transition: all 0.5s;
}

.inner-about-section .left .top-wrap .social-icon a img:hover {
  opacity: 0.6;
}

.inner-about-banner-section.common-policy-banner-section .wrap {
  max-width: inherit;
}

.inner-about-banner-section.common-policy-banner-section .wrap h1 {
  text-align: center;
  max-width: inherit;
}

.common-policy-content-section p strong {
  font-weight: 600;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

/* ===close=== */
.footer-section {
  background-color: #0D1720;
  background-image: url("../images/footer-background-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-section .top-footer {
  padding-top: 210px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section .top-footer .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 70px;
}

.footer-section .top-footer .left .logo {
  padding-bottom: 50px;
}

.footer-section .top-footer .left .logo a {
  display: block;
}

.footer-section .top-footer .left .linkedin a {
  display: block;
}

.footer-section .top-footer .left .linkedin a img {
  margin: 0px auto;
  transition: all 0.5s;
}

.footer-section .top-footer .left .linkedin a img:hover {
  opacity: 0.7;
}

.footer-section .top-footer h4 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
}

.footer-section .top-footer .center .custom-menu-wrap {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 0px 95px;
}

.footer-section .top-footer .center ul.menu li {
  padding-bottom: 20px;
}

.footer-section .top-footer .center ul.menu li:last-child {
  padding-bottom: 0;
}

.footer-section .top-footer .center ul.menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.5s;
}

.footer-section .top-footer .center ul.menu li a:hover {
  color: #056ceb;
}

.footer-section .top-footer .center .quick-link.common ul.menu li.current-menu-item a {
  color: #056ceb;
}

.footer-section .top-footer .right ul li {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}

.footer-section .top-footer .right ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
}

.footer-section .top-footer .right ul li.address::before {
  background-image: url("../images/footer-location-icon.svg");
  width: 15px;
  height: 20px;
}

.footer-section .top-footer .right ul li.phone::before {
  background-image: url("../images/footer-call-icon.svg");
  width: 17px;
  height: 18px;
}

.footer-section .top-footer .right ul li.email::before {
  background-image: url("../images/footer-email-icon.svg");
  width: 18px;
  height: 14px;
}

.footer-section .top-footer .right ul li:last-child {
  margin-bottom: 0px;
}

.footer-section .top-footer .right ul li span {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

.footer-section .top-footer .right ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.5s;
}

.footer-section .top-footer .right ul li a:hover {
  color: #056ceb;
}

.footer-section .bottom-footer {
  padding: 35px 0px;
}

.footer-section .bottom-footer .inner-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 50px;
}

.footer-section .bottom-footer .copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-section .bottom-footer .policy-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 10px;
}

.footer-section .bottom-footer .policy-wrap a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
  transition: all 0.5s;
}

.footer-section .bottom-footer .policy-wrap a:hover {
  color: #056ceb;
}

.footer-section .bottom-footer .policy-wrap span {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  .container {
    width: 1400px !important;
  }
  .services-section .box-wrap h2 {
    font-size: 25px;
  }
  .services-section .list .hover-content-wrap {
    padding: 85px 25px 30px 30px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .services-section .list .hover-content-wrap ul li {
    font-size: 16px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 40px 32px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 70px;
  }
  .connect-with-me-section .right p {
    font-size: 19px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 17px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 50px;
  }
  .footer-section .top-footer .left .logo a img {
    max-width: 368px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 17px;
  }
  .inner-about-section .right-wrap p {
    font-size: 19px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .container {
    width: 1300px !important;
  }
  .banner-section .content-wrap h1 {
    font-size: 52px;
    line-height: 64px;
  }
  .banner-section .content-wrap h1 span {
    margin: 0px 12px;
    font-size: 40px;
  }
  .banner-section .content-wrap p {
    font-size: 23px;
    line-height: 38px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 770px;
  }
  .grc-today-section {
    padding: 80px 0px;
  }
  .common-title-h2 {
    font-size: 50px;
  }
  .services-section {
    padding-top: 80px;
  }
  .services-section .box-wrap h2 {
    font-size: 24px;
  }
  .services-section .list .hover-content-wrap {
    padding: 65px 25px 30px 30px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .services-section .list .hover-content-wrap ul li {
    font-size: 16px;
  }
  .sectors-organization-section {
    padding: 80px 0px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 40px 32px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 60px;
  }
  .connect-with-me-section .right p {
    font-size: 19px;
  }
  .connect-with-me-section .right .social a {
    font-size: 17px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 17px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 40px;
  }
  .footer-section .top-footer .left .logo a img {
    max-width: 348px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 16px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-gap: 0px 55px;
  }
  .footer-section .top-footer h4 {
    font-size: 17px;
  }
  .inner-about-banner-section {
    padding-top: 130px;
    padding-bottom: 75px;
  }
  .inner-about-banner-section h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2.3px;
    margin-bottom: 18px;
  }
  .inner-about-banner-section p {
    font-size: 22px;
  }
  .inner-about-banner-section .wrap {
    max-width: 716px;
  }
  .inner-about-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .inner-about-section .left {
    min-width: 370px;
    max-width: 370px;
  }
  .inner-about-section .left .top-wrap .social-icon img {
    max-width: 50px;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 17px;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 47px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 14px;
  }
  .inner-about-section .wrap {
    gap: 0px 40px;
  }
  .inner-about-section .founder {
    font-size: 15px;
  }
  .inner-about-section h2 {
    font-size: 40px;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .inner-about-section .right-wrap p {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 25px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 25px;
  }
  .recent-assignments-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .recent-assignments-section h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul li {
    height: 90px;
    padding: 27px;
  }
  .inner-about-banner-section.news {
    padding-top: 145px;
    padding-bottom: 112px;
  }
  .news-list-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-list-section ul li {
    padding: 30px 30px 30px 30px;
  }
  .news-list-section ul li h2 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .news-list-section ul li p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .news-details-section {
    padding: 80px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 75px;
    padding: 40px 20px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 60px;
  }
  .services-tab-section .tab-title ul li h4 {
    font-size: 15px;
    line-height: 19px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: 410px;
    max-width: 410px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 35px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 22px;
    line-height: 30px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 17px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 60px;
  }
  .service-contact-section {
    padding: 70px 0px;
  }
  .common-policy-content-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .common-policy-content-section p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .common-policy-content-section h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .common-policy-content-section ul li {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1499px) {
  .container {
    width: 1200px !important;
  }
  .header .header-right ul.menu li a {
    font-size: 15px;
  }
  .banner-section .content-wrap h1 {
    font-size: 52px;
    line-height: 64px;
  }
  .banner-section .content-wrap h1 span {
    margin: 0px 12px;
    font-size: 40px;
  }
  .banner-section .content-wrap p {
    font-size: 23px;
    line-height: 38px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 770px;
  }
  .grc-today-section {
    padding: 80px 0px;
  }
  .common-title-h2 {
    font-size: 48px;
  }
  .why-choose-section .left .common-title-h2.left-title {
    line-height: 61px;
  }
  .services-section {
    padding-top: 80px;
  }
  .services-section .box-wrap h2 {
    font-size: 20px;
  }
  .services-section .list .hover-content-wrap {
    padding: 65px 25px 30px 30px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 24px;
  }
  .services-section .list .hover-content-wrap ul li {
    font-size: 14px;
  }
  .services-section .box-wrap .img-wrap img {
    height: 511px;
  }
  .sectors-organization-section {
    padding: 80px 0px;
  }
  .services-section .section-content p {
    font-size: 20px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 40px 32px;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 20px;
    line-height: 25px;
    min-height: 118px;
  }
  .why-choose-section .left {
    min-width: 520px;
    max-width: 520px;
  }
  .why-choose-section .right {
    padding-left: 70px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 60px;
  }
  .connect-with-me-section .right p {
    font-size: 18px;
  }
  .connect-with-me-section .right .social a {
    font-size: 17px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 16px;
  }
  .connect-with-me-section {
    padding: 80px 0px;
  }
  .signup-section .right h3 {
    font-size: 30px;
  }
  .connect-with-me-section .left {
    min-width: 380px;
    max-width: 380px;
  }
  .connect-with-me-section .right .inner-wrap {
    grid-gap: 0px 30px;
  }
  .why-choose-section .left ul li {
    font-size: 18px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 40px;
  }
  .footer-section .top-footer .left .logo a img {
    max-width: 308px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 15px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-gap: 0px 55px;
  }
  .footer-section .top-footer h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .inner-about-banner-section {
    padding-top: 130px;
    padding-bottom: 75px;
  }
  .inner-about-banner-section h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2.3px;
    margin-bottom: 18px;
  }
  .inner-about-banner-section p {
    font-size: 22px;
  }
  .inner-about-banner-section .wrap {
    max-width: 716px;
  }
  .inner-about-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .inner-about-section .left {
    min-width: 370px;
    max-width: 370px;
  }
  .inner-about-section .left .top-wrap .social-icon img {
    max-width: 50px;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 17px;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 47px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 14px;
  }
  .inner-about-section .wrap {
    gap: 0px 40px;
  }
  .inner-about-section .founder {
    font-size: 15px;
  }
  .inner-about-section h2 {
    font-size: 40px;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .inner-about-section .right-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 25px;
  }
  .recent-assignments-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .recent-assignments-section h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul li {
    height: 90px;
    padding: 27px;
  }
  .inner-about-banner-section.news {
    padding-top: 145px;
    padding-bottom: 112px;
  }
  .news-list-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-list-section ul li {
    padding: 30px 30px 30px 30px;
  }
  .news-list-section ul li h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news-list-section ul li p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .news-details-section {
    padding: 80px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 75px;
    padding: 40px 20px;
  }
  .services-tab-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services-tab-section .tab-title ul li a {
    padding: 20px 20px;
    min-height: 196px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 41px;
  }
  .services-tab-section .tab-title ul li h4 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .services-tab-section .tab-title {
    padding-bottom: 70px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 60px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: 410px;
    max-width: 410px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 35px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 22px;
    line-height: 30px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 17px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 60px;
  }
  .service-contact-section {
    padding: 70px 0px;
  }
  .common-policy-content-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .common-policy-content-section p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .common-policy-content-section h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .common-policy-content-section ul li {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1110px;
  }
  .header .header-right ul.menu li a {
    font-size: 15px;
  }
  .banner-section .content-wrap h1 {
    font-size: 52px;
    line-height: 64px;
  }
  .banner-section .content-wrap h1 span {
    margin: 0px 12px;
    font-size: 40px;
  }
  .banner-section .content-wrap p {
    font-size: 23px;
    line-height: 38px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 770px;
  }
  .grc-today-section {
    padding: 80px 0px;
  }
  .common-title-h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .why-choose-section .left .common-title-h2.left-title {
    line-height: 61px;
  }
  .services-section {
    padding-top: 80px;
  }
  .services-section .box-wrap h2 {
    font-size: 20px;
  }
  .services-section .list .hover-content-wrap {
    padding: 35px 25px 30px 30px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 24px;
  }
  .services-section .list .hover-content-wrap ul li {
    font-size: 14px;
  }
  .services-section .box-wrap .img-wrap img {
    height: 511px;
  }
  .sectors-organization-section {
    padding: 80px 0px;
  }
  .services-section .section-content p {
    font-size: 20px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 40px 32px;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 20px;
    line-height: 25px;
    min-height: 118px;
  }
  .why-choose-section .left {
    min-width: 520px;
    max-width: 520px;
  }
  .why-choose-section .right {
    padding-left: 70px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 45px;
  }
  .connect-with-me-section .right p {
    font-size: 17px;
    line-height: 32px;
  }
  .connect-with-me-section .right .social a {
    font-size: 15px;
  }
  .why-choose-section .left ul li {
    font-size: 18px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 16px;
  }
  .read-more-btn a {
    font-size: 14px;
    padding: 7px 30px;
  }
  .connect-with-me-section {
    padding: 80px 0px;
  }
  .signup-section .right h3 {
    font-size: 30px;
  }
  .connect-with-me-section .left {
    min-width: 380px;
    max-width: 380px;
  }
  .connect-with-me-section .right .inner-wrap {
    grid-gap: 0px 30px;
    margin-top: 30px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 40px;
  }
  .footer-section .top-footer .left .logo a img {
    max-width: 278px;
  }
  .footer-section .top-footer .left .logo {
    padding-bottom: 30px;
  }
  .footer-section .top-footer .left .linkedin a img {
    max-width: 50px;
  }
  .footer-section .top-footer .right ul li a {
    font-size: 14px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 15px;
  }
  .footer-section .top-footer .center ul.menu li {
    padding-bottom: 13px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-gap: 0px 40px;
  }
  .footer-section .top-footer h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .footer-section .top-footer .right ul li span {
    font-size: 16px;
  }
  .footer-section .top-footer .right ul li.address::before {
    top: 2px;
  }
  .inner-about-banner-section {
    padding-top: 130px;
    padding-bottom: 75px;
  }
  .inner-about-banner-section h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2.3px;
    margin-bottom: 18px;
  }
  .inner-about-banner-section p {
    font-size: 22px;
  }
  .inner-about-banner-section .wrap {
    max-width: 716px;
  }
  .inner-about-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .inner-about-section .left {
    min-width: 310px;
    max-width: 310px;
  }
  .inner-about-section .left .top-wrap .social-icon img {
    max-width: 50px;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 15px;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 47px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 14px;
  }
  .inner-about-section .wrap {
    gap: 0px 40px;
  }
  .inner-about-section .founder {
    font-size: 15px;
  }
  .inner-about-section h2 {
    font-size: 40px;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .inner-about-section .right-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 25px;
  }
  .recent-assignments-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .recent-assignments-section h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul li {
    height: 90px;
    padding: 27px;
  }
  .inner-about-banner-section.news {
    padding-top: 145px;
    padding-bottom: 112px;
  }
  .news-list-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-list-section ul li {
    padding: 30px 30px 30px 30px;
  }
  .news-list-section ul li h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news-list-section ul li p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .news-details-section {
    padding: 80px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 75px;
    padding: 40px 20px;
  }
  .services-tab-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services-tab-section .tab-title ul li a {
    padding: 20px 20px;
    min-height: 196px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 41px;
  }
  .services-tab-section .tab-title ul li h4 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .services-tab-section .tab-title {
    padding-bottom: 70px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 60px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: 410px;
    max-width: 410px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 35px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 22px;
    line-height: 30px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 17px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 60px;
  }
  .service-contact-section {
    padding: 70px 0px;
  }
  .contact-form-modal .inner-wrap {
    grid-template-columns: 45% 55%;
  }
  .contact-form-modal .inner-wrap .right > h2 {
    font-size: 40px;
    margin-bottom: 25px !important;
  }
  .contact-form-modal .modal-close {
    top: -20px;
    right: -8px;
    width: 45px;
    height: 45px;
    background-size: 20px;
  }
  .common-policy-content-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .common-policy-content-section p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .common-policy-content-section h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .common-policy-content-section ul li {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  .header .header-main .logo a img {
    max-width: 370px;
  }
  .header .header-right ul.menu li a {
    font-size: 14px;
  }
  .banner-section .content-wrap {
    top: 52%;
  }
  .banner-section .content-wrap h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.3px;
  }
  .banner-section .content-wrap p {
    font-size: 19px;
    line-height: 31px;
    margin-top: 25px;
    margin-bottom: 30px;
    max-width: 620px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 650px;
  }
  .banner-section .content-wrap .banner-btn a {
    font-size: 15px;
    padding: 8px 24px;
  }
  .banner-section .banner-bottom .right {
    padding: 25px 0px;
  }
  .banner-section .banner-bottom .right .marquee span {
    font-size: 15px;
  }
  .banner-section .banner-bottom .left p {
    font-size: 17px;
  }
  .banner-section .content-wrap h1 span {
    font-size: 30px;
  }
  .common-title-h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .grc-today-section {
    padding: 70px 0px;
  }
  .grc-today-section .wrap {
    max-width: 545px;
  }
  .grc-today-section .top-wrap::before {
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 380px;
    height: 380px;
    background-size: 380px;
  }
  .grc-today-section .inner-wrap .bottom-wrap {
    width: 212px;
    height: 212px;
  }
  .grc-today-section .inner-wrap .bottom-wrap p {
    font-size: 18px;
    line-height: 21px;
    max-width: 133px;
    margin: 0px auto;
  }
  .grc-today-section .inner-wrap .bottom-wrap::before,
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: 6px;
    left: 3px;
    width: 178px;
    height: 55px;
    background-size: 175px;
  }
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: auto;
    bottom: 6px;
  }
  .services-section {
    padding-top: 60px;
  }
  .services-section .box-wrap h2 {
    font-size: 19px;
  }
  .services-section .list .hover-content-wrap {
    padding: 40px 25px 30px 30px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  .services-section .list .hover-content-wrap ul li {
    font-size: 14px;
  }
  .services-section .box-wrap .img-wrap img {
    height: 495px;
  }
  .services-section .section-content p {
    font-size: 18px;
    line-height: 25px;
    max-width: 570px;
    margin: 0px auto;
  }
  .sectors-organization-section {
    padding: 70px 0px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 30px 22px;
  }
  .sectors-organization-section .box-wrap ul li {
    margin-bottom: 19px;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 18px;
    line-height: 25px;
    min-height: 98px;
  }
  .why-choose-section {
    padding: 70px 0px;
  }
  .why-choose-section .left .common-title-h2.left-title {
    line-height: 45px;
    margin-bottom: 35px;
  }
  .why-choose-section .left ul li {
    font-size: 16px;
  }
  .why-choose-section .left ul li::before {
    top: 2px;
  }
  .connect-with-me-section {
    padding: 70px 0px;
  }
  .connect-with-me-section .right {
    align-self: center;
  }
  .connect-with-me-section .right p {
    font-size: 16px;
    line-height: 28px;
  }
  .connect-with-me-section .right .inner-wrap {
    margin-top: 30px;
  }
  .signup-section .right {
    padding: 40px 58px;
  }
  .signup-section .right h3 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .signup-section .right form .es-form-field-container .gjs-row input[type=submit] {
    font-size: 15px;
    padding: 11px 44px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 40px;
  }
  .footer-section .top-footer .left .logo a img {
    max-width: 278px;
  }
  .footer-section .top-footer .left .logo {
    padding-bottom: 30px;
  }
  .footer-section .top-footer .left .linkedin a img {
    max-width: 50px;
  }
  .footer-section .top-footer .right ul li a {
    font-size: 14px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 15px;
  }
  .footer-section .top-footer .center ul.menu li {
    padding-bottom: 13px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-gap: 0px 40px;
  }
  .footer-section .top-footer h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .footer-section .top-footer .right ul li span {
    font-size: 16px;
  }
  .footer-section .top-footer .right ul li.address::before {
    top: 2px;
  }
  .footer-section .bottom-footer .copyright p {
    font-size: 15px;
  }
  .footer-section .bottom-footer .policy-wrap a {
    font-size: 15px;
  }
  .footer-section .top-footer {
    padding-top: 180px;
    padding-bottom: 40px;
  }
  .footer-section .bottom-footer {
    padding: 25px 0px;
  }
  .inner-about-banner-section h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.3px;
    margin-bottom: 12px;
    max-width: 550px;
  }
  .inner-about-banner-section p {
    font-size: 19px;
    line-height: 29px;
    max-width: 615px;
  }
  .inner-about-section h2 {
    font-size: 35px;
    margin-bottom: 25px !important;
    padding-bottom: 12px;
  }
  .inner-about-section h2 span {
    top: -4px;
  }
  .inner-about-section .right-wrap p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 23px;
  }
  .recent-assignments-section p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-about-banner-section.news {
    padding-top: 135px;
    padding-bottom: 82px;
  }
  .news-list-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .news-list-section ul {
    grid-gap: 25px 25px;
    max-width: 1100px;
  }
  .news-list-section ul li .left {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }
  .news-list-section ul li .left img {
    max-width: 40px;
  }
  .news-list-section ul li .wrap {
    padding-bottom: 20px;
  }
  .news-list-section ul li h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .news-list-section ul li p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .news-list-section ul li .btn-wrap a {
    font-size: 13px;
    padding: 15px 22px;
  }
  body:not(.home) .footer-section .top-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .news-list-section ul li p {
    font-size: 15px;
    line-height: 23px;
  }
  .news-list-section ul li .right p {
    font-size: 14px;
  }
  .inner-about-banner-section.news-details span {
    font-size: 20px;
    line-height: 42px;
  }
  .news-details-section {
    padding: 70px 0px;
  }
  .news-details-section ul {
    max-width: 930px;
  }
  .news-details-section ul li {
    margin-bottom: 45px;
    padding: 30px 30px;
  }
  .services-tab-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services-tab-section .wrap {
    max-width: 1080px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 50px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 450px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 19px;
    line-height: 29px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 60px;
  }
  .service-contact-section {
    padding: 50px 0px;
  }
  .service-contact-section .wrap {
    max-width: 735px;
  }
  .service-contact-section p {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .services-tab-section .tab-title ul li h4 {
    font-size: 14px;
  }
  .services-tab-section .tab-title ul li a {
    min-height: 200px;
    padding: 20px 20px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 41px;
  }
  .read-more-btn a {
    font-size: 14px;
    padding: 9px 32px;
  }
  .common-policy-content-section .wrap {
    max-width: 1020px;
  }
  .common-policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .common-policy-content-section p,
  .common-policy-content-section ol li,
  .common-policy-content-section ul li {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .common-policy-content-section h3 {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
  .common-policy-content-section h4 {
    font-size: 21px;
    margin-bottom: 22px;
  }
  .common-policy-content-section ol li {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .common-policy-content-section ol li::marker {
    font-size: 19px;
  }
  .common-policy-content-section ul li::before {
    top: 5px;
  }
  .common-policy-content-section ul {
    padding: 25px;
  }
  .common-policy-content-section ul li {
    padding-left: 37px;
  }
  .contact-form-modal .wrap {
    max-width: 1100px;
  }
  .contact-form-modal .inner-wrap {
    grid-template-columns: 45% 55%;
  }
  .contact-form-modal .inner-wrap .right {
    padding: 30px 30px;
  }
  .contact-form-modal .inner-wrap .right > h2 {
    font-size: 32px;
    margin-bottom: 21px !important;
    line-height: 40px;
  }
  .contact-form-modal .inner-wrap .right p {
    font-size: 17px;
  }
  .contact-form-modal .form-wrap form .gform_footer input {
    font-size: 15px;
    padding: 20px 15px;
  }
  .contact-form-modal .form-wrap form .gform_fields .gfield textarea {
    height: 110px !important;
  }
  .contact-form-modal .bottom-social-wrap .number a {
    font-size: 19px;
  }
  .contact-form-modal .bottom-social-wrap a {
    font-size: 17px;
  }
  .contact-form-modal .form-wrap form .gform_fields .gfield input::-moz-placeholder, .contact-form-modal .form-wrap form .gform_fields .gfield textarea::-moz-placeholder {
    font-size: 15px;
  }
  .contact-form-modal .form-wrap form .gform_fields .gfield input,
  .contact-form-modal .form-wrap form .gform_fields .gfield textarea,
  .contact-form-modal .form-wrap form .gform_fields .gfield input::placeholder,
  .contact-form-modal .form-wrap form .gform_fields .gfield textarea::placeholder {
    font-size: 15px;
  }
  .contact-form-modal .modal-close {
    top: -15px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-size: 17px;
  }
  .contact-form-modal .form-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1000px;
  }
  .header .header-main .logo img {
    max-width: 340px;
  }
  .header .header-right ul.menu li a {
    font-size: 14px;
  }
  .header .header-right ul.menu li:last-child a {
    padding: 13px 25px;
  }
  .banner-section .content-wrap h1 {
    font-size: 50px;
    line-height: 63px;
  }
  .banner-section .content-wrap p {
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .banner-section .banner-bottom .left p {
    font-size: 18px;
  }
  .banner-section .content-wrap .banner-btn a {
    font-size: 15px;
    line-height: 38px;
    padding: 10px 27px;
  }
  .banner-section .banner-bottom .right {
    padding: 30px 0px;
  }
  .banner-section .banner-bottom .right .marquee span {
    font-size: 17px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 760px;
  }
  .banner-section .banner-bottom .right .marquee span::before {
    top: 15px;
  }
  .grc-today-section {
    padding: 80px 0px;
  }
  .grc-today-section .wrap {
    max-width: 545px;
  }
  .grc-today-section .top-wrap::before {
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 380px;
    height: 380px;
    background-size: 380px;
  }
  .grc-today-section .inner-wrap .bottom-wrap {
    width: 212px;
    height: 212px;
  }
  .grc-today-section .inner-wrap .bottom-wrap p {
    font-size: 18px;
    line-height: 21px;
    max-width: 133px;
    margin: 0px auto;
  }
  .grc-today-section .inner-wrap .bottom-wrap::before,
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: 6px;
    left: 3px;
    width: 178px;
    height: 55px;
    background-size: 175px;
  }
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: auto;
    bottom: 6px;
  }
  .common-title-h2 {
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 130%;
  }
  .why-choose-section .left .common-title-h2.left-title {
    line-height: 61px;
  }
  .services-section {
    padding-top: 80px;
  }
  .services-section .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .services-section .list .hover-content-wrap {
    padding: 60px 25px 30px 30px;
  }
  .services-section .box-wrap .img-wrap img {
    height: 511px;
  }
  .sectors-organization-section {
    padding: 80px 0px;
  }
  .services-section .box-wrap h2 {
    font-size: 25px;
  }
  .services-section .section-content p {
    font-size: 20px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .services-section .list .hover-content-wrap ul li {
    font-size: 16px;
  }
  .services-section .list .hover-content-wrap ul li::before {
    top: 8px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 30px 20px;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 20px;
    line-height: 25px;
    min-height: 118px;
  }
  .why-choose-section .left {
    min-width: 520px;
    max-width: 520px;
  }
  .why-choose-section .right {
    padding-left: 50px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 45px;
  }
  .connect-with-me-section .right p {
    font-size: 17px;
    line-height: 32px;
  }
  .connect-with-me-section .right .social a {
    font-size: 15px;
  }
  .why-choose-section .left ul li {
    font-size: 18px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 16px;
  }
  .read-more-btn a {
    font-size: 14px;
    padding: 7px 30px;
  }
  .connect-with-me-section {
    padding: 80px 0px;
  }
  .signup-section .right h3 {
    font-size: 30px;
  }
  .connect-with-me-section .left {
    min-width: 300px;
    max-width: 300px;
  }
  .connect-with-me-section .right .inner-wrap {
    grid-gap: 0px 21px;
    margin-top: 30px;
  }
  .signup-section .right {
    padding: 60px 30px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 40px;
  }
  .footer-section .top-footer .center ul.menu li {
    padding-bottom: 13px;
  }
  .footer-section .top-footer .left .logo a img {
    max-width: 278px;
  }
  .footer-section .top-footer .left .logo {
    padding-bottom: 30px;
  }
  .signup-section .right form .gjs-row:nth-child(2) {
    min-width: 364px;
    max-width: 364px;
  }
  .signup-section .right form .es-form-field-container .gjs-row input[type=submit] {
    font-size: 15px;
    padding: 11px 44px;
  }
  .footer-section .top-footer .left .linkedin a img {
    max-width: 50px;
  }
  .footer-section .top-footer .right ul li a {
    font-size: 14px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 15px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-gap: 0px 40px;
    grid-template-columns: repeat(2, auto);
  }
  .footer-section .bottom-footer .copyright p {
    font-size: 15px;
  }
  .footer-section .bottom-footer .policy-wrap a {
    font-size: 15px;
  }
  .footer-section .top-footer h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .footer-section .top-footer .right ul li span {
    font-size: 16px;
  }
  .footer-section .top-footer .right ul li.address::before {
    top: 2px;
  }
  .inner-about-banner-section {
    padding-top: 130px;
    padding-bottom: 75px;
  }
  .inner-about-banner-section h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2.3px;
    margin-bottom: 18px;
  }
  .inner-about-banner-section p {
    font-size: 22px;
  }
  .inner-about-banner-section .wrap {
    max-width: 716px;
  }
  .inner-about-section {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .inner-about-section .left {
    min-width: 310px;
    max-width: 310px;
  }
  .inner-about-section .left .top-wrap .social-icon img {
    max-width: 50px;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 15px;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 47px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 14px;
  }
  .inner-about-section .wrap {
    gap: 0px 40px;
  }
  .inner-about-section .founder {
    font-size: 15px;
  }
  .inner-about-section h2 {
    font-size: 40px;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .inner-about-section .right-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 25px;
  }
  .recent-assignments-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .recent-assignments-section h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul li {
    height: 90px;
    padding: 27px;
  }
  .inner-about-banner-section.news {
    padding-top: 145px;
    padding-bottom: 112px;
  }
  .news-list-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-list-section ul li {
    padding: 30px 30px 30px 30px;
  }
  .news-list-section ul li h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news-list-section ul li p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .news-details-section {
    padding: 80px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 75px;
    padding: 40px 20px;
  }
  .services-tab-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services-tab-section .tab-title ul li a {
    padding: 20px 20px;
    min-height: 196px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 41px;
  }
  .services-tab-section .tab-title ul li h4 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .services-tab-section .tab-title {
    padding-bottom: 70px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 60px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: 410px;
    max-width: 410px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 35px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 22px;
    line-height: 30px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 17px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 60px;
  }
  .service-contact-section {
    padding: 70px 0px;
  }
  .contact-form-modal .inner-wrap {
    grid-template-columns: 45% 55%;
  }
  .contact-form-modal .inner-wrap .right {
    padding: 50px 30px;
  }
  .contact-form-modal .inner-wrap .right > h2 {
    font-size: 40px;
    margin-bottom: 25px !important;
  }
  .contact-form-modal .modal-close {
    top: -20px;
    right: -8px;
    width: 45px;
    height: 45px;
    background-size: 20px;
  }
  .common-policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .common-policy-content-section p,
  .common-policy-content-section ol li {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .common-policy-content-section ol li {
    padding-left: 7px !important;
  }
  .common-policy-content-section h3 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .common-policy-content-section ol li::marker {
    font-size: 19px;
  }
  .common-policy-content-section ul {
    padding: 20px;
  }
  .common-policy-content-section ul li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .common-policy-content-section ul li::before {
    top: 5px;
  }
  body.page-template-about {
    overflow: visible;
  }
  .inner-about-section .left .inner-left-wrap {
    position: sticky;
    top: 110px;
    z-index: 9;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .container {
    width: 920px !important;
  }
  .header .header-right ul.menu li a {
    font-size: 14px;
  }
  .header .header-main .logo img {
    max-width: 310px;
  }
  .header .header-right ul.menu {
    gap: 0px 40px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 710px;
  }
  .banner-section .content-wrap h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .banner-section .content-wrap h1 span {
    font-size: 36px;
  }
  .banner-section .content-wrap p {
    font-size: 22px;
    max-width: 710px;
  }
  .banner-section .content-wrap .banner-btn a {
    font-size: 16px;
    padding: 11px 25px;
  }
  .banner-section .banner-bottom .left p {
    font-size: 19px;
  }
  .grc-today-section {
    padding: 70px 0px;
  }
  .grc-today-section .wrap {
    max-width: 545px;
  }
  .grc-today-section .top-wrap::before {
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 380px;
    height: 380px;
    background-size: 380px;
  }
  .grc-today-section .inner-wrap .bottom-wrap {
    width: 212px;
    height: 212px;
  }
  .grc-today-section .inner-wrap .bottom-wrap p {
    font-size: 18px;
    line-height: 21px;
    max-width: 133px;
    margin: 0px auto;
  }
  .grc-today-section .inner-wrap .bottom-wrap::before,
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: 6px;
    left: 3px;
    width: 178px;
    height: 55px;
    background-size: 175px;
  }
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: auto;
    bottom: 6px;
  }
  .common-title-h2 {
    font-size: 45px;
    line-height: 140%;
    margin-bottom: 40px;
  }
  .services-section {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .services-section .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-section .list .hover-content-wrap {
    padding: 55px 25px 40px 30px;
  }
  .services-section .box-wrap h2 {
    font-size: 23px;
  }
  .services-section .list .hover-content-wrap p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .services-section .section-content p {
    font-size: 20px;
  }
  .sectors-organization-section {
    padding: 70px 0px;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 18px;
    line-height: 24px;
    min-height: 105px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 30px 20px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 16px;
  }
  .why-choose-section {
    padding: 70px 0px;
  }
  .why-choose-section .left .common-title-h2.left-title {
    line-height: 57px;
  }
  .why-choose-section .left ul li {
    font-size: 18px;
  }
  .why-choose-section .right {
    padding-left: 50px;
  }
  .why-choose-section .left {
    min-width: 450px;
    max-width: 450px;
  }
  .common-title-h2::before {
    width: 405px;
  }
  .connect-with-me-section {
    padding: 75px 0px;
  }
  .connect-with-me-section .left {
    min-width: 330px;
    max-width: 330px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 50px;
  }
  .connect-with-me-section .common-title-h2 {
    margin-bottom: 25px;
  }
  .connect-with-me-section .right p {
    font-size: 17px;
    line-height: 28px;
  }
  .connect-with-me-section .right .inner-wrap {
    grid-template-columns: repeat(2, max-content);
    grid-gap: 20px 30px;
    margin-top: 30px;
  }
  .connect-with-me-section .right .email.social {
    grid-column: 1/4;
  }
  .read-more-btn a {
    font-size: 15px;
    padding: 8px 32px;
  }
  .connect-with-me-section .right .social a {
    font-size: 19px;
  }
  .signup-section .right {
    padding: 60px 30px;
  }
  .signup-section .right h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .signup-section .right form .gjs-row:nth-child(2) {
    min-width: 350px;
    max-width: 350px;
  }
  .signup-section .right form .es-form-field-container .gjs-row input[type=submit] {
    font-size: 15px;
    padding: 11px 25px;
  }
  .footer-section .top-footer {
    padding-bottom: 40px;
  }
  .footer-section .top-footer .wrap {
    gap: 0px 40px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-template-columns: repeat(2, auto);
    grid-gap: 0px 35px;
  }
  .footer-section .top-footer .left .linkedin a img {
    max-width: 50px;
  }
  .footer-section .top-footer .left .logo img {
    max-width: 280px;
  }
  .footer-section .top-footer .left .logo {
    padding-bottom: 30px;
  }
  .footer-section .top-footer h4 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 14px;
  }
  .footer-section .top-footer .right ul li span {
    font-size: 17px;
  }
  .footer-section .top-footer .right ul li a {
    font-size: 14px;
  }
  .footer-section .bottom-footer .copyright p {
    font-size: 15px;
  }
  .footer-section .bottom-footer .policy-wrap a {
    font-size: 15px;
  }
  .footer-section .top-footer .right ul li::before {
    top: 4px;
  }
  .footer-section .top-footer .center ul.menu li {
    padding-bottom: 13px;
  }
  .inner-about-banner-section {
    padding-top: 130px;
    padding-bottom: 75px;
  }
  .inner-about-banner-section h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -2.3px;
    margin-bottom: 18px;
  }
  .inner-about-banner-section p {
    font-size: 22px;
  }
  .inner-about-banner-section .wrap {
    max-width: 716px;
  }
  .inner-about-section {
    padding-top: 80px;
    padding-bottom: 55px;
  }
  .inner-about-section .left {
    min-width: 310px;
    max-width: 310px;
  }
  .inner-about-section .left .top-wrap .social-icon img {
    max-width: 50px;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 15px;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 47px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 14px;
  }
  .inner-about-section .wrap {
    gap: 0px 40px;
  }
  .inner-about-section .founder {
    font-size: 15px;
  }
  .inner-about-section h2 {
    font-size: 40px;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .inner-about-section .right-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 25px;
  }
  .recent-assignments-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .recent-assignments-section h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul li {
    height: 90px;
    padding: 27px;
  }
  .inner-about-banner-section.news {
    padding-top: 145px;
    padding-bottom: 102px;
  }
  .news-list-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .news-list-section ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 25px;
  }
  .news-list-section ul li h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news-details-section {
    padding: 80px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 75px;
    padding: 40px 20px;
  }
  .services-tab-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services-tab-section .tab-title ul li a {
    min-height: 150px;
    padding: 10px 10px;
  }
  .services-tab-section .tab-title ul {
    grid-gap: 10px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 70px;
    height: 70px;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 34px;
  }
  .services-tab-section .tab-title ul li h4 {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
  }
  .services-tab-section .tab-title {
    padding-bottom: 60px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 50px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: 310px;
    max-width: 310px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 20px;
    line-height: 27px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 50px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li::before {
    top: 3px;
  }
  .service-contact-section {
    padding: 60px 0px;
  }
  .service-contact-section p {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .service-contact-section .wrap {
    max-width: 635px;
  }
  .contact-form-modal .inner-wrap {
    grid-template-columns: 40% 60%;
  }
  .contact-form-modal .inner-wrap .right {
    padding: 40px 40px;
  }
  .contact-form-modal .inner-wrap .right > h2 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 25px !important;
  }
  .contact-form-modal .inner-wrap .right p {
    font-size: 17px;
  }
  .contact-form-modal .form-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .contact-form-modal .form-wrap form .gform_fields .gfield textarea {
    height: 110px !important;
  }
  .contact-form-modal .form-wrap form .gform_footer input {
    font-size: 15px;
    padding: 18px 15px;
  }
  .contact-form-modal .bottom-social-wrap .number a {
    font-size: 18px;
  }
  .contact-form-modal .bottom-social-wrap {
    grid-gap: 0px 15px;
  }
  .contact-form-modal .bottom-social-wrap span {
    font-size: 11px;
    padding-left: 37px;
    margin-bottom: 15px;
  }
  .contact-form-modal .bottom-social-wrap span::before {
    top: -7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .contact-form-modal .bottom-social-wrap .number a {
    font-size: 16px;
  }
  .contact-form-modal .bottom-social-wrap a {
    font-size: 14px;
  }
  .contact-form-modal .modal-close {
    top: -14px;
    right: -6px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-size: 15px;
  }
  .common-policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .common-policy-content-section p,
  .common-policy-content-section ol li {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .common-policy-content-section ol li {
    padding-left: 7px !important;
  }
  .common-policy-content-section h3 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .common-policy-content-section ol li::marker {
    font-size: 19px;
  }
  .common-policy-content-section ul {
    padding: 20px;
  }
  .common-policy-content-section ul li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .common-policy-content-section ul li::before {
    top: 5px;
  }
  body.page-template-about {
    overflow: visible;
  }
  .inner-about-section .left .inner-left-wrap {
    position: sticky;
    top: 110px;
    z-index: 9;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  html.nav_open .site-header {
    background: #0D1720;
  }
  .site-header .header-right .nav-main {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 76px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    float: none;
    margin: 0 !important;
    height: auto;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu {
    margin: 0 !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    max-height: 500px;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li a {
    float: none;
    height: auto;
    line-height: 110%;
    display: block;
    font-size: 16px;
    padding: 0px;
    color: #0E031A;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li:last-child a {
    border: 0;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li.current-menu-item a,
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li a:hover,
  .header .header-right .menu-main-menu-container ul.menu li:last-child a:hover {
    color: #c7cad3 !important;
  }
  .header .header-right .menu-main-menu-container ul.menu li:last-child a {
    background: none !important;
    color: #0E031A !important;
  }
  .header .header-right .menu-main-menu-container ul.menu li:last-child a::before {
    display: none;
  }
  html.nav_open .site-header .header-right .nav-main {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  html.nav_open {
    overflow: hidden;
  }
  .res_navigation {
    position: absolute;
    right: -10px;
    top: 30px;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 99999;
    width: 60px;
    height: 22px;
    display: block;
  }
  .nav-toggle {
    transition: z-index 0s ease, opacity 0.2s 0.1s ease, border 0.2s ease, background 0.2s ease;
    display: block;
    width: 60px;
    height: 60px;
  }
  .nav-toggle span {
    background: #fff;
    border: none;
    height: 2px;
    width: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 7px;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 16px;
    width: 30%;
    left: 10px;
  }
  html.nav_open .nav-toggle span.top {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #fff;
  }
  html.nav_open .nav-toggle span.bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #fff;
    width: 50%;
    left: 0;
  }
  html.nav_open .nav-toggle span.middle {
    opacity: 0;
    background: #fff;
  }
  .mobile-services-menu {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    background: #0D1720;
    padding: 40px 20px;
    height: 100%;
  }
  .mobile-services-menu h4 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
  }
  .header .header-right .mobile-services-menu ul.menu {
    display: block;
  }
  .header .header-right .mobile-services-menu ul.menu li {
    padding-bottom: 14px;
  }
  .header .header-right .mobile-services-menu ul.menu li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: none;
    padding: 0;
    text-align: left;
    text-transform: unset;
  }
  .header .header-right .mobile-services-menu ul.menu li:last-child {
    padding-bottom: 0;
  }
  .header .header-right .mobile-services-menu ul.menu li:last-child a::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .header-main .logo img {
    max-width: 356px;
  }
  .banner-section .content-wrap h1 {
    font-size: 45px;
    line-height: 53px;
    letter-spacing: -1.3px;
  }
  .banner-section .content-wrap h1 span {
    margin: 0px 12px;
    font-size: 34px;
  }
  .banner-section .content-wrap p {
    font-size: 21px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 35px;
    max-width: 680px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 650px;
  }
  .banner-section .content-wrap .banner-btn a {
    font-size: 16px;
    padding: 11px 29px;
  }
  .banner-section .banner-bottom .left p {
    font-size: 18px;
  }
  .banner-section .banner-bottom .wrap {
    gap: 0px 24px;
  }
  .banner-section .banner-bottom .right .marquee span {
    font-size: 16px;
  }
  .banner-section .banner-bottom .right .marquee span::before {
    top: 15px;
  }
  .banner-section .banner-bottom .right .marquee__group {
    gap: 0px 72px;
  }
  .grc-today-section {
    padding: 70px 0px;
  }
  .grc-today-section .wrap {
    max-width: 545px;
  }
  .grc-today-section .top-wrap::before {
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 380px;
    height: 380px;
    background-size: 380px;
  }
  .grc-today-section .inner-wrap .bottom-wrap {
    width: 212px;
    height: 212px;
  }
  .grc-today-section .inner-wrap .bottom-wrap p {
    font-size: 18px;
    line-height: 21px;
    max-width: 133px;
    margin: 0px auto;
  }
  .grc-today-section .inner-wrap .bottom-wrap::before,
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: 6px;
    left: 3px;
    width: 178px;
    height: 55px;
    background-size: 175px;
  }
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: auto;
    bottom: 6px;
  }
  .common-title-h2 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  .services-section {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .services-section .section-content p {
    font-size: 20px;
  }
  .services-section .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-section .list .hover-content-wrap {
    display: none;
  }
  .services-section .list .box-wrap .wrap:hover .img-title-wrap h2 {
    opacity: 1;
  }
  .services-section .box-wrap .img-wrap img {
    height: auto;
  }
  .services-section .box-wrap h2 {
    font-size: 20px;
  }
  .services-section .box-wrap .img-title-wrap h2 {
    padding: 25px 20px 30px 20px;
  }
  .sectors-organization-section {
    padding: 70px 0px;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 20px;
    line-height: 24px;
    min-height: 108px;
  }
  .sectors-organization-section .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sectors-organization-section .box-wrap ul {
    padding: 40px 30px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
    padding-left: 27px;
  }
  .why-choose-section {
    padding: 50px 0px;
  }
  .why-choose-section .left {
    min-width: 400px;
    max-width: 400px;
  }
  .why-choose-section .left .common-title-h2.left-title {
    line-height: 41px;
    margin-bottom: 25px;
  }
  .why-choose-section .left ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .why-choose-section .right {
    padding-left: 30px;
  }
  .common-title-h2::before {
    width: 335px;
  }
  .connect-with-me-section {
    padding: 70px 0px 50px 0px;
  }
  .connect-with-me-section .right .inner-wrap .read-more-btn {
    margin-bottom: 10px;
  }
  .connect-with-me-section .wrap {
    gap: 0px 50px;
  }
  .connect-with-me-section .left {
    min-width: 270px;
    max-width: 270px;
  }
  .connect-with-me-section .common-title-h2 {
    margin-bottom: 25px;
  }
  .connect-with-me-section .right p {
    font-size: 17px;
    line-height: 26px;
  }
  .connect-with-me-section .right .inner-wrap {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px 50px;
  }
  .read-more-btn a {
    font-size: 14px;
    padding: 9px 32px;
  }
  .connect-with-me-section .right .social a {
    font-size: 18px;
  }
  .signup-section .right {
    padding: 30px 30px;
  }
  .signup-section .right h3 {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .signup-section .left {
    min-width: 300px;
    max-width: 300px;
  }
  .signup-section .right form .es-form-field-container {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .signup-section .right form .gjs-row:nth-child(2) {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .footer-section .top-footer {
    padding-top: 190px;
    padding-bottom: 30px;
  }
  .footer-section .top-footer .wrap {
    flex-wrap: wrap;
    gap: 40px 0px;
  }
  .footer-section .top-footer .wrap .left {
    width: 100%;
  }
  .footer-section .top-footer .left .logo {
    padding-bottom: 20px;
  }
  .footer-section .top-footer .left .logo a img {
    margin: 0px auto;
  }
  .footer-section .top-footer .left .linkedin a img {
    max-width: 60px;
  }
  .footer-section .top-footer .wrap .center {
    width: 49%;
    max-width: 49%;
  }
  .footer-section .top-footer .wrap .right {
    width: 51%;
    max-width: 51%;
    padding-left: 50px;
  }
  .footer-section .top-footer h4 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .footer-section .top-footer .center .custom-menu-wrap {
    grid-template-columns: repeat(2, auto);
    grid-gap: 0px 35px;
  }
  .footer-section .top-footer .center ul.menu li a {
    font-size: 15px;
  }
  .footer-section .top-footer .center ul.menu li {
    padding-bottom: 16px;
  }
  .footer-section .top-footer .right ul li a {
    font-size: 15px;
  }
  .footer-section .top-footer .right ul li span {
    font-size: 16px;
  }
  .footer-section .top-footer .right ul li::before {
    top: 3px;
  }
  .footer-section .bottom-footer .copyright p {
    font-size: 13px;
  }
  .footer-section .bottom-footer .policy-wrap a {
    font-size: 13px;
  }
  .footer-section .bottom-footer {
    padding: 25px 0px;
  }
  .inner-about-banner-section {
    padding-top: 110px;
    padding-bottom: 75px;
  }
  .inner-about-banner-section h1 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -2.3px;
    margin-bottom: 15px;
  }
  .inner-about-banner-section p {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.48px;
  }
  .inner-about-banner-section .wrap {
    max-width: 660px;
  }
  .inner-about-section {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .inner-about-section .left {
    min-width: 280px;
    max-width: 280px;
  }
  body.page-template-about {
    overflow: visible;
  }
  .inner-about-section .left .inner-left-wrap {
    position: sticky;
    top: 110px;
    z-index: 9;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 38px;
  }
  .inner-about-section .left .top-wrap .social-icon img {
    max-width: 50px;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 14px;
    line-height: 26px;
  }
  .inner-about-section .left .bottom-wrap .social::before {
    top: 0;
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 12px;
  }
  .inner-about-section .wrap {
    gap: 0px 30px;
  }
  .inner-about-section .founder {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .inner-about-section h2 {
    font-size: 32px;
    margin-bottom: 30px !important;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .inner-about-section .right-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .recent-assignments-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  body:not(.home) .footer-section .top-footer {
    padding-top: 70px;
  }
  .recent-assignments-section h2 {
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul {
    grid-gap: 10px;
  }
  .recent-assignments-section ul li {
    height: 80px;
    padding: 17px;
  }
  .inner-about-banner-section.news {
    padding-top: 115px;
    padding-bottom: 92px;
  }
  .news-list-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .news-list-section ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 25px;
  }
  .news-list-section ul li h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .inner-about-banner-section.news-details span {
    font-size: 18px;
    line-height: 26px;
  }
  .inner-about-banner-section.news-details span::before {
    top: 4px;
  }
  .news-details-section {
    padding: 60px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 35px;
    padding: 20px 10px;
  }
  .services-tab-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services-tab-section .tab-title ul li a {
    min-height: 150px;
    padding: 10px 10px;
  }
  .services-tab-section .tab-title ul {
    grid-gap: 10px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 70px;
    height: 70px;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 34px;
  }
  .services-tab-section .tab-title ul li h4 {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
  }
  .services-tab-section .tab-title {
    padding-bottom: 60px;
  }
  .services-tab-section .tab-content .inner-wrap {
    gap: 0px 30px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: 270px;
    max-width: 270px;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 20px;
    line-height: 27px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 50px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li::before {
    top: 3px;
  }
  .service-contact-section {
    padding: 60px 0px;
  }
  .service-contact-section p {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .contact-form-modal .inner-wrap {
    grid-template-columns: 40% 60%;
  }
  .contact-form-modal .inner-wrap .right {
    padding: 40px 20px;
  }
  .contact-form-modal .inner-wrap .right > h2 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 25px !important;
  }
  .contact-form-modal .inner-wrap .right p {
    font-size: 17px;
  }
  .contact-form-modal .form-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .contact-form-modal .form-wrap form .gform_fields .gfield textarea {
    height: 110px !important;
  }
  .contact-form-modal .form-wrap form .gform_footer input {
    font-size: 15px;
    padding: 18px 15px;
  }
  .contact-form-modal .bottom-social-wrap .number a {
    font-size: 18px;
  }
  .contact-form-modal .bottom-social-wrap {
    grid-gap: 0px 15px;
  }
  .contact-form-modal .bottom-social-wrap span {
    font-size: 11px;
    padding-left: 37px;
    margin-bottom: 15px;
  }
  .contact-form-modal .bottom-social-wrap span::before {
    top: -7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .contact-form-modal .bottom-social-wrap .number a {
    font-size: 16px;
  }
  .contact-form-modal .bottom-social-wrap a {
    font-size: 14px;
  }
  .contact-form-modal .modal-close {
    top: -14px;
    right: -6px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-size: 15px;
  }
  .common-policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .common-policy-content-section p,
  .common-policy-content-section ol li {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .common-policy-content-section ol li {
    padding-left: 7px !important;
  }
  .common-policy-content-section h3 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .common-policy-content-section ol li::marker {
    font-size: 19px;
  }
  .common-policy-content-section ul {
    padding: 20px;
  }
  .common-policy-content-section ul li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .common-policy-content-section ul li::before {
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-main .logo img {
    max-width: 276px;
  }
  .res_navigation {
    top: 26px;
  }
  .banner-section .content-wrap h1 {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1.9px;
  }
  .banner-section .content-wrap h1 span {
    margin: 0px 3px;
    font-size: 31px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 545px;
  }
  .banner-section .content-wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .banner-section .content-wrap .banner-btn a {
    font-size: 14px;
    padding: 7px 25px;
  }
  .banner-section .content-wrap {
    top: 53%;
  }
  .banner-section .banner-bottom .wrap {
    display: block;
  }
  .banner-section .banner-bottom .left {
    min-width: inherit;
    max-width: inherit;
    background: #C7CAD3;
    padding: 12px 20px;
  }
  .banner-section .banner-bottom .right {
    padding: 20px 0px;
  }
  .banner-section .banner-bottom {
    background: unset;
    padding: 0;
  }
  .banner-section .banner-bottom .container {
    padding: 0 !important;
  }
  .banner-section .banner-bottom .left p {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: -0.32px;
  }
  .banner-section .banner-bottom .right .marquee span {
    font-size: 16px;
  }
  .banner-section .banner-bottom .right .marquee,
  .banner-section .banner-bottom .right .marquee__group {
    gap: 0px 60px;
  }
  .banner-section .banner-bottom .right .marquee span::before {
    top: 16px;
    left: -40px;
  }
  .grc-today-section {
    padding: 60px 0px;
  }
  .common-title-h2 {
    font-size: 38px;
    margin-bottom: 35px;
    line-height: 44px;
  }
  .common-title-h2::before {
    width: auto;
  }
  .common-title-h2::after {
    width: 120px;
  }
  .services-section .section-content::before {
    width: auto;
  }
  .services-section .section-content::after {
    width: 120px;
  }
  .services-section {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  .services-section .section-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
  }
  .services-section .list {
    display: block;
  }
  .mobile-service-slider .slick-track {
    display: flex;
  }
  .mobile-service-slider .slick-list {
    margin: 0px -5px;
  }
  .mobile-service-slider .slick-slide {
    height: inherit;
    margin: 0px 5px;
  }
  .services-section .list .hover-content-wrap {
    display: none;
  }
  .services-section .list .box-wrap .wrap:hover .img-title-wrap h2 {
    opacity: 1;
  }
  .services-section .box-wrap .img-title-wrap h2 {
    padding: 25px 20px 30px 20px;
    border-bottom: 10px solid rgba(4, 102, 200, 0.75);
  }
  .services-section .box-wrap .img-wrap img {
    height: auto;
  }
  .services-section .slick-arrow {
    position: absolute;
    top: auto;
    left: 40%;
    right: auto;
    bottom: -60px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #C5D2E7;
    font-size: 0;
    outline: none;
  }
  .services-section .slick-next.slick-arrow {
    left: auto;
    right: 35%;
  }
  .services-section .slick-arrow::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 14px;
    margin: auto;
  }
  .services-section .slick-arrow.slick-prev::before {
    background-image: url("../images/slider-left-arrow.svg");
  }
  .services-section .slick-arrow.slick-next::before {
    background-image: url("../images/slider-right-arrow.svg");
  }
  .services-section .slick-arrow:hover,
  .services-section .slick-arrow:focus {
    background: #0D1720;
    border: 1px solid #0D1720;
  }
  .services-section .slick-arrow:hover::before,
  .services-section .slick-arrow:focus::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5353%) hue-rotate(322deg) brightness(119%) contrast(100%);
  }
  .sectors-organization-section {
    padding: 60px 0px;
  }
  .sectors-organization-section .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .sectors-organization-section .box-wrap {
    border: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 0;
    min-height: 295px;
  }
  .sectors-organization-section .box-wrap:last-child {
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
  }
  .sectors-organization-section .box-wrap h3 {
    font-size: 20px;
    line-height: 25px;
    min-height: 80px;
  }
  .sectors-organization-section .box-wrap ul {
    padding: 30px 25px;
  }
  .sectors-organization-section .box-wrap ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .services-section .section-content {
    max-width: 343px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .services-section .section-content .inner-section-content-wrap {
    padding: 0;
  }
  .why-choose-section {
    padding: 60px 0px;
  }
  .why-choose-section .left .common-title-h2.left-title {
    display: none;
  }
  .why-choose-section .left ul li {
    font-size: 16px;
  }
  .connect-with-me-section {
    padding: 65px 0px;
  }
  .desktop-title {
    display: none;
  }
  .mobile-title {
    display: block;
  }
  .connect-with-me-section .wrap {
    display: block;
  }
  .connect-with-me-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 35px;
  }
  .connect-with-me-section .right p {
    font-size: 16px;
    line-height: 26px;
  }
  .connect-with-me-section .right .inner-wrap {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 50px;
  }
  .connect-with-me-section .right .inner-wrap .read-more-btn {
    order: 3;
    margin-top: 17px;
  }
  .connect-with-me-section .right .social a {
    font-size: 16px;
  }
  .read-more-btn a {
    font-size: 15px;
    padding: 9px 32px;
  }
  .why-choose-section .wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .why-choose-section .left {
    min-width: inherit;
    max-width: inherit;
    margin-top: 28px;
  }
  .why-choose-section .right {
    padding-left: 0;
  }
  .signup-section .wrap {
    display: block;
  }
  .signup-section .left {
    min-width: inherit;
    max-width: inherit;
  }
  .signup-section .right {
    padding: 22px 15px;
  }
  .signup-section .right h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .signup-section .right form .gjs-row:nth-child(2) input {
    height: 50px;
    padding-left: 40px;
    width: 100%;
  }
  .signup-section .right form .gjs-row:nth-child(2) .gjs-cell::before {
    top: 20px;
    left: 13px;
  }
  .signup-section .right form .gjs-row:nth-child(2) {
    min-width: inherit;
    max-width: inherit;
  }
  .signup-section .right form .es-form-field-container {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .signup-section .right form .es-form-field-container .gjs-row {
    width: 100%;
  }
  .signup-section .right form .es-form-field-container .gjs-row input[type=submit] {
    font-size: 14px;
    padding: 9px 54px;
    width: 100%;
  }
  .footer-section .top-footer {
    padding-top: 237px;
    padding-bottom: 30px;
  }
  .signup-section {
    margin-bottom: -188px;
  }
  .footer-section .top-footer .wrap {
    display: block;
  }
  .footer-section .top-footer .center {
    display: none;
  }
  .footer-section .top-footer .left .logo {
    padding-bottom: 25px;
  }
  .footer-section .top-footer .left .logo img {
    max-width: 296px;
    margin: 0px auto;
  }
  .footer-section .top-footer .left .linkedin a img {
    max-width: 45px;
  }
  .footer-section .top-footer .right {
    padding-top: 35px;
  }
  .footer-section .top-footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-section .top-footer .right ul li span {
    font-size: 16px;
  }
  .footer-section .top-footer .right ul li::before {
    top: 4px;
  }
  .footer-section .top-footer .right ul li a {
    font-size: 15px;
  }
  .footer-section .bottom-footer .inner-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px 50px;
  }
  .footer-section .bottom-footer .copyright p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .footer-section .bottom-footer .policy-wrap a {
    font-size: 14px;
  }
  .footer-section .top-footer .wrap .left {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-section .bottom-footer .inner-wrap .copyright {
    order: 2;
  }
  .grc-today-section .inner-wrap {
    max-width: 335px;
    margin: 0px auto;
  }
  .grc-today-section .top-wrap::before {
    background-image: url("../images/mobile-round-before.png");
    width: 234px;
    height: 234px;
  }
  .grc-today-section .inner-wrap .bottom-wrap {
    bottom: 30px;
    width: 126px;
    height: 126px;
  }
  .grc-today-section .inner-wrap .bottom-wrap p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
    max-width: 108px;
  }
  .grc-today-section .inner-wrap .bottom-wrap::before,
  .grc-today-section .inner-wrap .bottom-wrap::after {
    top: 7px;
    background-image: url("../images/mobile-dash-top-border.svg");
    width: 98px;
    height: 32px;
  }
  .grc-today-section .inner-wrap .bottom-wrap::after {
    background-image: url("../images/mobile-dash-bottom-border.svg");
    top: auto;
    bottom: 6px;
  }
  .why-choose-section::before {
    background-image: url("../images/mobile-why-choose-section-before-line-shape.png");
    width: auto;
    height: 608px;
    left: 0;
  }
  .aos-init {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .mobile-img {
    display: block;
  }
  .desktop-img {
    display: none;
  }
  .inner-about-banner-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .inner-about-banner-section h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1.3px;
    margin-bottom: 20px;
  }
  .inner-about-banner-section p {
    font-size: 18px;
    line-height: 31px;
  }
  .inner-about-section {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .mobile-wrap {
    display: block;
  }
  .desktop-wrap {
    display: none;
  }
  .inner-about-section .wrap {
    display: block;
  }
  .inner-about-section .left {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 30px;
  }
  .inner-about-section .founder {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .inner-about-section h2 {
    font-size: 40px;
  }
  .inner-about-section h2 span {
    display: block;
    top: 0;
  }
  .inner-about-section .left .bottom-wrap .social a {
    font-size: 16px;
  }
  .inner-about-section .left .bottom-wrap .social {
    padding-left: 47px;
  }
  .inner-about-section .left .bottom-wrap .mobile-number.social {
    margin-bottom: 13px;
  }
  .inner-about-section .right-wrap h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .inner-about-section .right-wrap p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .inner-about-section .right-wrap h3 {
    font-size: 27px;
  }
  .recent-assignments-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .recent-assignments-section h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .recent-assignments-section h2::before {
    width: 210px;
  }
  .recent-assignments-section p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .recent-assignments-section ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .recent-assignments-section ul li {
    height: 90px;
  }
  .recent-assignments-section ul li img {
    max-width: 110px;
  }
  body:not(.home) .footer-section .top-footer {
    padding-top: 60px;
  }
  .inner-about-banner-section.news {
    padding-top: 105px;
    padding-bottom: 72px;
  }
  .news-list-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .news-list-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px 25px;
  }
  .news-list-section ul li h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news-list-section ul li .btn-wrap a {
    font-size: 14px;
  }
  .inner-about-banner-section.news-details span {
    font-size: 18px;
    line-height: 26px;
  }
  .inner-about-banner-section.news-details span::before {
    top: 4px;
  }
  .news-details-section {
    padding: 60px 0px;
  }
  .news-details-section ul li {
    margin-bottom: 35px;
    padding: 20px 10px;
  }
  .services-tab-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .services-tab-section .tab-title ul {
    display: block;
  }
  .services-tab-section .tab-title .slick-track {
    display: flex;
  }
  .services-tab-section .tab-title .slick-list {
    margin: 0px 15px;
  }
  .services-tab-section .tab-title .slick-slide {
    height: inherit;
    margin: 0px 15px;
  }
  .services-tab-section .tab-title .slick-arrow {
    position: absolute;
    top: 50%;
    left: -13px;
    right: auto;
    bottom: 0;
    background-image: url("../images/slider-left-arrow.svg");
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #C5D2E7;
    background-position: center;
    font-size: 0;
    outline: none;
    transform: translateY(-50%);
    z-index: 9;
  }
  .services-tab-section .tab-title .slick-next.slick-arrow {
    left: auto;
    right: -13px;
    background-image: url("../images/slider-right-arrow.svg");
  }
  .services-tab-section .tab-title ul li a {
    min-height: inherit;
    height: 100%;
    padding: 10px 20px;
    justify-content: center;
    box-shadow: unset;
    border-radius: 11px;
    overflow: hidden;
    filter: unset !important;
  }
  .services-tab-section .tab-title ul li a::before {
    display: none;
  }
  .service-desktop-title {
    display: none;
  }
  .service-mobile-title {
    display: block;
  }
  .services-tab-section .tab-content .inner-wrap {
    flex-wrap: wrap;
    gap: 30px 0px;
  }
  .services-tab-section .tab-content .inner-wrap .left {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .services-tab-section .tab-content .inner-wrap h2 {
    font-size: 28px;
  }
  .services-tab-section .tab-content .inner-wrap .right p {
    font-size: 20px;
    line-height: 27px;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li {
    font-size: 17px;
  }
  .services-tab-section .tab-content .box-wrap {
    padding-bottom: 40px;
  }
  .services-tab-section .tab-title {
    padding-bottom: 10px;
    position: sticky;
    top: 79px;
    background: #fff;
    z-index: 9;
  }
  .services-tab-section .tab-title ul li a .icon-title-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0px 15px;
    width: 100%;
    justify-content: center;
  }
  .services-tab-section .tab-content {
    padding-top: 30px;
  }
  .services-tab-section .tab-title ul li .icon-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 0;
  }
  .services-tab-section .tab-title ul li .icon-wrap img {
    max-width: 27px;
  }
  .services-tab-section .tab-title ul li h4 {
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    text-align: left;
  }
  .services-tab-section .tab-title ul li h4 br {
    display: none;
  }
  body.page-template-services {
    overflow: visible;
  }
  .services-tab-section .jump-section {
    display: block;
    margin-top: -180px;
    height: 180px;
  }
  .slick-arrow.slick-disabled {
    cursor: no-drop;
    opacity: 0.5;
  }
  .services-tab-section .tab-content .inner-wrap .right ul li::before {
    top: 3px;
  }
  .service-contact-section {
    padding: 60px 0px;
  }
  .service-contact-section p {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 25px;
  }
  .contact-form-modal .inner-wrap {
    display: block;
  }
  .contact-form-modal .inner-wrap .left {
    display: none;
  }
  .contact-form-modal .inner-wrap .right {
    padding: 40px 20px;
  }
  .contact-form-modal .inner-wrap .right > h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px !important;
  }
  .contact-form-modal .inner-wrap .right p {
    font-size: 17px;
  }
  .contact-form-modal .form-wrap {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .contact-form-modal .form-wrap form .gform_fields .gfield textarea {
    height: 110px !important;
  }
  .contact-form-modal .form-wrap form .gform_footer input {
    font-size: 15px;
    padding: 18px 15px;
  }
  .contact-form-modal .bottom-social-wrap {
    grid-template-columns: repeat(1, max-content);
    grid-gap: 30px 60px;
  }
  .contact-form-modal .bottom-social-wrap .number a {
    font-size: 18px;
  }
  .contact-form-modal .bottom-social-wrap a {
    font-size: 16px;
  }
  .contact-form-modal .modal-close {
    top: -14px;
    right: -8px;
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
  .common-policy-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .common-policy-content-section p,
  .common-policy-content-section ol li {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .common-policy-content-section ol li {
    padding-left: 7px !important;
  }
  .common-policy-content-section h3 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .common-policy-content-section h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .common-policy-content-section ol li::marker {
    font-size: 19px;
  }
  .common-policy-content-section ul {
    padding: 20px;
  }
  .common-policy-content-section ul li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .common-policy-content-section ul li::before {
    top: 5px;
  }
  .contact-form-modal .form-wrap form .gform_footer .gform_ajax_spinner {
    top: 29px;
    left: auto;
    right: 5px;
  }
}/*# sourceMappingURL=style.css.map */