/*
  Theme Name: Eastend - Visa Consulting HTML Template
  Theme URL: 
  Author: PearsTheme
  Author URI: 
  Creation Date: 1 March 2019
  Description: A default stylesheet for Eastend - Visa Consulting HTML Template.
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Preloader
04. Top bar
05. Top Nav Bar
06. Home Slider
07. Choose country
08. Visa Features
09. Visa Map
10. Visa Services
11. Testimonial
12. Blog
13. Visa Type
14. Patners
15. Visa Consultation
16. Footer
17. About Home Page
18. About Page
19. About Facts
20. About Patners
21. Team Our Staff
22. Team Contact Us
23. Faq Page 
24. Coaching Page 
25. Coaching Detail Page 
26. Blog Page 
27. Blog Detail Page 
28. Service Page Country 
29. Service Details Page
30. Country List Page
31. Details Page 
32. Contact Us Page
33. Map
34. Contact Us Page Two

/* =============== Colors Used =====================

  Orange             : #F16C20;
  Dark-Blue          : #121B51;
  White              : #FFF;
  Gray               : #777;
  Black              : #232323;

 ===================================================*/

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* ================================= */
		/*===== Typography =====*/
/* ================================= */

body {  
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 17px;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


h1, h2, h3, h4, h5, h6 { 
  font-family: 'Poppins', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #232;
  line-height: 1;
  margin-bottom: 20px;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
a {  
  color: #F16C20;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #FFF;
  text-decoration: none;
}
p {
  margin-bottom: 10px; 
}
blockquote {  
  font-style: italic;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-primary {  
  background-color: #2A4465;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600px;
  padding: 15px 28px;
  border: 1px solid #2A4465;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: #FFF;
  color: #2A4465;
  border: 1px solid transparent;
}
.btn-primary:focus {
  background-color: #FFF;
  color: #2A4465;
  border: 1px solid transparent;
}
.btn-secondary {
  background-color: #65A9E0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500px;
  text-transform: uppercase;
  line-height: 0.71;
  padding: 19px 25px;
  border: 1px solid #65A9E0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-secondary:hover {
  background-color: #FFF;
  color: #65A9E0;
  border: 1px solid transparent;
}
.btn-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link:hover {
  color: #F16C20;
  text-decoration: none;
}
.btn-white {
  background-color: #FFF;
  display: inline-block;
  float: left;
  color: #5FA4DC;
  padding: 20px 40px;
  margin-right: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-white:hover {
  background-color: #5FA4DC;
  color: #fff;
  border: 1px solid #5FA4DC;
}
.btn-dark {
  background-color: transparent;
  display: inline-block;
  float: left;
  color: #FFF;
  padding: 20px 40px;
  margin-right: 10px;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-dark:hover {
  background-color: #FFF;
  color: #5FA4DC;
  border: 1px solid #FFF;
}
.form-control{
  padding: 16px 16px;
}

.form-control:focus { 
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group textarea {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #FFF;
  padding: 24px 19px 0;
  font-size: 16px;
  color: #777;
  outline: none;
}
.form-group textarea:focus {
  border-color: #80BDFF;	
}

.owl-carousel .owl-nav button.owl-prev  {
  left: 20px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev { 
  position: absolute;
  border-radius: 100%;
  border: 2px solid #FFF;
  color: #FFF;
  top: 50%;
  transform: translate(0, -10%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  z-index: 10; 
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.2); 
  color: #FFF;
  border: 2px solid #D3D3D3;
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
  text-align: center;
  margin-left: 0;
} 
[class^="flaticon-"]:before,  
[class^="flaticon-"]:after {
  font-size: 15px;
}
.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 1px solid #000;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
}
.owl-carousel button.owl-dot.active {
  background: #22376D;
}
.owl-carousel button.owl-dot {
  background: #D6D6D6;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  margin-right: 15px;
}
.rating {
  unicode-bidi: bidi-override; 
  margin-bottom: 10px;
  display: inline-block;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating > label:before {
  position: relative;
  font: 16px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #B6C1C7;
  background: -webkit-linear-gradient(-45deg, #B6C1C7 0%, #B6C1C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #FCB551;
  background: -webkit-linear-gradient(-45deg, #FCB551 0%, #D69A45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-center {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-heading {
  position: relative;
  padding:10px 0 20px 0;
  margin-bottom: 50px;
}
.section-heading:after {
  content: "";
  width: 47px;
  height: 3px;
  background-color: #F16C20;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-banner-main-block {
  position: absolute;
  z-index: 99;
  margin-top: 120px;
  left: 0;
  width: 100%;
}
.page-banner-main-block .page-banner-heading {
  font-size: 50px;
} 
.breadcrumb {
  background-color: inherit;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  display: inline-flex;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #65A7E2;
}
.page-banner-block .breadcrumb li+li:before {
  padding: 0 5px;
  color: #FFF;
  content: ">";
}
.img-fluid-img {
  width: 100%;
}
button:focus {
  outline: none;
}
.container-fluid {
  padding: 0;
  overflow: hidden;
}
.text-bold {
  font-weight: 600;
}
.btm-50 {
  margin-bottom: 50px;
}
.section  p {
	font-size: 19px;
	font-family: 'Roboto', sans-serif; 
}
.top-40 {
  margin-top: 40px;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: none;
  background-color: #050D3C;
  color: #FFF;
}
.none-case {
  text-transform: none;
}
@media (max-width: 576px) {
  .page-banner-main-block .page-banner-heading {
    font-size: 40px;
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background-color: #F16C20;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.spinner {
  width: 60px;
  height: 60px;
  top:30%;	
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F5F5F5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* ================================= */
    /*===== Top Bar =====*/
/* ================================= */
.top-bar-main-block {
  background-color: #65A7E2;
  padding: 15px 0;
}
.top-nav a {
  color: #FFF;
  font-size: 15px;
}
.top-nav a:hover {
  color: #2A4465;
}
.top-nav ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}
.top-nav ul li+li {
  margin-right: 15px;
}
.top-nav ul .login a:after {
  content: "/";
  color: #FFF;
  padding-left: 5px;
}
.language-select {
  z-index: 999999;
}
.top-nav .dropdown {
  border-left: 1px solid #FFF;
  padding-left: 10px;
}
.top-nav .dropdown i {
  margin-right: 10px;
  margin-left: 10px;
}
.top-nav ul li a i {
  margin-right: 3px;
}
.top-bar-social ul li {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding-right: 10px;
  line-height: 1;
}
.top-bar-social ul li:last-child {
  padding-right: 0;
}
.top-bar-social .call {
  font-size: 15px;
  border-right: 1px solid #FFF;
  margin-right: 15px;
}
@media (max-width: 785px) {
.top-bar-social ul li {
  line-height: 35px;
}	
.top-bar-social .call {
  display: block;
  border-right: none;
}	
}
.top-bar-social .call i {
  font-size: 13px;
  margin-right: 8px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.top-bar-social .call a {
  font-size: 14px;
}
.top-bar-social ul li a {
  color: #FFF;
}
.top-bar-social ul li a:hover {
  color: #2A4465;
}
.dropdown-menu {
  padding: 25px;
}
.dropdown-menu li {
  margin-bottom: 10px;
}
.dropdown-menu li a {
  color: #040C39;
}
@media (max-width: 767px) {
  .top-nav {
    text-align: center;
  }
  .top-bar-social {
    text-align: center!important;
  }
  .top-bar-main-block {
    padding: 20px 0;
  }
}

.social-link a {
	width: 28px;
	height: 28px;
	background-color: #2A4465;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	display: block;
	color: #fff;
}
.social-link a:hover {
	background-color: #2A4465;
	color: #fff!important;
	transform: scale(1.1);
}
/* ================================= */
    /*===== Top Nav Bar =====*/
/* ================================= */
.nav-bar-main-block {
  z-index: 99999;
  width: 100%;
}
.logo {
  padding-top: 25px;
  padding-bottom: 20px;
}
.navigation-btn {
  text-align: right;
  padding-top: 25px;
}
#cssmenu > ul > li.has-sub > a {
  font-weight: 500;
}
.s-mobile { display: none!important; }
@media (max-width: 785px) {
  .s-mobile { display: block!important; }	
  #cssmenu > ul > li > a {
    padding: 12px ;
	background-color: #2A4465;
	color: #fff!important;
	border: none!important;
  }
  #cssmenu > ul > .active a {
    padding: 12px ;
	background-color: #65A7E2!important;
	color: #fff!important;
	border: none!important;
  }
  #cssmenu > ul > li > a:hover {
    padding: 12px ;
	background-color: #65A7E2!important;
	color: #fff;
	border: none;
  }
  #cssmenu.small-screen ul ul li a {
    padding-left: 25px;
    padding: 12px 25px;
    margin-left: 0; 	
  }
  #cssmenu.small-screen ul ul li:last-child a {    
    margin-bottom: 0;
  }
  #cssmenu.small-screen ul ul,
  #cssmenu.small-screen ul ul ul,
  #cssmenu.small-screen.align-right ul ul {  
    top: 0;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #65A7E2;
    color: #FFF;
  }
  #cssmenu.small-screen .submenu-button{
  	height: 45px;
  	width: 45px;
  }
  #cssmenu.small-screen ul ul{
    border-top: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); 
  }
  #cssmenu.small-screen ul ul li:hover{
    background-color: #65A7E2;
	color: #fff;
  }
  #cssmenu.small-screen #menu-button:after{
  	    height: 9px;
  }
}
@media (max-width: 767px) {
  .navigation-btn {
    text-align: center;
  } 
  .nav-bar-main-block {
    padding: 15px 0;
  }
  .logo {
    text-align: center;
  }
  .navigation-btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .nav-bar-main-block {
    padding: 15px 0;
  }
  .home-main-block .slider-heading {
    font-size: 48px;
  }
}
.nav-bar-main-block .btn-primary:hover,.nav-bar-main-block .btn-primary:focus {
  transform: scale(1.1);
  background-color: #2A4465;
  color: #FFF;
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-main-block {
  position: relative;
}
.home-slider-bg .overlay-bg {
  opacity: 0.4;
  background-color: #000;
}
.home-slider-bg {
  width: 100%;
  height: 810px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slider-dtl {
  margin-top: 272px;
}
.slider-sub-heading {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.slider-heading {
  margin-bottom: 30px;
  font-size: 60px;
}
.slider-text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200!important;
  color: #fff;
}
.slider-btn .btn-white i {
  margin-left: 10px;
}
.slider-btn .btn-dark i {
  margin-left: 10px;
}
#cssmenu > ul > li.has-sub > a {
  margin-right: 5px;
}
@media (max-width: 576px) {
  .slider-btn .btn-white {
    margin-bottom: 20px;
  }
  .slider-dtl {
    padding: 100px 0 190px 0;
  }
  .slider-dtl {
    margin-top: 30%;
  }
}

/* ================================= */
    /*===== About =====*/
/* ================================= */
.about-main-block {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about-points-block {
  padding: 31px 40px;
  background-color: #5FA4DC;
  position: relative;
  margin-top: -117px;
  z-index: 1;
}
.about-points-icon {
  display: inline-block;
  color: #FFF;
  padding-right: 8px;
}
.about-points-icon img {
  vertical-align: baseline;
}
.about-point-dtl {
  display: inline-block;
  color: #FFF;
  vertical-align: top;
}
.about-point-heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.about-point-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
.about-type {
  padding: 40px 55px;
  background-color: #F5F5F5;
  margin-bottom: 100px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-block:hover .about-type {
  background-color: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); 
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);   
}
.number {
  position: absolute;
  font-size: 110px;
  bottom: 70px;
  right: 20px;
  z-index: 10;
  opacity: 0.09;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}
.about-type p {
  margin-bottom: 34px;
}
.about-type i {
  color: #F16C20;
  margin-left: 12px; 
}
.about-main-block .section-heading:after {
  margin: 0;
}
.about-icon {
  padding: 1px;
}
.about-heading {
  font-size: 22px;
}
.about-sub-heading p {
  margin-bottom: 15px;
}
.about-main-block .section {
  margin-bottom: 50px;
} 
.about-main-block .section-heading {
  margin-bottom: 37px;
}
@media (max-width: 992px) {
  .about-icon {
    text-align: center!important;
    margin-bottom: 10px;
  }
  .about-sub-heading {
    text-align: center!important; 
  }
  .about-img {
    display: none;
  }
  .about-dtl {
    margin-bottom: 30px;
  }
  .about-main-block .section-heading {
    text-align: center;
  }
  .about-main-block .section-heading:after {
    margin: 0 auto;
  }
  .about-main-block .section {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .about-main-block .section-heading:after {
    margin: 0 auto;
  } 
  .about-block {
    padding-bottom: 40px;
  }
  .number {
    bottom: 110px;
  }
  .about-main-block .section p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-block {
    padding-bottom: 40px;
  }
  .number {
    bottom: 110px;
  }
}

/* ================================= 
    /*===== Choose Country =====*/
/* ================================= */
.choose-country-main-block {
  padding: 100px 0;
  background-color: #121B51;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
  background-attachment: fixed;  
}
.choose-country-heading {
  margin-bottom: 15px;
}
.choose-country-main-block .overlay-bg {
  background-color: #050D3C;
  opacity: 0.9;
}
.choose-country-block {
  background-color: #FFF;
  padding: 39px 30px;
  margin-bottom: 30px;
}
.choose-country-heading a {
  color: #232323;
}
.choose-country-dtl i {
  margin-left: 10px;
  color: #F16C20;
}
.choose-country-dtl .btn-link {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .choose-country-block {
    background-color: #FFF;
    padding: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .choose-country-block {
    text-align: center!important;
  }
  .choose-country-icon {
    margin-bottom: 10px;
  }
  .choose-country-dtl p {
    text-align: center;
    max-width: 100%;  
    margin: 0 auto 30px;
  }
}

/* ================================= */
    /*===== Visa Features =====*/
/* ================================= */
.visa-features-main-block {
  padding: 100px 0;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.features-block {
  background-color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.features-block:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.features-dtl {
  padding: 25px 30px;
  background-color: #FFF;
}
.features-meta {
  font-size: 14px;
  margin-bottom: 13px;
}
.features-meta a {
  color: #F16C20;
  text-transform: uppercase;
}
.features-heading a {
  color: #232;
  font-width: 500;
}
@media (max-width: 992px) {
  .features-block {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .features-block {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Visa Map =====*/
/* ================================= */
.visa-map-main-block {
  padding: 100px 0;
}
.map-dtl .section-heading:after {
  margin: 0;
}
.map-dtl .section-heading {
  margin-bottom: 35px;
}
.map-dtl p {
  font-size: 19px;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;   
}
.map-dtl .btn-primary:hover {
  background-color: #121B51;
  color: #FFF;
}
.map-dtl i {
  margin-left: 10px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .visa-map-img {
    margin-bottom: 5px;
  }
  .map-dtl {
    padding: 60px;
  }
 .section-heading-lft-2 {
    width: 431px;
  }
}
@media (max-width: 576px) {
 .map-dtl p {
  }
 .section-heading-lft-2 {
    width: 331px;
  }
}

/* ================================= */
    /*===== Visa Services =====*/
/* ================================= */
.visa-Services-main-block {
  background-color: #5FA4DC;
}
.visa-Services-main-block .section-heading:after {
  margin: 0;
  background-color: #FFF;
}
.services-dtl .section-heading {
  margin-bottom: 37px;
}
.services-dtl {
  padding: 100px 44px;
  min-height: 470px;
}
.services-dtl p {
  color: #FFF;
  font-size: 19px;
  margin-bottom: 35px;
}
.service-dtl a {
  padding: 5px;
}
.services-dtl i {
  margin-left: 10px;
}
.service-block {
  padding: 100px 60px;
  min-height: 470px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;  
}
.visa-service-heading {
  font-size: 20px;
  color: #fff;
}
.service-dtl-icon {
  margin-bottom: 70px;
}
.service-icon i {
  font-size: 48px;
  color: #fff;
}
.service-icon [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 55px;
}
.visa-service-dtl a {
  color: #FFF;
}
.visa-service-dtl p {
  color: #F7F7F7;
}
.service-block .overlay-bg {
  opacity: 0.8;
  background-color: #2A4465;
}
@media (max-width: 992px) {
  .service-block {
    height: 550px;
  }
  .visa-service-dtl {
    text-align: center;
  }
  .service-block {
    padding: 50px 70px;
  }
  .service-icon i {
    text-align: center;
    left: 0;
    right: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .visa-service-dtl p {
    margin-bottom: 40px;
  }
  .service-block {
    height: 680px;
  }
}
@media (max-width: 576px) {
  .service-dtl-icon {
    margin-bottom: 0;
  }
  .service-block {
    height: 1000px;
  }
  .service-icon {
    text-align: center;
  }
}

/* ================================= */
    /*===== Testimonial =====*/
/* ================================= */
.testimonial-main-block {
  padding: 100px 0 80px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-dtl {
  text-align: center;
}
.testimonial-block-slider {
  margin-bottom: 40px;
}
.testimonial-block-slider.owl-carousel .owl-item img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-client-img {
  margin-bottom: 30px;
  position: relative;
}
.testimonial-client-img img {
  border-radius: 100%;
}
.testimonial-client-img i {
  position: absolute;
  color: #F16C20;
  top: 10px;
  right: 475px;
}
.testimonial-client-img [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 40px;
}
.rating ul li {
  display: inline;
  margin-bottom: 19px;
}
.rating ul li i{
  color: #F16C20;
}
.testimonial-dtl  p {
  font-size: 19px;
  padding: 0 190px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.testimonial-block-slider.owl-carousel .owl-item .testimonial-icon img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-icon ul li {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: #777;
  vertical-align: -webkit-baseline-middle;
}
.testimonial-icon {
  margin-bottom: 35px;
}
.testimonial-name {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev  {
  left: 0;
}
.testimonial-main-block .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.testimonial-main-block .owl-carousel .owl-nav button.owl-next,
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev { 
  position: absolute;
  border-radius: 100%;
  border: 2px solid #D3D3D3;
  background-color: #FFF;
  color: #2A4465;
  font-size: 18px;
  top: 35%;
  transform: translate(0, -10%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  z-index: 10; 
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-main-block .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev:hover {
  color: #FFF;
  border-color: #2A4465;
  background-color: #2A4465;
}
.testimonial-post {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 50px;
}
@media (max-width: 992px) { 
  .testimonial-dtl  p {
    padding: 20px;
  }
  .testimonial-client-img i {
    display: none;
  }
}
@media (min-width: 1100px) and (max-width: 1270px) {
  .testimonial-main-block .owl-nav {
    display: none;
  }
}
/* ================================= */
    /*===== Blog =====*/
/* ================================= */
.blog-main-block {
  padding: 50px 0;
}
.blog-main-block .section-heading:after {
  margin: 0;
}
.blog-btn {
  text-align: right;
}
.blog-img {
  position: relative;
}
.meta-dtl {
  padding: 3px 16px;
  position: absolute;
  z-index: 99999;
  background-color: #57A3E8;
  top: 0;
  text-align: center;
  display: block;
}
.meta-dtl .date {
  font-size: 25px;
  font-weight: 700;
}
.meta-dtl .month {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.meta-dtl a {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
}
.blog-block {
  border: 1px solid #EAEAEA;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-block:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.blog-dtl {
  padding: 20px 25px 20px 35px;
}
.blog-sub-heading {
  font-size: 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.blog-heading {
  font-size: 17px;
  margin-bottom: 17px;
}
.blog-heading a {
  color: #222;
}
.blog-dtl .btn-link {
  padding: 0;
}
.blog-dtl .btn-link i {
  margin-left: 8px;
  color: #F16C20;
}
.blog-block:hover .btn-link {
  color: #F16C20;
}
.blog-icon a {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-icon i {
  font-size: 13px;
  margin-right: 5px;
}
.blog-btn .btn-primary i {
  padding-left: 8px;
}
.blog-btn .btn-primary:hover {
  background: #2A4465;
  transform: scale(1.1);
  color: #FFF;
}
@media (max-width: 992px) {
  .blog-btn {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px;
  }
  .blog-main-block .blog-img img {
    width: 100%;
  }
  .blog-img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .blog-btn {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Visa Type =====*/
/* ================================= */
.visa-type-block {
  padding: 70px 0;
  position: relative;
}
.visa-type-icon img {
  padding: 10px;
  background-color: #FFF;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 28px;
}
.visa-type-heading {
  text-align: center;
}
.visa-type-block .visa-type-icon img {
  border: 5px solid #AAA;
}
.overlay-bg-blue {
  opacity: 0.8;
  background-color: #121B51;
}
.overlay-bg-black {
  opacity: 0.7;
  background-color: #000;
}
.visa-type-block p {
  text-align: center;
  margin-bottom: 25px;
}
.visa-type-block i {
  margin-left: 10px;
  width: 16px;
  height: 1px;
}
.visa-type-block:hover {
  background-color: rgba(0, 0, 0, 0.10);
}
@media (max-width: 767px) {
  .visa-type-block {
    padding: 60px 0 ;
  }
  .visa-type-block .visa-type-icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .visa-type-block p {
    text-align: center;
    margin-bottom: 20px;
  }
  .visa-type-block .btn {
    text-align: center;
  }
}

/* ================================= */
    /*===== Patners =====*/
/* ================================= */
.patners-main-block {
  padding: 55px ;
  background-color: #FFF;
}
.item-patners-img {
  margin-left: 50px;
}
.patners-slider.owl-carousel .owl-item img {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

/* ================================= */
    /*===== Visa Consultation  =====*/
/* ================================= */
.visa-consultation-main-block {
  padding:100px 0;
  position: relative;
  height: 770px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.visa-consultation-main-block .overlay-bg {
  background-color: rgba(246, 246, 246, 0.92);
}
.visa-consultation-form {
  padding: 80px 115px;
  background-color: #FFF;
}
.visa-consultation-form span {
  color: #F16C20;
}
.visa-consultation-form .form-control {
  border-radius: 4px;
  font-size: 16px;
  color: #777;
  height: 50px;
}
.visa-consultation-form select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 8px 10px;
}
.visa-consultation-form .form-group label:after {
  content: "*";
  padding-left: 5px;
  color: #F16C20;
}
.visa-consultation-form label {
  font-family: 'Poppins', sans-serif;
  color: #232;
}
.request-button .btn-primary {
  margin-top: 30px;
  padding: 13px 60px;
  width: 100%;
}
.request-button .btn-primary:hover {
  color: #FFF;
  background: #050D3C; 
}
.request-button i {
  margin-left: 8px;
}
.request-button a:hover {
  color: #FFF;
}
.visa-consultation-dtl {
  background-color: #121B51;
  width: 100%;
  height: auto;
}
.visa-consultation-block {
  position: absolute;
  box-shadow: 0px 0px 30px 0px rgba(18, 27, 81, 0.1); 
}
.visa-consultation-dtl p { 
  color: #FFF;
  font-size: 20px;
  padding: 15px 150px;
  margin: 0;
}
.visa-consultation-dtl p i {
  color: #F16C20;
  padding-right: 15px;
  margin-top: 10px; 
}
.visa-consultation-dtl [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
  font-size: 28px;
  vertical-align: middle;
}
.visa-consultation-dtl a:hover {
  color: #F16C20;
}
@media (max-width: 992px) {
  .visa-consultation-main-block {
    padding: 30px 0 950px 0;
  }
  .visa-consultation-dtl p {
    padding: 20px;
  }
  .visa-consultation-form {
    padding: 60px;
  }  
}
@media (max-width: 576px) {
  .visa-consultation-dtl p {
    padding: 20px;
  }
  .visa-consultation-form {
    padding: 20px;
  }  
}
@media (max-width: 1200px) {
  .visa-consultation-main-block {
    position: relative;
  }
  .visa-consultation-block {
    position: absolute;    
    top: auto;
    left: 0;
    right: 0;
  }
}

/* ================================= */
    /*===== Footer  =====*/
/* ================================= */
.footer-main-block {
  padding: 70px 0 0;
  background-color: #2A4465;
}
.about-widget {
  margin-bottom: 60px;
}
.logo-footer {
  margin-bottom: 20px;
}
.logo-footer a img {
  width: 220px;
}
.footer-icon {
  color: #85BBE9;
  width: 100%;
  margin: 0 auto;
}
.footer-icon [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
  font-size: 30px
}
.footer-address ul li {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-address {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-address-dtl {
  font-size: 14px;
  margin-bottom: 25px;
}
.about-widget p {
  color: #E3E3E3;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-bottom: 36px;
}
.visa-footer {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; 
  margin-bottom: 35px;
  padding-top: 17px;
  text-transform: uppercase;
}
.visa-footer-list ul li {
  margin-bottom: 18px;
}
.visa-footer-list ul li i {
  color: #E3E3E3;
  font-size: 13px;
  margin-right: 5px;
}
.visa-footer-list ul li a {
  color: #E3E3E3;
  font-size: 17px;
}
.visa-footer-list ul li a span {
  transition: all 0.3s;
}
.visa-footer-list ul li a:hover span {
  margin-left: 15px;
  transition: all 0.3s;
}
.recent-news-footer p {
  color: #E3E3E3;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
.date-footer {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #F16C20;
}
.date-footer [class^="flaticon-"]:before,  
[class^="flaticon-"]:after {
  font-size: 12px;
  margin-right: 5px;
}
.recent-news-widget hr {
  background-color: #D0D0D0; 
  margin-bottom: 20px;
}
.news-widget p {
  color: #E3E3E3;
  font-size: 17px;
  margin-bottom: 27px;
}
.news-widget .form-group {
  display: inline-block;
  float: left;
}
.news-widget .form-control {
  width: 160px;
  height: 50px;
  border-radius: 0;
  background-color: #121B51;
  border-color: #121B51;
  color: rgba(255,255,255,0.7);
}
.news-widget .btn-primary {
  width: 95px;
  height: 50px;
  padding: 4px;
  border-radius: 0;
}
.news-widget .footer-social ul li {
  display: inline-block;
  color: #CECECE;
  font-size: 16px;
  padding-right: 4px;
  line-height: 1;
  text-transform: uppercase;
}
.footer-social ul li a {
  color: #CECECE;
  font-size: 25px;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social ul li a:hover {
  color: #F16C20;
}
.tiny-footer {
  background-color: #499BDE;
  padding: 20px 0;
}
.tiny-footer a:hover {
  text-decoration: underline;	
}
.copyright-footer-block {
  background-color: #499BDE;
  color: #EDE;
  padding: 22px 0 16px;
}
.copyright-block p {
  color: #E4E4E4;
  font-size: 16px;
}

.copyright-block a {
  color: #fff;
  font-size: 16px;
}
.copyright-social ul li {
  font-size: 16px;
  display: inline;
  color: #fff;
}
.copyright-social ul li a {
  color: #004797;
  font-weight: 600;
}
.copyright-social ul .policy:after {
  content: "/";
  color: #E4E4E4;
  padding-left: 10px;
  padding-right: 10px;
}
.copyright-social .dropdown i {
  margin-left: 10px;
  margin-right: 10px;
}
.copyright-social .dropdown a {
  margin-left: 30px;
  color: #E4E4E4;
}
.copyright-social .dropdown-menu li a {
  margin-bottom: 20px;
}
.copyright-social .dropdown-menu li a {
  color: #040C39;
}
@media (max-width: 767px) {
  .tiny-footer {
    text-align: center;
  }
  .copyright-social {
    text-align: center;
  }
  .news-widget .footer-social ul li {
    padding-right: 3px;
  }
  .news-widget .form-control {
    width: 150px;
  }
  .news-widget .btn-primary {
    width: 90px;
  } 
  .recent-news-widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .about-widget .footer-address {
    margin-bottom: 22px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .news-widget .btn-primary {
    width: 115px;
  }
  .news-widget p {
    margin-bottom: 40px;
  }
  .footer-social {
    margin-bottom: 20px;
  }
  .footer-form {
    margin-bottom: 20px;
  }
  .recent-news-widget .footer-img img {
    width: 50%;
    margin-bottom: 20px;
  }
  .copyright-social .dropdown a {
    display: none;
  }
}

.footer-img img {
   border: 1px solid #fefefe;
  }

/* ================================= */
    /*===== About Home Page  =====*/
/* ================================= */
.home-slider-block-two {
  width: 100%;
  height: 350px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-slider-block-two .overlay-bg {
  opacity: 0.7;
  background-color: #2A4465;
}
.page-banner-main-block {
  text-align: center;
}

/* ================================= */
    /*===== About Page  =====*/
/* ================================= */
.about-main-block-two {  
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.about-block-dtl-two .section-heading {
  margin-bottom: 37px;
}
.about-block-dtl-two .section-heading:after {
  margin: 0;
}
.about-block-img-two {
  display: flex;
  margin-bottom: 81px;
}
.about-block-img-two img {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.about-block-dtl-two p {
  margin-bottom: 37px;
}
.about-block-dtl-two .btn-primary:hover {
  background: #050D3C;
  color: #FFF;
}
.about-block-dtl-two .btn-primary i {
  padding-left: 8px;
}
.about-block-two {
  border: 1px solid #E4E4E4;
  padding: 39px 42px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-block-two:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.about-block-two {
  padding: 35px 40px;
}
.about-icon-two {
  height: 62px;
  margin-bottom: 25px;
}
.about-dtl-two .about-heading {
  margin-bottom: 15px;
}
@media (max-width: 992px){
  .about-block-two {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-block-dtl-two .section {
    margin-bottom: 40px;
  }
  .about-block-img-two {
    margin-bottom: 20px;
  }
  .about-block-dtl-two .btn-primary {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .about-block-img-two {
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Facts =====*/
/* ================================= */
.facts-main-block {
  background-color: #F16C20;
  padding: 50px ;
}
.facts-dtl {
  font-size: 20px;
}
.facts-heading {
  font-size: 60px;
  display: inline-block;
  font-weight: 500;
}
.facts-heading-sign {
  display: inline-block;
}
@media (max-width: 992px) {
  .facts-main-block {
    padding: 40px 0;
  }
  .facts-dtl {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== About Patners  =====*/
/* ================================= */
.patners-main-block-two {
  padding: 60px;
}
.patners-main-block-two .section-heading {
  margin-bottom: 60px;
}
.patners-main-block-two .patners-img {
  
  margin-bottom: 20px;
  border: 1px solid #E9E9E9; 
  padding: 20px 14px; 
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.patners-main-block-two .patners-img:hover {
  border: 1px solid #F16C20;
}


/* ================================= */
    /*===== Team Our Staff =====*/
/* ================================= */
.our-staff-main-block {
  padding: 100px 0;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-staff-main-block .section-heading {
  font-weight: 600;
}
.our-staff-block {
  margin-bottom: 59px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.our-staff-img {
  width: 100%;
  position: relative;
}
.font-icon-hover {
  position: absolute;
  top: 149px;
  bottom: 0;
  right: 0;
  background-color: #F16C20;
  width: 175px;
  height: 30px;
  line-height: 1.8;
  padding-left: 18px;
  margin-right: -130px;
  border-radius: 15px 0 0 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.font-icon-hover:hover {  
  margin-right: 0;
}
.font-icon-hover i {
  margin-right: 15px;
}
.font-icon-hover a {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.font-icon {
  position: absolute;
  top: 149px;
  bottom: 0;
  right: 5px;
  background-color: #F16C20;
  width: 45px;
  height: 30px;
  margin-right: 15px;
  opacity: 1;
  border-radius: 15px 0 0 15px;
}
.our-staff-dtl {
  background-color: #FFF;
  padding: 22px 26px;
}
.our-staff-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.our-staff-heading a {
  color: #232;
}
.our-staff-dtl p {
  margin-bottom: 19px;
}
.social-icon-staff ul li {
  display: inline; 
}
.social-icon-staff ul li a {
  display: inline;
  color: #BEBEBE;
  padding: 5px;
  font-size: 14px;
}
.social-icon-staff a:hover {
  color: #F16C20;
}
.social-icon-staff ul li:first-child a {
  padding-left: 0;
}
@media (max-width: 767px) {
  .font-icon-hover {
    top: 139px;
  }
}
@media (max-width: 567px) {
  .font-icon-hover {
    top: 229px;
  }
}
@media (max-width: 576px) {
  .patners-main-block-two {
    padding: 40px;
  }
}
.contact-block {
  background-color: #65A7E2;
  padding: 25px;
  border-radius: 5px;  
}
.contact-block ul li a {
  color: #fff!important;	
}
.contact-block ul li a i {
  color: #fff!important;	
}
/* ================================= */
    /*===== Team Contact Us  =====*/
/* ================================= */
.team-contact-main-block {
  padding: 70px 30px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.team-contact-main-block .overlay-bg {
  opacity: 0.85;
  background-color: #F16C20;
}
.team-contact-main-block .contact-block {
  position: relative;
  padding: 0 80px;
}
.team-contact-main-block .contact-heading {
  font-size: 26px;    
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.team-contact-main-block .contact-heading span {
  font-weight: 600;
}
.team-contact-main-block .contact-btn .btn-secondary i {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .team-contact-main-block .contact-block {
    padding: 0 10px;
  }
}

/* ================================= */
    /*===== Faq Page =====*/
/* ================================= */ 
.faq-main-block {
  background-color: #F6F6F6;
  padding: 100px 0;
}
.faq-block {
  padding: 60px 60px 10px 60px; 
  background-color: #FFF;
}
.faq-heading {
  margin-bottom: 51px;
}
.faq-dtl .second-accordion {
  margin-bottom: 80px;
}
.faq-dtl .second-accordion .card-header {
  background: transparent;
  border-bottom: 0;
}
.card-header .btn {
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}
.faq-dtl .second-accordion .card-header button.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #F16C20;
  font-weight: 500;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-dtl .second-accordion .card-header button.btn:hover,
.faq-dtl .second-accordion .card-header button.btn.collapsed {
  color: #232323;
}
.faq-dtl .second-accordion .card {
  border: 0;
  border: 1px solid #E2E2E2;
  padding: 5px;
  margin-bottom: 10px;
}
.faq-dtl .second-accordion .card-header button.btn[aria-expanded="false"]:after {
  position: absolute;
  content: "\+";  
  right: 37px;
  color: #777;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 500;
}
.faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:after {
  content: "\-"; 
  right: 37px;
  position: absolute;
  color:  #777;
  width: 30px;
  text-align: center;
  font-size: 30px;
  height: 30px;
  line-height: 20px;
  font-weight: 500;
  color: #F16C20;
}
.faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:hover:after{
  color: #F16C20;
}
@media (max-width: 992px) {
  .faq-main-block .btn {
    white-space: initial;
  }
}
@media (max-width: 576px) {
  .faq-block{
    padding: 30px 30px 20px 30px; 
  }
  .faq-main-block .btn {
    white-space: initial;
  }
  .faq-dtl .second-accordion .card-header button.btn {
    position: initial;
  }
  .faq-dtl .second-accordion .card-header button.btn[aria-expanded="false"]:after {
    right: 10px;
  }
  .faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:after {
    right: 10px; 
  }
} 

/* ================================= */
    /*===== Coaching Page =====*/
/* ================================= */  
.coaching-main-block-two {
  padding: 100px 0;
  background-color: #F6F6F6;
}
.coaching-two {
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.coaching-two:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.coaching-dtl  {
  padding: 25px 38px;
  background-color: #FFF;
}
.coaching-dtl .coaching-meta {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #F16C20;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.coaching-heading {
  font-size: 18px;
}
.coaching-dtl .coaching-heading a {
  color: #232;
  margin-bottom: 17px;
}
@media (max-width: 992px) {
  .tweet-block {
    text-align: center;
  }
  .country-contact-two img {
    text-align: center;
  }
  .pagination {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .pagination {
    margin-bottom: 40px;
    text-align: center;
  }
  .country-contact-two img {
    text-align: center;
  }
}

/* ================================= */
    /*===== Coaching Detail Page =====*/
/* ================================= */  
.coaching-details-block-two {
  background-color: #FFF;
}
.coaching-details-two {
  padding: 40px 40px 0;
}
.coaching-details-two hr {
 margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
  margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
  font-style: italic;
}
.coaching-details-meta {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 13px;
  color: #F16C20;
}
.coaching-details-heading-two {
  padding: 35px 0 0;
}
.coaching-list ul li {
  padding: 20px 0 0;
  font-size: 17px;
}
.coaching-list ul li:last-child {
  margin-bottom: 20px;
}
.fee-structure {
  color: #333;
}
.coaching-fee {
  color: #F16C20;
}
.applications-heading {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}
.coaching-application p {
  margin-bottom: 30px;
}
.coaching-application ul li {
  padding: 5px 20px ;
  font-style: italic;
  font-size: 18px;
}
.applications i {
  font-size: 14px;
  color: #F16C20;
  margin-right: 10px;
}
.exam-block{
  margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
  font-size: 18px;
}
.exam-Pattern-min {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 576px) {
  .coaching-application ul li {
    margin-bottom: 15px;
  }
}

/* ================================= */
    /*===== Blog Page  =====*/
/* ================================= */ 
.blog-news-headinng {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-main-block-two {
  padding: 50px 0;
  background-color: #F6F6F6; 
}
.blog-block-section {
  margin-bottom: 80px;
}
.blog-block {
  margin-bottom: 50px;
}
.blog-heading-one {
  font-size: 20px;
}
.blog-main-block-two .btn-link i {
  color: #F16C20;
  padding-left: 8px;
}
.blog-main-block-two .blog-block:hover {
  box-shadow: none;
}
.blog-main-block-two .form-group-two .form-control {
  padding: 20px 20px;
}
.blog-block [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 15px;
  font-weight: 800;
} 
.blog-img-two {
  position: relative;
}
.search-block .form-group {
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  margin-bottom: 50px;
}
.search-block .form-group i {
  position: absolute;
  right: 30px;
  top: 20px;
}
.search-block .form-control {
  height: 58px;
  border-radius: 2px;
  color: #777;
}
.news-block-dtl p {
  font-size: 15px;
  color: #222;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}
.news-meta-block .date {
  font-size: 13px;
  color: #F16C20; 
}
.date [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 10px;
  font-weight: 800;
}
.news-meta-block .date:hover {
  color: #F16C20;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
} 
.news-block {
  border-bottom: 1px solid  #E8E8E8;
  padding: 18px 0; 
}
.news-block:last-child {
 border-bottom: none; 
}
.categories-block {
  margin: 50px 0;
}
.categories-list ul li {
  padding: 9px 0 14px;
  border-bottom: 1px solid #E8E8E8; 
}
.categories-list ul li a {
  font-size: 17px;
  color: #777;
}
.categories-list ul li a:hover {
  color: #292929;
}
.categories-list ul li .active {
  color: #292929;
}
.tweet-block {
  margin-bottom: 30px;
}
.tweet-block .owl-dots {
  text-align: left;
}
.tweet-block .owl-carousel button.owl-dot {
  background: #D6D6D6;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 1px;
  margin-right: 15px;
}
.tweet-block .owl-carousel button.owl-dot.active {
  border: 1px solid #F16C20;
  background: #FFF;
}
.tweet-dtl {
  margin-bottom: 16px;
}
.tweet-dtl i {
  color: #20AEFF;
  font-size: 14px;
  margin-right: 5px;
}
.tweet-link {
  font-size: 16px;
  margin-bottom: 20px;
}
.tweet-link a {
  border-bottom: 1px solid #F16C20;
}
.tweet-link a:hover {
  color: #F16C20;
}
.tag-widget .badge { 
  padding: 11px 14px;
  color: #777;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  border-radius: 4px;
  background-color: #FFF;
  margin-bottom: 10px;
  border: 1px solid #E8E8E8;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag-widget .badge:hover {
  background-color: #121B51;
  color: #FFF;
}
.tag-widget a { 
  margin-right: 8px;
}
.video-item {
  text-align: center;
}
.video-device .bg_img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.video-device {
  position:relative;
}
.video-item .video-preview,
.video-item .video-preview iframe {
  width: 100%;
  height: 422px;
}
.video-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index:30;
  width: 100%;
}
.btn-video-play img {
  margin: 0 auto;
  position: relative;
  top: 35%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.btn-video-play:hover {
  opacity: 0.8;
}
.blog-block {
  position: relative;
}
.blog-slider-bg {
  width: 100%;
  height: 400px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative; 
}
.blog-block .owl-carousel .owl-nav button.owl-prev  {
  left: 40px;

}
.blog-block .owl-carousel .owl-nav button.owl-next {
    right: 40px;
}
.blog-block .owl-carousel .owl-nav button.owl-next,
.blog-block .owl-carousel .owl-nav button.owl-prev { 
  position: absolute;
  border: none;
  color: #FFF;
  font-size: 25px;
  top: 50%;
  transform: translate(0, -10%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  z-index: 10; 
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-block .owl-carousel .owl-nav button.owl-next:hover,
.blog-block .owl-carousel .owl-nav button.owl-prev:hover {
  color: #FFF;
  background-color: transparent;
  border: none;
}
.page-item .page-link {
  margin-right: 5px;
  color: #FFF;
  background-color: #57A3E8;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid #57A3E8;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}
.page-item .page-link:last-child {
  border-radius: 0;   
}
.page-item.active .page-link {
  margin-right: 5px;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  background-color: #65A7E2;
  border: 1px solid #65A7E2;
  border-radius: 0;  
}
.page-item .page-link:hover {
  border: 1px solid #1764AA;
  color: #FFF;
  background-color: #1764AA;
}

.orange {
  color: #65A7E2;
  font-weight: 600;  
}

.noticia-short {
  background-color: #fff;	
}

.noticia-short img {
  margin-left: -15px;	
}

@media (max-width: 992px) {
  .blog-main-block-two .tweet-block {
    text-align: left;
  }
  .news-block-main {
    margin-bottom: 30px;
  }
  .tweet-block .owl-carousel button.owl-dot {
    text-align: center;
  }
}
@media (max-width: 576px) { 
  .news-block .news-block-img {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Blog Detail Page =====*/
/* ================================= */ 
.blog-detail {
  background-color: #FFF;
  padding: 37px 40px;
}
.blog-detail-heading {
  font-size: 14px;
  margin-bottom: 15px;
  color: #F16C20;
  text-transform: uppercase;
}
.blog-detail p {
  margin-bottom: 16px;
}
.paragraph {
  padding: 23px 10px;
}
.paragraph p {
  font-size: 17px;
  color: #232;
  border-left: 4px solid #F16C20;
  padding-left: 23px;
  text-transform: uppercase;
} 
.paragraph i {
  font-size: 16px;
  padding-right: 5px;
}
.paragraph [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 10px;
  vertical-align: top;
  font-weight: 100;
}
.blog-detail hr {
  border: 1px solid #DADADA;
  margin: 43px 0 20px;
}
.blog-social-list ul li {
  display: inline;
  border: 1px solid #E8E8E8;
  padding: 12px 0;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.blog-social-list ul li a {
  color: #777;
  padding: 17px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.blog-social-list ul li:first-child {
  padding: 0;
}
.blog-social-list ul li:hover {
  background-color: #F16C20;
}
.blog-social-list ul li:hover a {
  color: #FFF;
}
.blog-social-list {
  text-align: right;  
}
.blog-social-list ul li:first-child {
  border: none;
}
.blog-social-list .share {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.blog-social-list .share:hover {
  background-color: #FFF;
}
.blog-list-two  ul li {
  display: inline;
  font-size: 15px;
  font-style: italic;
}
.blog-list-two  ul li a {
  color: #777;
}
.blog-list-two .share {
  color: #333;
  font-weight: 550;
  text-transform: uppercase;
  font-style: normal;
}
.blog-list-two .share a {
  color: #333;
  font-weight: 550;
  text-transform: uppercase;
  font-style: normal;
}
.blog-detail-two {
  padding: 30px;
  background-color: #FFF;
  margin-bottom: 81px;
}
.blog-detail-img img {
  border-radius: 100%;
  width: 121px;
  height: 111px;
}
.author-name {
  padding: 15px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.author-title {
  margin-bottom: 33px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.author-img img {
  display: inline-block;
  float: left;
  margin-right: 24px;
  border-radius: 100%;
}
.author-description {
  display: table;
}
.author-name {
  margin-bottom: 8px;
}
.author-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px
  text-transform: uppercase;
}
.author-description p {
  margin-bottom: 36px;
  padding-left: 15px;
  font-size: 18px;
}
.comment-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.author-btn .btn-secondary {
  font-size: 12px;
  padding: 8px 13px;
  border-radius: 0;
}
.author-btn .btn-secondary:hover {
  color: #FFF;
  background: #F16C20;
}
.about-author hr {
  margin-bottom: 33px;
  border-bottom: 1px solid #DADADA;
}
.author-block-one {
  padding: 0 0 0 104px;
}
.author-block {
  margin-bottom: 40px;
}
.appointment-form .comment textarea {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #FFF;
  padding: 24px 19px 0;
  font-size: 16px;
  color: #777;
  outline: none;
}
.appointment-form .comment textarea:focus {
  border-color: #80BDFF;	
}
.appointment-form {
  margin-bottom: 22px;
}
.contact-form-btn .btn-primary {
  padding: 18px 44px;
}
.blog-main-block-two .contact-form-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .appointment-form .comment textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-social-list {
    text-align: left;  
  }
  .blog-list-two {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .blog-social-list {
    text-align: left;  
  }
  .blog-list-two {
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Service Page  =====*/
/* ================================= */
.choose-country-main-block-two {
  padding: 100px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.choose-country-main-block-two .choose-country-block-two {
  background-color: #FFF;
  padding: 20px;
}
.choose-country-main-block-two .choose-country-block {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.choose-country-main-block-two .choose-country-block:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.choose-country-main-block-two .choose-country-icon {
  margin-bottom: 28px;
}
.choose-country-main-block-two .choose-country-heading {
  margin-bottom: 9px;
}
.choose-country-main-block-two .choose-country-heading a {
  color: #232; 
}
.choose-country-main-block-two .choose-country-dtl p {
  color: #777;
}
.choose-country-main-block-two .choose-country-dtl i {
  padding-left: 10px;
}
@media (max-width: 992px) { 
  .choose-country-main-block-two .choose-country-block {
    text-align: center;
    margin-bottom: 20px;
  }
  .choose-country-main-block-two .choose-country-dtl a {
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Service Details Page  =====*/
/* ================================= */
.service-details-main-block {
  padding: 120px 0;
}
.service-img {
  margin-bottom: 37px;
}
.heading-resources {
  font-size: 22px;
}
.service-details-contant {
  padding: 40px 30px;
}
.service-details-contant i {
  color: #F16C20;
}
.service-benefits {
  background-color: #fff;
  padding: 20px;  
}
.service-benefits p {
  margin-bottom: 43px;
}
.service-benefits .second-accordion {
  margin-bottom: 0px;
}
.service-benefits .second-accordion .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}
.service-benefits .second-accordion .card-header button.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #232323;
  font-size: 17px;
  font-weight: 500;
  padding-left: 45px;
  position: relative;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: break-spaces;
}
.service-benefits .second-accordion .card-header button.btn:hover {
  color: #232323;
}
.service-benefits .second-accordion .card-header button.btn[aria-expanded="true"] {
  margin-bottom: 10px;
}
.service-benefits .second-accordion .card {
  border: 0;
  border-bottom: 1px solid #E8E8E8;
  font-size: 18px;
  margin-top: 10px;
  margin-left: -10px;
}
.service-benefits .second-accordion .card-body {
  padding: 0;
  padding-left: 50px;
  padding-bottom: 20px;
}
.service-benefits .second-accordion .card-header button.btn[aria-expanded="false"]:before {
  position: absolute;
  content: "\+";  
  left: 0;
  color: #777;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  padding-left: -2px;
  border: 1px solid #E2E2E2;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 500;
}
.service-benefits .second-accordion .card-header button.btn[aria-expanded="true"]:before {
  content: "\-";  
  left: 0;
  position: absolute;
  color:  #777;
  border: 1px solid #E2E2E2;
  border-radius: 100%;
  width: 30px;
  text-align: center;
  font-size: 30px;
  height: 30px;
  padding-left: 2px;
  line-height: 30px;
  font-weight: 500;
}
.service-details-list {
  margin-bottom: 45px;
}
.service-details-list .active  {
  background-color: #F16C20;
  font-weight: 500;
}
.service-details-list .active  a {
  color: #FFF;
}
.service-details-list ul li {
  border: 1px solid #EAEAEA;
  border-bottom: none;
  padding: 20px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-details-list ul li:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.service-details-list ul li:hover { 
  color: #FFF;
  background-color: #F16C20;
} 
.service-details-list ul li a {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-details-list ul li:hover a { 
  color: #FFF;
}
.service-resources {
  margin-bottom: 45px;
}
.resources-type ul li {
  border: 1px solid #EDEDED;
  margin-bottom: 12px;  
}
.resources-type ul li i {
  color: #F16C20;
  margin-right: 10px;
  border-right: 1px solid #EDEDED;
  padding: 0 18px;
  line-height: 3.5;
}
.resources-type ul li a {
  color: #777;
  font-size: 15px;
}
.country-contact-two .service-contact-dtl {
  padding: 40px 35px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}
.service-contact-dtl {
  padding: 40px 70px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}
.service-contact-dtl ul {
  margin-bottom: 29px;
}
.service-contact-dtl a {
  font-weight: 600;
}
.service-contact-dtl .btn-primary {
  padding: 15px 23px;
  background-color: #fff;
  color: #333;
}
.service-contact-dtl .btn-primary:hover {
  transform: scale(1.1);
}
.service-contact {
  margin-bottom: 80px;
}
.service-contact-img {
  height: 260px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-contact-img .overlay-bg {
  opacity: 0.5;
  background-color: #2A4465;
}
.service-benefits img {
  margin-bottom: 40px;
}
.service-strategy-heading {
  margin-bottom: 40px;
}
.service-strategy .nav-tabs {
  border-bottom: 1px solid #EAEAEA;
}
.service-strategy .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  font-size: 17px;
  padding: 21px 33px;
  background-color: #2A4465;
}
.service-strategy .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #fff;
  background-color: #65A7E2;
  font-size: 17px;
  padding: 21px 33px;
  border-color: #FFF;
}
.service-strategy .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.service-strategy .tab-pane {
  font-size: 18px;
}
.service-strategy .tab-content {
  border: 1px solid #EAEAEA;
  border-top: none;
  padding: 35px 30px;
}
@media (max-width: 992px) {
  .service-contact-dtl {
    padding: 40px 240px;
    text-align: center;
  }
  .service-details-list ul li {
    text-align: center;
  }
 .service-details-contant i {
    display: none;
  } 
}
@media (max-width: 767px) {
  .service-contact-dtl {
    padding: 40px 150px;
    text-align: center;
  }
  .country-contact-two .service-contact-dtl {
    padding: 40px 110px; 
  }
}
@media (max-width: 576px) {
  .service-contact-dtl {
    padding: 40px 80px;
    text-align: center;
  }
  .country-contact-two .service-contact-dtl {
    padding: 33px 49px; 
  }
  .service-benefits .second-accordion .card-header button.btn {
    white-space: initial;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .service-contact-dtl {
    padding: 35px 15px;    
  }
}

/* ================================= */
    /*===== Country List Page =====*/
/* ================================= */
.country-main-block-two {
  padding: 118px 0 120px;
  background-color: #F6F6F6;
}
.choose-country-two {
  background-color: #FFF;
  padding: 35px 23px;
  margin-bottom: 30px;
}
.choose-country-icon-two {
  margin-bottom: 20px;
}
.choose-country-two:last-child {
  margin-bottom: 79px;
}
.choose-country-two {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.choose-country-two:hover {
  box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.05); 
}
.choose-country-dtl-two p {
  margin-bottom: 20px;
}
.choose-country-dtl-two a {
  color: #232;
}
.choose-country-dtl-two a i {
  color: #F16C20;
  padding-left: 10px; 
}
.country-form-heading {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  background-color: #2A4465;
  color: #fff;
  padding: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.country-form {
  padding: 15px 25px;
  background-color: #FFF;
  margin-bottom: 50px;
}
.country-form .form-group {
  margin-bottom: 20px;
}
.country-main-block-two select.form-control:not([size]):not([multiple]) {
  height: 56px;
}
.country-form .form-control {
  padding: 14px 18px;
}
.coaching-main-block-two select.form-control:not([size]):not([multiple])  {
  height: 64px;
}
.country-form span {
  color: #F16C20;
}
.country-form  label {
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
.country-contact-two .service-contact-dtl i {
  margin-bottom: 30px;
  font-size: 30px;
  color: #F16C20;
}
.country-contact-two .service-contact-dtl ul li {
  font-size: 20px;
  margin-bottom: 5px;
}
.service-contact-dtl 
[class^="flaticon-"]:before, 
[class^="flaticon-"]:after  {
  font-size: 40px;
}
.country-contact-two .service-contact-dtl ul li a {
  color: #F16C20;
  border-bottom: 1px solid;
}
.country-form .request-button-two .btn-primary {
  padding: 16px 90px;
  width: 100%;
  font-size: 18px;
  background-color: #65A7E2;
  border-color: #65A7E2;
}
.country-form .request-button-two .btn-primary i {
  padding-left: 8px;
}
.request-button-two .btn-primary:hover {
  background: #2A4465;
  border-color: #2A4465;
  color: #FFF;
}

/* ================================= */
    /*===== Country Details Page =====*/
/* ================================= */
.country-details-block {
  background-color: #FFF;
}
.country-details-block {
  margin-bottom: 40px;
}
.country-details {
  padding: 33px 40px;
}
.country-details-heading {
  font-size: 20px;
  color: #232;
  padding: 33px 0 0;
}
.country-details p {
  color: #777;
}
.italic {
  font-style: italic;
}
.country-details i {
  color: #F16C20;
  font-size: 15px;
  padding-right: 20px;
}
.country-details-block hr {
  margin-bottom: 23px;
}
.details-button-two .btn-primary {
  margin-bottom: 28px;
}
.details-button-two .btn-primary i {
 padding: 5px;
}
.details-button-two .btn-primary:hover {
  background: #050D3C;
  color: #FFF;
}
.country-applications ul li {
  padding: 5px 30px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .country-applications ul li i {
    display: none;
  }
}

/* ================================= */
    /*===== Contact Us Page =====*/
/* ================================= */
.contact-us-main-block {
  padding: 118px 0 50px;
  background-color: #F6F6F6;
}
.contact-us-heading {
  color: #232;
  font-size: 26px;
  margin-bottom: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.contact-us-heading-two {
  text-transform: none;
}
.contact-us-block {
  margin-bottom: 60px;
}
.appointment-form .form-group-two {
  margin-bottom: 15px;
}
.appointment-form .form-group .form-control {
  padding: 12px 20px;
  margin-bottom: 17px;
}
.contact-form-btn i {
  padding-left: 8px;
}
.contact-form-btn .btn-primary:hover {
  background: #2A4465;
  transform: scale(1.1);
  color: #FFF;
}
.contact-us-dtl .contact-dtl-heading {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 36px;
}
.contact-us-dtl p {
  font-size: 18px;
  margin-bottom: 35px;
}
.contact-us-main-block .contact-block i {
  font-size: 20px;
  color: #777; 
  padding-right: 20px;
}
.contact-us-two [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
  font-size: 20px;
  color: #777; 
}
.contact-us-main-block .contact-block ul li i {
  display: inline-block;
  float: left;
}
.contact-us-main-block .contact-block ul li {
  color: #777;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-us-main-block .contact-block ul li a {
  color: #777;
  display: table;
}

/* ================================= 
    /*===== Map =====*/
/* ================================= */
.map-location {
  width: 100%;
  height: 440px;
}

/* ================================= */
    /*===== Contact Us Page Two =====*/
/* ================================= */
.contact-two-heading {
  margin-bottom: 27px;
}
.brd-rgt {
  border-right: 1px solid #DDD;
}
.contact-us-two ul {
  margin-bottom: 25px;
}
.contact-us-two-main-block {
  background-color: #F6F6F6;
  padding: 22px 0 0;
}
.contact-us-two-form .form-group-two {
  margin-bottom: 14px;
}
.contact-us-two-main-block .contact-form-btn {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .brd-rgt {
    border-right: none;
  }
  .contact-us-two {
    margin-bottom: 30px;
  }
}

.whatsapp {
display: inline-block;
transition: 0.3s ease;
text-align: center;
line-height: 64px;
width: 70px;
height: 70px;
opacity: 0.7;
padding-bottom: 7px;
border-radius: 50%;
background-color: #25D366;
border: 2px solid #fff;
position: fixed;
bottom: 130px;
right: 30px;
cursor: pointer;
animation: shadow-pulse 1s infinite;
z-index: 9999999;
}

.pulse-animation {
  
animation: shadow-pulse-blue 1.5s infinite;

}

.whatsapp img {
width: 50px; 
margin-top: 0px;
}

.whatsapp span {
display: none;
opacity: 0;
transition: all 0.5s;
}

.whatsapp:hover {
opacity: 1;
transition: 0.3s ease;
width: 250px;
background-color: #1DA550;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
border-radius: 50px;
animation: none;
}

.whatsapp:hover img {
display: none;
}

.whatsapp:hover span {
display: block;
font-size: 12px;
animation-name: fadein;
opacity: 1;
animation-duration: 1s;
text-shadow: 0 2px 3pa rgba(0,0,0,0.2);
letter-spacing: 1px;
margin-top: 2px;
color: #fff;
animation: clarear 1.5s;
}

@keyframes shadow-pulse {
0% {
box-shadow: 0 0 0 0px rgba(0, 140, 35, 0.9);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 140, 35, 0);
}
}
@keyframes shadow-pulse-blue {
0% {
box-shadow: 0 0 0 0px rgba(42, 68, 101, 0.9);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 140, 35, 0);
}
}

@keyframes clarear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.page-anterior {
  position: relative;
  display: flex;
  float: left;
  order: -1;
}



#formulario {position: relative;}

.form-group {
  position: relative;
}

.floating-label{
  position: absolute;
  top: 10px;
  pointer-events: none;
  left: 25px;
  transition: all 0.5s;
}


input:focus ~ .floating-label,
textarea:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label{
  top: -12px;
  left: 25px;
  background-color: #fff;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.pcd_panel  label{
  margin-left: -25px;
}

.mapa {
  border-top: 1px solid #ccc;
  margin-bottom: -10px;  
}

.font-13 { font-size: 13px!important; }
.font-15 { font-size: 15px!important; }

.btn-curriculum {
  display: block;	
  padding: 15px;
  background-color: #65A7E2;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 600; 
  transition: all 0.3s;  
}

.btn-curriculum:hover {
  background-color: #2A4465;
  color: #fff;
  transition: all 0.3s;    
}

#login, #registro {
	margin-top: 10px;
}
.modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-body .modal-title {
    color: #2A4465;
	width: 100%;
	font-weight: 700;
    text-align: center;
    font-family: "Poppins", sans-serif;	
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.sub-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 15px;
}
.form-login {
	padding: 20px 50px;
}
.form-login input{
	transition: all 0.3s;
}
.form-login input:focus{
	border: 1px solid #65A7E2;
	outline: none;
	box-shadow: none;
	transition: all 0.3s;
}
.form-login label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
}
.form-login .btn_login {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	background-color: #65A7E2;
	border: none;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
	transition: all 0.3s;
}
.form-login .btn_login:hover {
    transform: scale(1.1);
	background-color: #2A4465;
	transition: all 0.3s;
}
.form-login a {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 2px;
	color: #555;
	transition: all 0.3s;
}
.form-login a:hover {
	text-decoration: underline!important;
	color: #333;
	transition: all 0.3s;
}

#recuperar {
	display: none;
}

.form-label {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
}

.no-display {
    display: none;	
}

#btn-label {
	display: block;
	width: 100%;
	font-weight: 600;
	padding: 15px;
	border-radius: 5px;
	font-size: 15px;
	letter-spacing: 2px;
	background-color: #65A7E2;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

#btn-label:hover {
	background-color: #2A4465;
	transition: all 0.3s;
}

#arquivo_upload {
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	font-size: 15px;
	border: 1px dashed #ccc;
	text-align: center;
	overflow: hidden;
}

.foto_usuario {
    width: 100%;	
	margin-top: 10px;
}

.country-form a {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 500;
	background-color: #FF9326;
	border-color: #FF9326; 
}

.country-form a:hover {
	color: #fff;
	background-color: #FF8000;
	border-color: #FF8000; 
	transform: scale(1.1);
}


.country-form a span {
	display: block;
	color: #fff;
	font-size: 10px;
	margin-top: 10px;
	letter-spacing: 2px;
	font-weight: 500;
}

.bold-s {
	font-weight: 600; 
	letter-spacing: 2px;
}

.s-limite {
    text-align: center;
    font-size: 10px;
    font-weight: 500;	
	display: block;
	letter-spacing: 1px;
}

.vagas {
	padding: 50px;
}

.btn-vagas {
	width: 100%;
	text-align: center;
	background-color: #2A4465;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 15px;
	color: #fff;
	transition: all 0.3s;
}

.btn-vagas:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.filtro {
	display: inline-block;
	margin-right: 3px;
}

.filtro select {
	padding: 10px;
	border: 1px solid #CED4DA;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 2px;
	cursor: pointer;
	background-color: #eaeaea;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: 1px solid #ccc;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 7px 10px;
  background-color: #eaeaea;
  font-weight: bold;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

.options li:hover {
  background-color: #39f;
  color: white;
}

.border-right {
  border-right: 1px solid #CED4DA;
  min-height: 600px;  
}

@media only screen and (max-width: 772px) {
.filtro {
	display: block;
	margin-bottom: 3px;
}
	
.filtro select {
	width: 100%;
	padding: 10px;
	border: 1px solid #CED4DA;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 2px;
	cursor: pointer;
	background-color: #eaeaea;
}
.select {
    width: 100%;
	margin-bottom: 3px;
}
.border-right { 
    border-right: none!important; 
}
}


.vagas {
  padding: 50px;
}

.btn-vagas {
  width: 100%;
  text-align: center;
  background-color: #2A4465;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 15px;
  color: #fff;
  transition: all 0.3s;
}

.btn-vagas:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.filtro {
  display: inline-block;
  margin-right: 3px;
}

.filtro select {
  padding: 10px;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #eaeaea;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: 1px solid #ccc;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 7px 10px;
  background-color: #eaeaea;
  font-weight: bold;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

.options li:hover {
  background-color: #39f;
  color: white;
}

.border-right {
  border-right: 1px solid #CED4DA;
  min-height: 600px;  
}

@media only screen and (max-width: 772px) {
.filtro {
  display: block;
  margin-bottom: 3px;
}
  
.filtro select {
  width: 100%;
  padding: 10px;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #eaeaea;
}
.select {
    width: 100%;
  margin-bottom: 3px;
}
.border-right { 
    border-right: none!important; 
}
}

.about-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.vaga-left {
 overflow-y: scroll;
 max-height: 800px;
 transition: all 0.2s;
 padding: 0 30px;
 overflow-x: hidden;
}

.vaga-left::-webkit-scrollbar {
 width: 5px;
 
 visibility: hidden;
 background-color: transparent;
 transition: all 0.2s;
}
.vaga-left::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background-color: gray!important;
 transition: all 0.2s;
 position: relative;
 visibility: hidden;
}


.vaga-left:hover::-webkit-scrollbar {
 width: 5px;
 visibility: visible;
 transition: all 0.2s;
 position: relative;
}
.vaga-left:hover::-webkit-scrollbar-thumb {
 width: 5px;
 visibility: visible;
 transition: all 0.2s;
 position: relative;
}

.vaga-left-box {
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.08);
  border: 1px solid #2A4465;
  border-radius: 8px;
  padding: 15px;
  margin: 10px;
  transition: all 0.5s;
  cursor: pointer;
 }

 .vaga-left-box.active {
   background-color: #2A4465;
   color: #fff;
 }
 .vaga-left-box.active h2, 
 .vaga-left-box.active h3 {
   color: #fff;
 }
 .vaga-left-box.active .gray-box p{
   background-color: #fff;
   color: #000;
   font-size: 14px;
 }

 #vaga-conteudo .loading  {
   position: absolute;
   transform: translate(50%, 50%);
 }


 .gray-box p{
   padding: 7.5px;
   font-size: 14px;
   display: inline-flex;
   margin: 5px 5px 5px 0 ;
   background: #000;
   color: #fff;
   border-radius: 3px;
 }

 .vaga-left-descricao {
   margin-top: 5px;
   max-height: 47.5px;
 }

 .vaga-right-head-scroll{
   max-height: 600px;
   overflow-y: scroll;
 }

 .vaga-right-head-scroll::-webkit-scrollbar {
   width: 5px;
   background-color: transparent!important;
   transition: all 0.3s;
 }
 .vaga-right-head-scroll::-webkit-scrollbar-thumb {
   width: 5px;
   background-color: gray!important;
   transition: all 0.3s;
 }
 .vaga-right-head-scroll:hover::-webkit-scrollbar-thumb {
   width: 5px;
   border-radius: 5px;
   background-color: gray!important;
   position: relative;
 }
 
 .pagination {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   align-content: center;
   flex-wrap: nowrap;
   padding: 0; 
}

.pagination li {
   margin: 0 ; 
}

.pagination li a.active {
   background-color: #020658;
}

.pagination .anterior {
   order: -1!important; /* Defina -1 para a classe .anterior para colocá-la no início */
}



 .pre_wrap {
   white-space: pre-wrap;
 }

 
/*******************
Preloader
********************/
.preloader {
 width: 100%;
 height: 100%;
 top: 0px;
 position: fixed;
 z-index: 99999;
 background: #fff; }
 .preloader .cssload-speeding-wheel {
   position: absolute;
   top: calc(50% - 3.5px);
   left: calc(50% - 3.5px); }

.loader,
.loader__figure {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); }

.loader {
 overflow: visible;
 padding-top: 2em;
 height: 0;
 width: 2em; }

.loader__figure {
 height: 0;
 width: 0;
 box-sizing: border-box;
 border: 0 solid #1976d2;
 border-radius: 50%;
 -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
 animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.loader__label {
 float: left;
 margin-left: 50%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 margin: 0.5em 0 0 50%;
 font-size: 0.875em;
 letter-spacing: 0.1em;
 line-height: 1.5em;
 color: #1976d2;
 white-space: nowrap;
 -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
 animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
 0% {
   height: 0;
   width: 0;
   background-color: #1976d2; }
 29% {
   background-color: #1976d2; }
 30% {
   height: 2em;
   width: 2em;
   background-color: transparent;
   border-width: 1em;
   opacity: 1; }
 100% {
   height: 2em;
   width: 2em;
   border-width: 0;
   opacity: 0;
   background-color: transparent; } }


@-webkit-keyframes loader-label {
 0% {
   opacity: 0.25; }
 30% {
   opacity: 1; }
 100% {
   opacity: 0.25; } }

   .btn-aplicar {  
     background-color: #2A4465;
     color: #fff;
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     font-weight: 600px;
     padding: 15px 28px;
     border: 1px solid #2A4465;
     text-transform: uppercase;
     -webkit-transition: none;
     -moz-transition: none;
     transition: none;  
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     transition: all 0.5s ease;
   }
   .btn-aplicar:hover {
     transform: scale(1.1);
     color: #fff;
   }
   .btn-aplicar:focus {
     color: #fff;
     border: 1px solid #20D16A;
   }

   .tooltip_vaga{
    display: inline-block;
    height: 100%;
  }

  .sobre-list {
    list-style-type: disc;
  }

  .img-parceiro {
    height: 100px;
    width: 200px;
    position: relative;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
  }

  .servico-descricao {
    white-space: pre-wrap;
  }