@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
Flaticon icon font: Flaticon
Creation date: 26/03/2019 09:53
*/

@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff2") format("woff2"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
url("../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
display: block;
font-weight: normal;
font-size: 70px;
}

.flaticon-account:before { content: "\f100";
font-size: 46px;
}
.flaticon-accounting:before { content: "\f101";
font-size: 46px;
}
.flaticon-interest:before { content: "\f102"; 
font-size: 46px;
}
.flaticon-law:before { content: "\f103"; 
font-size: 46px;
}

*{
text-decoration: none !important;
}
body {
background: #fff;
color: #444;
overflow-x: hidden;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
}
p{
font-family: 'Play', sans-serif;
}
a {
color: #fd5308;
transition: 0.5s;
}

a:hover,
a:active,
a:focus {
color: #000;
outline: none;
text-decoration: none;
transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
font-family: 'Montserrat', sans-serif !important;
}
ul{
padding: 0px;
list-style: none;
}
.pl-pr-none{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.navbar-nav{
margin-left: auto;
}
.header-top{
    background: #4556cc;
    padding: 10px 0px;
    color: #fff;
}
.header-top h4{
    font-size: 16px;
    text-transform: uppercase;
}
.tag-line{
    float: left;
    margin-top: 6px;
}
.home-contact{
    float: right;
    margin-top: 6px;
}
.home-contact ul{
    padding: 0px;
    margin: 0px;
}
.home-contact ul li{
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding-right: 22px;
}
.home-contact ul li:last-child{
    padding-right: 0px;
}
.home-contact ul li i{
    margin-right: 6px;
}
.home-contact ul li p{
    margin: 0;
}
.wrapper .header{
    padding: 20px 0px;
}
a.logo{
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
}
.header.menu-small{
    position: fixed;
    z-index: 999999;
    top: 0;
   background-color: #fff;
    width: 100%;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}
button.navbar-toggler{
        cursor: pointer;
    }
/*.navbar.header{
    background: #FC6E51!important;
}*/

.about-wrapper .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.about-wrapper{
    background: rgba(10, 27, 34, 0.95);
    
}
#site-nav li{
    padding-right: 8px;
}
#site-nav li a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(69, 86, 204);
    padding: 10px 15px;
}
#site-nav li.active a{
    background: rgb(69, 86, 204);
    color: rgb(255, 255, 225);
}
#site-nav li a:hover{
    background: rgb(69, 86, 204);
    color: rgb(255, 255, 225);
}
#site-nav .dropdown-menu a.dropdown-item{
    padding: 0px;
    text-transform: capitalize;
    /*padding-left: 10px;
    padding-right: 10px;*/
    padding: 10px;

}
.banner{
background-image: url(../image/home-banner.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 560px;
width: 100%;
display: inline-flex;
align-items: center;
}
.banner-colour{
   background: rgba(69, 86, 204, 0.7);
    width: 100%;
    height: 100%;
    display: inline-flex;
}
.banner-content{
text-align: center;
margin: 0 auto;
color: #fff;
padding-top: 8%;
}
.banner-content h1{
font-weight: 700;
font-size: 56px; 
}
.banner-content p{
font-size: 16px;
}
.banner-service{
margin-top:40px;
width: 1140px;
}

.about{
    padding: 40px 80px 0px;
    color: #fff;
    
}
.about h2{
    font-weight: bold;
}
.service-wrap h4{
    font-weight: bold;
    font-size: 19px;
    margin: 20px 0px 10px;
    text-transform: uppercase;
}
.account-wrap{
margin: 15px 0px;
display: block;
color: #fff;
padding: 30px 10px;
border: 1px solid #fff;
    background: rgba(10, 27, 34, 0.95);
}
.account-wrap a{
color: #fff;
display: block;
}
.account-wrap:hover{
background: #fff;
color: #4556cc;
}
.account-wrap h4{
font-size: 20px;
font-family: 'Play', sans-serif;
}
.service-area{
    padding: 50px 0px 20px 0px;
}
.service-bg{
    background: #E8F1F1;
}
.service-wrap {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.service h2{
    font-weight: bold;
    margin-bottom: 18px;

}
.service p{
    text-align: justify;
    margin-bottom: 25px;

}
.service-wrap a i{
    height: 100px;
    width: 100px;
    border: 2px solid #4556cc;
    border-radius: 100%;
    font-size: 50px;
    display: inline-block;
    color: #000;
    line-height: 1.9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 0 0px 0px #4556cc;
    -moz-box-shadow: 0 0 0px 0px #4556cc;
    -o-box-shadow: 0 0 0px 0px #4556cc;
    box-shadow: 0 0 0px 0px #4556cc;
}
.service-wrap:hover i{
    border: 4px solid #fd5308;
    -webkit-box-shadow: 0 0 0px 6px #ffa37c;
    -moz-box-shadow: 0 0 0px 6px #ffa37c;
    -o-box-shadow: 0 0 0px 6px #ffa37c;
    box-shadow: 0 0 0px 6px #ffa37c;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.tab ul li{
    display: inline-flex;
    
}
.tab ul li a{
    background: #981c34;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.tab-content{
    background: #EAE9E3;
    padding: 20px;
    
}
.tab-content table{
    width: 100%;
    border: 1px solid #000;
    
}
.tab-content table tr td{
    width: 50%;
    border-bottom: 1px solid #000;
    padding: 10px;
}
#one-person-company-contain{
    display: none;
}
#partnership-contain{
    display: none;
}
.footer-top{
    padding: 50px 0px;
    background-color: #000;

color: #fff;
}
.footer-top h2{
   border-bottom: 1px solid #282727;
    padding-bottom: 14px;
   
}
.footer-menu ul li{
    padding-bottom: 10px;
}
.footer-menu p{
    font-size: 14px;
    margin: 0px;
}
.footer-menu{
    padding-left: 15px;
    padding-right: 15px
}
.footer-menu h2{
    text-transform: uppercase;
    font-size: 16px;
}
.footer-menu ul li a{
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
.footer-menu ul li a i{
    padding-right: 8px;
}
.footer-menu ul li a:hover{
    color: rgb(69, 86, 204);
}



.footer-bot{
    background: rgb(69, 86, 204);
    padding-top: 18px;
    color: #fff;
}
.footer-bot a{
    color: #fff;
}
.footer-bot a:hover{
    color: #000;
}
/*-------------------------------------------------------------about-start----------------------------------------------------*/
#breadcrumb{
    
background-repeat: no-repeat;
background-size: cover;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 2;
}

