@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #3863a8;
  --royal-blue:#1c199a;
  --secondary-color: #060a3d;
  --green-color: #b2e01e;

  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Poppins", sans-serif;
}


html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 16px;
  color: var(--secondary-color);
}

a {
  text-decoration: none;
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: var(--primary-font);
  font-weight: 700;

}

h1 {
  font-size: 36px;
  color: #338db2;
}

h2 {
  font-size: 30px;
  color: #338db2;
}

h3 {
  font-size: 26px;
  color: #338db2;
}

h4 {
  font-size: 22px;
  color: #060a3d;
}

h5 {
  font-size: 18px;
  color: #060a3d;
  font-family: var(--secondary-font);
}

h6 {
  font-size: 16px;
  color: #060a3d;
  font-family: var(--secondary-font);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
  line-height: 25px;
}

ul,
ol {
  margin: 0;
}

strong,
b {}

/*----------------------------------------------*/
a.cmnbtnwrp {
  background: #338db2;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 7px 35px;
  color: #fff;
  position: relative;
}

a.cmnbtnwrp span {
  background: #1c5874;
  position: absolute;
  width: 106%;
  padding: 7px 9px 7px 12px;
  border-radius: 5px;
  text-align: right;
  z-index: -1;
  left: 20px;
}

a.cmnbtnwrp:hover {
  background: #1c5874;
}

a.cmnbtnwrp:hover span {
  background: #338db2;
}

.owl-nav .owl-prev:focus {
  outline: inherit;
}

.owl-nav .owl-next:focus {
  outline: inherit;
}

.owl-nav .owl-prev span {
  display: none;
}

.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 100%;

}


.owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 100%;

}

.testimonsec .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonsec .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}

h2.cmntlesec {
  font-size: 54px;
  text-transform: uppercase;
  color: #338db2;
  margin-bottom: 30px;
}

h2.cmntlesec span {
  color: #060a3d;
  font-size: 54px;
  display: inline-block;
}

.padd80 {
  padding: 80px 0;
}

.devicdvwrp {
  position: relative;
  margin-top: -100px;
}

.devicdvwrp {
  width: 600px;
  margin: -250px auto 0;
}

.devicdvwrp .mobdevice {
  position: absolute;
  right: 0;
  top: 90px;
  width: 246px;
  z-index: 2;
}

