body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
a, button {
    color: #d7036a;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover {
    text-decoration: none;
    color: #d7036a;
}
button:hover,
button:focus {
    outline: none;
}
p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.80em;
    color: #6c7171;
}
img {
    max-width: 100%;
    width: 100%;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 1020;
}
header .navSection {
    position: relative;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 20px;
    background: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0rem 1rem;
}
.navSection.fixedHeader .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.navSection .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navSection .navbar-brand img {
    height: 70px;
    width: auto;
    transition: all 0.5s linear;
}
header .navSection.fixedHeader.navbar .navbar-brand img {
    height: 40px;
}
.navSection .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #262626;
    line-height: 75px;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
}
.navSection .navbar-nav .nav-item:last-child .nav-link {
    display: inline-block;
}
.navSection .navbar-nav .nav-item:last-child .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 10px;
    background-color: #262626;
}
header .fixedHeader.navbar .navbar-nav .nav-link {
    color: #262626;
}
.navSection .navbar-nav .nav-link:hover,
.navSection .navbar-nav .nav-link.active {
    color: #d7036a;
}
header .customToggler:focus {
    outline: none;
}
header .customToggler .navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #d7036a;
}
header .customToggler .navbar-toggler-icon.active {
    background: none;
}
header .customToggler .navbar-toggler-icon:before,
header .customToggler .navbar-toggler-icon:after {
    content: '';
    width: 32px;
    height: 2px;
    background: #d7036a;
    position: absolute;
    left: 0;
    transition: all 0.15s ease-out;
}
header .customToggler .navbar-toggler-icon.active:before {
    top: 0;
    transform: rotate(45deg);
    background: #d7036a;
}
header .customToggler .navbar-toggler-icon.active:after {
    top: 0;
    transform: rotate(135deg);
    background: #d7036a;
}
header .customToggler .navbar-toggler-icon:before {
    top: -7px;
}
header .customToggler .navbar-toggler-icon:after {
    bottom: -7px;
}
header .navbar .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: calc(100% - 3px);
    border-radius: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.03);
}
header .dropdown-toggle::after {
    content: "\f107";
    position: absolute;
    top: 8px;
    right: 0;
    font-family: 'FontAwesome';
    color: #f1592a;
    border: none;
    font-size: 18px;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-weight: 600;
    color: #262626;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #d7036a;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: #212529;
}
.dropdown-item:focus {
    outline: none
}

