@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,500,600,700|Roboto:300,400,500,700|Rubik:300,400,500,700,900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    color: #092c3f;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}
p {
    font-family: "Roboto", sans-serif;
    color: #10285d;
    font-size: 16px;
    font-weight: normal;
	line-height: 30px;
    margin-bottom: 15px;
}
.boxed-btn {
    background: #fff;
    color: #0247FE !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #0247FE;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.boxed-btn:hover {
    background: #0247FE;
    color: #fff !important;
    border: 1px solid #0247FE;
}
.boxed-btn:focus {
    outline: none;
}
.boxed-btn.large-width {
    width: 220px;
}
@media (max-width: 1199.98px) {
	.boxed-btn {
		padding: 18px 24px;
	}
}
.single-brand.slick-slide {
    outline: 0;
}
.slick-initialized .slick-slide {
    outline: 0;
}
.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg);
}
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a {
    color: #635c5c;
}
a:hover {
    color: #fff;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}
a,
button {
    color: #fff;
    outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
.uppercase {
    text-transform: uppercase;
}
input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.capitalize {
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

.overlay {
    position: relative;
    z-index: 0;
}
.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.overlay2 {
    position: relative;
    z-index: 0;
}
.overlay2::before {
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.separator {
    border-top: 1px solid #f2f2f2;
}
.mb-90 {
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px;
    }
}
.btn {
    background: #0247FE;
    padding: 27px 44px;
    text-transform: capitalize;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    border-radius: 0px;
    -moz-user-select: none;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #2544f5;
    color: #fff !important;
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}
.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}
a:hover {
    color: #fff;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.header-btn {
    background: #0247FE;
    padding: 19px 44px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.header-btn:hover {
    color: #fff;
}
.btn-black {
    background: #0b1416;
}
.btn3 {
    width: 100%;
    padding: 59px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn3 {
        margin-top: 30px;
        padding: 35px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn3 {
        padding: 35px 0;
    }
}
@media (max-width: 575px) {
    .btn3 {
        padding: 35px 0;
    }
}
.submit-btn {
    width: 100%;
    background: #0247FE;
    padding: 19px 44px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
}
.hero-btn {
    padding: 30px 38px;
    background: #000099;
}
.hero-btn::before {
    background: #0247FE;
    color: #fff !important;
}
.post-btn {
    background: #000099;
    padding: 30px 30px;
}
hero-btn {
    padding: 30px 38px;
}
@media (max-width: 575px) {
    .btn.btn-black.f-right {
        float: left;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn.btn-black.f-right {
        float: left;
        margin-top: 20px;
    }
}
.submit-btn2 {
    background: #000099;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px;
}
.border-btn {
    border: 1px solid #e3c6c6;
    color: #464d65;
    background: none;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 25px 57px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}
@media (max-width: 575px) {
    .border-btn {
        display: none;
    }
}
.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #0247FE;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0;
}
.border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent;
}
.breadcrumb > .active {
    color: #888;
}
#scrollUp,
#back-to-top {
    background: #0247FE;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
    #scrollUp,
    #back-to-top {
        right: 16px;
    }
}
#scrollUp a i,
#back-to-top a i {
    display: block;
    line-height: 50px;
}
#scrollUp:hover {
    color: #fff;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}


.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}

.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}

.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}

.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}

.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}

.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}

.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}


