@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=block");
/*font-family: 'Roboto', sans-serif;*/

/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&amp;display=block'); */
/*font-family: 'Barlow Condensed', sans-serif;*/

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

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  font-size: 15px;
}

body {
  font-size: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: #5f5c5c;
  letter-spacing: 1px;
  font-weight: 500;
}

body a {
  text-decoration: none !important;
  color: #2e2e95;
}

body a:hover,
body a:focus {
  color: #2e2e95;
}

body#cke_pastebin {
  position: static !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  left: 0 !important;
}

p {
  font-size: 15px;
}

/*font reset*/

.study_tabs_links ul li a,
.study_form .title,
.web_content .title,
.navbar-nav > li > a,
#home_slider .slide_content .title,
.footer_box > .title,
.main_services_box .title,
.section_title .title,
.about_card_box .content .title,
.short_banner .title,
.services_box .title {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

/*font reset*/

section {
  padding: 70px 0;
}

.section_title {
  position: relative;
  padding-top: 40px;
}

.section_title::before {
  content: "\f283";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 160%;
  background: linear-gradient(to left, #f5af25, rgb(11 39 77));
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-15deg);
}

.section_title .title {
  font-size: 300%;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
}

.section_title .title:before {
  content: "";
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #e09910;
}

.section_title.text-center .title:before {
  left: 50%;
  transform: translateX(-50%);
}

.section_title.text-center::before {
  left: 50%;
  transform: rotate(-15deg) translateX(-50%);
}

.hide_elem {
  display: none;
}

.bg_grey {
  background-color: #f9f9f9;
}

.bg_gradient {
  background: linear-gradient(to left, #ef434c, rgba(46, 46, 149, 1));
}

.bg_light_gradient {
     background: linear-gradient(to left, rgb(231 231 231), rgba(46, 46, 149, 0.3));
}

.bg_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_attached {
  background-attachment: fixed;
}

.bg_bottom {
  background-position: bottom center;
}

.bg_top {
  background-position: top center;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.row_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.row.half_gap {
  margin: 0 -7px;
}

.row.half_gap [class^="col-"] {
  padding: 0 7px;
}

/*web modal*/

.web_modal .modal-body {
  padding: 30px;
}

#calcModal.web_modal .modal-body {
  height: 70vh;
  overflow-y: auto;
}

.web_modal .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.web_modal .modal-content .modal-header {
  background-color: #ce1b28;
  border: 0;
}

.web_modal .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 150%;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.web_modal .modal-header .close {
  font-size: 200%;
  color: #fff;
  opacity: 1;
}

.web_modal .modal-footer {
  text-align: center;
}

/*//web modal*/

/*web btn*/

.web_btn {
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  border-color: transparent;
  background: linear-gradient(to right, #2e2e95, rgba(46, 46, 149, 0.8));
  border: 2px solid #2e2e95;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-top: 30px;
  text-decoration: none !important;
  font-weight: 500;
}

.web_btn::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}

.web_btn:hover,
.web_btn:focus {
  color: #fff;
  background: #2e2e95;
}

.web_btn:hover::after,
.web_btn:focus::after {
  left: 5%;
  width: 90%;
  z-index: 1;
}

.ghost_btn {
  background-color: transparent;
  color: #333;
}

.ghost_btn:hover {
  background-color: #333;
}

.white_btn {
  border-color: #fff;
  background: #fff;
  color: #2e2e95;
}

.white_btn:hover,
.white_btn:focus {
  background-color: transparent;
  color: #fff;
}

.small_btn {
  padding: 10px 15px;
  font-size: 90%;
  margin-top: 15px;
}

.big_btn {
  padding: 15px 40px;
  font-size: 110%;
}

.text_blue {
  color: #2e2e95;
}

.text_black {
  color: #000;
}

.big_title {
  font-size: 110%;
  /*font-weight: 500;*/
  /*text-align: justify;*/
}

.web_content_box .web_content {
  margin-bottom: 30px;
}

.text_big {
  font-size: 110%;
}

.web_content_box .web_content:last-child {
  margin-bottom: 0;
}

.web_content .title {
  font-size: 180%;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.web_content .title::before {
  content: "";
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #0999e7;
}

.web_content .subtitle {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 15px;
}

.web_content p {
  margin-bottom: 5px;
}

.web_content p:last-child {
  margin-bottom: 0;
}

.web_content ul,
.web_content ol {
  padding-left: 15px;
}

.web_content ul li,
.web_content ol li {
  margin-bottom: 5px;
}

.icon_list,
.icon_list ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 30px;
}

.icon_list ul {
  margin-bottom: 0;
}

.icon_list > li,
.icon_list ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.icon_list > li::before,
.icon_list > ul > li::before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  color: #2e2e95;
}

.icon_list .icon_list {
  margin-top: 5px;
  margin-bottom: 0;
}

.note_list ul li::before {
  content: "\f249";
}

.service_list ul li::before {
  content: "\f0b1 ";
}

.check_list > li,
.check_list > ul > li {
  padding-left: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 0; */
  margin-bottom: 15px !important;
  /*align-items: center;*/
}

.check_list > li::before,
.check_list > ul > li::before {
  width: 30px;
  height: 30px;
  border: 1px solid #27ae60;
  color: #333;
  /* position: static; */
  line-height: 30px;
  text-align: center;
  /* margin-right: 10px; */
}

.check_list > li.align_top::before,
.check_list ul > li.align_top::before {
  top: -5px;
}

.check_list.small_check > ul > li::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.check_list.small_check > ul > li {
  padding-left: 30px;
}

.steps_list,
.steps_list ul {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
  position: relative;
}

.steps_list li:before,
.steps_list ul li:before {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  background-color: #0999e7;
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 120%;
  font-weight: 500;
}

.steps_list li,
.steps_list ul li {
  min-height: 50px;
  padding-left: 50px;
  font-weight: 500;
}

.steps_list::before .steps_list ul::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ddd;
}

