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

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #00010b;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 23px;
}

a {
  text-decoration: none;
  color: #db241d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #db241d;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BlenderPro";
  src: url(../fonts/BlenderPro-Medium.ttf) format("truetype");
  font-style: normal;
}

/***** Custom Classes *****/

/* Headings  */

h1,
h2,
h3,
h4 {
  font-family: "BlenderPro";
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
  line-height: 80px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 19px;
  line-height: 29px;
}

h6 {
  font-size: 15px;
  line-height: 25px;
}

/* Headings  */

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fff;
  font-weight: 500;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* custom header styling  */

header {
  position: absolute;
  top: 19px;
  width: 100%;
  z-index: 999;
}

.menuSec ul li {
  padding: 20px 0px;
  margin: 0;
}

.menuSec ul#menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
}

.menuSec ul#menu li:before {
  position: absolute;
  content: "";
  width: 0%;
  bottom: 0;
  background-color: #db241d52;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  left: 0;
  display: table;
  margin: 0 auto;
  right: 0;
}

.menuSec ul#menu li.active {
  border-bottom: 2px solid #d9241d;
}

.menuSec ul#menu li:hover:before {
  opacity: 1;
  width: 100%;
}

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

header .menuSec:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0.1;
}

header .menuSec:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0.1;
}

/* custom header styling  */

section.banner {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

section.banner .item .embasshy-img img {
  width: 81%;
  margin-top: 114px;
}

.butns {
  display: inline-block;
}

section.banner .item .row {
  align-items: center;
}

.banner .item .content {
  padding: 280px 0px 150px 0px;
}

.banner .item .content h1 {
  color: #fff;
  line-height: 60px;
  position: relative;
}

.banner .item .content p br {
  display: none;
}

.banner .item .content p {
  color: #fff;
  padding-top: 10px;
  opacity: 0.8;
}

.banner .item .content .butns a.p-btn {
  display: inline-block;
  border: 2px solid #fff;
  transition: 0.4s;
  color: #fff;
  border-radius: 45px;
  padding: 5px 8px 4px 20px;
  box-shadow: 0px 0px 20px 2px #36313126;
}

.banner .item .content .butns a.p-btn span {
  display: inline;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 8px;
}

.banner .item .content .butns a.p-btn img {
  display: inline;
  width: 40px;
}

.banner .item .content .butns a.p-btn:hover {
  background-color: #db241d;
}

.banner .wraper {
  margin-left: 0;
  position: relative;
}

.banner .wraper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -2%;
  top: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0.1;
}

.banner .wraper:after {
  position: absolute;
  content: "";
  width: 49%;
  left: -26px;
  background: #fff;
  opacity: 0.1;
  height: 1px;
  z-index: 999;
  top: 407px;
}

/* ///  Bottom section start */

section.ss-buts ul.social {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 20px;
  justify-content: flex-end;
}

section.ss-buts ul.social li a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #db241d;
  transition: 0.4s;
  border-radius: 45px;
  border: 1px solid #db241d;
}

section.ss-buts ul.social li a i:hover {
  color: #fff;
  background: #db241d;
  border-color: transparent;
}

/* ///  Bottom section end */

section.ss-buts .content {
  background: #d9241d;
  padding: 20px 0px 10px 0%;
}

section.ss-buts .content h4 {
  color: #fff;
  line-height: 22px;
  position: relative;
  padding-bottom: 16px;
  margin: 0px;
}

section.ss-buts .content h4:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  bottom: 8px;
  left: 0px;
}

section.ss-buts .content p {
  color: #fff;
}

section.ss-buts .row {
  padding-left: 50px;
}

section.ss-buts {
  position: relative;
  z-index: 12;
}

section.ss-buts:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background: #d9241d;
  z-index: -1;
}

section.ss-buts .colRight:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 1px;
  bottom: 72px;
  right: 0;
  background: #f5f5f5;
}

/* About us section start  */

section.about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/ab-banner_03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 0;
}

section.about ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 10px;
}

section.about ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

section.about ul li h6 {
  margin: 0px;
  font-family: "BlenderPro";
  text-transform: uppercase;
  color: #0f0f10;
  font-weight: 500;
}

.butns {
  display: inline-block;
}

.butns a.p-btn {
  display: inline-block;
  border: 2px solid #d9241d;
  transition: 0.4s;
  color: #d9241d;
  border-radius: 45px;
  padding: 5px 8px 4px 20px;
  box-shadow: 0px 0px 20px 2px #eeeeee;
}

.butns a.p-btn span {
  display: inline;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 8px;
}

.butns a.p-btn img {
  display: inline;
  width: 40px;
}

.butns a.p-btn:hover {
  border: 2px solid #000;
  color: #000;
}

.butns a.p-btn:hover img {
  transform: rotate(360deg);
  filter: drop-shadow(1px 1px 1px black);
}

.butns a.p-btn img {
  transition: 0.5s;
}

.butns a.p-btn:hover span {
  text-shadow: 0 2px 2px black;
  font-weight: 600;
}

.butns a.p-btn span {
  transition: 0.4s;
}

section.about .ab-img img {
  width: 100%;
  margin-left: -12px;
  box-shadow: 4px 1px 20px 0px #9e9e9e;
  border-radius: 0px 10px 10px 0px;
}

section.about {
  overflow: hidden;
}

section.about .row {
  align-items: center;
}

/* About us section end */

/* banner arrows st */

.banner .slick-prev,
.slick-next {
  width: 130px;
  height: 80px;
  background-color: #d9241d;
  transition: 0.4s;
}

button.slick-next::before {
  content: url(../images/next.png);
  display: inline-block;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

button.slick-prev:before {
  content: url(../images/prev.png);
  display: inline-block;

  position: absolute;
  filter: brightness(0) invert(1);
  top: 18px;
  left: 0;
  right: 0;
}

section.banner button.slick-prev {
  top: 769px;
  overflow: visible;
  z-index: 9999;
  left: 411px;
  height: 80px;
  background-color: #d9241d;
  transition: 0.4s;
}

.banner button.slick-next {
  top: 769px;
  right: 599px;
  z-index: 9999;
}

.banner button.slick-prev:hover {
  height: 140px;
  background-color: #fff !important;
  top: 717px;
}

.banner button.slick-prev:hover:before {
  filter: brightness(0.5);
}

.banner button.slick-next:hover:before {
  filter: brightness(0.5);
}

.banner button.slick-next:hover {
  background-color: #fff !important;
  height: 140px;
  top: 717px;
}

/* banner arrows end */

/* Services section styling start  */

section.services {
  position: relative;
  padding-left: 60px;
  padding-bottom: 100px;
  margin-bottom: -2px;
}

section.services .item {
  opacity: 1;
}

section.services .item .ss-img {
  position: relative;
}

section.services .item .ss-img h6 {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 7px 15px;
  background-color: #db241d;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "BlenderPro";
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  z-index: 122;
}

section.services .item .ss-img h6:hover {
  background-color: #000;
  cursor: pointer;
}

section.services .item .ss-img:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #db241d3b;
  transition: 0.5s;
  opacity: 0;
  left: 0;
  right: 0;
  display: table;
  margin: 0px auto;
  bottom: 0;
  border-radius: 5px;
}

section.services .item .ss-img:hover:before {
  opacity: 1;
  width: 100%;
  cursor: pointer;
}

section.services .item .ss-img:after {
  position: absolute;
  content: "\f0c1 ";
  width: 50px;
  height: 50px;
  top: 0%;
  background-color: #fff;
  border-radius: 45px;
  font-family: "fontawesome";
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  margin: 0px auto;
  filter: drop-shadow(2px 4px 16px black);
  z-index: 12;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}

