@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');



body {

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;

    color: #000;

}


a,

img {

    text-decoration: none;

    outline: none;

    border: none;

}



a,

.btn {

    transition: all .5s;

}



.btn:focus,

.form-control:focus {

    box-shadow: none;

}



:focus {

    outline: 0 !important;

}



a,

a:hover,

a:focus,

a:active {

    text-decoration: none;

    outline: 0px;

}



ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;

}



p:last-child {

    margin-bottom: 0;

}



header {

    position: fixed;
/*	position:absolute; */
	background:#000;

    top: 0;
	left: 0;
	right:0;
	
	padding:0;

    z-index: 1024;

    width: 100%;

    height: 107px;

}



header.sticky {

    background: rgb(0,0,0) !important;

    /*background: rgb(237 176 63 / 20%)*/

}



.bg-light {

    background-color: rgb(0,0,0) !important;

    padding: 0;

    /* align-items: flex-start; */

}



.header-info li {

    display: inline-flex;

    margin-right: 20px;

}

.header-info li .btn {
    background: #E54438;
    padding: 5px 20px;
    border-radius: 40px;
    color: #000 !important;	
}

.header-info:last-child{
    
    color: #fff !important;	
}



.header-info li a {

    color: #DCDBDC;
	font-size:16px;
	font-weight:700;

}

.header-info li a:hover{

    color: #E54438;

}


.header-info li a span{

    background: #DCDBDC;

    width: 27px;

    height: 27px;

    border-radius: 50px;

    color: #E54438;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    margin-right: 7px;

}



.navbar-nav {

    justify-content: flex-end;

    border-top: 1px solid #fff;

    /* margin-top: 17px; */

    display: inline-flex;

    margin-left: auto !important;

}



.navbar-collapse div {

    width: 100%; 	
	margin-right:auto !important;
    margin-left: auto;

}



.navbar-light .navbar-nav .nav-link {    

    color: #DCDBDC;

	font-size:16px;
    font-weight: 700;

    border-right: 2px solid #fff;

    line-height: 0px;

    display: inline-block;

    padding: 7px 15px;

    margin-top: 15px;
    white-space: nowrap;
}



.navbar-light .navbar-nav .nav-item:last-child .nav-link{

    border-right: 0;

    padding-right: 0;

}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: rgb(249, 182, 56);

}


