
/* =============== Colors Used =====================

  purple             : #783550;
  Dark-Blue          : #1E3133;
  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: #783550;
  -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: #783550 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600px !important;
  padding: 15px 28px;
  border: 1px solid #783550;
  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 !important;
  color: #783550 !important;
  border: 1px solid transparent;
}
.btn-primary2 {  
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600px;
  padding: 15px 28px;
  border: 1px solid #783550;
  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-primary2:hover {
  background-color: #783550;
  color: #fff;
  border: 1px solid transparent;
}
.btn-primary:focus {
  background-color: #FFF;
  color: #783550;
  border: 1px solid transparent;
}
.btn-secondary {
  background-color: #1E3133;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500px;
  text-transform: uppercase;
  line-height: 0.71;
  padding: 19px 25px;
  border: 1px solid #1E3133;
  -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: #232;
  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: #783550;
  text-decoration: none;
}
.btn-white {
  background-color: #FFF;
  display: inline-block;
  float: left;
  color: #783550;
  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: transparent;
  border: 1px solid #783550;
}
.btn-dark {
  background-color: transparent;
  display: inline-block;
  float: left;
  color: #783550;
  padding: 20px 40px;
  margin-right: 10px;
  border: 1px solid #783550;
  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: #783550;
  border: 1px solid #FFF;
}
.form-control{
	padding: 16px 16px;
}

.form-control:focus { 
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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: #783550;
  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: #FFF;
}
.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; 
	text-align: justify;
}


.top-40 {
  margin-top: 40px;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: none;
  background-color: #1E3133;
  color: #FFF;
}
.none-case {
  text-transform: none;
}
@media (max-width: 576px) {
  .page-banner-main-block .page-banner-heading {
    font-size: 40px;
  }
  
  .section  p {
	font-size: 14px;
}
  .about-sub-heading p {
	font-size: 14px;
	margin-bottom: 47px;
}
.about-heading {
  font-size: 18px;
}
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background-color: #783550;
  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 Nav Bar =====*/
/* ================================= */
.nav-bar-main-block {
  z-index: 99999;
  width: 100%;
}
.logo {
  padding-top: 25px;
  padding-bottom: 20px;
}
#cssmenu.small-screen ul {
    width: 100%;
    display: none;
    background: #fff;
    margin-top: 70px;
    right: 50%;
}
.navigation-btn {
  text-align: right;
  padding-top: 25px;
}
#cssmenu > ul > li.has-sub > a {
  font-weight: 500;
}
@media (max-width: 785px) {
  #cssmenu > ul > li > a {
    padding: 12px ;
  }
  #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: #783550;
    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 #menu-button:after{
  	    height: 9px;
  }
}
@media (max-width: 767px) {
  .navigation-btn {
    text-align: center;
  } 
  .nav-bar-main-block {
    padding: 15px 0;
  }
.logo {
    text-align: left;
}
  .navigation-btn {
    display: none;
  }
}

@media (max-width: 766px) {
  #cssmenu.small-screen {
    width: 100%;
    margin-top: 25px;
}
}
@media (max-width: 576px) {
  .nav-bar-main-block {
    padding: 15px 0;
  }

.home-main-block .slider-heading {
    font-size: 33px;
    line-height: 38px;
}

}
.nav-bar-main-block .btn-primary:hover,.nav-bar-main-block .btn-primary:focus {
  background: #7a7a7a;
  color: #FFF;
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-main-block {
  position: relative;
}
.home-slider-bg .overlay-bg {
  opacity: 0.7;
  background-color: #1E3133;
}
.home-slider-bg {
  width: 100%;
  height: 910px;
  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: 60px;
  font-size: 60px;
}
.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-sub-heading {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}

.slider-btn .btn-white {
margin-bottom: 20px;
}

 .home-slider-bg {
  height: 540px;
}

  .slider-dtl {
    padding: 0px 0 0px 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: #783550;
  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;
}
.about-type {
  padding: 40px 55px;
  background-color: #F5F5F5;
  margin-bottom: 100px;
  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-type .btn-link {
    margin-top: -30px;
}
.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: initial;
    font-size: 110px;
    text-align: right;
    opacity: 0.09;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-right: -40px;
    margin-top: -30px;
}
.about-type p {
  margin-bottom: 0px;
      min-height: 70px;
}
.about-type i {
  color: #783550;
  margin-left: 12px; 
}
.about-main-block .section-heading:after {
  margin: 0;
}
.about-icon {
  padding: 1px;
  color: #783550;
}
.about-heading {
  font-size: 22px;
}
.about-sub-heading p {
  margin-bottom: 17px;
  text-align: justify;
}
.about-main-block .section {
  margin-bottom: 50px;
} 
.about-main-block .section-heading {
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
/*	.about-type {
    min-height: 270px;
}	*/
}	
@media (max-width: 992px) {
	.number {
    margin-right: 0px;
}
	.about-type {
    padding: 40px 15px;
	
	}
	.about-points-block {
    padding: 31px 5px;
		}
	
		}
	
	@media (max-width: 767px) {
		.about-type {
    min-height: unset;
}
	.about-points-block {
  padding: 31px 40px;
  	}	
	.about-type {
    padding: 40px 55px;
	
	}
  	}
  
  

  .about-icon {
    text-align: center!important;
    margin-bottom: 10px;
  }
  .about-sub-heading {
    text-align: center!important; 
  }

  .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: 767px) {
  .about-block {
    padding-bottom: 40px;
  }
  .number {
    bottom: 110px;
  }
}