section.services .item .ss-img:hover:after {
  opacity: 1;
  top: 40%;
}

section.services .heatest p {
  margin-bottom: 0px;
}

section.services .box {
  box-shadow: 0px 0px 4px 1px #3333;
  padding: 0px 0px 40px 0px;
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
  background-color: #fff;
}

section.services .box .ss-content {
  padding: 30px 10px 10px 30px;
}

section.services .box .ss-content a.p-btn {
    padding: 2px 4px 2px 12px;
    box-shadow: 2px 4px 9px 2px #ccccccb5;
    position: absolute;
    bottom: 20px;
}

section.services .box .ss-content a.p-btn span {
  font-size: 10px;
  padding-right: 3px;
  display: inline-block !important;
  line-height: 0px;
  font-weight: 600;
}

section.services .box .ss-content a.p-btn img {
  width: 30px;
}

section.services .box .ss-content p {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 5px;
  color: #000 !important;
  font-weight: 500;
}

section.services .slick-list {
  padding: 30px 0px;
  padding-right: 210px;
}

section.services .box:hover {
  transform: translate(0px, 20px);
  cursor: pointer;
}

section.services .item {
  margin-right: 10px;
  margin-left: 10px;
}

/* Services section styling end */

/* Visa section start  */

.visa {
  background-image: url("../images/woman-banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.visa .wraper {
  padding: 0px 0px 0px 111px;
}

.visa .visa-cd {
  background-color: #fff;
  padding: 50px 40px;
  box-shadow: 9px -3px 20px 13px #33333312;
  overflow: visible;
  margin-top: -50px;
  position: relative;
  z-index: 12;
}

.visa .wraper p br {
  display: none;
}

.visa .wraper p {
  margin-bottom: 6px;
  color: #000;
}

.visa .wraper .butns {
  margin-top: 14px;
}

.visa .wraper h2 {
  font-size: 45px;
  line-height: 42px;
  color: #000;
}

.visa .guide {
  text-align: center;
  padding: 20px 20px;
  background-color: #fff;
}

.visa .guide h4 {
  margin: 0px;
  font-size: 24px;
  color: #db241d;
}

.visa .col-lg-1.col-md-1.col-12 {
  padding: 0px;
}

.visa .col-lg-7.col-md-7.col-12.col-md-7.col-lg-7.col-md-7.col-12.col-12 {
  padding: 0;
}

.visa .col-lg-4.col-lg-4.col-12 {
  padding: 0px;
}

.visa .colsmend {
  padding: 0px;
}

.visa .colsmend span {
  width: 100%;
  display: inline-block;
  height: 70px;
  background-color: #ffff;
  margin-bottom: -7px;
}

/* Visa section end */

/* Tourism section start  */

section.tourism {
  padding: 100px 0;
  position: relative;
  background-image: url(../images/services.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

section.tourism h2 {
  line-height: 50px;
  color: #000;
}

section.tourism p {
  color: #000;
}

section.tourism .heatest {
  padding-bottom: 30px;
}

section.tourism .parent {
  padding: 0px 60px;
}

section.tourism .parent .box {
  padding: 30px 20px;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}

section.tourism .parent .box .box-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: 0.4s;
}

section.tourism .parent .box .box-img {
  position: relative;
  margin-bottom: 24px;
}

section.tourism .parent .box .linsk {
  display: inline-block;
  margin-top: 10px;
}

section.tourism .parent .box .linsk i {
  width: 40px;
  height: 40px;
  border-radius: 45px;
  background: #db241d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100 !important;
  font-size: 16px;
  transition: 0.5s;
}

section.tourism .parent .box p {
  font-size: 13px;
  line-height: 23px;
  transition: 0.5s;
}

section.tourism .parent .box p.para {
  transform: translate(0px, -80px);
  opacity: 0;
  margin: 0px;
  transition: 0.5s;
  margin-top: -80px;
}

section.tourism .parent .box h3 {
  color: #000;
  transition: 0.4s;
}

section.tourism .parent .box:hover {
  background: #db241d;
}

section.tourism .parent .box:hover img {
  filter: brightness(0) invert(1);
}

section.tourism .parent .box:hover h3 {
  color: #fff;
}

section.tourism .parent .box:hover p {
  color: #fff;
}

section.tourism .parent .box:hover i {
  background: #000;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0px auto;
  transform: rotate(360deg);
}

section.tourism .parent .box:hover p.para {
  opacity: 1;
  transform: unset;
  margin: initial;
  height: auto;
}

section.tourism .heatest h6 {
  text-transform: uppercase;
  font-family: "BlenderPro";
  color: #db241d;
  font-size: 20px;
  font-weight: 500;
}

section.tourism .row {
  position: relative;
  z-index: 122;
}

/* Tourism section end */

/* Economic section start  */
section.economic {
  padding-top: 129px;
  padding-bottom: 60px;
  position: relative;
  padding-left: 110px;
  /* background-image: url(../images/chose-bg.png); */
  background-repeat: no-repeat;
  background-size: 101% 100%;
  margin-top: -130px;
}

section.economic h2 {
  line-height: 50px;
  color: #000;
}

section.economic .ab-img img {
  box-shadow: -1px 0px 20px 4px #9e9e9e1f;
  position: relative;
  width: 100%;
  border-radius: 0px;
}

section.economic .colright {
  padding-right: 0px;
}

section.economic .row {
  align-items: center;
}

/* Economic section enc  */

/* Latest news  start  */

section.news {
  position: relative;
  background-image: url(../images/services.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
}

.post-content {
  position: relative;
}

.news h5 {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.news .user-box {
  display: flex;
  gap: 14px;
  align-items: center;
}

.news .user-box h6 {
  margin: 0px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 9px;
}

.news .user-box span strong {
  color: #9d9d9d;
  font-weight: 500;
  line-height: 0px;
  margin: 0px;
}

.news .user-box .user-img {
  position: relative;
}

.news img {
  transition: 0.4s;
}

.news img:hover {
  filter: brightness(0.7);
  cursor: pointer;
}

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

.postList .post-content a.copy {
  position: absolute;
  right: 28px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 12;
}

.postList .post-content a.copy:hover img {
  filter: brightness(0.5);
}

.postList .post-content a.copy img {
  transition: 0.5s !important;
}

.postList .post-content h5 {
  padding-bottom: 16px;
}

.postList {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px #6c757d5e;
  border-radius: 5px;
  margin-top: 14px;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  cursor: pointer;
}

.postList:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #0000001a;
  border-radius: 5px;
  transition: 0.5s;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  margin: 0px auto;
}

.postList:hover:before {
  width: 100%;
}

.postList .post-content {
  z-index: 12;
  position: relative;
}

.news .viewpost {
  position: relative;
}

.news .viewpost .bg-img {
  padding: 0px;
  position: relative;
}

.news .viewpost .post-view {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 72%;
  z-index: 12222;
}

.news .viewpost .post-view h5 {
  color: #fff;
  position: relative;
  z-index: 12;
}

.news .viewpost .post-view h6 {
  color: #fff;
  position: relative;
  z-index: 12;
}

.news .viewpost .post-view a.copy {
  z-index: 12;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 0;
  bottom: 20px;
}

.news .viewpost .post-view a.copy img {
  position: relative !important;
  z-index: 99999 !important;
  filter: brightness(0) invert(1) !important;
}

.news .viewpost .bg-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/lg-shade.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news .viewpost {
  position: relative;
}

/* Latest news  end */

/* Footer styling start here  */

footer {
  background: #02060f;
  color: #fff;
  padding: 40px 80px 0px 106px;
}

footer .padds {
  padding: 40px 0;
}

footer .ft-logo {
  margin-bottom: 24px;
}

footer p {
  opacity: 0.6;
}

footer h3 {
  font-weight: 300 !important;
  letter-spacing: 1px;
}

footer ul {
  margin: 0px;
  position: relative;
}

footer ul li:first-child {
  display: inline-block !important;
}

footer ul li {
  line-height: 45px;
}

footer ul li a {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  transition: 0.5s;
  font-size: 13px;
}

footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #db241d;
  font-weight: 600;
}

footer .foot-links ul li:nth-child(5) {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100px;
}

footer .foot-links ul {
  position: relative;
}

footer .foot-links ul li:last-child {
  position: absolute;
  right: 72px;
  top: 44px;
}

footer .follow ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

footer .follow ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 45px;
  color: #676a6f;
  border: 1px solid #63666b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  font-size: 19px;
}

footer .follow ul li a i:hover {
  background: #db241d;
  border: 1px solid #db241d;
  color: #fff;
}

footer .follow ul li a:hover {
  text-decoration: unset !important;
}

.footer-btm {
  padding: 20px 0;
  border-top: 1px solid #13161f;
}

.footer-btm p {
  margin: 0px;
  color: #fff;
}

footer .foot-links {
  position: relative;
  padding: 40px 70px;
}

footer .foot-links:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1b1e27;
  left: 0px;
  bottom: -17px;
}