.banner-wrapper {

    background: url(https://gravitasinsurance.com.au/wp-content/uploads/2024/08/2.png) center top / cover;

    height: 700px;

    display: flex;

    align-items: center;
}

.banner-overlay {
	
	content:"";
	position:absolute;
    background: url(https://gravitasinsurance.com.au/wp-content/uploads/2024/09/bo1.png) top / cover;
	/*margin-top:107px;
	z-index:1;*/
	width:100%;
	height:700px;
	/*background-position: bottom center !important;*/

}

/*.banner-wrapper:before {
	
	content:"";
	position:absolute;
    background: url(../images/banner-img.jpg) center top / cover;

    height: 900px;

    display: flex;

    align-items: center;
	margin-top:220px;
	z-index:10;

}*/


.innertruck-wrapper{

    background: url(../images/inner-banner.jpg) no-repeat center / cover;

    height: 450px;

    display: flex;

    align-items: center;

}


.innertruck-wrapper:after {
    content: '';
    background: rgba(0, 0, 0, 0.24);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.24)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.header-info {

    /* margin-top: -20px; */

    margin-bottom: 10px;
	float: left;

}



.banner-wrapper h1 {

    font-size: 34px;

    font-weight: 800;

    color: #000;

    padding: 10px;
	
	background: rgba(220,219,220,0.8) !important;
	
	border-radius:10px;
	
	text-align:center;

	position:absolute;
	
	bottom:5px;
}



.banner-wrapper h1 span {

    color: #F8B638

}



/*.banner-wrapper h1:after {

    content: '';

    background: #F9B638;

    width: 79px;

    height: 3px;

    display: block;

    position: relative;

    left: -30px;

    margin-top: 30px;

}*/



.banner-left-content {

    max-width: 390px;
	height:auto;

}



.banner-wrapper p {

    color: #fff;



}

.truckquote-box{

    background: rgba(249,189,75,0.2);

    padding: 15px 20px;

    border-radius: 27px;

    position: relative;

    z-index: 1;
	
	margin-top: -320px;

}

.truckquote-box:after{

    content: '';

    background: rgba(249,189,75,0.8);

    padding: 30px;

    border-radius: 27px;

    position: absolute;

    left: -10px;

    right: 10px;

    bottom: -10px;

    top: 10px;

    z-index: -1;

}



.truckquote-box h4{

    color: #7F5CF5;

  /*  text-shadow: 0 0 5px rgba(127,92,245.45);*/

    font-size: 30px;

    font-weight: 600;
}






.search-box{

    background: rgba(255,255,255,0.2);

    padding: 18px 20px;

    border-radius: 27px;

    position: relative;

    z-index: 1;
	
	

}

.search-box:after{

    content: '';

    background: rgba(255,255,255,0.8);

    padding: 20px;

    border-radius: 27px;

    position: absolute;

    left: -10px;

    right: 10px;

    bottom: -10px;

    top: 10px;

    z-index: -1;

}



.search-box h4{

    color: #E54438;

  /*  text-shadow: 0 0 5px rgba(127,92,245.45);*/

    font-size: 30px;

    font-weight: 600;

    margin-bottom: 20px;

}



.search-form {

    position: relative;

}



.form-control {

    background: #fff;

    height: 40px;

    border-radius: 5px;

    padding: 0 20px;

}



.search-icon {

    background: #91267F;

    color: #fff !important;

    font-size: 22px;

    width: 40px;

    height: 40px;

    border-radius: 10px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    top: 1px;

    right: 1px;

}

.search-icon:hover{

    background: #91267F;

    color: #fff !important;

}

.quote-cir{

    background: -moz-linear-gradient(-45deg, rgba(249,182,56,1) 0%, rgba(249,189,75,1) 100%);

    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,182,56,1)), color-stop(100%, rgba(249,189,75,1)));

    background: -webkit-linear-gradient(

-45deg

, rgba(249,182,56,1) 0%, rgba(249,189,75,1) 100%);

    background: -o-linear-gradient(-45deg, rgba(249,182,56,1) 0%, rgba(249,189,75,1) 100%);

    background: -ms-linear-gradient(-45deg, rgba(249,182,56,1) 0%, rgba(249,189,75,1) 100%);

    background: linear-gradient(

135deg

, rgba(249,182,56,1) 0%, rgba(249,189,75,1) 100%);

    color: #fff;

    border-radius: 50%;

    width: 378px;

    height: 378px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-right: 150px;

    padding-left: 50px;

    margin-top: -50px;

    margin-left: -50px;

    

}

.quote-cir h3{

    font-size: 30px;

    line-height: 38px;

    font-weight: 600;

}

.quote-cir span{

    color: #2E2EFF;

    display: inline-block;

}




.proffesion-title{

    background: -moz-linear-gradient(-45deg, rgba(220,219,220,1) 0%, rgba(220,219,220,1) 100%);

    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(220,219,220,1)), color-stop(100%, rgba(220,219,220,1)));

    background: -webkit-linear-gradient(

-45deg

, rgba(220,219,220,1) 0%, rgba(220,219,220,1) 100%);

    background: -o-linear-gradient(-45deg, rgba(220,219,220,1) 0%, rgba(220,219,220,1) 100%);

    background: -ms-linear-gradient(-45deg, rgba(220,219,220,1) 0%, rgba(220,219,220,1) 100%);

    background: linear-gradient(

135deg

, rgba(220,219,220,1) 0%, rgba(220,219,220,1) 100%);

    color: #000;
	border:6px solid #E54438;

    border-radius: 50%;

    width: 330px;

    height: 330px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-right: 150px;

    padding-left: 50px;

    margin-top: -270px;

    margin-left: -50px;

    

}

.proffesion-title h3{

    font-size: 30px;

    line-height: 38px;

    font-weight: 600;
margin-left: 100px;

}

.proffesion-title span{

    color: #91267f;

    display: inline-block;

}



.single-proffesion {

    background: #000;

    padding: 15px;

    display: block;

    cursor: pointer;

    border: 0px solid #fff;
	border-radius: 15px;
	margin:15px;
	position: relative;


}

.proffesion-list{

    margin-top: 50px;

    background: #fff;

    box-shadow: 0 0 5px rgba(0,0,0,0.1)

}

