* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #2c2d30;
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
    color: #fff;
}

section {
    padding: 80px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
    /* overflow: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

strong,
i,
span {
    vertical-align: baseline;
}

p {
    color: #343434;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

img {
    max-width: 100%;
}


input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    /*border-bottom: 1px solid #767b90;*/
    z-index: 3;
    padding: 20px 0 0;
}

header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

header ul.head_info li {
    display: inline-block;
    margin-left: 50px;
}

header ul.head_info li a {
    color: #fff;
    font-weight: 500;
    /* text-transform: capitalize; */
    padding: 0;
    /* font-size: 18px; */
    position: relative;
    /* line-height: 40px; */
    transition: all ease-in-out 0.2s;
}

header ul.head_info li a.em1 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.2px;
}
/* 
header ul li a:hover:before {
    display: '';
} */

header ul.head_info li a span {
    display: block;
    line-height: normal;
    color: #ddbe8a;
    font-size: 15px;
}

header ul.head_info li a.etel1 {
    font-size: 20px;
}

header .main-menu ul.menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 13px;
    background: transparent;
    top: 11px;
    display: block;
    border-radius: 3px;
    z-index: -1;
}

header .main-menu ul.menu li a:hover:before {
    background: #564831;
}

header ul.head_info {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

header ul li a.nos_hd:before {
    display: none;
}

.our-banner {
    background: url(../images/banner.jpg) no-repeat scroll center bottom #0b092c;
    background-size: cover;
    text-align: center;
    padding-top: 15em;
    padding-bottom: 10em;
    z-index: 1;
    min-height: 830px;
}

.our-banner h1 {
    color: #ffdabe;
    margin-bottom: 25px;
    font-size: 65px;
    line-height: 70px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.our-banner h1:after {
    content: "";
    position: absolute;
    background: url(../images/arch-layer.png) no-repeat scroll right bottom;
    width: 281px;
    height: 100px;
    right: 40px;
    z-index: -1;
    bottom: -8px;
}

.our-banner li span {
    color: #ff3030;
}

.our-banner h2 {
    font-style: italic;
    color: #1f2023;
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 22px;
}

.our-banner p {
    color: white;
    font-weight: 400;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    margin-bottom: 30px;
}

.btn-block {
    margin-top: 30px;
}

.btn-block .btn {
    font-size: 17px;
    background: #cc0102;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid #cc0102;
    transition: all ease-in-out 0.3s;
    min-width: 240px;
}

.btn-block .btn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f6d290;
    top: 0;
    transition: all ease-in-out 0.3s;
    z-index: 0;
}

.btn-block .btn:hover:before {
    width: 100%;
}

.btn-block .btn:hover span,
.btn-block .btn:focus span,
.btn-block .btn:active span {
    color: #000;
}

.btn-block .btn span {
    position: relative;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.btn-block .btn:hover:after {
    filter: invert(1)
}

.btn-block .btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 14px;
    top: 8px;
    transition: all ease-in-out 0.3s;
    background: rgb(159, 134, 93);
    background: -moz-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 75%);
    background: -webkit-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 75%);
    background: linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f865d', endColorstr='#ffd793', GradientType=1);
    border-radius: 50%;
    z-index: 1;
}