footer .foot-links:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1b1e27;
  right: 54px;
  bottom: -17px;
}

/* Footer styling start here  */

/* services page  */
section.innerPagebanner {
  background-image: url(../images/innerpageBanner.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 650px;
  background-size: 100% 100%;
  padding-top: 100px;
}

section.innerPagebanner h1 {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
}

section.innerPagebanner h1:before {
  position: absolute;
  content: "";
  width: 50%;
  left: -28px;
  background: #fff;
  opacity: 0.1;
  height: 1px;
  z-index: 999;
  bottom: 0px;
}

section.innerPagebanner ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

section.innerPagebanner ul span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

section.innerPagebanner ul a {
  font-size: 30px;
  line-height: 34px;
  font-family: "BlenderPro";
  color: #fff;
  text-transform: uppercase;
  font-weight: 500 !important;
}

section.innerPagebanner {
  position: relative;
}

section.innerPagebanner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 116px;
  opacity: 0.1;
  object-position: left;
}

/* services page  */

section#innerPage .colRight:before {
  width: 55%;
  z-index: -1;
}

section#servicsPage {
  padding-top: 60px;
  background-size: 100% 100%;
  padding-left: 0;
}

section#servicsPage .heatest.text-center {
  padding-bottom: 30px;
}

section#servicsPage .item.col-lg-4.col-md-4.col-12 {
  margin: 0;
}

section#servicsPage .item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000 !important;
}

section#servicsPage .row.ssrow1 {
  margin-bottom: 40px;
}

/* services page  */

@media (max-width: 1600px) {
  section.ss-buts:before {
  }

  section.ss-buts .row {
    padding-left: 0px;
  }

  section.ss-buts .col-lg-4.col-12.colLeft {
    padding: 0px;
  }

  section.ss-buts .col-lg-2.col-12.slidbuts {
    padding: 0px;
  }

  section.banner button.slick-prev {
    left: 440px;
    top: 746px;
  }

  .banner button.slick-next {
    right: 620px;
    top: 746px;
  }

  section.ss-buts .colRight:before {
    width: 50%;
  }
}

@media (max-width: 1440px) {
  section.ss-buts .content {
    left: 0;
  }

  section.banner button.slick-prev {
    left: 412px;
  }

  .banner button.slick-next {
    right: 599px;
  }

  section.ss-buts .row {
    padding-left: 50px;
  }

  .visa .colsmend span {
    margin-bottom: -9px;
  }
}

@media (max-width: 1366px) {
  section.ss-buts:before {
  }

  section.ss-buts .row {
    padding-left: 0px;
  }

  section.ss-buts .content {
    left: -16px;
  }

  .banner button.slick-next {
    right: 647px;
    top: 829px;
  }

  section.banner button.slick-prev {
    left: 442px;
    top: 829px;
  }

  section.services .box .ss-content p br {
    display: none;
  }

  .visa .wraper {
    padding-left: 97px;
  }

  .visa .visa-cd {
    padding: 40px 30px;
  }

  section.tourism .parent {
    padding: 0px 0px;
  }

  .news .viewpost {
    padding-right: 0px;
  }

  .postList .post-img img {
    width: 100%;
    transform: scaleY(1.1);
  }

  .postList {
    padding: 10px 0px 10px 0px;
  }

  .news .viewpost .post-view {
    width: 84%;
  }

  footer {
    padding-left: 0px;
  }

  footer p br {
    display: none;
  }

  footer .foot-links {
    padding: 40px 30px;
  }
  .gtranslate_wrapper {
      top: 28px !important;
  }
  .menuSec ul li a {
    padding: 0;
    font-size: 9px;
  }
}

