.flex_child p {
    line-height: 30px;
    color: #000;
    text-align: center;
    font-size: 1rem;
}
.report-content-sec{
    padding: 40px 0;
    background-color: white;
}
.recent-report .col-md-8 h3 a,
.report-content .col-md-8 h3 a{
    display: inline-block;
    color: #16436f;
    font-weight: 600;
    font-size: 18px;
}
.recent-report .col-md-8 h3 a:hover,
.report-content .col-md-8 h3 a:hover{
    color: #10b1b4;
}

#buy-now-form label{
    color: #16436f;
    font-weight: bold;
}

.sidebar-banner .inner-box .log > img{
    height: 50px !important;
}

.popover-body{
    background-color: #16436f;
    color: white;
    padding: 20px;
    border-radius: 5px;
}

.contact-section{
    padding: 0 0 40px 0;
    background-color: white;
}

.page-title .content-box {
    display: flex;
    justify-content: center;
}
.page-title h1,
.page-title h2 {
    background-color: #183f65a1;
    width: auto;
    padding: 0 12px;
}


.main-footer .footer-menu-2 ul{
    list-style: none !important;
}

.report-content-sec .tab-content h3{
    font-family: 'Montserrat';
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
}
.report-content-sec .tab-content h2{
    font-family: 'Montserrat';
    padding: 10px;
    font-weight: 500;
    font-size: 23px;
}
.report-content-sec .tab-content p{
    font-family: 'Montserrat';
    padding: 10px;
    font-size: 15px;
    color: black;
}

.report-content-sec .tab-content img{
    width: 100%;
    margin: 10px;
}

.report-content-sec .tab-content ul{
    padding-left: 40px;
}

.report-content-sec .tab-content > ul > li > ul{
    padding-left: 40px;
}

.page-title .auto-container .report-head{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 128px;
}

.service-sidebar .category-widget {
    position: relative !important;
    display: block !important;
    border: 1px solid #a3b8c0 !important;
    padding: 22px 30px 9px 30px !important;
}

.service-sidebar .category-widget .category-list li a {
    /*border-bottom: 1px solid #a3b8c0 !important;*/
}

/**************** Loader css ********************/

body {
  background: #ececec;
}

.lds-dual-ring.hidden { 
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.pop-up-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/**************** Loader css End ********************/

/**************** Payment failed css ********************/

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    color: #10b1b4;
}

._success h3{
    background-color: #16436f;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    padding: 5px 0;
    letter-spacing: 2px;
}

._success .form-group input{
    font-size: 15px;
    color: black;
    font-weight: 600;
    width: 100%;
}

.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

._success .form-group label{
    font-size: 18px;
    color: #10b1b4;
    font-weight: bold;
}

._success .form-group{
    border-bottom: 1px solid #e4e1e1;
}

._success p {
    margin-bottom: 15px;
    font-size: 20px;
    color: black;
    font-weight: 500;
}

/********************* Payment failed CSS End ******************/

/*********** Success message model ************/

.modal-confirm {		
	color: #636363;
	width: 325px;
	font-size: 14px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

/******************* End CSS ********************/

/***************** Buy Now Modal ****************************/
.paypal-button-container {
  max-width: 100% !important;
  width: 100% !important;
}

.paypal-button-container iframe {
  max-width: 100% !important;
  width: 100% !important;
}

#exampleModalCenter .modal-body label{
    display: inline-block;
    width: 100%;
}

#exampleModalCenter .modal-body input[type="text"],
#exampleModalCenter .modal-body input[type="email"],
#exampleModalCenter .modal-body input[type="tel"],
#exampleModalCenter .modal-body input[type="number"]{
    width: 100%;
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    height: 40px;
    padding: 10px;
}

.form-group textarea {
    width: 100%;
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    height: 40px;
    padding: 10px;
}

/******************* Buy Now modal css end *******************/

/********************** Tooltip CSS *********************/

.tooltip{
    background-color: #16436f !important;
    font-family: inherit !important;
    text-align: left !important;
    text-align: start !important;
}
.tooltip .tooltip-inner{
    margin: 0 10px !important;
}


/********************* Tooltip CSS End *******************/

/************* Tab css ***************/


.tabs-container {
    width: 100%;
    font-family: 'Arial', sans-serif;
}

.tab-header {
    display: flex;
    justify-content: space-between;
    background-color: #007bff; /* Modern blue color */
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.tab-link {
    width: 33.33%; /* Each tab takes up one-third of the width */
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background-color: #d7d7d7;
    color: black;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    border-right: 1px solid #fff;
}

.tab-link:last-child {
    border-right: none; /* Remove the border on the last tab */
}

.tab-link.active {
    background-color: #16436f;
    color: #fff;
}

.tab-link:hover {
    background-color: #16436f;
    color: #fff;
}

.tab-content {
    padding: 20px;
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    min-height: 200px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

/* Fade-in animation for smooth transition */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



/******************** Tab CSS End **********************/

.report-content .sidebar-side{
    /*margin: 1%;*/
}
.report-content .content-side{
    /*margin: 1%;*/
}

.error-page p,
.error-page h1,h2,h3,h4,h5,h6{
    font-family: inherit;
}

.top-25{
    top: 25% !important;
    position: absolute !important;
}

.service-details .auto-container{
    margin-left: 3%;
  margin-right: 3%;
}

.paypal-button-row .paypal-button-color-gold{
    margin-left: 65px;
}

.subscribe-widget{
    background-color: #16436f;
}

.search-page{
    background-color: white;
}

.contact-info-section .add-section .single-item{
    text-align: center;
    /*height: 255px;*/
}

.error-404{
    text-align: center
}

.checkout-sec{
    background-color: white;
}

.error-404 h1{
    font-size: 25px;
    padding: 10px;
    font-weight: 500;
}

.back-home a{
    padding: 10px;
    background-color: #16436f;
    color: white;
    border-radius: 5px;
}

.back-home{
    padding-top: 30px;
}

.page-title .page-title-img{
    width: 100%;
    margin-top: 36px;
    max-height: 500px;
    height: auto;
}
.contact-info-section {
    padding: 40px 0 0 0;
    background-color: white;
}

.overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #ffffff65;
}
#video-container{
    top: 100%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: none;
    background-size: cover;
}

.category-page:before{
    top: 11%;  
}
.category-sec{
    padding: 40px 0 40px 0 !important;
    background-color: white;
}

