/*================ 1. Google Fonts =================*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/*================ End Google Fonts =================*/
:root {
  font-family: "Figtree", sans-serif;
  scroll-behavior: unset;
}
/*================ Basic Styles =================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}
body {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0b1520;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: flex;
}
i::before {
  content: "";
  display: inline-block;
  background-size: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-repeat: no-repeat;
}
.container {
  max-width: 1140px;
  padding: 0;
}
/*================ End Basic Styles =================*/

/*================ 3. Typography =================*/
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul {
  list-style-type: none;
  padding: 0;
}
h1,
.heading_one {
  font-size: 60px;
  line-height: 80px;
  font-weight: 800;
}
h2,
.heading_two {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
h3,
.heading_three {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
}
h4,
.heading_four {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}
h5,
.heading_five {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
}
h6,
.heading_six {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
p,
a,
.text-normal {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #0b1520;
}
a {
  text-decoration: none;
  display: inline-block;
  transition: 0.4s;
}
a:hover {
  color: #003399;
  transition: 0.4s;
}
.text-xl {
  font-size: 20px;
  line-height: auto;
}
.text-lg {
  font-size: 18px;
  line-height: 27px;
}
.text-sm {
  font-size: 14px;
  line-height: auto;
}
.title-gradient {
  background: linear-gradient(90deg, #3369d5 0%, #001133 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*================ End Typography =================*/

/*================ Button =================*/
.primary {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
  background-color: #003399;
  border-radius: 5px;
  padding: 12px 26px 13px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s;
}
.primary:hover {
  color: #ffffff;
  transition: 0.3s;
}
.primary i {
  transition: 0.3s;
}
.primary:hover i {
  transform: rotate(45deg);
  transition: 0.3s;
}
/*================ End Button =================*/

/*================ Color Style =================*/
.text-primary {
  color: #003399;
}
.text-site-black {
  color: #0b1520;
}
.text-dark-grey {
  color: #393939;
}
.text-light-grey {
  color: #969696;
}
.bg-primary {
  color: #003399;
}
.bg-site-black {
  color: #0b1520;
}
.bg-dark-grey {
  color: #393939;
}
.bg-light-grey {
  color: #969696;
}
/*================ End Color Style =================*/

/*================ Spacing Style =================*/
.common-padding {
  padding: 50px 0;
}
.mb-12 {
  margin-bottom: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.p-20 {
  padding: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.py-50 {
  padding: 50px 0;
}
.p-30 {
  padding: 30px;
}
/*================ End Spacing Style =================*/

/*================ Icons =================*/
.icon-arrow-button::before {
  -webkit-mask-image: url(./assets/images/icon_arrow_button.svg);
  mask-image: url(./assets/images/icon_arrow_button.svg);
  width: 16px;
  height: 16px;
  background: #ffffff;
}
.icon-quote::before {
  -webkit-mask-image: url(./assets/images/icon_quote.svg);
  mask-image: url(./assets/images/icon_quote.svg);
  width: 50px;
  height: 50px;
  background: rgba(0, 51, 153);
}
.icon-arrow-left::before {
  -webkit-mask-image: url(./assets/images/icon_arrow_left.svg);
  mask-image: url(./assets/images/icon_arrow_left.svg);
  width: 24px;
  height: 24px;
  background: #0b1520;
}
.icon-arrow-right::before {
  -webkit-mask-image: url(./assets/images/icon_arrow_right.svg);
  mask-image: url(./assets/images/icon_arrow_right.svg);
  width: 24px;
  height: 24px;
  background: #0b1520;
}
/*================ End Icons =================*/

.industry-sec-text::-webkit-scrollbar,
.revolution-slider-text::-webkit-scrollbar {
  width: 4px;
  background: #ddeaf3;
}
.industry-sec-text::-webkit-scrollbar-thumb,
.revolution-slider-text::-webkit-scrollbar-thumb {
  background: #003399;
}

/*================ Header Style =================*/
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  position: fixed;
}
header .row {
  align-items: center;
}
.logo-white,
header.smaller .logo-white {
  display: none;
}
header.smaller .logo-default {
  display: block;
}
.custom-logo {
  height: auto;
}
header nav > ul,
.contact-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
header nav ul li {
  transition: 0.4s;
}
header nav ul li .nav-link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #0b1520;
  text-decoration: none;
  display: block;
  transition: 0.4s;
  padding: 0 0 37px;
  margin-top: 37px;
}
header nav ul li:hover .nav-link {
  color: #003399;
  transition: 0.4s;
}
header nav ul li .nav-link:hover,
header nav ul li .nav-link:focus {
  color: #003399;
  transition: 0.4s;
}
header nav ul li .nav-link.active {
  color: #003399;
}
header nav ul .menu-item-has-children .nav-link {
  position: relative;
  padding-right: 28px;
}
header nav ul .menu-item-has-children .nav-link::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: url(./assets/images/icon_arrowdown.svg) no-repeat center;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
header nav ul .menu-item-has-children:hover .nav-link::before {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.hdr-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.phoneNo {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #0b1520;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}
header {
  transition: 0.4s;
}
.smaller {
  background-color: #f8f9fa;
  transition: 0.4s;
  box-shadow: 0 0 8px 5px rgb(2 32 55 / 0.2);
}
header.smaller {
  position: fixed;
}
.mobile-menu-screen {
  display: none;
}
header nav ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: 100%;
  position: absolute;
  top: 118%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgb(102 102 102 / 0.16);
  transform: translate(0, 0);
  z-index: 9;
  align-items: flex-start;
  padding: 0;
}
header nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  transform: translate(0, -20px);
}
.sub-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
  padding: 40px 0;
}
.sub-menu-list li {
  width: 33.33%;
  margin: 0;
}
.sub-menu-link {
  color: #022037;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  transition: 0.2s;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  background-color: #fff0;
  position: relative;
}
.sub-menu-link:hover,
.sub-menu-link:focus {
  color: #022037;
  background-color: #ecf2fe;
  transition: 0.2s;
}
.sub-menu-link span {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sub-menu-bottom-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  position: relative;
}
.sub-menu-bottom-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 100%;
  background-color: #f8f9fa;
  z-index: -1;
}
.sub-menu-bottom-content .primary {
  margin-top: 80px;
}
/*================ End Header Style =================*/
.mobile {
  display: none;
}
/*================ Icons Style =================*/
.icon-web-development {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -10px -10px;
}
.icon-mobile-development {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -35px -10px;
}
.icon-digital-marketing {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -61px -10px;
}
.icon-design {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -86px -10px;
}
.icon-software-development {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -114px -10px;
}
.icon-qa {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -144px -10px;
}
.icon-aiml-development {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -174px -10px;
}
.icon-blockchain-development {
  background: url(./assets/images/menu_icon_sprite.svg) no-repeat;
  background-position: -204px -10px;
}
/*================ End Icons Style =================*/

.main_page_title.common-padding {
  padding-top: 190px;
}
.main_page_title {
  position: relative;
  z-index: 0;
}
.main_page_title::before {
  content: "";
  position: absolute;
  top: -125px;
  left: 0;
  z-index: -1;
  background: url(../vrinsoftuk/images/ellipse_large.svg) no-repeat center;
  background-size: cover;
  width: 914px;
  height: 1016px;
}
.page-id-18 .main_page_title::before,
.page-id-418 .main_page_title::before,
.page-id-12 .main_page_title::before,
.page-id-1044 .main_page_title::before,
.error404 .main_page_title::before {
  display: none;
}
.main_page_title h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.main_page_title h1 strong {
  font-weight: 600;
}
.main_page_title_inner h1 {
  text-align: left;
}
.page-id-18 .main_page_title h1,
.page-id-418 .main_page_title h1,
.page-id-10 .main_page_title h1 {
  font-weight: 600;
}
.common-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.testimonial .head,
.testimonial-btn-group,
.testimonial-button-next,
.testimonial-button-prev,
.testimonial-col .testimonial-btn-group {
  display: flex;
  align-items: center;
}
.testimonial .head {
  justify-content: space-between;
}
.testimonial-btn-group,
.testimonial-col .testimonial-btn-group {
  flex-direction: row-reverse;
  grid-gap: 20px;
}
.testimonial .head .heading-two {
  margin: 0;
}
.testimonial-btn-group .swiper-button-disabled {
  pointer-events: none;
}
.testimonial-button-next i::before,
.testimonial-button-prev i::before {
  transition: 0.4s;
}
.testimonial-button-next:hover i::before,
.testimonial-button-prev:hover i::before {
  background: #d9d9d9;
  transition: 0.4s;
}
.testimonial .swiper-slide {
  height: 100%;
}
.testimonial-col .testimonial-slider {
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonial .testimonial-slide {
  background-color: #f8f8f8;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-slider .testimonial-slide .head {
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  padding: 34px 10px 10px 0;
  z-index: 0;
  max-width: 70%;
  overflow: hidden;
  margin-top: auto;
}
.testimonial-slider .testimonial-slide .head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/images/shape.svg);
  background-repeat: no-repeat;
  background-position: 0 -9px;
  background-size: cover;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-slider h6 {
  margin-bottom: 4px;
  font-weight: 600;
}
.testimonial-slider .head img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-slider .designation {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #969696;
}
.testimonial-slider .testimonial-content {
  position: relative;
  padding: 24px 24px 0;
}
.testimonial-slider .testimonial-content p {
  font-size: 18px;
  line-height: 27px;
}
.contact-us-content {
  display: flex;
  flex-direction: column;
}
.contact-us-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
}
.contact-us-text h2 {
  color: #003399;
  margin-bottom: 4px;
}
.contact-us-text p {
  max-width: 238px;
  margin-bottom: 0;
}
.contact-us-img {
  margin-top: auto;
  text-align: end;
}
.contact-us-form {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 0;
  max-width: 470px;
}
.contact-us-form > ul > li {
  padding: 0 30px 24px;
}
.contact-us-form > ul > li:last-child {
  padding-bottom: 0;
}
.contact-us-form span > div {
  padding: 0;
}
label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #022037;
  display: block;
}
.contact-us-sec input {
  width: 100%;
}
input,
textarea,
select,
.contact-us-form .select2-container .select2-selection--multiple,
.contact-us-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #022037;
  background: #f8f9fa;
  padding: 12px;
  border: 1px solid #fff0;
}
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
  border: 1px solid #009ee3;
}
input::placeholder,
textarea::placeholder {
  color: #666;
}
textarea {
  resize: none;
}
.contact-us-form .wpcf7-form-control-wrap {
  display: block;
  line-height: 17px;
  font-size: 14px;
}
.contact-us-form .flag-container {
  padding: 0;
}
.intl-tel-input.allow-dropdown .selected-flag {
  padding: 0;
  width: 40px;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #fff0;
}
.flag-container .selected-flag .iti-arrow {
  border-left: 4px solid #fff0;
  border-right: 4px solid #fff0;
}
.intl-tel-input.allow-dropdown input[type="text"] {
  padding-right: 0;
  padding-left: 40px;
  width: 100%;
}
.contact-us-form .select2 {
  width: 100% !important;
}
.contact-us-form .select2-container--default .select2-selection--multiple {
  border: 1px solid #fff0;
  min-height: inherit;
  border-radius: 0;
}
.contact-us-form
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #009ee3;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
}
.contact-us-form
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #003399;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  color: #fff;
  text-transform: capitalize;
  float: none;
  margin: 0;
  width: auto;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-right: 5px;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #022037;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin: 0;
  padding: 0;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