.proffesion-icon{

    width: 90px;

    height: 90px;

  	position: absolute;
	
	top:-9px;
	left:-25px;
	top: -24px;
    left: -55px;

}

.proffesiontruck-icon{

    width: 50px;

    height: 50px;

}

.proffesion-icon-1{

    background: url(../images/proffesion-icon-1.png) no-repeat 100% 100%;

}

.proffesion-icon-2{

    background: url(../images/proffesion-icon-2.png) no-repeat 100% 100%;

}

.proffesion-icon-3{

    background: url(../images/proffesion-icon-3.png) no-repeat 100% 100%;

}

.proffesion-icon-4{

    background: url(../images/proffesion-icon-4.png) no-repeat 100% 100%;

}

.proffesion-icon-5{

    background: url(../images/proffesion-icon-5.png) no-repeat 100% 100%;

}

.proffesion-icon-6{

    background: url(../images/proffesion-icon-6.png) no-repeat 100% 100%;

}

.proffesion-icon-7{

    background: url(../images/proffesion-icon-7.png) no-repeat 100% 100%;

}

.proffesion-icon-8{

    background: url(../images/proffesion-icon-8.png) no-repeat 100% 100%;

}

.proffesion-icon-9{

    background: url(../images/proffesion-icon-9.png) no-repeat 100% 100%;

}

.single-proffesion h6{

    font-size: 20px;

    font-weight: 600;

    margin-left: 25px;
	color:#fff9f1;

}



.single-insure {

    background: #F9B638;
    padding: 15px;
    border: 0px solid #fff;
	border-radius: 15px;
	margin-bottom:10px;
	


}

.single-insure h6{

    font-size: 20px;

    font-weight: 600;
	color:#fff9f1;
	text-align:center;
	display: grid;
	align-items:center;
	height:60px;

}





.proffesion-list .col-md-4{

    padding-left: 0.5px;

    padding-right: 0.5px;

}

.single-proffesion:hover {

    background: #f5b252;

}   

.single-proffesion:hover h6{

    color: #fff;

}


.purple-bg {

    background: rgba(145, 38, 127, 0.8);

    height: 793px;

    display: flex;

    align-items: center;

    position: relative;

    top: 53px;

}



.small-title {

    text-align: center;

    color: #fff;

    font-size: 30px;

    font-weight: 600;

    margin-bottom: 60px;

}



.small-title span {

    color: #F8B638;

}





.about-wrapper{

    position: relative;
}

.about-wrapper:before {

    content: '';

    background: url(../images/dotted-bg.png) no-repeat left;

    width: 423px;

    height: 538px;

    display: block;

    position: absolute; 
	

}



.about-wrapper .btn-default{

    position: absolute;

    bottom: 0px;

    left: 57px;

}



.about-big-text{

        font-size: 150px;

    color: #ECECEC;

    font-weight: 900;

    position: absolute;

    transform: rotate(

-90deg

);

    right: -160px;

    bottom: 210px;

}

.common-padding {

    padding: 50px 0

}

.about-back-img{

    max-width: 100%; /* 444px; */

    min-width: 444px; /* 444px; */

}



.about-img-small {

    position: absolute !important;

    right: 5px;

    bottom: -3px;

    border: 5px solid #fff;

    max-width: 300px;
	height:250px;

}



.triangle-shape {

    position: absolute;

    right: 14px;

    top: 0;

}



.personal-title {

    font-size: 36px;

    font-weight: 600;

    background: #DCDBDC;
	color:#000;
	border:3px solid #000;
	border-radius:25px;

    margin-top: 30px;
	margin-bottom: 30px;
	

}

.section-title {

    font-size: 46px;

    font-weight: 800;

    color: #E54438;

    margin-bottom: 30px;

}



/*.section-title:after {

    content: '';

    background: #F9B638;

    width: 79px;

    height: 3px;

    display: block;

    position: relative;

    left: -30px;

    margin-top: 20px;

}*/



.about-icon {

    background: #f5b252;

    width: 65px;

    height: 65px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 20px;

    transition: all 0.5s;

}

.about-icon:hover{

    background: #F9B638;

}



.about-wrapper .media h3 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 7px;

}



.about-wrapper p {

    font-size: 16px;

    color: #000;
	font-weight: 500;

}



.highlight-txt {

    color: #000000 !important;

    border-left: 2px solid #91267F;

    padding-left: 20px;

    font-weight: 500;

}