@media (max-width: 1280px) {
  .gtranslate_wrapper {
      top: 20px !important;
  }
  section.ss-buts .row {
    padding-left: 40px;
  }

  .banner button.slick-next {
    right: 620px;
  }

  section.banner button.slick-prev {
    left: 469px;
  }

  section.services .slick-list {
    padding-right: 120px;
  }

  .visa .wraper {
    padding-left: 90px;
  }

  .visa .wraper h2 {
    font-size: 36px;
    line-height: 40px;
  }

  section.economic {
    padding-top: 179px;
    padding-bottom: 60px;
    position: relative;
    padding-left: 80px;
    margin-top: -110px;
  }

  section.economic p br {
    display: none;
  }

  section.economic p {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (max-width: 1024px) {
  .gtranslate_wrapper {
      top: 12px !important;
  }
  .menuSec .row {
    padding: 0px;
  }
  .menuSec ul li {
      margin: 0;
  }
  .menuSec ul li a {
    font-size: 7px;
    padding: 0;
  }

  .banner .item .content h1 {
    font-size: 38px;
    line-height: 40px;
  }

  section.economic h2 {
    line-height: 40px;
  }

  .banner .item .content p {
    font-size: 12px;
    line-height: 20px;
  }

  section.banner .item .embasshy-img img {
    width: 90%;
  }

  .banner .item .content {
    padding: 180px 0px 90px 0px;
  }

  .banner .wraper {
    margin-left: 0px;
  }

  .banner .wraper:after {
    width: 46%;
    left: -18px;
  }

  section.ss-buts .content {
    left: 0px;
  }

  .banner button.slick-next {
    right: 484px;
    top: 624px;
  }

  section.ss-buts .colRight:before {
    bottom: 94px;
  }

  section.about p br {
    display: none;
  }

  section.about p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  section.about ul li h6 {
    font-size: 13px;
    line-height: 22px;
  }

  h2 {
    font-size: 35px;
    line-height: 39px;
    margin: 0px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  section.services .box .ss-content {
    padding: 20px 0px 10px 10px;
  }

  section.services .box {
    padding: 0px 0px 20px 0px;
  }

  .visa .wraper {
    padding-left: 72px;
  }

  .visa .wraper h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .visa .wraper p {
    font-size: 12px;
    line-height: 20px;
  }

  .visa .visa-cd {
    padding: 20px 20px;
  }

  section.tourism .heatest {
    padding-bottom: 10px;
  }

  section.tourism {
    padding: 60px 0;
  }

  section.economic {
    padding-top: 130px;
    padding-bottom: 60px;
    margin-top: -120px;
  }

  .news .viewpost {
    padding-left: 10px;
  }

  .postList {
    padding: 5px 0px 5px 0px;
  }
}

@media (max-width: 820px) {
  .gtranslate_wrapper {
      top: 10px !important;
  }
  .menuSec ul li {
    margin: 0px 4px;
  }

  .menuSec ul li a {
    font-size: 8px;
  }

  .menuSec .col-md-10.d-none.d-md-block {
    padding: 0px;
  }

  .banner .item .content h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
  }

  .banner .item .content .butns a.p-btn {
    border: 1px solid #fff;
    padding: 3px 4px 3px 13px;
  }

  .banner .item .content .butns a.p-btn span {
    font-size: 10px;
  }

  .banner .item .content .butns a.p-btn img {
    width: 25px;
  }

  section.banner .item .embasshy-img img {
    width: 100%;
  }

  .banner .wraper:after {
    width: 40%;
    left: -13px;
    top: 247px;
  }

  section.ss-buts:before {
    width: 4%;
  }

  section.ss-buts {
    text-align: center;
    padding-top: 110px;
  }

  section.ss-buts .content {
    position: unset;
    width: 100%;
  }

  section.ss-buts .colRight:before {
    display: none;
  }

  section.ss-buts ul.social {
    justify-content: center;
  }

  section.about .row {
    align-items: center;
  }

  section.about ul {
    gap: 3px;
  }

  section.about ul li h6 {
    font-size: 11px;
    line-height: 22px;
  }

  section.services .slick-list {
    padding-right: 60px;
  }

  .visa .visa-cd {
    text-align: center;
    width: 61%;
  }

  .visa .visa-cd br {
    display: none;
  }

  section.tourism h2 {
    font-size: 25px;
    line-height: 30px;
  }

  section.tourism .heatest p br {
    display: none;
  }

  section.tourism .parent .box {
    width: 50%;
    margin: 0px auto;
    margin-bottom: 40px;
  }

  section.tourism .parent .box .linsk i {
    position: absolute;
    bottom: -6%;
    right: 0;
    left: 0;
    margin: 0px auto;
  }

  section.news .heatest p br {
    display: none;
  }

  section.news .heatest p {
    font-size: 12px;
    line-height: 20px;
  }

  section.news .col-lg-6.col-md-6.col-12.coleftSm {
    width: 100%;
  }

  .postList .post-img img {
    transform: unset;
  }

  section.news {
    padding-left: 30px;
  }

  section.economic {
    padding-left: 40px;
  }

  .news .viewpost .bg-img:before {
    width: 93%;
  }

  footer .foot-links {
    padding: 40px 0;
  }

  footer .foot-links ul li:nth-child(5) {
    position: unset;
  }

  footer .foot-links ul li:last-child {
    position: unset;
  }

  footer .foot-links:before {
    display: none;
  }

  footer .foot-links:after {
    display: none;
  }

  footer .padds {
    padding: 0;
    padding-top: 30px;
  }

  footer .footer-social {
    padding-bottom: 50px;
  }

  section.services {
    padding-left: 20px;
  }

  h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
  }

  section.services .box .ss-content p {
    font-size: 11px;
    line-height: 21px;
    margin: 0px;
  }

  section.services .item .ss-img h6 {
    font-size: 10px;
    padding: 0px 10px;
  }

  section.services .heatest p {
    font-size: 12px;
    line-height: 20px;
  }

  section.banner button.slick-prev {
    top: 556px;
    left: 239px;
  }

  .banner button.slick-next {
    right: 204px;
    top: 556px;
  }

  .banner button.slick-prev:hover {
    top: 506px;
  }

  .banner button.slick-next:hover {
    top: 506px;
  }
}

@media (max-width: 480px) {
  header {
    position: unset !important;
  }

  .banner .item .content {
    text-align: center;
    padding: 80px 0px 40px 0;
  }

  .menuSec {
    background-color: #000;
    padding: 10px 0px;
  }

  section.banner button.slick-prev {
    display: none !important;
  }

  section.banner button.slick-next {
    display: none !important;
  }

  section.banner .item .embasshy-img img {
    margin: 0px auto;
    width: auto;
  }

  section.banner {
    background-size: cover !important;
    background-position: 80% 100%;
    overflow: hidden;
  }

  .menuSec .header-logo img {
    display: table;
    margin: 0px auto;
    width: 26%;
  }

  .banner .wraper:after {
    display: none !important;
  }

  .banner .wraper:before {
    display: none;
  }

  section.ss-buts:before {
    display: none;
  }

  section.ss-buts .row {
    padding: 0px;
  }

  section.ss-buts .col-lg-4.col-12.colLeft {
    padding-left: 10px;
  }

  section.ss-buts .content {
    padding: 30px 30px;
  }

  section.about .ab-img img {
    margin: 0px auto;
  }

  section.about {
    margin: 0px auto;
    padding: 60px 20px;
    text-align: center;
  }

  section.about .ab-img {
    padding-bottom: 40px;
  }

  section.services {
    overflow: hidden !important;
    padding: 20px 30px;
    text-align: center;
  }

  section.services .slick-list {
    padding-right: 0px;
  }

  .visa .visa-cd {
    width: 100%;
    margin-bottom: 10px;
  }

  .visa .wraper {
    padding: 50px 30px;
  }

  .visa .colsmend span {
    display: none;
  }

  .visa {
    background-size: cover;
    background-position: center;
  }

  section.services {
    background-size: cover;
    background-position: 100% 100%;
  }

  section.about {
    background-size: cover;
    background-position: 100% 100%;
  }

  section.tourism {
    padding: 60px 30px;
    background-position: 100% 100%;
    background-size: cover;
  }

  section.tourism .parent .box {
    width: 80%;
  }

  section.economic {
    margin: 0px;
    background-position: 100% 100%;
    background-size: cover;
    padding: 40px 30px;
    text-align: center;
  }

  .container-fluid .ab-text.fadeInLeft {
    padding-bottom: 40px;
  }

  section.news {
    padding: 60px 30px;
    background-position: 100% 100%;
    background-size: cover;
  }

  .postList .post-content {
    padding: 30px 20px;
  }

  .news .viewpost .bg-img:before {
    width: 100%;
  }

  .news .viewpost .bg-img {
    margin-top: 20px;
  }

  footer p {
    font-size: 12px;
    line-height: 20px;
  }

  footer a {
    font-size: 12px;
    line-height: 20px;
  }

  section.ss-buts {
    text-align: center;
    padding-top: 10px;
  }
}

@media (min-width: 318px) and (max-width: 390px) {
  .banner .item {
    margin: 0px;
  }

  section.ss-buts .col-lg-4.col-12.colLeft {
    padding: 0px;
  }

  section.about {
    padding: 40px 0px;
  }

  section.about ul {
    text-align: left;
  }

  section.about ul li h6 {
    line-height: 13px;
  }

  section.services {
    padding: 40px 0;
  }

  .visa .wraper {
    padding: 40px 10px;
  }

  .visa .guide h4 {
    font-size: 16px;
    line-height: 20px;
  }

  section.tourism {
    padding: 50px 0px;
  }

  section.tourism p {
    font-size: 11px;
    line-height: 18px;
  }

  section.tourism .heatest h6 {
    font-size: 14px;
    line-height: 20px;
  }

  section.tourism h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  section.tourism .parent .box {
    width: 100%;
  }

  section.economic {
    padding: 40px 0;
  }

  section.economic h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  section.economic p {
    font-size: 11px;
    line-height: 20px;
  }

  section.news {
    padding: 30px 10px 50px 10px;
    overflow: hidden;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  section.news .heatest p {
    font-size: 11px;
    line-height: 20px;
  }

  .postList .post-content h5 {
    font-size: 13px;
    line-height: 22px;
  }

  .news .viewpost .post-view {
    width: 96%;
    left: 0;
    bottom: 20px;
  }

  .news .viewpost .bg-img {
    width: 98%;
  }

  footer h3 {
    font-size: 20px;
    line-height: 30px;
  }

  footer ul li {
    line-height: 30px;
  }

  footer ul li a {
    font-size: 11px;
  }
}

/* service details page  */
section.vs-require {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}

/* section.vs-require .slick-list {
  padding: 30px 0;
} */

section.vs-require .slick-list {
  padding: 30px 20px 30px 300px;
  margin-left: 110px;
}

section.vs-require .slick-list .item {
  opacity: 1;
}

section.vs-require .slick-list .card {
  padding: 30px 10px 40px 10px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 3px #ebebebf0;
  border: 0;
  transition: all 0.5s;
}

section.vs-require .slick-list .card p {
  margin: 0;
}

section.vs-require .slick-list .card p {
  transition: 0.5s;
}

section.vs-require .slick-list .card h3 {
  transition: 0.5s;
}

section.vs-require .slick-list .card:hover {
  background-color: #db241d;
  cursor: pointer;
}

section.vs-require .slick-list .card:hover p {
  color: #fff;
}

section.vs-require .slick-list .card:hover h3 {
  color: #fff;
}

section.vs-require:before {
  position: absolute;
  content: "";
  width: 112px;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #db241d;
}

section.according {
  position: relative;
  padding-bottom: 100px;
  padding-right: 120px;
  padding-top: 60px;
}

section.according button.accordion-button.collapsed {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  border: 0;
  padding-left: 6px;
  font-weight: 500;
}

section.according h3.accordion-header {
  border: 0;
}

section.according .accordion-item {
  border-bottom: 2px solid #f5f5f5;
  border-right: 0px !important;
  border-left: 0px;
  border-top: 0px;
}

section.according .accordion-body {
  padding-left: 0;
}

section.according .accordion-body p {
  margin: 0;
  font-weight: 500;
  color: #000;
}

section.according .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: 0px !important;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #db241d;
  padding-left: 6px;
  box-shadow: unset !important;
  border-bottom: 1px solid #f5f5f5 !important;
  font-weight: 500;
}

section.according .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* section.according .accordion-button:not(.collapsed)::after {
  display: none;
} */

button.accordion-button:focus {
  box-shadow: unset !important;
  outline: 0;
  border: 0;
}

section.according .colright {
  padding-left: 20px;
}

section.according .ab-img img {
  margin-left: -12px;
  box-shadow: 4px 1px 20px 0px #9e9e9e;
  border-radius: 0px 10px 10px 0px;
}

section.according .accordion-button::after {
  display: none;
}

section.according .accordion-button:not(.collapsed):before {
  position: absolute;
  right: 3px;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/occordingsn-arrow.png);
  top: 11px;
  background-size: cover;
  transform: rotate(180deg);
}