.our-service{
    padding: 30px 0 !important;
    background-color: white;
}
.reports-sec {
    padding: 40px 0 40px 0 !important;
    background-color: white;
}
.category-sec .auto-container,
.reports-sec .auto-container{
    margin: 0 2% !important;
}

/*.owl-enemy{*/
/*    width: 100% !important;*/
/*}*/

/******************* Success Trans *****************/


.success .success-container .success-icon{
    font-size: 55px;
    color: #28a745;
}

.form-inner .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-inner .form-group {
    width: 100%; /* Full width for center alignment */
    max-width: 400px; /* Adjust the max-width as needed */
    margin-bottom: 15px; /* Space between each form-group */
}


/************************** End *************************/

.sticky .rd-header{
    display: none !important;
}
.sticky .bottom-shadow{
    display: flex !important;
}
.sticky{
    height: 70px !important;
}

.our-clients .single-client-img-item-wrap > img{
    object-fit: contain !important;
}

.our-clients{
    padding: 30px 0;
    background-color: white;
}
.our-clients .auto-container{
    margin: 0 2%;
}

.customer-detail{
    margin: 80px;
}
.product-detail{
    margin: 80px;
}

.service-section .testimonial-text > h3{
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    font-size: 23px;
    padding: 20px 0;
}

.consult-detail .service-block-one{
    background-color: #dbd9d9ed;
}

.consult-detail{
    padding: 15px 0 30px 0 !important;
    background-color: white;
}

.consulting-sec .consult{
    padding: 29px 15px 27px 30px !important;
}

.our-clients .all-clients{
   padding-bottom: 50px;
}
.our-clients .content-box{
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.all-single-client {
    width: 110px !important;
    height: 110px !important;
}

.cards-title {
    font-family: regular_bold !important;
    margin-top: 32px;
    color: #000;
    font-size: 16px !important;
}
.flex_child img {
    width: 60px;
}
.flex_child {
    max-width: calc(25% - 10px);
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 2rem auto;
}

.report-cat .image-row{
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.single-page{
    padding: 235px 0px 72px 0px !important;
}


.report-cat .report-item{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.report-cat .report-img {
  position: relative;
  overflow: hidden;
}
.report-cat .report-img {
    /*width: 100%;*/
    max-height: 250px;
}
.report-cat .report-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}
.report-cat .report-overlay p {
    margin: 0;
    color: #ffffff;
}
.report-cat .report-overlay h3{
    font-family: inherit;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}
.report-cat .report-item:hover .report-overlay {
    opacity: 1;
}

.custom-cards {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    align-items: baseline;
    gap: 10px;
}
.btn-box{
    text-align: right;
}




.custom-why-us {
    text-align: center;
    /* color: #1c5e7d; */
    /* font-size: 1.25rem;
    font-family: regular_bold;
    line-height: 1.43;
    letter-spacing: .01071em;
    margin: 20px; */
}
.custom-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    flex: 0 0 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    font-size: 16px;
    font-family: regular_medium;
}
.primary-menu .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-menu li:hover > .sub-menu {
    display: block;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.about_report{
    padding: 10px 0 0px 35px;
}
.about-menu-class{
    display: grid;
    padding-bottom: 20px;
}

.main-menu .navigation > li > ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.main-menu .navigation > li > ul > li {
    margin-right: 10px !important;
}


.category-list .submenu {
    display: none;
    padding-left: 20px;
}

.category-list .menu-item > .menu-link {
    cursor: pointer;
}

.widget-title{
    color: white;
}
.page_item .menu-item{
    padding: 5px;
}
.social-media-icons{
    display: flex;
}
.social-media-icons > li > a{
    margin-left: 10px;
}

.layout-container {
    width: 1360px !important;
    padding: 0 16px !important;
    margin: 0 auto;
    /* margin-bottom: 0px; */
}
.clients-img-inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.single-client-img-item-wrap {
    width: 272px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
}
.main-menu .navigation > li > ul.report-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    width: auto !important;
}
.main-menu .navigation > li > ul.report-menu li {
    width: 48% !important;

}
.clients-img-wrap .layout-container .mb-5{
    margin-top: 30px !important;
}
.auto-container .show{
    text-align: center;
    margin: 8px 8px;
}
.auto-container .hidden-left-show{
    display: flex;
    margin: 30px auto;
}
.auto-container .hidden-left-show .image > img{
    margin: 30px auto;
}
.auto-container .hidden-left-show .image > h3{
    margin-bottom: 20px;
}

.join-us > p{
    line-height: 2rem;
}
.right-info .pdf-btn > a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 5px;
    font-weight: 600;
    font-family: 'Saira', sans-serif;
    color: #fff;
    background: #16436f;
    text-align: center;
    padding: 15px 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}
.main-menu .navigation {
    /*margin-left: 130px;*/
    /*padding-top: 12px;*/
}
.contact-section .form-sec .response-msg{
    box-sizing: border-box;
    border: 1px solid green;
    color: green;
    font-size: 18px;
    font-style: inherit;
    padding: 20px;
    margin-top: 20px;
    font-weight: 500;
}
.short-desc > h1{
    color: #27305f;
    font-family: inherit;
    font-size: 35px;
    font-weight: 700;
}
.short-desc > h2{
    font-size: 20px;
    color: #10b1b5;
    font-family: inherit;
    font-weight: 700;
    margin: 25px 0;
    line-height: 30px;
}
.short-desc > form{
    height: 50px;
    width: 60%;
}
.short-desc .search-wrap{
    border-bottom: 3px solid #2c8ebf;
}
.short-desc .search-wrap > input{
    width: 50% !important;
    height: 50px !important;
}
.short-desc .search-wrap > button{
    background-color: #2c8ebf !important;
    height: 50px !important;
    width: 50px !important;
    float: right !important;
}
.why-us{
    padding: 0 0 30px 0;
}
.why-us .row > h3{
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 23px !important;
    text-align: center !important;
    line-height: 5rem !important;
}
.why-us .flex_child > h3{
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.widget-section p{
    font-size: 15px !important;
}
.footer-col-2 #nav_menu-2 .footer_cat-report > h3{
    border-bottom: 2px solid #10b1b5;
    width: 31%;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    /*margin-left: 50px;*/
}

.main-footer .footer-career .email-link {
    text-decoration: none; /* Removes the default underline */
    position: relative;
}

.main-footer .footer-career .email-link:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #10b1b4;
    left: 0;
    bottom: -2px;
}

.about-page:before{
    top: 16px !important;
}

.footer-col-3 #nav_menu-2 .follow-us > h3 {
    border-bottom: 2px solid #10b1b5;
    width: 42%;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.banner-sec{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    /*padding: 200px 0 0 0;*/
}