.insurance-wrapper {

    background: url(../images/insurance-bg.jpg) no-repeat center / cover;

    position: relative;

    margin-top: 80px;

}



/*.section-title.text-center:after {

    content: '';

    background: #F9B638;

    width: 3px;

    height: 79px;

    display: block;

    position: absolute;

    left: 0;

    margin-top: 0;

    right: 0;

    margin: 0 auto;

    top: -40px;

}*/



.insurance-wrapper li {

    color: #fff;

    position: relative;

    overflow: hidden;
	
}

.insurance-wrapper li:after {
    content: '';
    background: rgba(0, 0, 0, 0.24);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.24)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.insurance-txt {

    position: absolute;

    bottom: 0;

    z-index: 5;

    padding: 20px 30px;

    transform: translate(0px, 102px);

    transition: all 0.5s;

}

.insurance-txt a{

    color: #7F5CF5;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

}

.insurance-txt h4{

    border-bottom: 1px solid #F9B638;

    padding-bottom: 15px;

    margin-bottom: 15px;

    font-size: 26px;

    font-weight: 400;

}

.insurance-txt p{

    font-size: 16px;

}

.insurance-txt span{

    font-size: 16px;

    font-weight: 800;

    margin-bottom: 10px;

    display: inline-flex;

}

.insurance-wrapper li:hover .insurance-txt{

    transform: translate(0px, 0px);

}

.team-wrapper {
	position: relative;
	background: url(https://gravitasinsurance.com.au/wp-content/uploads/2021/07/banner-img.jpg) no-repeat center / cover;
	/* background-attachment: fixed; */
	width:100%;
    overflow: hidden;   
    padding: 20px 0;
}

.team-wrapper:after {
	content: '';
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.z-index {
	position: relative;
	z-index: 1;
}

.team-wrapper .social-icons {
	width: auto !important;
}

.team-wrapper .social-icons li a {
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #3DB453;
	font-size: 18px;
	position: relative;
	transition: all 0.6s;
	top: 0
}

.team-wrapper .social-icons li a:hover {
	background: #F8B834;
	color: #fff;
	top: -5px;
}

.team-member-name {
	background: #2E2EFF;
	border-radius: 13px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 20px;
	text-align: center;
	margin: -30px 0px 15px;
	position: relative;
	z-index: 1;
}

.team-member-name h4 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.team-member-name p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.single-team-wrapper {
	display: inline-block;
	position: relative;
}

.team-members ul {
   /*   width: 20000em; */
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-members li {
	position: relative;
	width: 225px;
	padding: 0 10px;
   /* float: left;*/
    border-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: inline-block;
}

.team-members {
	position: relative;
    overflow: hidden;
}

.team-members .overlay {
	background: rgba(61, 181, 84, 0.3);
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	bottom: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 50px;
	transform: translate(0, 121%);
	transition: all 0.3s;
}

.team-members li:hover .overlay {
	transform: translate(0, 0);
}

.team-members li:hover .team-member-name {
	background: #fcb900;
}

.team-members li:hover .team-member-name h4, .team-members li:hover .team-member-name p {
	color: #fff;
}


.jcarousel-control-prev, .jcarousel-control-next{

    font-size: 16px;
	background: #E54438 !important;
	

}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover{

    background: #a3448d;

    color: #fff;

}

.personal-insurance-wrapper{
	background: url(https://gravitasinsurance.com.au/wp-content/uploads/2024/09/businessi.png) no-repeat center / cover;

    position: relative;
	margin-bottom:70px;

}


.personal-insurance-box{
	border:5px solid #f2e1ff ;
	border-radius:30px;
}



.get-quote-wrapper{

    background: url(../images/quote-img.jpg) no-repeat top / cover;

    /*background-attachment: fixed;*/

    height: 580px;

    position: relative;
	

}

.quote-box {

    background: #DCDBDC url(../images/quote-bg.png) no-repeat;

    padding: 10px;

    border-radius: 20px;

    color: #000;

    /* position: absolute; */

    /* bottom: -60px; */

    /* left: 0; */

    /* right: 0; */

    position: relative;

    top: 480px;

    left: 28%;

    width: 70%;
	margin-right:1%;

}

.login-btn {
    
    right: 0;
    background: #E54438;
    padding: 10px;
   	color: #000;
	font-weight:700;
	border-radius:10px;
	font-size:18px;
	margin:20px;
	top:-30px;
}

.quote-box:after {

    content: '';

    background: #DCDBDC;

    width: 70%;

    right: 0;

    display: block;

    position: absolute;

}

.get-quote-wrapper h4{

    font-size: 26px;

    font-weight: 400;

}

.btn-default{

    border: 1px solid #E54438;

    padding: 15px 25px;

    color: #000;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 600;

    border-radius: 5px;

    min-width: 214px;

    text-align: left;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    transition: all 0.6s;

}

.btn-default:hover{

    background: #E54438;

    color: #000;

}



.white-btn{

    border: 1px solid #fff;

    color: #fff;

}

.white-btn:hover{

    background: #fff;

    color: #91267f;

}

.news-article-wrapper{

    position: relative;

    /*margin-top: 120px;*/

}

.section-title.text-center:after{

    

}

.navbar-light .navbar-brand{

    padding: 0;

}

.single-prsnl-insurance{

    background: #fff;

    border-radius: 18px;

    box-shadow: 0 0 10px rgba(0,0,0,0.2);

    overflow: hidden;

    position: relative;

}

.ins-image{

    position: relative;

}

/*.single-prsnl-insurance .ins-image:after{

    content: '';

    background: -moz-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.24)), color-stop(0%, rgba(0,0,0,0)), color-stop(55%, rgba(255,255,255,0.55)), color-stop(100%, rgba(255,255,255,1)));

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: -o-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    position: absolute;

    top: 130px;

    left: 0;

    bottom: 0;

    right: 0;

    transition: all 0.6s;

}*/



.single-prsnl-insurance:hover .ins-image:after{

    background: -moz-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(249,181,56,0.55) 55%, rgba(249,181,56,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.24)), color-stop(0%, rgba(0,0,0,0)), color-stop(55%, rgba(249,181,56,0.55)), color-stop(100%, rgba(249,181,56,1)));

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(249,181,56,0.55) 55%, rgba(249,181,56,1) 100%);

    background: -o-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(249,181,56,0.55) 55%, rgba(249,181,56,1) 100%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(249,181,56,0.55) 55%, rgba(249,181,56,1) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(249,181,56,0.55) 55%, rgba(249,181,56,1) 100%);

    transition: all 0.6s;

}

