@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'sf_ui_displaybold';
    src: url('../fonts/sf-ui-display-bold-webfont.eot');
    src: url('../fonts/sf-ui-display-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sf-ui-display-bold-webfont.woff2') format('woff2'),
         url('../fonts/sf-ui-display-bold-webfont.woff') format('woff'),
         url('../fonts/sf-ui-display-bold-webfont.ttf') format('truetype'),
         url('../fonts/sf-ui-display-bold-webfont.svg#sf_ui_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:after, *:before {box-sizing: border-box;}
body {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
	padding: 0;
	margin: 0;
    color: #0b3d61;  
}
body, html{overflow-x: hidden;}
.container{position: relative; max-width: 1170px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.container .container{width: 100%;padding: 0;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}
::-webkit-scrollbar{width: 12px;}
::-webkit-scrollbar-track{-webkit-border-radius: 10px; border-radius: 10px; background: #acacac;}
::-webkit-scrollbar-thumb{-webkit-border-radius: 10px; border-radius: 10px; background: #ebc54c;}
/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 15px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 0px; padding-left: 0px; list-style: none;}
li {margin: 0 0 10px; padding: 0; list-style: none;}
p {padding-bottom: 20px;margin: 0;}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
	color: #ebc54c;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{color: #1898d4;text-decoration: none;outline: none;}
a:focus{color: #ebc54c;}
img {border: none; outline: none; display: inline-block; max-width: 100%;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
/* FORM
---------------------------------*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}
input, select, textarea {
	padding: 5px 10px;
	width: 100%;
	height: 40px;
    border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	color: #212020;
	font-size: 16px;
	line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
    position: relative;
	vertical-align: top;
	outline: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
input[type="password"]{font-family: 'verdana';}
input[type="file"]{padding: 0 10px;}
textarea {height: 90px;	resize: none; overflow: auto;}
textarea.row2{height: 90px;}
textarea.row3{height: 140px;}
textarea.row4{height: 190px;}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 20px;
}
input[type="text"]:focus, textarea:focus, select:focus{border-color: #ebc54c; outline: none;}
.form_wrap ul{list-style: none; padding: 0; margin-bottom: -10px;}
.form_wrap ul > li{margin-bottom: 0;}
.labelWrap{display:block;margin:0 0 10px;line-height:inherit; position: relative;}
.labelWrap > span{margin: 0 0 5px;}
.hideLabel{position:absolute;opacity:0;pointer-events:none}
.labelWrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #6b6b6b;}
::-moz-placeholder{opacity: 1; color: #000000;}
::-webkit-placeholder{opacity: 1; color: #000000;}
::placeholder{opacity: 1; color: #000000;}
/* BUTTONs
---------------------------------*/
[type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn {
	background: #ebc54c no-repeat;
	border: 1px solid #ebc54c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
	font-size: 17px;
	line-height: 42px;
	height: 44px;
	min-width: 125px;
    padding: 0 20px;
    text-align: center; 
    font-weight: 400;
  	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
}
button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}
[type="reset"]{margin-right: 10px;}
[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}
[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #1898d4; border-color: #1898d4; color: #fff;}
[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #ebc54c; color: #ebc54c;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #ebc54c; color: #ebc54c;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus{
    outline: none;
	background-color: #0092bd;
	border-color: #0092bd;
	color: #fff;
}
[type="submit"].btn_green:hover, [type="submit"].btn_green:focus, [type="reset"].btn_green:hover, [type="reset"].btn_green:focus, button.btn_green:hover, button.btn_green:focus, button.btn_green:active:focus, .btn.btn_green:hover, .btn.btn_green:focus, .btn.btn_green:active:focus{
	background-color: #177b1e;
	border-color: #177b1e;
	color: #fff;
}

[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{ 
    height: 32px;
    line-height: 30px;
    min-width: inherit;
    padding: 0 12px;
    font-size: 15px; 
}
[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{height: 60px; line-height: 60px; font-size: 18px;}
.btn_group a, .btn_group input, .btn_group button{margin: 0 0 0 5px;}
.btn_group a:first-child, .btn_group input:first-child, .btn_group button:first-child{margin-left: 0;}
.btn_group a:last-child, .btn_group input:last-child, .btn_group button:last-child{margin-right: 0;}
.btn_center{text-align: center; margin-top: 30px;}
.btn_left{text-align: left;	margin-top: 30px;}
.btn_right{text-align: right; margin-top: 30px;}

/* THANKYOU
----------------------*/
.thankyou_block{text-align: center;}
.thankyou_text .heading span, .thankyou_text .subheading span {display: block; color: #9cbe2f; margin-bottom: 10px;}
.thankyou_img{margin: 30px 0 0;}
/*THANKYOU END*/

/* BREADCRUMB
----------------------*/
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
	margin: 0 0 -35px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #212020;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
	z-index: 5;
}
.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}
.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 25px 0 0; padding: 0; position: relative; font: inherit;}
.breadcrumb ul li:before{content: "/"; display: block; position: absolute; top: 1px; right: -14px; font-family:'FontAwesome';}
.breadcrumb ul li:last-child{margin: 0; padding: 0;}
.breadcrumb ul li:last-child:before{display: none;}
.breadcrumb ul li a {color: inherit;}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #1898d4;}
/*BREADCRUMB END*/

/* VIDEO
----------------------*/
.sk_vdo{background-color: #000; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio */ position: relative;}
.sk_vdo iframe, .sk_vdo img{position: absolute; top: 0; left: 0; border: none; width: 100%; height: 100%;}
/*VIDEO END*/

/* OWL
---------------------------------*/
.owl-carousel{padding: 0 35px;}
.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}
/* .owl-carousel .owl-nav{width: 100px;	position: absolute;	right: 0; top: -65px;} */
.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    transform: translateY(-50%);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    opacity: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}
.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #ebc54c; opacity: 1;}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #858585;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active{background: #ebc54c; border-color: #ebc54c;}
/*OWL END*/

/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {-webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); background: rgba(0,0,0,0.7); color: #fff;}
.sk_fleft{float: left;}
.sk_fright{float: right;}
.sk_img_left{ float: left; margin: 5px 30px 0 0; }
.sk_img_right{ float: right; margin: 5px 0 0 30px; }

.ul, .alter_list{list-style: none; padding: 0; margin-top: 0; margin-bottom: -30px; overflow: hidden;}
.ul > li, .alter_list > li{margin-bottom: 30px;}
.editor_text ul{list-style: none; margin: 0 0 20px; padding: 0; overflow: hidden;}
.editor_text ul:last-child{margin: 0;}
.editor_text ul > li{padding: 0 0 0 25px; margin-bottom: 10px; position: relative;}
.editor_text ul > li:before{
    position: absolute;
    content: '';
    background: #040505;
    width: 7px;
    height: 7px;
    top: 10px;
    left: 0;
    border-radius: 100%;
}
.owl-carousel{display: block;}
/* SECTION_HEADING
----------------------*/
.section{width: 100%; padding: 50px 0;	position: relative;}
.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}
.heading {
    display: block;
    font-family: 'sf_ui_displaybold';
    font-weight: normal;
    letter-spacing: 1px;
    color: #0b3d61;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.subheading{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
	color: #212020;
	margin-bottom: 10px;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.subheading span{font-family: 'Ubuntu', sans-serif;font-weight: 300;}
.heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;}
.heading a, .subheading a{color: inherit;display: inline;}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #ebc54c;}

.sk_contact .editor_text ul > li{padding-left: 0;}
.sk_contact .editor_text ul > li::before{display: none;}
.sk_comm > i, .sk_comm > .siteicon{float: left; line-height: 30px; margin: 0;}
.sk_comm > div{margin: 0 0 0 40px; clear: none !important;}
.sk_map{-webkit-cursor: grab; cursor: grab; background: #E5E3DF; height: 300px; position: relative;}
.sk_map iframe{width: 100%; height: 100%; border: none; margin: 0;}
.sk_box figure{overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; text-align: center;}
.sk_box figure img{-webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.sk_box a{display: block; color: inherit;}
.sk_box a.btn, .sk_box a.readmore{display: inline-block;}
.sk_box .sk_text{margin-top: 10px; text-align: center;}
.sk_box .sk_text .subheading{text-align: left;}
.sk_box .sk_para{margin-bottom: 10px; text-align: left; min-height: 48px; overflow: hidden;}
.sk_info{margin-bottom: 10px; text-align: left;}
.sk_info span{margin-right: 10px;}
.sk_info span:last-child{margin-right: 0;}
.sk_info span i{margin-right: 3px;}
.sk_box .sk_para:last-child, .sk_info:last-child{margin-bottom: 0;}
.sk_box:hover a figure img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.withIcon.sk_box .sk_text{position: relative; padding: 25px 0 0; margin: 0;}
.withIcon.sk_box figure.sk_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -25px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.withIcon.sk_box figure.sk_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_box:hover a figure.sk_icon img{-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.sk_sideblock{margin-bottom: 40px;}
.sk_sideblock:last-child{margin-bottom: 0;}
.sk_sideblockShadow{padding:10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_sideblock .bullet li:before{top: 4px;}
.sk_sideblock ul li a{display: block; color: inherit; padding: 5px 0;}
.sk_sideblock ul li.active a, .sk_sideblock ul li:hover a{color: #ebc54c;}
.sk_sideblockShadow > .subheading{margin: -10px -10px 10px; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}

.sk_toggle .sk_box{margin: 0 0 15px; padding: 10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_toggle .sk_box:last-child{margin: 0;}
.sk_toggle .sk_ques{cursor: pointer; position: relative; padding: 0 50px 0 0;}
.sk_toggle .sk_ques:after{
    content: "\f078";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #d3d3d3;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding: 0 0 0 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.sk_toggle .sk_box.opened > .sk_ques:after {line-height: 28px; padding: 0 1px 0 0; transform: rotate(180deg); background: #d3d3d3; color: #fff;}
.sk_ans{display: none; margin: 10px 0 0;}

.sk_box .readmore{width:auto; height: auto; font: inherit; color: #014baf; background: transparent; -webkit-border-radius: 0; border-radius: 0; margin: 10px 0;}
.sk_box .readmore:hover{color: #212020;}
/* SLIDER
---------------------------------*/
.common_banner{position: relative; overflow: hidden; background: #ccc;height: auto;}
.common_banner img{width: 100%; display: block; opacity: 1;}
.homebanner{height: auto;}
.innerbanner{max-height: 310px; overflow: hidden;}

.bannerbox {
    position: relative;
    background: #101010;
}
/*SLIDER END*/

/* FOOTER
---------------------------------*/
.mainFooter { background: #0b3d61; width: 100%; overflow: hidden; font-size: 16px; line-height: 26px; padding: 50px 0 0; color: #ffffff; }
.financial_heading { font-size: 21px; margin-bottom: 15px; line-height: normal; }
.financial_side li { margin-bottom: 5px; }
.mainFooter a{color: inherit;}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover{color: #ebc54c;}
.ftop {padding-bottom: 40px;}
.copyright { padding: 20px 0; font-size: 16px; line-height: 26px; font-family: 'Montserrat'; font-weight: 400; color: #ffffff; background: #003154; letter-spacing: 0.5px; }
.copyright p{padding: 0; text-align: inherit; display: block;} 
.copyright .social a i{background: transparent; font-size: 20px;}
/*FOOTER END*/

.adan_img {
    max-width: 350px;
    margin: 0 auto;
}
.bannertext, .f_top-right_ctn {
    padding: 50px 50px 50px;
    border: 10px solid #ebc54c;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #ffffff;
}
.tfra_text {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    position: absolute;
    top: -17px;
    left: 30%;
    right: 30%;
    text-align: center;
    background: #101010;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
}
.bannertext .heading, .f_top-right_ctn .heading {
    color: #fff;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 70px;
}
.f_top-right_ctn .tfra_text{background: #0b3d61;}
.sk_content {
    position: relative;
    padding: 30px;
    border: 5px solid #ebc54c;
    min-height: 200px;
    display: grid;
    place-items: center;
}
.banner_after .sk_content {
    border-color: #0b3d61;
    padding: 50px 50px 80px;
}
.banner_after .sk_content {
    font-weight: 600;
}
.sk_content .tfra_text {
    top: -26px;
    background: #0b3d61;
    padding: 10px 0;
    outline: 10px solid #ffffff;
}
.section.compromises {
    background: #d9d5cc;
    padding: 15px;
}
.compromises .compromises_box {
    border: 1px solid #ffffff;
    padding: 30px;
    min-height: 200px;
    display: grid;
    place-items: center;
}
.compromises_box .heading{text-transform: inherit;}
.our_tax-sec .our_tax_list{max-width: 1000px; margin: 0 auto;}
.tax_box_wrapper { padding: 0 15px; }
.tax_box_wrapper li {margin-bottom: 20px;}
.tax_box_wrapper ul{margin: 30px 0px -20px;}
.tax_box_wrapper .heading {color: #ebc54c;}

.section_26 .sk_content_wrap{max-width: 800px; margin: 0 auto;}
.section_26 .sk_content{margin: 15px;}
.section_26 .sk_content .tfra_text{top: auto; bottom: -25px; left: 50%; transform: translateX(-50%); background: #ffffff; color: #0b3d61;}
.section_26 .sk_content_wrap .para{margin-top: 50px;}
.our_tax-sec2 {background: #282926;}
.our_tax-sec2 .tax_box_wrapper {color: #ffffff; font-size: 16px; font-weight: 400; min-height: 100%; position: relative;}
.our_tax-sec2 .tax_box_wrapper::before { content: ''; position: absolute; top: 30px; right: -10px; bottom: 30px; border-right: 3px solid #ebc54c; border-radius: 10px; }
.our_tax-sec2 [class*="col-"]:last-child .tax_box_wrapper::before {border-right: none;}
.our_tax-sec2 .tax_box_wrapper .heading {color: #ffffff;}

.tax-free_sec { background: #1b3d5e; }
.tax-free_sec .sk_content_wrap { color: #d8d5cd; }
.tax-free_sec .sk_content_wrap .heading { color: #d8d5cd; font-size: 70px; line-height: 75px; margin-left: -50px; }

.protential_tax { background: #f7f4f0;}
.protential_tax_outer { position: relative; z-index: 1; padding: 30px 0 80px; }
.protential_tax_outer::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 20%; background: #ffffff; z-index: -1; border-right: 2px solid #999999; }.protential_tax .editor_text ul {padding-left: 50px;}
.protential_tax_outer .sk_content_wrap { max-width: 75%; }
.protential_tax .sk_content_wrap .editor_text { padding: 20px 0 0 100px; }
.protential-heading { display: flex; align-items: center; font-size: 32px; line-height: normal; font-weight: 400; }
.protential-heading i { width: 70px; height: 70px; font-size: 40px; line-height: 60px; text-align: center; background: #94a7c4; color: #ffffff; border: 3px solid #ffffff; padding: 5px; outline: 5px solid #94a7c4; border-radius: 100%; margin-right: 30px; }
.protential_amount_wrapper { position: relative; z-index: 1; padding: 30px 0; margin-top: 50px; }
.protential_amount_wrapper::before { content: ''; position: absolute; top: 0; left: 50%; bottom: 0; transform: translateX(-50%); z-index: -1; border-right: 2px solid #999999; }
.protential_amount_ctn { font-size: 21px; line-height: normal; color: #040505; text-align: center; padding: 0 40px; }
.protential_amount_box {row-gap: 50px;}
.protential_amount { display: inline-block; vertical-align: top; background: #1c4667; width: auto; color: #ffffff; padding: 15px 30px; min-width: 175px; font-weight: 400; letter-spacing: 1px; }
.protential_amount_box [class*="col-"]:nth-child(4n) .protential_amount{min-width: 300px;}
.tax_free_retirement_top{background: #0b3d61;}
.tax_free_retirement_top .heading{color: #ffffff;}
.tax_free_retirement_top .sk_content .tfra_text { color: #ebc54c; outline: 10px solid transparent; max-width: 220px; margin: 0 auto; }
.tax_free_retirement_bottom ul { display: block; padding: 30px 0 0; }
.income_sec {background: #f7f4f0;}
.income_sec .sk_content { border-color: #0b3d61; max-width: 60%; margin: 0 auto 30px; }
.zero_risk_sec { background: #f8f4f1;}
.zero_risk_sec .sk_content { max-width: 75%; margin: 0 auto 30px; min-height: auto; border-left: none; border-right: none; }
.testi_slider .owl-item img{width: auto; margin: 0 auto;}
.testi_slider .sk_box .sk_img{border-radius: 100%; width: 100px; height: 100px; margin: 0 auto;}
.home_testimonial { background: #000000; }
.home_testimonial .sk_box .sk_text { color: #ffffff; text-align: center; font-weight: 400; font-size: 18px; line-height: 30px; letter-spacing: 0.6px; max-width: 800px; padding: 0 30px; margin: 30px auto 0; }
.home_testimonial .sk_box .sk_text .para { max-height: 120px; overflow: hidden; margin-bottom: 30px; overflow-y: auto; padding-right: 15px; scroll-behavior: smooth; }
.home_testimonial .sk_box .sk_text .para::-webkit-scrollbar{width: 5px;}
.testi_slider {padding: 0 50px;}
.home_testimonial .heading {color: #ebc54c;}
.home_testimonial .sk_box .sk_text .subheading { text-align: center; color: #ebc54c; }
.client-designation { font-size: 15px; line-height: 24px; }
.zero_risk_sec_row { display: flex; flex-direction: column; row-gap: 30px; }
.zero_risk_amount_wrapper { display: flex; align-items: flex-start; column-gap: 30px; }
.zero_risk_amount_wrapper .zero_risk_amount_ctn { max-width: 65%; flex-shrink: 0; }
.zero_risk_amount_wrapper .zero_risk_amount { display: flex; flex-wrap: wrap; row-gap: 20px; column-gap: 40px; max-width: 30%; padding-right: 50px; flex-shrink: 0; }
.zero_risk_ctn{ display: flex; flex-direction: column; justify-content: space-around; row-gap: 20px; flex-shrink: 0; min-height: 100%; }
.zero_risk_ctn .protential_amount_ctn{text-transform: uppercase; text-align: right;}
.protential_amount_wrapper .year { font-size: 21px; font-weight: 600; text-align: center; color: #ebc54c; position: absolute; top: -30px; left: 0; right: 0; }
.zero_risk_sec .protential_amount_wrapper{padding: 20px 0; margin-top: 50px;}
.zero_risk_sec .protential_amount_wrapper::before{border-right: 3px solid#ebc54c;}
.zero_risk_amount .protential_amount{min-width: auto;}
.zero_risk_amount .protential_amount:nth-child(even){min-width: 150px;}
.zero_risk_sec .protential_amount_wrapper:nth-child(even) .protential_amount_ctn{text-align: center;}
.zero_risk_sec .protential_amount_wrapper:nth-child(even) .protential_amount:nth-child(odd){transform: translateX(-100%);}
.our_tax_list .row{row-gap: 30px;}
.our_tax-sec2 .our_tax_list .row{row-gap: 50px;}
.f_form-side{padding-right: 50px;}
.f_form-side .heading { color: #fff; font-size: 36px; line-height: 50px; }
.ftop .form_wrap .row { row-gap: 20px; }
.form_group label{display: block; font-size: 16px; line-height: 24px; margin-bottom: 5px;}
.f_form-side .form_group input, .f_form-side .form_group select, .f_form-side .form_group textarea{color: #ffffff; caret-color: #ebc54c;}
/*header images */
.header-image-logo{height: 40px; margin-right: 15px;}
/*Banner Button*/
    .btn_banner_blue
    {
        background-color: #0B3D61;
        color: #fff;
        cursor: pointer;
        border: 1px solid #0B3D61;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 17px;
        line-height: 25px;
        padding: 10px 15px;
        text-align: center; 
        font-weight: 500;
        outline: none;
    }

    .btn_banner_yellow
    {
        background-color: #EBC54C;
        color: #000;
        cursor: pointer;
        border: 1px solid #EBC54C;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 17px;
        line-height: 25px;
        padding: 10px 15px;
        text-align: center; 
        font-weight: 600;
        outline: none;
    }
/*Margin Button*/
.margin-btn
{
    margin-bottom: 20px;
}
.margin-btn-box
{
    margin-bottom: 20px;
}
/*video modal*/
.modal{background-color: #000000e3;}
.modal-content{background-color: unset; border: unset;}
.modal-header{ border-bottom:unset; }
/*.modal-header .close {padding: 1rem; margin: -1rem -16rem -9rem auto;}*/
.modal-body video {cursor: pointer;}
/*.modal-dialog{margin: auto 10rem; max-width: none;}*/
.videomodalclose{color: #fff; font-size: 40px; }