/*pulse animation*/

.flash_btn {
  box-shadow: 0 0 0 0 rgba(12, 113, 195, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  border-radius: 15px;
}

.flash_btn.white_btn {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.flash_btn:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
}

/*//pulse animation*/

/*//web btn*/

.message_box {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.message_box i {
  font-size: 300%;
}

.message_box .box_title {
  font-size: 150%;
  font-weight: 600;
  margin: 10px 0;
}

.message_box.success i {
  color: #1abc9c;
}

/* top bar */

.links_list {
  list-style: none;
}

.links_list li {
  display: inline-block;
}

.top_wrap {
  background-image: linear-gradient(to left, #0999e7, rgb(11 39 77));
  color: #fff;
}

.top_bar .logo_text {
  margin: 0;
}

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

.top_bar > div {
  width: calc(100% / 2);
}

.top_bar .right {
  text-align: right;
}

.top_bar .web_btn {
  margin: 0;
  margin-top: 5px;
}

.links_list a {
  color: #fff;
  padding: 0 2px;
}

.links_list a i {
  display: inline-block;
  margin-right: 5px;
}

.top_bar .links_list a {
  padding: 0 10px;
  border-right: 1px solid #eee;
  color: #fff;
}

.top_bar .links_list li:last-child a {
  border-right: 0;
}

/* //top bar */

/* navbar */

.navbar {
  margin-bottom: 0;
  box-shadow: 0 15px 40px -20px rgba(40, 44, 63, 0.35);
  background-color: #fff;
  border-radius: 0;
  border: 0;
}

.navbar-nav > li > a {
  color: #0b274d;
  letter-spacing: 1px;
  font-size: 100%;
  /* font-family: cursive; */
  font-family: system-ui;
  font-weight: 500;
  border-bottom: 4px solid transparent;
}

.navbar-nav > li.active > a {
  color: #2e2e95;
  border-color: #2e2e95;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.navbar-toggle {
  border-color: transparent;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand > img {
  height: 73px;
  margin-top: 3px;
}

/* //navbar */

/*home*/

/* slider */

#home_slider {
  position: relative;
}

#home_slider .slide_desc,
.banner_content {
  background-color: rgb(250 167 6 / 85%);
  padding: 50px;
  display: inline-block;
  border-radius: 10px;
}

#home_slider .item {
  min-height: 85vh;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}

#home_slider .slide_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  /*min-height: 65vh;*/
  /*padding: 30px 0;*/
  text-align: center;
}

#home_slider .slide_content .subtitle {
  font-size: 300%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

#home_slider .slide_content .title {
  font-size: 250%;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

#home_slider .slide_content .title span {
  color: #171010;
}

#home_slider .slide_content .buttons {
  display: none;
}

#home_slider .slide_content .buttons a {
  margin-right: 10px;
}

#home_slider .carousel-control .icon-prev,
#home_slider .carousel-control .icon-next {
  font-size: 300%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: static;
}

.carousel-control {
  width: 70px;
  height: 70px;
  /* background-image: none !important; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to left, #d40000, rgb(23, 0, 196)) !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control .icon-prev:before {
  position: relative;
  top: -15px;
  left: 2px;
}

.carousel-control .icon-next:before {
  position: relative;
  top: -15px;
  right: 2px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* //slider */

.main_services_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.main_services_box {
  width: calc(100% / 3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /*    border-bottom: 2px solid #2e2e95;*/
}

.main_services_box .img {
  position: relative;
  overflow: hidden;
}

.main_services_box .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.7),
    rgba(46, 46, 149, 0.5)
  );
}

