*{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 ul a:before {
    display: none; 
}

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

.main-menu ul.menu li {
    position: relative;
}

.main-menu ul.menu li  ul.sub-menu {
    position: absolute;
    left: 0;
    width: 16em;  
    background: rgba(154,130,90,1);
    display: none;
}

.main-menu ul.menu li ul.sub-menu li {
    clear: both;
    margin-bottom: 0;
    width: 100%;   
    border-bottom: 1px solid #ddd;
}

.main-menu ul.menu li ul.sub-menu li a {
    padding: 12px 20px;
    display: block;
    font-size: 15px;
}

.main-menu ul.menu li ul.sub-menu li a:hover , .main-menu ul.menu li ul.sub-menu li a:active , .main-menu ul.menu li ul.sub-menu li a:active {
    background: #d80000;
}

.main-menu ul.menu li:hover ul.sub-menu , .main-menu ul.menu li:hover ul.sub-menu.smenu2  { 
    display: block;
}  

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: #cfd3f3;;
    font-size: 17px;
    text-shadow: 0 3px 2px #535353;
    padding: 5px 18px;
    padding: 5px 0;
    position: relative;
}

.main-menu ul.menu li ul.sub-menu.smenu2 {
    position: absolute;
    z-index: 1;
    width: 32em;
    left: 0;
    /* background: #fff; */
    padding: 0;
    margin-left: 0;
    display: none;
    border: 1px solid #ddd;
    top: 100%;
    border-bottom: none;  
}

.main-menu ul.menu li ul.sub-menu.smenu2 li {
    width: 50%;
    float: left;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    clear: none;  
    border-right: 1px solid #ddd;
}

.main-menu ul.menu li ul.sub-menu li:nth-of-type(even) {
    border-right: none;
}

.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%;
    height: 140px;
    object-fit: cover;
}

.rclient-item p {
	padding: 30px 15px 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: 80px;
    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: 50px;
    /* 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;}

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: 90%;
    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: 18px;
    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) 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;
}



 
 
 
 
 
 

.sing_form {
    float: left;
    width: 100%;
    background: #141414;
    color: #fff;
    padding: 20px;
    position: relative;
    margin-top: 0px;
    position: relative;
    top: 0;
    border-radius: 4px;
}

.sing_hd i {
    position: absolute;
    right: -30px;
    top: -40px;
}

.sing_hd h5 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.sing_hd h5 span {
    color: #ffdabe;
}

.sing_hd p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;
}

.sing_hd p b {
    vertical-align: baseline;
}

.sing_form ul li input[type="text"], 
.sing_form li input[type="email"], 
.sing_form ul li textarea, 
.sing_form ul li input[type="tel"], 
.sing_form ul li select {
    background: #141414;
    border: #474747 1px solid;
    width: 100%;
    padding: 10px;
    text-align: left;
    color: #ffffffcf;
    font-size: 13px;
    box-shadow: #0000005e 0px 2px 5px;
    height: 48px;
    border-radius: 3px;
}

.sing_form li {
    color: #fff;
    width: 100%;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.sing_form li.last {    margin-bottom: 0;   } 

.sing_form li i.fa {
    position: absolute;
    display: none;
}

.sing_hd {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
 
.sing_hd h6 {
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 6px;
}

.sing_form li input[type="submit"] {
    background: #ffdabe;
    border: #ffdabe 1px solid;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
}  

.placeholder1::placeholder { color: #fff; }

.placeholder1:-ms-input-placeholder {   color: #fff;  }

.placeholder1::-ms-input-placeholder {   color: #fff; }

.sing_form form.validate-popin {
    clear: both;
}

.sing_hd h6 b {
    font-weight: 500;
}

.sing_form li {
    list-style: none !important;
}

.sing_form li i.fa {
    display: none;
}
 

.sing_form ul {
    margin-top: 10px;
    clear: both; 
}

.sing_form ul li textarea {
    height: 80px;
    resize: none;
}   
 
ol.hlist li {
    list-style: decimal inside;
}

ul.hlist li {
    list-style: disc inside;
}

.hlist li h2 , .hlist li h3 , .hlist li h4 {
    display: inline;
}

.hlist { 
    margin-bottom: 15px; 
}
.blist {  
    margin-bottom: 15px; 
}

ul.blist li {
    list-style: disc inside;
}

.content-inn p a {
    color: #c50000;
    vertical-align: baseline;
}



 


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

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

.indent_inn h2 {font-size: 84px;text-align: center;color: #000;font-family: 'Playfair Display', serif;font-weight: 600;}

.ddexitForm {margin-top: 30px;}

.indent-pop ul {margin: 0;width: 100%;float: left;display: flex;}
 
.indent-pop ul li.ind-line {width: 33.2%;float: left;padding: 0 5px;}

.indent-pop ul li.ind-line input , .indent-pop ul li.ind-line textarea {display: block;margin: 0 auto;background: #ffffff;border: 1px solid #a8a5a5;padding: 17px 10px 16px 20px;width: 100%;height: 57px; resize: none;  overflow: hidden;  }     

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

.indent-pop ul li.ind-line input[type="submit"] {font-size: 17px;background-color: #a91c16;border-bottom: 5px solid #ffc328;color: #fff;cursor: pointer;border-radius: 50px;padding: 17px 10px 15px 20px;font-weight: 600;     height: auto;    } 

/*.indent-pop ul li.ind-line.last {    width: 20%;} */
 
.indent-pop ul {    flex-flow: wrap;    }


#ddexitpopwrapper {     display: flex;    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 10000000000; 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; padding:10px 20px;}

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

.indent_inn h2 br {    display: none;}    

} 

