<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&amp;display=swap');
body,
p {
    font-family: var(--font-family-Heebo);
    color: var(--ParagraphColor);
    font-size: 1rem;
    line-height: 24px;
    font-weight: 300;
}
@media(max-width:991px){
    p{
        font-size: 16px;
        line-height: 22px;
    }
}

a {
    text-decoration: none;
    line-height: 28px;
    font-size: 1rem;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-Heebo);
}

:root {
    --PrimaryColor: #235DA7;
    --SecondaryColor: #4F8EDF;
    --GoldColor: #f8d48d;
    --BlackColor: #0C0C20;
    --ParagraphColor: #81899C;
    --HeadingColor: #383838;
    --DarklightColor: #1F2330;
    --LightPrimaryColor: #5F6988;
    --BorderColor: #D7D7D7;
    --WhiteColor: #ffffff;

    --font-family-Heebo: "Heebo", sans-serif;
    --font-family-Spartan: "League Spartan", serif;
    --font-family-BodoniModa: 'Bodoni Moda', serif;
}
.font_family_Bodoni_Moda{
    font-family: var(--font-family-BodoniModa);
}
.font_family_League_Spartan{
    font-family: var(--font-family-Spartan);
}
.primaryColor_Text {
    color: var(--PrimaryColor) !important;
}

.primaryColor_Bg {
    background-color: var(--PrimaryColor);
}
.SecondaryColor_Text {
    color: var(--SecondaryColor);
}

.SecondaryColor_Bg {
    background-color: var(--SecondaryColor);
}
.WhiteColor_Text {
    color: var(--WhiteColor);
}

.WhiteColor_Bg {
    background-color: var(--WhiteColor);
}

.lightprimaryColor_Text {
    color: var(--LightPrimaryColor);
}

.lightprimaryColor_Bg {
    background-color: var(--LightPrimaryColor);
}
.BlackColorColor_Text {
    color: var(--BlackColor) !important;
}

.BlackColorColor_Bg {
    background-color: var(--BlackColor);
}

.darklightColor_Text {
    color: var(--DarklightColor);
}

.darklightColor_Bg {
    background-color: var(--DarklightColor);
}

.paragraphColor_Text {
    color: var(--ParagraphColor);
}

.paragraphColor_Bg {
    background-color: var(--ParagraphColor);
}

.headingColor_Text {
    color: var(--HeadingColor);
}

.headingColor_Bg {
    background-color: var(--HeadingColor);
}


.transformNone {
    transform: none !important
}

/* ============|card|============ */
.card{
    border-radius: 20px;
}
/* ============|emoji|============ */
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* ============|header|============ */
header.header .navbar .navbar-nav .nav-link {
    color: var(--WhiteColor);
    font-weight: 500;
    font-size: 16px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    margin-right: 5px;
    border-radius: 6px;
}