.prsnl-ins-content{

   /* padding: 10px; */
    transition: all 0.6s;
    height: 70px;
    align-items: center;
    /* position: relative; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    padding: 15px;
    text-align: center;
	
	

}

.personal-insurance-wrapper .jcarousel{

    padding: 10px;
	 margin: 0 -10px;

}

.prsnl-ins-content h3{

    font-size: 19px;

   /* margin: 5px 0; */
	
	font-weight:700;

}



.prsnl-ins-icon{

    width: 56px;

    height: 56px;

    display: block;

}

.prsnl-ins-icon-1{

    background: url(../images/prsnl-insurance-icon-1.png) no-repeat center;

}

.prsnl-ins-icon-2{

    background: url(../images/prsnl-insurance-icon-2.png) no-repeat center;

}

.prsnl-ins-icon-3{

    background: url(../images/prsnl-insurance-icon-3.png) no-repeat center;

}

.single-prsnl-insurance:hover .prsnl-ins-icon-1{

    background: url(../images/prsnl-insurance-icon-1-hov.png) no-repeat center;

}

.single-prsnl-insurance:hover .prsnl-ins-icon-2{

    background: url(../images/prsnl-insurance-icon-2-hov.png) no-repeat center;

}

.single-prsnl-insurance:hover .prsnl-ins-icon-3{

    background: url(../images/prsnl-insurance-icon-3-hov.png) no-repeat center;

}



.personal-insurance-wrapper .jcarousel-control-prev {

    /*left: -80px;*/

}

.personal-insurance-wrapper .jcarousel-control-next {

    right: -45px;

}



.prsnl-ins-content p{

    font-size: 16px;

    color: #333333;

}

.prsnl-ins-content a{

    color: #91267F;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 700;

}

.single-prsnl-insurance:hover .prsnl-ins-content a{

    color: #000;

}

.personal-insurance-wrapper .jcarousel li{

    padding: 15px;

}