.devicdvwrp .mobdevice .mbcar {
  position: absolute;
  top: 7px;
  width: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.devicdvwrp .mobdevice .mbcar:before {
  background: url(../images/mobileovrlcur.png) no-repeat;
  background-size: contain;
  position: absolute;
  background-position: center;
  width: 80px;
  height: 18px;
  content: "";
  z-index: 2;
  background-position: top center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.devicdvwrp .mobdevice .mbcar img {
  width: 100%;
  margin: 0 auto;
}

.devicdvwrp .mbbnrimg {}

.devicdvwrp .deskmaskimg {
  overflow: hidden;
}

.devicdvwrp .deskmaskimg img {
  height: 100%;
  object-fit: cover;
}

.devicdvwrp .deskcar {
  position: absolute;
  top: 26px;
  width: 430px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.topmidctnbnr {
  text-align: center;
}

.topmidctnbnr h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.topmidctnbnr h2 {
  color: #fff;
  font-size: 54px;
  margin-bottom: 0;
  font-weight: bold;
}

.topmidctnbnr h4 {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
}

.dwnlapp {
  display: table;
  margin: 0 auto;
  border: 1px solid #338db2;
  border-radius: 15px;
  padding: 10px 25px;
  margin-top: 20px;
}

.dwnlapp span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #060a3d;
}

.dwnlapp a {
  margin: 0 5px;
  display: inline-block;
  border-radius: 10px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #1c5874;
  line-height: 30px;
  text-align: center;
}

.dwnlapp a img {
  display: inline-block;
  width: auto;
}

.topbnrsec {
  position: relative;
}

.topbnrsec .container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.topbnrsec img {
  width: 100%;
}

.latesjudgmntsec h2.cmntlesec {
  margin-bottom: 10px;
  line-height: 45px;
}

.latesjudgmntsec p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

.latesjudgmntsec a.cmnbtnwrp {
  display: table;
  margin-top: 30px;
}

.latesjudgmntsec .col-sm-4 {
  padding: 0;
}

.latesjudgmntsec .row {
  align-items: center;
}

.judgmnlst .row {
  border-radius: 15px;
  border: 1px solid #dddfe0;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 8px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.judgmnlst .row:hover {
  border-color: #338db2;
  -webkit-box-shadow: 8px 0px 19px 0px rgba(106, 73, 242, 0.1);
  -moz-box-shadow: 8px 0px 19px 0px rgba(106, 73, 242, 0.1);
  box-shadow: 8px 0px 19px 0px rgba(106, 73, 242, 0.1);
}

.judgmnlst .row:hover a {
  background: #338db2;
}

.judgmnlst .row:hover a img {
  filter: brightness(0) invert(1);
  transform: rotate(45deg);
}

.judgmnlst h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.judgmnlst span {
  font-size: 12px;
  color: #858585;
  display: block;
  margin-bottom: 2px;
  line-height: 14px;
}

.judgmnlst p {
  color: #060a3d;
  font-size: 12px;
  margin-bottom: 0;
}

.judgmnlst .judgcollnk a {
  width: 36px;
  height: 36px;
  display: block;
  background: transparent;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
}

.judgmnlst .judgcollnk a img {
  display: inline-block;
}

.latesjudgmntsec {
  position: relative;
  max-width: 1920px;
}

.latesjudgmntsec:before {
  position: absolute;
  right: 0;
  background: url(../images/judgmentsshp.png) no-repeat;
  width: 36px;
  height: 205px;
  content: "";
  top: 50px;
}

.designaplicant {
  padding-bottom: 150px;
  display: none !important;
}

.designaplicant .skybgbxwrp {
  background: #ecf9ff;
  padding: 60px 30px 20px 150px;
  border-radius: 70px;
}

.designaplicant .skybgbxwrp p {
  font-size: 14px;
  margin-bottom: 20px;
}

.designaplicant .skybgbxwrp .servbxwrp {
  padding: 20px;
  border-radius: 35px;
}

.designaplicant .skybgbxwrp .servbxwrp .icnweb {
  margin-bottom: 10px;
}

.designaplicant .skybgbxwrp .servbxwrp h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.designaplicant .skybgbxwrp .servbxwrp .ctnoverlyshw {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.designaplicant .skybgbxwrp .servbxwrp .ctnoverlyshw p {
  margin-bottom: 0;
}

.designaplicant .skybgbxwrp .servbxwrp h3 {
  font-size: 24px;
  color: #060a3d;
}

.designaplicant .skybgbxwrp .servbxwrp:hover {
  background-color: #fff;
  -webkit-box-shadow: 8px 0px 19px 0px rgba(106, 73, 242, 0.1);
  -moz-box-shadow: 8px 0px 19px 0px rgba(106, 73, 242, 0.1);
  box-shadow: 8px 0px 19px 0px rgba(106, 73, 242, 0.1);
}

.designaplicant .skybgbxwrp .servbxwrp:hover .ctnoverlyshw {
  opacity: 1;
  visibility: visible;
}

.designaplicant .skybgbxwrp .row {
  margin-bottom: -100px;
}

.designaplicant .col-sm-12 {
  display: flex;
  align-items: center;
}

.designaplicant .cmntlesec {
  position: relative;
  width: 620px;
}

.designaplicant .skybgbxwrp {
  margin-left: -120px;
}

.teamprodctwrp {
  background: url(../images/ourteambg.png) no-repeat;
  background-size: cover;
  padding: 85px 65px;
  border-radius: 30px;
}

.teamprodctwrp .tmproimg.text-right {
  text-align: right;
}

.teamprodctwrp .tmproimg {
  margin-bottom: 10px;
}

.teamprodctwrp p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 60px;
}

.teamprodctwrp a.mnbtmlnk {
  position: relative;
}

.teamprodctwrp a.mnbtmlnk u {
  position: relative;
  z-index: 2;
  padding: 7px 35px;
  text-decoration: none;
  background: #338db2;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
}

.teamprodctwrp a.mnbtmlnk span {
  background: #1c5874;
  position: absolute;
  width: 106%;
  padding: 7px 9px 7px 12px;
  border-radius: 5px;
  text-align: right;
  z-index: 1;
  left: 20px;
}

.teamprodctwrp a.mnbtmlnk:hover u {
  background: #1c5874;
}

.teamprodctwrp a.mnbtmlnk:hover span {
  background: #338db2;
}

.judgmntserch {
  max-width: 1920px;
}

.judgmntserch .judgecar {
  position: relative;
}

.judgmntserch .judgecar:before {
  background: url(../images/aileftvecto.png) no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  content: "";
  width: 340px;
  height: 409px;
  top: -200px;
  z-index: 2;
}

.judgmntserch .judgmentinrbg {
  background: #3086aa;
  border-radius: 900px 20px 20px 20px;
  padding: 50px;
  position: relative;
}

.judgmntserch .judgmentinrbg:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/airtghandimg.png) no-repeat;
  width: 357px;
  height: 212px;
  content: "";
}