header.header .navbar .navbar-nav .nav-link:hover {
    color: var(--PrimaryColor);
    background-color: var(--WhiteColor);
}
header.header .navbar .navbar-nav .nav-item .dropdown-menu{
    border: none;
    min-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    box-shadow: rgba(30, 30, 30, 0.2) 0px 10px 20px;
}
header.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    border-radius: 5px;
}
header.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item img{
    filter: brightness(0);
}
header.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover img{
   filter: brightness(100); 
}
header.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
}
header.header .navbar .navbar-nav .nav-item:hover .dropdown-menu{
    display: block;
}
header.header .navbar .navbar-nav .nav-item.dropend .dropdown-menu{
    display:none;
}
header.header .navbar .navbar-nav .nav-item.dropend:hover .dropdown-menu{
    display:block;
}
header.header .navbar .navbar-nav .nav-link.active{
    color: var(--PrimaryColor);
    background-color: var(--WhiteColor);
}
/*header.header .navbar .navbar-nav .nav-link[aria-current]:not([aria-current="false"]){*/
/*    color: var(--PrimaryColor);*/
/*    background-color: var(--WhiteColor);*/
/*}*/
@media only screen and (max-width: 1360px) and (min-width: 1200px)  {
    header.header .navbar .navbar-nav .nav-link{
        font-size: 12px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    img.pImg{
        width: 160px;
    }
}
@media(max-width:768px){
    header.header{
        position: relative;
    }
}
/* ============|videot|============ */
.videot{
    height: 190px;
    object-fit: cover;
}
@media(min-width:575px){
    .slide-btn{
        position:absolute;
        top: 35%; left: 50px; z-index: 1;
    }
    .videot{
        object-fit: cover;
        height: 100vh;
    }
}
/* ============|themeAccordian|============ */
.themeAccordian.accordion .accordion-item {
    border: none;
    border-radius: 20px;
}

.themeAccordian.accordion .accordion-item .accordion-button {
    box-shadow: none;
    background-color: transparent;
    color: var(--mainPrimaryColor);
    font-size: 16px;
    font-weight: 600;
}

.themeAccordian.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.themeAccordian.accordion .accordion-item.active {
    box-shadow: rgba(30, 30, 20, 0.2) 0px 8px 20px;
    margin-bottom: 25px;
}

.themeAccordian.accordion .accordion-item.active .accordion-button {
    border-bottom: solid 1px var(--borderColor);
}
/* ============|extension_bottom|============ */
.extension_bottom {
    background-image: url(../images/house-extension-bottom.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.extension_bottom2 {
    position: relative;
    background-image: url(../images/house-extension-bottom.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.extension_bottom2::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 16, 36, 60%);
}
/* ============|gallerySec|============ */
.owl-carousel .owl-item img.img-thumbnail{
    width: 190px;
    height: 150px;
    object-fit: cover;
}
.gallerySec .owl-carousel .owl-nav{
    position:absolute;
}
/*.gallerySec .owl-carousel .owl-item img{*/
/*    height:445px;*/
/*    object-fit:cover;*/
/*}*/
.gallerySec .owl-big .owl-nav,
.gallerySec .owl-thumbnail .owl-nav{
    width:100%;
}

.gallerySec .owl-big .owl-nav button.owl-prev,
.gallerySec .owl-big .owl-nav button.owl-next{
    position: absolute;
    border-radius: 100px;
    background: var(--PrimaryColor);
}
.gallerySec .owl-big .owl-nav button.owl-prev span,
.gallerySec .owl-big .owl-nav button.owl-next span{
    color: var(--WhiteColor);
}
.gallerySec .owl-big button.owl-prev{
    left: 0;
    right: auto;
}
.gallerySec .owl-big button.owl-next{
    right: 0;
    left: auto;
}

/*.gallerySec .owl-thumbnail.owl-carousel .owl-item img{*/
/*    height:110px;*/
/*}*/
.gallerySec .owl-theme .owl-nav button.owl-prev,
.gallerySec .owl-theme .owl-nav button.owl-next{
    position: absolute;
    border-radius: 100px;
    background: var(--PrimaryColor);
}
.gallerySec .owl-theme .center .img-thumbnail{
    border-color: var(--PrimaryColor);
}
.gallerySec .owl-theme .owl-nav button.owl-prev span,
.gallerySec .owl-theme .owl-nav button.owl-next span{
    color: var(--WhiteColor);
}
.gallerySec .owl-theme button.owl-prev{
    left: 0;
    right: auto;
    top: calc(100% - 30px);
}
.gallerySec .owl-theme button.owl-next{
    right: 0;
    left: auto;
    top: calc(100% - 30px);
}
/* ============|page-navigation styles|============ */
/* 30 .side-bar-widget styles */

.pull-right .side-bar-widget {
	margin-left: 20px;
}
.single-sidebar-widget {
	margin-bottom: 38px;
}
.single-sidebar-widget.search input {
	width: calc(100% - 66px);
	height: 55px;
	border: 1px solid #F1F1F1;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	outline: none;
	background: #fff;
	padding-left: 20px;
}
.single-sidebar-widget.search button {
	width: 66px;
	height: 55px;
	border: 1px solid #186AAB;
	background: #186AAB;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0;
	line-height: 53px;
	text-align: center;
	outline: none;
	font-size: 17px;
	color: #fff;
	margin-left: -5px;
}
.single-sidebar-widget .title {
	font-size: 24px;
	/*font-family:var(--font-family-BodoniModa);*/
	font-weight: 600;
	color: #3F3E3E;
	text-transform: capitalize;
	margin: 0;	
}
.single-sidebar-widget.category .title {
	margin-bottom: 11px;
}
.single-sidebar-widget.category ul {
	margin: 0;
	padding: 0;
}
.single-sidebar-widget.category ul li {
	list-style: none;
}
.single-sidebar-widget.category ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	transition: all .3s ease;
}
.single-sidebar-widget.category ul li a:hover {	
	color: #346DB8;
}
.single-sidebar-widget.category ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-sidebar-widget.archive .title {
	margin-bottom: 11px;
}
.single-sidebar-widget.archive ul {
	margin: 0;
	padding: 0;
}
.single-sidebar-widget.archive ul li {
	list-style: none;
}
.single-sidebar-widget.archive ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	tranistion: all .3s ease;
}
.single-sidebar-widget.archive ul li a:hover {
	color: #346DB8;
}
.single-sidebar-widget.archive ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-sidebar-widget.popular-post ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.single-sidebar-widget.popular-post ul li {
	list-style: none;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F5F5F5;
}
.single-sidebar-widget.popular-post ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.single-sidebar-widget.popular-post ul li .img-box,
.single-sidebar-widget.popular-post ul li .content-box {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-widget.popular-post ul li .img-box .inner-box {
	width: 70px;
	margin-right: 25px;
}
.single-sidebar-widget.popular-post ul li .img-box img {
	width: 70px;
}
.single-sidebar-widget.popular-post ul li .content-box h4 {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;	
	margin: 0;
	transition: all .3s ease;
}
.single-sidebar-widget.popular-post ul li .content-box h4:hover {
	color: #346DB8;
}
.single-sidebar-widget.popular-post ul li .content-box span {
	color: #2562B3;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
}
.single-sidebar-widget.tags ul {
	padding: 0;
	margin-top: 30px;
}
.single-sidebar-widget.tags ul li {
	display: inline-block;
	list-style: none;
	margin-right: 3px;
	margin-bottom: 12px;
}
.single-sidebar-widget.tags ul li a {
	display: inline-block;
	border: 1px solid #F1F1F1;
	font-size: 14px;
	border-radius: 30px;
	color: #BABABA;
	padding: 5px 23px;
	transition: all .3s ease;
}
.single-sidebar-widget.tags ul li a:hover {
	background: #346DB8;
	border-color: #346DB8;
	color: #fff;
}

/* ============|pagination styles |============ */
.pagination {
  position: relative;
}

.pagination .page-item .page-link {
  border: none;
  box-shadow: none;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  color: #909090;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.pagination .page-item .page-link:hover {
  background-color: #346DB8;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  background-color: #346DB8;
  color: #fff;
}

.pagination .page-item .page-link.active {
  background-color: #346DB8;
  color: #fff;
}
/* ============|contact-content styles |============ */

.contact-content #contact-page-google-map {
	height: 400px;
	width: 100%;
	margin-bottom: 63px;
}
.contact-content h2 {
	color: #23282A;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	margin-bottom: 35px;	
}
.contact-content .contact-form textarea,
.contact-content .contact-form input {
	width: 100%;
	height: 60px;
	border: 1px solid #F0F0F0;
	outline: none;
	padding-left: 20px;
	line-height: 58px;
	margin-bottom: 20px;
}
.contact-content .contact-form textarea {
	height: 221px;
}
.contact-content .contact-form button {
	width: 120px;
	height: 45px;
	background: #2562B3;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	outline: none;
	color: #fff;
}

.contact-content .contact-info {
	padding: 0;
}
.contact-content .contact-info li {
	list-style: none;
	margin-bottom: 23px;
}
.contact-content .contact-info li .icon-box,
.contact-content .contact-info li .content-box {
	display: table-cell;
	vertical-align: top;
}
.contact-content .contact-info li .icon-box .inner {
	width: 70px;
	height: 70px;
	background: #2562B3;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.contact-content .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-content .contact-info li .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}
/* ============|blog-details|============ */
.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F1F1F1;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
	display: table-cell;
	vertical-align: top;
}
.blog-details .admin-info .inner-box {
	width: 100px;
}
.blog-details .admin-info .content {
	padding-left: 45px;
}
.blog-details .admin-info .content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222E35;
}
.blog-details .admin-info .social {
	padding: 0;
	margin: 0;	
}
.blog-details .admin-info .social li {
	display: inline-block;
	list-style: none;
}
.blog-details .admin-info .social li a {
	font-size: 16px;
	margin-right: 7px;
	color: #D5DADD;
}