.footer-col-3 #nav_menu-2 > h3{
    border-bottom: 2px solid #10b1b5;
    width: 53%;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 25px;
}

.single-client-img-item{
    /*width: 100px;*/
    /*height: 100px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.clients-img-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    padding-top: 50px;
}

.contact-info-section .add-section .address-box .single-item{
    height: 255px;
}

@media only screen and (max-width: 320px) {
    .contact-info-section .add-section .single-item{
        height: 285px;
    }
    .consult-detail .sec-title{
        text-align: center;
    }
    .page-title h1 {
        line-height: 35px !important;
    }
    .page-title h1 {
        margin-bottom: 60px !important;
    }
    .auto-container{
        margin: 0 2%;
    }
    .review-item {
        padding: 20px 0px !important;
    }
    .footer_cat-report {
        padding: 0px 8% !important;
    }
    .main-footer .footer-col-3 .follow-us {
        padding: 0 24% !important;
    }
    .icon-social {
        margin: 0 53px !important;
    }
    .pay-img {
        margin-left: 88px !important;
    }
     .certificate {
        margin-left: 88px !important;
    }
    .short-desc > form {
        width: 100% !important;
    }
    .banner-sec .content-box{
        text-align: center !important;
    }
    .custom-cards{
        display: block !important;
    }
    .custom-cards .flex_child{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    .address-col{
        text-align: center !important;
    }
    .footer-col-2 #nav_menu-2 .footer_cat-report > h3 {
        width: auto !important;
    }
    .main-footer .menu-footer-colom-2-container .col-md-6{
        text-align: center;
        width: 100%;
    }
    .footer-col-3 #nav_menu-2 .follow-us > h3 {
        width: 100% !important;
        text-align: center !important;
    }
    .icon-social {
        margin: 0 53px !important;
    }
    .theme-btn{
        padding: 15px 42px !important;
    }
    .icon-social > div {
        width: 33% !important;
    }
    .main-footer .widget-title {
        text-align: center !important;
    }
    .certificate {
        width: 43% !important;
    }
    .header-lower .mobile-nav-toggler{
        float: left !important;
    }
    .menu-outer .navbar-collapse > ul > li > a{
        color: white !important;
    }
    .menu-outer .navbar-collapse > ul > li:not(:nth-child(2)) .dropdown-btn {
        display: none !important;
    }
    .report-content-sec{
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .page-title .auto-container .report-head {
        font-size: 35px !important;
        margin-bottom: 60px !important;
    }
    .auto-container .service-sidebar{
        display: none;
    }
    .our-service .rating {
        height: 470px;
    }
    .search-popup .search-form input {
        height: 60px !important;
    }
    .main-footer .footer-career{
        text-align: center;
        margin-top: 20px;
    }
    .main-footer .footer-menu-list{
        width: 100%;
        text-align: center;
    }
    .main-footer .foo-menu-name{
        text-align: center;
    }
    .main-footer .footer-social{
        margin-top: 20px;
    }
    .main-footer .footer-social .menu-footer-colom-2-container{
        margin-top: 35px;
    }
    #searchforms{
        display: none;
    }
}

.banner-sec{
    /*max-height: 600px;*/
}

.banner-sec {
    padding-bottom: 0;
}

.footer-bottom {
    padding: 5px 0 10px 0 !important;
}

.header-style-one .logo-box {
    padding-top: 5px !important;
}

@media only screen and (max-width: 360px) {
    .footer-col-2 #nav_menu-2 .footer_cat-report > h3 {
        width: 77% !important;
    }
    .our-service .rating {
        height: 470px !important;
    }
}


@media only screen and (max-width: 1920px) {
    
    .main-footer .sale-enquiry {
        width: 56% !important;
    }
    .footer-col-2 #nav_menu-2 .footer_cat-report > h3 {
        width: 27%;
    }
    .footer-col-3 #nav_menu-2 .follow-us > h3 {
        width: 36% !important;
    }
    
    .main-footer .icon-social{
        padding-left: 0;
    }
    
}

@media screen and (max-width: 480px) and (max-height: 896px) {
    
    .service-sidebar{
        margin-right: 0 !important;
    }
    .blog-grid{
        margin-top: 30px !important;
    }
    
}
@media screen and (max-width: 393px) and (max-height: 786px) {
    
    .auto-container .content-side{
        margin-top: 30px !important;
    }
    
}

@media only screen and (max-width: 768px) {
    
    .main-header .header-lower .outer-box{
        height: 50px;
    }
    
}