.indent_inn h2>span {    color: #a91c16;    display: inline-block;    font-style: italic;   }

.indent_inn h2 b {    color: #a91c16;    font-size: 54px;    font-weight: 400;    display: block;    margin-top: 13px;  }

.indent_inn h2 * {    vertical-align: top;  }

.indent_inn h2 b>span {    background: #ffc328;    color: #000;    font-weight: 600;    display: inline-block;    padding: 1px 11px;    }

.indent_inn small {    text-align: center;    display: block;    font-weight: 500;    font-size: 20px;    margin-top: 33px; }

.indent-pop ul.text_wrp li.ind-line.first {    width: 66.4%;    }

.indent-pop ul.text_wrp {    margin-top: 10px;  }

.single-single-sidebar-left a {    color: #c50000;    }



.ind-line input[type="submit"] {
    width: 100%;
    height: 100%;
    border: unset;
    background: #a91c16;
    color: #fff;
    font-size: 1.125rem;
    text-transform: capitalize;
}

header .logo img {
    width: 300px;
    filter: brightness(0) invert(1);
}

.flogo img {
    width: 250px;
}


/* new-css */

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    background-color: #0f335e;
    position: relative;
    z-index: 1;
    padding-top: 211px;
    padding-bottom: 120px;
  }
  
  .page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    height: 100%;
    z-index: -1;
    -webkit-animation: animatedBackground 15s linear infinite;
    animation: animatedBackground 15s linear infinite;
    background-image: url(../assets/img/bg_lines.svg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .page-title-content {
    text-align: center;
  }
  
  .page-title-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
  }
  
  .page-title-content p {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  @-webkit-keyframes animatedBackground {
    0% {
      background-position: center center;
    }
  
    100% {
      background-position: 300px center;
    }
  }
  
  @keyframes animatedBackground {
    0% {
      background-position: center center;
    }
  
    100% {
      background-position: 300px center;
    }
  }
  
  /*================================================
  404 Error Area CSS
  =================================================*/
  .error-area {
    height: 100vh;
  }
  
  .error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
  }
  
  .error-content h3 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 15px;
  }
  
  .error-content p {
    max-width: 520px;
    margin: 0 auto 25px;
  }


  
/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  
  .subscribe-area.bg-f4f5fe::before {
    width: 100%;
    height: 50%;
    background-color: #f4f5fe;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    position: absolute;
  }
  
  .subscribe-content {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    text-align: center;
    padding: 70px;
    background-color: #0f335e;
  }
  
  .subscribe-content h2 {
    color: #ffffff;
    max-width: 610px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 500;
  }
  
  .subscribe-content form {
    max-width: 600px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .subscribe-content form .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  
  .subscribe-content form .row .col-lg-8, .subscribe-content form .row .col-lg-4, .subscribe-content form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .subscribe-content form #validator-newsletter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    color: #ffffff;
  }
  
  .subscribe-content form .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #c32f00;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .subscribe-content form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .subscribe-content form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .subscribe-content form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .subscribe-content form .input-newsletter::placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .subscribe-content form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
  }
  
  .subscribe-content form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
  }
  
  .subscribe-content form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
  }
  
  .subscribe-content form .input-newsletter:focus::placeholder {
    color: transparent;
  }
  
  .subscribe-content form button {
    background-color: #0f335e;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
  }
  
  .subscribe-content form button i {
    margin-right: 2px;
    color: #0f335e;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 4px;
  }
  
  .subscribe-content form button:hover, .subscribe-content form button:focus {
    background-color: #4792e3;
  }
  
  .subscribe-content form button:hover i, .subscribe-content form button:focus i {
    color: #0f335e;
  }
  
  .shape14 {
    position: absolute;
    left: 5%;
    top: 0;
    z-index: -1;
  }
  
  .shape14 img {
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
  }
  
  .shape15 {
    position: absolute;
    right: 2%;
    top: 4%;
    z-index: -1;
  }
  
  .shape16 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .shape17 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .shape18 {
    position: absolute;
    z-index: -1;
    right: 20%;
    top: 32%;
  }
  
  /*================================================
  Free Trial Area CSS
  =================================================*/
  .free-trial-area {
    position: relative;
    z-index: 1;
  }
  
  .free-trial-content {
    text-align: center;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .free-trial-content h2 {
    font-size: 40px;
    font-weight: 500;
  }
  
  .free-trial-content p {
    margin-top: 20px;
  }
  
  .free-trial-content .default-btn {
    margin-top: 20px;
  }
  
  .shape10 {
    position: absolute;
    right: 30%;
    bottom: 25%;
    z-index: -1;
  }
  
  .shape10 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .shape11 {
    position: absolute;
    left: 25%;
    bottom: 27%;
    z-index: -1;
  }
  
  .shape11 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
  }
  
  .shape12 {
    position: absolute;
    left: 10%;
    bottom: 50%;
    z-index: -1;
  }
  
  .shape12 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .shape13 {
    position: absolute;
    right: 18%;
    bottom: 60%;
    z-index: -1;
  }
  
  .shape13 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  .bg-f4f5fe {
    background-color: #f4f5fe;
}
.free-trial-area {
    position: relative;
    z-index: 1;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.free-trial-content {
    text-align: center;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
}
.reviews-section h2 {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
}   
.free-trial-content p {
    margin-top: 20px;
}
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #0f335e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.free-trial-content .default-btn {
    margin-top: 20px;
}
.shape10 {
    position: absolute;
    right: 30%;
    bottom: 25%;
    z-index: -1;
}
.shape11 {
    position: absolute;
    left: 25%;
    bottom: 27%;
    z-index: -1;
}
.shape12 {
    position: absolute;
    left: 10%;
    bottom: 50%;
    z-index: -1;
}
.shape13 {
    position: absolute;
    right: 18%;
    bottom: 60%;
    z-index: -1;
}
  







/*  */



/* end-css */