p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.sectionheading {
    float: left;
    width: 100%;
    margin: 40px 0px 20px;
}
.sectionheading h2 {
    color: #000248;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 5px;
}
.sectionheading h2 span {
    color: #045CCE;
}
.sectionheading h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 35px;
}
.sectionheading p {
    font-weight: 500;
    text-shadow: 0.1px 0.1px;
}
.align-center {
    display: flex;
    align-items: center;
}
.hometop {
    padding: 80px 0px;
    background-image: url('../images/home/hometopbanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.hometopcontent a span {
    height: 35px;
    width: 35px;
    background-color: #fff;
    color: #055cce;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px !important;
    padding-bottom: 7px;
    font-size: 23px;
    margin-left: 12px;
}
.hometopimg {
    position: relative;
}
.hometopcontent i.fa.fa-long-arrow-right{
	font-size: 28px;
	 font-weight: 100;
	background-color: #fff;
	color: #055cce;
	 border-radius: 120px;
	padding: 20px;
	width: 30px;
	 height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	 margin-left: 9px;
     line-height:30px;
}
.hometopimg:before {
    content: '';
    height: 100px;
    width: 100px;
    border-left: 3px solid #f17420;
    position: absolute;
    left: -8px;
    top: -10px;
    border-top:3px solid #f17420;
}
.item.serviceitem a{
	width: 100%;
    position:relative;
}
.hometopimg:after {
    content: '';
    height: 100px;
    width: 100px;
    border-right:3px solid #f17420;
    position: absolute;
    right: -8px;
    bottom: -10px;
    border-bottom:3px solid #f17420;
}
.container-fluid.hometop h1 {
    font-size: 50px;
    line-height: 62px;
    color: #fff;
}
.container-fluid.hometop p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 40px;
}
.hometopcontent a {
    border-radius: 8px;
    border: 1.5px solid #FFF;
    background: #045CCE;
    padding: 6px 6px 6px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    width: auto !important;
    align-items: center;
    font-size: 16px;
}
.hometopcontent a:hover{
    padding-left:30px;
}
.hometopimg img {
    width: 100%;
}
.hannuwiseabout {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 48px 15px 45px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    background-color: #fff;
}
.container-fluid.homeaboutfluid {
    position: relative;
    padding: 50px 0px;
    z-index: 9;
}
.container-fluid.homeaboutfluid:before {
    content: '';
    height: 100%;
    width: 50%;
    background-color: #eee;
    position: absolute;
    z-index: -1;
    top: 0px;
}
.statscolumn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.statscolumn p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.statscolumn h2 {
    color: #F27420;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
}
.advisorydetail{
    border-radius: 10px;
    padding: 15px 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}