@media only screen and (max-width: 480px) {
    .menu-outer .navbar-collapse > ul > li:not(:nth-child(2)) .dropdown-btn {
        display: none !important;
    }
    #searchforms{
        display: none;
    }
    
    .main-header .logo-box .logo{
        padding-top: 10px;
    }
    
    .main-header .header-lower .outer-box{
        height: 70px;
    }
    
    .page-title h1 {
        line-height: 35px !important;
    }
    
    .consult-detail .sec-title {
        text-align: center !important;
    }
    
    .category-sec .service-sidebar {
        display: none !important;
    }
    
    .main-footer .footer-career{
        text-align: center;
        margin-top: 20px;
    }
    .main-footer .footer-menu-list{
        width: 100%;
        text-align: center;
    }
    .main-footer .foo-menu-name{
        text-align: center;
    }
    .main-footer .footer-social{
        margin-top: 20px;
    }
    .main-footer .footer-social .menu-footer-colom-2-container{
        margin-top: 35px;
    }
    
    .menu-outer .navbar-collapse > ul > li > a{
        color: white !important;
    }
    .header-lower .mobile-nav-toggler{
        float: left !important;
    }
    .btn-box {
      text-align: center;
    }
    .logo-box {
        margin-left: 25%;
    }
    .main-header{
        background-color: #fff;
        /*height: 70px;*/
    }
    .short-desc{
        padding: 10px;
        text-align: center;
    }
    .short-desc h1{
        font-size: 20px !important;
        margin-top: 20px;
    }
    .clients-img-inner .box-client-img {
        width: auto !important;
    }
    .short-desc > h2 {
        font-size: 16px !important;
        margin: 20px 0 0 0;
    }
    #searchform{
        /*display: none !important;*/
    }
    .search-popup .search-form input {
        width: auto !important;
    }
    .short-desc > form {
        width: 100%;
    }
    .services-contain{
        margin: 0 2%;
    }
    .project-section .testimonials{
        margin: 0 !important;
    }
    .some-facts .section-two_content{
        margin: 0;
    }
    .some-facts .section-two_content .sub-heading{
        margin: 0;
        text-align: center;
        padding: 0 !important;
    }
    .some-facts .section-two_content > h2{
        padding: 25px 0px !important;
        text-transform: uppercase !important;
        font-family: inherit !important;
        text-align: center !important;
    }
    .custom-btn > a {
        padding: 15px 15px !important;
        border-radius: 5px !important;
        float: none !important;
    }
    .sec-title > h2{
        text-align: center !important;
    }
    .sec-title .btn-box{
        text-align: center;
    }
    .cat-blocks .image > img{
        height: 250px !important;
        width: 420px !important;
    }
    .why-us .custom-cards{
        display: inline-block;
    }
    .custom-cards > div {
        text-align: center !important;
        padding: 20px 0 !important;
        width: auto;
        max-width: 100%;
    }
    .main-footer .address-col{
        text-align: center !important;
    }
    .footer_cat-report {
        padding: 0 15%;
    }
    .main-footer .menu-footer-colom-2-container .col-md-6{
        text-align: center;
        width: 100%;
    }
    .footer-col-3 #nav_menu-2 > h3 {
        width: 100%;
        text-align: center;
        padding-top: 6%;
    }
    .main-footer .footer-col-3 .follow-us{
        padding: 0 27% !important;
    }
    .main-footer .footer-col-3 .follow-us > h3{
        border-bottom: 2px solid #10b1b5;
        margin-top: 20px;
    }
    .footer-col-2 #nav_menu-2 .footer_cat-report > h3 {
        width: 70%;
    }
    .footer-col-3 #nav_menu-2 .follow-us > h3 {
        text-align: center;
        width: 70% !important;
    }
    .main-footer .icon-social {
        padding-left: 0 !important;
    }
    .footer-col-3 #nav_menu-2 .menu-footer-colom-2-container{
        display: block !important;
    }
    .pay-img {
        margin-left: 0 !important;
    }
    .certificate{
        height: 60px !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .icon-social{
       margin: 0 90px;
    }
    .icon-social > div {
        width: 100% !important;
        text-align: center;
    }
    .payment > h4{
        text-align: center;
    }
    .pay-img{
        /*margin-left: 100px;*/
    }
    .certificate{
        /*width: 43% !important;*/
        /*margin-left: 100px;*/
    }
    .single-client-img-item {
      width: 60px;
      height: 60px;
    }
    .custom-about-us{
        position: relative !important;
        z-index: 2 !important
    }
    
    .custom-about-us .about-container{
        width: 100% !important;
        margin: 0 !important;
    }
    .custom-about-us .about-container .border-cls{
        border-right: none !important;
        margin-bottom: 1rem !important;
    }
    .contact-info-section .lower-box{
        text-align: center !important;
    }
    .about-section{
        /*padding: 40px 0 0 0 !important;*/
    }
    
    .about-section .auto-container{
        margin: 0 2%;
    }
    .about-section .auto-container .about-content{
        padding: 30px;
    }
    
    .about-section .about_us{
        text-align: center !important;
    }
    .about-section .about_us .about-content{
        margin: 10px auto !important;
    }
    .about_us .about-content h3 {
        font-weight: bold !important;
        padding-bottom: 12px !important;
    }
    .service-section .nav-style-one .owl-nav {
        display: block !important;
    }
    
    .consult-expert .section-two_content h3 {
        letter-spacing: 0 !important;
        text-align: center !important;
    }
    .consult-expert .section-two_content h2 {
        text-align: center !important;
    }
    .consult-expert .section-two_content{
        margin: 0 !important;
    }
    .consult-expert .img-cls{
        width: 100% !important;
    }
    .service-section .service-block-one .inner-box .lower-content {
        text-align: center !important;
    }
    .consulting-sec .service-block-one .inner-box .lower-content h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .consulting-sec .service-block-one .inner-box .lower-content p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .header-style-one .logo-box {
        padding-left: 50px;
    }
    
    .report-cat{
        padding: 10px !important;
    }
    
    .report-cat .sec-title{
        text-align: center !important;
    }
    .our-service .rating {
        height: 380px !important;
    }
    .project-section .sec-title {
        text-align: center;
    }
    .tabs-content .review-item{
        padding: 20px 35px !important;
    }
    .page-title{
        padding: 120px 0 0 0 !important
    }
    .page-title h1 {
        font-size: 22px !important;
    }
    .contact-info-section {
        margin-top: 0 !important;
    }
    .contact-info-section .upper-box .content-box .inner-box {
        padding-left: 0 !important;
    }
    .content-column .sec-title h2 {
        font-size: 20px !important;
    }
    .inner-column .sec-title h2 {
        font-size: 20px !important;
    }
    .contact-section {
        padding: 0 0 60px 0 !important;
    }
    .about-section .about-content p{
        text-align: center !important;
    }
    .about-img{
        height: 100% !important;
    }
    .report-content-sec{
        margin-top: 60px !important;
        padding: 0 !important;
    }
    .page-title .auto-container .report-head {
        font-size: 35px !important;
        margin-bottom: 60px !important;
    }
    .page-title:before {
        top: 60px !important;
    }
    .contact-page:before{
        top: -16px !important;
    }
    .about-page:before{
        top: 20% !important;
    }
    .consult-page:before{
        top: 0 !important;
    }
    .service-page:before{
        top: 0 !important;
    }
    .reports-sec{
        /*margin: 20% 0 1% 0 !important;*/
    }
    .blog-grid .news-block-one .inner-box {
        height: 820px !important;
        display: block !important;
    }
    .blog-grid .news-block-one .inner-box .report-img{
        width: 100% !important;
    }
    .blog-grid .news-block-one .inner-box .lower-content{
        width: 100% !important;
    }
    .blog-grid .news-block-one .inner-box .lower-content h3{
        text-align: center !important;
    }
    .our-service{
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    .client-page:before{
        top: 31% !important;
    }
    .our-clients{
        margi: 30% 0 12% 0 !important
    }
    .main-footer .sale-enquiry{
        /*width: 50% !important;*/
        /*margin-left: 100px !important;*/
    }
    .footer-col-2 #nav_menu-2 .footer_cat-report > h3{
        margin-left: 48px !important;
    }
    .main-footer .sale-enquiry {
        /*width: 64%;*/
        /*margin-left: 54px;*/
    }
    .auto-container .cat-sidebar{
        display: none;
    }
    .search-result .categories{
        display: none;
    }
    .search-result h2{
        font-size: 20px !important;
    }
    .blog-grid .cat-head{
        height: 75% !important;
    }
    .blog-grid .lower-content .lower-box{
        margin-top: 6%;
    }
    .p-15px{
        padding: 15px !important;
    }
    .post-img{
        min-height: 300px;
        min-width: 300px;
    }
    .recent-report .col-md-8 h3{
        text-align: center;
    }
    .report-content  .col-md-8 h3{
        text-align: center;
    }
    .search-page{
        padding: 20px !important;
    }
    .search-result h2 {
        padding: 20px 0 !important;
    }
    .search-result .search-report{
        margin-top: 0 !important;
    }
    #searchform{
        /*display: none;*/
    }
    .video-text{
        position: static !important;
    }
    .page-title h1 {
        margin-bottom: 60px !important;
    }
}