@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: justify;
  }
}


/* ================================= 
    /*===== Choose Country =====*/
/* ================================= */
.choose-country-main-block {
  padding: 100px 0;
  background-color: #1E3133;
  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: #1E3133;
  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: #783550;
}
.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;
  }
}

/* ================================= */
    /*===== TORTS Features =====*/
/* ================================= */
.TORTS-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 {
  -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: 35px 25px;
    background-color: #FFF;
    min-height: 320px;
    text-align: justify;
}
.features-dtl2 {
    padding: 15px 17px 3px 17px;
    text-align: center;
	display: table;
	min-height: 120px;
	width: 100%;
}
.features-dtl2:hover {
	color: #fff !important;
    background-color: #783550;
}
.features-dtl3 {
    padding: 15px 17px 3px 17px;
    text-align: center;
	display: table;
	min-height: 120px;
	width: 100%;
	color: #fff;
    background-color: #783550;
}
.features-dtl3:hover {
	    color: #777;
    background-color: #F5F5F5;
}

.features-heading {
    text-align: center;
}

.features-img {
    text-align: center;
}
.features-meta {
    font-size: 26px;
    margin-bottom: 13px;
    vertical-align: middle;
    display: table-cell;
}
.features-meta a {
  color: #783550;
  text-transform: uppercase;
}
.features-heading a {
  color: #232;
  font-width: 500;
}

.features-dtl3 .features-meta a{
		color: #fff;
}

.features-dtl3 .features-meta a:hover {
	    color: #000;
}


.features-dtl3:hover .features-meta a {
	    color: #000;
}
@media (max-width: 992px) {
  .features-block {
    text-align: center;
  }
}
@media (max-width: 576px) {

}

.falist{
    display: inline-block;
    min-width: 243px;
}.falist i{
    color: #783550;

}

/* ================================= */
    /*===== TORTS Map =====*/
/* ================================= */