section.according .row {
  align-items: center;
}

/* service details end page  */

/* advisory page start  */

section#economicRow2 {
  margin: 0;
  background-image: url();
  padding-top: 20px;
}

#economicRow2 .row {
  align-items: center;
}

section#economicRow2 ul {
  display: flex;
}

section#economicRow2 ul li h6 {
  margin: 0px;
  font-family: "BlenderPro";
  text-transform: uppercase;
  color: #0f0f10;
  font-weight: 500;
}

section#economicRow2 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

section#economicRow2 ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 10px;
}

/* advisory page  end */

/* news page start  */

section#news {
  padding-top: 80px;
  position: relative;
}

section#news .viewpost {}

section#news .viewpost .bg-img:before {
  background-image: url(../images/lg-shade2.png);
  z-index: 122;
  bottom: -5px;
}

/* news page end  */

/* event details page  */

section.event-details {
  position: relative;
  margin-top: -71px;
}

section.event-details .eve.ctc-wrap {
  padding-left: 150px;
  padding-top: 40px;
}

section.event-details .eve.ctc-wrap p {
  font-weight: 500;
  color: #151515;
  line-height: 28px;
}

section.event-details .eve.ctc-wrap h2 {
  color: #171515;
  font-size: 35px;
  line-height: 34px;
  padding-bottom: 20px;
}

section.event-details .eve.ctc-wrap .user-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.event-details .eve.ctc-wrap .user-box h6 {
  margin: 0px;
  font-weight: 600;
  color: #000;
}

section.event-details .eve.ctc-wrap .user-box strong {
  color: #9d9d9db8;
}

section.event-details .col-lg-8.col-md-8 {
  padding-left: 0;
}

section.event-details:before {
  position: absolute;
  content: "";
  width: 116px;
  left: 0;
  top: 0;
  background: #d9241d;
  height: 100%;
  z-index: -1;
  object-position: left;
}

section.event-details .sidbar {
  position: relative;
  margin-left: 30px;
  border-left: 1px solid #f2f2f2;
}

section.event-details .sidbar .post-img img {
  width: 100%;
}

section.event-details .sidbar h5 {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
}

section.event-details .sidbar a.copy {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

section.event-details .sidbar .user-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

section.event-details .sidbar .user-box h6 {
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 15px;
  font-size: 12px;
}

section.event-details .sidbar .user-box strong {
  color: #9d9d9d;
  font-weight: 500;
}

section.event-details .sidbar .user-box span {
  font-size: 12px;
  line-height: 0px;
}

section.event-details .sidbar .post-box .row {
  align-items: center;
}

section.event-details .sidbar .user-box img {
  width: 38px;
}

section.event-details .sidbar .col-lg-3.col-md-3 {
  padding-right: 0;
}

section.event-details .sidbar .tags {
  position: relative;
  padding: 30px 30px 60px 18px;
}

section.event-details .sidbar .tags ul {
  margin: 0;
}

section.event-details .sidbar .tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 23px;
}

section.event-details .sidbar .tags ul li a {
  background: #fafafa;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 20px;
  border-radius: 45px;
  transition: 0.5s;
}

section.event-details .sidbar .tags ul li a:hover {
  background: #d9241d;
  color: #fff;
}

section.event-details .sidbar .searchbox {
  position: relative;
  padding: 60px 18px;
}

section.event-details .sidbar .searchbox form {
  display: flex;
}

section.event-details .sidbar .searchbox form input {
  padding: 10px 10px 10px 10px;
  border: 2px solid #db241d;
  border-radius: 5px 0px 0px 5px;
  border-right: 0;
  width: 46%;
  color: #272727;
  font-weight: 600;
  font-size: 12px;
}

section.event-details .sidbar .searchbox form button {
  width: 50px;
  height: 49px;
  border: 0;
  background-color: #db241d;
  transition: 0.5s;
  border-radius: 0px 5px 5px 0px;
}

section.event-details .sidbar .searchbox form button:hover {
  background-color: #000;
}

section.event-details .sidbar .searchbox form button i {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}

