@charset "utf-8";
/* CSS Document */
body{
	font-family:"roboto";
	margin:0;
	padding:0;
}
@font-face {
    font-family: "roboto";
    src:url(../fonts/roboto.regular.ttf);
}
h1,h2,h3,h4,h5,h6,label,p,ul{
	margin-bottom:0;
}
.theme_bg{
	background-color:#dd4b39;
}
.theme_color{
	//color:#dd4b39;
	color:#fff;
}
.position_realtive{
	position:relative;
}
.cursor{
	cursor:pointer;
}
.container {
    width: 1170px;
    max-width: 100%;
}
/*header*/
.login_c_r{
	color:#fff;
}
.login_c_r a{
	font-size:13px;
    color: #fff;
	text-decoration:none;
}
.login_c_r a:hover{
    color:#ed1d25;
}
.header_ban{
	position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
.media_bg {
    background-color:#222;
    padding: 6px 0;
    border-bottom: 1px solid #ffff;
}
ul.social_icon {
    font-size:13px;
    color: #fff;
    padding:0;
    margin: 0;
}
ul.social_icon li {
    display: inline-block;
    list-style: none;
    padding-right:8px;
}
ul.social_icon li i {
    padding-right: 4px;
}
ul.social_icon li a{
	
	text-decoration:none;
	color:#fff;
}
.social-link li {
	 font-size: 13px;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    border-radius: 6px;
    text-align: center;
}
.social-link ul{
    padding:0;
}
.social-link li a {
    color: #fff;
    padding: 7px 5px;
}
.media_bg p{
	font-size: 14px;
}
.media_bg p span{
	cursor:pointer;
}
.navbar-brand {
    display: none;
}
nav.navbar.navbar-toggleable-md {
    padding: 0;
}
.menu_bg{
    background:#222;
}
.logo_img{
	margin: 10px 0;
	width:150px;
}
.ba_logo_i{
	width:130px;
}
.menu {
    padding: 19px 0 0;
}
.menu_p {
    padding:15px 0 0;
}
.menu li {
    padding-left:6px;
    font-size: 14px;
}
.menu li:first-child { 
  padding-left:0;
}
.menu li a {
    color: #fff;
	position:relative;
	padding-bottom: 26px;
}
.menu li a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
.menu li a:hover,.menu li.active a {
    color:#ed1d25;
}
.menu li a:hover:after, .menu li.active a:after
{
    position: absolute;
    top: -25px;
    content: "";
    width: 10px;
    text-align: center;
    height: 10px;
    background: #dd4b39;
    border-radius: 50%;
    left:40%;
}
.dropdown_t ul {
  background: #fff;
  height: 0;
  left: 0;
  position: absolute;
  transition: all .5s ease;
  top:55px;
  width:200px;
  border:1px solid #ddd;
  display:none;

}
.dropdown_t:hover ul {
  opacity: 1;
  transform: translateY(0);
  display:block;
}
.dowpdown_h1:hover ul {
  height:86px;
  z-index:99;
  margin-top: -8px;
}
.dowpdown_h2:hover ul {
  height: 216px;
  z-index:99;
  margin-top: -8px;
}
.dowpdown_h3:hover ul {
  height: 216px;
  z-index:99;
  margin-top: -8px;
}
.dropdown_t ul{
	padding:0;
	margin:0;
}
.dropdown_t ul li{
	list-style:none;
	border-bottom:1px solid #ddd;
	padding:10px 15px;
}
.menu .dropdown_t li:first-child {
    padding-left: 15px;
}
.menu .dropdown_t li:last-child {
	border-bottom:0;
}
.dropdown_t ul li a{
	color:#333 !important;
	text-decoration:none;
	
}
.dropdown_t ul li a:after{
	background: transparent !important;
	
}
.dropdown_t ul li a:hover{
	color:#ed1d25 !important;
}
.dropdown_t ul li a:hover:after, .dropdown_t ul li.active a:after{
	background: transparent !important;
}
.dropdown_t:hover .nav-link{
	color:#ed1d25 !important;
}
.dropdown_t:hover .nav-link:after{
	position: absolute;
    top: -25px;
    content: "";
    width: 10px;
    text-align: center;
    height: 10px;
    background: #dd4b39;
    border-radius: 50%;
    left:40%;
}
.menu .dropdown_t li a:hover:after, .menu .dropdown_t li.active a:after
{
    position:inherit;
    width:0;
	height:0;
}
.darkHeader{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	background:#222;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/*header-end*/
/*section*/
.postion_baaner {
    position: absolute;
    top:220px;
    z-index: 999;
    width: 100%;
    padding-left:9%;
    left: 0;
}
.postion_baaner h2{
    font-size:36px;
	margin-bottom:30px;
	color:#3b5998;
}
.postion_baaner p{
    font-size:16px;
	color:#000;
}
/*why*/
.bg_why{
	background-color:#f7f7f7;
	padding:60px 0 30px;
}
.bg_why h2{
	font-size:28px;
	color:#333;
}
.line_img{
	margin:10px 0 40px;
}
.why_brd{
	border:1px solid #e5e5e5;
	background-color:#fff;
	margin-bottom:30px;
}
.icon_br{
	border-bottom:1px solid #e5e5e5;
	padding:30px;
	text-align:center;
	min-height: 126px;
}
.why_brd h4{
	font-size:20px;
	margin-bottom:20px;
	color:#fff;
}
.why_brd i {
    border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
    background-color: #fff;
    font-size: 28px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 62px;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.why_brd:hover i {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 0 8px #ccc;
}
.why_brd p{
	padding:20px 20px 30px;
	font-size:14px;
	color:#333;
}
.why_brd_a a
{
	text-decoration:none;
}
.icon_bk1{
	background-color:#c63434;
}
.icon_clr1{
	color:#c63434;
}
.icon_bk2{
	background-color:#6c6ca3;
}
.icon_clr2{
	color:#6c6ca3;
}
.icon_bk3{
	background-color:#0c75b8;
}
.icon_clr3{
	color:#0c75b8;
}
.icon_bk4{
	background-color:#a1ab1d;
}
.icon_clr4{
	color:#a1ab1d;
}
.icon_bk5{
	background-color:#f09c25;
}
.icon_clr5{
	color:#f09c25;
}
.icon_bk6{
	background-color:#1b4560;
}
.icon_clr6{
	color:#1b4560;
}
.icon_bk7{
	background-color:#437219;
}
.icon_clr7{
	color:#437219;
}
.icon_bk8{
	background-color:#9d8c00;
}
.icon_clr8{
	color:#9d8c00;
}
.icon_bk9{
	background-color:#77406a;
}
.icon_clr9{
	color:#77406a;
}
.icon_bk10{
	background-color:#25b3ab;
}
.icon_clr10{
	color:#25b3ab;
}
.icon_bk11{
	background-color:#d59807;
}
.icon_clr11{
	color:#d59807;
}
.icon_bk12{
	background-color:#201f5b;
}
.icon_clr12{
	color:#201f5b;
}
/*why-end*/	
/*about*/
.about_t{
	padding:60px 0;
}
.about_t h2{
	font-size:28px;
	color:#333;
}
.about_t p{
	font-size:14px;
	color:#333;
}
/*about-end*/
.banner_tax{
	background:url(../images/tax-img.jpg) no-repeat top center;
	width:100%;
	padding:60px 0 20px;
	background-size:cover;
}
.counter_services{
	margin-bottom:30px;
}
.counter_services i{
	font-size:46px;
	color:#dd4b39;
	margin-bottom:30px;
}
.counter_services h3{
	font-size:36px;
	color:#fff;
	margin-bottom:20px;
}
.counter_services p{
	font-size:20px;
	color:#fff;
}
/*business-consutancy*/
.breadcrumb {
    font-size: 14px;
    margin: 20px 0;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
}
.breadcrumb span {
    color:#dd4b39;
    margin: 0 3px;
}
.breadcrumb .sp a {
    color: #333;
    margin: 0 3px;
}
.breadcrumb .type {
    color: #555;
    margin: 0 3px;
}
.website_content{
	padding-bottom:20px;
}
.website_content h2{
	font-size: 26px;
    color: #333;
	padding-top:20px;
}
.website_content p{
	font-size:14px;
	color:#333;
	padding-bottom:20px;
	
}
/*business-consutancy-end*/
/*contact*/
.background_contact {
    background:url(../images/contact_img.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 130px 0 50px;
}
.background_partner {
    background:url(../images/accounting-partner.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 130px 0 50px;
}
.cont-info h4{
	color: #fff;
	font-size:18px;
	margin-bottom:10px;
}
.cont-info h4 i{
	color:#dd4b39;
	font-size:18px;
	padding-right:6px;
}
.partner_img{
	background:url(../images/accounting-partner.jpg) no-repeat center top;
}
.top_mr{
	padding-top:60px;
}
.website_content .cont-info p, .website_content .cont-info a {
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
	display:block;
}
.top_mr iframe{
	width:100%;
	padding:10px;
	background:#fff;
	border:0;
	height: 352px;
}
.top_mr_x iframe{
	
	min-height: 447px;
}
.contact_content h2 {
        font-size: 20px;
    color: #dd4b39;
    padding-left: 15px;
}
.contact_content .form-control {
	margin-bottom: 15px;
    border-radius: 0;
	font-size: 14px;
}
.contact_content button{
	width: 100%;
    border: 0px;
    padding:5.5px;
    color: #fff;
    background: #dd4b39;
	cursor:pointer;
}
iframe.iframe_s {
    width: 100%;
    height: 223px;
    border: 0;
}
.new_letter_bg {
    background: url(../images/news-letter.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    min-height: 190px;
    padding: 41.5px 0;
}
.new_letter_bg h2 {
    font-size: 28px;
    margin-bottom:15px;
    text-align: center;
    color: #fff;
}
.new_letter_bg h6 {
    font-size: 18px;
    margin-bottom: 26px;
    text-align: center;
    color: #fff;
}
/*it-services*/
.services_bcg {
    background: url(../images/serives_banner.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    padding-bottom: 20px;
}
.service_bg {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 15px 0;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    background: #fff;
    color: #333;
    min-height: 375px;
}
.icon_circle i {
    border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
    color: #fff;
    font-size: 26px;
    height: 62px;
    line-height: 62px;
    transition: all .3s ease 0s;
    width: 62px;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.icon_circle h4 {
    font-size: 18px;
    margin: 30px 0 20px;
}
.icon_circle p {
    font-size: 14px;
    margin-bottom: 10px;
}
.service_bg:hover i {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 0 8px #ccc;
}
.pt_50 {
    padding-top: 50px;
}
.quotes_button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 245px;
    cursor: pointer;
}
.qurey_frame iframe{
	width: 100%;
    border: 0;
    height: 342px;
    padding: 15px 20px;
}
.b_img{
	width:100%;
}
.contact_b_s .quotes_button{
	/* display:none !important; */
}
/*it-services-end*/
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.card-header {
    cursor: pointer;
    padding: 5px 10px !important;
}
.website_content p {
    font-size: 14px;
    color: #333;
    padding:15px;
}
/* Payment Start */
.payment_background{
	
	background: #f5f5f5;
    border: 1px solid #f1f1f1;
	border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    color: #666;
    font-size: 15px;
}
.payment_background ul{
list-style-type: none;
}
/* Payment End */
/*section-end*/
/*footer*/
.footer_bckg{
	background-color:#212935;
	padding:50px 0 10px;
	margin-top: -7px;
}
.footer_content{
	margin-bottom:20px;
}
.footer_content h4{
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
}
.footer_content p{
	color:#e5e5e5;
	font-size:14px;
	line-height:30px;
}
ul.booking_footer{
	font-size:14px;
	padding:0
}
ul.booking_footer li{
	list-style:none;
	padding-bottom: 10px;
}
ul.booking_footer li a{
	color:#e5e5e5;
	text-decoration:none;
}
ul.booking_footer li a:hover{
	color:#f9676a;
}
.copy_right{
	background-color:#0e1218;
}
.copy_right h6{
	color:#e5e5e5;
	font-size:13px;
	padding:10px;
}
#whatsappmsg {
    width: 43px;
    line-height: 44px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 396px;
    right: 0px;
    background-color: #31b373;
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    border: 0;
}
/*footer_end*/
@media screen and (max-width: 992px) {
	.display_logo{
		display:none;
	}
	.display_link{
		display:none;
	}
	.menu_bg .offset-1{
		margin:0;
	}
	.navbar-brand{
		display:block;
	}
.menu li a:hover:after, .menu li.active a:after
{
    position:inherit;
    width:0;
	height:0;
}
.menu {
    padding:0;
}
	.menu li {
    padding-left:15px;
	border-bottom:1px solid #dfdfdf;
}
.menu li a {
    color: #fff;
    position: relative;
    padding: 13px 0;
}
.menu li:first-child {
    padding-left:15px;
}
.menu li:last-child {
    border-bottom:0;
}
button.navbar-toggler.navbar-toggler-right {
    background: #ed1d25;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
}
.banner_homes iframe {
    height: 405px;
}
.lbl_display{
	display:none;
}
.banner_homes {
    background: url(../images/bg3.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    padding: 100px 0 100px;
}
#location iframe{
	height:400px !important;
}
.b_img{
	width:100%;
	height:250px;
}
}
@media screen and (max-width:767.9px) {
	.cont-info{
	margin-top:30px;
}
	.copy_right h6, .copy_right .text-right{
		text-align:center !important;
	}
	iframe.iframe_s {
    width: 100%;
    height: 371px;
    border: 0;
}
iframe.iframe_s {
    width: 100%;
    height: 371px;
    border: 0;
}
/* Added by manoj on Jan 09 2024*/
.top_mr{
	padding-top:0px;
}
.img_service
{
height:100% !important;
width:100% !important;
}

}