.blog-details .comment-box .title {
	margin-bottom: 50px;
}
.blog-details .comment-box .title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
	margin-bottom: 34px;
}
.blog-details .comment-box .single-comment-box:last-child {
	margin-bottom: 0;
}
.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
	display: table-cell;
	vertical-align: top;
}
.blog-details .comment-box .single-comment-box .img-box .inner-box {
	width: 70px;
	margin-right: 30px;
}
.blog-details .comment-box .single-comment-box .content-box h3 {
	color: #272727;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.blog-details .comment-box .single-comment-box .content-box span {
	color: #272727;
	display: inline-block;
	font-weight: 500;
}
.blog-details .comment-box .single-comment-box .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}
.blog-details .comment-box .single-comment-box .content-box a.reply {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #262F36;
}
.blog-details .comment-box .single-comment-box .content-box .meta-box {
	margin-bottom: 15px;
	margin-top: 8px;
}

/* ============|page-navigation styles|============ */
.page-navigation {
	padding: 0px;
}
.page-navigation li {
	display: inline-block;
	list-style: none;
}
.page-navigation li a,
.page-navigation li span {
	border: 2px solid #F1F1F1;
	color: #D1D1D1;
	font-size: 16px;
	padding: 3px 13px;
	transition: all .3s ease;
	margin-right: 5px;
}
.page-navigation li a:hover,
.page-navigation li span {
	background: #346DB8;
	border-color: #346DB8;
	color: #fff;
}

/* ============|single-blog-post styles|============ */

.single-blog-post .content-box {
	margin-top: 27px;
}
.single-blog-post .img-box {
	position: relative;
	display: inline-block;
}
.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(37,98,179, .75);
	transform: scale(0);
	transition: all .5s ease;
}
.single-blog-post:hover .img-box .overlay {
	transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-blog-post .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-blog-post .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #186AAB;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #186AAB;
	border-color: #fff;
	color: #fff;
}
.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
	display: table-cell;
	vertical-align: top;
}
.single-blog-post .content-box .date-box {
	padding-right: 25px;
}
.single-blog-post .content-box .date-box .inner {
	width: 65px;	
	text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
	background: #346DB8;
	padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .comment {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}
.single-blog-post .content-box .date-box .comment i:before {
	color: #374045;
	font-size: 16px;
}
.single-blog-post .content-box .content h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	/*font-family:var(--font-family-BodoniModa);*/
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}
.single-blog-post .content-box .content p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}
.single-blog-post .content-box .content span {
	color: #222222;
	font-size: 13px;
}
.single-blog-post .content-box .content span a {
	color: #1182DF;
}

.single-blog-post .share {
	margin: 0;
	padding: 0;
}
.single-blog-post .share li {
	display: inline;
	list-style: none;
}
.single-blog-post .share li a,
.single-blog-post .share li span {
	display: inline-block;
	color: #D5DADD;
	font-size: 16px;
	margin-right: 10px;
}
.single-blog-post .share li a:hover {
	color: #3290E6;
}
.single-blog-post .share li span {
	color: #222222;
	font-size: 12px;
	text-transform: capitalize;
}
.single-blog-post .bottom-box {
	margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F1F1F1;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
	display: table-cell;
	vertical-align: top;
}
.blog-details .admin-info .inner-box {
	width: 100px;
}
.blog-details .admin-info .content {
	padding-left: 45px;
}
.blog-details .admin-info .content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222E35;
}
.blog-details .admin-info .social {
	padding: 0;
	margin: 0;	
}
.blog-details .admin-info .social li {
	display: inline-block;
	list-style: none;
}
.blog-details .admin-info .social li a {
	font-size: 16px;
	margin-right: 7px;
	color: #D5DADD;
}


.blog-details .comment-box .title {
	margin-bottom: 50px;
}
.blog-details .comment-box .title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
	margin-bottom: 34px;
}
.blog-details .comment-box .single-comment-box:last-child {
	margin-bottom: 0;
}
.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
	display: table-cell;
	vertical-align: top;
}
.blog-details .comment-box .single-comment-box .img-box .inner-box {
	width: 70px;
	margin-right: 30px;
}
.blog-details .comment-box .single-comment-box .content-box h3 {
	color: #272727;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.blog-details .comment-box .single-comment-box .content-box span {
	color: #272727;
	display: inline-block;
	font-weight: 500;
}
.blog-details .comment-box .single-comment-box .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}
.blog-details .comment-box .single-comment-box .content-box a.reply {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #262F36;
}
.blog-details .comment-box .single-comment-box .content-box .meta-box {
	margin-bottom: 15px;
	margin-top: 8px;
}

