@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*****Start Extra css*****/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Barlow", sans-serif;
	scroll-behavior: smooth;
    transition: all .2s linear;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #0a1728;}
::-webkit-scrollbar-thumb {background: #00A221;}

html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Barlow", sans-serif;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	color: #5f5f5f;
	font-size: 18px;
	line-height: 1.875;
	color: #5f5f5f;
	text-align: left;
	font-family: "Barlow", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color:#00A221;
	color: #fff;
}

.container {
	max-width: 1200px;
}
div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Fira Sans", sans-serif;
    color:#0A1728;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

.spacer {
	clear: both;
}

a:hover {
	text-decoration: none;
    color: initial;
}

a {
	text-decoration: none;
    color: #00A221;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

.text-right{
    text-align: right;
}

p {
	margin-bottom: 20px;
	color: #5f5f5f;
	font-size: 18px;
	line-height: 1.875;
    font-family: "Barlow", sans-serif;
	font-weight: 500;
}
.ot-heading .is_highlight{
    background-color: rgba(10,23,40,0.1);
    padding: 5px 10px;
    border: 1px solid #0a1728;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #0a1728;
    font-size: 11px;
    line-height: 1.875;
    font-weight: 700;
    text-transform: uppercase;
}
.ot-heading .main-head{
    font-size: 36px;
    line-height: 1.2;
    margin: 10px 0 20px;
    color: #1b1d21;
    font-weight: 700;
	text-transform: capitalize;
}

.title-border-bottom:after {
	content: '';
    display: block;
    position: relative;
    width: 115px;
    background: #54595f;
    height: 2px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
    background: #0a1728;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    position: relative;
    letter-spacing: 1px; 
    margin-top: 50px;
}
.octf-btn:hover{
    background-color: #00A221;
    color: #fff;
}

.btn-green a{background-color: #00A221;}

.btn-green a:hover{background: #0a1728;}

/*****End Extra css*****/

/******Start Sticky Social Icon******/

/* .icon-bar {
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .icon-bar a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  .icon-bar:hover{
    margin-left: -10px;
  }
  .facebook {
    background: #3b5998;
    color: white;
    border-radius: 5px 0 0 0;
  }
  .instagram{
    background: #0a1728;
    color: #fff;
  }
  .twitter {
    background: #31a8f1;
    color: white;
    border-radius: 0px 0 0 5px;
  }
  .linkedin {
    background: #0077b5;
    color: white;
  } */

  .icon-bar {
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .icon-bar a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  .icon-bar:hover{
    margin-left: -10px;
  }
  .facebook {
    background: #3b5998;
    color: white;
    border-radius: 5px 0 0 0;
  }
  .instagram{
    background: #0a1728;
    color: #fff;
  }
  .twitter {
    background: #31a8f1;
    color: white;
    border-radius: 0px 0 0 5px;
  }
  .linkedin {
    background: #0077b5;
    color: white;
  }

  /******End Sticky Social Icon******/


/***Start Header Section***/

.logo-header img {
	max-height: 100px;
}

.header-topbar {
	background-color: #0A1728;
	padding: 13px 0;
	font-size: 14px;
	color: #dbdbdb;
	padding: 22px 0 50px 0;
}


.navbar-light .navbar-toggler {
    color: #000;
    border: none;}

.navbar-toggler:focus{box-shadow: none;}

.header .navbar { padding: 0px 30px;
    box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: -33px;
	border-radius: 3px 3px 3px 3px;
z-index: 3;}


.header .navbar-nav>li>a {
	font-size: 16px;
    color: #1a1b1e !important;
    font-weight: 700;
    position: relative;
    padding: 10px 0 !important;
    margin: 0 15px;
    line-height: 35px;
    font-family: "Raleway", sans-serif;}

.header .navbar-nav>.nav-item {
	position: relative;
}

.mobsubmenu .dropend .dropdown-toggle::after, .mobsubmenu .dropdown-toggle::after{display: none;}
.mobsubmenu .dropdown-menu{
    left: 0 !important;
    top: 40px !important;
    margin: 0 !important;
}

.navbar-nav .nav-item>a:after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	background: #0A1728;
}

.navbar-nav .nav-item>a:hover:after {
	opacity: 1;
}

.navbar-nav .nav-item .sub-menu {
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 99;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	min-width: 250px;
}

.navbar-nav .nav-item .sub-menu ul.sub-menu{left: 100%;top: 25px;display: none;} 
.navbar-nav .nav-item .sub-menu .insurance ul.sub-menu:after{display: none;}
.navbar-nav .nav-item .sub-menu .insurance:hover ul.sub-menu{display:block;
	visibility: visible;
    opacity: 1;}
.navbar-nav .nav-item .sub-menu li:hover{background: #f5f5f5;}

.navbar-nav .nav-item .sub-menu:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 100%;
    top: -12px;
    left: 0;}


.dropdown-menu{
    background: #fff;
	padding: 15px 0;
	top: 100%;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 99;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	min-width:100%;
	margin-bottom: 20px;
    margin-top: -10px !important;
}

/* header .dropdown .dropdown-item{white-space: break-spaces;} */
header .dropdown-toggle::after{display:none;}

.navbar-nav .dropdown-menu {
    position: static;
    padding: 0;
    margin-top: 5px !important;}

.navbar-nav .dropdown-menu a,
.navbar-nav .nav-item .sub-menu a {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	line-height:30px;
	position: relative;
	transition: all .3s linear 0ms;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .nav-item .sub-menu a:hover {
	color: #0A1728;
}

.navbar-nav .dropdown-menu:hover a, .navbar-nav .nav-item .sub-menu:hover a{color: #0A1728;}


.navbar-nav .dropdown-menu li,
.navbar-nav .nav-item .sub-menu li {
	list-style: none;
	padding: 8px 30px;
	transition: all 0.3s linear;
	border-bottom: 1px solid #f5f5f5;
}

.navbar-nav .dropdown-menu a{
padding: 0;
background: unset;
}

.banner-btn a, .header-btn .header-btn-1 a {
	color: #ffffff;
	background-color: #00A221;
	font-size: 14px;
    border-radius: 3px;
    padding: 14px 30px;
    line-height: 1.42857143;
	font-weight: 600;
	text-transform: uppercase;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background-color: #fff !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	margin: 0 !important;
    max-width: 100%;
}

.navbar .show .header-btn{display:block;}

.header-topbar p,.header-topbar p i{
color: #FFFFFF;
font-family: "Open Sans", Sans-serif;
font-size: 15px;
font-weight: 600;}

header .ysc-box{padding: 2px 15px 0px 15px;background-color: #FFC107;font-family: "Open Sans", sans-serif;width: fit-content;}
header .ysc-box i{color:#000000;font-size: 16px;}
header .icon-box-icon i{font-size: 22px;color: #fff;margin-right: 15px;}
header .icon-box-title span{font-family: "Open Sans", Sans-serif;font-size: 14px;font-weight: 400;line-height: 1.1em;color:#A5A5A5;}


	.navbar-nav .nav-item .sub-menu:after {
		content: "";
		position: absolute;
		height: 15px;
		width: 15px;
		top: -5px;
		left: 50px;
		opacity: 1;
		z-index: -1;
		background: #fff;
		border-radius: 2px;
		transform: rotate(45deg);}

.insurancesubmeu{overflow-y: scroll;height: 280px;}



/***End Header Section***/

/* banner */
.home-banner .carousel-inner{margin-top: -33px;}
.home-banner .carousel-item{height: 600px;display: flex;align-items: center;}
.home-banner .banner-img-1{background: url('../images/home/banner-img-1.webp');background-size: cover;background-position: top center;background-position: 0 20%;}
.home-banner .banner-img-2{background: url('../images/home/banner-img-2.webp');background-size: cover;background-position: top center;}
.banner-btn a{padding: 18px 40px;font-family: "Roboto", sans-serif;}
.banner-content .title{
text-align: left;
line-height: 60px;
letter-spacing: 0px;
font-weight: 700;color:#ffffff;
text-shadow: 2px 2px 3px #000000;
font-size: 50px;
font-family: "Roboto", sans-serif;}


.banner-content p{
	text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
	color:#ffffff;
	font-family: "Barlow Condensed", sans-serif;
	text-shadow: 2px 2px 3px #000000;
    padding: 20px 0;}
.home-banner .carousel-indicators [data-bs-target]{width: 35px;height: 5px;}

/* end banner */

/*****Start Box Section*****/
.banner-bottom-s{margin-top:40px;}
.banner-bottom-s .icon-box{
    padding: 25px 25px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    height: 155px;
    display: flex;
    align-items: center;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.banner-bottom-s .icon-main {
    background: #00A2213B;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex;
    justify-content: center;
}
.banner-bottom-s .icon-main i {
    color: #365045;
    font-size: 35px;
    line-height: 80px;
}
.banner-bottom-s .title-box {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #1b1d21;
    line-height: 1.2;
}
.banner-bottom-s .icon-content-box {
    padding-left: 25px;
}
.banner-bottom-s .icon-box p {
    font-size: 16px;
    margin-bottom: 0;
}
.banner-bottom-s .icon-box:hover{
    transform: translateY(-8px);
}


/****End Box Section****/

/*****Start Service Section****/

.service-bg-color{
    background-color:#162333;
    padding: 70px 15px;
}
.service-icon-box{
    padding: 48px 35px 40px;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-align: center;
    background-color: #fff;
    position: relative;
    height: 100%;
}
.service-icon-box:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    bottom: -2px;
    left: 50%;
    margin-left: -35px;
    background: #020101;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.service-icon-box:hover{
    background-color: #262832;
}
.service-icon-main {
    background: #00A2213B;
    display: inline-block;
    color: #0a1728;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.service-icon-main i {
    font-size: 38px;
    line-height: 90px;
    color: #0A1728;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.service-title-box a{
    font-size: 20px;
    font-weight: 700;
    color: #1b1d21;
    line-height: 1.2;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.service-content-box p{
    margin-top: 20px;
}
.service-link-details {
    color: #365045;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-icon-box:hover .service-title-box a{
    color:#fff;
}
.service-icon-box:hover p{
    color: #ccc;
}
.service-icon-box:hover .service-link-details{
    color: #fff;
}
.service-icon-box:hover .service-icon-main i{color: #fff;}

.service-box:hover i{
    color: #fff;
}
.service-link-details i{
    margin-right: 8px;
}
/*****End Service Section****/


/* our benefints */
.our-benefits{background-image: url('../images/home/fservice-3.webp');background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}
.features-service-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	background: #2628324a;
    margin: 0;
  }
  .features-service-wrapper .features-service-item {
	height: 460px;
	position: relative;
	z-index: 2;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	flex-basis: 0;
	flex-grow: 1;
  }
  
  .features-service-wrapper .features-service-item .features-service-content {
	font-family: "Inter", sans-serif;
	display: flex;
	height: 100%;
	flex-direction: column;
	/*justify-content: flex-end;*/
	padding: 50px;
	color: #fff;
  }

  .features-service-wrapper .features-service-item .features-service-content .features-service-title {
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
  }

  .features-service-wrapper .features-service-item:hover  .features-service-title{transform: translateY(0px) !important;}

  .features-service-wrapper .features-service-item .features-service-content .features-service-title h4 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px;
  }
  .features-service-wrapper .features-service-item .features-service-content .features-service-title span {
	font-size: 24px;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
  }
  .features-service-wrapper .features-service-item .features-service-content .features-service-desc {
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
  }
  .features-service-wrapper .features-service-item .features-service-content .features-service-desc p {
	margin-top: 15px;
	margin-bottom: 0;
	color:#ffffff;
  }
  .features-service-wrapper .features-service-item .features-service-content .features-service-link {
	justify-content: flex-start;
  }
  .features-service-wrapper .features-service-item:nth-last-child(2) {
	border-right: 0;
  }
  .features-service-wrapper .features-service-item .features-service-img-reposive {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
  }
  .features-service-wrapper .features-service-item .features-service-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 40, 50, 0.8);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
  }

/*end our benefints */

/*****Start Testimonial Section*****/

.testimonial-section{
    background-image: url(../images/home/testimonial-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 70px 15px;
}
.testi-item{
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.testi-item .ttext {
    padding: 33px 39px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    color: #5f5f5f;
}
.testi-item .flex-middle {
    padding: 33px 39px;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: flex-start;
}
.testi-item .tphoto {
    margin-right: 30px;
    width: 90px;
    position: relative;
}
.testi-item .tphoto img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.testi-item .tphoto:after {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: -15px;
    right: -15px;
    font-weight: 900;
    font-size: 29px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #365045;
}
.testi-item .t-head h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}
.google-review img{
    box-shadow: 0px 0px 10px 0px rgba(129.13117390692528, 144.53125762939453, 130.2722301537919, 0.5);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.google-review img:hover{
    transform: translateY(-8px);
}
/*****End Testimonial Section****/

/*********Start Our Team Section*****/
.ot-team {
    height: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.ot-team .team-thumb {
    position: relative;
}
.ot-team img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.team-social {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.team-social a {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #262832;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.team-social.active a {
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.team-social.active .ot-flaticon-signs i:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.team-social a:hover{
    background-color: #00A221;
}
.ot-team .team-info {
    background: #fff;
    padding: 28px 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.ot-team:hover .team-info {
    background: #0A1728;
}

.ot-team:hover h6 a{
    color:#fff;
}

.ot-team:hover .tname a,
.ot-team:hover span{
    color: #fff;
}
.ot-team .team-info h6 a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    color: #1b1d21;
}
.team-info span {
    color: #0A1728;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.ot-flaticon-signs i{
    background-color: #fff;
    border: 1px solid #ffff;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
     justify-content: center;
}
.ot-team:hover .ot-flaticon-signs i{
    color: #262832;
}

.three-col-team .ot-team img{height: 400px;}

.clan-section{
    background-color: #EBEBEB;
    padding: 80px 0;
}
.clan-section .clan-wrapper img{
    width: 240px;
    height: 324px;
    object-fit: cover;
}
.clan-section .clan-wrapper h2{
    font-size: 24px;
    color: #0A1728;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}
.clan-section .clan-wrapper{
    margin-top: 30px;
}
.clan-section .col-lg-3.col-md-6{
    text-align: center;
}

/******************End Our Team Section************/

.post-box:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.post-box {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.post-box .post-inner {
    background: #fff;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
}
.post-inner img {
    width: 380px;
    height: 260px;
    object-fit: cover;
}
.post-box .inner-post {
    height: 200px;
    padding: 32px 30px 26px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.post-box .entry-title {
    line-height: 36px;
    font-weight: 700;
    font-size: 24px;
    color: #1b1d21;
}
.post-box .entry-title a {
    display: inline-block;
    color: #0a1728;
}
.post-box .entry-meta {
    padding: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #818181;
    padding: 22px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.post-box .entry-meta .btn-details {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #1b1d21;
    border: 1px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-details i:before {
    font-size: 16px;
}
.btn-details {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    width: 38px;
    height: 38px;
    color: #1b1d21;
    background: rgba(220, 219, 219, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*********Start CTA Section******/
.cta-section{
    background-image: url(../images/home/cta-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 60px 0;
}
.cta-section h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 15px;
}
.cta-section p{
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.cta-section a{
    background-color: #fff !important;
    color: #0a1728 !important;
    font-weight: 600;
}
/*********End CTA Section*******/

/****INNER PAGES******/

/*****Start inner-about page*****/

.common-margin-inner-pages {
	padding: 80px 0;
}

.inner-banner-section {
	background-image: url(../images/inner-pages/inner-about/banner.webp);
	padding: 130px 0;
	text-align: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -22px;
}

.inner-ct-breadcrumb li a:after {
	content: '-';
	margin: 0 6px;
	color: #fff;
}

.inner-banner-header h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 0;
	line-height: 1.2;
	margin: 0 0 15px;
	font-weight: 700;
}

.inner-ct-breadcrumb li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    text-transform: uppercase;
}

.inner-ct-breadcrumb li {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    text-transform: uppercase;
}
.about-inner-content img{
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.client-wrapper{
    background-color: #e6e7e9;
    padding: 50px 0px 50px 0px;
}
.client-wrapper blockquote p{
    font-size: 18px;
    font-weight: 500;
    color: #1b1d21;
    text-align: center;
}
.quote-lower h6{
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    font-size: 20px;
}

/*****End inner-about page*****/

/*****Start inner-Services page*****/

.service-section{margin-top: 80px;}

.inner-banner-services{
    background-image: url('../images/inner-pages/inner-services/banner.webp') !important;
}
.service-wrapper{
    background-color: #ebebeb;
    padding: 80px 0;
}
.service-box{
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.service-box:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.service-box img{
    height: 200px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.content-box {
    padding: 20px;
    height: 190px;
    background: #fff;
}
.content-box .title-box {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.content-box .title-box a{
    color: #1b1d21;
    font-family: "Fira Sans", sans-serif;
}
.content-box p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.link-box{
    display: block;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    background: #ebebeb;
    text-transform: uppercase;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.link-box span{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #0A1728;
}
.service-box:hover .link-box{
    background-color: #0a1728;
    border-color: #0A1728;
}
.service-box:hover .link-box span{
    color: #FFFFFF;
}
.service-box:hover .link-box i{
    color: #fff;
}
.link-box i{
    padding-left: 10px;
    color: #0A1728;
}
.object-fit-cover{
    object-fit: cover;
    width: 100%;
}


/*****End inner-Services page*****/

/*****Start inner-Career page*****/
.inner-banner-career{
    background-image: url(../images/inner-pages/career/banner.webp);
}
.career-inner-content img{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.your-job-wrapper{
    background-color: #eaedec;
    padding: 30px 0px 30px 0px;
}
.main-head {
    color: #1B1D21;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
/*****End inner-Career page*****/


/*****Start inner-about page*****/
 
.common-margin-inner-pages {
    padding: 80px 0;
}

 
.inner-banner-section {
    background-image: url('../images/inner-pages/inner-about/banner.webp');
    padding: 150px 0;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.life-i-banner{background-image: url('../images/home/pheader-service.webp') !important;}
.super-i-banner{background-image:
    linear-gradient(to bottom, rgba(0, 16, 66, 0.46), rgba(0, 16, 66, 0.46)),
    url('../images/inner-pages/inner-services/banner.webp');}
 
.inner-ct-breadcrumb li a:after {
    content: '-';
    margin: 0 6px;
    color: #fff;
}
 
.inner-banner-header h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
}
 
.inner-ct-breadcrumb li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
 
.inner-ct-breadcrumb li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-inner-content img{
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.about-us-content .object-fit-cover{height: 100%;}

.client-wrapper{
    background-color: #e6e7e9;
    padding: 50px 0px 50px 0px;
}
.client-wrapper blockquote p{
    font-size: 18px;
    font-weight: 500;
    color: #1b1d21;
    text-align: center;
}
.quote-lower h6{
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    font-size: 20px;
}
.two-section-between-padding{
    margin: 80px 0;
}
.client-wrapper .fa-quote-left{
    font-size: 42px;
    text-align: center;
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
    position:relative;
    left: 50%;
    color: #0a1728;
    top: -15px;
}
/*****End inner-about page*****/

/*****Start Contact Page****/
.inner-banner-contact{
    background-image: url(../images/inner-pages/inner-contact-us/banner-contact.webp);
}
.contact-us-inner-content h6{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Barlow';
}
.con-icon-box .icon-main-contact {
    background: #36504529;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.con-icon-box .icon-box-inner-con{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.cob-box-shadow .heading .item--title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 35px;
    color: #1b1d21;
}
.con-icon-box .icon-box-inner-con:hover .icon-main-contact {
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
}
.con-icon-box .icon-main-contact i {
    color: #00A221;
    font-size: 22px;
    line-height: 60px;
}
.con-icon-box .icon-main-contact .fa-phone-alt{
    transform: rotate(90deg);
}
.con-icon-box .icon-box-inner-con .title-box {
    padding-top: 6px;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Fira Sans", sans-serif ;
	line-height: 26px;
}
.cob-box-shadow{
	padding: 60px 60px 60px 60px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12) 
}
.con-icon-box .title-box a{
	color: #5f5f5f;
    font-size: 18px;
    line-height: 33px;
}
.con-icon-box .content-box-con address{
	color: #5f5f5f;
    font-size: 18px;
    line-height: 33px;
}
.contact-page .separator{
	left: 0 !important;
	margin-left: unset !important;
	text-align: left !important;
}
.form-control {
    box-shadow: none !important;
    border: 1px solid #dbdbdb !important;
    padding: 5px 20px !important;
    height: 50px;
    background: none !important;
    color: #666666;
    font-size: 17px !important;
    border-radius: 3px !important;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    outline: none;
}
:focus-visible {
    outline: unset;
}
.textarea{
    border: 1px solid #dbdbdb !important;
    border-radius: 3px;
    color: #666666;
    font-size: 17px !important;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 6px 22px;
    line-height: normal;
    font-weight: 500 !important;
    height: 140px;
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
	text-align: left;
}
.form-select:focus{
	border-color: unset !important;
	box-shadow:unset !important
}
.btn-default-submit{
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    background: #0a1728;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    position: relative;
    letter-spacing: 1px;
    margin-top: 30px;
}
.btn-default-submit:hover{
    background-color: #00A221;
    color: #fff;
}

/*****End Contact Page****/


.get-a-quote-inner-content .get-quote-wrapper img{
    height: 105px;
}
.get-a-quote-inner-content .get-quote-wrapper h6{
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
    color: #000;
}


/* life insurance */
.info-boxs-life-i .box-bg-1{background: url(../images/inner-pages/life-insurance/term-life.webp);background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border: 15px solid #fff;
    border-top: 0;
    border-left: 0;}

	.info-boxs-life-i .box-bg-2{background: url(../images/inner-pages/life-insurance/young-asian-man-sitting-meeting-table-work.webp);background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border: 15px solid #fff;
		border-right: 0;}

	.info-boxs-life-i .box-bg-3{background: url(../images/inner-pages/life-insurance/uni-insurane.webp);background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			border: 15px solid #fff;
			border-bottom: 0;
    border-left: 0;}


.info-boxs-life-i .info-box1{padding: 20px;background-color: #F6F6F6;}
.banner-right-content{padding: 30px 10px;background-color: #FFFFFF1C;}
.banner-right-content h6{font-size: 26px;font-weight: 600;color: #fff;}

/* end life insurance */

/*super visa insurance */

.gray-shadow-box{box-shadow: 0px 0px 61px -31px #000000;
border-radius: 10px 10px 10px 10px;
background: #f0f0f0;
padding: 30px 15px 30px 15px;}

.documents-needed, .key-benefits-s{padding: 80px 0;background-color: #00A22130;}

.key-benefits-s .card-body .card-title{color:#1B1D21;font-weight: 700;} 
.key-benefits-s .card {height:100%;}
.key-benefits-s .card-body{padding: 20px;}
.key-benefits-s .card{margin: 0 10px;}
.key-benefits-s .card img{height: 230px;object-fit: cover;}
.eligibility-requirements img{object-fit: cover;}

.apply-for-super{padding: 80px 0;background: #f5f7fa;}
.apply-for-super .card img{height: 100%;width: 100%;object-fit: cover;border-radius: 0;}
.apply-for-super .card .card-body{padding: 32px;}
.apply-for-super .card .card-body .card-title{font-weight: 700;font-size: 18px;color:#1B1D21}
.apply-for-super .card {border: 0;height: 100%;border-radius: 0;}
.apply-for-super .card:hover{box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);}

.faqs .accordion-flush .accordion-item .accordion-button{
border-radius: 0;
    background-color: #dddddd;
    padding: 15px;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    color:#1b1d21;}

    .faqs .accordion-flush .accordion-item .accordion-button,
    .faqs .accordion-flush .accordion-item .accordion-button:focus{
        outline: none;
        outline: none;
        box-shadow: none;
        border:none;}

    .faqs .accordion-flush .accordion-item .accordion-button::after{display: none;}
/* end super visa insurance */

/* team inner page */

.team-banner{background: url('../images/inner-pages/team/pheader-team.webp');}

.client-details{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);align-items: center;}
.client-details .col-md-6:first-child{background:#EBEBEB;text-align: center;padding:0;}
.client-details .col-md-6:last-child{padding-left: 70px;}
.client-details .client-img img{height: 400px;
    object-fit: cover;
    object-position: center center;}

.client-details .title{
    font-size: 36px;
    font-weight: 600;
    color: #1b1d21;
    padding-bottom: 15px;
text-transform: uppercase;}

.client-details .green-text{
    color: #365045;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
padding-bottom: 28px;}

.client-details a,
.client-details p{
    color: #1b1d21;
    font-weight: 600;
    font-size: 16px;
margin-bottom: 15px;}

.client-details .social-icon{margin-top: 35px;}

.client-details .social-icon span i{width: 30px;
    height: 30px;
    background:#51AFF7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color:#ffffff;
    margin-right: 15px;}

.client-details .social-icon span .fa-linkedin-in, .client-details .social-icon span .fa-instagram{background:#284BAF;}

.client-Bio{padding-top: 60px;}
.client-Bio h5{font-size: 24px;
    font-weight: 700;
    padding-bottom: 25px;}
/* end team inner page */



/* footer */

.footer-top{background-color: #365045;padding: 60px 0;}
.the-logo img{width: 140px;}
.footer-top .footer-dis p{color: #FFFFFF;line-height: 30px;margin: 15px 0 28px 0;}
.footer-social-icons .grid-item{margin-right: 15px;}
.footer-social-icons span a{
border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #365045;font-size: 12px;line-height: 12px;}
.footer-title h6{
color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;margin-bottom: 45px;}
.footer-icon-list-items .footer-icon-list-item a{font-size: 16px;
    color: #fff;margin-bottom: 10px;}
.footer-icon-list-items .footer-icon-list-item .footer-icon-list-text{font-family: "Open Sans", sans-serif;}
.footer-top .icon-box i{font-size: 20px;}
.footer-top .icon-box, .footer-top .info-box{line-height: 19.2px;margin-bottom: 20px;}
.footer-top .icon-box, .footer-top .info-box span, .footer-top .icon-box, .footer-top .info-box span a{
	color:#fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
    font-weight: 400;
    margin-top: 5px;}

.footer-bottom{background-color: #000000;color:#ffffff;padding:20px 15px;}
.footer-bottom p{font-size: 16px;font-weight: 500;color: #fff;}

/* footer end */



/*****Start blog page****/

.inner-blog{
    background-image: url(../images/inner-pages/blog-inner/blog-banner.webp);
}
.share-post a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    color: #fff;
    margin: 0 5px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.share-post a.twit {
    background: #44b1e4;
}
.share-post a.face {
    background: #4661c5;
}
.share-post a.linked {
    background: #0073B0;
}
.blog-bolckquote .fa-quote-left {
    font-size: 42px;
    text-align: center;
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
    position: relative;
    left: 50%;
    color: #0a1728;
    top: -15px;
}
.blog-bolckquote blockquote p {
    font-size: 18px;
    font-weight: 500;
    color: #1b1d21;
    text-align: center;
}

.blog-post-inner-main .heading{
    font-size: 40px;
    margin-bottom: 20px;
    color:#334;
  }
  
  .blog-post-inner-main .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap:20px;
  }
  
  .blog-post-inner-main .box-container .box{
    background: #fff;
      margin-bottom: 30px;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
    display: none;
  }
  
  .blog-post-inner-main .box-container .box:nth-child(1),
  .blog-post-inner-main .box-container .box:nth-child(2),
  .blog-post-inner-main .box-container .box:nth-child(3),
  .blog-post-inner-main .box-container .box:nth-child(4),
  .blog-post-inner-main .box-container .box:nth-child(5),
  .blog-post-inner-main .box-container .box:nth-child(6){
    display: inline-block;
  }
  
  .blog-post-inner-main .box-container .box .image{
    overflow: hidden;
    height: 250px;
    border-radius: 5px;
    
  }
  .blog-post-inner-main .inner-post {
    padding: 32px 30px 26px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: 200px;
  }
  .blog-post-inner-main .box-container .box .image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  
  .blog-post-inner-main .box-container .box:hover .image img{
    transform: scale(1.1);
  }
  
  .blog-post-inner-main .box-container .box .content h3{
    color: #1b1d21;
      display: inline-block;
      font-size: 24px;
      line-height: 36px;
      font-weight: 700;
  }
  
  .blog-post-inner-main .box-container .box .content p{
    margin-bottom: 0;
  }
  
  .post-boxes .entry-meta {
    position: relative;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #818181;
    padding: 22px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .post-boxes .entry-meta .btn-details {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #1b1d21;
    border: 1px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #load-more{
    cursor: pointer;
  }
/*****End blog page****/