.select2-dropdown {
  border: 1px solid #f8f9fa;
}
.select2-results__option {
  user-select: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  -moz-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #f8f9fa !important;
  color: #022037 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f8f9fa !important;
  color: #022037 !important;
}
.select2-container .select2-selection--multiple::before,
.select2-container
  .select2-selection--single
  .select2-selection__rendered::before {
  content: "";
  background-image: url(../images/icon_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  transition: 0.3s ease-in-out;
  transform: translateY(-50%);
  z-index: 0;
}
.contact-us-form textarea {
  width: 100%;
  height: 56px;
}
.contact-us-form .wpcf7-submit {
  display: inline-block;
  background: #003399;
  padding: 7px 30px;
  font-size: 16px;
  line-height: 24px;
  width: auto;
  color: #fff;
  transition: 0.4s;
  margin-left: 30px;
}
.contact-us-form .wpcf7-submit:hover,
.contact-us-form .wpcf7-submit:focus,
.contact-us-form .wpcf7-submit:active {
  background: #022037;
  transition: 0.4s;
}
.contact-us-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 44px;
}
.contact-us-form .wpcf7-spinner {
  background-color: #003399;
  opacity: 1;
}
.wpcf7-spinner::before {
  background-color: #ddeaf3;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
.faq .accordion-button {
  margin-bottom: 0;
  padding: 16px 28px 16px 24px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #0b1520;
}
.faq .accordion-item {
  border-color: rgb(0 0 0 / 0.125);
}
.faq .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 0.125);
}
.faq .accordion-button:not(.collapsed) {
  color: #022037;
  background-color: #fff;
  box-shadow: none;
}
.faq .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-button::after {
  background-image: url(../vrinsoftuk/images/icon_plus.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../vrinsoftuk/images/icon_minus.svg);
}
.faq .accordion-body {
  padding: 12px 68px 24px 24px;
}
.faq .accordion-body p {
  font-size: 16px;
  line-height: 28px;
}
.faq .accordion-button:hover {
  color: #003399;
}