.advisoryimage {
    float: left;
    width: 100%;
}
.advisoryimage img {
    float: left;
    width: 100%;
}
.advisorydetail a {
    text-decoration: none;
    color: #0556D7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.mobilelink{
    display:none;
}
.advisorystats {
    float: left;
    width: 100%;
    margin: 40px 0px 50px;
    padding: 0px 30px;
}
.advisorystats p {
    font-weight: bold;
}
.advisorystats h2 {
    color: #F27420;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
}
.viewalladvisory {
    float: left;
    width: 100%;
    text-align: center;
}
.viewalladvisory a {
    border-radius: 8px;
    border: 1.5px solid #FFF;
    background: #045CCE;
    padding: 13px 35px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.casestudyheading {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.casestudyheading .viewalladvisory {
    float: right;
    width: 220px;
    text-align: right;
}
.casestudyheading .viewalladvisory a {
    border-radius: 8px;
    border: 1.5px solid #eee;
    color: #045CCE;
    padding: 13px 35px;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    width: auto;
}
.servicecarousel .owl-nav {
    display: none;
}
.servicecarousel .owl-dots {
    margin-top:30px;
}
button.owl-dot.active {
    border: 2px solid grey !important;
    border-radius: 120px;
}
button.owl-dot.active span{
    margin:3px !important;
}
.servicecarousel  .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px 10px !important;
    background: #0556D7 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.serviceitem {
    float: left;
    width: 100%;
    position: relative;
    max-width: 350px;
    text-align: center;
    margin: auto;
    box-shadow: 0px 8px 32px 0px rgba(3, 84, 214, 0.10);
}
.serviceitem img {
    float: left;
    width: 100%;
}
.serviceitem-content{
    position: absolute;
    bottom: 0px;
    padding: 20px;
    height: 100%;
    width: 100%;
    top: auto;
    text-align: left;
    display: flex;
    justify-content: inherit;
    align-items: flex-end;
    border-radius: 10px;
}
.serviceitem-content:hover{
    background-color: #2958bc94;
}
.serviceitem-content h2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 7px;
}
.serviceitem-content span {
    color: #F27420;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
.blogitem {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 16px 40px 20px;
    margin-bottom: 20px;
    min-height: 250px;
}
.blogitem a {
    text-decoration: none;
    color: #0556D7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.blogitem h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.44px;
}
.container.blogcontainer {
    padding-top: 35px;
    padding-bottom:15px;
    background-image: url('../images/home/bloglayer.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

.container.blogcontainer .blogitem:nth-child(even){
    margin-bottom: 0px !important;
}

.advisoryimage img:hover {
    will-change: transform;
    transform: rotateX(-6.5deg) rotateY(-12.8deg);
    transition: all 500ms;
}
.serviceitem img:hover {
    will-change: transform;
    transform: rotateX(-6.5deg) rotateY(-12.8deg);
    transition: all 500ms;
}
.serviceitem-content:hover .serviceitem img{
    will-change: transform;
    transform: rotateX(-6.5deg) rotateY(-12.8deg);
    transition: all 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
.container-fluid.hometop h1 {
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
p {
    line-height: 26px;
}
.blogitem {
    padding: 16px 20px 20px;
    min-height:auto;
}
.advisorystats {
    margin: 30px 0px 30px;
    padding: 0px 15px;
}
.container-fluid.hometop h1 {
    font-size: 32px;
    line-height: 45px;
}
.container-fluid.hometop p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.hometop {
    padding: 40px 0px;
}
.serviceitem-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.serviceitem-content {
    bottom: 10px;
    padding: 0px 10px;
}
.advisorydetail {
    padding: 15px;
}
}
@media only screen and (max-width: 767px){
    .mobilelink{
    display:block;
}
.casestudyheading .viewalladvisory a {
    color:#fff;
}
.desktoplink{
    display:none;
}
.container-fluid.hometop h1 {
    font-size: 34px;
    line-height: 42px;
}
.hometop {
    padding: 40px 0px;
    background-image:linear-gradient(165deg, #417ece 0%, #3378d1 -0.4%, #9ebee6 58%, #ffffff 47%);
}
.hometopcontent {
    margin-bottom: 35px;
}
.sectionheading h2 {
    font-size: 30px;
    line-height: 36px;
}
.sectionheading h3 {
    font-size: 20px;
}
.hannuwiseabout video {
    margin-top: 35px;
}
.advisorydetail {
    margin-top: 35px;
    padding: 15px 15px;
}
.advisorystats p {
    margin-bottom: 20px;
}
.blogitem {
    padding: 15px;
}
.advisorystats {
    padding: 0px;
    margin: 40px 0px 20px;
}
}


.active-dark-mode .hannuwiseabout p {
    color: #fff !important;
}
.active-dark-mode .container-fluid.homeaboutfluid:before {
    background-color: transparent !important; 
}
.active-dark-mode .blogitem p {
    color: #fff !important;
}
.active-dark-mode .blogitem h3 {
    color: #fff !important;
}
.active-dark-mode .blogitem {
    background: #242526 !important;
}
.active-dark-mode .hannuwiseabout {
    background-color: #242526 !important;
}
.active-dark-mode .iti__selected-dial-code {
    color: #000 !important;
}