.judgmntserch .judgmentinrbg .imglftwrp {
  width: 542px;
  position: absolute;
  left: -10%;
  bottom: 0;
}

.teamprodctwrp .cmnbtnwrp {
  position: relative;
  z-index: 2;
  padding: 7px 35px;
}

.judgmentinrbg .ctncntwrp h2 {
  font-size: 54px;
  color: #fff;
  line-height: 48px;
}

.judgmentinrbg .ctncntwrp p {
  color: #fff;
  margin-bottom: 30px;
}

.judgmentinrbg .ctncntwrp ul {
  list-style: none;
  padding: 0;
}

.judgmentinrbg .ctncntwrp ul li img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.judgmentinrbg .ctncntwrp ul li {
  color: #fff;
  margin-bottom: 14px;
}

.judgecar .owl-nav {
  position: absolute;
  right: 9%;
  top: 40%;
}

.judgecar .owl-nav button {
  display: block;
  margin-bottom: 10px;
}

.chosplan .row {
  margin-top: 50px;
}

.persnlhiglt .planmndv {
  position: relative;
  z-index: 2;
}

.planmndv {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(106, 73, 242, 0.1);
  -moz-box-shadow: 0px 0px 32px 0px rgba(106, 73, 242, 0.1);
  box-shadow: 0px 0px 32px 0px rgba(106, 73, 242, 0.1);
  padding: 35px;
  height: 100%;
}

.planmndv .planicncir {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
  background: #338db2;
  border-radius: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.planmndv .planicncir img {
  display: inline-block;
}

.planmndv h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.planmndv p {
  font-size: 17px;
}

.planmndv h6 {
  color: #060a3d;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
}

.planmndv big {
  font-size: 40px;
  font-weight: 700;
  color: #338db2;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Bebas Neue", sans-serif;
  margin-right: 5px;
}

.planmndv ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 55px;
}

.planmndv ul li img {
  margin-right: 10px;
  float: left;
}

.planmndv ul li span {
  float: left;
  width: 87%;
  font-size: 14px;
  line-height: 18px;
}

.planmndv a.cmnbtnwrp {
  display: table;
}

.chosplan {
  position: relative;
  overflow: hidden;
}

.chosplan:before {
  background: url(../images/planbfrimg.png) no-repeat;
  background-position: right top;
  background-size: contain;
  width: 36px;
  height: 206px;
  content: "";
  top: 100px;
  right: 0;
  position: absolute;
}

.chosplan h2.cmntlesec {
  margin-bottom: 10px;
}

.chosplan a.mnbtmlnk {
  position: relative;
}

.chosplan a.mnbtmlnk u {
  position: relative;
  z-index: 2;
  padding: 7px 35px;
  text-decoration: none;
  background: #338db2;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
}

.chosplan a.mnbtmlnk span {
  background: #1c5874;
  position: absolute;
  width: 106%;
  padding: 7px 9px 7px 12px;
  border-radius: 5px;
  text-align: right;
  z-index: 1;
  left: 20px;
}

.chosplan a.mnbtmlnk:hover u {
  background: #1c5874;
}

.chosplan a.mnbtmlnk:hover span {
  background: #338db2;
}

.chosplan .persnlhiglt a.mnbtmlnk u {
  background: #fff;
  color: #338db2;
}

.chosplan .persnlhiglt a.mnbtmlnk span {}

.customsuprt {
  position: relative;
}