section.event-details .sidbar .header {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 18px;
}

section.event-details .sidbar .post-box {
  padding: 40px 30px 40px 18px;
}

section.event-details .sidbar .heads-tags {
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  padding-left: 18px;
}

section.event-details .eve-left-maincol {
  padding-top: 70px;
}

section.about .ab-text p {
  font-weight: 500;
}

.president h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

section.president .card {
  padding: 20px;
}

section.president .card img {
  width: 100%;
}

section.president .contetn {
  padding: 20px 0 0;
}

section.president .contetn h5 {
  font-size: 24px;
  line-height: 35px;
  margin: 0;
}

section.president .contetn-extra h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

section.president .contetn-extra h5 {
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0;
}

/* event details page end  */

/* about us page  start */

section#abouPage {
  padding-bottom: 0;
  position: relative;
}

section#abouPage .ab-img img {
  box-shadow: 20px 12px 20px 0px #02020229;
  z-index: 122;
  position: relative;
  border-radius: 0px 10px 10px 0px;
}

section#abouPage .colright {
  position: relative;
  z-index: 999;
}

section.mission {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  /* box-shadow: 0px 0px 20px 20px #302e2e1c; */
  margin-top: 0px;
}

section.mission:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #da241d;
}

section.teamSec {
  padding: 70px 0;
  position: relative;
}

section.teamSec .heatest.text-center {
  padding-bottom: 20px;
}

section.teamSec .mem-img {
  position: relative;
}

section.teamSec .mem-img h6 {
  width: 60px;
  height: 60px;
  border-radius: 45px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #333333d6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}

section.teamSec .mem-img h6 img {
  filter: brightness(0);
  transition: 0.4s;
}

section.teamSec .contetn {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

section.teamSec .contetn h3 {
  font-size: 19px;
  line-height: 27px;
  padding-bottom: 10px;
  transition: 0.5s;
}

section.teamSec .contetn h5 {
  font-family: "BlenderPro";
}

section.teamSec .contetn h5 a {
  color: #000;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 1px;
}

section.teamSec .contetn h5 a:hover {
  text-decoration: underline;
}

section.teamSec .card {
  padding: 10px 5px;
  border: 0;
  box-shadow: 0px 0px 5px 0px #3333330f;
  border-radius: 8px;
  transition: 0.5s;
}

section.teamSec .card:hover {
  background: #db241d;
  transform: scale(1.1);
  cursor: pointer;
}

section.teamSec .card:hover h3 {
  color: #fff;
}

section.teamSec .card:hover h5 a {
  color: #fff;
}

section.teamSec .card:hover h6 img {
  filter: unset;
}

section.teamSec:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #da241d;
}

section#absec2-page {
  background-size: 100% 100%;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  /* background-image: url("../images/About-Us-embassy-bg_02.png"); */
}

/* about us page end */

/*Contact Start*/

.map iframe {
  width: 100%;
  height: 500px;
  filter: brightness(0.5);
}

.contact-frm h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
}

.contact-frm input {
  width: 100%;
  outline: 0;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
  font-family: "BlenderPro";
  color: #0e0e0f;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 34px;
  line-height: 24px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
}

.contact-frm button {
  background: #85c1fd;
  color: #fff;
  border: 0;
  border-radius: 10%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin-top: 18px;
  border-radius: 0;
  box-shadow: 0px 0px 20px 0px #3a3a3a24;
}

.ctct-detl {
  background: #db241d;
  padding: 80px 40px 60px 40px;
  position: relative;
  box-shadow: 0 0 20px 0 #0000007d;
  margin-left: 30px;
  border-radius: 10px;
}

.ctct-detl ul li {
  display: inline-block;
}

.ctct-detl ul {
  display: flex;
  align-items: center;
  line-height: 30px;
  margin-bottom: 40px;
  gap: 20px;
  margin-top: 50px;
}

.ctct-detl ul li i {
  color: #fff;
  font-size: 25px;
  margin: 0 26px 0 0;
}

.ctct-detl ul li a {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 30px;
}

.ctct-detl ul li span {
  display: block;
  text-align: center;
}

.contact-frm {
  background-color: transparent;
  padding-right: 30px;
}

.cont-inner {
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  box-shadow: 0px 0px 20px 20px #0000000d;
  border-radius: 10px;
  padding: 100px 60px 130px 70px;
  background-color: #fff;
}

section.contact-sec {
  position: relative;
}

.contact-frm input::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
}

.ctct-detl h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 37px;
  margin-bottom: 20px;
}

.service-drop select {
  background: #fff url(../images/arrow.png) no-repeat right;
  /* padding: 0 40px 0 30px; */
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 16px;
  outline: 0;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #5c577d;
}

.ctct-detl p.contsp {
  color: #fff;
  line-height: 20px;
}

section.contact-sec p.paratext {
  padding-bottom: 10px;
}

.contact-frm textarea {
  width: 100%;
  outline: 0;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
  font-family: "BlenderPro";
  color: #0e0e0f;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 24px;
  line-height: 24px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
  resize: unset;
  height: 150px;
  position: relative;
}

.contact-frm input::placeholder {
  /* font-family: "BlenderPro"; */
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #0e0e0f;
}

.contact-frm textarea::placeholder {
  font-family: "BlenderPro";
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #0e0e0f !important;
}

.ctct-detl:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 80%;
  left: -4px;
  top: 7%;
  background: #000;
  object-position: left;
}

.contact-frm input:focus {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ccc;
  outline: 1px solid #db241d;
  transform: scale(1.1);
}

.contact-frm textarea:focus {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ccc;
  outline: 1px solid #db241d;
  transform: scale(1.1);
}

section.contact-sec:before {
  position: absolute;
  content: "";
  width: 246px;
  left: 0;
  top: 0;
  background: #d9241d;
  height: 100%;
  z-index: -1;
  object-position: left;
}

section.according:before {
  position: absolute;
  content: "";
  width: 112px;
  background-color: #cc221b;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.postList:first-child {
  margin-top: 0;
}

.news .viewpost .bg-img img {
  transform: scaleY(1.02);
  margin-top: 6px;
  z-index: 1;
  position: relative;
}

/*Contact Page End*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* visa Applicatioin page  */

section#innerPage .download-btn {
  position: relative;
  float: right;
  margin-right: 20px;
}

section#innerPage .download-btn a {
  height: 100%;
  display: block;
  background: #db241d;
  color: #fff;
  text-transform: uppercase;
  padding: 28px 30px;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
}

section#innerPage .download-btn a:before {
  position: absolute;
  content: "";
  width: 79%;
  height: 1px;
  top: 60%;
  left: 0;
  right: 0;
  background: #ed908d;
  margin: 0 auto;
}

section#innerPage .download-btn a:hover {
  background-color: #000;
}

section.about h4 {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

section.about h3 {
  padding: 0;
  color: #000000;
}

section#visa_required {
  padding: 0;
  padding-bottom: 30px;
}

section#visa_required h4 {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  margin: 0;
}

/* visa Applicatioin page  */

section.according .accordion-button {
  position: relative;
  /* Ensure the pseudo-element is positioned relative to this */
}

section.according button.accordion-button.collapsed:before {
  position: absolute;
  right: 3px;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/occordingsn-arrow.png);
  top: 11px;
  background-size: cover;
  transform: rotate(0deg);
}

section.according ul {
  font-weight: 500;
}

section.according_required h4 {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  margin: 0;
}

section.visa-detial {
  padding-top: 40px;
  padding-bottom: 80px;
}