/* ============|relatedPro|============ */
.relatedPro .card{
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}
.relatedPro .owl-related .owl-nav{
    top: 0;
}
.relatedPro .owl-related .owl-nav button.owl-prev,
.relatedPro .owl-related .owl-nav button.owl-next{
    position: absolute;
    border-radius: 100px;
    background: var(--PrimaryColor);
}
.relatedPro .owl-related .center .img-thumbnail{
    border-color: var(--PrimaryColor);
}
.relatedPro .owl-related .owl-nav button.owl-prev span,
.relatedPro .owl-related .owl-nav button.owl-next span{
    color: var(--WhiteColor);
}
.relatedPro .owl-related button.owl-prev{
    left: 0;
    right: auto;
    top: calc(100% - -80px);
}
.relatedPro .owl-related button.owl-next{
    right: 0;
    left: auto;
    top: calc(100% - -80px);
}
/* ============|check-list|============ */
ul.check-list li::marker {
    color: var(--SecondaryColor);
}
ul.check-list li {
    border-bottom: 1px dashed var(--SecondaryColor);
    max-width: max-content;
    margin-bottom: 5px;
}
/* ============|testiMonials|============ */
ul.header_info {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header_info a {
    line-height: 1.4em;
    /*font-weight: 600;*/
    color: #0c0c0c;
    font-family: var(--font-family-Heebo);
}

.header_info a:hover {
    color: #20238b;
}

.header_info i.ibig {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    float: left;
    border-radius: 50px;
    transition: all .2s;
    background: url(../images/CTA.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 0px 4px rgb(0 0 0 / 15%);
    border: 4px solid #ffffff;
}
.header_info a:hover i {
    box-shadow: 0px 0px 0px 4px rgb(35 93 167);
}
.fusion-page-title-bar{
    background-size: cover;

}

.header_info span.mob-hide {
    margin-top: 10px !important;
    display: inline-block;
    color: var(--SecondaryColor);
}
.header_info a:hover i {
    transition: all 0.3s ease 0s;
}


.header_info span {
    font-size: 18px;
    font-weight: 600;
    color: var(--BlackColor);
    text-shadow: none;
    letter-spacing: 1.2px;
}
/* ============|testiMonials|============ */
.testiMonials{
    position: relative;
}
.testiMonials .testiWrap{
    padding: 60px 0;
    background-image: url(../images/testimonialBG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height:500px;
    display: flex;
    align-items: center
}
.testiMonials .testiWrap .imgP{
    position: absolute;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: rgba(30, 30, 30, 0.2) 0px 10px 20px;
}
.testiMonials .testiWrap .imgP.O1{
    left: -170px;
    top: 80px;
}
.testiMonials .testiWrap .imgP.O1-1{
    left: -90px;
    top: -50px;
}
.testiMonials .testiWrap .imgP.O1-2{
    left: -60px;
    bottom: 0px;
}
.testiMonials .testiWrap .imgP.O2{
    right: -170px;
    top: 80px;
}
.testiMonials .testiWrap .imgP.O2-1{
    right: -90px;
    top: -50px;
}
.testiMonials .testiWrap .imgP.O2-2{
    right: -60px;
    bottom: 0px;
}
.testiMonials .testiWrap .card{
    border: none;
    border-radius: 20px;
    max-width: 500px;
    min-width: 500px;
    margin: 0 auto;
    /* background-color: transparent; */
    padding: 20px;
    box-shadow: rgba(30, 30, 30, 0.2) 0px 10px 20px;
}
.testiMonials .testiWrap .card .carousel-inner{
    overflow: unset;
}
.testiMonials .testiWrap .card .title{
    font-weight: bold;
    color: var(--PrimaryColor);
    font-size: 36px;
    /*font-family:var(--font-family-BodoniModa);*/
}
.testiMonials .testiWrap .card .title span{
    color: var(--BlackColor);
    font-weight: 300;
}
.testiMonials .testiWrap .profilePick{
    max-width: 90px;
    max-height: 90px;
    min-width: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: -50px auto 0 auto;
    height: 100%;
    overflow: hidden;
    box-shadow: rgba(35, 93, 167, 0.7) 0px 10px 20px;
    border-radius: 100px;
    border: 2px solid var(--PrimaryColor);
}
@media(min-width:768px){
    .testiMonials .testiWrap .owl-nav{
        top:calc(100% - 220px);
    }
    .testiMonials .testiWrap .carousel-control-prev{
        left: -80px;
    }
    .testiMonials .testiWrap .carousel-control-next{
        right: -80px;
    }
}
@media(max-width:768px){
    .testiMonials .testiWrap .profilePick{
        margin:0;
    }
    .testiMonials .testiWrap .card{
        max-width: 100%;
        min-width: 100%;
    }
    .testiMonials .testiWrap .card .title{
        font-size: 24px;
    }
    .testiMonials .testiWrap .owl-nav{
        display: none !important;
    }
}
/* ============|offcanvas|============ */
.offcanvas.offcanvas.offcanvas-start{
    width: 300px;
    border: none;
    background-color: rgba(35, 93, 167, 80%);
}
.offcanvas.offcanvas.offcanvas-start .dropdown-item{
    border-bottom: solid 1px var(--SecondaryColor);
    font-size: 14px;
}
/* ============|serviceRow|============ */
.serviceRow .serviceLink{
    position: relative;
}
.serviceRow img.serviceImg{
    height:350px;
    object-fit:cover;
}
.serviceRow .serviceLink::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
    border: solid 15px rgba(255, 255, 255, 0.8);
}
.serviceRow .serviceLink .caption{
    position: absolute;
    bottom: 30px;
    opacity: 0;
    left: 30px;
    right: 30px;
    transition: all .6s ease;
    padding: 20px;
    background-color: rgb(35, 93, 167, 0.8);
}
.serviceRow .serviceLink .caption p{
    line-height: 20px;
    font-size: 14px;
}
.serviceRow .serviceLink .title{
    padding: 10px;
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    width: fit-content;
    transition: all .6s ease;
    position: absolute;
    bottom: 15px;
    text-transform: uppercase;
    left: 0;
    right: 0;
}
.serviceRow .serviceLink:hover .caption{
    opacity: 1;
}
.serviceRow .serviceLink:hover .hvrNone{
    opacity: 0;
}
.serviceRow .serviceLink:hover .title {
    bottom: 0px;
    background: transparent;
}
/*@media(max-width:575px){*/
/*    .serviceRow .serviceLink .caption{*/
/*        position:relative;*/
/*        left:0;*/
/*        right:0;*/
/*    }*/
/*}*/
/* ============|btnView|============ */
.btnView{
    /* background: linear-gradient(to right, #235DA7, #184886) !important; */
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    transition: all ease 0.5s;
    height: 46px;
    color: var(--DarklightColor);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: rgba(30, 30, 30, 0.2) 0px 10px 20px; */
}
.btnView::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 45px;
    min-width: 45px;
    transition: all ease 0.5s;
    z-index: -1;
    max-height: 45px;
    min-height: 45px;
    border-radius: 100px;
    background-color: var(--SecondaryColor);
    opacity: 0.8;
}
.btnView:hover::after{
    max-width: 100%;
    min-width: 100%;
    background: var(--GoldColor);
}
.btnView:hover{
    color: var(--WhiteColor);
    background: linear-gradient(to right, var(--GoldColor), var(--GoldColor)) !important;
}
@media(max-width:768px){
    .btnView{
        margin: 0 auto;
    }
}
/* ============|ourProjectWrap|============ */
.ourProjectWrap{
    position: relative;
}
.ourProjectWrap .imgOurProjectWrap img{
    height: 350px;
    object-fit: cover;
}
.ourProjectWrap .owl-carousel .owl-nav{
    top: 35%;
}
.ourProjectWrap .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -20px;
    right: auto;
}
.ourProjectWrap .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    left: auto;
    right: -20px;
}
@media(max-widt:768px){
    .ourProjectWrap .owl-nav{
        display:none !important;
    }
}
/* ============|btnView|============ */
.videoBg::after{
    content: '';
    position: absolute;
    right: -30px;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    width: 100%;
    height: 100%;
    background: linear-gradient(290deg, #235da7, transparent);
    bottom: -30px;
    z-index: 0;
}
.videoBg1::after{
    content: '';
    position: absolute;
    right: -25px;
    bottom:-30px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%); 
    width: 100%;
    height: 100%;
    background: linear-gradient(290deg, #235da7, transparent);
    z-index: 0;
}
blockquote.fusion-body{
    background: var(--WhiteColor);
    padding: 15px;
    border-left:solid 4px var(--PrimaryColor);
}
@media(max-width:768px){
    .videoBg::after{
        right: 0;
    }
    .videoBg1::after{
        left: 0;
    }
}
.one .videoBg::after{
    bottom: -30px;
    z-index: 0;
    left: -30px;
    background: linear-gradient(12deg, #235da7, transparent);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
/*=============================================
    owl-nav         
============================================*/
/* .owl-nav{ display: none;} */
.owl-nav {
    display: block !important;
    float: left;
    position: absolute;
    right: 0;
    left: 0;
  }
  
  .owl-dots {
    display: none;
    margin-top: 30px;
    text-align: center;
  }
  
  /* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ display: block;} */
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    margin: 10px;
    font-size: 22px !important;
    color: #235da7 !important;
    border-radius: 0;
    border: solid 2px #235da7 !important;
    width: 40px;
    height: 40px;
  }
  
  .owl-carousel .owl-nav button.owl-next:hover,
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel button.owl-dot {
    background-color: #235da7 !important;
    color: #fff !important;
  }
  
  .owl-carousel .owl-nav button.owl-next .fas {
    transition: .8s;
  }
  
  .owl-carousel .owl-nav button.owl-prev .fas {
    transition: .8s;
  }
  
  .owl-carousel .owl-nav button.owl-prev:hover .fas {
    color: #235da7;
  }
  
  .owl-carousel .owl-nav button.owl-next:hover .fas {
    color: #235da7;
  }
  
  .owl-carousel button.owl-next.active {
    border: solid 2px #235da7 !important;
    background: #235da7 !important;
  }
  
  .owl-carousel {
    text-align: center;
  }
  
  
 .carousel-control-next, .carousel-control-prev{
    border-radius: 100px;
    width: 45px;
    height: 45px;
    top: calc(100% - 60%);
    background: var(--PrimaryColor);
}
 .carousel-control-next{
    right: calc(100% - 100%);
}
 .carousel-control-prev{
    left: calc(100% - 100%);
}
  
  @media(max-width:991px){
      /*.owl-nav {*/
      /*    position:relative;*/
      /*    top: 450px;*/
      /*    width:100%;*/
      /*}*/
      #thumbs .owl-nav {
   position: absolute;
        top: 74px;
        width: 100%;
      }
    .fusion_page_title_bar {
        height: max(3vh, 250px) !important;
        padding: max(2vw, 20px) 0px max(2vw, 30px) !important;
    }
  }
/* ============|fusion_page_title_bar|============ */
.fusion_page_title_bar{
    padding: max(2vw, 130px) 0 max(2vw, 60px) 0;
    position: relative;
    background-image: url(../images/DSC00442-HDR.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    height: max(3vh, 400px);
    display: flex;
    align-items: center;
}
.fusion_page_title_bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(12, 12, 32, 0.5);
}
.fusion_page_title_bar:after {
    content: '';
    position: absolute;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    width: 100%;
    height: 50px;
    background: rgb(35 93 167 / 72%);
    bottom: 0;
    z-index: 0;
}
.fusion_page_title_bar .entry_title{
    font-size: max(2vw, 34px);
    color: var(--WhiteColor);
    /*font-family:var(--font-family-BodoniModa);*/
    font-weight: 300;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}
@media(max-width:991px){
    .fusion_page_title_bar .entry_title{
        font-size:42px;
    }
}
@media(max-width:768px){
    .fusion_page_title_bar .entry_title{
        font-size:32px;
    }
}
@media(min-width:1440px){
    .fusion_page_title_bar{
        padding: max(2vw, 130px) 0 max(2vw, 60px) 0;
    }
}
/* ============|fusion_fullwidth|============ */
.fusion_fullwidth{
    padding:5px 25px;
    background-color: var(--PrimaryColor);
}
.fusion_fullwidth .btnView{
    color: var(--WhiteColor);
    z-index: 1;
    text-transform: capitalize;
}
.fusion_fullwidth .pxl_about_title {
    display: flex;
    flex-wrap: wrap;
    font-weight: 200;
    font-size: max(2vw, 18px);
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    color: var(--WhiteColor);
}


.fusion_fullwidth .pxl_about_sub_title {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--WhiteColor);
}