#breadcrumb:after{
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    position: absolute;
}
#breadcrumb h2{
  color:#fff;
  font-weight: 500;
  display: inline-block;
  font-size: 30px;
  background: #4556cc;
  padding: 7px 25px;
  margin-bottom: 15px;
}
#breadcrumb ul{
  margin: 0px;
}
.main-breadcrumb-link{

}
#breadcrumb ul li{
  margin: 0px 5px;
  font-weight: 500;
  color:#fff;
  display:inline-block;
  font-size: 16px;
}
#breadcrumb ul li:after{
  margin-top: 2px;
  margin-left: 10px;
  font-size:18px;
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
}
#breadcrumb ul li:last-child{
  margin-left: 0px;
}
#breadcrumb ul li:last-child:after{
   display: none;
}
#breadcrumb ul li a{
  color: #fff;
}
#breadcrumb ul li a:hover{
    color:#fd5308;
}
#breadcrumb ul .active{
  color:#4556cc;
}
.about-page{
    padding: 40px 0px;
}
.about-page h4{
    font-weight: bold;
}
.about-page p{
    margin-top: 6px;
}
.about-btn{
    margin-top: 26px;
}
.about-btn a{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    background-color: #4556cc;
    border: 2px solid #4556cc;
}
.about-btn a:hover{
    background: #fff;
    color: #4556cc;
}
/*-------------------------------------------------------------about-end----------------------------------------------------*/
/*-------------------------------------------------------------gst-start----------------------------------------------------*/