.single-prsnl-insurance:hover .prsnl-ins-content{

    background: #F9B638;

}



.news-title{

    color: #fff;

    font-size: 22px;

    font-weight: 600;

    line-height: 26px;
	
	
	
	/*background:#F9B638;*/
	border-radius: 10px;



}

.company-single{

    position: relative;

    border-radius: 20px;

    overflow: hidden;
	margin-bottom:10px;
		

}

.single-news{

     background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

    overflow: hidden;

    position: relative;
	width:250px;
	height:250px;

}

.news-content{

    position: absolute;

    bottom: 0;

    padding: 10px;

    z-index: 1;
	color:#fff;
	background:#f5b252;
	width:300px;
	/*padding: 0px 35px 20px 35px;*/
	padding:1px 10px 0px 10px;
	
}

.news-content h3{

    font-size: 12px;

    margin: 13px 0;

}


.news-content a{

   
	color:#fff;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

}

.single-news:hover .news-title{

    color: #000;

}

footer{

    background: #222 url(../images/footer-bg.png) no-repeat center / cover;

    text-align: center;

}

.footer-links{

       

    padding: 90px 0 60px;

}

.footer-links li{

    display: inline-flex; 

}

.footer-links li a{

    color: #000;

    padding: 0 20px;

}

.footer-links li a:hover{

    color: #E54438;

}

.footer-links li:after{

    content: '/';

    color: #fff;

}

.footer-links li:last-child:after{

    content: none;

}

.social-icons{

    padding-bottom: 50px; 

}

.social-icons li{

    display: inline-flex;

    margin-right: 20px;

}

.social-icons li a{

    color: #E54438;

    background: #000;

    width: 48px;

    height: 48px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

}

.social-icons li a:hover{

    background: #F9B638;

    color: #fff;

}

.copytight-txt{

    border-top: 1px solid #E54438;

    padding: 20px 0;

    color: #fff;

    text-align: center;

}

.news-article-wrapper .section-title.text-center:after{

        top: -10px;

    }

.news-article-wrapper .jcarousel li{
	width:350px !important;
	padding:15px;
}

.news-article-wrapper .jcarousel {
    padding: 15px;
    margin: 0 -10px;
}


/*inner pages*/



.innerpage-wrapper{

    background: url(../images/inner-banner.jpg) no-repeat center / cover;

    height: 450px;

    display: flex;

    align-items: center;

}

.page-title{

    font-size: 36px;

    color: #E54438;

    font-weight: 800;

    position: relative;

    /*margin-top: 10px; */
	

}

.page-title span{

    color: #F8B638;

}

/*.page-title:after{

    content: '';

    background: #F9B638;

    width: 79px;

    height: 3px;

    position: absolute;

    bottom: -20px;

    left: -20px;


}*/

.why-choose-box{

    background: #91267F url(../images/dotted-bg-white.png) no-repeat left;

    border-radius: 28px;

    padding: 50px 30px;

    color: #fff;

    position: relative;

    margin-top: -120px;

}

.why-choose-box:before{

    content: '';

    background: rgb(245,178,82);

    border-radius: 28px;

    position: absolute;

    top: 10px;

    left: -10px;

    right: 0;

    bottom: -10px;

}

.why-choose-box h1{

    font-size: 120px;

    font-weight: 700;

}

.year-txt{

    font-size: 40px;

    font-weight: 300;

    line-height: 45px;

}

.single-count{

    margin-bottom: 57px;

}

.single-count:last-child{

    margin-bottom: 0;

}

.single-count h3{

    font-size: 45px;

    font-weight: 800;



}

.single-count p{

    font-size: 22px;

    font-weight: 400;

    line-height: 26px;

}

.accordion .card{

    border: 0;

        margin-bottom: 20px;

}

.accordion .card-header{

    border: 0;

        padding: 10px 0;

}

.accordion .btn-link {

    color: #fff; 

    font-weight: 700;

    font-size: 16px;

    padding: 0;

    text-decoration: none !important;

    display: flex;

    align-items: center;

}

.collapse-icon:after{

    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f106";

    background: #f5b252;

   /* color: #a3448d; */

    width: 50px;

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-right: 30px;

    font-size: 34px;

}

.collapsed .collapse-icon:after{    

  /*  background: #a3448d; */
 /*   color: #a3448d !important; */
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";



}