.customsuprt:before {
  background: url(../images/customersurtg.png) no-repeat;
  right: 0;
  bottom: 60px;
  content: "";
  position: absolute;
  width: 95px;
  height: 345px;
  background-size: contain;
}

.customsuprt:after {
  background: url(../images/customersuprtlft.png) no-repeat;
  left: 0;
  top: 60px;
  content: "";
  position: absolute;
  width: 95px;
  height: 345px;
  background-size: contain;
}

.customsuprt h2.cmntlesec {
  margin-bottom: 10px;
}

.customsuprt p {
  font-size: 14px;
}

.persnlhiglt .planmndv {
  background: #338db2;
  color: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(51, 141, 178, 0.59);
  -moz-box-shadow: 0px 0px 32px 0px rgba(51, 141, 178, 0.59);
  box-shadow: 0px 0px 32px 0px rgba(51, 141, 178, 0.59);
}

.persnlhiglt .planmndv h2 {
  color: #fff;
}

.persnlhiglt .planmndv p {
  color: #fff;
}

.persnlhiglt .planmndv h6 {
  color: #fff;
}

.persnlhiglt .planmndv big {
  color: #fff;
}

.persnlhiglt .planmndv ul li img {
  filter: brightness(0) invert(1);
}

.persnlhiglt a.cmnbtnwrp {
  background: #fff;
  color: #338db2;
}

.persnlhiglt .planmndv .planicncir {
  background: #fff;
}

.accordion-flush .accordion-item .accordion-button:focus {
  outline: inherit;
  box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 700;
  color: #060a3d;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  padding: 0.7rem 1rem;
}

.accordion-flush .accordion-item .accordion-button[aria-expanded="true"] {
  background: #fff;
  border-color: #338db2;
  color: #338db2;
  -webkit-box-shadow: 8px 0px 19px 0px rgba(15, 58, 78, 0.1);
  -moz-box-shadow: 8px 0px 19px 0px rgba(15, 58, 78, 0.1);
  box-shadow: 8px 0px 19px 0px rgba(15, 58, 78, 0.1);
}

.accordion-body p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.accordion-body {
  padding: 0.7rem 1.1rem 0;
}

.accordion-body p b {
  color: #060a3d;
  font-weight: 600;
}

.accordion {
  margin-top: 50px;
}

.accordion .accordion-item {
  border: none;
  margin-bottom: 5px;
}

.accordion .accordion-button::after {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: url(../images/buttonarw.png) no-repeat transparent;
  background-size: 14px 15px;
  background-position: center;
}

.accordion .accordion-button[aria-expanded="true"]::after {
  background: url(../images/uparw.png) no-repeat #338db2;
  background-size: 14px 15px;
  background-position: center;
  transform: rotate(0);
}

.customsuprt .mailctncnt {
  margin-top: 40px;
}

.customsuprt .mailctncnt a {
  color: #338db2;
  font-size: 17px;
}

.customsuprt .mailctncnt p {
  color: #060a3d;
}

.customsuprt .mailctncnt img {
  display: inline-block;
  vertical-align: middle;
}

.customsuprt .mailctncnt .circlicn {
  background: #338db2;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.testimonsec {
  background: #f5f5f5 url(../images/testibgwrp.png) no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;

}

.testimonsec .testicar {
  margin-bottom: 80px;
}

.testimonsec .testicar p {
  max-width: 730px;
  margin: 0 auto 10px;
  text-align: center;
}