.main_services_box img {
  width: 100%;
  transition: all 2s;
  transform: scale(1) rotate(0);
}

.main_services_box:hover img {
  transform: scale(1.3) rotate(5deg);
}

.main_services_box .content {
  padding: 50px 30px;
  text-align: center;
  background-color: #f9f9f9;
  position: relative;
}

.main_services_box .content::before {
  content: "";
  height: 0;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
  left: 50%;
  border: medium solid #0999e7;
  border-width: 15px;
  border-color: transparent transparent #0999e7 transparent;
}

.main_services_box .content .title {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 15px;
}

.main_services_box.reverse {
  flex-direction: column-reverse;
  border-bottom: 0;
  /*    border-top: 2px solid #2e2e95;*/
}

.main_services_box.reverse .content::before {
  top: 100%;
  border-color: #0999e7 transparent transparent transparent;
}

/*services*/

.services_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.services_box {
  width: calc(100% / 3 - 30px);
  box-shadow: 0px 15px 25px -8px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.services_box .head {
  position: relative;
  overflow: hidden;
}

.services_box .head::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  background-color: rgba(239, 67, 76, 0.9);
  transform: rotate(45deg);
  z-index: 2;
}

.services_box .overlay p {
  /* font-weight: 700; */
  font-size: 110%;
}

.services_box .title {
  font-size: 180% !important;
  font-weight: 700;
}

.services_box .head .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(46, 46, 149, 0.5);
  color: #fff;
}

.services_box .overlay {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.services_box .overlay .title {
  margin-bottom: 10px;
  color: #2e2e95;
}

/*.services_box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.8);
}

.services_box .overlay p {
    color: #fff;
    font-size: 110%;
    margin-bottom: 10px;
}

.services_box:hover .overlay {
    left: 0;
}*/

.services_box .head img {
  width: 100%;
}

.services_box > .content {
  padding: 0 0 15px;
}

.service_icon_box {
  /* margin-top: 15px; */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -30px;
    width: calc(100% + 30px);*/
  align-items: flex-start;
  padding: 15px 15px 15px 15px;
}

.service_icon_box .icon {
  width: 40px;
  margin-right: 10px;
  padding: 10px 5px;
  border: 1px solid #eee;
  text-align: center;
  color: #0999e7;
}

.service_icon_box .icon i {
  font-size: 120%;
}

.service_icon_box .content {
  width: calc(100% - 50px);
}

.service_icon_box .content .box_title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 130%;
}

/*layout 2*/

