body{
	font-family: 'Montserrat', sans-serif;
	/* color: rgba(1, 33, 64, 0.6); */
	color: #333;
}
a{
    text-decoration: none !important;
}
h1, h2, h3, h4, h5{
	font-weight: bold;
	margin-bottom: 30px;
	color: #012140;
}
.MainTopMenuBar a{
	color: #FFF;
}
.MainTopMenuBar a:hover{
	color: #FFF;
}

.TopHeader{
	background: transparent;
	padding: 10px 0px;
	width: 100%;
	position: fixed;
	transition: all 0.3s ease-out;
	z-index: 999;
}
.TopHeader.active{
	background: #012140;
	z-index: 9999;
	top: 0;
}
.TopMenuItem a{
	color: #FFF;
	text-decoration: none;
}
.TopMenuItem{
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.MainBannerBG{
	background: url(img/g11.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.MainBannerBG > .container{
	max-width: 1100px;
}
.MainBannerBG::before{
	content: '';
	top: 0;
	left: 50%;
	z-index: -1;
	position: absolute;
	width: 800px;
	height: 400px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	border-radius: 0 0 400px 400px;
	background: rgba(255, 255, 255, .1);
}
.BannerTitle{
	font-size: 2.5rem;
	font-weight: 600;
}
.BannerSugHeading{
	font-size: 1rem;
}
.BannerIamLooking{
	margin-right: 20px;
}
.SearchKeyInput{
	width: 30%;
	margin-right: 0;
}
.MainStaticRow{
	background: #dbe8ee;
	padding: 40px 0px;
	background-image: url(bg-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.StaticsCount{
	font-weight: bold;
	font-size: 38px;
	color: #0f256e;
}
.StaticTitle{
	color: #000;
	font-size: 18px;
}
.FirmCatHeading{
	font-size: 38px;
	color: #0f256e;
	font-weight: bold;
}
.MainCategoryHeading{
	color: #072561;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: #dee4f0 1px solid;
}

.MainCategoryHeading:after{
	position: absolute;
	content: " ";
	border-bottom: #0f256e 3px solid;
	width: 10%;
	height: 2px;
	left: 0px;
	bottom: 0px;
}
.CategoriesTiles{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px;
    border: #cfd7ea 1px solid;
}
.CategoriesTiles a{
    color: #000;
	padding-left: 50px;
	position: relative;
	display: flex;
}
.CategoriesTiles a img{
    position: absolute;
	left: 0;
}
.CategoriesTiles a:hover{
    transition: all .5s ease-in;
    color: #0f256e;
}

.TrustDesp{
	font-size: 14px;
	line-height: 25px;
	color: #000;
}
.TrustHeading{
	font-size: 20px;
	margin-bottom: 14px;
	font-weight: bold;
}
.FeaturedAgenciesBG{
	background: #dbe8ee;
	padding: 20px 0px 80px 0;
	background-image: url(bg-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.FeatureCompanyName{
	color: #0f256e;
	font-size: 22px;
	font-weight: 600;
}
.FeatureCompanyDesp{
	font-size: 12px;
	line-height: 25px;
}
.ReviewClientLogo{
	height: 80px;
	width: 80px;
	padding: 5px;
	border: #CCC 1px solid;
	border-radius: 10px;
}
.ReviewClientName{
	font-size: 18px;
	margin-left: 20px;
}
.ReviewStars{
	color: #ffc245;
	margin-left: 20px;
}
.ReviewDesp{
	font-size: 13px;
}
.reviewPostedBy{
	font-size: 12px;
	font-weight: 300;
}
.CEOInteviewBG{
	background: #e1f3f7;
	padding: 30px 0px 80px 0;
}
.InverOF{
	color: #000;
	font-size: 12px;
}
.InteviewName{
	font-size: 16px;
	color: #ed8c02;
	font-weight: bold;
}
.MainInterviewTitle{
	font-size: 20px;
	color: #000;
}
.InteviewDesp{
	font-size: 12px;
	text-align: center;
}
.NewDateCat{
	font-size: 14px;
	color: #8292a1;
}
.NewDateCat > a{
	color: #8292a1;
}
.NewsHeading{
	font-size: 30px;
	font-weight: bold;
}
.btn-danger{
	background: #ed8c02 !important;
	border-color: #ed8c02 !important;
}
.MainSiteFooter{
	background: #012140;
	padding: 60px 0px 30px 0;
}
.JoinSocialComnuityHeading{
	font-size: 14px;
	color: #FFF;
}
.SocialLinkIcons a{
	font-size: 18px;
	margin-right: 15px;
	color: #fff;
}
.FooterHeading{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.FooterMenuLink{
	margin-bottom: 10px;
	font-size: 13px;
	text-decoration: none;
}
.FooterMenuLink a{
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
.copyright{
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	text-decoration: none;
}
.MegaMenuCatLinks{
	width: 100%;
	line-height: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: #EEE 1px solid;
}
.MegaMenuCatLinks:hover{
	color: #0f256e;
}
.MegaMenuCatLinks a{
	color: #000 !important;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.sidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  padding: 0.5rem 1rem !important;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
.bg-card {
    background-position: right;
    background-repeat: no-repeat;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.card{
	height: 100%;
}
.container-fluid{
	max-width: 1320px;
}
.form-control, .form-select{
	border: 2px solid #dbe8ee !important;
}
.shadow{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.section{
	padding: 80px 0;
}
.ctabanner{
	background: #0A66C2;
	position: relative;
	padding: 100px 0 80px 0;
}
.ctabanner::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -40px;
	background-repeat: no-repeat;
	background-image: url(img/bg-4.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 0;
}
.ctabanner > .container{
	position: relative;
	z-index: 1;
}
.ctaheading{
	font-size: 40px;
	line-height: 46px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.cta-content p{
	color: rgba(255, 255, 255, .60);
}
.homesearch{
	align-items: center;
}
.homesearch .btn-primary{
	background: rgba(255, 255, 255, .1) !important;
	border-color: rgba(255, 255, 255, .1) !important;
}
.top-banner {
    width: 100%;
	max-width: 100%;
    background: url('img/g11.jpg')no-repeat center;
    background-size: cover;
    padding: 190px 0 150px;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.hero-content h2 {
    color: #fff;
}

.hero-content p {
    color: #ccc;
}


.icon-list.bullet-bg i::before {
    vertical-align: middle;
    display: table-cell;
}

.icon-list.bullet-soft-primary.bullet-bg i {
    background-color: #e2e2f3;
}

.icon-list.bullet-bg i {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: .2rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}

.icon-list {
    position: relative;
}

.icon-list li {
    list-style: none;
}

.icon-list i {
    position: absolute;
    top: .30rem !important;
    left: 0;
    font-size: 18px !important;
}

.progressbar.semi-circle .progressbar-text {
    font-size: 2rem;
}

.progressbar.semi-circle .progressbar-text::after {
    content: '%';
    display: inline-block;
    font-size: 1rem;
    padding-bottom: .1rem;
    font-size: 1.5rem;
}

.container-card {
    max-width: 1470px;
    margin: 0 auto;
}

.img-responsive {
    object-fit: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
}

.image-wrapper {
    background-position: center;
}

.section {
    padding: 80px 0;
}
@media (min-width: 992px) {
	.TopHeader{
		padding: 0;
	}
	.TopHeader .navbar{
		padding: 0;
	}
	#primarymenu > li.nav-item{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
#progress {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    z-index: 9999;
}

#progress-value {
    display: block;
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    color: #605dba;
}

.page-btn span {
    font-size: 17px;
}

.page-title h1, .page-title h2{
    font-size: 38px;
}
.page-title h5{
    color: #fff;
}

.page-subtitle {
    color: #686b78;
    font-size: 24px;
}

.hero-img {
    position: absolute;
    left: calc(50% + 80px);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: 100%;
    top: 0;
    background-color: hsla(26, 5%, 70%, .2);
}

.hero-img img {
    object-fit: cover;
}

.hero-cat h3 {
    color: #959699;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -.2px;
    text-transform: uppercase;
}

.hero-cat ul {
    max-width: 570px;
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.hero-cat ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}

.hero-cat ul li a {
    color: #686b78;
}

.hero-cat ul .dull-color {
    color: #959699;
}

.hero-form {
    width: 100%;
}
/*megamenu*/
.navbar.navbar-expand-lg > .container{
	position: relative;
}
.navbar .mega-menu{
	position: inherit;
}
#primarymenu > li > a.nav-link{
	padding-left: 20px;
	padding-right: 20px;
}
#primarymenu .mega-content{
	padding: 0 20px;
}
.mega-content a{
	color: #000;
}
#primarymenu > li > a.nav-link.dropdown-toggle{
	display: flex;
	align-items: center;
}

.dropdown-toggle::after {
	font-family: "bootstrap-icons";
	display: inline-block;
	content: "\f282";
	border: 0;
}


.search-content {
    margin-top: 50px;
    margin-bottom: 10px;
}


#searchbox {
    
}

#searchbox .looking {
    width: 400px;
    font-size: 14px;
    border: 0 !important;
    border-radius: 12px;
}

.search-content .in-heading {
    margin-left: 16%;
    color: #fff;
}

#searchbox .location {
    width: 280px !important;
	border: 0 !important;
    border-radius: 12px;
}

.search-content .in-heading-2 {
    margin-left: 21%;
    color: #fff;
}

#searchbox button {
    width: 200px;
    background: #2d64bc;
    color: #fff;
    outline: 0;
    border: 1px solid #2d64bc;
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease-out;
}

#searchbox button:hover {
    width: 200px;
    background: transparent;
    color: #fff;
    border: 1px solid #2d64bc;
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease-out;
}

.counter-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    margin-top: 70px;

}

.count-up h3 {
    font-weight: bold;
}


.form-box {
    display: flex;
}

.search-field {
    width: 530px;
    height: 60px;
    padding: 0 5px;
    border: 1px solid #bebfc5;
    outline: none;
    box-shadow: none;
    color: #282c3f;
}


.search-btn {
    height: 60px;
    width: 140px;
    color: #000;
    background-color: #2d64bc;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
    right: 0;
    letter-spacing: .53;
    font-size: 16px;
    padding: 0;
}

.section-heading {
    text-align: center;
	margin-bottom: 50px;
}

.section-heading h2 {
    text-align: center;
    font-weight: bold;
	margin-bottom: 10px;
	font-size: 36px;
	color: #012140;
}

.section-heading p {
    margin: 0 auto;
    max-width: 800px;
	color: rgba(1, 33, 64, 0.6);
	font-size: 20px;
}
.cat-section {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.cat-item:hover {
    background: #2d64bc;
    transition: all 0.3s ease-out;
}

.cat-item:hover .cat-thumb img,
.cat-item:hover.cat-item h3 {
    color: #fff;
}

.cat-item {
    display: flex;
    align-items: center;
    background: #f2f4f5;
    padding: 15px 13px;
    border-radius: 12px;
    width: 260px;
    height: 80px;
    transition: all 0.3s ease-out;
}

.cat-item h3 {
    font-size: 16px;
    margin: 0;
	font-weight: 500;
}
.cat-thumb{
	background: #f2f4f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.cat-item .cat-thumb i, .cat-item .cat-thumb img {
    font-size: 45px;
	width: 30px;
	height: 30px;
	object-fit: contain;
    color: #5897f6;
    /* -webkit-text-stroke: 1px #425df4; */
}

.cat-btn {
    margin-top: 40px;
    text-align: center;
}

.cat-btn button {
    outline: 0;
    border: 1px solid #2d64bc;
    color: #2d64bc;
    background: transparent;
    border-radius: 6px;
    padding: 12px 30px;
}

.cat-btn button:hover {
    color: #3678db;
}

@media (max-width: 768px) {
	.top-banner {
		padding: 140px 0 100px;
	}
	#searchbox .looking, #searchbox .location, #searchbox button{
		width: 100% !important;
	}
	#searchbox .looking, #searchbox .location{
		height: 50px;
	}
    .banner-img img {
        max-width: 350px;
        max-height: 350px;
    }
	.cat-section > a{
		width: 100%;
	}
	.cat-section .cat-item{
		width: 100%;
	}
	.copyright{
		margin-top: 30px !important;
	}

    .page-title {
        /* font-size: 34px; */
    }

    .page-subtitle {
        font-size: 18px;
    }

    .service-section {
        text-align: center;
    }

    .section {
        padding: 50px 0 !important;
    }

}

@media (max-width: 500px) {
    #searchbox input {
        margin-bottom: 20px;
    }

}

.fbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	background: #f2f5f5;
	border-radius: 15px;
	padding: 20px;
	min-height: 280px;
	height: 100%;
}
.fbox p{
   font-size: 15px;
}
.fbox .fbox-link{
	font-size: 14px;
	columns: #012140;
}
.fbox .fbox-link i{
	columns: #0A66C2;
}

.fbox .fbox-img img {
    width: auto;
    height: 30px;
}

.fbox .fcontent {}

.fbox address {
    margin-bottom: 0;
}
.fbox-img{
	display: block;
	margin-bottom: 20px;
}

.btn-primary{
	background: #0A66C2 !important;
	color: #fff !important;
	border-color: #0A66C2 !important;
}


.page-title{
	background: #012140;
	padding: 120px 0px 70px 0px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.page-title.company-single{
	padding-top: 10px !important;
}
.page-title h1{
	color: #fff;
}
.page-title::before{
	content: '';
	top: 0;
	left: 50%;
	z-index: -1;
	position: absolute;
	width: 320px;
	height: 160px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	border-radius: 0 0 160px 160px;
	background: rgba(255, 255, 255, .1);
}

.bullets{
	margin:0 0 30px 0;
	padding: 0;
	list-style: none;
}
.bullets li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullets li::before{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGVjay1jaXJjbGUiIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyIDExLjA4VjEyYTEwIDEwIDAgMSAxLTUuOTMtOS4xNCIvPjxwb2x5bGluZSBwb2ludHM9IjIyIDQgMTIgMTQuMDEgOSAxMS4wMSIvPjwvc3ZnPg==);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
}
.bullets li li::before{
	color: var(--gray) !important;
}
.bullets.style-1 li::before{
	content: "\f26a";
	color: var(--primary);
}
.bullets.style-2 li::before{
	content: "\f4b5";
	color: var(--primary);
}
.bullets.style-3 li::before{
	content: "\f26c";
	color: var(--primary);
}
.nav-pills-bg-soft {
	background-color: rgba(6, 106, 201, 0.1);
	padding: 0.625rem 0;
	border-radius: 0.625rem;
}
.nav-link:focus, .nav-link:hover{
	text-decoration: none !important;
	color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #0f256e;
}
.nav-pills .nav-link:hover{
	background: #0f256e;
	color: #fff;
}
.nav-pills .nav-link{
	color: #000;
}
.badge{
	font-weight: normal;
}
.text-primary{
	color: #0A66C2 !important;
}
.blog-grid a{
	color: #000;
}
.blog-grid h5{
	font-size: 18px;
	font-weight: 600;
}
.card-grid .card-grid-lg {
	height: 560px;
}
.card-grid .card-grid-sm {
	height: 180px;
}
.card-grid .card-grid-sm h5{
	font-size: 18px;
}
.card.card-overlay-bottom:before {
	content: "";
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
	background-image: linear-gradient(180deg, transparent, black);
	z-index: 1;
}
.card .card-img-overlay {
	z-index: 2;
}
.widget-title{

}
.blog-meta, .blog-meta a{
	color: #012140;
	font-size: 15px;
}
.card-text{
	font-size: 15px;
}
.card-link{
	color: #0A66C2;
}
.bg-gray{
	background: #e6f0f9;
}
.bg-chalk{
	background: rgba(1,33,64,.5);
}
.bg-primary{
	background: #0A66C2;
	color: #fff;
}
h3 > a, h4 > a, h5 > a{
	color: #000;
}
.card-profile{

}
.card-profile-wrapper{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #efefef;
}
.card-profile-thumb{
	flex: 0 0 20%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.card-profile-thumb img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.card-profile-content{
	flex: 0 0 80%;
	border-left: 1px solid #efefef;
	padding-left: 20px;
}
.card-profile-content h3{
	margin-bottom: 10px;
}
.card-profile-extra{
	background: #efefef;
	padding: 0;
	height: 100%;
}
.card-profile-extra ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: grid;
}
.card-profile-extra ul li{
	margin: 0;	
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.card-profile-extra ul li:last-child{
	border-bottom: 0;
}
.card-profile-extra ul li a{
	color: #000;	
}
.card-profile-extra ul li .btn{
	width: 100%;
	text-align: center;
	border-radius: 30px;	
}
.card-profile-extra ul li .review{
	color: #1266f1;
}

.card-profile-footer{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 20px 0 10px 0;
	margin: 0;
	border-top: 1px solid #efefef;
	justify-content: space-between;

}
.card-profile-footer li{
	position: relative;
	display: flex;
	align-items: center;
}
.card-profile-footer li i{
	position: relative;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	background: #efefef;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-link{
	color: #000;
}
.sticky-menu{
	display: flex;
	justify-content: center;
	background: #dbe8ee;
	padding: 10px 0;
}
.sticky-top.sticky-menu{
	top: 77px;
}
.icon-md {
	width: 2.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-size: 0.8rem;
}
.bg-facebook {
	background-color: #5d82d1;
	color: #fff;
}
.bg-twitter {
	background-color: #40bff5;
	color: #fff;
}
.bg-linkedin {
	background-color: #238cc8;
	color: #fff;
}
.bg-pinterest {
	background-color: #E60023;
	color: #fff;
}
.bg-youtube {
	background-color: #FF0000;
	color: #fff;
}

@media (max-width: 768px) {
	.card-profile-thumb{
		flex: 0 0 100%;
	}
	.card-profile-content {
		flex: 0 0 100%;
	}
	.card-profile-footer{
		margin-bottom: 20px;
	}
	.card-profile-footer li{
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,1);
		padding-bottom: 10px;
	}
	.card-profile-footer li:last-child{
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.card-grid .card-grid-lg, .card-grid .card-grid-sm{
		height: 300px;
		margin-bottom: 15px;
	}
	.sticky-menu{
		width: 100%;
		overflow-x: scroll;
		justify-content: inherit !important;
	}
	.sticky-menu ul.nav{
		flex-wrap: nowrap !important;
	}
	.sticky-menu .nav-fill .nav-item, .sticky-menu .nav-fill>.nav-link{
		
	}
}

  * {
    scrollbar-width: auto;
    scrollbar-color: #a8c6fe #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #a8c6fe;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

.TopHeader .nav-link{
	color: #fff;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3…miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
	color: #fff;
}
.dropdown-fullwidth {
	position: static;
  }
  .dropdown-fullwidth .dropdown-menu {
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 1rem 0;
  }
  
  @media (min-width: 576px) {
	.dropdown-fullwidth .dropdown-menu {
	  max-width: 96%;
	}
  }
  @media (min-width: 768px) {
	.dropdown-fullwidth .dropdown-menu {
	  max-width: 94%;
	}
  }
  @media (min-width: 992px) {
	.dropdown-fullwidth .dropdown-menu {
	  max-width: 94%;
	}
  }
  @media (min-width: 1200px) {
	.dropdown-fullwidth .dropdown-menu {
	  max-width: 1140px;
	}
  }
  @media (min-width: 1400px) {
	.dropdown-fullwidth .dropdown-menu {
	  max-width: 1200px;
	}
  }
  @media (max-width: 1199.98px) {
	.dropdown-fullwidth .dropdown-menu .container {
	  max-width: 100%;
	}
  }

  /*new*/

.review-heading h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.review-section {
    max-width: 650px;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin: 30px;
}

.review-section ul {
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.review-section h4 {
    font-size: 24px;
	margin-bottom: 10px;
}
.review-item{
	list-style: none;
}
.review-item p {
    color: rgba(1, 33, 64, 0.6);
    margin: 0;
    font-weight: 300;
	font-size: 15px;

}

.review-section img {
    padding: 30px 20px;
    width: 170px;
    height: 120px;
}

@media (max-width: 768px) {
    .review-section{
        margin-left: 0!important;
        margin-right: 0;
    }
    .review-heading h2{
        font-size: 25px;
        text-align: center;
    }
}
.ceo-testimonials{
	color: #012140;
}
.ceo-testimonials .ceo-content{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 30px;
}
.ceo-testimonials .ceo-content::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50px;
	bottom: -9px;
	background: #fff;
	transform: rotate(45deg);
}
.ceo-testimonials .ceo-content h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ceo-testimonials .ceo-content p{
	font-size: 16px;
	margin-bottom: 0;
	color: rgba(1, 33, 64, 0.6);
}
.ceo-testimonials .ceo-author{
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.ceo-testimonials .ceo-thumb{
	width: 60px;
	height: 60px;
	background: #0A66C2;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.ceo-testimonials .ceo-author img{
	width: 59px;
	height: 59px;
	border-radius: 50%;
}
.ceo-testimonials .ceo-author span{
	margin-bottom: 0;
	color: rgba(1, 33, 64, 0.6);
	font-size: 13px;
}
.ceo-testimonials .ceo-author p{
	margin-bottom: 0;
	font-size: 15px;
	color: #012140;
}

/**/
.reviews{
	background: #f3f6fc;
	padding: 40px;
	border-radius: 20px;
	max-width: 1060px;
	margin: 0 auto;
}

.reviews .slick-slider {
	z-index: 9;
}

.reviews .review-thumb img {
	transform: scale(0.7, 0.7);
	transition: all 1s;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 150px;
	height: 150px;
	margin: 15px auto;
	border: 6px solid #0A66C2;
	opacity: 0.5;
	object-fit: cover;
}

.reviews .review-thumb.slick-current img {
	transform: scale(1, 1);
	transition: all 1s;
	opacity: 1;
}

.reviews .reviews-slider {
	position: relative;
}


.reviews .reviews-slider .icon-angle-left,
.reviews .reviews-slider .icon-angle-right {
	position: absolute;
	top: 40%;
}

.reviews .reviews-slider .icon-angle-left:hover,
.reviews .reviews-slider .icon-angle-right:hover {
	background-color: #f92762;
	color: #fff;
}

.reviews .reviews-slider .icon-angle-left {
	left: 20px;
	z-index: 999;
}

.reviews .reviews-slider .icon-angle-right {
	right: 20px;
}

.reviews .reviews-text-slider h2 {
	color: #ffffff;
	font-family: MyriadPro-Bold;
}

.reviews .reviews-text-slider {
	margin: auto;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 9;
}

.reviews .reviews-content {
	outline: none;
	text-align: center;
}
.reviews .reviews-content h4{
	font-size: 20px;
	margin-bottom: 0;
}

.reviews .reviews-content .reviews-desination {
	font-size: 16px;
	margin-bottom: 20px;
}

.reviews .reviews-content p {
	font-size: 18px;
}
.nav-drill{
	display: none;
}
.hamburger{
	display: none;
}
@media(max-width: 991px){
	.TopHeader{
		background:transparent;
	}
	.navbar-collapse{
		background: #fff;
		color: #000;
		width: 100%;
		left: 0;
		top: 19px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	}
	.TopHeader .nav-link{
		color: #000;
	}
	#primarymenu{
		padding: 20px;
		height: 400px;
		overflow-y: scroll;
	}
	#primarymenu .nav-link{
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	#primarymenu .nav-link.dropdown-toggle::after{
		right: 15px;
		position: absolute;
	}
	#primarymenu .dropdown-menu{
		border:0;
		margin: 0;
		padding: 0;
	}
	.navbar-toggler{
		font-size: 2.25rem;
	}
	.nav-drill {
		margin-top: 81px;
		transform: translateX(-100%);
	  }
	  .nav-drill ul{
		list-style: none;
		padding: 0;
	  }
	  
	  .nav-is-toggled .nav-drill {
		transform: translateX(0);
	  }
	  .nav-is-toggled::after {
		opacity: 1;
		visibility: visible;
	  }
	  
	  .nav-drill {
		display: flex;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 250px;
		height: calc(100vh - 81px);
		background-color: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		transition: 0.45s;
	  }
	  .hamburger{
		cursor: pointer;
		color: #fff;
		display: block;
		font-size: 30px;
		padding: 0 5px;
	  }
	  .hamburger .bi-list{
		display: block;
	  }
	  .hamburger .bi-x-lg{
		display: none;
	  }
	  body.nav-is-toggled .bi-list{
		display: none;
	  }
	  body.nav-is-toggled .bi-x-lg{
		display: block;
	  }
	  .nav-drill .nav-items {
		flex: 0 0 100%;
	  }
	  .nav-drill .nav-item:not(:last-child) {
		border-bottom: solid 1px #daf9f4;
	  }
	  .nav-drill .nav-link {
		display: block;
		padding: 0.875em 1em;
		background-color: #fff;
		color: #000;
		font-size: 1rem;
		line-height: 1.5em;
		font-weight: 300;
	  }
	  .nav-drill .btn{
		display: block;
		margin: 5px 0;
	  }
	  .nav-drill .nav-expand-content {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		background-color: #fff;
		transition: 0.3s;
		visibility: hidden;
	  }
	  .nav-drill .nav-expand-content .nav-item:not(:last-child) {
		border-bottom: solid 1px rgba(0, 0, 0, .2);
	  }
	  .nav-drill .nav-expand-content .nav-link {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand-content .nav-back-link {
		display: flex;
		align-items: center;
		background-color: #2d64bc !important;
		color: #fff;
	  }
	  .nav-drill .nav-expand-content .nav-back-link::before {
		content: "\F284";
		margin-right: 0.5em;
		font-family: "bootstrap-icons";
	  }
	  .nav-drill .nav-expand-link {
		display: flex;
		justify-content: space-between;
	  }
	  .nav-drill .nav-expand-link::after {
		content: "\F285";
		flex: 0 1 auto;
		font-family: "bootstrap-icons";
	  }
	  .nav-drill .nav-expand.active > .nav-expand-content {
		transform: translateX(0);
		visibility: visible;
	  }
	  .nav-drill .nav-expand .nav-expand-content {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-link {
		background-color: #fff;
		display: flex;
		align-items: center;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-expand-content {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-link {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
		background-color: #fff;
	  }
	  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
		background-color: #fff;
	  }
	  .nav-drill h4{
		padding: 13px;
		margin: 0;
		background: #ccc;
	  }
}