* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

.banner-wrap .carousel-inner .carousel-item {
    width: 100%;
    height: 600px !important;
} 

.banner-wrap .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
}

.banner-wrap .banner_Consultation_btn {
    position: absolute;
    right: 80px;
    bottom: 35%;
    width: 250px;
    height: 40px;
}

.banner-wrap .banner_Consultation_btn a {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    background-color: #17a2b8;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border-radius: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
}

.clr {
  clear: both;
}

.mb-2 {
  margin-bottom: 20px;
}

.white {
  color: #fff !important;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/*top-strip*/
.info-wrap {
  width: 100%;
  height: auto;  /*background-color: #29313C;*/
  background-color: #125fcd;
  position: relative;
  z-index: 9;
}

.social-media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.social-media button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  background: #7ab1ff;
  border: 0;
  margin-right: 5px;
  padding: 8px 20px !important;
  transition: .5s;
}

.social-media button:hover {
  color: #29313c;
  background: #dde1e2;
  transition: .5s;
}

.social-media a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  background: #7ab1ff;
  border: 0;
  margin-right: 5px;
  padding: 8px 20px !important;
  transition: .5s;
}

.social-media a:hover {
  color: #29313c;
  background: #dde1e2;
  transition: .5s;
}

.social-media p {
  display: inline-block;
  font-size: 15px;
  color: #dde1e2;
  font-weight: 800;
  position: relative;
  margin-right: 35px;
  margin-bottom: 0;
}

.social-media p b {
  color: #fff;
  background: #fe0000;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff;
  background: #fe0000;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 5px;
  background-image: linear-gradient(-180deg, #fe0000 0%, #fe0000 100%);
  box-shadow: 0 1rem 1.25rem 0 rgb(254 0 0 / 50%), 0 -0.25rem 1.5rem rgb(254 0 0) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(255 255 255) inset;
}

.social-media p span {
  color: #ffffff;
  font-size: 15px;
  margin-left: 5px;
  font-weight: 600;
}

.social-media p i {
  margin-right: 5px;
}

.social-media p::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #dde1e2;
  display: block;
  position: absolute;
  right: -20px;
}

.social-media p:last-child::before {
  display: none;
}

.contact-info {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 13px 0;
}

.contact-info ul {
  margin: 0px;
  padding: 0px;
}

.contact-info ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.contact-info ul li a {
  display: block;
  font-size: 0.8rem;
  color: white;
  font-weight: 300;
  text-align: center;
  transition: .8s;
}

.contact-info ul li a:hover {
  transition: .8s;
}

.contact-info ul li a i {
  line-height: normal;
}

/*.contact-info ul li:nth-child(1) a {
  background-color: #0073b1;
}
.contact-info ul li:nth-child(2) a {
  background-color: #dc4a38;
}
.contact-info ul li:nth-child(3) a {
  background-color: #3b5998;
}
.contact-info ul li:nth-child(4) a {
  background-color: #00acee;
}
.contact-info ul li:nth-child(1) a:hover {
  background-color: white;
  color: #0073b1;
}
.contact-info ul li:nth-child(2) a:hover {
  color: #dc4a38;
  background-color: white;
}
.contact-info ul li:nth-child(3) a:hover {
  color: #3b5998;
  background-color: white;
}
.contact-info ul li:nth-child(4) a:hover {
  color: #00acee;
  background-color: white;
}*/
.contact-phone {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: right;
}

.contact-phone a {
  display: block;
  font-size: 14px;
  color: white;
  font-weight: 400;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  padding: 15px 0;
}

.contact-phone a i {
  font-size: 14px;
  color: white;
  margin-right: 10px;
}

.contact-phone a::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #a0a0a0;
  display: block;
  position: absolute;
  left: 15px;
}

/*top-strip*/
.nav-strip {
  width: 100%;
  height: auto;  /*background: linear-gradient(-90deg, rgb(221 225 226) 300px, rgba(255, 255, 255, 100%) -145%);*/
  background: #fff;
  top: 0;
  position: sticky;
  z-index: 999;
  box-shadow: 0 5px 5px 0px #0000001a;
}

.logo {
  width: 170px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*.logo a::before {
  content: "";
  height: 47px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.09);
  display: block;
  position: absolute;
  right: 66px;
  top: 23px;
}*/
.logo a {
  display: block;
}

.logo a img {
  width: 100%;
  height: 100%;
}

.logo p {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  place-items: center;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #ddd;
}

/*.text-expert {
  width: 100%;
  height: auto;
}
.text-expert p {
  color: #898a9c;
  font-size: 14px;
  font-weight: 500;
  padding: 36px 0px 0px 15px;
  text-transform: uppercase;
}*/
.search-in {
  width: 100%;
  height: auto;
  padding: 25px 0;
}

.search-in form {
  width: 100%;
  height: auto;
  position: relative;
}

.search-in input {
  width: 100%;
  height: 40px;
  position: relative;
  background: none;
  border: none; /* padding: 10px 40px 10px 20px; */
  color: #000000; /* border-radius: 100px; */
  font-weight: 400;
  font-size: 13px;
  padding-right: 30px;
}

.search-in input::placeholder {
  color: #ffcb2e;
}

.search-in button {
  width: 14%;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 0px;
  background: none;
  border: none;
  display: block;
  color: #fff;
  border-radius: 100px;
}

.search-in button i {
  font-size: 15px;
  color: #ffcb2e;
}

/*.call-in {
  height: auto;
  width: 100%;
  display: flex;
  padding: 16px 0px;
  text-align: right;
  place-content: flex-end;
  color: #29313c;
}*/
.call-in {
  height: auto;
  width: 90%;
  display: flex;
  padding: 10px 0px;
  text-align: right;
  margin: 6px 0;
  place-content: flex-end;
  border-radius: 10px;
  color: #29313c;
  background: #dde1e2;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  margin:auto;
}

.call-in i {
  font-size: 50px;
}

