/*
* ----------------------------------------------------------------------------------------***
Author       : Targetiv
Template Name: Nuage Real Estate Template
Version      : 1.0
* ----------------------------------------------------------------------------------------***
*/


/*------------------------------------------------------------------*

[Table of contents]

01.Reset CSS
02.Font CSS
0.General Css
04. Common CSS
05.CSS Transantion
06.preloader css
07. Header CSS
08. Parralax Banner  CSS
11.About css
12.Service Css
13.Skill & Experience css
14.Counter Css
12.Portfolio Css
14.Testimonial Css
15.Blog  css
19.Contact  css
20.Footer   css
21.Responsive Css

***-------------------------------------------------------------------*/


/* Reset CSS
=============================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

body {
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
}

a {
    word-wrap: break-word;
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}

button:focus {
    outline: inherit;
    outline: inherit;
}


/* Reset CSS End
===============================================================*/


/* Font CSS Start
=============================================================== */

body,
p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #103856;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    padding-bottom: 0.625rem;
    letter-spacing: 0.0313rem;
    font-weight: 600;
}

h1 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
    letter-spacing: 1px;
}

h2 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

p {
    margin-bottom: 0.9375rem;
}

a {
    font-size: 0.875rem;
}

blockquote {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
}


/* Font CSS End
=============================================================== */


/* Common CSS Start
=============================================================== */

a:hover {
    color: #000000;
}

.btn:focus {
    box-shadow: inherit;
}

.light-clr {
    color: #fff;
}

.dark-clr {
    color: #444444;
}

.primary_color {
    color: #000000;
}

.primary_bg {
    background-color: #000000;
}

.bg_ash {
    background-color: #eee;
}

.com_bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

.com_bg:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
}

.com_bg .container {
    position: relative;
    z-index: 1;
}