.TORTS-map-main-block {
    padding: 100px 0px 0px 0px;
    background: #fff;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
.TORTS-map-main-block .overlay-bg {
  opacity: 0.8;
  background-color: #1E3133;
}
.map-dtl .section-heading:after {
  margin: 0;
}
.map-dtl .section-heading {
  margin-bottom: 35px;
 /* font-family: 'Squada One', cursive;	*/
  font-size: 40px;
}
.map-dtl p {
	font-family: 'Roboto', sans-serif;   
	text-align: justify;
}
.map-dtl .btn-primary:hover {
  background-color: #1E3133;
  color: #FFF;
}
.map-dtl i {
  margin-left: 10px;
}

@media (max-width: 992px) {
.TORTS-map-img {
max-width: 300px;
margin: 0 auto;
display: block;

}

.features-dtl2 {
  padding: 0;
}
.map-dtl .section-heading {
    text-align: center;
}

.map-dtl .section-heading:after {
    margin: 0 auto !important;
	
	}

}


@media (min-width: 767px) and (max-width: 992px) {
  .TORTS-map-img {
    margin-bottom: 5px;
  }

 .section-heading-lft-2 {
    width: 431px;
  }
}
@media (max-width: 576px) {
 .map-dtl p {
  }
 .section-heading-lft-2 {
    width: 331px;
  }
}

/* ================================= */
    /*===== TORTS Services =====*/
/* ================================= */
.TORTS-Services-main-block .section-heading:after {
  margin: 0;
  background-color: #FFF;
}
.services-dtl .section-heading {
  margin-bottom: 37px;
}
.services-dtl {
  background-color: #783550;
  padding: 100px 44px;
  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;
    height: 470px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.TORTS-service-heading {
  font-size: 22px;
  color: #E5D1DB;
}
.service-dtl-icon {
  margin-bottom: 70px;
}
.service-icon i {
  font-size: 48px;
  color: #783550;
}
.service-icon [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 55px;
}
.TORTS-service-dtl a {
  color: #FFF;
}
.TORTS-service-dtl p {
  color: #F7F7F7;
  text-align: justify;
}
.service-block .overlay-bg {
  opacity: 0.9;
  background-color: #1E3133;
}



@media (max-width: 1285px) {
	

  .service-block {
    height: 100%;
  }  
  .services-dtl {
    height: 100%;

}

	.service-icon i {
    font-size: 31px !important;
}

  }

@media (max-width: 992px) {
	
		.WHOWEARE{
    margin-top: -80px;
}
  .service-block {
    height: 100%;
  }
  .TORTS-service-dtl {
    text-align: center;
  }
  .service-block {
    padding: 30px 30px;
  }
  .service-icon i {
    text-align: center;
    left: 0;
    right: 0;
	padding: 20px;
    display: block;
  } 
  .service-dtl-icon {
  margin-bottom: 5px;
}
  .service-icon img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
	padding: 20px;
  }
}

@media (max-width: 952px) {
	
	.service-icon i {
    font-size: 46px
 !important;
}
	
	}
@media (max-width: 767px) {
  .TORTS-service-dtl p {
    margin-bottom: 40px;
  }
  .service-block {
    height:  100%;
  }
  
  .service-dtl-icon {
  margin-bottom: 5px;
}
}
@media (max-width: 576px) {
	
	.services-dtl .section-heading
  .service-dtl-icon {
    margin-bottom: 0;
  }
  .services-dtl {
  background-color: #783550;
  padding: 55px 15px;
  height: 470px;
}
  .service-block {
    height:  100%;
  }
  .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: #783550;
  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: #783550;
}
.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: #783550;
  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;
  background-color: #1E3133;
}
.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: 100px 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: #783550;
  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;
  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: #783550;
}
.blog-block:hover .btn-link {
  color: #783550;
}
.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: #1E3133;
  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%;
  }
}
@media (max-width: 576px) {
  .blog-btn {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== TORTS Type =====*/
/* ================================= */
.TORTS-type-block {
  padding: 70px 0;
  position: relative;
}
.TORTS-type-icon img {
  padding: 10px;
  background-color: #FFF;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 28px;
}
.TORTS-type-heading {
  text-align: center;
}
.TORTS-type-block .TORTS-type-icon img {
  border: 5px solid #AAA;
}
.overlay-bg-blue {
  opacity: 0.8;
  background-color: #1E3133;
}
.overlay-bg-black {
  opacity: 0.7;
  background-color: #000;
}
.TORTS-type-block p {
  text-align: center;
  margin-bottom: 25px;
}
.TORTS-type-block i {
  margin-left: 10px;
  width: 16px;
  height: 1px;
}
.TORTS-type-block:hover {
  background-color: rgba(0, 0, 0, 0.10);
}
@media (max-width: 767px) {
  .TORTS-type-block {
    padding: 60px 0 ;
  }
  .TORTS-type-block .TORTS-type-icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .TORTS-type-block p {
    text-align: center;
    margin-bottom: 20px;
  }
  .TORTS-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;
}

/* ================================= */
    /*===== TORTS Consultation  =====*/
/* ================================= */
.TORTS-consultation-main-block {
  padding:100px 0;
  position: relative;
  height: 770px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.TORTS-consultation-main-block .overlay-bg {
  background-color: rgba(246, 246, 246, 0.92);
}
.TORTS-consultation-form {
  padding: 80px 115px;
  background-color: #FFF;
}
.TORTS-consultation-form span {
  color: #783550;
}
.TORTS-consultation-form .form-control {
  border-radius: 4px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #777;
  height: 50px;
}
.TORTS-consultation-form select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 8px 10px;
}
.TORTS-consultation-form .form-group label:after {
  content: "*";
  padding-left: 5px;
  color: #783550;
}
.TORTS-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: #1E3133; 
}
.request-button i {
  margin-left: 8px;
}
.request-button a:hover {
  color: #FFF;
}
.TORTS-consultation-dtl {
  background-color: #1E3133;
  width: 100%;
  height: auto;
}
.TORTS-consultation-block {
  position: absolute;
  box-shadow: 0px 0px 30px 0px rgba(18, 27, 81, 0.1); 
}
.TORTS-consultation-dtl p { 
  color: #FFF;
  font-size: 20px;
  padding: 15px 150px;
  margin: 0;
}
.TORTS-consultation-dtl p i {
  color: #783550;
  padding-right: 15px;
  margin-top: 10px; 
}
.TORTS-consultation-dtl [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
  font-size: 28px;
  vertical-align: middle;
}
.TORTS-consultation-dtl a:hover {
  color: #783550;
}
@media (max-width: 992px) {
  .TORTS-consultation-main-block {
    padding: 30px 0 950px 0;
  }
  .TORTS-consultation-dtl p {
    padding: 20px;
  }
  .TORTS-consultation-form {
    padding: 60px;
  }  
}
@media (max-width: 576px) {
  .TORTS-consultation-dtl p {
    padding: 20px;
  }
  .TORTS-consultation-form {
    padding: 20px;
  }  
}
@media (max-width: 1200px) {
  .TORTS-consultation-main-block {
    position: relative;
  }
  .TORTS-consultation-block {
    position: absolute;    
    top: auto;
    left: 0;
    right: 0;
  }
}

/* ================================= */
    /*===== Footer  =====*/
/* ================================= */
.footer-main-block {
  padding: 30px 0 30px 0;
  background-color: #1E3133;
}

.footer-main-block p {
  color: #fff;
}
.about-widget {
  margin-bottom: 60px;
}
.logo-footer {
  margin-bottom: 20px;
}
.footer-icon {
  color: #783550;
  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;
}
.footer-address-dtl {
  font-size: 16px;
  margin-bottom: 25px;
}
.about-widget p {
  color: #E3E3E3;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-bottom: 36px;
}
.TORTS-footer {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; 
  margin-bottom: 35px;
  padding-top: 17px;
  text-transform: uppercase;
}
.TORTS-footer-list ul li {
  margin-bottom: 18px;
}
.TORTS-footer-list ul li i {
  color: #E3E3E3;
  font-size: 13px;
  margin-right: 5px;
}
.TORTS-footer-list ul li a {
  color: #E3E3E3;
  font-size: 17px;
}
.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: #783550;
}
.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: #1E3133;
  border-color: #1E3133;
  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: 16px;
  margin-right: 5px;
  -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: #783550;
}
.tiny-footer {
  background-color: #1E3133;
  padding: 20px 0;
}
.copyright-footer-block {
  background-color: #783550;
  color: #EDE;
  padding: 22px 0 16px;
}
.copyright-block p {
    color: #E4E4E4;
    text-align: left;
    font-size: 13px;
}
.copyright-block p a,
.copyright-block a {
  color: #E4E4E4;
  font-size: 16px;
}
.copyright-social ul li {
  font-size: 16px;
  display: inline;
}
.copyright-social ul li a {
  color: #E4E4E4;
}
.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: 992px){
.logo img {
    max-width: 150px;
}



}