.btn {
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 13px 31px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.btn-orange {
    background: #e2591a;
    color: white;
}

.icon-button {
    /* padding-left: 70px; */
    background: #142f74;
}

.btn-white {}

.our-banner .btn {
    margin: 0 0 20px;
}

.our-banner .row {
    align-items: center;
}

.main-menu {
    background: #9a825a;
    padding: 15px 40px;
    border-radius: 40px;
    position: relative;
    box-shadow: inset 0 -2px 0 #dbbe6c;
    z-index: 1;
    background: rgb(154, 130, 90);
    background: -moz-linear-gradient(top, rgba(154, 130, 90, 1) 0%, rgba(154, 130, 90, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(154 130 90 / 46%) 0%, rgba(154, 130, 90, 1) 100%);
    background: linear-gradient(to bottom, rgb(154 130 90 / 46%) 0%, rgba(154, 130, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a825a', endColorstr='#9a825a', GradientType=0);
}

.main-menu ul.menu {
    display: flex;
    justify-content: space-between;
}

.nav-container {
    margin-top: 10px;
    position: relative;
}

.main-menu ul.menu li a {
    color: #fff;
    font-size: 17px;
    text-shadow: 0 3px 2px #535353;
    padding: 5px 18px;
    position: relative;
}

.nav-container .container {
    max-width: 1250px;
}

.our-banner h3 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 15px;
}

.our-banner h1 span {
    color: #fff;
}

img.banner-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn-block .btn.btn-transparent {
    background: transparent;
    border: 1px solid #fff;
}

.heading h2 {
    font-size: 50px;
    color: #28282c;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.heading h2:before {
    content: "";
    position: absolute;
    left: -10px;
    background: url('../images/h3-shape.png') no-repeat left bottom;
    width: 190px;
    height: 80px;
    z-index: -1;
    bottom: -10px;
}

.heading p {
    font-size: 17px;
    letter-spacing: -0.3px;
}

.ab_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ab_list li {
    color: #18181a;
    font-size: 18px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    margin-bottom: 7px;
}

.ab_list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../images/check.png') no-repeat scroll left center;
}

img.sec-thumb {
    max-width: none;
    position: relative;
    margin-top: -156px;
    right: 110px;
}

section.book-abt {
    z-index: 2;
}

.heading {
    position: relative;
}

.book-abt .heading {
    z-index: 1;
}

section.services-list:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: url('../images/brown-bg.jpg') no-repeat scroll center top #7f6c4e;
    background-size: cover;
    top: 0;
    z-index: -1;
}

section.services-list:after {
    content: "";
    position: absolute;
    right: 60px;
    width: 220px;
    height: 220px;
    background: rgb(113, 142, 224);
    background: -moz-linear-gradient(45deg, rgba(113, 142, 224, 1) 0%, rgba(3, 3, 40, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(113, 142, 224, 1) 0%, rgba(3, 3, 40, 1) 100%);
    background: linear-gradient(45deg, rgba(113, 142, 224, 1) 0%, rgba(3, 3, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#718ee0', endColorstr='#030328', GradientType=1);
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
}


.heading.white * {
    color: #fff;
}

.white_cont {
    padding: 90px 50px;
    width: 84%;
    /* background: url(../images/white-shadow.png) no-repeat scroll center top; */
    background: #fff;
    margin: 40px auto 0;
    border-radius: 40px;
    position: relative;
}

.white_cont:before {
    content: "";
    position: absolute;
    left: -3px;
    width: 90%;
    height: 80%;
    background: #cc0102;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transform: skewY(0deg) skewX(3deg) rotate(1deg);
}

.white_cont:after {
    content: "";
    position: absolute;
    right: -3px;
    width: 90%;
    height: 80%;
    background: #cc0102;
    top: 10px;
    border-radius: 50px;
    z-index: -1;
    transform: skewY(0deg) skewX(-2deg) rotate(0deg);
}

img.triangle-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

img.triangle-left {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 303px;
}

.white_cont .col-md-4 {
    margin-bottom: 50px;
}

.sl_thumb {
    margin-bottom: 20px;
}

.sl_item h4 {
    margin-bottom: 10px;
    font-size: 28px;
}

.sl_item p {
    font-size: 16px;
    letter-spacing: -0.4px;
}

span.lr-arrow {
    position: absolute;
    left: 0;
    width: 80%;
    bottom: 0;
    border-bottom: 1px solid #ddd;
}

span.lr-arrow:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #224175;
    right: 0;
    top: -1.5px;
}

.sl_item {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 30px;
}

span.r-arrow {
    position: absolute;
    left: 0;
    height: 90%;
    border-left: 1px solid #ddd;
    top: 0;
}

span.r-arrow:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 60px;
    background: #224175;
    right: -1px;
    top: 0;
}

.sl_item.slg1,
.sl_item.slg4 {
    padding-left: 0;
}

.slg3 span.r-arrow:before,
.slg5 span.r-arrow:before {
    top: auto;
    bottom: 0;
}

.btn-block .btn.btn-blue {
    background: transparent;
    border-color: #06063a;
    color: #06063a;
}

.btn-block .btn.btn-blue span {
    color: initial;
}

.services-list .btn-block {
    margin-top: 0;
}

img.book_pink {
    position: absolute;
    right: -180px;
    top: 0;
    max-width: none;
}

.excep-prove:after {
    content: "";
    position: absolute;
    right: 0;
    width: 57%;
    height: 100%;
    background: #f2f5f9;
    top: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
}

img.blu_tri {
    position: absolute;
    left: -120px;
    top: -120px;
}

section.our-portfolio:before {
    content: "";
    position: absolute;
    left: 0;
    width: 90%;
    height: 90%;
    background: url('../images/port-shape.png') no-repeat scroll left 50px #fbfaf5;
    top: -60px;
    border-radius: 30px;
    z-index: -2;
    margin: 0 auto;
    right: 0;
}

.owl-item {
    float: left;
}

.books_slider {
    margin-top: 30px;
}

.books_slider .disabled {
    display: none;
}

.our-portfolio:after {
    content: "";
    position: absolute;
    left: 0;
    width: 60%;
    height: 190px;
    background: #ae9364;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    z-index: -1;
}

.bs_slide img {
    text-align: center;
    width: 100%;
    box-shadow: 0 10px 15px #00000040
}

section.excep-prove {
    padding-bottom: 100px;
}

.cta-inn {
    background: url('../images/cta-bg.jpg') no-repeat scroll right center #242147;
    padding: 83px 60px;
    border-radius: 40px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.cta-inn h3 {
    font-size: 30px;
    color: #fff;
    font-style: italic;
}

.cta-inn h2 {
    font-size: 42px;
    color: #fff;
}

.cta-inn h2 strong {
    font-size: 53px;
    vertical-align: baseline;
}

.cta-inn:after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -35px;
    background: #ae9364;
    width: 60%;
    height: 60%;
    z-index: -1;
    border-radius: 40px;
}

.homepg section.auth-logo {
    padding-bottom: 0;
}

img.typewriter {
    position: absolute;
    top: -40px;
    left: 30px;
}

.proces_item {
    background: #f7f4ef;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.proces_item h3 {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 75px;
    line-height: 75px;
    margin: 0;
}

.proces_item h4 {
    font-size: 21px;
    margin-top: 20px;
}

.proces_item p {
    margin-bottom: 0;
}

.process_list {
    position: relative;
    /* display: flex; */
    flex-flow: wrap;
    max-width: 600px;
}

.proces_item.pr1 {
    max-width: 260px;
}

.proces_item.pr2 {
    max-width: 330px;
    position: absolute;
    right: 0;
    top: 0;
}

.proces_item.pr3 {
    left: -53px;
    max-width: 315px;
}

.proces_item.pr4 {
    max-width: 330px;
    position: absolute;
    right: 0;
    top: 243px;
    min-height: 308px;
}

.proces_item.pr5 {
    display: flex;
    align-items: center;
}

.proces_item.pr5 img.proicon {
    position: absolute;
    left: 40px;
}

.pr5txt {
    position: relative;
    padding-left: 70px;
    padding-right: 60px;
}

.proces_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    height: 58px;
    background: url('../images/eclipse-drk.png') no-repeat scroll right top;
}

img.sixthumb {
    max-width: none;
    position: relative;
    right: 120px;
}

.our-reviews {
    background: url('../images/reviewbg.jpg') no-repeat scroll right top #181e4b;
    background-size: cover;
    width: 90%;
    border-radius: 30px;
}

section.greybar {
    background: #f0eae1;
    padding: 0;
}

img.typeshape {
    position: absolute;
    right: 60px;
    bottom: -130px;
}

.video_sect {
    margin-top: 30px;
}

.rclient-item {
    background: #f2f1f9;
    border-radius: 10px;
    width: 100%;
    /* padding: 20px; */
    overflow: hidden;
}

.rclient-item span.play_btn {
    position: absolute;
    bottom: -20px;
    width: 53px;
    height: 53px;
    background: url('../images/play-ico.png') no-repeat scroll center center #2f3b71;
    border-radius: 50%;
    left: 16px;
}

.rclient-item a.rc_play {
    position: relative;
    display: block;
}

img.vidthumb {
    width: 100%;
}

.rclient-item p {
    padding: 20px 15px;
    font-size: 14px;
    color: #303032;
    margin: 0;
    padding-bottom: 0;
    letter-spacing: -0.3px;
}

.rclient-item h5 {
    padding: 20px;
    margin: 0;
    color: #1b204d;
    font-size: 16px;
}

.rclient-item h5 span {
    display: block;
    color: #6a6e91;
}

.our-reviews:before {
    content: "";
    position: absolute;
    left: -6%;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 700px;
    background: #ffebeb;
    top: -30%;
    border-radius: 0 30px 30px 0px;
    z-index: -1;

}

img.yelshape {
    position: absolute;
    left: 0;
    top: -100px;
    max-height: 530px;
}

section.formarea {
    padding-bottom: 0;
    padding-top: 9em;
}

.form-mm {
    background: url('../images/formbg.jpg') no-repeat scroll right bottom #c1050a;
    background-size: cover;
    padding: 60px 100px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    position: relative;
}

.form-ar h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

.form-ar p {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px black;
}

.form-mm .form-control {
    margin-bottom: 10px;
    height: 47px;
    font-size: 15px;
    border-color: transparent;
}

.form-mm textarea.form-control {
    height: 90px;
    resize: none;
}

.form-mm button.btn.btn-orange {
    float: right;
    background: rgb(159, 134, 93);
    background: -moz-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f865d', endColorstr='#ffd793', GradientType=1);
    box-shadow: inset 1px -2px #eacb73;
    color: #000;
}

.form-mm button.btn.btn-orange:hover,
.form-mm button.btn.btn-orange:active,
.form-mm button.btn.btn-orange:focus {
    background: rgb(159, 134, 93);
    background: -moz-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f865d', endColorstr='#ffd793', GradientType=1);
}

.form-mm:before {
    content: "";
    position: absolute;
    left: -80px;
    width: 220px;
    height: 220px;
    top: -40px;
    z-index: -1;
    background: rgb(159, 134, 93);
    background: -moz-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f865d', endColorstr='#ffd793', GradientType=1);
    border-radius: 50%;
    box-shadow: -30px 30px 40px #00000063;
}

img.formshape {
    position: absolute;
    max-width: none;
    z-index: 1;
    bottom: 0;
    left: -250px;
}

img.bshape {
    position: absolute;
    right: -50px;
    top: -50px;
}

a.flogo {
    float: right;
}

.social_link ul {
    display: flex;
}

.social_link ul li {
    margin-right: 10px;
}

.social_link ul li a {
    background: #4d4b5f;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.social_link ul li a:hover {
    background: #cc0102;
    color: #fff
}

.greybar .row {
    align-items: center;
}

.social_link {
    display: table;
    padding: 40px 0;
    border-bottom: 6px solid #cc0102;
}

.social_link ul li:last-child {
    margin-right: 0;
}

footer.footer {
    background: #0b092c;
    color: #d4d3e0;
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

footer.footer h4 {
    font-family: 'DM Sans';
    color: #9796a6;
    font-size: 18px;
    margin-bottom: 20px;
}

footer.footer ul {
    clear: both;
}

footer.footer ul li {
    margin-bottom: 5px;
    line-height: normal;
}

footer.footer a {
    color: #d4d3e0;
    font-size: 15px;
}

.row.row2 {
    margin-top: 30px;
    /* border-top: 1px solid #b9b8ca; */
    align-items: center;
    padding-top: 20px;
    position: relative;
}

footer.footer ul.ftr-list {
    display: flex;
    justify-content: end;
}

footer.footer ul.ftr-list li {
    margin-left: 10px;
}

footer.footer a:hover,
footer.footer a:active,
footer.footer a:focus {
    color: #d8bc6f;
}

.cnt_ul img.f_ico {
    position: absolute;
    left: 0;
}

footer.footer ul.cnt_ul li {
    position: relative;
    margin-bottom: 15px;
}

footer.footer ul.cnt_ul li a {
    padding-left: 30px;
    display: block;
}

.form-head {
    margin-bottom: 30px;
    width: 100%;
}

.row.row2 address {
    margin-bottom: 0;
}

.row.row2:after {
    content: "";
    position: absolute;
    right: -40px;
    width: 30%;
    background: red;
    height: 6px;
    top: 0;
}

.row.row2:before {
    content: "";
    position: absolute;
    left: -500%;
    width: 1000%;
    height: 1px;
    background: #b9b8ca;
    top: 0;
}

img.manpara {
    position: absolute;
    left: 50px;
    top: -60px;
}

section.banner-inn {
    background: url('../images/ed-banner.jpg') no-repeat scroll center bottom #16131d;
    background-size: cover;
    padding-top: 16em;
    padding-bottom: 10em;
    text-align: center;
    border-bottom: 6px solid #7b838b;
}

img.ed-ban-left {
    position: absolute;
    left: 60px;
    bottom: 10px;
}

img.ed-ban-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.banner-inn h1 {
    color: #ffdabe;
    font-size: 50px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

section.banner-inn h1:after {
    content: "";
    position: absolute;
    background: url(../images/h1-shape.png) no-repeat scroll right bottom;
    width: 197px;
    height: 70px;
    right: 40px;
    z-index: -1;
    bottom: -8px;
}

section.banner-inn h1 span {
    color: #fff;
}

section.banner-inn ul {
    display: flex;
    margin: 30px auto;
    max-width: 700px;
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
}

section.banner-inn ul li {
    width: 50%;
    padding: 5px 0;
    color: #fff;
}

section.banner-inn ul li span {
    background: url('../images/yel-chk.png') no-repeat scroll left center;
    padding-left: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
}

header ul.head_info .btn-block {
    margin-top: 0;
}

.serv-block {
    margin-top: 40px;
    display: flex;
    position: relative;
    padding-top: 40px;
    justify-content: space-between;
}

.serv-left {
    width: 38%;
    margin-top: 40px;
}

.serv-right {
    width: 58%;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

img.abn-shp {
    position: absolute;
    top: 0;
    right: -60px;
}

.heading h3 {
    font-size: 36px;
    margin-bottom: 30px;
    padding-bottom: 0;
    position: relative;
}

.serv-block:before {
    width: 70%;
    background: #f2f5f9;
    content: "";
    position: absolute;
    left: 0;
    height: calc(90% + 40px);
    z-index: -1;
    border-radius: 40px;
}

.serv-left img.abn-right {
    /* max-width: none; */
    border-radius: 40px;
    position: relative;
}

.serv-block.sv-right:before {
    right: 0;
    left: auto;
}

.sv-right .serv-left img.abn-right {
    /* right: 87px; */
}

.sv-right .serv-right {
    padding-left: 0;
    padding-right: 50px;
}

.abt-arr {
    clear: both;
    margin-top: 30px;
    display: flex;
}

.abt-arr ul.abt-ul {
    width: 50%;
}

ul.abt-ul li {
    clear: both;
    margin-bottom: 6px;
    font-size: 17px;
    color: #18181a;
    padding-left: 35px;
    letter-spacing: -0.3px;
    position: relative;
}

ul.abt-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url('../images/b-check.png') no-repeat scroll left center;
    width: 25px;
    height: 25px;
}

.sv-right img.abn-shp {
    right: 0;
}

.heading h3:before {
    content: "";
    position: absolute;
    left: -10px;
    background: url('../images/h3-shape.png') no-repeat left bottom;
    width: 190px;
    height: 80px;
    z-index: -1;
    bottom: -10px;
}

.nav-container:before,
.nav-container:after {
    content: "";
    position: absolute;
    left: 0;
    width: 18%;
    top: 30px;
    background: #817f81;
    height: 1px;
}

.nav-container:after {
    right: 0px;
    left: auto;
}

.heading.text-center h2 {
    display: table;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.heading.text-center h2:before {
    right: -20px;
    left: auto;
}

section.cover-book-1:after {
    content: "";
    position: absolute;
    right: 0;
    background: #f2f5f9;
    height: 60%;
    width: 60%;
    top: 0;
    z-index: -1;
    border-radius: 40px 0 0 40px;
}

section.cover-book-1 {
    margin-top: 80px;
}

section.cover-book-1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 290px;
    background: #2d264b;
    z-index: -1;
    bottom: 0;
}

.cover-book-1 .col-md-6 {
    margin-top: 30px;
}

.cbv_item {
    position: relative;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

.cbv_item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 92%;
    border: 1px solid #94979a;
    border-radius: 30px;
    background: #fff;
    z-index: 0;
    top: 0;
}

.cbv_thumb {
    position: relative;
    width: 44%;
    border-radius: 20px 30px 30px 30px;
    overflow: hidden;
}

.cbv_text {
    width: 50%;
    position: relative;
}

.cover-book-2 .col-md-4 {
    padding: 0;
}

.gecs_thumb img {
    width: 100%;
    border-radius: 10px;
}

.gecs_nos {
    background: #f5f5f5;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

.gecs_nos h4 {
    color: #28282c;
    font-size: 24px;
    position: relative;
}

.gecs_nos h2 {
    color: #fff;
    font-size: 185px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 195px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: -0.1px;
    font-weight: 600;
}


img.cover-right {
    max-width: none;
}

.cover-right-thumb {
    position: relative;
    right: 30px;
}

section.cover-book-3 {
    padding-bottom: 0;
}

.cover-book-2:after {
    content: "";
    position: absolute;
    right: 60px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    top: -60px;
    background: rgb(3, 3, 40);
    background: -moz-linear-gradient(45deg, rgba(3, 3, 40, 1) 33%, rgba(113, 142, 224, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(3, 3, 40, 1) 33%, rgba(113, 142, 224, 1) 100%);
    background: linear-gradient(45deg, rgba(3, 3, 40, 1) 33%, rgba(113, 142, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030328', endColorstr='#718ee0', GradientType=1);
    box-shadow: -20px 20px 20px #00000045;
}

.heading.text-center p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.services-list.serv-blue:before {
    background: url('../images/blue-service.jpg') no-repeat scroll center top #0d1e3b;
    background-size: cover;
    height: 70%;
}

.ben-item p {
    margin: 0;
    letter-spacing: -0.3px;
}

.benefits-list .col-md-4 {
    /* margin-bottom: 40px; */
}

.ben-item {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=1);
    height: 100%;
    padding: 30px;
    border-radius: 30px;
    width: 100%;
    box-shadow: inset 0px -1.5px 0 #b1b1b1;
    border: 1px solid #ebebeb;
}

.benefits-list .row {
    margin-bottom: 20px;
}

.ben-item h4 {
    font-size: 22px;
}

section.abt-section {
    background: url('../images/abshadow.png') no-repeat scroll right bottom;
}

.abt-item {
    background: #f2f1f9;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.abt-thumb {
    margin: -20px;
    margin-bottom: 40px;
}

.abt-item p {
    margin-bottom: 0;
    color: #303032;
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.abt-section .col-md-8.offset-2 {
    margin-top: 30px;
}

section.abt-list:after {
    content: "";
    position: absolute;
    right: 0;
    width: 57%;
    height: 60%;
    background: #f2f5f9;
    top: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
}

.abt-list .col-md-6 {
    margin-top: 10px;
}

.aa_item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 30px;
}

.ab_thumb {
    order: 1;
    border-radius: 10px 30px 30px;
    overflow: hidden;
    margin-top: 10px;
}

img.aa-ban {
    width: 100%;
}

.aa_item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 88%;
    background: #fff;
    top: 0;
    border-radius: 20px;
    z-index: -1;
    border: 1px solid #94979a;
}

.aa_item p {
    color: #303032;
    letter-spacing: -0.3px;
}

.ab_thumb_lg img.aa-ban {
    max-width: none;
}

section.abt-list:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 130px;
    bottom: 0;
    z-index: -1;
    background: #f0eae1;
}

section.abt-list {
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.gt-item {
    margin-top: 20px;
    display: flex;
}

.sv_blue_list .white_cont {
    background: url(../images/ghost-right.jpg) no-repeat scroll right top #fff;
}

section.sv_blue_list:before {
    background: url(../images/blue-list-bg.jpg) no-repeat scroll center top #28399a;
    background-size: cover;
    height: 68%;
}

.sv_blue_list ul.abt-ul li {
    margin-bottom: 9px;
    font-size: 23px;
    font-weight: 500;
}

.sv_blue_list .white_cont:before,
.sv_blue_list .white_cont:after {
    background: #0e1746;
}

.excep-prove.exp-btm:before {
    content: "";
    background: url(../images/abshadow.png) no-repeat scroll right top;
    bottom: -100px;
    right: 25%;
    position: absolute;
    width: 650px;
    height: 650px;
    z-index: -1;
}

.excep-prove.exp-btm {
    margin-bottom: 100px;
}

.gt-item.g3 {
    justify-content: end;
}

.gt-item.g2 {
    justify-content: center;
}

.exp_shd p {
    font-size: 21px;
    letter-spacing: -0.3px;
    margin-top: 30px;
}

section.exp-ghost:before {
    content: "";
    position: absolute;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fbfaf5;
    bottom: 0;
    z-index: -2;
    max-height: 430px;
    border-radius: 0 30px 30px 0;
}

.strn-blue {
    background: url(../images/ghst-blue-bg.jpg) no-repeat scroll center top #181e4b;
    background-size: cover;
    padding: 80px 0px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    border-radius: 30px;
}

img.ghost-book {
    max-width: none;
    position: relative;
    right: 100px;
}

.strm-bx ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.strm-bx ul h5 {
    color: #fff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
}

.strm-bx ul li {
    width: 25%;
    padding: 25px 0;
    position: relative;
}

.strm-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.strm-bx ul.first_bx {
    border-bottom: 1px dashed #40456a;
}

.strm-bx ul li {
    border-right: 1px dashed #40456a;
}

.strm-bx ul li:last-child {
    border-right: none;
}

img.publ-right {
    max-width: none;
}

img.exp_shd_b {
    position: absolute;
    left: -35px;
    top: -35px;
}

.exp_shd {
    padding-left: 60px;
    padding-top: 60px;
}

.strm-bx ul li.cy_right:after {
    position: absolute;
    right: -10px;
    top: -10px;
    content: "";
    width: 20px;
    height: 20px;
    background: #f8d18f;
    border-radius: 50%;
    box-shadow: inset 0 -1px 0 #dbbe6c;
    background: rgb(159, 134, 93);
    background: -moz-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    background: linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f865d', endColorstr='#ffd793', GradientType=1);

}

img.ghst-blue-arr {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.strm-ghost:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    background: #ffebeb;
    top: -100px;
    z-index: -3;
    max-height: 695px;
}






section.pricing-section .price_cont {
    /* background: #273237; */
    /* color: #fff; */
    padding-top: 0;
    border-radius: 10px;
}

section.pricing-section .tab-content h2 {
    /*    color: #07b382;
    font-size: 30px; */
}

section.pricing-section .tab-content {
    margin-top: 0;
    padding-bottom: 0em;
}

.pri-left h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 25px;
    border-bottom: 1px solid #1c252a;
    padding-bottom: 14px;
    padding: 20px;
}

.pri-left h2 span {
    display: block;
    color: #07b382;
}

.col-md-4.pri-left {
    position: relative;
    padding-top: 0;
    padding-left: 0;
    /* border-right: 1px solid #1c252a; */
    padding-right: 0;
}

section.pricing-section ul.nav-tabs {
    display: block;
    margin-top: 0;
    padding: 0;
    border-bottom: none;
    padding-top: 0;
}

section.pricing-section ul.nav-tabs li a.active {
    /* padding-left: 30px; */
    color: #f2a701;
}

section.pricing-section ul.nav-tabs li a:before {
    position: absolute;
    right: 0;
    width: 30px;
    height: auto;
    top: 0;
    content: "\f061";
    font-family: FontAwesome;
    color: #f7a707;
    /* visibility: hidden;*/
}

section.pricing-section ul.nav-tabs li a.active:before {
    visibility: visible;
}

section.pricing-section ul.nav-tabs li {
    display: block;
    padding: 20px;
    width: 100%;
    border-bottom: 1px dotted #1e2671;
    float: left;
}

section.pricing-section ul.nav-tabs li a {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: relative;
    /* float: left; */
    letter-spacing: -0.2px;
}

section.pricing-section ul.nav-tabs li a:hover {
    color: #fff;
}

section.pricing-section ul.nav-tabs li:last-child {
    border-bottom: none;
}

.col-md-8.pri-right {
    padding-left: 0;
}

.pri-left-in {
    background: #2c3da8;
    display: table;
    border-radius: 10px 0px 0px 10px;
}

.pri-right-inn {
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.pri-right-inn .tab-content {
    margin: 0;
    padding: 0;
}

.pri-right-inn .tab-content h2 {
    font-size: 33px;
    color: #000;
}

p.txtgrey {
    margin-bottom: 30px;
    margin-top: 10px;
}

.col-md-3.pri-left {
    padding-right: 0;
    z-index: 1;
}

.col-md-9.pri-right {
    padding-left: 0;
}

.price_cont .row {
    /* align-items: center; */
}


a.various.quote-btn {
    background: #cc0102;
    width: auto;
    display: table;
    padding: 13px 30px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    margin: 0 auto 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
}

.pri_bx {
    background: #f2f5f9;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 0 30px;
}

.pri_bx h3 {
    font-size: 25px;
    font-weight: 600;
    padding: 30px 0 20px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pri_bx ul {
    padding: 0;
    min-height: 170px;
}

.pri_bx ul li {
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 19px;
    position: relative;
    font-family: 'DM Sans';
}

.pri_bx ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #f7a707;
    border-radius: 50%;
    top: 6px;
}

.pri_bx .price {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.pri_bx .price span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #2c3da8;
    font-family: 'DM Sans';
}

section.pric-easy:after {
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    background: #f2f5f9;
    z-index: -1;
    top: 0;
    border-radius: 30px 0px 0px 30px;
}

section.pric-easy span.lgtfont {
    top: auto;
    bottom: 0;
}

.pri_bx .price+br {
    display: none;
}

.pri_bx p {
    font-size: 14px;
}

.pri-left h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.col-md-3.pri-left:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 380px;
    height: 65%;
    background: #cc0102;
    z-index: -2;
    top: -40px;
    border-radius: 60px;
}

.genr_item {
    padding: 50px 40px;
    background: rgb(242, 245, 249);
    background: -moz-linear-gradient(45deg, rgba(242, 245, 249, 1) 0%, rgba(254, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(242, 245, 249, 1) 0%, rgba(254, 255, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(242, 245, 249, 1) 0%, rgba(254, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f9', endColorstr='#feffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-flow: wrap;
    min-height: 490px;

}

.genr_item * {
    transition: all ease-in-out 0.3s;
}

.genre-list .col-md-6 {
    margin-top: 50px;
}

.genr-thumb {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 250px;
    margin-top: 20px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.genr_item .heading h3 {
    margin-bottom: 10px;
}

.genr_item:before {
    content: "";
    position: absolute;
    left: -20px;
    width: 202px;
    height: 175px;
    background: url('../images/gen-tri-blue.png') no-repeat scroll left top;
    top: -20px;
    transition: all ease-in-out 0.3s;
}

.genr_item:after {
    content: "";
    position: absolute;
    right: 0;
    width: 111px;
    height: 93px;
    background: url('../images/gen-tri-gray.png') no-repeat scroll right bottom;
    bottom: 0;
}

.genr_item:hover img.genr_ico {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.genr_item:hover:before {
    filter: hue-rotate(120deg);
}

.genr_item .heading h3:before {
    z-index: unset;
    background-size: 120px;
}

.genr_item .heading h3 i {
    position: relative;
}

.genr_item:hover:after {
    filter: brightness(0);
}

section.contact-us {
    margin-top: 80px;
    background: url('../images/cnt-bg.png') no-repeat scroll right top;
    padding: 0;
}

section.contact-us:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../images/cnt-black.jpg') no-repeat scroll right center #232323;
    background-size: cover;
    top: 0;
    border-radius: 0 30px 30px 0;
    z-index: -1;
}

section.contact-us .heading h2:before {
    display: none;
}

.info-cont {
    max-width: 94%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-form .col-md-12 {
    margin-bottom: 30px;
}

.info-form .col-md-12 .form-control {
    color: #b1b1b1;
    background: transparent;
    border-color: transparent;
    border-bottom-color: #b1b1b1;
    border-radius: 0;
    height: 50px;
}

.info-form .col-md-12 textarea.form-control {
    height: 90px;
    resize: none;
}

.cnt-details {
    padding-left: 40px;
    padding-top: 40px;
}

.cnt-details ul {
    clear: both;
    margin-top: 50px;
}

.cnt-details ul li a img.cnt_ico {
    margin-right: 0;
    position: absolute;
    left: 0;
}

.cnt-details ul li {
    clear: both;
    margin-bottom: 15px;
    color: #2a2d31;
    width: 100%;
    font-size: 21px;
    padding-left: 55px;
    position: relative;
}

.cnt-details ul li a {
    color: #2a2d31;
    font-size: inherit;
}

.excep-prove .heading p {
    font-size: 22px;
}

.abt-item h6 {
    width: 53px;
    height: 53px;
    background: #fbd491;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b204d;
    font-size: 23px;
    border-radius: 50%;
    position: absolute;
    top: 130px;
    box-shadow: 0 10px 20px #0000007d;
    /* border: 2px solid #eacc74; */
    background: rgb(159, 134, 93);
    background: -moz-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 75%);
    background: -webkit-linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 75%);
    background: linear-gradient(45deg, rgba(159, 134, 93, 1) 0%, rgba(255, 215, 147, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f865d', endColorstr='#ffd793', GradientType=1);

}

.abt-item h5 {
    color: #1b204d;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}



input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.proces_item h3 {
    color: #f7f4ef;
    text-shadow: -1px -1px #bf0307, -1px -1px #bf0307;
}

.content-page h5.sub-heading {
    margin-top: 30px;
}

.banner-head {
    overflow: hidden;
}

section.excep-prove {
    overflow: hidden;
}

footer .container {
    position: relative;
}

.book-abt .heading p {
    font-size: 21px;
}



.popupform {
    height: 614px;
    width: 990px;
    background: url(../images/popup-bg.png?v=1) no-repeat;
    position: relative;
    padding: 0;
    border-radius: 0;
    border: none;
}


.popupform:before {
    content: '';
    background: url(../images/popup-label-70.png) no-repeat;
    height: 181px;
    width: 85px;
    position: absolute;
    left: 0;
    right: 240px;
    margin: auto;
    top: 5px;
}

.popupform .custom-pop {
    padding: 0;
}

.popupform .popup-content {
    width: 34%;
    float: right;
    margin-left: 0;
    margin-right: 130px;
    margin-top: 55px;
}

.popupform .popup-content h6 {
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 32px;
    margin: 0 0 10px;
    border: none;
    padding: 0;
    text-transform: inherit;
    font-weight: 600;
}

.popupform .popup-content h3 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #113964;
    margin: 0;
    font-size: 18px;
    color: #0d145c;
    font-weight: 600;
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.popupform .popup-content h3 span {
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    background: #ffc50d;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 24px;
    margin-right: 8px;
    border-right: 5px solid #093867;
}

.popupform .popup-content h3:after {
    content: '';
    height: 80%;
    width: 100%;
    background: #ffd18d;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 5px;
}

.popupform .popup-content h3 span strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-style: initial;
}

.popupform * {
    font-family: 'DM Sans', sans-serif;
}

.popupform .form-control {
    font-size: 14px;
    height: 42px;
    margin: 0 0 12px;
}

.popupform .btn {
    background: #e22222;
    color: #fff;
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 2px 5px #000;
}

.popupform a.popemail {
    color: #fff;
    margin-top: 10px;
    display: table;
}

.popupform a.popemail i {
    margin-right: 6px;
    margin-top: -2px;
}

.popupform a.popemail i:before {
    font-family: 'FontAwesome';
}

.popupform button.fancybox-button {
    background: #f53230;
    color: white;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    top: 30px;
    right: 86px;
}


.info-form button.btn.btn-orange {
    background: red;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 1px 1px black;
}



.port_books {
    display: flex;
    justify-content: center;
}

.port_books a img {
    padding: 0;
    max-width: 100%;
}

.port-tabs ul {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.port-tabs ul a {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    padding: 2px 5px;
}

.port-tabs ul li {
    margin: 0 10px;
}

.port-tabs ul a:hover,
.port-tabs ul a.active {
    border-bottom-color: #cc0102;
    color: #cc0102;
}


ul.inline-sticker {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}


ul.inline-sticker img {
    height: 50px;
}

ul.inline-sticker li {
    margin: 0 10px;
}

.portpg .banner-inn {
    background: url(../images/portpgbg.jpg) no-repeat scroll center top #16131d;
    background-size: cover;
    text-align: left;
    padding-top: 10em;
    padding-bottom: 2em;
}

.portpg .nav-container {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

ul.p-sticker {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.logo-strip {
    padding: 30px 0;
    border-bottom: 1px solid #7d858c;
    background: rgb(248, 238, 214);
    background: -moz-linear-gradient(top, rgba(248, 238, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 238, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 238, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8eed6', endColorstr='#ffffff', GradientType=0);
}

section.port-tab:before {
    content: "";
    position: absolute;
    right: 0;
    width: 57%;
    height: 100%;
    background: #f2f5f9;
    top: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
}

section.port-tab {
    margin: 80px 0 180px 0;
}


.portpg .banner-inn h1 {
    margin-left: 0;
    text-transform: uppercase;
}

.portpg .banner-inn p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.portpg .banner-inn p strong {
    color: #fad512;
}

.portpg .banner-inn ul {
    margin-top: 20px;
}

.port-tab .col-md-4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.port-tab .col-md-4:after {
    content: "";
    position: absolute;
    right: 6%;
    border: 6px solid #dacaa2;
    height: 90%;
    width: 80%;
    z-index: -1;
    bottom: 0;
    border-radius: 20px;
}

.portpg .our-reviews:before {
    top: -10%;
}


img.portf-right {
    max-width: none;
    position: relative;
    right: 100px;
}

.portpg .banner-inn .row {
    align-items: center;
}

.portpg section.auth-logo {
    padding-bottom: 0;
}

.portpg .heading.text-center p {
    max-width: none;
    font-size: 24px;
    color: #000;
}




/* Labour Popup */


.popupform.poplabour {
    background: url(../images/am-labor-bg1.png) no-repeat center top;
    width: 1035px;
    height: 716px;
    transform: scale(0.85);
}

.popupform.poplabour:before {
    display: none;
}

.popupform.poplabour .popup-content {
    margin-top: 0;
    margin-right: 0;
    width: 52%;
    padding-right: 44px;
    padding-left: 5px;
}

.popupform.poplabour .popup-content h3 {
    clip-path: unset;
    display: block;
    background: #fec900;
    text-align: center;
    padding: 4px 0;
    font-size: 26px;
    margin: 20px 0 0;
}

.popupform.poplabour .popup-content h3 span {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
    font-size: inherit;
}

.popupform.poplabour .popup-content h3 span strong {
    display: inline;
    font-size: inherit;
}

.popupform.poplabour .popup-content form {
    padding: 20px 30px;
    width: 100%;
}

.popupform.poplabour a.popemail {
    margin: 0 auto;
}

.popupform.poplabour textarea.form-control {
    height: 60px;
}

.popupform.poplabour button.fancybox-button {
    right: 30px;
    top: 0;
}







.our-pricing {
    background: url("../images/mark-shd.jpg")no-repeat;
    background-size: 100%;
}

.our-pricing .pack {
    background: #f1f6f7;
    margin: 0 0 100px;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    padding-left: 230px;
    z-index: 0;
}

.our-pricing .pack h4 {
    color: #ff4b04;
    margin: 0;
    font-size: 184px;
    font-weight: 900;
    position: absolute;
    left: -117px;
    top: -110px;
}

.our-pricing .pack h3 {
    font-size: 38px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    z-index: 1;
    margin: 0 0 30px;
}

.our-pricing .pack ul {}

.our-pricing .pack ul li {
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    margin: 0 0 7px;
    position: relative;
}

.our-pricing .pack ul li:before {
    content: '';
    background: url("../images/pack-check.png") no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    left: -23px;
    top: 6px;
}

.our-pricing .pack.red h4 {}

.our-pricing .pack.blue h4 {
    color: #0277bd;
}

.our-pricing .pack.yellow h4 {
    color: #eda73e;
}

.our-pricing .pack.purple h4 {
    color: #8773b2;
}

.our-pricing .right .pack h4 {
    left: inherit;
    right: 20px;
    top: -40px;
}

.our-pricing .right .pack img {
    left: inherit;
    right: -160px;
}

.our-pricing .pack img {
    position: absolute;
    top: -60px;
    left: -50px;
    z-index: 2;
}

.our-pricing .pack h3:after {
    content: '';
    background: #ffbb4b;
    position: absolute;
    left: -230px;
    bottom: 1px;
    height: 13px;
    width: calc(100% + 230px);
    border-radius: 20px;
    z-index: -1;
}

.our-pricing .heading {
    margin: 0 0 100px;
}

.our-pricing .pack:after {}

.our-pricing .bg:after {
    content: '';
    width: 300px;
    height: 400px;
    background: #3d60cb;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    left: -30px;
    bottom: -30px;
}

.our-pricing .right h4 {}

.our-pricing .bg {
    position: relative;
    z-index: 1;
}

.our-pricing .bg.right:after {
    left: inherit;
    right: -30px;
}

.our-pricing .bg.right .pack {
    padding-left: 60px;
}

.our-pricing .right .pack h3:after {
    left: -63px;
    width: calc(100% + 63px);
}

.our-pricing .pack:before {
    content: '';
    background: url("../images/pack-after.png")no-repeat;
    height: 309px;
    width: 575px;
    position: absolute;
    top: 0;
    right: 60px;
    filter: brightness(0.7);
    opacity: .1;
}



.market-relate {
    background: #5e85ff;
    overflow: hidden;
}

.market-relate img {
    margin: auto;
    display: table;
}

.market-relate .container {
    position: relative;
    z-index: 1;
}

.market-relate:after {
    content: '';
    background: url("../images/confident-after.png") no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -500px;
    top: 0;
    opacity: .3;
}

.market-relate h2 {
    color: #fff;
}

.market-relate h2:after {
    background: #4a6cd3;
}

.our-pricing a.btn {
    display: block;
}

.our-pricing .btn-price {
    margin-top: 20px;
}

section.banner-inn p {
    color: white;
    font-size: 20px;
    width: 63%;
    margin: 40px auto 0;
}

.dis-p p {
    color: #d4d3e0;
    margin-bottom: 30px;
}

a.flogo>img {
    max-width: 250px;
}

.rclient-item {
    text-align: center;
    margin-bottom: 20px;
}

.rclient-item a.rc_play {
    position: relative;
    display: block;
    overflow: hidden;
}

.rclient-item a.rc_play .play_btn {
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../images/aplay0.png) no-repeat scroll center top;
    z-index: 1;
    bottom: 30px;
    right: 0;
    margin: auto;
    /* border-radius: 50%; */
}

.rclient-item a.rc_play .play_btn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../images/aplay1.png) no-repeat scroll center top;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: auto;
}

.rclient-item h3 {
    margin-top: 30px;
    font-size: 22px;
    clear: both;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
}

.rclient-item p {
    font-weight: 600;
    color: #000;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0;
    padding-top: 20px;
}

.rclient-item:hover a.rc_play img {
    transform: scale(1.1);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rclient-item a.rc_play:hover .play_btn:before {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rclient-item a.rc_play img {
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: scale(1);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.logo>img {
    max-width: 200px;
}






.indent_inn h2 b {
    vertical-align: baseline;
    color: #f44336;
}

.indent_inn {
    width: 100%;
    max-width: 1170px;
}

.indent_inn h2 {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
}

.ddexitForm {
    margin-top: 30px;
}

.indent-pop ul {
    margin: 0;
    width: 100%;
    float: left;
}

.indent-pop ul li.ind-line {
    width: 26.2%;
    float: left;
    padding: 0 5px;
}

.indent-pop ul li.ind-line input {
    height: 60px;
    display: block;
    margin: 0 auto;
    background: #fbfcfd;
    border: 1px solid #e5e5e5;
    padding: 17px 10px 16px 20px;
    width: 100%;
}

.indent-pop ul li.ind-line i.fa {
    display: none;
}

.indent-pop ul li.ind-line input[type="submit"] {
    font-size: 17px;
    background-color: #cc0102;
    border-color: #cc0102;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
}

.indent-pop ul li.ind-line.last {
    width: 20%;
}

#ddexitpopwrapper {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    align-items: center;
    justify-content: center;
}

#ddexitpopwrapper .veil {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    content: "";
    z-index: 1;
    display: none;
    cursor: default;
}

.ddexitpop {
    width: 100%;
    padding: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: white;
    left: 0;
    top: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    visibility: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ddexitpop .calltoaction {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    background: #15C5FF;
    display: block;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    color: white !important;
}

div.closeexitpop {
    background: url('../images/xclose.png') no-repeat scroll center center;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: none;
    position: fixed;
    cursor: pointer;
    text-indent: -1000px;
    z-index: 3;
    top: 10px;
    right: 10px;
    background-size: 20px;
    opacity: 0.7;
}

#ddexitpopwrapper.open {
    pointer-events: auto;
}

#ddexitpopwrapper.open .veil {
    display: block;
}

#ddexitpopwrapper.open div.closeexitpop {
    display: block;
}

#ddexitpopwrapper.open .ddexitpop {
    visibility: visible;
}

@media screen and (max-width: 850px) {

    .ddexitpop {
        /* top: 0; */
    }

    .indent-pop ul li.ind-line {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .indent-pop ul li.ind-line input[type="submit"] {
        width: auto;
    }

    .indent_inn h2 {
        font-size: 30px;
    }

    .indent_inn h2 br {
        display: none;
    }

}