.com_tran {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sec_pad {
    padding-top: 70px;
    padding-bottom: 70px;
}

.com_btn .fa-arrow-alt-circle-right {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.com_btn:hover .fa-arrow-alt-circle-right {
    -webkit-animation: rotation 2s infinite linear;
    margin-left: 0.875rem;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

.animated.standby {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    visibility: hidden;
}

#toTop {
    position: fixed;
    right: 0.625rem;
    bottom: 0.625rem;
    z-index: 999;
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
    width: 1.875rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}


/* Common CSS End
=============================================================== */


/* Header CSS Start
=============================================================== */

header .header-logo {
    color: #000000;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

header .header-logo img {
    width: 170px;
}

header {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .main-menu>li {
    position: relative;
}

header .main-menu>li>a {
    color: #173966;
    font-size: 15px;
    padding: 25px 1.5vw;
    font-weight: 700;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

header .main-menu>li.active>a {
    color: #14899c;
}

header .main-menu>li:hover>a {
    color: #14899c;
}

header .main-menu>li>a>i {
    color: #03328E;
}

header .main-menu>li>a:hover>i {
    color: #fff;
}

header .main-menu>li:hover>a i {
    color: #fff;
}

header .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 180px;
    overflow: hidden;
    border-top: 2px solid #000000;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

header .main-menu .sub-menu a {
    padding: 11px 10px;
    display: block;
    color: #173966;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

header .main-menu .sub-menu a i {
    color: #03328E;
}

header .main-menu .sub-menu a:hover {
    background: #14899c;
    color: #fff;
}

header .main-menu>li:hover .sub-menu {
    display: block;
}

header .header-logo figure img {
    max-width: 200px;
}

header .demo-link {
    margin-left: 1vw;
}

header .side-menu-close {
    background: transparent;
}

header .side-menu-close span {
    background: #21395F;
    width: 28px;
}

#call-action .call-action {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border: 1px solid #ddd;
    padding: 4px 15px;
    border-radius: 4px;
}

#call-action .call-action:hover {
    color: #14899c;
}


/* side menu */

.side-menu-wrap {
    width: 300px;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-wrap.opened {
    left: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.side-menu-wrap.opened .site-nav-logo {
    width: 130px;
}

.side-menu-logo {
    border-bottom: 2px solid #12292d;
    padding-left: 15px;
}

.side-menu-nav .svg-inline--fa {
    position: absolute;
    right: 15px;
    top: 20px;
}

.side-menu-nav .main-menu>li {
    position: relative;
    border-bottom: none;
}

.side-menu-nav .main-menu>li>a>i {
    color: #03328E;
}

.side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #FE8204;
    background: #fff;
    display: none;
}

.side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee;
}

.side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-nav .main-menu .sub-menu a i {
    color: #03328E;
}

.side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
}

.side-menu-nav .main-menu .sub-menu a:hover {
    background: #F5F5F5;
}

.side-menu-nav .main-menu>li>a {
    color: #212529;
    padding: 8px 30px 8px 20px;
    font-weight: 600;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-size: 13px;
}


/* site-nav-whatsapp */

.side-menu-nav .main-menu>li>a.site-nav-phone,
.side-menu-nav .main-menu>li>a.site-nav-whatsapp {
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 190px;
    margin: auto;
    padding: 10px;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    border: none;
    margin-top: 20px;
    border-radius: 4px;
}

.side-menu-nav .main-menu>li>a.site-nav-whatsapp {
    color: #000000;
    background-color: #fff;
}

.side-menu-nav .site-nav-phone .svg-inline--fa,
.side-menu-nav .site-nav-whatsapp .svg-inline--fa {
    position: absolute;
    left: 75px;
    top: 38px;
}

.side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.side-menu-close {
    height: 40px;
    width: 40px;
    background: #21395F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
    top: -5px;
}

.side-menu-close span:nth-child(3) {
    bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
    opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
}


/*  custom overlay */

.custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 12500;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.custom-overlay.show {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}


/*
.header_top {
    background-color: #30233D;
    overflow: hidden;
    padding: 5px 0;
}

.left_top_header,
.right_top_header {
    width: 50%;
    float: left;
}

.left_top_header p {
    margin-bottom: 0;
}

.left_top_header p a {
    color: #fff;
    font-size: 16px;
}

.left_top_header p a:hover {
    color: #000000;
}

.left_top_header p a .fa-mobile-alt {
    margin-right: 10px;
}

.right_top_header ul {
    float: right;
}

.header_right_button ul.header_right li,
ul.social>li {
    display: inline-block;
    margin: 0 8px;
}

ul.social>li>a {
    color: #fff;
    font-size: 16px;
}

ul.social>li>a:hover {
    color: #000000;
}

ul.navbar-nav>li {
    margin: 0 10px;
}

.navbar-brand img {
    width: 70%;
}

.header_wrapper .navbar {
    padding: .9rem 1rem;
}

.header_right_button ul.header_right li>a,
ul.navbar-nav>li>a {
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 2px;
    border-radius: 5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.header_wrapper .navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 2px;
    border-radius: 5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.header_wrapper .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
}

ul.navbar-nav>li>a:hover {
    color: #000000;
}

#navbarNav {}

.header_right_button ul.header_right li a {
    background: #000000;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
}

.header_right_button ul.header_right li a:hover {
    background: #30233D;
}

.header_wrapper .phone {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px 15px;
    font-size: 18px;
    color: #000000;
}




.navbar-toggler-icon {
    background: #30233D;
    padding: 7px 0px;
    width: 45px;
    height: 44px;
    border-radius: 4px;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 0 auto;
}

#toggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

.header_wrapper {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}




 Header CSS End
=============================================================== */


/* Banner Recieve Area Start
=============================================================== */

.banner_receive_wrapper {}

.banner_receive_wrapper {
    background: url(../images/other/1.png);
    background-position: left bottom !important;
    height: 770px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.banner_receive_wrapper.com_bg:after {
    background: rgba(0, 0, 0, 0.29);
}

.banner_receive_title {
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 33px;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 10px 0px;
    text-shadow: 2px 2px #0a0a0a;
}

.banner-top-box p {
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-shadow: 2px 2px #0a0a0a;
}

.group-btn {
    margin: 30px 0px;
}

.group-btn a {
    text-align: center;
    z-index: 48;
    left: calc(50% - 600px + 20px);
    height: 55px;
    width: 184px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 55px;
    font-weight: 600;
    border-width: 1px;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border: none;
}

.group-btn a.fill-btn {
    width: 184px;
    color: #FFFFFF;
}

.group-btn a.fill-btn:hover {
    background-color: #fff;
    color: #000000;
}

.group-btn a.outline-btn {
    background-position: center center;
    color: #000000;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    margin-left: 30px;
    border: none;
}

.group-btn a.outline-btn:hover {
    color: #fff;
    background-color: #000000;
}

.sl_circle_box {
    text-align: left;
}

.sl_choose_item {
    padding: 20px 30px 20px;
    min-height: 140px;
    background-color: #fff;
    text-align: left;
}

.sl_circle_box h2 {
    color: #000000;
    font-size: 37px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 36px;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.sl_circle_box h3 {
    font-size: 20px;
    line-height: 26px;
    color: #555;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sl_circle_box h4 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}


/* Banner Recieve Area End
=============================================================== */


/* post-percentage */

.post-percentage {
    margin-top: -300px;
}


/* Start Who we are area
=============================================================== */

.business-partner {
    margin-top: 100px;
}

.about-text {}

.about-text h3 {
    color: #000000;
    font-size: 32px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.pl-7rem {
    padding-left: 8rem;
}

.who-we-img {
    position: relative;
    padding-top: 50px;
}

.who-we-img:before {
    content: ' ';
    position: absolute;
    box-sizing: border-box;
    height: 100px;
    z-index: -1;
    top: 0px;
    right: 0px;
    width: 500px;
    visibility: visible;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    display: table-cell;
}

.location-area .who-we-img {
    padding-top: 20px;
}

.location-area .who-we-img:before {
    content: ' ';
    position: absolute;
    box-sizing: border-box;
    height: 150px;
    z-index: -1;
    top: 0px;
    right: 0px;
    width: 150px;
    visibility: visible;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    display: table-cell;
    left: -20px;
}

.who-we-img:after {
    content: ' ';
}

.who-we-img img {
    width: 100%;
}


/* End Who we are area
=============================================================== */


/* Slider CSS Start
=============================================================== */

.slider_wrapper .sec-title {
    margin-bottom: 50px;
}

.sec-title {
    text-align: left;
    color: #373737;
    font-size: 32px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 36px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.sec-title:after {
    content: ' ';
    width: 120px;
    background-color: #ddd;
    left: 0px;
    border: 1px solid #000000;
    position: absolute;
    bottom: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #000000;
}

.sl_slider_item {
    width: 100%;
    display: table;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slider_content_wrapper {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.slider_content {
    position: absolute;
    width: 100%;
}

.slider_1 .slider_content {
    left: 0;
    bottom: 15%;
}

.slider_title h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.01em;
}

.slider_logo {
    padding-top: 50px;
}

.slider_2 .slider_content {
    width: 30%;
    top: 5%;
    right: 0;
}

.slider_4 .slider_title h1,
.slider_2 .slider_title h1 {
    font-size: 36px;
    line-height: 40px;
}

.slider_2 .slider_logo {
    padding-top: 10px;
    width: 50%;
    margin: 0 auto;
}

.slider_2 .slider_title h1 {
    font-size: 30px;
    line-height: 36px;
}

.slider_4 .slider_content {
    top: 10%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 50%;
    background-color: #000000;
    border-radius: 50%;
}


/*=============*/

@keyframes listfadeleft {
    0% {
        left: -6.25rem;
        opacity: 0;
    }
    40% {
        left: -6.25rem;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.swiper-slide-active .slider_title h1 {
    -webkit-animation: listfadeleft 2s;
    position: relative;
}

@keyframes listfaderight {
    0% {
        right: -10.25rem;
        opacity: 0;
    }
    60% {
        right: -10.25rem;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.swiper-slide-active .slider_logo {
    -webkit-animation: listfaderight 2s;
    position: relative;
}


/*=============*/


/*===Country List==*/

.country_list_form {
    border-radius: 12px;
    margin-top: 15px;
}

.country_list_form .col-4,
.country_list_form .col-2 {
    padding: 0 2px;
}

.m-4 {
    margin: 15px 0 !important;
    float: right;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    border-radius: .25rem;
    height: 42px;
    padding: 6px 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 5px;
}

.country_list_form .select2-container {
    min-width: 320px;
}

.cntry_btn {
    margin: 15px 0 !important;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #181818;
    width: 140px;
    display: inline-block;
}

.cntry_btn .fa-arrow-alt-circle-right {
    font-size: 14px;
}


/* Slider CSS End
=============================================================== */


/* Start banner scroll area
=============================================================== */

.scrol_slds__wrapper {
    height: 650px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    overflow: hidden;
    position: relative;
    
}


/* End banner scroll area
=============================================================== */


/* Start Payment plan area
=============================================================== */

.payment-plan-area .brdr_wrapper {
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.payment-plan-area .brdr_wrapper .sl_choose_item {
    position: relative;
    z-index: 1;
}

.payment-plan-area .brdr_wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    height: 140px;
    background-color: #000000;
}

.payment-plan-area .brdr_wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    height: 140px;
    background-color: #000000;
}

.payment-plan-area .brdr_style10::after {
    top: 0;
    left: 0;
}

.payment-plan-area .brdr_style10::before {
    bottom: 0;
    right: 0;
}

.payment-plan-area .boder-1 {
    height: 1px;
    background-color: #ddd;
    width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.payment-plan-area .boder-2 {
    height: 1px;
    background-color: #ddd;
    width: 120px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}

.payment-plan-area .sl_circle_box h2 {
    color: #000000;
    padding-top: 15px;
    font-size: 37px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 36px;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.payment-plan-area .sl_circle_box h2 {
    color: #000000;
    padding-top: 15px;
    font-size: 37px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 36px;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.payment-plan-area .sl_choose_item {
    padding: 20px 30px 20px;
    min-height: 190px;
    background-color: #fff;
}

.payment-plan-area .sl_circle_box h3 {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.payment-plan-area .brdr_wrapper:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}


/* End Payment plan area
=============================================================== */


/* start ad area
=============================================================== */

.ad__wrapper {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ad-box {
    padding-top: 45px;
}

.ad-box h2 {
    font-size: 32px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}

.ad-box h3 {
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 25px;
    font-weight: 600;
    color: #3a3a3a;
    padding-bottom: 0px;
}


/* End ad area
=============================================================== */


/*  start Get special area
=============================================================== */

.special-offer-area .who-we-img {
    position: relative;
    padding-top: 35px;
}

.special-offer-area .who-we-img:before {
    content: ' ';
    position: absolute;
    box-sizing: border-box;
    height: 425px;
    z-index: -1;
    top: 0px;
    right: -35px;
    width: 450px;
    visibility: visible;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    display: table-cell;
}

.contact_form_inner h2 {}

.contact_form_inner p {
    text-align: left;
}

.contact_form .form-group {}

.contact_form .form-control {
/*
    color: #373737;
    border: 1px solid #e1e1ec;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0px 16px;
*/
}

.contact_form .form-control.selection {
    color: #373737;
    border: 1px solid #e1e1ec;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px!important;
    line-height: 50px;
}

.contact_form .btn {
    background-color: #000000;
    width: 100%!important;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 36px;
}

.form-header h3 {
    margin-bottom: 10px;
}

.form-control:focus {
    box-shadow: inherit;
    border-color: #000000;
}


/* End Get special area
=============================================================== */


/* Why Choose Area Strat
=============================================================== */

.title {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    padding-bottom: 20px;
}

.why_choose_title {
    color: #000000;
}


/* Why Choose Area End
=============================================================== */


/* App Area Start
=============================================================== */

.mobile_img {
    text-align: center;
}

.app_title {
    text-align: left;
}

.app_content {
    padding-top: 80px;
}

.app_content p {
    font-size: 27px;
    line-height: 40px;
    color: #4F4F4F;
    margin-bottom: 20px;
}

.app_content ul li {
    display: inline-block;
    margin-right: 15px;
}


/* App Area End
=============================================================== */


/* we-work-box Area Start
=============================================================== */

.we-work-box {
    padding-top: 30px;
}

.skw_circle_box {
    text-align: center;
}

.skw_circle_box .circle_icon {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 20px auto 15px;
    /*border-radius: 50%;
    background: #000000;
    padding: 20px;*/
}

.skw_circle_box img {}

.skw_circle_box h3 {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}


/*we-work-box Area End
=============================================================== */


/*New Css Start
=============================================================== */

.brdr_wrapper {
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brdr_wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #000000;
}

.brdr_style1::after {
    top: 0;
    left: 0;
}

.brdr_style2::after {
    bottom: 0;
    right: 0;
}

.brdr_wrapper .sl_choose_item {
    position: relative;
    z-index: 1;
}

.brdr_wrapper:hover {}


/*New Css End
=============================================================== */


/* Footer Area Start
=============================================================== */

.footer-top {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
    color:#fff;
}

.footer_widget h4 {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FCFCFC;
}

.footer_bottom p,
.footer_widget p {
    color: #FCFCFC;
}

.footer_widget ul>li {
    margin: 0;
}

.footer_widget ul>li>a {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #FCFCFC;
}

.footer_widget ul>li>a .svg-inline--fa {
    margin-right: 15px;
}

.footer a:hover {
    color: #000000;
}

.footer_bottom {
    /*background-color: #2d1d3e;*/
}

.footer_bottom a {
    color: #000000;
    font-weight: 600;
}

.footer_bottom a:hover {
    color: #ddd;
}

.footer_bottom p {
    margin: 0;
    padding: 10px 0;
}


/* footer Area End
=============================================================== */


/*Responsive Css Start
=========================================*/

@media all and (max-width:1199px) {}

@media all and (max-width: 1024px) {
    .slider_title h1 {
        font-size: 40px !important;
        line-height: 46px !important;
    }
    .slider_2 .slider_title h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .slider_2 .slider_content {
        width: 46%;
    }
    .who-we-img:before {
        width: 350px;
    }
    .special-offer-area .who-we-img:before {
        height: 300px;
        width: 350px;
    }
    .header_wrapper .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
        font-size: 13px;
    }
    .header_wrapper .phone {
        border-radius: 4px;
        border: 1px solid #ddd;
        padding: 3px 10px;
        font-size: 15px;
        color: #000000;
        margin-right: 5px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    /* Header */
    header .header-logo img {
        width: 140px;
    }
    /* Banner_text */
    .banner_receive_wrapper {
        background-position: center right!important;
        height: 500px;
    }
    header .side-menu-nav .main-menu.hide-main-nav {
        display: none!important;
    }
}

@media all and (max-width: 767px) {
    /* Header */
    .side-menu-wrap .side-menu-nav .main-menu.hide-main-nav {
        display: none!important;
    }
    header .header-logo img {
        width: 130px;
    }
    /* Banner_text */
    .header_wrapper {
        position: relative;
    }
    .banner_receive_wrapper {
        background-position: center right!important;
        height: 500px;
        margin-top: 0px;
        padding: 30px 0px;
    }
    .banner_receive_title {
        font-size: 18px;
        line-height: 26px;
        background-color: #0006;
        color:#fff;
    }
    .banner-top-box p {
        font-size: 15px;
        background-color: #0006;
        color:#fff;
    }
    .group-btn a.outline-btn {
        margin-left: 0px;
    }
    .group-btn a.fill-btn {
        width: 230px;
        margin-bottom: 20px;
    }
    .banner-top-box {
        text-align: center;
    }
    .pl-7rem {
        padding-left: 15px;
        padding-right: 15px!important;
    }
    .post-percentage {
        margin-top: 60px;
    }
    .business-partner {
        margin-top: 0px;
    }
    .who-we-img {
        position: relative;
        padding-top: 30px;
    }
    .who-we-img:before {
        width: 230px;
        right: -15px;
    }
    .skw_circle_box {
        text-align: center;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }
    .skw_circle_box h3 {
        padding-bottom: 20px;
    }
    .sec-title {
        font-size: 22px!important;
        line-height: 28px!important;
    }
    .sl_circle_box h3 {
        font-size: 22px;
    }
    .slider_content_wrapper {
        width: 90%;
        margin: 0 auto;
        min-height: 300px;
    }
    .slider_content {
        width: 100% !important;
        top: 30% !important;
    }
    .slider_title h1 {
        font-size: 38px !important;
        line-height: 44px !important;
    }
    .slider_logo {
        padding-top: 25px;
        width: 70%;
        margin: 0 auto;
    }
    .slider_2 {
        background-position: right 60% bottom 0 !important;
        background-size: 380% 90%!important;
    }
    .slider_2 .slider_logo {
        width: 50%;
    }
    .country_list_form .select2-container {
        min-width: 200px;
    }
    .title {
        font-weight: 500;
        font-size: 36px;
        line-height: 43px;
        text-align: center!important;
    }
    .footer,
    .app_content ul,
    .app_content p {
        text-align: center;
    }
    .app_content ul li {
        margin-bottom: 10px;
    }
    .input-group {
        width: 90%;
    }
    .subscribe_form input.email {
        width: 52%;
    }
    .scrol_slds__wrapper {
        height: 250px;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center center!important;
    }
    .location-area {
        padding-bottom: 30px;
    }
    .ad-box {
        padding-top: 50px;
        text-align: center;
    }
    .special-offer-area .who-we-img:before {
        height: 200px;
        z-index: -1;
        top: 0px;
        right: -15px;
        width: 150px;
    }
    .special-offer-area .who-we-img {
        padding-top: 20px;
        margin-top: 30px;
    }
    .sl_choose_item {
        min-height: 150px;
    }
    .brdr_wrapper {
        margin-bottom: 30px;
        margin-top: 0px;
        margin-right: 30px;
        margin-left: 30px;
        border: 1px solid #f3f3f3;
    }
    .footer_widget {
        margin-bottom: 30px;
    }
    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.sec_pad {
    padding-top: 50px;
    padding-bottom: 50px;
}    
.skw_circle_box .circle_icon {
    width: 60px;
    height: 60px;
}
.skw_circle_box h2 {
    font-size: 20px;
    line-height: 28px;
}
.gallery- iframe{
height: 300px!important;
}    
    
}

@media all and (max-width: 480px) {}


/*Responsive Css End
=========================================*/