.call-in p {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  padding: 0px;
}

.call-in p span {
  font-size: 15px;
  font-weight: 400;
}

/*Page-Banner-Section*/
.page-banner {
  width: 100%;
  height: 250px;
  position: relative;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner-in {
  width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.page-banner-in h1 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.page-banner-in ul {
  padding: 0;
  margin: 0;
}

.page-banner-in ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #f7f7f7;
  text-transform: uppercase;
}

.page-banner-in ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #f7f7f7;
  display: block;
}

.page-banner-in ul li::before {
  content: '';
  position: absolute;
  right: -19px;
  top: 8px;
  height: 5px;
  width: 5px;
  background: #f7f7f7;
  border-radius: 50%;
}

.page-banner-in ul li:last-child::before {
  display: none;
}

/*Page-Banner-Section*/

/*service-box*/
.service-wrap {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 50px;
}

.service-left {
  width: 100%;
  height: auto;
  padding: 20px 0px 10px 0px;
}

.service-left p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.service-right {
  display: flex;
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 9;
  width: 55%;
}

.service-box {
  padding: 70px 25px 50px 25px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  position: relative;
}

.service-box span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  background: #fff;
  border-radius: 0px 0px 10px 0px;
}

.service-box h1 {
  font-size: 20px;
  color: #fff;
}

.service-box p {
  font-size: 14px;
  color: #fff;
}

.service-box a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.service-box a i {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}

.service-box:nth-child(1) {
  background: #e8f4ff;
}

.service-box:nth-child(1) span {
  background: #29313C;
  color: #fff;
}

.service-box:nth-child(1) h1 {
  color: #29313C;
}

.service-box:nth-child(1) p {
  color: #29313C;
}

.service-box:nth-child(1) a {
  color: #29313C;
}

.service-box:nth-child(1) a i {
  color: #29313C;
}

.service-box:nth-child(2) {
  background: #125fcd;
}

.service-box:nth-child(3) {
  background: #29313C;
}

.service-box:nth-child(3) span {
  background: #125fcd;
  color: #fff;
}

/*service-box*/

/* form start */
.wrap-text {
  width: 90%;
  height: auto;
  background-color: #ffcb2e;
  padding: 20px 0px 0px 0px;
  margin: auto;
  margin-top: -73px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 0px 30px -11px rgb(0 0 0 / 25%);
}

.wrap-text-in {
  width: 100%;
  height: auto;
}

.wrap-text-in label {
  color: white;
  font-size: 17px;
}

.wrap-text-in label span {
  color: rgb(255, 72, 0);
  font-size: 19px;
}

.text-in {
  width: 100%;
  height: auto;
}

.text-in label {
  color: white;
  font-size: 17px;
}

.text-in label span {
  color: rgb(255, 72, 0);
  font-size: 19px;
}

.data-text {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(233, 231, 231);
  margin: 0px;
  padding: 13px;
  border-radius: 80px;
  font-size: 14px;
}

.visa-text {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(233, 231, 231);
  margin-bottom: 20px;
  padding: 10px;
  color: grey;
  font-size: 13px;
}

.form-btn {
  padding: 10px 20px;
  background: #c8a73d;
  border: none;
  margin: 35px 0px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  height: 47px;
  width: 100%;
}

.form-btn:hover {
  background: #020202;
  color: white;
  transition: .7s;
}

/*About-Section*/
.about-wrap {
  width: 100%;
  height: auto;
  padding: 80px 0;
  position: relative;
  padding-bottom: 200px;
}

.about-wrap:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: ''; /* background: url(../images/art.png);
                                                                                                                                                                                          background-repeat: no-repeat;
                                                                                                                                                                                          background-position: center right;
                                                                                                                                                                                          background-attachment: fixed;*/
  right: 0;
  bottom: 0;
}

.about-in {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.about-image {
  width: 100%;
  height: auto;
  position: relative;
}

.about-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-image img:nth-child(1) {
  width: 50%;
  height: 300px;
  margin-bottom: 10px;
}

.about-image img:nth-child(2) {
  width: 50%;
  height: 300px;
}

.about-image img:nth-child(3) {
  width: 48%;
  height: 430px;
  position: absolute;
  right: 0;
  transform: translate(0%, -50%);
}

/*.about-image:before {
  width: 50%;
  height: 50%;
  position: absolute;
  content: '';
  border-top: 2px solid #1d2143;
  border-left: 2px solid #1d2143;
  left: -10px;
  top: -10px;
}
.about-image:after {
  width: 50%;
  height: 50%;
  position: absolute;
  content: '';
  border-bottom: 2px solid #1d2143;
  border-right: 2px solid #1d2143;
  right: -10px;
  bottom: -10px;
}*/

/*.about-image img {
  width: 100%;
  height: auto;
}*/
.about-in p {
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #898a9c;
}

.about-in p b {
  font-size: 18px;
  font-weight: 500;
}

.about-in p a {
  font-size: 14px;
  transition: .5s;
}

.about-in p a:hover {
  transition: .5s;
}

.hadding-pad-left {
  height: auto;
  width: 100%; /*margin-left: 25px;*/
  margin-top: 100px;
}

.about-icon-section {
  height: auto;
  width: 100%;
  display: inline-flex;
  margin-bottom: 10px;
}

.about-icon {
  height: 60px;
  width: 60px;
  color: #125FCD;
  background-color: #FFFFFF;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  text-align: center;
  margin-right: 20px;
  transition: .5s;
}

.about-icon:hover {
  transition: .5s;
  background: #0067ed;
  color: #fff;
}

.about-icon i {
  font-size: 25px;
  line-height: 60px;
}

.about-icon-text {
  height: auto;
  width: 100%;
}

.about-icon-text h1 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-icon-text p {
  font-size: 15px;
  font-weight: 400;
  padding-right: 50px;
  line-height: 25px;
}

/*Ab
out-Section*/

/*Country-Section*/
.country-wrap {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  background: url(../images/maps.png);
  background-position: 100% 26%;
  background-repeat: no-repeat;
  background-size: 55% auto;
}

.country-card {
  height: 500px;
  width: 100%;
  border: 1px solid #f5f5f5;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgb(171 179 194 / 10%);
  transition: .5s;
}

.country-card:hover h1 {
  color: #0067ed;
  transition: .5s;
}

.country-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.country-image img {
  height: 100%;
  width: 100%;
  transition: .5s;
}

.country-image img:hover {
  transform: scale(1.2);
  transition: .5s;
}

.country-text {
  text-align: center;
  padding: 30px 5px;
  background: #fff;
}

.country-text h1 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #1d2143;
  font-weight: 700;
  text-transform: uppercase;
}