.services_wrap.layout_2 .services_box {
  width: 100%;
  margin-right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.services_wrap.layout_2 .services_box .head {
  width: 35%;
}

.services_wrap.layout_2 .services_box .head img {
  display: none;
}

.services_wrap.layout_2 .services_box .content {
  width: 65%;
}

.services_wrap.layout_2 .services_box.abroad .head {
  background-image: url("../images/services/study-abroad.jpg");
}

.services_wrap.layout_2 .services_box.visa .head {
  background-image: url("../images/services/visa-services2.jpg");
}

/*//layout 2*/

/*//layout 3*/

.layout_3 {
  justify-content: center;
}

.layout_3 .services_box {
  width: calc(40% - 30px);
}

/*//layout 3*/

/*//layout 4*/

.layout_4 .services_box.bg_img {
  background-image: url("../images/service_bg.jpg");
}

/*//layout 4*/

/*//services*/

/*why choose*/

.why_choose_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.why_choose_main_box {
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #a11f30;
  border-radius: 15px;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 0 15px 40px -20px rgba(40, 44, 63, 0.15);
  padding: 15px;
  border: 1px solid #eee;
}

.why_choose_main_box:hover {
  box-shadow: 0 25px 60px -30px rgba(40, 44, 63, 0.65);
  background-color: #003582;
}

.why_choose_box .icon {
  width: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
}

.why_choose_box .icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  /*    background: #0999e7;*/
  background: linear-gradient(to left, #0999e7, rgba(46, 46, 149, 1));
  z-index: -1;
  border-radius: 50%;
  transition: all 0.5s;
}

.why_choose_box:hover .icon::before {
  border-radius: 0;
}

.why_choose_box .icon img {
  width: 40px;
  transition: all 1s;
  transform: rotate(0);
}

.why_choose_box:hover .icon img {
  border-radius: 0;
  transform: rotate(360deg);
}

.why_choose_box .content .title {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: 500;
}

/*//why choose*/

.about_card_box {
  background: #a11f30;
  padding: 50px 30px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid #0b274d;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  top: 0;
  min-height: 420px;
}

.about_card_box:hover {
  top: -10px;
  background: linear-gradient(to left, rgb(250, 6, 6), rgb(25, 93, 190));
  color: #fff;
}

.about_card_box .icon {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: linear-gradient(
    to left,
    rgb(206 196 197 / 70%),
    rgba(46, 46, 149, 0.8)
  );
  display: inline-block;
}

.about_card_box .icon img {
  width: 64px;
}

.about_card_box .icon i {
  font-size: 300%;
  color: #fff;
}

.about_card_box .content .title {
  font-size: 150%;
  margin: 15px 0;
  font-weight: 700;
}

/*//home*/

/*inner pages*/

.one_line_icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.one_line_icon .icon {
  width: 40px;
  margin-right: 10px;
}

.one_line_icon .icon img {
  width: 100%;
}

.one_line_icon p,
.one_line_icon div {
  width: calc(100% - 50px);
}

.common_box {
  padding: 15px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

.short_banner {
  text-align: center;
  padding: 30px 0 250px;
}

.short_banner .title {
  font-size: 600%;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.short_banner .title .country_name {
  color: #0999e7;
}

.short_banner.service_short_banner {
  background-color: #eee;
  padding: 100px 0;
}

.short_banner.service_short_banner .title {
  color: #2e2e95;
  font-size: 350%;
}

.short_banner.service_short_banner.bg_img .title {
  color: #fff;
}

.short_banner.has_form {
  padding-bottom: 30px;
}

.inner_banner_form .form_title {
  font-size: 200%;
  margin-bottom: 15px;
}

.inner_banner_form {
  padding: 15px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
}

.inner_banner_form label {
  text-align: left;
}

/*study*/

.study_section {
  transition: all 0.5s;
}

.study_section.active .study_tabs_links {
  position: fixed;
  width: 75%;
  left: 25%;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
}

.study_section.active .study_form .title {
  position: fixed;
  width: 25%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
}

/*.study_section.active .study_tabs {
    width: 75%;
    margin-left: 25%;
}*/

.study_page_box {
  display: flex;
  flex-wrap: wrap;
}

.study_page_box .study_form {
  width: 25%;
  /*    box-shadow: 5px 0 5px -5px #ddd;*/
  /*    background-color: #f9f9f9;*/
}

.study_page_box .study_tabs {
  width: 75%;
}

.study_form .title {
  background: linear-gradient(to right, #2e2e95, rgba(46, 46, 149, 0.8));
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  font-size: 110%;
}

.study_form .content {
  padding: 30px;
  box-shadow: 5px 0 5px -5px #ddd;
  background-color: #f9f9f9;
}

.study_tabs_links ul {
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  /* white-space: nowrap; */
  border-bottom: 1px solid #ddd;
}

.study_tabs_links ul li {
  width: 25%;
  text-align: center;
  margin: 0;
}

.study_tabs_links ul li a {
  background: #fff;
  color: #000;
  border-radius: 0;
  padding: 15px;
  font-weight: 500;
  font-size: 110%;
  border-right: 1px solid #ddd;
}

.study_tabs_links ul li.active a {
  background: linear-gradient(to right, #2e2e95, rgba(46, 46, 149, 0.8));
  background-color: #f9f9f9;
  color: #fff;
}

.study_tabs_links ul li a i {
  color: #0999e7;
  margin-right: 5px;
}

.study_tabs_links ul li a:hover,
.study_tabs_links ul li a:focus {
  background-color: #f9f9f9 !important;
  /*color: #000 !important;*/
}

.contact-btn {
  display: inline-block;
}

.study_tabs .tab-content {
  padding: 50px 30px;
}

.icon_list_box,
.icon_list_box ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.icon_list_box img,
.icon_list_box ul img {
  width: 48px;
}

.icon_list_box li,
.icon_list_box li {
  width: calc(100% / 3 - 15px);
  padding: 15px;
  margin-bottom: 15px !important;
  background: linear-gradient(45deg, #2e2e95, rgba(46, 46, 149, 0.5));
  margin-right: 10px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 #eee;
  border: 1px solid #ddd;
  color: #fff;
}

.icon_list_box li:before,
.icon_list_box li::before {
  display: none;
}

.icon_list_box li img,
.icon_list_box li img {
  display: none;
}

.icon_list_box li:nth-child(even),
.icon_list_box ul li:nth-child(even) {
  background: #fff;
  color: #333;
}

.cost_box {
  position: relative;
  margin-bottom: 15px;
}

.cost_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.7),
    rgba(46, 46, 149, 0.5)
  );
  z-index: 2;
}

.cost_box .img {
  overflow: hidden;
}

.cost_box img {
  width: 100%;
  transition: all 2s;
  transform: scale(1) rotate(0);
}

.cost_box:hover img {
  transform: scale(1.3) rotate(5deg);
}

.cost_box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  z-index: 2;
}

.cost_box .content .name {
  font-size: 120%;
  font-weight: normal;
}

.cost_box .content .price {
  font-size: 140%;
  font-weight: 700;
}

.pricing_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.pricing_box {
  text-align: center;
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.pricing_box .box_title {
  /* font-size: 110%; */
  padding: 15px 5px;
  background: linear-gradient(
    to left,
    rgba(239, 67, 76, 0.7),
    rgba(46, 46, 149, 0.8)
  );
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.other_cat .pricing_box .box_title {
  /*background: linear-gradient(to right, #ef434c, rgba(46, 46, 149, 1));*/

  /*-webkit-background-clip: text;*/

  /*-webkit-text-fill-color: transparent;*/

  /*font-size: 110%;*/

  /*border: 1px solid #ddd;*/

  /*background: linear-gradient(45deg, #16a085, #2980b9, rgb(0 0 0 / 0.6));*/
}

.pricing_box .icon {
  padding-top: 15px;
  display: none;
}

.pricing_box .icon img {
  width: 48px;
}

.pricing_box p {
  margin: 0;
}

.pricing_box .price {
  padding: 15px;
  font-size: 150%;
}

.pricing_box .duration {
  padding: 0 15px 15px;
  font-weight: 700;
}

.pricing_wrap.no_price .duration {
  padding-top: 15px;
}

.calendar_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.calendar_box {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  min-width: 80px;
  text-align: center;
}

.calendar_box .icon {
  padding: 10px;
  font-size: 120%;
  background-color: #0999e7;
  color: #fff;
  text-align: center;
}

.calendar_box .name {
  padding: 10px;
  font-weight: 500;
}

/* faq */

.accordion {
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); */
}

.accordion-item {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.accordion-toggle {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 20px 15px;
  padding-right: 30px;
  margin: 0;
  border: 0;
  /* border: 1px solid #ddd; */
  background-color: #ffffff;
  font-size: 110%;
  font-weight: 500;
  line-height: inherit;
  text-align: left;
  color: #2e2e95;
}

.accordion-toggle:hover {
  background-color: #f9f9f9;
  /* color: #fff; */
}

.is-open > .accordion-toggle {
  background-color: #f9f9f9;
  color: #2e2e95;
}

.accordion-panel {
  background-color: #ffffff;
  /* border-bottom: 1px solid #cdcdcd; */
}

.accordion-panel > *:last-child {
  margin-bottom: 0;
}

.accordion-panel {
  padding: 15px;
  font-size: 100%;
}

.accordion-panel ol {
  padding-left: 25px;
}

.arrow {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  margin-top: 26px;
  right: 0;
  padding-right: 20px;
  cursor: pointer;
}

.arrow:before,
.arrow:after {
  content: "";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: black;
  width: 3px;
  height: 9px;
}

.is-open > .arrow:before,
.is-open > .arrow:after {
  background-color: #333;
}

.is-open > .arrow:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}

.arrow:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}

.is-open > .arrow:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}

.arrow:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}

