*{
  padding: 0px;
  margin: 0px;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-ExtraBold.eot');
    src: url('fonts/PlusJakartaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-ExtraBold.woff') format('woff'),
        url('fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-ExtraBold.svg#PlusJakartaSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Bold.eot');
    src: url('fonts/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Bold.woff') format('woff'),
        url('fonts/PlusJakartaSans-Bold.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-ExtraLight.eot');
    src: url('fonts/PlusJakartaSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-ExtraLight.woff') format('woff'),
        url('fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-ExtraLight.svg#PlusJakartaSans-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Medium.eot');
    src: url('fonts/PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Medium.woff') format('woff'),
        url('fonts/PlusJakartaSans-Medium.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Regular.eot');
    src: url('fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('fonts/PlusJakartaSans-Regular.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Light.eot');
    src: url('fonts/PlusJakartaSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Light.woff') format('woff'),
        url('fonts/PlusJakartaSans-Light.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-Light.svg#PlusJakartaSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-SemiBold.eot');
    src: url('fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('fonts/PlusJakartaSans-SemiBold.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-SemiBold.svg#PlusJakartaSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





html{
    font-size: 100%;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.header {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30;
	padding-top: 10px;
    padding-bottom: 10px;
}

.header-top-outer{
	width: 100%;
	
	position: relative;
	background-color: #000;
}

.header-top{
	width: 88vw;
	margin: 0px auto;
	position: relative;
	background-color: #000;
	padding-top: 6px;
    padding-bottom: 6px;
}

.top-left ul{
	margin-bottom: 0px;
}

.top-left ul li {
    list-style: none;
    display: inline-block;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 6px 16px;
    border-right: 1px solid #525252;
}

.top-left ul li:last-child{
	 border-right: 0px solid #525252;
}

.top-left ul li a{
	color: #fff;
	font-size: 12px;
}

.top-left ul li a img{
	margin-right: 5px;
}

.top-left ul li a:hover{
	text-decoration:none;
}

.top-link-right{
	text-align: right;
}

.nav-cotainer{
	display: flex;
    width: 88vw;
    margin: 0px auto;
	align-items: center;
	gap: 50px;
	/*padding: 12px 0px 12px 0px;*/
}

.nav-brand{
	width: 200px
}

.nav-sec{
	width: calc( 67% - 200px);
	text-align: left;
}

.header-connect{
	width: 33%;
}

.header-connect ul {
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content: flex-end;
	margin-bottom: 0;
}

.header-connect ul li{
	list-style: none;
	display: inline-block;
}

.header-connect ul li a{
	border: 1px solid #000;
	padding: 8px 12px;
	color: #133976;
	font-family: Plus Jakarta Sans;
	display: flex;
    align-items: center;
	font-weight: 700;
	height: 48px;
    border-radius: 34px;
}

.header-connect ul li a:hover{
	text-decoration: none;
	background-color: #133976;
    color: #fff;
	border: 1px solid #133976;
}

.header-connect ul li a:hover svg path {
    fill: #fff;
   
}

.header-connect ul li a svg {
    margin-right: 10px;
    width: 20px;
}

.hamburger .line {
    width: 28px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* nav bar css */

     .nav-cotainer-outer {
		position: relative;
		border-bottom: 0px solid #ffffff63;
	}

      .nav-cotainer nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

       .nav-cotainer nav ul li {
			position: relative;
			height: auto;
			display: inline-flex;
			align-items: center;
		}
		
		 

      .nav-cotainer  nav ul li a {
			display: flex;
			padding: 10px 15px;
			text-decoration: none;
			color: #020407;
			font-family: Plus Jakarta Sans;
			font-size: 1rem;
			font-weight: 600;
			height: 100%;
			align-items: center;
			flex-wrap: wrap;
			position:relative;
			gap: 5px;
		}
		
		.nav-cotainer nav ul li a.current{
				color: #133976;
			}
			
			.nav-cotainer nav ul li a.current:after {
				content: "";
				width: 4px;
				height: 4px;
				background-color: #133976;
				border-radius: 50%;
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				margin: 0px auto;
			}
		
		.nav-cotainer  nav ul li a:hover{
			color: #133976;
		}
		
		.nav-cotainer nav ul ul li a.current:after{
			display: none;
		}
		
		/*.nav-cotainer  nav ul li a:before {
			content: "";
			width: 0%;
			height: 1px;
			background-color: #fff;
			position: absolute;
			bottom: -1px;
			left: 0;
			transition: width 0.5s;
		}
		
		.nav-cotainer  nav ul li:hover a:before{
			width: 100%;
		}*/
		 .nav-cotainer  nav ul li a i{
			 position: relative;
			 top:1px;
			 font-size: 0.8rem;
		 }
		 
		 .nav-cotainer nav ul ul li a:before{
			 display: none;
		 }

     

        /* Add Font Awesome down angle icon for submenu parents */
       .nav-cotainer nav ul li a.submenu-toggle::after {
			content: "\e649";
			font-family: themify;
			margin-left: 8px;
			position: absolute;
			right: 3px;
			font-size: 10px;
			top: 14px;
		}

        /* First level dropdown */
       .nav-cotainer nav ul ul {
            visibility: none;
			opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #ffffff;
			min-width: 300px;
			transform: scaleY(0) translateZ(100px);
			transform-origin: top center;
			transform: scaleY(0) translateZ(100px);
			transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
        }
		
		.nav-cotainer nav ul ul li{
			position: relative;
		}
		
		.nav-cotainer nav ul ul li:before {
			content: "";
			    width: 0%;
			position: absolute;
			bottom: 0;
			height: 100%;
			background-color: #0665a5;
			left: 0;
			right: 0;
			z-index: -1;
			transition: all 500ms ease;
		}
		
		.nav-cotainer nav ul ul li:hover:before{
			    width: 100%;
		}
		
		
		.nav-cotainer nav ul ul li a{
			color: #000;
			position: relative;
		}
		
		.nav-cotainer nav ul ul li a:hover{
			color: #fff;
		}
		
		.nav-cotainer nav ul ul li a .menu-sub-text{
			    transform: translateX(0px);
				position: relative;
				padding-left: 28px;
				padding-right: 28px;
		}
		
		.nav-cotainer nav ul ul li a .menu-sub-text:before {
			content: "\e65a";
			font-family: themify;
			left: 0;
			transform: translate(-20px, 20px);
			position: absolute;
			opacity: 0;
			color: #ffffff;
			transition: all 300ms linear 0ms;
		}
		
	       .nav-cotainer nav ul ul li a:hover .menu-sub-text:before{
				opacity: 1;
				visibility: visible;
				transform: translate(0, 0);
			}
		
		.nav-cotainer nav ul ul li a:hover .menu-sub-text{
			    transform: translateX(20px);
		}
		
		/*.nav-cotainer nav ul ul li::after{
			content: "";
			width: 0%;
			position: absolute;
			bottom: 0;
			height: 1px;
			background-color: #fc9812;
			left: 0;
			right: 0;
			margin: 0px auto;
			z-index: 1;
			transition: width 0.5s;
		}*/
		
		.nav-cotainer nav ul ul li:hover::after{
			width: 95%;
		}
		
		
		
		 /*.nav-cotainer nav ul ul li a:hover{
			 background-color: #ffffff;
		 }*/

        .nav-cotainer nav ul li:hover > ul {
            transform: scaleY(1) translateZ(0px);
			 visibility: visible;
			opacity: 1;
        }

        .nav-cotainer nav ul ul li {
            display: block;
			text-align: left;
			height: auto;
        }

        /* Second and third level dropdowns */
       .nav-cotainer  nav ul ul ul {
            display: none;
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #fff;
        }

       .nav-cotainer nav ul ul li:hover > ul {
            display: block;
        }

        nav ul ul li a {
            padding: 10px;
        }

        /* Fourth level dropdown */
       .nav-cotainer  nav ul ul ul ul {
            display: none;
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #fff;
        }

        .nav-cotainer nav ul ul ul li:hover > ul {
            display: block;
        }

        /* Hamburger menu button for mobile */
        .nav-cotainer .menu-toggle {
            display: none;
            background-color: #133976;
            padding: 10px;
            color: white;
            cursor: pointer;
            font-size: 20px;
            text-align: center;
        }

        .nav-cotainer .menu-toggle:hover {
            background-color: #133976;
        }

        /* Responsive design: collapse menu on smaller screens */
        @media (max-width: 768px) {
            .nav-cotainer nav ul {
			display: none;
			width: 78%;
			background-color: #ffffff;
			height: auto;
			position: fixed;
			left: 0;
			height: 100%;
			top: 0;
			z-index: 10;
		}
		
		.nav-cotainer nav ul ul{
			min-width:  100%;
		}
			
			
			
			.nav-cotainer nav ul li:hover > ul{
				display: block;
			}
			
			.nav-cotainer nav ul li:hover > ul li a{
				        font-size: 1.1rem; 
			}
			

            .nav-cotainer nav ul li {
                display: block;
                width: 100%;
				text-align: left;
				height: auto;
            }
			
			.nav-cotainer nav ul li a:before{
				display: none;
			}

            .nav-cotainer nav ul li a {
                display: block;
                padding: 10px;
                border-bottom: 0px solid #444;
				font-size: 1.2rem;
			}
			
			

            .nav-cotainer nav ul ul {
                position: relative;
                display: none;
                background-color: #ffffff;
				
            }
			
			.nav-cotainer nav ul ul li a .menu-sub-text:before{
				display: none;
			}
			
			.nav-cotainer nav ul ul ul {
				background-color: #e0e0e0;
			}
			
			.nav-cotainer nav ul ul li a{
				        border-bottom: 0px solid #444;
			}
			
			.nav-cotainer nav ul ul li a .menu-sub-text {
					padding-left: 8px;
					padding-right: 8px;
				}

            .nav-cotainer nav ul ul ul {
                position: relative;
                display: none;
            }

           .nav-cotainer  .menu-toggle {
				display: inline-block;
				float: right;
				position: absolute;
				right: 0;
				top: 12px;
				padding: 6px;
			}

            .nav-cotainer .show {
                display: block;
            }

            /* Allow submenus to toggle on mobile */
            .nav-cotainer .open-submenu > ul {
                display: block;
            }
			
			.nav-cotainer nav ul ul ul{
				    left: 0%;
			}
			
			.nav-cotainer nav ul ul ul ul{
				    left: 0%;
					position: relative;
			}

            /* Disable hover-based dropdown on mobile 
            nav ul li:hover > ul {
                display: none;
            }*/
        }
		
.zoom {
  animation: scale 20s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}		

.banner-section img{ 
  width:  100%;

}

.desk-banner {
	display: block;
}

.mobile-banner {
	display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
}


.home-banner-content {
    position: absolute;
    width: 100%;
    bottom: 48px;
}

.banner-connect-btn a {
    /*background-color: #000;*/
    color: #fff;
    font-family: Plus Jakarta Sans;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 40px;
    font-size: 1.2rem;
    font-weight: 500;
	height: 52px;
	line-height: 26px;
	position: relative;
	overflow: hidden;
}

.banner-connect-btn a span{
	position: relative;
	z-index: 10;
}

.banner-connect-btn.banner-mob-btn{
	display: none;
}

.banner-connect-btn a:hover{
	/*background-color: #133976;*/
}

.banner-connect-btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 40px;
	
}

.banner-connect-btn a:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background-color: #133976;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 40px;
	    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
	z-index: 1;
}

.banner-connect-btn a:hover:before{
	 height: 100%;
}

.banner-connect-btn a i{
	margin-left: 20px
}

.banner-connect-btn a:hover{
	text-decoration: none;
}

.banner-text-block {
    background-image: linear-gradient(to right, #fcedcb, #fdfae924);
    width: 66%;
    padding: 8px 12px 8px 20px;
    margin-top: 30px;
    border-left: 5px solid #133976;
}

.banner-text-block h2 {
    color: #133976;
    font-family: Plus Jakarta Sans;
    font-size: 1.5rem;
    font-weight: 600;
}


.goldman {
    text-align: right;
    width: 210px;
    margin-left: auto;
}



.banner-content-row{
	    align-items: center;
}

.custom-continer{
	width: 88vw;
	position:relative;
	margin: 0px auto;
}

.T-sapce-80{
	padding-top: 80px;
}

.T-sapce-60{
	padding-top: 60px;
}

.about-thumb img {
    width: 94%;
}

.text-normal {
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    color: #111111;
}

.lh-28{
	line-height: 28px;
}

.centerAlign{
	align-items: center;
}

.aboutMore-btn{
	margin-top: 30px;
}

.aboutMore-btn a {
    
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    padding: 10px 34px;
    display: inline-block;
    border-radius: 40px;
    height: 52px;
    line-height: 32px;
	position: relative;
	overflow: hidden;
}

.aboutMore-btn a span{
	position: relative;
	z-index: 10;
}

.aboutMore-btn a:after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 40px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    z-index: 1;
}

.aboutMore-btn a:hover:after{
	height: 100%;
}

.aboutMore-btn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #133976;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 40px;
   
}

.page-heading{
	color: #010205;
	font-family: Plus Jakarta Sans;
	font-size: 3rem;
	font-weight: 600;
}

.aboutMore-btn a i{
	margin-left: 10px;
}

.aboutMore-btn a:hover{
	text-decoration: none;
	
}


.service-block-outer {
	position: relative;
}

.service-block-outer{
	overflow: hidden;
}

.service-block-outer::before {
    content: "";
    background-color: #133976d6;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    transform: translate(0px, 100%);
	transition: transform 0.8s;
}

.service-block-outer:hover::before {
 transform: translate(0%, 0%);
}

/*.service-block-outer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    transition: all 500ms linear;
        z-index: 70;
}

.service-block-outer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    transition: all 500ms linear;
        z-index: 70;
}
.service-block-outer:hover::after{
    border-color:  #ffffff;
    width: 100%;
    height: 100%;
}

.service-block-outer:hover::before{
    border-color:  #ffffff;
    width: 100%;
    height: 100%;
}*/

.service-block img{
	width: 100%;
	border-radius: 10px;
}

.service-block-hover {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
   
    border-radius: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	opacity: 0;
    visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.service-block-hover h2 {
    text-align: center;
    padding-top: 40px;
    color: #E8D299;
}

.servicehover-more-btn {
	text-align: center;
}

.servicehover-more-btn a{
	color: #fff;
	font-family: Plus Jakarta Sans;
	font-size: 15px;
	position: relative;
}

.servicehover-more-btn a:before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #fff;
	bottom: -5px;
	 -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.servicehover-more-btn a:hover:before {
	width: 100%;
}

.servicehover-more-btn a i{
	margin-left: 5px;
}

.servicehover-more-btn a:hover{
	text-decoration: none;
}


.service-block-outer:hover .service-block-hover{
	opacity: 1;
    visibility: visible;
}

.service-block-outer:hover .service-title{
	opacity: 0;
}


.service-section{
	margin-top: 10px;
}

.service-block-outer{
	margin-top: 30px;
}

.service-block{
	position: relative;
	margin-top: 0px;
}

.service-block:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    position: absolute;
	border-radius: 10px;
}

.service-title {
    color: #fff;
    position: absolute;
    z-index: 5;
    bottom: 34px;
    text-align: center;
    width: 100%;
    font-family: Plus Jakarta Sans;
    font-size: 1.625rem;
}


.investigative-blocks-mobile-view{
	display: none;
}

.why-box {
    background-color: #faf6eb;
    position: relative;
    padding: 50px 25px;
    margin-top: 30px;
    text-align: center;
    min-height: 340px;
    border-radius: 10px;
}

.why-title {
    font-family: Plus Jakarta Sans;
    font-size: 1.625rem;
    color: #010205;
    margin-top: 16px;
    margin-bottom: 14px;
}

.why-box:hover{
	background-color: #133976;
}


.why-box:hover .text-normal{
	color: #fff;
}

.why-box:hover .why-title{
	color: #E8D299;
}

.why-box:hover .wh-icon svg path{
	 fill: #E8D299;
	 stroke: #E8D299;
}

.wh-thumb-1 img {
   width: 100%; 
    max-width: 500px;
    position: relative;
    z-index: 1;
}

.wh-thumb-1{
	    margin-top: 30px;
}

.expertise-section{
	position: relative;
}

.expertise-inner{
	background-image: url(../images/expertise-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    padding: 44px 40px;
    border-radius: 15px;
	margin-bottom: -84px;
}

.expertise-inner h2 {
    text-align: center;
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 2.25rem;
    margin-bottom: 0px;
	line-height: 1.4;
}

.footer-main-section{
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 130px;
}

.connect-form-section{
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
}

.form-field {
    width: 100%;
    height: 48px;
    border: 1px solid #c1c1c1;
    margin-top: 15px;
    padding-left: 10px;
    border-radius: 6px;
	font-family: Plus Jakarta Sans;
	font-size: 1rem;
}

.form-field:focus{
	outline: none;
}

.contact-message-filed.form-field {
    height: 175px;
}

.submit-btn{
	margin-top: 20px;
}

.sendmessage-btn{
    
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 1.2rem;
    border: 0px;
    padding: 12px 18px;
    border-radius: 34px;
	height: 52px;
	position: relative;
	overflow: hidden;
}

.sendmessage-btn span{
	position: relative;
	z-index: 10;
}

.sendmessage-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #133976;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 40px;
}

.sendmessage-btn:after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 40px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    z-index: 1;
}

.sendmessage-btn:hover:after {
    height: 100%;
}

.sendmessage-btn i{
	margin-left: 10px;
}



.sendmessage-btn:focus{
	outline: none;
}


.footer-connect-heading {
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 2.5rem;
    margin-bottom: 32px;
}



.foot-map {
    width: 100%;
    height: 454px;
    border-radius: 20px;
}


.footer-section{
	background-color: transparent;
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-social li {
	list-style: none;
	display: inline-block;
}

.footer-social li a {
    background-color: #fff;
    color: #000;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 22px;
    margin: 8px 3px;
    border: 1px solid transparent;
}

.footer-social li a:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.footer-col{
	width: 33.33%
}


.footer-col.foot-col-links {
    width: 14%;
}



.foot-about-text {
    color: #878C91;
    margin-top: 24px;
	font-weight: 300;
}

.footer-connect span{
	margin-right: 10px;
}

.footer-links li{
	list-style: none;
	margin-top: 10px;
}

.footer-links a{
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
	margin-left: 0;
	 transition: all 700ms;
}

.footer-links a:hover {
    text-decoration: none;
    color: #f4d98e;
	margin-left: 6px;
}


.footer-links li{
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
	
}

.footer-connect{
	margin-top: 25px;
}

.footer-connect p{
	    font-weight: 300;
}



.footer-connect  li {
    display: flex;
}

.footer-connect  li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer-heading {
    font-family: Plus Jakarta Sans;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 25px;
	font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid #505050;
    margin-top: 25px;
}

.footer-bottom p {
    color: #777777;
    text-align: center;
    padding-top: 22px;
    font-size: 1rem;
    margin-bottom: 0px;
    font-family: Plus Jakarta Sans;
}

/* --- assest search page css ---*/ 

.assets-search-banner-text-block {
    background-image: linear-gradient(to right, #fcedcb, #fdfae924);
    width: auto;
    padding: 8px 20px 8px 20px;
    margin-top: 30px;
    border-left: 0px solid #133976;
	display: inline-block;
	min-width: 340px;
}

.assets-search-banner-text-block.assets-search-heading h2{
	font-size: 4rem;
	font-family: Plus Jakarta Sans;
	font-weight: 700;
	color: #000;
}

.why-choose-block {
	margin-top: 30px;
}

.assets-search-content-section {
	position: relative;
}

.inv-search-info-section {
    background-color: #f0f0f0;
    padding: 50px 50px 50px 126px;
    position: relative;
    margin-left: -114px;
    z-index: -1;
}

.why-choose-item {
    background-color: #133976;
    padding: 36px 50px;
    margin-top: 34px;
    border-radius: 18px;
    min-height: 320px;
}

.why-choose-item .why-choose-title {
    font-family: Plus Jakarta Sans;
    color: #E8D299;
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 20px;
}

.asset-search-type-inner-section {
    margin-top: 20px;
}

.asset-search-type-block {
    background-color: #faf6eb;
    padding: 18px 30px;
    border-radius: 10px;
    min-height: 236px;
    margin-top: 30px;
	display: flex;
   
}

.asset-search-type-block-inner{
	width: 100%;
	padding-top: 4%;
}

.asset-search-type-title{
	color: #010205;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 1.625rem;
	font-weight: 600;
}

.asset-search-type-block .text-normal {
    color: #878C91;
    width: 80%;
    margin: 0px auto;
}

.assets-how-it-works-section {
	position: relative;
}

.assets-how-it-works-block {
    background-color: #faf6eb;
    padding: 66px 34px;
    height: 100%;
    position: relative;
    text-align: center;
    margin-top: 24px;
	border-radius: 15px;
}

.assets-how-it-works-inner .col-lg-4{
	height: 100%;
}

.assets-how-it-works-title {
    color: #010205;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 1.625rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hw-step {
    background-color: #133976;
    position: absolute;
    bottom: 0;
    padding: 4px 22px;
    color: #fff;
	font-size: 1.25rem;
	font-family: Plus Jakarta Sans;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 110px;
}

.assets-how-it-works-block .text-normal {
    color: #878C91;
}

.assets-how-it-works-block:hover{
    background-color: #133976;
}

.assets-how-it-works-block:hover .asset-serach-iocn svg path{
	fill: #E8D299;
}

.assets-how-it-works-block:hover .hw-step{
	background-color: #faf6eb;
	color: #000;
}

.assets-how-it-works-block:hover .assets-how-it-works-title {
    color: #E8D299;
}

.assets-how-it-works-block:hover .text-normal {
    color: #fff;
}

.get-started-cta-inner {
    position: relative;
    background-image: url(../images/get-started-bg.jpg);
    background-size: cover;
    padding: 29px 30px;
    text-align: center;
    min-height: 274px;
    border-radius: 26px;
	background-repeat: no-repeat;
}

.get-started-cta-title {
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 2.25rem;
    font-weight: 600;
    margin-top: 12px;
}

.get-started-cta-btn {
    margin-top: 32px;
    position: relative;
}

.get-started-cta-btn a {
    color: #E8D299;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    margin: 4px 10px;
    padding: 7px 30px;
    border: 1px solid #E8D299;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    justify-content: center;
	height: 52px;
}

.get-started-cta-btn a:hover{
	text-decoration:none;
	background-color: #E8D299;
	color: #133976;
}

.get-started-cta-btn a:hover svg path{
	fill: #133976;
}

.get-started-cta-btn a span {
    margin-right: 10px;
    padding-top: 7px;
}

.get-started-cta-btn a span svg{
	width: 20px;
}

.testimonial-content {
    width: 76%;
    margin: 0px auto;
    margin-top: 24px;
}

.testimonial-content .testimonail-name {
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    color: #000;
}


.testimonial-slider-section .owl-nav {
    display: block !important;
    text-align: center;
    margin-top: 40px;
}

.testimonial-slider-section .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    background-color: #E2E2E2 !important;
    border-radius: 50%;
	line-height: normal !important;
}

.testimonial-slider-section .owl-nav .owl-next{
	 width: 36px;
    height: 36px;
    background-color: #E2E2E2 !important;
    border-radius: 50%;
	margin-left: 10px;
	line-height: normal !important;
}

.testimonial-slider-section .owl-nav .owl-prev:focus{
	outline: none;
}

.testimonial-slider-section .owl-nav .owl-next:focus{
	outline: none;
}

.testimonial-slider-section .owl-nav .owl-prev:hover{
	background-color: #000 !important;
	color: #fff;
}

.testimonial-slider-section .owl-nav .owl-next:hover{
	background-color: #000 !important;
	color: #fff;
}

.expertise-inner.assets-search-foot {
	background-image: url(../images/footop-bg.png);
}

.suspect-warning-section-block {
    background-color: #faf6eb;
    padding: 18px 30px;
    border-radius: 10px;
    margin-top: 30px;
    height: 100%;
}

.asset-search-type-title.text-left{
	text-align: left;
}

.warning-sub-title {
    color: #010205;
    text-align: left;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
}

.warning-list-item{
	padding-left: 25px;
	position: relative;
}

.warning-list-item li {
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    color: #111111;
    position: relative;
    margin-top: 26px;
}

/* --- assest search page css ---*/ 

/* --- Conatct us  page css ---*/ 


.footer-connect-section{
    display: none;
}

.contact-section{
    position: relative;
}

.form-filed {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 16px;
    margin-top: 26px;
    padding-left: 12px;
    color: #575757;
    font-family: "Rubik", serif;
    font-weight: 300;
}

.form-filed:focus{
    outline: none;
}

.form-submit-btn {
    background-color: #133976;
    margin-top: 20px;
    width: 100%;
    height: 55px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    font-family: "Rubik", serif;
    font-weight: 400;
    border-radius: 44px;
}

.form-submit-btn:hover{
    background-color: #E8D299;
    color: #133976;
}

.form-filed::placeholder {
  color: #a8a8a8;
  opacity: 1; /* Firefox */
}
        
.form-filed::-ms-input-placeholder { /* Edge 12 -18 */
  color: #a8a8a8;
}



.contact-section{
    position: relative;
}


.location-info {
    background-color: #133976;
    padding: 28px 16px 60px;
    text-align: center;
    border-radius: 24px;
    margin-top: 46px;
}

.location-sub-heading{
   color: #fff;
   font-family: Plus Jakarta Sans;
   font-size: 1.375rem;
    font-weight: 700;
}

.location-info .text-normal {
    font-family: Plus Jakarta Sans;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.contact-maps {
    margin-top: -36px;
    width: 100%;
        height: 540px;
    position: relative;
    z-index: 10;
    border-radius: 18px;
}

/* --- End Conatct us  page page css ---*/ 