@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;
  }
}

/* ================================= */
    /*===== 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: #1E3133;
}
.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 {
  margin-bottom: 81px;
}
.about-block-img-two img {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.about-block-dtl-two p {
  margin-bottom: 37px;
}
.about-block-dtl-two .btn-primary:hover {
  background: #1E3133;
  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: #783550;
  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: 118px;
}
.patners-main-block-two .section-heading {
  margin-bottom: 60px;
}
.patners-main-block-two .patners-img {
  margin-bottom: 20px;
  border: 1px solid #E9E9E9; 
  padding: 60px 54px; 
  -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 #783550;
}

/* ================================= */
    /*===== 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: #783550;
  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: #783550;
  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: #783550;
}
.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;
  }
}

/* ================================= */
    /*===== Team Contact Us  =====*/
/* ================================= */
.team-contact-main-block {
  padding: 120px 0px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.team-contact-main-block .overlay-bg {
  opacity: 0.8;
  background-color: #783550;
}
.team-contact-main-block .contact-block {
  position: relative;
  padding: 0 80px;
}
.team-contact-main-block .contact-heading {
  font-size: 45px;    
  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: 1200px) {
	.team-contact-main-block .contact-heading {
    font-size: 38px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
}
	
	
	
	@media (max-width: 992px) {
.team-contact-main-block .contact-heading {
  font-size: 28px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.team-contact-main-block .contact-block {
  padding: 0px;
}

.team-contact-main-block {
  padding: 60px 0px;
}





}

@media (max-width: 767px) {
	
	.team-contact-main-block .contact-heading {
  font-size: 29px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
  .team-contact-main-block .contact-block {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {


.team-contact-main-block .contact-heading {
    font-size: 29px;
    margin-bottom: 30px;
    line-height: 37px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
}
/* ================================= */
    /*===== 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: #783550;
  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: #783550;
}
.faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:hover:after{
  color: #783550;
}
@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: #783550;
  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: #783550;
}
.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: #783550;
}
.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: #783550;
  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: 100px 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: #783550;
  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;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.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: #783550; 
}
.date [class^="flaticon-"]:before, 
[class^="flaticon-"]:after {
  font-size: 10px;
  font-weight: 800;
}
.news-meta-block .date:hover {
  color: #783550;
  -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 #783550;
  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 #783550;
}
.tweet-link a:hover {
  color: #783550;
}
.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: #1E3133;
  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: #9D9D9D;
  font-size: 17px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #DBDBDB;
  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: #783550;
  font-size: 17px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #783550;
  border-radius: 0;  
}
.page-item .page-link:hover {
  border: 1px solid #783550;
  color: #783550;
}
@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: #783550;
  text-transform: uppercase;
}
.blog-detail p {
  margin-bottom: 16px;
}
.paragraph {
  padding: 23px 10px;
}
.paragraph p {
  font-size: 17px;
  color: #232;
  border-left: 4px solid #783550;
  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: #783550;
}
.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: #783550;
}
.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;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  padding: 24px 19px 0;
  font-size: 16px;
  color: #777;
}
.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: #783550;
}
.service-benefits p {
  margin-bottom: 43px;
}
.service-benefits .second-accordion {
  margin-bottom: 20px;
}
.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;
}
.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;

}
.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: #783550;
  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: #783550;
} 
.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: #783550;
  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;
}
.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.8;
  background-color: #1E3133;
}
.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: #232323;
  font-size: 17px;
  padding: 21px 33px;
  border-color: #EAEAEA;
}
.service-strategy .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #232323;
  font-size: 17px;
  padding: 21px 33px;
}
.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: #783550;
  padding-left: 10px; 
}
.country-form-heading {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.country-form {
  padding: 37px 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;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.coaching-main-block-two select.form-control:not([size]):not([multiple])  {
  height: 64px;
}
.country-form span {
  color: #783550;
}
.country-form  label {
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
.country-contact-two .service-contact-dtl i {
  margin-bottom: 30px;
  font-size: 30px;
  color: #783550;
}
.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: #783550;
  border-bottom: 1px solid;
}
.country-form .request-button-two .btn-primary {
  padding: 16px 90px;
  width: 100%;
}
.country-form .request-button-two .btn-primary i {
  padding-left: 8px;
}
.request-button-two .btn-primary:hover {
  background: #1E3133;
  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: #783550;
  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: #1E3133;
  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;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.contact-form-btn i {
  padding-left: 8px;
}
.contact-form-btn .btn-primary:hover {
  background: #1E3133;
  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;
  }
}





.parsley-errors-list {
    text-align: left  !important;
}



input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.custom-select {
	height: 42px;
	width: 100%;
	margin: 4px 0px 25px 0px;
	background: #FCFCFC;
	position: relative;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #b0b0b0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


@media (max-width: 576px) {


h1 {
  font-size: 20px;
}
}


.with-errors {
        display: none !important;
}
 
 
 
 
 
 
 