.bannerSection {
    position: relative;
}
.bottomOverlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.bottomOverlay img {
    max-width: 100%;
}
.bannerSlider {
    position: relative;
}
.bannerSlider .bannerItem {
    position: relative;
}
.bannerSlider .bannerContent {
    width: calc(25% - 60px);
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0px, -50%);
}
.bannerSlider .bannerContent .coverText h1 {
    display: none;
    color: #d7036a;
    font-weight: 700;
    margin: 0 0 15px 0;  
    font-size: 32px;
}
.bannerSlider .bannerContent .coverText p {
    display: none;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin-bottom: 20px;
}
.bannerSlider .bannerContent .coverText a {
    display: none;
    border: 1px solid #d7036a;
    padding: 7px 25px;
    background-color: #d7036a;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}
.bannerSlider .bannerContent .coverText a:hover {
    color: #d7036a;
    background-color: transparent;
}
.show {
    display: block!important;
}
.show-inline {
    display: inline-block!important;
}
.bannerSlider.owl-theme .owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
}
.bannerSlider.owl-theme .owl-dots .owl-dot.active span, 
.bannerSlider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d7036a;
}
.simpleBtn {
    display: block;
    font-weight: 700;
}
.simpleBtn i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.simpleBtn:hover i {
    padding-left: 10px;
}
.mainTitle {
    margin-bottom: 3rem;
}
.mainTitle h1 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: capitalize;
}
.aboutSection,
.whySection {
    padding: 70px 0;
}
.aboutSection img {
    border-radius: 10px;
}
.serviceSection {
    padding: 60px 0;
    position: relative;
}
.serviceSection .bg-layer {
    background-image: url(../images/pattern-1.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: left top;
}
.serviceSlider,
.flagSlider {
    position: relative;
}
.serviceSlider.owl-carousel .owl-stage,
.flagSlider.owl-carousel .owl-stage {
    display: flex;
}
.serviceSlider.owl-carousel .owl-stage .item,
.flagSlider.owl-carousel .owl-stage .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.serviceWidget {
    display: flex;
    flex-direction: column;
    align-items: stretch;    
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.serviceWidget .serviceImg {
    background: #ff5522;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.serviceWidget .serviceImg img {
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.serviceWidget:hover .serviceImg img {
    opacity: 0.50;
    transform: scale(1.05);
}
.serviceWidget .serviceDes {
    padding: 20px;    
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.serviceWidget .serviceDes h2 {
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
    font-size: 20px;
    flex-grow: 1;
}
.serviceSlider.owl-theme .owl-nav,
.flagSlider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: -50px;
}
.serviceSlider.owl-theme .owl-nav .disabled,
.flagSlider.owl-theme .owl-nav .disabled {
    opacity: 1;
    color: #d7036a !important;
}
.serviceSlider.owl-theme .owl-nav [class*=owl-],
.flagSlider.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0 10px;
    padding: 0px!important;
    border: none;
    border-radius: 0px;
    color: #d7036a;
    height: 44px;
}
.serviceSlider.owl-theme .owl-nav button:last-child,
.flagSlider.owl-theme .owl-nav button:last-child {
    margin-right: 0;
}
.serviceSlider.owl-theme .owl-nav [class*=owl-] i,
.flagSlider.owl-theme .owl-nav [class*=owl-] i {
    font-size: 16px;
}
.whySection .whyItem {
    text-align: center;
    margin-bottom: 30px;
}
.immigration-page .whyItem {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
}
.whySection .whyItem .whyIcon {
    position: relative;
    display: inline-block;
    line-height: 100px;
    margin-bottom: 35px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.whySection .whyItem:hover .whyIcon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.whySection .whyItem .whyIcon img {
    width: 70px;
    height: 70px;
}
.whySection .whyItem .whyDetails {

}
.whySection .whyItem .whyDetails h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.5rem;
}
.testiSection {
    padding: 70px 0;
}
.testiItem {
    position: relative;
    display: block;
    text-align: center;
    min-height: 332px;
    padding: 60px 40px 60px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
}
.testiItem .icon {
    position: relative;
    font-size: 48px;
    color: #f7622a;
    line-height: 48px;
    margin-bottom: 30px;
}
.testiItem .text {
    position: relative;
    font-size: 18px;
    color: #6c7171;
    font-style: italic;
}
.testiItem .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 115px;
    margin-top: 25px;
    text-align: left;
}
.testiItem .info .image {
    position: absolute;
    left: 0;
    top: 0px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
}
.testiItem .info .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
}
.testiItem .rating {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffb400;
    margin-bottom: 7px;
}
.testiItem .rating i{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.testiItem .rating i:last-child{
  margin-right: 0;
}
.testiItem .name {
    color: #2d3434;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}
.testiItem .designation {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #a8b1b5;
}
.testiSlider .owl-dots {
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.testiSlider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  font-size: 0;
  text-indent: 50px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.0);
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.testiSlider .owl-dots .owl-dot span {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #c4cecc;
  border-radius: 50%;
  margin: 0;
}
.testiSlider .owl-dots .owl-dot.active {
  border-color: #f7622a;
}
.testiSlider .owl-dots .owl-dot.active span {
  background: #4a6660;
}
.whysubSection {
    padding: 100px 0;
    position: relative;
}
.whysubSection .bg-layer {
    background-image: url(../images/whysub-bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.whysubTitle h3 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
}
.whysubSection p {
    color: #fff;
    margin-bottom: 1.5rem;
}
.customBtn {
    border: 1px solid #d7036a;
    padding: 7px 25px;
    background-color: #d7036a;
    border-radius: 20px;
    color: #fff !important;
    font-weight: 500;
    cursor: pointer;
}
.customBtn.hover-red {
    display: inline-block;
    margin-bottom: 15px;
}
.customBtn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.customBtn.hover-red:hover {
    color: #d7036a !important;
    border-color: #d7036a;
}
.breadcrumbSection {
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.breadcrumbTitle h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
}
.breadcrumbTitle h1 span.line {
    flex-grow: 1;
    position: relative;
    margin-left: 15px;
}
.breadcrumbTitle h1 span.line:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.borderRed {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #d7036a;
}
.py-30 {
    padding: 30px 0;
}
.aboutPage {
    padding: 70px 0;
    background-color: #f2f2f2;
}
.aboutPage .aboutContent {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.aboutPage .aboutDes h2 {
    color: #52575e;
    font-weight: 600;
    margin-bottom: 30px;
}
.aboutPage .vmWidget {
    padding: 30px;
    background-color: #fff;
    transition: 0.5s all linear;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.aboutPage .vmWidget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url('../images/vm-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    transition: 0.5s all linear;
}
.aboutPage .vmWidget:hover:before {
    opacity: 1;
}
.aboutPage .vmContent {
    position: relative;
    z-index: 3;
}
.aboutPage .vmWidget h3 {
    color: #52575e;
    font-weight: 600;
}
.aboutPage .vmWidget:hover h3 {
    color: #fff;
}
.aboutPage .vmWidget p {
    margin-bottom: 0;
}
.aboutPage .vmWidget:hover p {
    color: #fff;
}
.flagSection {
    padding: 70px 0;
}
.country-flags {
    margin: 0;
    padding: 0;
    list-style: none;
}
.country-flags li {
    display: inline-block;
    padding: 15px;
}
.country-flags li a {

}
.country-flags li a img {
    width: 128px;
    height: 128px;
}
.servicePage {
    padding: 70px 0;
}
.servicePage .serviceImg img {
    border-radius: 10px;
}
.quickContact {
    padding: 100px 0;
    position: relative;
}
.quickContact .bg-layer {
    background-image: url(../images/travel-bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contactPage {
    padding: 60px 0;
}
.contactForm .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0;
    border-color: #acacac;
    font-size: 13px;
    font-weight: 500;
    color: #acacac;
    padding-left: 0;
}
.contactForm select.form-control {
    color: #acacac;
}
.contactForm select.form-control option:not(:first-child) { 
    color: #262626; 
}
.contactForm .form-control::-webkit-input-placeholder {
    color: #acacac;
}
.contactForm .form-control:-ms-input-placeholder {
    color: #acacac;
}
.contactForm .form-control::placeholder {
    color: #acacac;
}
.contactInfo {
    padding: 30px;
    height: 100%;
    background-image: url('../images/contact-bg.jpg')
}
.contactItem {
    margin-right: 15px;    
    display: flex;    
    border-bottom: 1px solid #acacac;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contactItem:last-child {
    border-bottom: none;
}
.contactItem span.infoTitle {
    flex: 0 0 60px;
}
.contactItem span {
    flex-grow: 1;
    color: #fff;
    font-weight: 500;
}
.contactItem span h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contactItem span img {
    max-width: 40px;
    margin-right: 20px;
    filter: brightness(0) invert(1);
}
.mapSection {
    padding-bottom: 60px;
}
.contactPop .modal-content {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.contactPop .modal-header {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
}
.contactPop .modal-header .close {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    color: #fff;
    z-index: 999;
    opacity: 1;
}
.contactPop .modal-body {
    padding: 3rem 3rem 1rem 3rem;
}
.contactPop .modal-body .form-control {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    font-weight: 500;
}
.contactPop .modal-body h3 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.contactPop .modal-body h3 span {
    font-weight: 700;
}




footer {
    background: #272d2e;
    color: #a3adcc;
}
.footerInfo {
    background-color: #272d2e;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerItem {
    margin-bottom: 10px;    
    display: flex;    
    align-items: center;
}
.footerItem span.infoTitle {
    flex: 0 0 60px;
}
.footerItem span {
    flex-grow: 1;
    color: #a3adcc;
    font-weight: 500;
}
.footerItem span img {
    max-width: 40px;
    margin-right: 20px;
}
.footerLogo img {
    max-width: 150px;
    width: 100%;
}
.footerWidget h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footList {
    margin: 0;
    padding: 0;
}
.footList li {
    list-style: none;
    margin-bottom: 1rem;
    display: block;
    color: #a3adcc;
    font-weight: 500;
}
.footList li a {
    color: #a3adcc;
}
.footList li img {
    max-width: 16px;
    margin-right: 5px;
}
.socialLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}
.socialLinks li {
    display: inline-block;
    margin: 3px;
}
.socialLinks li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #a3adcc;
    background-color: #a3adcc;
    display: block;
    color: #fff;
}
.socialLinks li a:hover {
    background-color: #d7036a;
    border-color: #d7036a;
}
.copyBg {
    border-top: 1px solid #4f4f4f;
    padding: 15px 0;
}
.copyBg p {
    color: #a3adcc;
    margin-bottom: 0;
}