.article-wrapper .single-news{

    margin-bottom: 30px;

}

.detail-news{

    float: left;

    margin-right: 50px;

}

.news-img-big{

    max-width: 580px;

    float: left;

}

.highlighted-text{

    font-size: 16px;

    font-weight: 500;

    border-left: 3px solid #91267F;

    padding: 10px 20px;

    color: #000 !important;

}

.news-detail-title:after{

    left: 600px;

}





/*board&management-start*/

 .board-box{

    background: #fff;

    padding: 30px;

    border-radius: 20px;

    box-shadow: -5px 3px 49px -5px rgba(0,0,0,0.53);

    -webkit-box-shadow: -5px 3px 49px -5px rgba(0,0,0,0.53);

    -moz-box-shadow: -5px 3px 49px -5px rgba(0,0,0,0.53);

    margin-bottom: 30px;

}

.board-box h2{

    font-size: 24px;

    font-weight: 800;

    margin-bottom: 10px;

}

.board-box h2:after {

    content: '';

    background: #F9B638;

    width: 39px;

    height: 3px;

    display: block;

    position: relative;

    left: -10px;

    margin-top: 15px;

}

.bard-icon li {

    margin-right: 5px;

}

.social-icons.bard-icon{

    text-align: center;

    margin-top: -25px;

}

.board-detail{

    text-align: center;

    margin-top: -30px;

}

.board-detail p{

    color: #91267F;

    font-size: 14px;

    font-weight: 800;

    margin-bottom: 0px;

}

.board-detail a{

    color: #F8B638;

    font-size: 18px;

    font-weight: 800;

}

.baord-ttl{

    font-size: 22px;

    font-weight: 800;

}

.mb-20{

    margin-bottom: 20px;

}

.baord-main{

    margin-bottom: 50px;

}

.mt-140{

    margin-top: 140px;

}

/*board&management-start*/



/*faq-start*/

.accordion>.card .card-header {

    margin-bottom: 5px;

}

.box-2 {

    border-radius: 28px;

    padding: 30px;

    color: #fff;

    position: relative;

    background: #91267f;

    margin-top: 0px;

    z-index: 1;

}

.box-2:before {

    content: '';

    background: rgba(145,38,127,0.3);

    border-radius: 28px;

    position: absolute;

    top: 10px;

    left: -10px;

    right: 0;

    bottom: -10px;

    z-index: -1;

}

.box-2 h2{

    color: #fff;

    font-weight: 600;

    font-size: 22px;

    margin-bottom: 20px;

}

.box-2 p{

    margin-bottom: 30px;

}

/*faq-end*/



/*contact-us-start*/

.form-data .form-group label{

    font-size: 14px;

    color: #000;

    font-weight: 700;

}

.form-data{

    position: relative;
	margin-top:50px;

}

.form-bg:before {

    content: '';

    background: url(../images/contact-bg.jpg) no-repeat center / cover;

    width: 50%;

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

}

.white{

    color: #fff;

}

.spl-pad{

    padding: 0 60px;

}

.contact-info li{

    position: relative;

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    text-transform: uppercase;

    padding: 15px 0px 80px 100px;

}

.contact-info li:before {

    content: '';

    border-right: 2px dashed #fff;

    width: 1px;

    height: 64px;

    display: block;

    position: absolute;

    top: 78px;

    z-index: 0;

    left: 36px;

}

.contact-info li:last-child:before{

    display: none;

}

.contact-info li.phn:after{

    content: '';

    background: url(../images/phone-icon.png) no-repeat;

    width: 80px;

    height: 80px !important;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;



}

.contact-info li.email:after{

    content: '';

    background: url(../images/email-cion.png) no-repeat;

    width: 80px;

    height: 80px !important;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;



}

.contact-info li.adrs:after{

    content: '';

    background: url(../images/location-icon.png) no-repeat;

    width: 80px;

    height: 80px !important;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;



}

.contact-info li span{

    display: block;

    font-size: 15px;

    font-weight: lighter;

    color: #fff;

    text-transform: initial;

}

.contact-info li span a{

    color: #fff;

}

.spl-pad2{

    padding-right: 35px;

}

.form-group input::placeholder, .form-group textarea::placeholder, .form-group select{

    color: #333;

    font-size: 13px;

    font-weight: 500;

}