.country-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0;
    height: 100px;
    overflow: hidden;
}

.country-text a {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0067ed;
  font-weight: 500;
  text-transform: uppercase;
}

.country-text a i {
  padding-left: 8px;
}

/*Country-Section*/

/*footer start*/
.strip-wrap4 {
  padding-bottom: 50px;
}

.footer-strip {
  padding: 65px 0px 15px 0px;
  background: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

.footer-strip:before {
  background-color: #0D0933;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.footer-strip:after {
  position: absolute;
  content: '';
  border: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  bottom: 130px;
  left: 0;
  z-index: -1;
}

.footer-table h1 {
  color: white;
  font-size: 20px;
}

.footer-table p {
  color: white;
  font-weight: 300;
  line-height: 26px;
  font-size: 15px;
}

.social-1 {
  height: auto;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 25px;
  margin-top: 35px;
}

.footer-table hr {
  font-weight: 700;
  background: #0067ed;
  width: 20px;
  height: 2px;
  border: none;
}

.footer-table p a {
  color: white;
  font-weight: 300;
  font-size: 15px;
  transition: .5s;
}

.footer-table p a:hover {
  color: #0067ed;
  transition: .5s;
}

.footer-table a img {
  height: 70px;
  width: 70px;
}

.footer-table p i {
  display: inline;
}

.social-1 {
  height: auto;
  width: 100%;
}

.social-1 ul {
  padding: 0px;
  margin: 0px;
  float: left;
}

.social-1 ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
}

.social-1 ul li a {
  display: block;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  border: 1px solid #0067ed;
  transition: .5s;
}

.social-1 ul li a i {
  font-size: 14px;
  line-height: 35px;
  color: #0067ed;
  transition: .5s;
}

.social-1 ul li a:hover {
  border: 1px solid #fff;
  transform: translateY(-5px);
  transition: .5s;
}

.social-1 ul li a:hover i {
  color: #fff;
  transition: .5s;
}

.strip-wrap7 p {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-top: 30px;
}

.strip-wrap7 p a {
  color: #0067ed;
}

.footer-part {
  width: 100%;
  height: auto;
  background: #1d2143;
  padding: 20px 15px;
  margin-top: 30px;
}

.footer-part-bg {
  width: 100%;
  height: auto;
  background: #0067ed;
  padding: 20px 15px;
  margin-top: 30px;
}

.footer-part-bg-icon i {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}

.footer-part-icon {
  width: 17%;
  height: 50px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
  text-align: center;
}

.footer-part-icon i {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}

.footer-part-content {
  width: 83%;
  height: auto;
  float: right;
  padding-left: 20px;
}

.footer-part-content h2 {
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin-bottom: 12px;
}

.footer-part-content h2 a {
  color: #fff;
}

.footer-part-content h3 {
  font-size: 14px;
  color: #aaa;
}

/*footer end*/