.search-result h2{
    font-family: inherit; 
    font-size: 25px;
    font-weight: 600; 
    text-align: center; 
    padding: 30px 0;
}

.main-footer .sale-enquiry{
    border-bottom: 2px solid #10b1b5;
    width: 66%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color:white;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
}

#contact-form .form-group{
    max-width: 100%;
}

.about_us .about-content h3 {
    font-family: inherit;
    font-size: 25px !important;
    font-weight: 500;
     line-height: 0 !important; 
}

.certificate{
    /*width: 60%;*/
    margin-top: 30px;
}
.icon-social{
    display: flex;
}
.icon-social > div{
    width: 20%;
}
.payment{
    margin-top: 30px;
}
.payment > h4{
    font-weight: 600;
}

@media (max-width: 768px) {
    .header-style-one .logo-box {
        display: block;
        left: 0px;
        text-align: center;
        top: 0px;
        padding-top: 15px;
    }
}

.main-header .outer-box {
    background-color: white !important;
    width: 100% !important;
}

/* iPhone SE / iPhone 5/5s (320px width) */
@media only screen and (max-width: 320px) {
    
}

/* iPhone 6/7/8 and iPhone X/XS/11 Pro/12/13 Mini (375px width) */
@media only screen and (min-width: 321px) and (max-width: 375px) {
    
}

/* iPhone 6/7/8 Plus and iPhone XR/XS Max/11/12/13 (414px width) */
@media only screen and (min-width: 376px) and (max-width: 414px) {
    
}

/* iPhone 12/13/14 Pro Max (430px width) */
@media only screen and (min-width: 415px) and (max-width: 430px) {
    
}

@media only screen and (max-width: 1180px) {
    
    .mobile-menu .navigation li > a {
        color: white !important;
    }
    
    .menu-outer .navbar-collapse > ul > li:not(:nth-child(2)) .dropdown-btn {
        display: none !important;
    }
    
}


/* General Tablet Landscape (768px to 1024px) */
@media only screen and (max-width: 1025px) {
    .main-header .outer-box {
        height: 50px;
    }
    .custom-btn > a {
        width: 30% !important;
    }
    .auto-container {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    .logo{
        margin: 10px;
    }
    .main-header .header-lower .outer-box {
        height: 70px !important;
    }
    .main-footer .address-col{
        text-align: center;
    }
    .main-footer .footer-career{
        text-align: center;
    }
    .icon-social > div {
        /*width: 10%;*/
    }
    .main-footer .footer-menu-list {
        width: 100%;
        text-align: center;
    }
    .main-footer .foo-menu-name {
        text-align: center;
    }
    .testimonials .service-block-one .inner-box {
        height: 300px !important;
        text-align: center;
    }
    .sec-pad {
        padding: 20px 0px !important;
    }
    .banner-sec .video-text{
        top: 30% !important;
    }
    .report-cat .sec-title {
        text-align: center !important;
    }
    .clients-img-inner .box-client-img {
        width: 100% !important;
    }
    .short-desc > h1 {
        font-size: 25px !important;
    }
    .menu-area .mobile-nav-toggler {
        padding: 20px !important;
    }
    .menu-outer .navbar-collapse > ul > li:not(:nth-child(2)) .dropdown-btn {
        display: none !important;
    }
    .menu-outer .navbar-collapse > ul > li > a {
        color: white !important;
    }
    .our-client-sec .content-column .row{
        width: 100% !important;
    }
    .reports-sec .cat-sidebar{
        display: none !important;
    }
    .post-img {
        min-height: 140px;
        min-width: 205px;
    }
     .page-title h1 {
        
    }
    .category-sec .sidebar-side{
        display: none !important;
    }
    .reports-sec .sidebar-side{
        display: none !important;
    }
    .report-content-sec .sidebar-side{
        margin-top: 40px;
    }
    
    .page-title h1 {
        margin-bottom: 130px;
        font-size: 30px !important;
    }
    .our-service .rating {
        height: 380px !important;
    }
    .service-section .nav-style-one .owl-nav {
        display: block !important;
    }
    .service-block-one .inner-box {
        height: 225px !important;
    }
    
    .search-page .categories{
        display: none;
    }
    .facts .fact_listing {
        height: 90px;
    }
    
    
}



@media (min-width: 1701px) and (max-width: 1920px) {
    
    .banner-sec .auto-container{
        margin-right: 2%;
        margin-left: 2%;
    }
    
    .facts .auto-container{
        margin-right: 2%;
        margin-left: 2%;
    }
    .about-section .some-facts{
        margin-right: 2%;
        margin-left: 2%;
    }
    .report-cat .auto-container{
        margin-right: 2%;
        margin-left: 2%;
    }
    .testimonial-text .auto-container{
        margin-right: 2%;
        margin-left: 2%;
    }
    .why-us .auto-container{
        margin-right: 2%;
        margin-left: 2%;
    }
    
    .sec-pad .testimonials{
        margin-right: 2%;
        margin-left: 2%;
    }
    
    .main-footer .auto-container{
        margin-right: 2%;
        margin-left: 2%;
    }
    .header-style-one .logo-box {
        top: 10px !important;
    }
    
    .our-service .rating{
       height: 292px;
    }
    
}

/*************************** Single page sticky header ************************/

.bottom-shadow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /*box-shadow: 0 4px 2px -2px gray;*/
    /*background-color: #f9f9f9;*/
    width: 100%;
    max-width: 1280px;
    display: none;
}

.heading {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    font-family: inherit;
    color: black;
}

.buttons {
    display: flex;
    gap: 10px;
}

.buttons div {
    display: flex;
    align-items: center;
}