section.visa-detial h2,
p,
strong {
  padding-left: 0 !important;
}

section.visa-detial .butns {
  display: inline-block;
  margin-top: 20px;
  padding-left: 0px;
}

section.visa-detial p {
  color: #8c8c8d;
  font-weight: 500;
  line-height: 26px;
}

section.visa-detial strong {
  color: #69696b !important;
}

section.about img.embsader {
  border-radius: 9px;
}

section.about.congoRelation {
  position: relative;
  background-image: unset;
  padding-top: 30px;
}

section.about.congoRelation:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #da241d;
}

section.mission img.tour {
  width: 100%;
  border-radius: 10px;
}

section.mission .row {
  align-items: center;
}

section.about.naturalLandscapes {
  padding-top: 60px;
  position: relative;
}

section.about.naturalLandscapes:before {
  position: absolute;
  content: "";
  width: 112px;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #cc231c;
}

section#servicsPage .ss-img img {
  height: 300px;
  object-fit: fill;
  width: 100%;
  border-radius: 10px;
}

section#servicsPage .box {
    height: 610px;
    padding-bottom: 0;
}

section.mission .mission-img img {
  border-radius: 10px;
}

section.economic.deplomcycp {
  padding-top: 0;
  margin: 0;
  background-size: 98% 98%;
  padding-bottom: 100px;
  position: relative;
}

section.economic.deplomcycp img.deplomcy {
  border-radius: 10px;
}

section.economic.deplomcycp:before {
  position: absolute;
  content: "";
  width: 112px;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #db241d;
}

section.about.congobasin {
  position: relative;
  background: unset;
  padding-top: 60px;
}

section.about.congobasin::before {
  position: absolute;
  content: "";
  width: 112px;
  height: 100%;
  left: 0;
  object-position: left;
  top: 0;
  background: #db241d;
}

section.about.congogovernment {
  overflow: hidden;
  padding-top: 80px;
}

.menuSec .header-logo img {
  width: 60%;
}

footer .ft-logo img {
  width: 30%;
}

.deplomcycp ul.us-links {
  column-count: 2;
  width: 80%;
  margin-top: 30px;
}

.deplomcycp ul.us-links li a {
  text-transform: uppercase;
  font-family: "BlenderPro";
  font-size: 18px;
  transition: 0.6s;
  color: #000;
  font-weight: 500;
  display: inline-block;
  padding: 4px 0;
}

.deplomcycp ul.us-links li a:hover {
  color: #db241d;
  text-decoration: underline;
  transform: scale(1.02);
}

.deplomcycp .uulinks {
  padding-left: 20px;
}

/* Book Appontment  */
section.bookapp {
  position: relative;
  padding: 100px 0;
}

section.bookapp input {
  width: 100%;
  outline: 0;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  font-family: "BlenderPro";
  color: #0e0e0f;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 34px;
  line-height: 24px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
}

section.bookapp textarea {
  width: 100%;
  outline: 0;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  font-family: "BlenderPro";
  color: #0e0e0f;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 24px;
  line-height: 24px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
  resize: unset;
  height: 150px;
  position: relative;
}

section.bookapp button.p-btn {
  display: inline-block;
  border: 2px solid #d9241d;
  transition: 0.4s;
  color: #d9241d;
  border-radius: 45px;
  padding: 5px 8px 4px 20px;
  box-shadow: 0px 0px 20px 2px #eeeeee;
  background: transparent;
}

section.bookapp button.p-btn:hover {
  background: #000;
  color: #fff;
}

section.bookapp button.p-btn img {
  transition: 0.5s;
}

section.bookapp button.p-btn:hover img {
  transform: rotate(360deg);
}

section.bookapp select#servicebk {
  width: 100%;
  outline: 0;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  font-family: "BlenderPro";
  color: #0e0e0f;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 34px;
  line-height: 23px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
}

section.bookapp input:focus {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ccc;
  outline: 1px solid #db241d;
  transform: scale(1.01);
}

section.bookapp textarea:focus {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ccc;
  outline: 1px solid #db241d;
  transform: scale(1.01);
}

section.bookapp select:focus {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ccc;
  outline: 1px solid #db241d;
  transform: scale(1.01);
}

section.bookapp .bk-img {
  position: relative;
}

section.bookapp .bk-img img {
  height: 430px;
  border-radius: 10px;
  transition: 0.6s;
  box-shadow: 0px 0px 20px 0px #4444444a;
}

section.bookapp .bk-img img:hover {
  filter: brightness(0.6);
  transform: scale(0.98);
  cursor: pointer;
}

section.bookapp h2 {
  font-weight: 600;
  color: #000;
}

section.about ol.builts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

section.about ol.builts li span {
  font-weight: 500;
  font-size: 13px;
}

section.about ol.builts li {
  font-weight: 700;
}

canvas#signature {
  border: 2px solid black;
}

section.travelForm {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}

section.travelForm .wrap {
  width: 70%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  box-shadow: 0px 0px 20px 20px #0000000d;
  border-radius: 10px;
  padding: 50px 60px 50px 70px;
  background-color: #fff;
}

section.travelForm .wrap form label {
  display: block !important;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
  margin-bottom: 20px;
}

section.travelForm .wrap form input {
  width: 100%;
  outline: 0;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  font-family: "BlenderPro";
  color: #0e0e0f;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 30px;
  line-height: 24px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
  cursor: pointer;
}

section.travelForm .wrap form canvas#signature {
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 0px 0px 2px #e1e1e1;
  transition: 0.5s;
  height: 160px;
  cursor: pointer;
}

section.travelForm .wrap form .sendbtn {
  display: inline-block;
  margin-top: 30px;
}

section.travelForm .wrap form .sendbtn button {
  display: inline-block;
  transition: 0.4s;
  color: #ffffff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px 2px #eeeeee;
  background-color: #d9241d;
  padding: 10px 60px;
  font-weight: 700;
  border: 0px;
  cursor: pointer;
}

section.travelForm .wrap form .sendbtn button:hover {
  background: #000;
}

section.travelForm .wrap label.fee {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  font-family: "BlenderPro";
  margin-top: 40px;
}

/* New Visa form section start  */

.visa-form-app2 .upload-container {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

.visa-form-app2 .upload-area {
  padding: 50px;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid #000;
  outline: 2px solid #66666675;
  outline-offset: -12px;
}

.visa-form-app2 .upload-area i {
  font-size: 50px;
  color: #db241d;
}

.visa-form-app2 .upload-area p {
  font-size: 18px;
  color: #555;
}

.visa-form-app2 .upload-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.visa-form-app2 .file-list {
  margin-top: 20px;
}

.visa-form-app2 .file-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.visa-form-app2 .file-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.visa-form-app2 .file-details {
  flex: 1;
}

.visa-form-app2 .file-details span {
  display: block;
}

.visa-form-app2 .file-actions {
  display: flex;
  gap: 10px;
}

.visa-form-app2 .file-actions button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  transition: color 0.3s ease;
}

.visa-form-app2 .file-actions button:hover {
  color: #db241d;
}

.visa-form-app2 .progress-bar {
  height: 5px;
  background-color: #db241d;
  transition: width 0.3s ease;
}

.visa-form-app2 .notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #db241d;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  transition: opacity 0.3s ease;
}

.visa-form-app2 .notification.show {
  display: block;
  opacity: 1;
}

/* Form csss  */

section.visa-form-app2 {
  padding: 100px 0;
  position: relative;
}

section.visa-form-app2 .headtext {
  position: relative;
  padding-bottom: 30px;
}