/*Packages-Section*/
.packages-wrap {
  height: 100%;
  background: url(../images/packages/bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

.packages-in {
  margin-bottom: 30px;
  background-color: white;
  background: rgb(238, 238, 238);
  background: linear-gradient(340deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  box-shadow: rgb(176 180 182) 0px 0px 8px;
  transform: translateY(0px);
  transition: .5s;
}

.packages-in:hover {
  box-shadow: rgb(176, 180, 182) 0px 16px 32px;
  transform: translateY(-10px);
  transition: .5s;
}

.packages-in img {
  width: 38%;
  height: auto;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
}

.packages2 img {
  width: 50% !important;
}

.packages-content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.packages-content h2 {
  font-size: 20px;
}

.packages-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.packages-content p {
  color: #808080;
  margin-bottom: 25px;
  padding-right: 30%;
}

.packages-content p span {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.packages-content a {
  border-radius: 5px;
  background-color: #0067ed;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 50px;
}

/*Packages-Section*/

/*Services-Section*/
.service {
  background-image: url(../images/service-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  position: relative;
  padding-top: 250px;
}

.service:before {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #1f2437;
  position: absolute;
  top: 0;
  opacity: 0.9;
}

.service-card {
  height: 354px !important;
  width: 100%;
  border: 1px dotted #aaa;
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
  transition: .5s;
}

.service-card img {
  height: 70px;
  width: 70px;
  margin: auto;
  margin-bottom: 15px;
}

.service-card:hover {
  transition: .5s;
  border: 1px solid #0067ed;
}

.service-card a i {
  padding-left: 8px;
}

.service-card:hover i {
  color: #0067ed;
  transition: .5s;
}

.service-card:hover a {
  transition: .5s;
  color: #fff;
}

.service-card:hover a i {
  transition: .5s;
  color: #fff;
}

.service-card h1 {
  font-size: 20px;
  color: white;
  margin: 10px 0;
  font-weight: 600;
}

.service-card p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
}

.service-card a {
  color: #0067ed;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

/*Services-Section*/

/*Testimonial-Section*/
.test-wrap {
  width: 100%;
  height: auto;
  background: url(../images/tasty-bg.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  padding: 80px 0;
}

.test-left-image {
  width: 100%;
  height: 620px;
}

.test-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test-right {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px;
  transform: translateY(50px) translateX(-80px);
  box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}

.test-in {
  width: 100%;
  height: auto;
  padding: 20px 20px 0px 20px;
  position: relative;
}

#test-slider {
  padding-bottom: 20px;
}

.test-in p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 25px;
  float: left;
}

.test-in-icon {
  height: auto;
  width: 100%;
  border-radius: 100px;
  display: inline-flex;
  margin-bottom: 15px;
}

.test-in-icon img {
  width: 65px !important;
  height: 65px;
  border-radius: 100px;
}

.test-in-icon h1 {
  font-size: 18px;
  color: #0067ed;
  font-weight: 600;
  line-height: 25px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  place-content: center;
}

.test-in-icon span {
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
}

.color-before:before {
  background: #fff !important;
}

/*Testimonial-Section*/
.hadding-right-link {
  float: right;
}

.free-online {
  height: auto;
  width: 92.5%;
  box-shadow: 2px 2px 5px 2px rgb(171 179 194 / 15%);
  margin: auto;
  background: url(../images/passport.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
}

.passport-image {
  height: auto;
  width: 100%;
}

.passport-image img {
  height: 100%;
  width: 100%;
}

.pass {
  height: auto;
  width: 100%;
  background: url(../images/passpass.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0px;
}

.pass:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #080A14;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  top: 0;
  left: 0;
}

.pass-btn {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.dont-show:before {
  display: none !important;
}

/*news-artical section start*/
.news-artical {
  height: auto;
  width: 100%;
  padding: 50px 0px;
}

.news-box {
  height: auto;
  width: 100%;
  display: inline-flex;
  margin-bottom: 30px;
}

.news-image {
  height: 200px;
  width: 200px;
}

.news-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-text {
  height: auto;
  width: 300px;
  margin-left: 20px;
  padding: 15px 0px;
  display: grid;
  place-content: center;
}

.news-text h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 25px;
}

.news-text p {
  font-size: 15px;
}

.news-text a {
  font-size: 14px;
  text-transform: uppercase;
  transition: .5s;
}

.news-text a i {
  padding-left: 8px;
}

.news-text a:hover {
  color: #000;
  transition: .5s;
}

.news-box-right {
  height: 430px;
  width: 100%;
  background: url(../images/news/right.jpg);
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.news-box-right:before {
  width: 100%;
  height: 70%;
  content: '';
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  transition: .8s;
  z-index: 99;
}

.news-right-text {
  height: auto;
  width: 100%;
  align-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  z-index: 99;
  position: absolute;
  bottom: 0;
}

.news-right-text h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.news-right-text a {
  /*text-transform: uppercase;*/
  color: #fff;
  font-size: 23px;
}

.news-right-text a i {
  padding-left: 8px;
}

/*news-artical section end*/

/*fotter section start */
.fotter-start {
  height: auto;
  width: 93%;
  margin: auto;
  background: url(../images/footer-bg.png);
  position: relative;
  padding: 40px 40px;
  z-index: 1;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 50px;
}

.fotter-start:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #29313C;
  opacity: 0.94;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  top: 0;
  left: 0;
}

.left-padd {
  padding-left: 0 !important;
  left: 0 !important;
  font-size: 25px !important;
  margin-bottom: 10px !important;
  line-height: 32px !important;
}

.fotter-batton-top {
  margin-top: -70px !important;
  top: 0;
  position: relative;
  float: right !important;
}

.fotter {
  height: auto;
  width: 100%;
  background: url(../images/fotter.png);
  padding-top: 116px;
  position: relative;
  margin-top: 50px;
}

.fotter:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1D222A;
  opacity: 0.99;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  top: 0;
  left: 0;
}

.fotter-logo {
  height: auto;
  width: 100%;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #C5C5C51C;
  padding-bottom: 20px;
  padding-top: 120px;
}

.fotter-logo img {
  height: auto;
  width: 200px;
  object-fit: contain;
  border-radius: 5px;
  padding: 20px 10px;
  background: #fff;
  margin-bottom: 20px;
}

.fotter-logo p {
  font-size: 16px;
  padding: 15px 0px;
  margin: 0;
}

.fotter-logo a {
  color: #fff;
  padding: 0px 20px;
  transition: .5s;
  padding-left: 0;
}

.fotter-logo a:hover {
  color: #0067ed;
  transition: .5s;
}

.fotter-certi {
  height: auto;
  width: 100%;
  text-align: right;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 120px;
}

.fotter-certi img {
  height: auto;
  width: 200px;
  object-fit: contain;
  border-radius: 5px;
  margin-left: 20px;
  padding: 0 10px;
  background: #fff;
}

.fotter-main {
  height: auto;
  width: 100%;
  color: #fff;
  padding: 60px 0px;
}

.fotter-main h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.fotter-main p {
  font-size: 15px;
}

.fotter-main ul {
  margin: 0;
  padding: 0;
}

.fotter-main ul li {
  list-style-type: none;
  padding: 7px 0px;
  font-size: 16px;
}

.fotter-main ul li a {
  color: #fff;
  transition: .5s;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  text-decoration: none;
  align-items: center;
}

.fotter-main ul li a:hover {
  transition: .5s;
  color: #0067ed;
}

.fotter-main ul li i {
  padding-right: 5px;
  color: #0067ed;
  position: relative;
}

.fotter-main.details ul li a i {
    background-color: #fff;
    padding: 10px 12px;
    margin-right: 10px;
    border-radius: 5px;
    color: #0067ed;
}


.fotter-main-icon {
  background: #fff;
  display: flex;
  width: 35px;
  height: 35px;
  padding-right: 0 !important;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.fotter-main form input {
  width: 70%;
  height: 50px;
  position: relative;
  background: #ffffff;
  border: none;
  padding: 10px 100px 10px 20px;
  font-size: 14px;
  outline: none;
}

.fotter-main button {
  width: 22%;
  height: 50px;
  position: absolute;
  right: 30px;
  background: #0067ed;
  border: none;
  padding: 10px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.fotter-main button i {
  font-size: 25px;
}

.fotter-bottom {
  height: auto;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #C5C5C51C;
}

.fotter-bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.fotter-bottom p span {
  float: right;
}

.fotter-bottom p span a {
  color: #0067ed;
}

/*fotter section end*/

/*free-evaluation*/
.free-evaluation button {
  background-color: #125fcd;
  border-color: #125fcd;
  color: #fff;
  text-transform: uppercase;
}

.free-evaluation button:hover {
  background-color: #125fcd !important;
  border-color: #125fcd !important;
  color: #fff !important;
}

.free-evaluation {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.free-evaluation ul {
  padding: 10px 0;
  margin: 0;
  background: #2b343e;
  text-align: center;
}

.free-evaluation ul li {
  display: inline-block;
}

.free-evaluation ul li a {
  padding: 5px 30px;
  margin: 0 5px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  text-align: left;
}

/*.free-evaluation ul li a:hover {*/
/*  background: #125fcd;*/
/*}*/

.free-evaluation ul li.active a {
  background: #125fcd;
}

.free-evaluation-in {
  width: 100%;
  height: auto;
  position: relative;
}

.free-evaluation-in img {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.free-evaluation-in-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  text-align: center;
  align-content: center;
  text-shadow: 5px 5px 5px #000;
}

.free-evaluation-in-txt h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
}

.free-evaluation-in-txt h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.free-evaluation-in-txt p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 10px 0;
}

.free-evaluation-list {
  width: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
  padding: 20px 5px;
}

.free-evaluation-list img {
  width: 50px;
  height: auto;
}

.free-evaluation-list p {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #2b343e;
}

/*accordion-section*/
#accordion .panel {
  border: none;
  border-radius: 3px;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 3px;
}

#accordion .panel-title a {
  display: flex;
  padding: 12px 15px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #125fcd;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  position: relative;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  align-items: center;
}

#accordion .panel-title a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#accordion .panel-title a.collapsed {
  box-shadow: none;
  color: #676767;
}

#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 900;
  color: #125fcd;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  color: #676767;
  transform: rotate(0);
}

#accordion .panel-title a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ececec;
  position: absolute;
  top: 0;
  right: 55px;
}

