@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import "https://use.fontawesome.com/releases/v5.0.7/css/all.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";


@font-face {
    font-family: myFirstFont;
    src: url(../font/FontsFree-Net-Gilroy-Light.ttf);
  }
  @font-face {
    font-family: gilroy-medium;
    src: url(../font/FontsFree-Net-Gilroy2.ttf);
  }
  @font-face {
    font-family: gilroy-heavy;
    src: url(../font/FontsFree-Net-Gilroy-Heavy.ttf);
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
a {
    color: #ff532e;
}
p {
    font-family: 'Roboto', sans-serif;
    color: #6c7178;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
    color: #1c1e20;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}
*, :after, :before {
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
    color: #f12a02;
}
ul, ol{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
.green-digi{
    color: #8BC34A!important;
    font-weight: 500;
}
.red{
    color: #f12a02 !important;
}

.btn-default {
    color: #fff !important;
    background-color: #f12a02;
    border-color: #f12a02;
}
.btn-default:hover {
    color: #fff !important;
    background-color: #ff532e;
    border-color: #ff532e;
}
.btn {
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 19px;
    white-space: nowrap;
}
header .btn{
    font-size: 16px;
}
header .btn i{
    font-size: 20px;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site_slider-image img {
    min-height: 95vh;
    object-fit: cover;
}
.slider-captions {
    position: absolute;
    bottom: 25%;
    max-width: 600px;
}
.slider-title {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 20px;
    letter-spacing: -1px;
}
.slider-text {
    margin:15px 0 25px;
    color: #fff;
    font-weight: 300;
}
.dotted-line {
    border-bottom: 1px dotted #fff;
}
.btn-lg {
    padding: 20px 28px;
    font-size: 15px;
    line-height: 1.3333333;
}
.slider-captions span {
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}
.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 50px;
    position: relative;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 3px;
    margin: 2px 2px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
    float: left;
}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #f12a02;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav i{
    font-weight: bold;
}
.slider .owl-theme .owl-nav .owl-prev, .slider .owl-theme .owl-nav .owl-next{
    color: #1c1e20;
    font-size: 24px;
    margin: 5px;
    padding: 6px 12px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px;
}
.slider .owl-next {
    position: absolute;
    top: 45%;
    right: 10px;
}
.visa_info{
    padding: 50px 0px 60px 0px;
}
.visa_info .heading-main {
    color: #1c1e20;
    font-size: 26px;
}
.visa_info .desc {
    color: #6c7178;
    font-weight: 300;
}
.text-default {
    color: #f12a02 !important;
}
.visa_services{
    background-color: #f8f9fa;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 60px 0px;
}
.service-thumb-card {
    margin-bottom: 40px;
    transition: 0.5s;
}
.service-img {
    position: relative;
}
.service-thumb-card .service-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service-thumb-clip {
    -webkit-clip-path: polygon(0 91%, 100% 76%, 102% 100%, 0% 100%);
    clip-path: polygon(0 91%, 100% 76%, 102% 100%, 0% 100%);
    background-color: #fff;
    position: absolute;
    padding: 40px;
    bottom: -2px;
    width: 100%;
}
.service-thumb-card-body {
    background-color: #fff;
    padding: 30px;
    max-height: 82px;
}
h3 {
    font-size: 20px;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.title {
    color: #1c1e20;
}
.service-thumb-card-body i {
    background-color: transparent;
    border: 2px solid #f12a02;
    display: inline-block;
    border-radius: 100%;
    padding: 9px 11px;
    height: 38px;
    width: 38px;
    color: #f12a02;
}
.service-thumb-card:hover {
    -webkit-box-shadow: 0px 5px 37px -1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 5px 37px -1px rgba(0,0,0,0.22);
    box-shadow: 0px 5px 37px -1px rgba(0,0,0,0.22);
    transition: 0.5s;
    cursor: pointer;
}

.visa_services-c{
    background-color: transparent;
    padding: 0px 0px;
}
.visa_services-bg-video video {
    width: 100%;
    height: 780px;
    object-fit: cover;
}
.visa_services-bg-video {
    position: relative;
}
.visa_services-bg-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 99.2%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #7e3267ad 0%, rgb(240 47 23 / 67%) 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.video_content-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.card-outline-transparent {
    border: 2px solid rgba(255, 255, 255, .2);
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 30px;
    transition: .5s ease;
}
.card-outline-transparent .card-body {
    padding: 20px;
}
.card-outline-transparent .card-body p{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
}
.card-outline-transparent:hover {
    border: 2px solid rgba(255, 255, 255, .6);
    transition: .5s ease;
    cursor: pointer;
}
header.fixed_header {
    background: #1c1e20;
    border-color: #1c1e20;
}

.visa_Immigration{
    padding: 80px 0px 80px 0px;
    position: relative;
}
h2 {
    font-size: 26px;
}
.lead {
    font-size: 21px;
    color: #1c1e20;
}
.feature-list-point {
    margin-bottom: 30px;
    list-style: none;
    padding: 0px;
}
ul.feature-list-point li{
    font-family: 'Roboto', sans-serif;
    color: #6c7178;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin: 6px 0;
}
ul.feature-list-point li i {
    font-size: 15px;
    padding-right: 10px;
    color: #23bf5d;
}
.btn-primary {
    color: #fff !important;
    background-color: #2971ac;
    border-color: #2971ac;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3f99e3;
    border-color: #3f99e3;
}
.visa_application_p{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 50px 0px;
    background-color: #f8f9fa;
}
.card-process {
    border-radius: 4px;
    border: 0px;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 25px;
}
.card-body {
    padding: 30px;
}
.process-number {
    font-size: 20px;
    height: 42px;
    width: 42px;
    color: #f12a02;
    background-color: transparent;
    border: 2px solid #f12a02;
    border-radius: 100%;
    padding: 6px 13px;
    font-weight: 600;
    display: inline-block;
}
.process-content {
    padding-left: 20px;
}
h4 {
    font-size: 18px;
}
.card-process:hover {
    -webkit-box-shadow: 0px 5px 37px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 37px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 37px -1px rgba(0,0,0,0.15);
    transition: 0.5s;
    cursor: pointer;
}
img.grayscale:hover {
    filter: grayscale(0);
    opacity: 1;
    transition-property: filter;
    transition-duration: 1s;
}
.partner-logo:hover {
    filter: grayscale(0);
}
.space-large {
    background: url(../images/visa-process.jpg);
    padding-top: 140px;
    padding-bottom: 140px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.testi{
    padding: 100px 0px 100px 0px;
}
.testimonial-single-content {
    position: relative;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 17px;
    color: #6c7178;
    border: 1px solid #e5e5e5;
}
.testimonial-single-meta {
    margin-left: 20px;
}
.text-blue {
    color: #0756a4 !important;
}
.testimonial-single .t-3-arrow:after {
    bottom: -12%;
    left: 5%;
    display: inline-block;
    background-color: #ffffff;
    font-family: FontAwesome;
    margin-left: -13px;
    position: absolute;
    font-size: 25px;
    content: '\f10d';
    border: none;
    width: 50px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
.Partner_logo{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 0px 90px 0px;
    background-color: #f8f9fa;
}
.partner-logo {
    border: 2px solid #f7f7f7;
    margin-bottom: 20px;
    text-align: center;
}
.partner-logo {
    filter: grayscale(1);
}
img.grayscale {
    filter: grayscale(1);
    opacity: .6;
    cursor: pointer;
}
.bg-primary {
    background-color: #084477 !important;
    color: #9bccf2;
}
.space-small {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer{
    color: #7e8083;
    padding: 80px 0;
    background: #222426;
}
.widget-footer {
    margin-bottom: 30px;
}
.widget-footer .widget-title {
    line-height: 21px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #ffffff;
}
footer a, footer address{
    color: #7e8083;
    line-height: 1.412;
    font-weight: 300;
    position: relative;
}
footer ul li{
    position: relative;
    list-style: none;
    padding: 8px 0;
}
footer ul li:before, footer ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
footer .textwidget ul.listnone li::before {
    display: none;
}
footer .form-control {
    height: 45px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 6px;
}
footer address{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.copyright{
    color: #898b8e;
    padding: 15px 0px;
    font-size: 12px;
    background: #1c1e20;
}
.copyright p {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}