.buttons button {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #7dabdd;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttons button i {
    margin-right: 5px;
}

.rd-heading-section .buttons .buy-now{
    background-color: black !important;
}
.rd-heading-section .buttons .custom-report{
    background-color: red !important;
}


/***************************** End ***************************/

@media (min-width: 1700px) and (max-width: 1750px) {
    
    .header-lower .outer-box .navbar-light{
        margin-right: 2%;
    }
    
}


@media (min-width: 992px) and (max-width: 1700px) {
    .header-style-one .logo-box {
        display: block;
        left: 10px;
        text-align: center;
        top: 0px;
        padding-top: 15px;
    }
    
    .header-style-one .header-lower .menu-area {
        margin-left: 20% !important;
    }
    .header-style-one .logo-box {
         margin-left: 20px;
    }
    .main-header .menu-right-content {
        margin-right: 20px !important;
    }
    .header-style-one .logo-box {
        display: block !important;
        left: 0px !important;
        text-align: center !important;
        top: 0px !important;
        /*margin-top: 22px !important;*/
    }
    
    .auto-container {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    .testimonials{
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    .testimonials .sec-title > h2{
        margin-left: 2% !important;
    }
    .news-section .content-box{
        width: 60% !important;
    }
    
    .our-service .rating{
       height: 345px;
    }
    
}

@media (max-width: 1366px){
    .our-service .rating{
       height: 350px;
    }
    .footer-col-2 #nav_menu-2 .footer_cat-report > h3 {
        /*width: 30%;*/
    }
    .footer-col-3 #nav_menu-2 .follow-us > h3 {
        width: 42%;
    }
    .main-footer .icon-social {
        padding-left: 0;
    }
}


@media (max-width: 768px) {
    
    .auto-container .hidden-left-show {
        display: contents;
        text-align: center;
    }

    .excellence-section{
        padding-top: 0 !important;
    }

    .news-block-one .inner-box .lower-box {
        display: flex !important;
    }
    .about-section .image-box {
        padding-right: 0 !important;
    }
    .about-section .image-box .text {
        left: 1px !important;
        bottom: 2px !important;
        height: 140px !important;
        width: 140px !important;
    }


    .search-form {
        flex-direction: column;
    }

    .search-form label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .search-field {
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .search-submit {
        border-radius: 4px;
        width: 100%;
    }

    .news-block-one .inner-box .lower-box .link a {
        padding: 5px !important;
    }

    .news-block-one .inner-box .lower-box .right-info .social-links a {
        background-color: #16436f;
        color: white;
        padding: 5px;
        font-weight: bold;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }
    .news-block-one .inner-box .lower-box .right-info .social-links{
        margin-right: 0 !important;
    }
    .custom-cards > div{
        text-align: center !important;
        padding: 20px 0 !important;
    }
    .custom-btn > a {
        width: 25% !important;
    }
    .cat-blocks .image > img{
        /*width: 400px !important;*/
    }
    .ratings-content .rating{
        padding-bottom: 30px !important;
    }
    .review-item .active {
        background-color: #1b3c67 !important;
        color: #fff;
    }
    .review-item .active .review-item-txt > p{
        color: #fff !important;
    }
    .review-item .active .review-item-name {
        color: #fff !important;
    }
    .contact-section .form-sec .response-msg {
        font-size: 18px !important;
        padding: 10px !important;
    }
    .our-clients{
        /*margin-top: 100px !important;*/
    }

}

.main-menu .navigation > li {
    list-style:none;
}

.rd-heading-section {
    width: 100%;
    height: 220px;
    padding: 20px 0;
    box-shadow: rgb(204 204 204) 0 0 5px 1px;
    /*background-image: url(/express-img/rd-background.png);*/
    background-color: whitesmoke;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flex {
    display: flex;
}
.rd-heading-section {
    background-repeat: no-repeat;
}
.rd-heading-section {
    background-size: cover;
    background-position: center center;
}
.rd-heading-section > .flex {
    align-items: center;
    width: 100%;
    max-width: 1280px;
}
.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 5%;
    margin: 0 auto;
    justify-content: space-between;
}
.rd-heading-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 26px;
}
.intro-info {
    flex-direction: column;
    text-align: left;
    width: 100%;
    order: 1;
}
button#clicked-on-buy-now {
    align-items: center;
    justify-content: center;
    border: 1px solid #1b5b79;
    color: #1b5b79;
    background: #fff;
    font-size: 18px;
    gap: 0;
    box-shadow: 4px 6px 8px #d9d4d4;
    width: 100%;
    border-radius: 8px;
    padding: 5px;
}