/* //faq */

.study_img_box {
  box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /* border-right: 5px solid #0999e7; */
}

.study_img_box .img {
  display: none;
}

.study_img_box .content {
  /*background: linear-gradient(to right, #16a085, rgba(46, 46, 149, 0.6));*/
  color: #fff;
  background: linear-gradient(
    to left,
    rgba(239, 67, 76, 0.7),
    rgba(46, 46, 149, 0.8)
  );
}

.study_img_box .web_content {
  padding: 30px;
}

.study_img_box .content p {
  font-size: 110%;
}

#fixed_enquire {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

#fixed_enquire a {
  padding: 15px;
  background-color: #2e2e95;
  color: #fff;
  z-index: 999;
}

.study_note {
  font-style: italic;
  font-size: 110%;
  color: #777;
  font-weight: normal;
}

.study_note.is_small {
  font-size: 100%;
}

/*flag colors*/

.usa_blue {
  color: #002768;
}

.usa_red {
  color: #bf0b30;
}

.uk_blue {
  color: #012169;
}

.uk_red {
  color: #c8102e;
}

.singapore_red {
  color: #ee2436;
}

.canada_red {
  color: #d62718;
}

/*//flag colors*/

/*study*/

/*services*/

/*link_box*/

.link_box {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.link_box .icon {
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  background-color: #f9f9f9;
  margin-right: 10px;
  text-align: center;
  color: #2e2e95;
}

.link_box .name {
  font-weight: 700;
  font-size: 100%;
  color: #000;
}

/*//link_box*/

/*//services*/

/*visa services*/

.web_cta {
  /*background-image: linear-gradient(to left, rgb(239, 67, 76, 0.9), rgba(46, 46, 149, .9)), url('../images/usa_banner.jpg');*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/reapp_cta.jpg");
  text-align: center;
  color: #fff;
}

.web_cta .title {
  font-size: 300%;
}

.web_cta .subtitle {
  font-size: 150%;
}

.reapp_cta {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.reapp_cta .img {
  width: 25%;
}

.reapp_cta .content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.reapp_cta .title {
  font-size: 250%;
}

.reapp_cta .subtitle {
  font-size: 140%;
}

label {
  display: block;
}

.services_banner {
  padding: 30px 0;
  position: relative;
}

.services_banner .banner_box {
  min-height: 65vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_search .form-group {
  margin-bottom: 0;
}

.banner_search .web_btn {
  margin-top: 0;
}

.banner_search .form-control {
  border: 0 !important;
}

.services_banner .title {
  font-size: 300%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.banner_search {
  padding: 30px;
  background: linear-gradient(
    to left,
    rgb(239 67 76 / 0.9),
    rgb(46 46 149 / 0.9)
  );
  color: #fff;
}

/*countries box*/

#expand_countries {
  position: relative;
  top: -90px;
}

.country_box {
  display: block;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.country_box .img img {
  width: 100%;
}

.country_box .flag img {
  width: 32px;
  height: 24px;
  margin: 0 auto;
}

.country_box .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
  margin-top: 15px;
}

.country_box .content {
  padding: 15px;
  text-align: center;
}

.country_btns {
  margin-top: 30px;
}

.view_btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.view_btn .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #2e2e95;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.view_btn .btn_title {
  font-size: 120%;
  margin-right: 10px;
  color: #000;
}