@media(min-width:1366px){
    .fusion_fullwidth{
        position: absolute;
        right: 0;
        bottom: 7px;
        max-width: 670px;
        min-width: 670px;
    }
    .fusion_fullwidth .pxl_about_sub_title {
        position: absolute;
        left: 20px;
        top: 50%;
        transform-origin: center center;
        transform: translate(-50%, -50%) rotate(-90deg);
    }
}
/* ============|btnView|============ */
.btnViewH{
    /* background: linear-gradient(to right, #235DA7, #184886) !important; */
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    text-transform: uppercase;
    width: fit-content;
    z-index: 1;
    position: relative;
    transition: all 0.6s ease;
    height: 46px;
    color: var(--WhiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: rgba(30, 30, 30, 0.2) 0px 10px 20px; */
}
.btnViewH::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 45px;
    min-width: 45px;
    transition: all ease 0.5s;
    max-height: 45px;
    min-height: 45px;
    border-radius: 100px;
    background-color: var(--WhiteColor);
    opacity: 0.8;
}
.btnViewH:hover::after{
    max-width: 100%;
    min-width: 100%;
    background: var(--GoldColor);
}
.btnViewH:hover{
    color: var(--DarklightColor);
    background: linear-gradient(to right, var(--GoldColor), var(--GoldColor)) !important;
}
/* ============|headingText|============ */
.arrowShapes_01{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
}