/*================ Footer Style =================*/
footer {
  background: #f8f8f8;
}
.certificate-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.footer-link-block {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.footer-brand {
  border-top: 1px solid #d9d9d9;
}
.footer-brand-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 20px 0;
}
.footer-brand-list li {
  margin-right: 54px;
}
.footer-brand-list li:last-child {
  margin-right: 0;
}
.footer-link .heading_six,
.footer-contact .heading_six,
.footer-social .heading_six {
  padding-bottom: 16px;
  margin-bottom: 0;
}
.footer-link ul,
.footer-contact ul {
  margin: 0;
}
.footer-link ul li:last-child,
.footer-contact ul li:last-child,
.footer-social ul li:last-child {
  padding-bottom: 0;
}
.footer-link a,
.footer-contact a,
.footer-social a,
.footer-contact address,
.footer-contact span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #393939;
  transition: 0.4s;
  margin-bottom: 14px;
}
.footer-social a,
.footer-link li:last-child a,
.footer-contact li:last-child a,
.footer-contact li:last-child span {
  margin-bottom: 0;
}
.footer-link a,
.footer-contact a {
  display: inline-block;
}
.footer-link a:hover,
.footer-contact a:hover,
.footer-social a:hover {
  color: #003399;
  transition: 0.4s;
}
.footer-address {
  max-width: 238px;
  margin-bottom: 0;
}
.footer-address {
  position: relative;
  padding-left: 29px;
}
.footer-address::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../vrinsoftuk/assets/images/icon_location.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
}
.footer-email svg,
.footer-number svg {
  margin-right: 9px;
}
.footer-email svg path,
.footer-number svg path {
  transition: 0.4s;
}
.footer-email:hover svg path,
.footer-number:hover svg path {
  fill: #003399;
  transition: 0.4s;
}
.footer-social .social-links-title {
  padding-bottom: 20px;
}
.social-links,
.footer-image {
  display: flex;
  align-items: center;
}
.social-links {
  margin-bottom: 0;
}
.social-links li a:hover {
  transform: translateY(-5px);
  transition: 0.4s;
}
.social-links li a .hoveron {
  display: none;
}
.social-links li a:hover .hoveron {
  display: block;
}
.social-links li a:hover .hoveroff {
  display: none;
}
.footer-image {
  margin-bottom: 0;
}
.social-links li,
.footer-image li {
  margin-right: 25px;
  margin-bottom: 0;
  display: block;
}
.social-links li:last-child,
.footer-image li:last-child {
  margin-right: 0;
}
.footer-image li {
  margin-right: 12px;
}
.footerBottom p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 0 0 20px;
  color: #0b1520;
  text-align: center;
}
.c-go-top {
  position: fixed;
  right: 30px;
  bottom: 90px;
  display: none;
  background-color: #003399;
  padding: 10px 12px;
  text-decoration: none;
  z-index: 999;
  border: 1px solid #003399;
  border-radius: 5px;
  transition: all 0.4s;
}
.c-go-top svg path {
  fill: #ffffff;
}
.c-go-top:hover {
  background-color: #ffffff;
}
.c-go-top:hover svg path {
  fill: #003399;
}
/*================ End Footer Style =================*/