.spl-pad2 .form-group{

    margin-bottom: 30px;

}

.spl-pad2 textarea.form-control {

    padding: 10px 20px;

}

/*contact-us-end*/


.flip-box {



    background-color: transparent;



    width: 100%;



    height: 430px;



    perspective: 1000px;



    cursor: pointer;

}


.flip-box-inner {



    position: relative;



    width: 100%;



    height: 100%;



    text-align: center;



    transition: transform 0.8s;



    transform-style: preserve-3d;

}







/* .flip-box:hover .flip-box-inner {



    transform: rotateY(-180deg);



} */



.flip-box-hover .flip-box-inner {



    transform: rotateY(-180deg);



}



.flip-box-front,
.flip-box-back {



    position: absolute;



    width: 100%;



    height: 100%;



    -webkit-backface-visibility: hidden;



    backface-visibility: hidden;

}







.flip-box-front {



    color: black;



    /* overflow: hidden; */



    text-align: left;

}







.flip-box-back {

    color: #000;



    transform: rotateY(-180deg);



    padding: 15px 15px 50px;



    z-index: 5;



    overflow-y: auto;



    /* border: 1px solid #912680; */

}



.flip-box-front {



    z-index: 0;



}



.flip-box h5 {



    font-size: 18px;



    color: #912680;



    font-weight: 600;



    padding: 10px 0;



    border-bottom: 1px solid #ddd;



    margin: 0 15px 10px;

}



.flip-box h5 span {



    display: block;



    font-size: 14px;



    font-weight: normal;



    color: #000;



    margin-top: 8px;

}



.flip-box p i {

    color: #912680;

    width: 24px;

    text-align: center;

    position: relative;

    top: 4px;

    margin-right: 5px;

}



.flip-box p a {



    display: block;



    color: #000;



    font-weight: normal;



    font-size: 14px;



    display: flex;



}


.flip-box-back p {



    font-size: 17px;



    font-weight: 600;



}

.flip-box-back li {

	list-style:disc;
	color: #E54438;
	margin:10px;
	position: relative;
    text-align: left;
	font-weight:600;
}


.previewStaff {



    position: absolute;



    right: 0;



    bottom: 0;



    background-color: #fdb430;



    color: #ffffff;



    padding: 5px 14px 5px 14px;



    font-size: 24px !important;



    border-radius: 10px 0px 10px 10px;



    cursor: pointer;

}



.previewStaff:hover {



    background-color: #666666;



}



.previewBack {



    position: absolute;



    left: 5px;



    bottom: 5px;



    background-color: #ffffff;



    color: #912680;



    padding: 2px 5px;



    font-size: 20px;



    border-radius: 3px;



    cursor: pointer;



}




/*business-insurance-css-start*/

.b-insurance{

    border-radius: 0px;
	/*height:500px;*/
	border:5px solid #000;

}

.b-insurance .news-title {

    color: #fff;

    font-size: 20px;

    font-weight: 800;

 	text-align:center;
}

.b-insurance .news-title span{

    float: right;

}

.b-insurance .news-content {

	width: 90%;
	display: block;
    background: #F9B638;
    margin: 15px;
    border-radius: 15px;
	height:50px;
	align-content:center;
	text-align:center;
	
	

}

/*busienss-insurance-css-end*/

.mb-30{

    margin-bottom: 30px;

}



.card-body{

    padding: 20px 0 10px;

    font-size: 16px;

    color: #000;
	
	font-weight:600;

}

.pad-board{

    padding: 60px 0;

}

/*.board-box:last-child{

    margin-bottom: 0;

}*/

.faq-wrapper{

    padding-top: 80px;

    padding-bottom: 50px;

}

.contact-wrapper{

    padding: 93px 0

}


.flip-box {
  -webkit-perspective: 1000;
  background: transparent;
	display:block;
}
/* flip the picture when hover */

.flip-box:hover .flip-box-inner,
.flip-box.hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
}

.flip-box,
.flip-box-front,
.flip-box-back {
  width: 100%;
  height: 430px;
}

.flip-box {
	width:100%
}
/* flip speed */

.flip-box-inner {
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
/* hide back  during flip */

.flip-box-front,
.flip-box-back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front placed above back */

.flip-box-front {
  z-index: 2;
}
.flip-box-back {
  -webkit-transform: rotateY(180deg);

}