.gst-wrap{
    padding: 40px;
}
.gst-content h4{
    font-weight: bold;
    
}
.gst-content ul li{
    padding-bottom: 10px;
}
.gst-content ul li i{
    padding-right: 8px;
    font-size: 10px;
}
/*
.gst-content-pic{
    display: flex;
    align-items: center;
}
*/

#site-nav .dropdown-item.active, .dropdown-item:active{
    background: rgb(69, 86, 204);
    color: #fff;
}


/*-------------------------------------------------------------gst-end----------------------------------------------------*/



/*.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image: -moz-linear-gradient(-280deg,#ff750f 0,#ff1c6c 100%);
    background-image: -webkit-linear-gradient(-280deg,#ff750f 0,#ff1c6c 100%);
    background-image: -ms-linear-gradient(-280deg,#ff750f 0,#ff1c6c 100%);
	background-image: linear-gradient(-280deg,#ff750f 0,#ff1c6c 100%);
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:#fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}*/
/*-------------------------------------------------------------liability-start----------------------------------------------------*/
.llp-wrap{
    padding: 40px 0px;
}
.llp-wrap i{
    font-size: 8px;
}

/*-------------------------------------------------------------contact-start----------------------------------------------------*/
/*-------------------------------------------------------------contact-start----------------------------------------------------*/

.contact-wrapper{
    padding: 40px 0px;
}
.contact-address i{
    display: block;
    padding-right: 8px;
    font-size: 24px;
    color: #4556cc;
}
.contact-wrapper h4{
    font-weight: bold;
    margin-bottom: 18px;
}
.contact-email input[type=text],.contact-email input[type=Email],.contact-email input[type=submit],.contact-email textarea{
    width: 100%;
    margin-bottom: 8px;
    outline: none;
    border: 1px solid #aaa;
    padding: 6px;
    
}

.contact-email input[type=submit]{
   cursor: pointer;
    
}


/*-------------------------------------------------------------contact-end----------------------------------------------------*/


@media screen and (max-width:1200px){
    .fixed-width{
        width: 100%;
    }


@media screen and (max-width: 1024px){
.banner-service{
width: 100%;
}
    .about{
        padding: 25px;
    }
    /*.banner-content{
padding: 0px 15px;
}
    .banner-content h4{
font-size: 14px;
}*/
/*.banner{
height: auto;
display: block;
align-items: inherit;
}
.account-wrap{
padding: 10px 0px;
}
.banner-service .col-xs-6{
width: 50%;
}*/
}

@media screen and (max-width: 768px){
    .tag-line{
        float: none;
        text-align: center;
    }
    .home-contact{
        float: none;
        text-align: center;
    } 
    
    .menu-small .logo{
        margin-left: auto;
    }
   .menu-small #menu-toggler{
           margin-left: auto;
    text-align: center;
    margin-right: auto;
    }
    .about{
        padding: 20px;
    }
    .home-service{
        padding-top: 20px;
    }
    .img-class{
        width: 100%;
    }
    .banner{
        height: auto;
    }
.banner-content{
padding: 0px 15px;
}
.banner-content h4{
font-size: 14px;
}
}
@media screen and (max-width: 639px){
    .logo{
        margin-left: auto;
    }
    
    #menu-toggler{
        margin-left: auto;
    text-align: center;
    margin-right: auto;
    } 
    .banner-content {
    padding:8px 0px 0px 0px;
}
    .banner-content p{
        margin: 0px;
    }
    .banner-service{
        margin-top: 0px;
    }
}
@media screen and (max-width: 479px){
    
      
}