.testimonsec .toptestwrp {
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonsec .toptestwrp .testimgwrp {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonsec .toptestwrp .quoteicn {
  position: absolute;
  bottom: -5px;
  right: 0px;
  background: var(--green-color);
  border-radius: 100%;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.testimonsec .toptestwrp .quoteicn img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.testimonsec h5 {
  color: #060a3d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.newsubbgwrp {
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(6, 10, 61, 0.45);
  -moz-box-shadow: 0px 0px 49px 0px rgba(6, 10, 61, 0.45);
  box-shadow: 0px 0px 49px 0px rgba(6, 10, 61, 0.45);
  border-radius: 25px;
  margin-bottom: -90px;
}

.newsubbgwrp h2 {
  color: var(--royal-blue);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;

}

.newsubbgwrp h2 span {
  display: block;
  width: 100%;
  color: var(--royal-blue);
}

.newsubbgwrp p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.newsubbgwrp .newsltrfrm form {
  position: relative;
  width: 100%;
}

.newsubbgwrp .newsltrfrm input[type="text"] {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 50px;
  border: #e5e5e5 solid thin;
}

.newsubbgwrp .newsltrfrm input[type="submit"] {
  background: var(--green-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: var(--secondary-color);
  padding: 10px 14px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  transition: all 0.4s ease;

}

.newsubbgwrp .newsltrfrm input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.newsubbgwrp .row {
  align-items: center;
}

.footer {
  background: url(../images/ftrbg.png) no-repeat;
  background-size: cover;
  padding-top: 160px;
}

.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--green-color);
}

.footer h6 {
  color: #fff;
}

.footer h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
}

.footer ul.ftrsocl {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.footer ul.ftrsocl li {
  display: inline-block;
  vertical-align: middle;
}

.footer ul.ftrsocl li a i {
  color: #fff;
  font-size: 20px;
}

.footer ul.ftrsocl li a:hover i {
  color: var(--green-color);
}

.footer .abtftr img {
  margin-bottom: 20px;
}

.footer .abtftr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer .abtftr p {
  font-size: 14px;
  line-height: 22px;
}

.footer .abtftr a.abtredmre {
  font-size: 16px;
  font-weight: 500;
}

.footer .quicklnk ul {
  padding: 0;
  list-style: none;
}

.footer .quicklnk ul li a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}

.footer .getintouch h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.footer .getintouch p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
}

.footer .btmftrwrp {
  background: #040836;
  padding: 12px 0;
  align-items: center;
  margin-top: 50px;
}

.footer .btmftrwrp .row {
  align-items: center;
}

.footer .btmftrwrp p {
  margin-bottom: 0;
  font-size: 14px;
}

.footer .btmftrwrp ul {
  padding: 0;
  list-style: none;
}

.footer .btmftrwrp ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer .btmftrwrp ul li:last-child {
  margin-right: 0;
}

.footer .btmftrwrp ul li a {
  font-size: 22px;
}

.header {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header .headerinnr {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  -webkit-box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0px 14px 0px rgba(0, 0, 0, 0.25);
}

.header .col-sm-3 {
  align-self: center;
}

nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .rtgloglnk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #d5d5d5;
}

.header .rtgloglnk img {
  margin-right: 10px;
  width: 35px;
}

.header .rtgloglnk a {
  color: #060a3d;

  font-size: 14px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  color: var(--secondary-color) !important;
  text-decoration: none !important;
  padding: 38px 5px;
  display: block;
  font-size: 14px;
  border-bottom: transparent solid 3px;
}

nav ul li {
  margin-right: 15px;
}

nav ul li a i.fa {
  font-size: 12px;
  margin-top: 4px;
  padding-left: 7px;
}

nav ul li a:hover {
  color: var(--primary-color) !important;
}

nav ul li:hover a i {
  color: var(--primary-color) !important;
}


nav ul li a.active {
  border-color: var(--secondary-color) !important;
  font-weight: 600;
}

nav ul ul {
  position: absolute;
  min-width: 200px;
  background: #fff;
  display: none;
  margin-top: 0;
  -webkit-box-shadow: 8px 0px 8px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 8px 0px 8px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 8px 0px 8px 0px rgba(0, 0, 0, 0.42);
}

nav ul ul li {
  display: block;
  background: #fff;
}

nav ul ul li a {
  padding: 10px 15px;
}

nav ul ul li a:hover {
  color: #338db2;
}

nav ul li:hover ul {
  display: block;
}

nav ul li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}

nav div {
  background: none;
  color: #292929;
  font-size: 24px;
  padding: 0.6em;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  nav div {
    display: block;
  }

  nav ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e3e3e3;
  }

  nav ul li a {
    text-align: left;
    padding: 10px 12px;
    line-height: 14px;
  }

  nav ul li {
    display: block;
  }

  nav ul ul {
    position: static;
    background: #e3e3e3;
  }
}

.footer .btmftrwrp ul {
  text-align: right;
}

.topbnrsec img.mbbnr {
  display: none;
}

.midblushad {
  background: url(../images/cntbluebg.png) no-repeat;
  background-position: center;
}

.error {
  color: #ff0000;
}