.headingText .t_h4 {
    color: var(--HeadingColor);
    font-weight: 900;
    font-size: 52px;
    line-height: 50px;
}

@media(max-width:1199px) {
    .headingText .t_h4 {
        font-size: 45px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .headingText .t_h4 {
        font-size: 35px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .headingText .t_h4 {
        font-size: 25px;
        line-height: 20px;
    }
}

/* ============|.titleNew|============ */
.page-content .title{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.page-content .title h2,
.page-content.title h4{
    margin: 0 0 30px;
    color: #00374D;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--font-family-BodoniModa);
}

/* ============|.about-bottom|============ */
.about-bottom .title{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.about-bottom .title h3,
.about-bottom.title h4{
    margin: 0 0 30px;
    color: #00374D;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--font-family-BodoniModa);
}
.about-bottom p {
    margin-bottom: 30px;
    margin-top: 15px;
}
/* ============|.titleNew|============ */
.titleNew{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.titleNew h2,
.titleNew h4{
    margin: 0 0 30px;
    color: #00374D;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--font-family-BodoniModa);
}
.text-block {
    color: #00374D;
    text-transform: uppercase;
    font-size: 70px;
    float: left;
    font-family: var(--font-family-BodoniModa);
    line-height: 60px;
    margin-right: 10px;
}
/* ============|about-middle|============ */
.about-middle {
    background-image: url(../images/about-middle.jpg);
    background-size: cover;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 50px 0;
}
.specialist-box {
    background-color: #FFFFFF;
    padding: 30px;
}

.specialist-box h2 {
    color: #00374D;
    font-family: var(--font-family-BodoniModa);
}

.specialist-box a {
    font-weight: 700;
    font-size: 20px;
}
/* ============|imageCard|============ */
.bg_02 {
    background: rgb(12, 140, 233);
    background: linear-gradient(129deg, rgba(12, 140, 233, 1) 0%, rgba(16, 82, 178, 1) 100%);
}

.bg_02::after {
    content: '';
    z-index: 0;
    position: absolute;
    background-blend-mode: soft-light;
    background-image: url(../images/bg_02.png);
    background-repeat: repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 30%;
}

/* ============|imageCard|============ */
.imageCard {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

/* ============|theme-btn|============ */
.theme-btn {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--PrimaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    height: 50px;
    color: var(--WhiteColor);
    box-shadow: rgba(30, 30, 30, 0.2) 0px 10px 20px;
    border-radius: 12px 100px 100px 100px;
    max-width: 210px;
    background: rgb(12, 140, 233);
    background: linear-gradient(129deg, rgba(12, 140, 233, 1) 0%, rgba(16, 82, 178, 1) 100%);
}

.theme-btn:hover {
    color: var(--WhiteColor);
}

/* ============|footer|============ */
.clientLatest .clientlogo {
    border-radius: 15px;
    background-color: var(--whiteffffff);
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    /* max-width: 280px;
    min-width: 280px; */
    min-height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}

.clientLatest .clientlogo:hover {
    box-shadow: 0px 4px 30px 0px rgba(3, 1, 71, 0.15);
}

.clientLatest .clientlogo:hover img {
    opacity: 1;
}

.clientLatest .clientlogo img {
    transition: all .6s;
    opacity: 0.4;
}

/* ============|connectForm|============ */
.connectForm .form-control{
    background-color: transparent;
    color: var(--WhiteColor);
    border-width: 2px;
    height: 40px;
}
.connectForm .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color:var(--SecondaryColor);
}
.firstBig__D p::first-letter {
    font-size: 60px;
    font-weight: bold;
    color: var(--SecondaryColor);
  }
/* ============|footer|============ */
footer.footer {
    /* background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: overlay; */
    position: relative;
}
footer.footer .arrowShapes{
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    text-align: center;
}
footer.footer .m_title p::first-letter {
    font-size: 60px;
    font-weight: bold;
    color: var(--SecondaryColor);
  }
footer.footer .f-h5 {
    font-size: 24px;
    color: var(--WhiteColor);
    font-weight: 300;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    /*font-family:var(--font-family-BodoniModa);*/
}
footer.footer .f-h5::before{
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 0.5rem;
    background-color: var(--PrimaryColor);
}

footer.footer .social_UL li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 38px;
    min-width: 38px;
    min-height: 38px;
    max-height: 38px;
    border-radius: 100px;
    color: var(--BlackColor);
}

footer.footer .social_UL li a:hover {
    background-color: var(--SecondaryColor);
    color: var(--WhiteColor);
}

/* footer.footer .social_UL li a:hover img {
    filter: brightness(100) contrast(100) invert(100);
} */


footer.footer .link_Ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #5B5B5B;
}

footer.footer .link_Ul li a:hover {
    color: var(--SecondaryColor);
    text-decoration: underline;
}

.botom_Ul li {
    position: relative;
    padding: 0 15px;
}

.botom_Ul li a {
    color: var(--ParagraphColor);
    font-size: 16px;
    font-size: 400;
    line-height: 32px;
    display: block;
    margin-bottom: 5px;
}

.botom_Ul li a:hover {
    color: var(--SecondaryColor);
}

.firtBox {
    border-radius: 30px;
    box-shadow: rgba(24, 28, 40, 0.8) 0px 0px 20px;
}

.flowSection {
    padding: 40px 0;
}

@media(min-width:1199px) {
    .flowSection {
        padding: 60px 0;
    }
    
    .firtBox {
        border-radius: 200px 200px 30px 30px;
        margin: -100px 0 0 0;
    }
}
@media(max-width:991px) {
    footer{padding-top: 80px;}
}

/*-----------------------themeAccordian----------------------*/
.themeAccordian.accordion .accordion-item {
    border: none;
    border-radius: 20px;
}

.themeAccordian.accordion .accordion-item .accordion-button {
    box-shadow: none;
    background-color: transparent;
    color: var(--mainPrimaryColor);
    font-size: 16px;
    font-weight: 600;
}

.themeAccordian.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.themeAccordian.accordion .accordion-item.active {
    box-shadow: rgba(30, 30, 20, 0.2) 0px 8px 20px;
    margin-bottom: 25px;
}

.themeAccordian.accordion .accordion-item.active .accordion-button {
    border-bottom: solid 1px var(--borderColor);
}


/*--------------------------------------------------------------------
                        on-white-table
--------------------------------------------------------------------*/
.on-white-table {
    background: url(../images/bg_01.jpg), linear-gradient(to left bottom, rgba(12, 12, 32, 0.5) 0%, rgba(13, 36, 61, 0.5) 100%);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding: 130px 50px;
    height: 100vh;
}
@media(max-width:768px){
    .on-white-table{
        height: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width:480px){
    .on-white-table{
        height: 1000px;
    }
}
/*--------------------------------------------------------------------
                        social
--------------------------------------------------------------------*/
.social .fa {
    color: #414141;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #F3F3F3;
    margin-right: 10px;
    line-height: 40px;
    border-radius: 100%;
}

.social a:hover .fa.fa-facebook {
    color: #4867AA;
}

.social a:hover .fa.fa-youtube-play {
    color: #FE0000;
}

.social a:hover .fa.fa-twitter {
    color: #1C9CEA;
}

.social a:hover .fa.fa-instagram {
    color: #BA2D8C;
}
/*--------------------------------------------------------------------
                        page-content
--------------------------------------------------------------------*/
.page-content {
    position:relative;
}

.page-content h2 {
    margin-bottom: 30px;
}

.page-content .table .fa {
    color: #E2574C;
}
/*--------------------------------------------------------------------
                        Main Heading
--------------------------------------------------------------------*/
.main_heading{
    position: relative;
}
.main_heading h5{
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    color: var(--BlackColor);
    /*font-family:var(--font-family-BodoniModa);*/
}
.main_heading h5 span{
    display: inline-block;
    font-weight: 400;
}
.main_heading h2{
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    color: var(--BlackColor);
    /*font-family:var(--font-family-BodoniModa);*/
}
.main_heading h2 span{
    display: inline-block;
    font-weight: 400;
}
.main_heading h6{
    font-size: 42px;
    line-height: 40px;
    font-weight: 900;
    color: var(--BlackColor);
}
.main_heading h6 span{
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.main_heading h6 span::after{
    content: '';
    position: absolute;
    top: 20px;
    width: 50px;
    right: -64px;
    height: 1px;
    background: var(--PrimaryColor);
}

@media(max-width:991px){
    .main_heading h5{
        font-size: 26px;
        line-height: 32px;
    }
    .main_heading h6{
        font-size: 26px;
        line-height: 32px;
    }
}
@media(max-width:768px){
    .main_heading h5{
        font-size: 22px;
    }
    .main_heading h2{
        font-size: 22px;
    }
    .main_heading h6{
        font-size: 22px;
    }
}
@media(max-width:480px){
    .main_heading h5{
        font-size: 20px;
    }
    .main_heading h2{
        font-size: 20px;
    }
    .main_heading h6{
        font-size: 20px;
    }
}
/*--------------------------------------------------------------------
                        Go To Top Button
--------------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    -webkit-transform: rotate(-90deg) translate(50%, 100%);
    -moz-transform: rotate(-90deg) translate(50%, 100%);
    -ms-transform: rotate(-90deg) translate(50%, 100%);
    -o-transform: rotate(-90deg) translate(50%, 100%);
    transform: rotate(-90deg) translate(50%, 100%)
}

.back-to-top i {
    display: inline-block;
    width: 40px;
    height: 40px;
    transform: translate(0%, 0%) rotate(90deg);
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    text-align: center;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.back-to-top span {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--PrimaryColor);
    font-weight: 500;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.back-to-top:hover i {
    background-color: var(--SecondaryColor);
    color: var(--WhiteColor)
}

.back-to-top:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

/*-----------------------PRELOADER WAVE STYLE----------------------*/	

 #preloader-wrapper {
    background: linear-gradient(to right, #416bd0 0%, #6691fa 100%);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
  }
  
  
  .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  border-radius: 50px;
  top: calc(50% - 30px);
  animation: loader 2s infinite ease;
  }
  
  .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
  }
  
  @keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
  }
  
  /*=============================================
    site head         
============================================*/
.site-head {
  position: relative; }
  .site-head h6 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 48px;
    color: #1f2023; }
  .site-head p {
    color: #787879;
    font-size: 16px; }

@media (min-width: 1400px) {
  .site-head p {
    width: calc( 100% - 600px);
    margin: 0 auto; } }
/*=============================================
    login wrap         
============================================*/
.login-wrap {
  position: relative; }
  .login-wrap .card {
    padding: 0;
    border: none;
    border-radius: 0; }
  .login-wrap .nav-tabs {
    border: none; }
    .login-wrap .nav-tabs li.nav-item {
      width: 50%; }
      .login-wrap .nav-tabs li.nav-item a.nav-link {
        border-radius: 0;
        border: none;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 10px; }
        .login-wrap .nav-tabs li.nav-item a.nav-link:hover {
          color: #fff;
          background: #1f2023; }
        .login-wrap .nav-tabs li.nav-item a.nav-link.active {
          color: #fff;
          background: #1f2023; }
  .login-wrap .tab-content .tab-pane {
    padding: 60px 20px;
    position: relative; }
    .login-wrap .tab-content .tab-pane p a {
      font-weight: bold;
      color: #235da7; }
  .login-wrap .form-group {
    position: relative; }
    .login-wrap .form-group .form-img {
      position: absolute;
      left: 0;
      top: 10px; }
    .login-wrap .form-group .forgot {
      position: absolute;
      right: 27px;
      top: 8px; }
      .login-wrap .form-group .forgot a {
        color: #b9b9b9; }
        .login-wrap .form-group .forgot a:hover {
          color: #235da7; }
    .login-wrap .form-group .form-control {
      font-weight: 500;
      padding: 0 0 0 30px;
      border-radius: 0;
      min-height: 45px;
      font-size: 16px;
      border: none;
      border-bottom: 1px solid #cdcdcd; }
      .login-wrap .form-group .form-control:focus {
        border-color: #235da7;
        box-shadow: none; }
      .login-wrap .form-group .form-control::-webkit-input-placeholder {
        color: #787879;
        opacity: 1; }
      .login-wrap .form-group .form-control::-moz-placeholder {
        color: #787879;
        opacity: 1; }
      .login-wrap .form-group .form-control:-ms-input-placeholder {
        color: #787879;
        opacity: 1; }
      .login-wrap .form-group .form-control::-ms-input-placeholder {
        color: #787879;
        opacity: 1; }
      .login-wrap .form-group .form-control::placeholder {
        color: #787879;
        opacity: 1; }
    .login-wrap .form-group p a {
      font-weight: bold;
      color: #235da7; }
  
/*=============================================
    home-icn      
============================================*/
.home-icn hr {
  border-bottom: solid 1px #e2e2e2; }
.home-icn h5 {
  font-size: 18px;
  font-weight: bold;
  color:#222222;
  margin: 20px 0; }
/*-----------------------webkit-scrollbar----------------------*/	
::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
	display: none;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
::-moz-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.process-box h2 {
    font-size: 20px;
    color:#00374d;
    font-family: var(--font-family-BodoniModa);
}
.process-box {
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    min-height: 210px;
    padding: 15px;
    margin-bottom: 30px;
}

.process-box .number {
    background-image: url(../images/number-bg.png);
    padding: 0;
    background-repeat: no-repeat;
    margin-right: 10px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    line-height: 45px;
    width: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
}




.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover &gt; .dropdown-menu,
.dropend:hover &gt; .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover &gt; .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}</pre></body></html>