.site-main {
  position: relative;
  padding-bottom: 60px;
}
.site-main h1 {
  font-size: 48px;
  line-height: 54px;
  text-align: left;
  padding: 40px 0;
  margin-bottom: 0;
}
.site-main p > a {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  color: #003399;
  transition: 0.4s;
}
.site-main p > a:hover {
  color: #022037;
  transition: 0.4s;
}
.common-styling ul {
  margin-bottom: 0;
}
.common-styling ul li {
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.common-styling ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #003399;
  border-radius: 50%;
}
.space-area {
  height: 850px;
  background: #009a11;
  padding: 100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
  position: relative;
  background: #009aaa;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.count-area-content {
  margin-top: 30px;
}
.count-area i {
  font-size: 48px;
}
.count-title {
  font-size: 20px;
}
.logo-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.logo-slider .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.brand-slider {
  /* background: #282828; */
  /* padding: 40px 0; */
  overflow: hidden;
}
.brand-slider .swiper-slide img {
  filter: grayscale(1);
  transition: 0.3s;
}
.brand-slider .swiper-slide img:hover {
  filter: grayscale(0);
  transition: 0.3s;
}
@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.category .entry-header,
.category .entry-footer {
  display: none;
}
.category .main_page_title h1 {
  font-weight: 600;
  margin-bottom: 0;
}
.category .post-thumbnail {
  margin-bottom: 30px;
}
.thank-you-block {
  padding: 40px;
  background-color: #f8f9fa;
  text-align: center;
}
.thank-you-image {
  display: inline-block;
  margin: 0 auto;
  max-width: 120px;
}
.thank-you-block p,
.error-page-block p {
  font-size: 16px;
  line-height: 24px;
}
.error404 .main_page_title.common-padding {
  padding-top: 110px;
}
.error-page-block {
  text-align: center;
}
.error-page-block h2 {
  margin-bottom: 10px;
}
.error-page-image {
  display: inline-block;
  margin: 0 auto;
  max-width: 250px;
}