section.visa-form-app2 .headtext h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
}

section.visa-form-app2 form p {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

section.visa-form-app2 form p span.numbersorder {
  display: inline-block !important;
  padding-right: 40px;
  font-family: "BlenderPro";
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

section.visa-form-app2 form .fields-txt {
  padding-left: 60px;
}

section.visa-form-app2 form input[type="text"] {
  border: 0px;
  border-bottom: 1px dashed;
  width: 48%;
  color: #000;
  font-weight: 500;
  display: inline-block !important;
}

section.visa-form-app2 form label {
  display: inline-block;
  margin-right: 5px;
}

section.visa-form-app2 form .fields-txt span.textNum {
  padding-right: 20px;
  color: #000;
  font-weight: 600;
}

section.visa-form-app2 form input[type="date"] {
  border: 0px;
  border-bottom: 1px dashed;
  width: 50%;
  color: #000;
  font-weight: 500;
  display: inline-block !important;
}

section.visa-form-app2 form input:focus {
  box-shadow: unset !important;
  outline: 0px !important;
}

section.visa-form-app2 form .formsections {
  padding: 40px 40px 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 20px #55555514;
  margin-bottom: 60px;
}

section.visa-form-app2 form input[type="number"] {
  border: 0px;
  border-bottom: 1px dashed;
  width: 70%;
  color: #000;
  font-weight: 500;
  display: inline-block !important;
}

section.visa-form-app2 form .section2 input[type="date"] {
  width: 62%;
}

/* section 2 form */
section.visa-form-app2 form .section2 .selectpas {
  margin-left: 60px;
  margin-bottom: 20px;
}

section.visa-form-app2 form .section2 .selectpas .pp-check {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

section.visa-form-app2 form .section2 .selectpas .pp-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

section.visa-form-app2 form .section2 .selectpas .pp-check label {
  font-weight: 500;
  color: #000;
}

section.visa-form-app2 form p.pdds {
  margin-left: 70px;
}

/* section 3  */

section.visa-form-app2 form input.date {
  width: 48%;
}

section.visa-form-app2 form .section3 .journy-dt ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.visa-form-app2 form .section3 .journy-dt ul li {
  margin: 10px 0px !important;
  display: flex;
  gap: 10px;
  align-items: center;
}

section.visa-form-app2 form .section3 .journy-dt ul li input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

section.visa-form-app2 form .section3 .journy-dt ul li label {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

section.visa-form-app2 form .section3 .journy-dt ul li input[type="number"] {
  width: 40%;
}

section.visa-form-app2 form .section3 .journy-dt {
  margin-left: 60px;
}

section.visa-form-app2 form .section3 .slelects {
  display: flex;
  gap: 30px;
  margin-left: 59px;
  margin-bottom: 20px;
}

section.visa-form-app2 form label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
}

section.visa-form-app2 form .section3 .moditf-devoter {
  padding-left: 62px;
}

section.visa-form-app2 form .section3 .moditf-devoter .checkboxfield {
  display: inline-block;
  margin: 10px 20px;
  margin-left: 0px;
}

section.visa-form-app2 form .section3 .row.selectpas {
  margin-left: 50px;
}

section.visa-form-app2 form .section3 .row.selectpas .pp-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
}

section.visa-form-app2 form .section3 .row.selectpas .pp-check input[type="checkbox"] {
  width: 30px;
  height: 20px;
}

section.visa-form-app2 form .summary {
  padding-left: 59px;
}

section.visa-form-app2 form input.inputPadleft {
  width: 93%;
  display: inline-block !important;
  margin-left: 62px;
  overflow: hidden;
}

section.visa-form-app2 button.submit {
  background: #db241d;
  border: 0px;
  border-radius: 45px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "BlenderPro";
  text-transform: uppercase;
  display: table;
  margin: 0px auto;
  padding: 16px 40px;
  box-shadow: 5px 14px 20px 0px #666666a1;
  transition: 0.6s;
}

section.visa-form-app2 button.submit:hover {
  background: #000;
}

.according .vis-dt-wrap .visa-table-wrap {
  position: relative;
  margin-bottom: 20px;
}

.according .vis-dt-wrap .visa-table-wrap table.table {
  border: 1px solid #44444494;
}

.according .vis-dt-wrap .visa-table-wrap table.table tr th {
  text-transform: uppercase;
  font-family: "BlenderPro";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  padding-left: 20px;
  background: #cc221b;
}

.according .vis-dt-wrap .visa-table-wrap table.table tr td {
  font-weight: 600;
  color: #000;
  padding: 17px 21px;
  font-size: 15px;
  background-color: #dddddd9c;
}

.according .vis-dt-wrap h4 {
  color: #000;
}

section.visa-form-app2 form .summary .aggred {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 20px;
}

section.visa-form-app2 form .summary .aggred label.last-para {
  font-size: 14px;
  line-height: 23px;
  margin-right: 0;
  width: 97%;
}

section.visa-form-app2 form .summary .aggred input {
  width: 20px;
  height: 20px;
}

section.visa-form-app2 form input.readonly {
  border: 0px;
  border-bottom: 1px dashed;
  width: 70%;
  color: #000;
  font-weight: 500;
  display: inline-block !important;
}



.sidebar-container {
    position: relative;
}

.sidebar-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background-color: #d9241d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    z-index: 999999;
    width: 40px;
    height: 40px;
    padding: 0;
}

.sidebar-toggle>i {
    font-size: 25px;
    display: block;
}

.mobsidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #000;
    color: white;
    padding-top: 110px;
    transition: left 0.3s ease;
    z-index: 99999;
}

.mobsidebar>ul {
    margin: 0;
}

.mobsidebar.open {
    left: 0;
}

.mobsidebar ul li {
    padding: 15px;
}

.mobsidebar ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.mobsidebar ul li a:hover {
    color: #007bff;
}

.moboverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.sidebar-container .moboverlay {
    display: block;
}

@media (min-width: 768px) {
    .sidebar-toggle {
        display: none;
    }

    .mobsidebar {
        left: 0;
        position: relative;
        width: 200px;
        height: auto;
        display: none;
    }

    .moboverlay {
        display: none;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 767px){
    section.services .box .ss-content a.p-btn {
        position: unset;
    }
    .slicknav_menu {
        display: none;
    }
    section.innerPagebanner {
        height: 300px;
        padding: 10px 0;
    }
    section.innerPagebanner h1 {
        font-size: 25px;
        line-height: 1.2;
    }
    section.innerPagebanner ul a {
        font-size: 15px;
    }
    section.ss-buts {
        padding-top: 0;
    }
    .menuSec .header-logo img {
        display: block;
        margin: 0 auto;
        width: 120px;
    }
    footer {
        padding: 0;
        text-align: center;
    }
    section#servicsPage {
      background-size: cover;
    }
    section#servicsPage .box {
      height: auto;
  }
  footer .follow ul {
    align-items: center;
    gap: 16px;
    justify-content: center;
}
      section.services .box .ss-content p {
        margin: 0px 0 10px;
    }
    section#servicsPage .item.col-lg-4.col-md-4.col-12 {
      margin: 0 0 20px;
  }
}


.Securelinks {
    margin-top: 10px;
}

.Securelinks a {
    color: #fff;
    margin: 10px;
    text-decoration: underline;
    font-size: 13px;
}
.left-red {
    position: relative;
}

.left-red:before {
    position: absolute;
    content: '';
    background: #db241d;
    left: 0;
    width: 4%;
    height: 100%;
    left: 0;
    top: 0;
}