.executive-summary-button {
    width: 100%;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(#2c8dbf,#46cdcf);
    color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.z-index-100{
    z-index: 100 !important;
}
.sticky {
    position: fixed;
    top: 65px;
    /*width: 100%;*/
    background-image: url('http://localhost/theme/wp-content/uploads/2024/07/12762930_11054-scaled.jpg');
}
.banner-section .owl-dots{
    display: none !important;
}
.section-two_content h3 {
    margin: .5rem 0;
    color: #16436f;
    /*letter-spacing: .15em;*/
    /*text-transform: uppercase;*/
    font-size: 1.25rem;
    font-family: var(--Rgular);
    font-weight: bold;
}
.section-two_content {
    flex: 0 0 40%;
    /*margin: 2rem 2rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.custom-btn{
    padding: 33px 0px;
}
.custom-btn > a{
    background-color: #16436f;
    color: white;
    width: 20%;
    padding: 8px 0px;
    border-radius: 5px;
    float: left;
}
.auto-container .section-two_content > p,
.auto-container .section-two_content > h2,
.auto-container .section-two_content > h3{
    text-align: left;
    margin: 8px 8px;
}

.about-section .sec-pad .our-client-sec{
    padding-bottom: 0 !important;
}
.single-client-img-item{
    /*width: 100px;*/
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients-img-inner .box-client-img{
    height: 100px;
    width: 90px;
}
.clients-img-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    padding-top: 50px;
}
.sticky-header .main-menu .navigation > li > a{
    color: black;
}
.sticky-header {
    background-color: white !important;
    box-shadow: 2px 2px 1px #ccc;
}
.report-services > div{
    padding: 10px 10px;
}
.rptcat__cate-item {
    padding: 20px 20px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cat-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    gap: 30px;
    padding: 20px 0;
}
.rptcat__cate-item > h4{
    color: #16436f !important;
    margin: 0px !important;
    transition: all 500ms ease !important;
    font-size: 25px !important;
    font-weight: 200 !important;
    font-family: initial !important;
}
.cat-section > div{
    padding-top: 50px;
}
.cat-section > div > h3{
    width: 50%;
    padding-left: 146px;
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.reviews__container {
    padding: 35px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    gap: 25px;
}
.review-item{
    /* background-color: #f2efe7; */
    padding: 20px 35px;
    transition: all .3s;
}
.address-col > div{
    padding: 0 0 10px 0;
}
.address-col > div > h2{
    font-family: inherit;
    font-weight: 600;
    color: white;
    margin: 0px;
    font-size: 18px;
    line-height: 2.5rem;
}
.footer-column .footer-menu-2{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-column .footer-menu-2 > div > ul > li{
    padding: 5px;
}
.footer-column .footer-menu-2 > div > ul > li > a{
    display: inline-block;
    padding: 0 0;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
    border-bottom: 1px solid gray;
    font-size: 15px;
}
.footer-column .footer-menu-2 > div > ul > li > a:hover {
    transform: translateX(10px);
}
.rating{
    box-shadow: gray 0 0 10px;
    border-radius: 5px;
}

.testimonials .service-block-one .inner-box{
    height: 260px;
}

.review-item-txt{
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.review-item-name{
    padding-top: 30px;
    font-size: 17px;
    color: #16436f;
    font-weight: bold;
    font-style: italic;
}
.ratings-content .review-item:hover {
    background-color: #1b3c67;
    color: #fff;
}
.ratings-content .review-item:hover .review-item-txt > p{
    color: #fff !important;
}
.ratings-content .review-item:hover .review-item-name {
    color: #fff;
}

.ratings-content .rating .rating{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
.sec-title h2{
    font-size: 25px !important;
    line-height: 50px !important;
}
.cat-blocks h3{
    font-size: 20px !important;
    text-align: center !important;
    font-family: inherit !important;
    padding: 5px !important;
}
.sticky-menu .navigation > li.current > a{
    color: #10b1b4;
}
.contact-info-section .lower-box .single-item h3 {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.bg-lightgrey{
    background-color: #f9f9f9 !important;
}
.sticky-menu .navigation > li.dropdown:nth-of-type(2) > a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 6 Free';
    top: 24px;
    right: 0px;
    font-size: 12px;
    font-weight: 900 !important;
}
.cat-blocks .image img{
    height: 230px;
}
.facts {
    padding: 30px 0 20px 0 !important;
}
.facts .heading > h2{
    text-align: center !important;
    /*color: #340f49 !important;*/
    font-weight: inherit !important;
    font-family: inherit !important;
    /*color: #340f49;*/
    font-size: 23px;
    text-align: center;
    margin: 0 auto -12px;
    background: #f9f9f9;
    display: block;
    max-width: 520px;
}
.facts .fact_listing {
    border: 1px solid #cfcdcd;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 0;
    border-radius: 6px;
}
.facts .fact_listing > h2,
.facts .fact_listing > h3{
    text-align: center !important;
    color: #10b1b5 !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}
.facts .fact_listing > h4{
    font-size: 1rem !important;
    text-align: center !important;
    color: #5b5b5b !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}
.facts .heading {
    border-bottom: 1px solid #d7d7d7;
    margin: 5px 0 50px;
}
.reports .inner-box .lower-content {
    padding: 11px 25px 16px 25px !important;
}
.reports .news-block-one .inner-box .lower-content h3 {
    font-size: 22px !important;
    line-height: 25px !important;
}

.news-block-one .report-img {
    position: relative;
    width: 25%;
    height: 320px;
}

.news-block-one .report-img .image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.news-block-one .report-img .image img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Cover the container, cropping the image if necessary */
}


/*----------------------- Buy Plan css --------------------------*/

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}
img {
    /*max-width: 100%;*/
    height: 100%;
}

.custom-about-us .about-container{
    background-color: #ececec;
    width: 95%;
}
.custom-about-us{
    position: absolute;
    z-index: 999;
    width: inherit;
    margin-top: -50px;
}
.custom-about-us .about-container .border-cls{
    border-right: 1px solid black;
}
.custom-about-us .about-container .col-md-4 > p{
    font-weight: 600 !important;
    font-size: 17px !important;
}


/*.about_us img{*/
/*    height: 60% !important;*/
/*}*/

/*--blog----*/

.sec-title{
position:relative;
margin-bottom:30px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 16px;
line-height: 1rem;
color: #ff8a01;
font-weight: 500;
background: rgb(247,0,104);
background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
color: transparent;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 15px;
}

.sec-title h2{
    position:relative;
    display: inline-block;
    font-size:48px;
    line-height:1.2em;
    color:#16436f;
    font-weight:700;
    font-family: inherit;
}

.sec-title .text{
position: relative;
font-size: 1rem;
line-height: 28px;
color: #888888;
margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
color: #ffffff;
-webkit-text-fill-color:inherit; 
}
.pricing-section {
position: relative;
padding: 100px 0 80px;
overflow: hidden;
}
.pricing-section .outer-box{
    max-width: 1100px;
    margin: -150px auto auto auto;
}


.pricing-section .row{
margin: 0 -30px;
}

.pricing-block{
position: relative;
padding: 0 10px;
margin-bottom: 40px;
}

.pricing-block .inner-box{
position: relative;
background-color: #ffffff;
box-shadow: 0 20px 40px rgba(0,0,0,0.08);
padding: 0 0 30px;
max-width: 370px;
margin: 0 auto;
/*border-bottom: 20px solid #40cbb4;*/
}

.pricing-block .icon-box{
position: relative;
padding: 50px 30px 0;
background-color: #40cbb4;
text-align: center;
}

.pricing-block .icon-box:before{
position: absolute;
left: 0;
bottom: 0;
height: 75px;
width: 100%;
border-radius: 50% 50% 0 0;
background-color: #ffffff;
content: "";
}


.pricing-block .icon-box .icon-outer{
position: relative;
height: 150px;
width: 150px;
background-color: #ffffff;
border-radius: 50%;
margin: 0 auto;
padding: 10px;
}

.pricing-block .icon-box i{
position: relative;
display: block;
height: 130px;
width: 130px;
line-height: 120px;
border: 5px solid #40cbb4;
border-radius: 50%;
font-size: 50px;
color: #40cbb4;
-webkit-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
-moz-transition:all 600ms ease;
transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
transform:rotate(360deg);
}

.pricing-block .price-box{
    position: relative;
    text-align: left;
    padding: 10px 20px;
}
.pricing-block .features {
    padding: 0;
    list-style: none;
    border: .1px solid #d3d3d3;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 0 0 10px;
    width: 100%;
    min-height: 175px;
}
.pricing-block .title{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 2.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price{
display: block;
font-size: 30px;
color: #222222;
font-weight: 700;
/*color: #40cbb4;*/
}


.pricing-block .features{
position: relative;
max-width: 320px;
margin: 0 auto 20px;
}

.pricing-block .features li{
position: relative;
display: block;
font-size: 14px;
line-height: 30px;
color: #848484;
font-weight: 500;
padding: 5px 0;
padding-left: 30px;
border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
position: absolute;
left: 0;
top: 50%;
font-size: 16px;
color: #2bd40f;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
content: "\f058";
font-family: "Font Awesome 5 Free";
margin-top: -8px;
}
.pricing-block .features li.false:before{
color: #e1137b;
content: "\f057";
}

.pricing-block .features li a{
color: #848484;
}

.pricing-block .features li:last-child{
border-bottom: 0;
}

.pricing-block .btn-box{
position: relative;
text-align: center;
}

.pricing-block .btn-box a{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 25px;
color: #ffffff;
font-weight: 700;
padding: 8px 30px;
background-color: #1d95d2;
border-radius: 10px;
border-top:2px solid transparent;
border-bottom:2px solid transparent;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
/*color:#40cbb4;*/
/*background:none;*/
/*border-radius:0px;*/
/*border-color:#40cbb4;*/
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
/*color:#1d95d2;*/
/*background:none;*/
/*border-radius:0px;*/
/*border-color:#1d95d2;*/
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
/*color: #1d95d2;*/
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
/*border-color: #ffc20b;*/
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
background-color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
/*color: #ffc20b;*/
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
/*color:#ffc20b;*/
/*background:none;*/
/*border-radius:0px;*/
/*border-color:#ffc20b;*/
}


/*----------------------------- Testimonials css ----------------------------*/

.testimonial-content{
    display: grid;
    place-items: center;
    position: relative;
    background-color: #10b1b5;
    height: 450px;
}

.swiper-container {
    border-radius: 5px;
    width: 70vw;
    overflow: hidden;
    height: fit-content;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 50px;
    font-family: sans-serif;
}
  
  .swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    font-family: Nunito;
    background-color: white;
  
}
  
  .swiper-slide .ImgHolder {
    background-color: #4361ee;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px;
  
}
  
  .ContentHolder::before {
    background-color: #4361ee;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
}
  
  .ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 20px;
}
  
  .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #4361ee;
}
  
  .swiper-pagination-bullet-active {
    background-color: #4361ee;
}
  
  .swiper-button {
    border: 1px solid white;
}
  
  .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #4361ee;
    outline: 2px solid white;
}
  
  .swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
  
  .swiper-slide p {
    font-size: 0.9rem;
    padding: 5px;
}
  
@media (max-width:638px) {
    .swiper-container {
      width: 100%;
    }
}
  
@media (max-width:500px) {
    .swiper-container {
      width: 70vw;
    }
}
  
@media (max-width:300px) {
    .swiper-container {
      width: 100%;
    }
  
    .swiper-slide {
      border-radius: 0px;
    }
  
    .swiper-container .ImgHolder {
      border-radius: 0px;
    }
    .ContentHolder{
      border-radius: 0px;
    }
}

/*----------------------------- Testimonials css end ----------------------------*/


.consulting-sec .service-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 11px;
    font-family: inherit;
}
.consulting-sec .service-block-one .inner-box .lower-content p {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    color: black;
    font-weight: 500;
    margin: 0px;
    transition: all 500ms ease;
}

.search-popup .search-form input {
    position: relative;
    padding: 10px;
    height: 50px;
    background: #ffffff;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    font-family: inherit;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
    width: 97%;
}

.about_us .about-content{
    margin: 15px;
    padding: 15px;
}

.about_us .about-content h3{
    font-family: inherit;
    font-size: 35px;
    font-weight: 500;
    line-height: 4rem;
}

.about_us .about-content p{
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: black;
    margin: 15px auto 15px auto;
}
.address_bar p{
    font-family: inherit;
    color: black;
    font-size: 1rem;
    font-weight: 600;
}

.consult-expert{
    padding: 30px 0 15px 0 !important;
    background-color: white;
}
.consult-expert .auto-container{
    margin: 0 2%;
}

.consult-expert .section-two_content h3{
    padding-top: 0px;
    font-size: 25px;
    font-weight: 600;
}
.consult-expert .section-two_content h2{
    padding: 50px 0px;
    font-family: inherit;
    font-size: 20px;
    line-height: 2.5rem;
    margin: 0;
    position: inherit;
    font-weight: 450;
}

.header-lower .outer-box .menu-area{
    width:100%;
}

label.selectedCurrencyLabel {
    font-size: 14px;
    font-family: inherit;
    color: #c34949;
    padding: 0;
    text-align: left;
    border-radius: 11px;
}

/******************* Free PDF modal css ************************/

 h5 {
	 margin: 2rem 0rem;
}
 .panel {
	 border-radius: 4px;
	 padding: 1rem;
	 margin-top: 0.2rem;
	 background-color: #f5f5f5;
	 color: #323b40;
}
 .panel.panel-blue {
	 background-color: #e0f5ff;
	 color: #00a5fa;
}
 .panel.panel-big-height {
	 min-height: 150px;
}
 .item {
	 border-radius: 4px;
	 padding: 0.5rem;
	 margin: 0.2rem;
}
 .item.item-blue {
	 background-color: #b9e5fe;
	 color: #00a5fa;
}
 .item.item-green {
	 background-color: #b7e0dc;
	 color: #019888;
}
 .item.item-lime {
	 background-color: #c7e8c8;
	 color: #42b045;
}
 .item.item-yellow {
	 background-color: #ffeeba;
	 color: #ff9901;
}
 .item.item-pink {
	 background-color: #fabad0;
	 color: #ef075f;
}
 .item.item-red {
	 background-color: #fec9c6;
	 color: #fd3d08;
}
 .item.item-big-width {
	 min-width: 380px;
}
.modal .pdf-icon{
    text-align: center !important;
}
.modal .pdf-icon > img{
    height: 80px !important;
}
.modal .report-name{
    text-align: center !important;
    padding: 6px;
}
.modal .modal-footer .btn{
    width: 50%;
    background: linear-gradient(#2c8dbf,#46cdcf);
    color: white;
}

/******************** end ********************************/