.country_small_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 15px;
  cursor: pointer;
}

.country_small_wrap .box {
  display: flex;
  flex-wrap: wrap;
}

.country_small_wrap .box .country_small_box {
  width: calc(100% / 5 - 15px);
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #fff;
}

.country_small_box .flag img {
  width: 32px;
  height: 24px;
  margin: 0 auto;
  margin-right: 15px;
}

.country_small_box .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
  color: #000;
}

.choose_service_box {
  box-shadow: 0 15px 40px -20px rgba(40, 44, 63, 0.15);
  display: block;
  color: #000;
  padding: 15px;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 15px;
  min-height: 120px;
}

.choose_service_box .icon i {
  font-size: 200%;
  margin-bottom: 15px;
  color: #2e2e95;
}

.choose_service_box .box_title {
  font-size: 105%;
}

.reapp_btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  background-color: #fff !important;
  transform: translateX(-50%);
  color: #2e2e95 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

/*//countries box*/

.reapp_content {
  padding: 50px 30px;
}

.reapp_small_wrap ul {
  counter-reset: my-sec-counter;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.reapp_small_wrap ul li {
  width: calc(100% / 3 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
  border: 1px solid #eee;
  position: relative;
  padding-left: 40px;
  text-align: left;
}

.reapp_small_wrap ul li.w-100 {
  width: 100%;
}

.reapp_small_wrap ul li::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  background-color: #0999e7;
  color: #fff;
  border: 0;
  /* border-radius: 50%; */
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 120%;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.big_title .reapp_small_wrap {
  font-size: 90%;
  text-align: center;
  margin-top: 30px;
}

.reapp_small_wrap ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to right, #2e2e95, #2e2e95);
  margin: 0 auto 15px;
  /* border: 1px solid; */
  display: none;
}

.reapp_small_wrap ul li .icon img {
  width: 24px;
}

.reapp_small_wrap ul li:nth-child(even)::before {
  background: linear-gradient(to right, #2e2e95, #2e2e95);
}

/*//visa services*/

/*VALUE ADDED SERVICES*/

.text_pink {
  color: #0999e7;
}

.sec_big_title {
  font-size: 160%;

  font-weight: 600;

  color: #2e2e95;

  margin-bottom: 30px;
}

.value_box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.value_box .img {
  transition: all 0.5s;
  width: 40%;
  border: 20px solid #fff;
  box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
  transform: rotate(0);
}

.value_box .content {
  width: 60%;
  padding: 50px;
}

.value_box .img img {
  width: 100%;
}

.value_box.reverse {
  flex-direction: row-reverse;
}

.value_box .content .box_title {
  font-size: 200%;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.value_box .content .web_content {
  font-size: 110%;
}

.value_box .content .web_content p {
  margin-bottom: 10px;
}

.value_box .content .box_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background-color: #2e2e95;
}

.value_box:hover .img {
  transform: rotate(-3deg);
}

/*//VALUE ADDED SERVICES*/

.select2-selection__clear {
  display: none;
}

/*about-us*/

.team_box .head img {
  width: 150px;
  border-radius: 50%;
  border: 3px solid #0999e7;
}

.team_box .head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.team_box .head .info {
  width: calc(100% - 150px);
  padding: 30px 0 0 30px;
}

.team_box .head .info .name {
  font-size: 180%;
  font-weight: 700;
  color: #2e2e95;
}

.team_box .head .info .desg {
  /* font-style: italic; */
  font-size: 110%;
  color: #999;
}

.team_box {
  padding: 30px;
  background-color: #fff;
  border-bottom: 5px solid #ddd;
  position: relative;
}

.team_box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100px;
  background-color: #0999e7;
}

/*//about-us*/

/*online payment*/

.paytm_img img {
  max-width: 300px;
}

.payment_details_wrap .box_title {
  font-size: 170%;
  font-weight: 700;
  margin-bottom: 15px;
}

.payment_details_box .table {
  border: 0;
  background-color: #f9f9f9;
}

.payment_details_box .table td,
.payment_details_box .table th {
  border: 0;
  padding: 15px;
  font-size: 110%;
  font-weight: normal;
}

.payment_details_box .table th {
  background-color: #faa706;
  color: #fff;
}

.pay_icon_box {
  padding: 15px;
  box-shadow: 0 0 10px 0 #eee;
  min-height: 160px;
}

.pay_icon_box .icon img {
  width: 48px;
  margin-bottom: 10px;
}

/*//online payment*/

/*privacy policy*/

.pp_title {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 10px;
}

.pp_box {
  margin-bottom: 30px;
}

.pp_subtitle {
  font-size: 150%;
  margin-bottom: 5px;
  font-weight: 600;
}

.pp_inner_box {
  margin-bottom: 15px;
}

.pp_smalltitle {
  font-size: 120%;
  margin-bottom: 5px;
  font-weight: 600;
}

.pp_small_box {
  margin-bottom: 10px;
}

/*//privacy policy*/

.cta_btn {
  display: inline-flex;
  padding: 10px;
  border: 1px solid #ddd;
  background: linear-gradient(
    to left,
    rgba(239, 67, 76, 0.7),
    rgba(46, 46, 149, 0.8)
  );
  align-items: center;
  border-radius: 0;
}

.cta_btn img {
  width: 40px;
  margin-right: 10px;
}

.cta_btn span {
  padding: 10px;
  background-color: #fff;
  font-size: 110%;
}

/*inner pages*/

/*call back*/

.call_back_img {
  position: relative;
}

.call_back_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.7),
    rgba(46, 46, 149, 0.5)
  );
}