#accordion .panel-body {
    padding: 10px 0px;
    border: none;
   
}
#accordion .custom-body{
     height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#accordion .panel-body h1 {
  font-size: 20px;
  font-weight: 600;
}

#accordion .panel-body form {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #f5f5f5;
}

#accordion .panel-body form label {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

#accordion .panel-body form label input {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 10px;
}

#accordion .panel-body form label textarea {
  width: 100%;
  height: 140px;
  background: #fff;
  padding: 10px;
  box-shadow: none;
}

#accordion .panel-body form label select {
  cursor: pointer;
  width: 100%;
  height: 40px;
}

#accordion .panel-body form button {
  margin-bottom: 5px;
  text-transform: uppercase;
  background: #125fcd;
  border-radius: 0;
  border: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
}

/*.form-inner
{
  display: flex;
}
*/

/*accordion-section*/









/*Call-Back*/
.main-content h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
}

.call-wrap {
  width: 100%;
  height: auto;
  display: flex;
  padding: 10px 0px 0px 0px;
}

.call-box {
  flex-basis: 50%;
}

.call-box:last-child {
  flex-basis: 50%;
}

.call-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-box form {
  padding: 0px 0px 0px 20px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.call-box form input {
  padding: 15px 0px 15px 10px;
  width: 100%;
  height: 30px;
  font-size: 13px;
  margin-bottom: 10px;
  outline: none;
  border: 1px solid #ddd;
}

.call-box form span {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}

.call-box-btn {
  padding: 10px 0px;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ddd;
  color: #fff;
  background: #125fcd;
  cursor: pointer;
}

.call-box-btn:focus {
  outline: none;
}

.call-box form textarea {
  padding: 15px 0px 15px 10px;
  width: 100%;
  height: 130px;
  font-size: 13px;
  margin-bottom: 10px;
  outline: none;
  border: 1px solid #ddd;
}

.call-box form select {
  cursor: pointer;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

/*Pop-Up*/
.content {
  height: 100vh;
}

.modal-dialog {
  max-width: 60%;
}

.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent;
}

.modal .logo a img {
  width: 30px;
}

.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px;
}

.modal .modal-content .modal-body {
  border-radius: 0px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}

.modal .modal-content .modal-body h2 {
  font-size: 18px;
}

.modal .modal-content .modal-body p {
  color: #777;
  font-size: 14px;
}

.modal .modal-content .modal-body h3 {
  color: #000;
  font-size: 22px;
}

.modal .modal-content .modal-body .close-btn {
  color: #000;
}

.modal .modal-content .modal-body .promo-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.modal .modal-content .modal-body .promo-img .price {
  top: 20px;
  left: 20px;
  position: absolute;
  color: #fff;
}

.modal .btn {
  border-radius: 30px;
}

.modal .warp-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  background: rgba(62, 100, 255, 0.05);
  color: #3e64ff;
  border-radius: 50%;
}

.modal .warp-icon span {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}

.close-btn span {
  color: #ccc;
}

.close-btn:hover span {
  color: #000;
}

/*Pop-Up*/

/*Call-Back*/

/*consultation-section*/

/*Data-&-Time*/
.time-btn {
  background: #fff;
  border: 1px solid #29313c;
  padding: 12px 0px;
  display: block;
  font-size: 15px;
  color: #29313c;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  transition: .5s;
}

.selectTheshedule .time-btn:focus {
  color: #fff;
  border: 1px solid #29313c;
  background: #29313c;
  transition: .5s;
}

.selectTheshedule .time-btn.active {
color: #fff;
    border: 1px solid #29313c;
    background: #29313c;
    transition: .5s;
}