.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}
.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #0247FE;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}
.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.preloader .preloader-img img {
    max-width: 55px;
}
.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}
.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.pb-bottom {
    padding-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-bottom {
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-bottom {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pb-bottom {
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .pb-bottom {
        padding-bottom: 10px;
    }
}
.pb-top {
    padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-top {
        padding-top: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-top {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pb-top {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .pb-top {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

.w-padding2 {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .w-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .w-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.section-padding30 {
    padding-top: 195px;
    padding-bottom: 170px;
}
.section-padding-tp30{
    padding-top: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding30 {
        padding-top: 195px;
        padding-bottom: 170px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 30px;
    }
}

.padding-bottom {
    padding-bottom: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .padding-bottom {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding-bottom {
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .padding-bottom {
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .padding-bottom {
        padding-bottom: 70px;
    }
}
.services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
}

ul.circle-right li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 600;
}

ul.circle-right li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f35a';
    position: absolute;
    top: 0;
    left: 0;
    color: #10285d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-padding {
        padding-top: 145px;
        padding-bottom: 170px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-padding {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .services-padding {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}
.section-paddingt30 {
    padding-top: 195px;
    padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-paddingt30 {
        padding-top: 150px;
        padding-bottom: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paddingt30 {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-paddingt30 {
        padding-top: 65px;
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .section-paddingt30 {
        padding-top: 65px;
        padding-bottom: 10px;
    }
}
.section-padding3 {
    padding-top: 280px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding3 {
        padding-top: 195px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding3 {
        padding-top: 95px;
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 0;
    }
}
@media (max-width: 575px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 0;
    }
}
.footer-padding {
    padding-top: 143px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 143px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .section-title {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title {
        margin-bottom: 50px;
    }
}
.section-title span {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 33px;
    text-transform: uppercase;
    color: #0247FE;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
@media (max-width: 575px) {
    .section-title span {
        font-size: 14px;
    }
}
.section-title span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #0247FE;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.section-title h2 {
    font-size: 40px;
    display: block;
    color: #092c3f;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 31px;
    }
}
@media (max-width: 575px) {
    .section-title h2 {
        font-size: 26px;
    }
}
.section-title2 span {
    color: #fff;
}
.section-title2 span::before {
    background: #fff;
}
.section-title2 h2 {
    color: #fff;
}
@media (max-width: 575px) {
    .section-title2 h2 {
        font-size: 27px;
    }
}
@media (max-width: 575px) {
    .section-title2 h2 br {
        display: none;
    }
}
.section-title3 span {
    margin-left: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title3 h2 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title3 h2 {
        margin-bottom: 50px;
        font-size: 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title3 h2 {
        text-align: left;
        margin-bottom: 50px;
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .section-title3 h2 {
        text-align: left;
        font-size: 26px;
        margin-bottom: 50px;
    }
}
.section-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.header-div .main-header {
    padding: 0px 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-div .main-header {
        padding: 0px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-div .main-header {
        padding: 0px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-div .main-header {
        padding: 22px 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-div .main-header {
        padding: 22px 20px;
    }
}
@media (max-width: 575px) {
    .header-div .main-header {
        padding: 22px 14px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-div .main-header .header-menu {
        margin-right: 30px;
    }
}
.header-div .main-header .header-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.header-div .main-header .header-menu ul li a {
    color: #000099;
    font-weight: 400;
    padding: 34px 27px;
    display: block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
    position: relative;
    font-family: "Josefin Sans", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-div .main-header .header-menu ul li a {
        padding: 39px 15px;
    }
}
.header-div .main-header .header-menu ul li:hover > a {
    color: #0247FE;
}
.header-div .main-header .header-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 80%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-div .main-header .header-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}
.header-div .main-header .header-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}
.header-div .main-header .header-menu ul ul.submenu > li > a:hover {
    color: #0247FE;
    background: none;
}
.header-div .header-menu ul ul.submenu > li > a:hover {
    padding-left: 13px !important;
}
.header-div .header-menu ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.header-sticky.sticky-bar.sticky .header-menu ul li a {
    padding: 20px 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}
@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px;
    }
}
.menu_mobile {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}
.menu_mobile .slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}
.menu_mobile .slicknav_menu .slicknav_btn {
    top: -38px;
}
.menu_mobile .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #0247FE !important;
}
.menu_mobile .slicknav_menu .slicknav_nav {
    margin-top: 15px !important;
}
.menu_mobile .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #0247FE;
}
.menu_mobile .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px;
}
.menu_mobile .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important;
}
.slider-height {
    height: calc(100vh - 93px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: calc(100vh - 93px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: calc(100vh - 93px);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        height: 500px;
    }
}
@media (max-width: 575px) {
    .slider-height {
        height: 500px;
    }
}

.slider-item {
    margin-top: -1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slider-item1 {
    background-image: url(../img/slider-img1.jpg);
}

.slider-item2 {
    background-image: url(../img/slider-img2.jpg);
}

.slider-item3 {
    background-image: url(../img/slider-img3.jpg);
}
.slider-item4 {
    background-image: url(../img/slider-img4.jpg);
}
.slider-item5 {
    background-image: url(../img/slider-img5.jpg);
}

.slider-area .slider-caption {
    overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .slider-caption {
        padding-left: 100px;
    }
}
.slider-area .slider-caption span {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
    color: #0247FE;
    display: inline-block;
    position: relative;
    padding-left: 100px;
}
@media (max-width: 575px) {
    .slider-area .slider-caption span {
        font-size: 13px;
    }
}
.slider-area .slider-caption span::before {
    position: absolute;
    content: "";
	background: #0247FE;
    width: 75px;
    height: 2px;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.slider-area .slider-caption h1 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #fff;
    font-family: "Rubik", sans-serif;
    line-height: 1.2;
    margin-bottom: 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .slider-caption h1 {
        font-size: 60px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .slider-caption h1 {
        font-size: 50px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .slider-caption h1 {
        font-size: 35px;
        line-height: 1.2;
    }
}
@media (max-width: 575px) {
    .slider-area .slider-caption h1 {
        font-size: 29px;
        line-height: 1.2;
    }
}
.slider-area .slider-caption p {
    font-size: 18px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .slider-area .slider-caption p {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .slider-area .slider-caption p br {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .slider-caption p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .slider-caption p br {
        display: none;
    }
}
.hero-overly {
    position: relative;
    z-index: 1;
}
.hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(1, 10, 28, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.slider-area2 .hero-cap h2 {
    color: #212025;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area2 .hero-cap h2 {
        font-size: 50px;
    }
}
@media (max-width: 575px) {
    .slider-area2 .hero-cap h2 {
        font-size: 35px;
    }
}
.slider-area2 .hero-cap .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
.slider-area2 .hero-cap .breadcrumb a {
    color: #dcdcdc;
    font-size: 18px;
    text-transform: capitalize;
}
.slider-area2 .hero-cap .breadcrumb-item + .breadcrumb-item::before {
    color: #dcdcdc;
}
.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border: 1px solid #a6b4bb;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-active button.slick-arrow {
        left: 15px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .slider-active button.slick-arrow {
        left: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active button.slick-arrow {
        right: 130px;
        left: auto;
    }
}
.slider-active button.slick-arrow i {
    font-size: 20px;
    line-height: 60px;
    color: #a6b4bb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.slider-active button.slick-next {
    left: auto;
    right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active button.slick-next {
        right: 50px;
    }
}
.slider-active button.slick-next {
    border: 1px solid #1b4962;
}
.slider-active button.slick-next i {
    color: #1b4962;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-active button.slick-next {
        right: 20px;
    }
}
.slider-active button:hover {
    border: 1px solid #1b4962;
}
.slider-active button:hover i {
    color: #1b4962;
}
.legal-services .single-service {
    border: 1px solid #ddd;
    padding: 52px 50px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 1;
    background: #ffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .legal-services .single-service {
        padding: 36px 29px;
    }
}
@media (max-width: 575px) {
    .legal-services .single-service {
        padding: 30px 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .legal-services .single-service {
        padding: 30px 18px;
    }
}
.legal-services .single-service .service-icon i{
    color: #0247FE;
    font-size: 25px;
    margin-bottom: 25px;
}
.legal-services .single-service .cat-cap h5 {
    font-family: "Roboto", sans-serif;
}
.legal-services .single-service .cat-cap h5 > a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 21px;
    color: #000;
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.legal-services .single-service .cat-cap h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.new-alerts a.read-more{
	color: #0247FE;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Josefin Sans",sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .legal-services .single-service .cat-cap h5 > a {
        font-size: 21px;
    }
}
@media (max-width: 575px) {
    .legal-services .single-service .cat-cap h5 > a {
        font-size: 23px;
    }
}
.legal-services .single-service .cat-cap p {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	min-height:90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .legal-services .single-service .cat-cap p {
        font-size: 15px;
    }
}
.legal-services .single-service .cat-cap a {
    font-family: "Josefin Sans", sans-serif;
    color: #5d6072;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.legal-services .single-service:hover .cat-cap a.read-more1 {
    color: #0247FE;
}

.all-services .single-service{
	height: calc(100% - 50px);
}

.about-section {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section {
        display: block;
    }
}
@media (max-width: 575px) {
    .about-section {
        display: block;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section {
        display: block;
    }
}
.about-section .about-details {
    background-image: url(../img/section-bg1.png);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 120px 50px;
    align-items: center;
}

.about-section .about-details p{
	color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-details {
        padding: 20px 20px 20px 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-details {
        width: 100%;
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-details {
        width: 100%;
        padding: 50px 30px;
    }
}
@media (max-width: 575px) {
    .about-section .about-details {
        width: 100%;
        padding: 50px 30px;
    }
}
.about-section .about-img {
    background-image: url(../img/gallery/about.png);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    width: 50%;
}
@media (max-width: 575px) {
    .about-section .about-img {
        width: 100%;
        height: 500px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-img {
        width: 100%;
        height: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img {
        width: 100%;
        height: 600px;
    }
}

.contact-form {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.contact-form .form-wrapper {
    background-image: url(../img/gallery/section_bg06.png);
    padding: 130px 106px 120px 122px;
    position: relative;
    bottom: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form .form-wrapper {
        padding: 111px 49px 120px 51px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form .form-wrapper {
        padding: 111px 49px 120px 51px;
        bottom: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form .form-wrapper {
        padding: 76px 15px 62px 15px;
        bottom: 0px;
    }
}
@media (max-width: 575px) {
    .contact-form .form-wrapper {
        padding: 76px 15px 62px 15px;
        bottom: 0px;
    }
}
.from-shape {
    position: absolute;
    right: 253px;
    top: 64px;
}
.from-shape img {
    width: 381px;
    height: 913px;
}
.bg-height {
    background-position: center center;
}
.contact {
    border: 1px solid #eaedff;
    padding: 40px 10px;
}
.contact i {
    background: #8fb569;
    font-size: 40px;
    height: 150px;
    width: 150px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 135px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
    margin-bottom: 30px;
}
.contact h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.contact p {
    margin: 0;
    padding: 0 50px;
}
.contact-area {
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-form input .list {
    width: 100%;
    border-radius: 0;
}
.contact-form .nice-select {
    background: #f7f7f7;
    height: 60px;
    width: 100%;
    border: 0;
    color: #a3a3a3;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 0px;
}
.contact-form .nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px;
}
.contact-form .nice-select.open .list {
    width: 100%;
    border-radius: 0;
}
.contact-form .nice-select .option {
    color: #a3a3a3;
}
.contact-form textarea {
    color: #a3a3a3;
    background: #f7f7f7;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    height: 130px;
    width: 100%;
    padding: 30px 50px;
    border: 0;
    border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form textarea {
        padding: 30px 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form textarea {
        padding: 30px 42px;
    }
}
@media (max-width: 575px) {
    .contact-form textarea {
        padding: 30px 42px;
    }
}
.contact-form textarea::placeholder {
    color: #898faf;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
}
.contact-form input::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: #898faf;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
}
.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
    color: #898faf;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.contact-form input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contactBanner-div .contactBanner-caption h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

section.contactBanner-div{
	background-image: url(../img/section-bg1.png);
	background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contactBanner-div .contactBanner-caption h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contactBanner-div .contactBanner-caption h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .contactBanner-div .contactBanner-caption h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
.contactBanner-div .contactBanner-caption p {
    font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contactBanner-div .contactBanner-btn {
        float: left;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .contactBanner-div .contactBanner-btn {
        float: left;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contactBanner-div .contactBanner-btn {
        float: left;
        margin-top: 30px;
    }
}
.team-area .single-team .team-img {
    overflow: hidden;
}
.team-area .single-team .team-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}
.team-area .single-team .team-caption {
    padding: 20px 20px 20px 50px;
    background: #f7f9ff;
}
.team-area .single-team .team-caption span {
    color: #0247FE;
    font-size: 14px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    display: block;
    position: relative;
    margin-left: 50px;
    margin-bottom: 10px;
}
.team-area .single-team .team-caption span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    left: -47px;
    top: 50%;
    transform: translateY(-50%);
    background: #0247FE;
}
.team-area .single-team .team-caption h3 a {
    color: #161e46;
    font-weight: 700;
    font-size: 25px;
}
.single-team:hover .team-img img {
    transform: scale(1.05);
}

.footer-div {
    background: #11141b;
}

.footer-logo h2{
	color: #fff;
}

.footer-div .footer-top {
    border-bottom: 1px solid #233148;
}
.footer-div .footer-top .single-footer-caption .footer-logo {
    margin-bottom: 30px;
}
.footer-div .footer-top .single-footer-caption .footer-pera .info1 {
    line-height: 1.8;
    margin-bottom: 35px;
    color: #bdbdbd;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-div .footer-top .single-footer-caption .footer-pera .info1 {
        padding-right: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-div .footer-top .single-footer-caption .footer-pera .info1 {
        padding-right: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-div .footer-top .single-footer-caption .footer-pera .info1 {
        padding-right: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-div .footer-top .single-footer-caption .footer-pera .info1 {
        padding-right: 0px;
    }
}
.footer-div .footer-top .single-footer-caption .footer-number h4 {
    color: #0247FE;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-div .footer-top .single-footer-caption .footer-number h4 span {
    color: #fff;
}
.footer-div .footer-top .single-footer-caption .footer-number p {
    color: #bdbdbd;
}
.footer-div .footer-top .single-footer-caption .footer-tittle h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 38px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-div .footer-top .single-footer-caption .footer-tittle ul li {
    color: #bdbdbd;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-div .footer-top .single-footer-caption .footer-tittle ul li a {
    color: #bdbdbd;
    font-weight: 300;
}
.footer-div .footer-top .single-footer-caption .footer-tittle ul li a:hover {
    color: #fff;
    padding-left: 5px;
}
.footer-div .footer-top .single-footer-caption .footer-form {
    margin-bottom: 30px;
}
.footer-div .footer-top .single-footer-caption .footer-form form {
    position: relative;
}
.footer-div .footer-top .single-footer-caption .footer-form form input {
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    border: 0;
    background: #101720;
    color: #fff;
}
.footer-div .footer-top .single-footer-caption .footer-form form input::placeholder {
    color: #9fa6bd;
    font-weight: 300;
    font-size: 14px;
}
.footer-div .footer-top .single-footer-caption .footer-form form .form-icon button {
    position: absolute;
    top: 0px;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 14px 22px;
    background: #0a0f17;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #0247FE;
}
.footer-div .footer-top .single-footer-caption .info.error {
    color: #ff0000;
}
.footer-div .footer-top .single-footer-caption .footer-cap {
    margin-bottom: 30px;
}
.footer-div .footer-top .single-footer-caption .footer-cap span {
    color: #0247FE;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}
.footer-div .footer-top .single-footer-caption .footer-cap p {
    color: #bdbdbd;
    font-size: 16px;
}
.footer-div .footer-bottom {
    padding-bottom: 50px;
    padding-top: 30px;
}
.footer-div .footer-bottom .footer-copy-right p {
    color: #bdbdbd;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}
.footer-div .footer-bottom .footer-copy-right p i {
    color: #0247FE;
}
.footer-div .footer-bottom .footer-copy-right p a {
    color: #0247FE;
}
.footer-div .footer-social span {
    color: #fff;
    position: relative;
    margin-right: 57px;
}
.footer-div .footer-social span::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 2px;
    background: #3b3647;
    top: 50%;
    transform: translateY(-50%);
    right: -56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-div .footer-social {
        float: left;
        padding-top: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-div .footer-social {
        float: left;
        padding-top: 10px;
    }
}
@media (max-width: 575px) {
    .footer-div .footer-social {
        float: left;
        padding-top: 10px;
    }
}
.footer-div .footer-social a {
    color: #bdbdbd;
    font-size: 14px;
    text-align: center;
    margin-left: 16px;
}
.footer-div .footer-social a:first-child {
    margin-left: 0px;
}
.footer-div .footer-social a:hover {
    color: #fff;
}
.hero-caption span {
	position: relative;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    padding-left: 95px;
}
.hero-caption span::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 3px;
    background: #0247FE;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}
.hero-caption h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.main_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 15px;
}
.main_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}
.main_right_sidebar .sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.main_right_sidebar .sidebar_widget .btn_1 {
    margin-top: 0px;
}
.main_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}
.main_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
}
.main_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}
.main_right_sidebar .search_widget .input-group button {
    background: #0247FE;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer;
}
.main_right_sidebar .search_widget .input-group button i {
    color: #fff;
}
.main_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}
.main_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}
.main_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
}
.main_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}
.main_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}
.main_right_sidebar .newsletter_widget .input-group button i,
.main_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff;
}
.main_right_sidebar .sidebar_link_widget .sidebar_link_list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 5px;
}
.main_right_sidebar .sidebar_link_widget .sidebar_link_list li:last-child {
    border-bottom: 0;
}
.main_right_sidebar .sidebar_link_widget .sidebar_link_list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.main_right_sidebar .sidebar_link_widget .sidebar_link_list li a p {
    margin-bottom: 0px;
}
.main_right_sidebar .sidebar_link_widget .sidebar_link_list li + li {
    padding-top: 15px;
}
.main_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.main_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}
.main_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
}
.main_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.main_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}
.main_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}
.main_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}
.main_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #0247FE;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}
.main_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}
.main_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px;
}

@media (max-width: 1199.98px) { 
	.main_right_sidebar ul li p{
		font-size: 14px;
		line-height: 24px;
	}
}

.right_sidebar2 h4.widget_title{
	font-size: 18px!important;
    margin-bottom: 15px!important;
}

.right_sidebar2 .sidebar_link_widget .sidebar_link_list li{
	padding-bottom: 8px!important;
}

.right_sidebar2 .sidebar_link_widget .sidebar_link_list li a p{
	font-size: 14px!important;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-info__icon {
    margin-right: 20px;
}
.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
    color: #1f2b7b;
}
.contact-info .media-body p {
    color: #8a8a8a;
}
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-contact label {
    font-size: 14px;
}
.form-contact .form-group {
    margin-bottom: 30px;
}
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}
.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}

.contact-section {
    padding: 130px 0 100px;
}
@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px;
    }
}
.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
}
.contact-section .btn_2:hover {
    background-color: #1f2b7b;
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}


.button-area {
    background: #fff;
}
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}


.conveyancing-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}
.conveyancing-table .conveyancing-name {
    width: 50%;
    padding-left: 30px;
}
.conveyancing-table .conveyancing-link {
    width: 50%;
}
.conveyancing-table .table-head .conveyancing-name,
.conveyancing-table .table-head .conveyancing-link, {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.conveyancing-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}
.conveyancing-table .table-row .conveyancing-name,
.conveyancing-table .table-row .conveyancing-link,
{
    display: flex;
    align-items: center;
}

.list-style {
    width: 14px;
    height: 14px;
}
.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1f2b7b;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.ordered-list {
    margin-left: 30px;
}
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}
.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

.mt-10 {
    margin-top: 10px;
}
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.switch-wrap {
    margin-bottom: 10px;
}

.multiselect-native-select{
	display: block;
}

.modal{
	z-index: 9999!important;
}

ul > li > a{
	color: #635c5c;
}

div a{
	color: #635c5c;
}

label.error{
	color: #cc0000!important;
}

input.error{
	border-color: #cc0000!important;
}

div.inner-page .section-title{
	margin-bottom:20px;
}

div.inner-page .section-title h2{
	font-size: 35px!important;
}

div.inner-div{
	margin-bottom: 3rem;
}

div.inner-page a:hover{
	color:#635c5c!important;
	font-weight:bold;
}