/*call back*/

/*google reviews*/

.google_reviews {
  border-top: 1px solid #eee;
}

.google_reviews.bg_gradient {
  background: linear-gradient(to right, #ef434c, rgba(46, 46, 149, 1));
}

.google_reviews .title {
  font-size: 150%;
  /*color: #fff;*/
  font-weight: 900;
}

.reviews_star i {
  color: #ffe234;
}

.google_reviews .box {
  /*    background-color: #fff;*/
  /*    padding: 30px 15px;*/
  /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;*/
}

.google_reviews .box .icon {
  /*width: 70px;*/
  margin-right: 10px;
  /*    margin-bottom: 10px;*/
}

.google_reviews .box .icon span {
  display: block;
  /*color: #fff;*/
  position: relative;
  left: 5px;
  /* font-size: 120%; */
  font-weight: 400;
  top: -10px;
  /* font-weight: 600; */
}

.google_reviews .box img {
  width: 120px;
  margin: 0 auto;
}

.google_reviews .desc {
  /*width: calc(100% - 80px);*/
  /*color: #fff;*/
  padding: 0;
  position: relative;
  margin-top: -15px;
}

.google_reviews .box .box_title {
  font-size: 150%;
  /* margin-bottom: 5px; */
}

.google_reviews .box .reviews_count {
  color: #555;
  margin-bottom: 15px;
}

.google_reviews_box.box {
  padding: 10px;
  border: 1px solid #ddd;
  /* display: inline-block; */
  border-radius: 5px;
  padding-bottom: 0;
  margin: 15px 0 30px;
}

.google_reviews_box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.reviews_star .percent {
  /* padding: 10px;
    background-color: #f9f9f9;*/
  /*    border-radius: 5px;*/
  font-size: 150%;
  font-weight: 700;
  color: #fff;
}

.stars_box {
  display: inline-block;
  font-size: 150%;
}

.reviews_box {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 15px 25px -8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.shadow_img {
  box-shadow: 0px 15px 25px -8px rgba(0, 0, 0, 0.1);
}

.reviews_box .rev_img {
  width: 50%;
}

.reviews_box .rev_content {
  width: 50%;
  padding: 30px;
}

.reviews_box .rev_img img {
  width: 100%;
}

.rev_content .title span {
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
}

.color_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 #eee;
}

.color_box.reverse {
  flex-direction: row-reverse;
}

.color_box .icon {
  width: 100px;
  padding: 20px;
}

.color_box .icon img {
  width: 64px;
}

.color_box .content {
  width: calc(100% - 100px);
  padding: 20px;
}

.color_box .icon {
  background-color: #c0392b;
}

.color_box:nth-child(2) .icon {
  background-color: #16a085;
}

.color_box:nth-child(3) .icon {
  background-color: #2980b9;
}

.color_box:nth-child(4) .icon {
  background-color: #d35400;
}

/*google reviews*/

/*contact*/

.contact_container {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}

.contact_container .box_title {
  font-size: 170%;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact_container .contact_wrap {
  margin-top: 15px;
}

.contact_container > div {
  /*width: 50%;*/
  padding: 30px;
}

/*.contact_container .contact_form {
    width: 30%;
}

.contact_container .contact_details {
    width: 70%;
}*/

.contact_container .bg_img {
  color: #fff;
}

.contact_map .map_box {
  margin-top: 30px;
}

.contact_map .map_box iframe {
  width: 100%;
  height: 400px;
}

.mandatory {
  color: #f00;
}

.form-group {
  margin-bottom: 25px;
}

.form-control,
.select2-container--default .select2-selection--single {
  border: 1px solid #000;
  height: 40px;
  /*    padding: 15px 20px;*/
  font-size: 100%;
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}

textarea.form-control {
  height: 80px;
  resize: none;
}

.form-control:focus {
  border-color: #2e2e95 !important;
  box-shadow: none;
}

.form_transparent .form-control {
  /* border: 0; */
  border-bottom: 1px solid #000;
  background-color: transparent;
  /* height: 30px; */
  /* padding: 0; */
}

.form_transparent textarea.form-control {
  height: 80px;
}

.contact_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.contact_box .content {
  width: calc(100% - 65px);
  margin-left: 15px;
}

.addr_title {
  font-size: 105%;
  font-weight: 600;
  margin-bottom: 5px;
}

.addr_note {
  font-size: 85%;
  padding: 5px;
  background-color: #f9f9f9;
  border-radius: 5px;
  text-align: left;
  margin-top: 5px;
  border: 1px solid #ddd;
}

.social_box a {
  display: inline-block;
  margin-right: 5px;
}

.social_box img {
  width: 32px;
}

.address_inn_wrap {
  display: flex;
  flex-wrap: wrap;
}

.address_inn_box {
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
}

/*contact*/

/* footer */

.footer_wrap {
  /* padding-bottom: 40px; */
  /*background-color: #f9f9f9;*/
  border-top: 5px solid #0b274d;
  background-image: url("../images/footer.webp");
}

.footer {
  /* color: #fff; */
  /* padding-bottom: 30px; */
}

.footer a {
  color: #000;
}

.footer_box > .title {
  /* text-transform: capitalize; */
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.footer_box .icon_list li::before {
  color: #0999e7;
}

.bullet_list li,
.bullet_list ul li {
  padding-left: 15px;
}

.bullet_list li::before,
.bullet_list ul li::before {
  content: "\f111";
  font-size: 8px;
  top: 5px;
}

.contact_box {
  padding: 0;
  margin-bottom: 20px;
}

.contact_box hr {
  border-color: #ddd;
  margin: 10px 0;
}

.contact_box .icon {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 120%;
  margin: 0;
  text-align: center;
  background-color: #0999e7;
  /* font-size: 150%; */
  border-radius: 50%;
}

.footer_logo {
  margin-bottom: 15px;
}

#copyright {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

#copyright p {
  text-align: center;
  /* color: #fff; */
}

#copyright a {
  color: #0999e7;
}

/* footer */

/* CSS */
.button-22 {
  align-items: center;
  appearance: button;
  background-color: #0276ff;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "RM Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out,
    opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-22:active {
  background-color: #006ae8;
}

.button-22:hover {
  background-color: #1c84ff;
}

.ser-shad {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 15px;
}

.my-text {
  color: #fff;
}
.serv-shad {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  border-radius: 20px;
}

.flag-shad {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 5px;
  border-radius: 15px;
}

.myclor {
  color: #0b274d;
}

.contact-section {
  background: #032b5a;
  padding: 40px;
  max-width: 900px;
  margin: 50px auto;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.contact-section h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
.form-control {
  border-radius: 6px;
  border: none;
  padding: 12px;
}
.form-control:focus {
  box-shadow: 0 0 5px #66afe9;
  outline: none;
}
label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #fff;
}
.btn-submit {
  background: #fff;
  color: #032b5a;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 6px;
  border: none;
  transition: 0.3s;
}
.btn-submit:hover {
  background: #e0e0e0;
}