.time-btn.active:hover {
  color: #fff;
  border: 1px solid #29313c;
  background: #29313c;
  transition: .5s;
}

.consultation-time {
  width: 30%;
  /*height: 400px;*/
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  /*overflow-y: scroll;*/
  scrollbar-width: auto !important;
}

/*.consultation-time::-webkit-scrollbar {*/
/*  display: block;*/
/*}*/
.consultation-time ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.consultation-time ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #125fcd; 
  border-radius: 10px;
}
 
/* Handle */
.consultation-time ul::-webkit-scrollbar-thumb {
  background: #125fcd; 
  border-radius: 10px;
}

/* Handle on hover */
.consultation-time ul::-webkit-scrollbar-thumb:hover {
  background: #125fcd; 
}


.consultation-time ul {
      padding: 2%;
  margin: 0;
  width: 100%;
  text-align: center;
  height: 350px;
  overflow-y: auto;
}

.consultation-time ul li {
  list-style: none;
  margin-bottom: 10px;
}

.consultation-time ul li:last-child {
  margin-bottom: 0px;
}

.consultation-time ul li a {
  padding: 12px 0px;
  background: #fff;
  border: 1px solid #125fcd;
  display: block;
  font-size: 15px;
  color: #125fcd;
  font-weight: 600;
  transition: .5s;
}

/*.consultation-time ul li.active a {*/
/*  background: #125fcd;*/
/*  border: 1px solid #fff;*/
/*  color: #fff;*/
/*  transition: .5s;*/
/*}*/

.consultation-time ul li a:focus {
  background: #125fcd;
  border: 1px solid #fff;
  color: #fff;
  transition: .5s;
}
.consultation-time a:focus{
        background: #125fcd;
    border: 1px solid #fff;
    color: #fff;
    transition: .5s;
}
.extra-active{
        background: #125fcd;
        color: #fff;
}
.selectTheTime li a.bg{
    background: #125fcd;
        color: #fff;
}
.date-time {
  width: 100%;
  height: auto;
  display: flex;
}

.date-time h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.calendar {
  width: 100%;
  height: auto;
  background-color: #222227;
}

.month {
  width: 100%;
  height: auto;
  background-color: #125fcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
}

.month i {
  font-size: 1.5rem;
  cursor: pointer;
}

.month h1 {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 0.1rem;
}

.month p {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.weekdays {
  width: 100%;
  height: 5rem;
  padding: 0 0rem;
  display: flex;
  align-items: center;
}

.weekdays div {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1rem;
  width: calc(44.2rem / 7);
  height: 100%;
  display: flex;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0rem;
}

.days div {
  font-size: 14px;
  margin: 0 0rem;
  color: #fff;
  width: calc(26.7rem / 7);
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}

.days div:hover:not(.today) {
  background-color: #125fcd;
  border: 1px solid #fff;
  cursor: pointer;
}

.prev-date, .next-date {
  opacity: 0.5;
}

.today {
  background-color: #125fcd;
}


/*Data-&-Time*/
.consultation-wrap {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.consultation-in {
  width: 100%;
  height: auto;
}

.consultation-in h1 {
  font-size: 25px;
  font-weight: 600;
}

.consultation-in p {
  font-size: 16px;
  font-weight: 600;
}

.consultation-in p a {
  font-size: 16px;
  color: #125fcd;
  text-decoration: underline !important;
}

.consultation-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.consultation-box img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  margin-right: 20px;
}

.consultation-box h2 {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.consultation-box h2 span {
  font-size: 15px;
  font-weight: 500;
}

.consultation-box ul {
  padding: 0 30px;
  margin: 15px 30px;
  border-left: 1px solid #dde1e2;
}

.consultation-box ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #29313c;
}

.consultation-box ul li i {
  margin-right: 10px;
  color: #125fcd;
}

.consultation-box h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.consultation-box form {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.consultation-box form p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.consultation-box form label {
  width: 100%;
  height: auto;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
}

.consultation-box form label input {
  width: 15px;
  height: 15px !important;
  border-radius: 0;
  margin: 0;
  margin-right: 5px;
}

.consultation-box form input {
  width: 100%;
  height: 40px !important;
  margin-bottom: 20px;
  border: 1px solid #125fcd;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

.consultation-box form select {
  width: 100%;
  height: 40px !important;
  margin-bottom: 20px;
  border: 1px solid #125fcd;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.consultation-box form button {
  background: #125fcd;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-schedulevent{
    background: #125fcd;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-schedulevent:hover{
    color: #fff;
}
.dropdown{
	display: none;
}







/*
=================
Sidebar
=================
*/
.sidebar{
    display: none;
    position: fixed;
    left: 0;
    background: #125fcd;
    height: 100vh;
    top: 0;
    width: 72vw;
    z-index: 100;
    transition: .6s;
}
.sidebar.show{
    display: grid;
    text-align: center;
    align-content: center;
    color: #125fcd;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0px 0px 6px #00000045;
    transition: .6s;
    overflow-y: scroll;
}
.sidebar a{
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.dropdown-submenu a:active {
    display: block;
    padding: 10px;
    color: #640303;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar a span{
    position: relative;
}
.sidebar a:hover{
    color: #ff2f01;
}
.dropdown-submenu a{
    color: #111;
}
/*.sidebar a:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: #fff;*/
/*    width: 0;*/
/*    height: 100%;*/
/*     transition: .6s;*/
/*}*/
/*.sidebar a:hover:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: #fff;*/
/*    width: 100%;*/
/*    transition: .6s;*/
/*}*/
/*.sidebar .close_Icons{*/
    position: absolute;
    right: 22px;
    top: 10px;
    font-size: 30px;
	width: 18px;
	height: 18px;
	margin: 10px 0;
}
.sidebar_Overflow{
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .6s;
}
.sidebar_Overflow.show{
    display: block;
    transition: .6s;
}


.sidebar .close_Icons::before{
	content: "";
	display: block;
	background: #fff;
	height: 4px;
	width: 24px;
	position: absolute;
	top: -4px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
	transition: .8s;
}
.sidebar .close_Icons::after {
	content: "";
	display: block;
	background: #fff;
	height: 4px;
	width: 24px;
	position: absolute;
	top: 8px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
	transition: 3s;
}

.sidebar.show .close_Icons{
  border-top: 6px solid transparent;
}
.sidebar.show .close_Icons::before {
    transition: 3s;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  
    
}
.sidebar.show .close_Icons::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: 3s;
}
.sidebar .btn.request_Call{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    background: #7ab1ff;
    border: 0;
    margin-right: 5px;
    padding: 8px 20px !important;
    transition: .5s;
}
.sidebar .book_aFree{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    background: #7ab1ff;
    border: 0;
    margin-right: 5px;
    padding: 8px 20px !important;
    transition: .5s;
}
.sidebar_Socialmedia p b{
    color: #fff;
    background: #fe0000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
    background: #fe0000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 5px;
    background-image: linear-gradient(-180deg, #fe0000 0%, #fe0000 100%);
    box-shadow: 0 1rem 1.25rem 0 rgb(254 0 0 / 50%), 0 -0.25rem 1.5rem rgb(254 0 0) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(255 255 255) inset;   
}
.sidebar_Socialmedia p span{
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 600;
    padding: 13px 0;
}



/*free-evaluation*/
.free-evaluation .unorderList{
    display: flex;
   background: #2b343e;
}



.free-evaluation ul li a {
    padding: 5px 30px;
    margin: 0 5px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}
.free-evaluation ul li{
    position: relative;
}
.free-evaluation ul li .unorderList_Mobile{
    position: absolute;
    top: 41px;
    z-index: 1;
    left: 0px;
    display: none;
    background: #2b343e;
}

.free-evaluation ul li.open{
    display: none;
}


.google_Translate{
    margin-right: 10px;
}
.hadding-pad-left h1{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding-left: 10px;
}
.hadding-pad-left h1:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    display: block;
    left: -5px;
    bottom: 7px;
}
/*.hadding-pad-left p{*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*}*/




/*
==============
atlantic ImmigrationBlade.php
==============
*/

.atlantic{
    max-width: 390px;
}
.atlantic .card-header{
    background: #125fcd;
}
.atlantic .card-header .keytitle{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.atlantic .card-body .atlanticUl{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.atlantic .card-body .atlanticUl li{
    margin-bottom: 8px;
}
.atlantic .card-body .atlanticUl li i{
    color: #125fcd;
    width: 26px;
}
.atlantic .card-body .atlanticUl li .lititle{
    font-weight: 600;
    font-size: 15px;
}


.eligibility .eligibility_Inner{
    padding: 90px 0px 20px;
}
.eligibility .eligibility_Inner .eligibilitytitle{
    position: relative;
    padding: 12px 0;
    font-weight: 600;
    z-index: unset;
}
.eligibility .eligibility_Inner .medium_TItle{
    font-weight: 600;
    font-size: 15px;
}
.eligibility .eligibility_Inner .parra_Title{
    padding: 9px 0;
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.eligibility .eligibility_Inner .eligibilitytitle::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #125fcd;
    width: 50%;
    height: 2px;
}
.eligibility .eligibility_Inner .processUl{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.eligibility .eligibility_Inner .processUl .process_Icons{
    width: 30px;
    position: relative;
    top: 5px;
}
.eligibility .eligibility_Inner .media .media-body{
    font-size: 15px;
}
.eligibility .eligibility_Inner .media .media-body p{
   text-align: justify;
}



@media(max-width: 1199px){
    .free-evaluation ul li.open{
        display: inherit;
    }
    .free-evaluation ul li .hide7 {
        display: none;
    }
}
@media(max-width: 1099px){
    .free-evaluation ul li .hide6 {
        display: none;
    }
}

@media(max-width: 991px){
    .free-evaluation ul li .hide5 {
        display: none;
    }
}

@media(max-width: 850px){
    .free-evaluation ul li .hide4 {
        display: none;
    }
}
@media(max-width: 767px){
    .free-evaluation ul li .hide3 {
        display: none;
    }
}

@media(max-width: 530px){
    .free-evaluation ul li .hide2 {
        display: none;
    }
}

@media(max-width: 385px){
    .free-evaluation ul li .unorderList_Mobile {
        left: -82px;
    }
}

/*consultation-section*/

@media screen and (max-width: 1200px){
    .social-media p{
        margin-right:30px;
    }
    .cllForResponsive{
        display:none;
    }
.social-media button{
        font-size:11px;
    }
    .social-media a{
        font-size:11px !important;
    }
    .hadding-pad-left {
        margin-top: 190px;
    }
	.dropdown{
		display: block;
		text-align: center;
		margin: 20px auto;
	}
	.dropdown-content{
		    width: 100%;
	}

	#cssmenu ul {
        width: 100%;
        display: none;
    }
 /*   .social-media{*/
	/*	display: block;*/
	/*	text-align: center;*/
	/*	 margin: 20px auto;*/
	/*}*/
}
@media only screen and (max-width:1139px){
    .social-media a{
        padding: 8px 8px !important;
    }
    .social-media p{
        font-size:11px;
    }
    .social-media button{
        padding: 8px 11px !important;
    }
    .social-media p span{
        font-size:12px;
    }
}
@media only screen and (max-width:1024px){
    .contact-info ul li{
            margin-left: 14px;
    }
}
@media screen and (max-width: 991px){
    .social-media a {
    font-size: 15px !important;
     }
     .free-online{
	    position: relative;
	}
        .hadding-pad-left {
        margin-top: 27px;
    }
    .service-right {
        position: relative;
        top: 0;
    }
    .middile-nav{
        display: none;
    }
    .logo{
        margin: 20px auto;
    }
    .free-evaluation ul li {
        display: block;
    }
    #scrollToTop{
            right: 10px;
    bottom: 5%;
    }
	.service-right{
		width: 100%;
	    padding: 16px;
	}
	.social-media{
		display: block;
		text-align: center;
		 margin: 20px auto;
	}
	.social-media p{
		display: block;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.social-media p::before{
		display: none
	}
	
	.contact-phone a::before {
	    display: none
	}
	.contact-info{
		text-align: center;
	}
	.contact-phone{
		text-align: center;
	}
	.call-in{
		width: 86%;
		margin: 40px auto;
	}
	.test-right{
		transform: translateY(50px) translateX(0px);
	}
	.banner-wrap .banner_Consultation_btn {
	  bottom: 20%;  
    }
}
@media screen and (max-width: 768px){
    .contact-phone a::before {
        display: none;
    }
    .free-evaluation-in-txt h1{
        font-size:17px;
    }
    .fotter-start{
            padding: 40px 9px;
    }
    /*.eligibility .eligibility_Inner{*/
    /*        padding: 31px 0;*/
    /*}*/
    .express-entry-main img{
        margin: auto;
    display: table;
    margin-bottom: 30px;
    float:none;
    }
    .banner-wrap .carousel-inner .carousel-item{
            height: 368px !important;
    }
    .country-wrap{
            padding: 34px 0px;
    }
    .fotter-main{
            padding: 23px 0px;
    }
    .fotter-certi{
       padding-top: 47px;
    }
    .fotter-certi img{
            margin-bottom: 20px;
    }
    .cutom_Row{
        flex-direction: column-reverse;
    }
    .atlantic {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .news-box{
        display: block;
    }
    .service-right{
        display: block;
    }
    .modal-dialog {
        max-width: 100%;
    }
    #exampleModalCenter{
        padding: 2% !important;
    }
    .calendar{
        width: 100%;
    }
    .date-time{
       display: block;
    }
    .consultation-time{
        width: 100%;
        height: 200px;
    }
    .banner-wrap .carousel-inner .carousel-item img{
        object-fit: unset;
    }
}
@media only screen and (max-width:608px){
    .fotter-logo{
        padding-top: 168px;
    }
}
@media screen and (max-width: 570px) {
    .banner-wrap .banner_Consultation_btn a {
        font-size: 12px;
    }
    .banner-wrap .banner_Consultation_btn {
    right: 40px;
    width: 170px;
    height: 30px;
    }
}
@media only screen and (max-width:588px){
    .logo {
    width: 134px;
    }
    .pg-banner-content h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 480px){
    .google_Translate{
        width: 70%;
    }
    /*.fotter-logo{*/
    /*    padding-top:400px;*/
    /*}*/
    .fotter-batton-top{
        margin-top: 0 !important;
        float: left !important;
    }
    .fotter-certi{
        text-align: left;
    }
    .contact-info ul {
     display: flex;
     justify-content: center;
    }
    .contact-info ul li{
        margin: 0;
    }
    .contact-info ul li a{
        padding: 14px;
    }
    .sidebar_Socialmedia p span{
        display: block;
    }
    .goog-te-gadget img{
        padding-right: 3px;
        display: none;
    }
    .logo{
        width: 86%;
    }
    .banner-wrap .banner_Consultation_btn {
    right: 15px;
    width: 160px;
    height: 24px;
    bottom: 25%;
    }
    .banner-wrap .carousel-inner .carousel-item{
            height: 200px !important;
    }
    .banner-wrap .carousel-inner .carousel-item img{
        object-fit: unset;
    }
    .call-in i {
    font-size: 34px;
}
.call-in p {
    font-size: 18px;
}
}
@media only screen and (max-width:437px){
    .fotter-logo {
    padding-top: 213px;
}
}
@media screen and (max-width: 420px){
	.social-media button{
		width: 100%;
		margin-bottom: 20px;
	}
	.social-media a{
		width: 100%;
		display: block;
	}
	.about-wrap{
		padding: 0;
	}
	.logo{
		text-align: center;
		margin: 20px auto;
	}
	.call-box form{
	    padding: 20px 0;
	}
	.call-wrap{
	    display: block;  
	}
	
}

@media only screen and (max-width:366px){
    .fotter-logo {
    padding-top: 255px;
}
}
@media only screen and (max-width:340px){
    .news-text {
    height: auto;
    width: 286px;
    margin-left: 0;
    }
}
.myCalendar.nao-month td {
  padding: 15px;
}
.myCalendar .month-head>div,
.myCalendar .month-head>button {
  padding: 15px;
}

.date-time .myCalendar .month-head .ic.ic-arrow-angle-left:before{
   content: '\f053';
   font-family: fontAwesome;
   background: blue;
   color:#fff;
   padding: 5px 10px;
}

.date-time .myCalendar .month-head .ic-arrow-angle-right:before{
   content: '\f054';
   font-family: fontAwesome;
   background: blue;
   color:#fff;
   padding: 5px 10px;
}

/*.date-time .myCalendar .month-head .ic-arrow-circle-angle-down:before{*/
/*   content: '\f103';*/
/*   font-family: fontAwesome;*/
/*   background: blue;*/
/*   color:#fff;*/
/*   padding: 5px 10px;*/
/*}*/
/*.date-time .myCalendar .month-head .ic-target:before{*/
/*   content: '\f103';*/
/*   font-family: fontAwesome;*/
/*   background: blue;*/
/*   color:#fff;*/
/*   padding: 5px 10px;*/
/*}*/

.nao-month td.active{
    background-color: #125fcd;
}
.today {
    background-color: rgb(0 0 0 / 13%);
}
.call-box form input.forcallingpuspose{
    width:48%;
}
.call-box form .countrypurpose{
    width:48%;
}
.alignpurpose{
    display:flex;
    justify-content: space-between;
    width:100%;

}
.call-box form .countrypurpose select{
    height:30px !important;
}
