/*
 Theme Name:   Metrix
 Theme URI:    http://example.com/twentytwentyone-child/
 Description:  Twenty Twenty-One Child Theme
 Author:        BWIT Team
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
*/
/* new changes */
.signUpBox{
    padding: 8px;
    /* background:#B8CCC2; */
    background:#16594D;
    width: 100%;
}
.max-wdt {
    max-width: 750px;
    display: block;
    margin: 0 auto;
   
}
.text_center span{
    font-size: 45px;
}
.max_dwt_home{
    position: relative;
    z-index: 2;
}
.AboutImgStle{
    max-width: 300px;
    display: block;
    margin: 0 auto;

}
.signUpBox p{
    margin-bottom: 0!important;
}
.sign-form {
   padding: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #fff;
    max-width: 405px;
    width: 100%;
    margin: auto;
	
}
.sign-form h2{
    font-size:19px;
    margin: 10px 0px;
    margin-bottom: 10px;
	color:#000;
}
.sign-form p{
    font-size:14px;
    margin-bottom:10px;
	color:#000;
	line-height:20px;
}
.sign-form span.ajax-loader {
    position: absolute !important;
    height: 100%;
    width: 100%;
    background-color: #000;
    right: 0;
    top: 21px;
    margin: auto;
}
.signUpBox p span {
    /* color: #000; */
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.signUpBox p a{
    font-size: 18px;
    color:#e76e4d;
}
/* new changes done */
body{
    /*font-family: 'Nunito Sans', sans-serif;*/
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    position:relative;
}
a.moredots {
    font-size: 28px;
}
html {
    margin-top:0px !important;
}
.menu_top .navbar-nav > .nav-item:last-child a.nav-link{
    border: 1px solid #e56e4e;
    border-radius: 20px;
    color: #e56e4e;
    padding: 6px 20px;
}
.menu_top .navbar-nav > .nav-item:last-child a.nav-link:hover{
    background-color: #e56e4e;
    color: #fff;
}
.yt{
    background:rgba(0,0,0,0.1);
    padding: 2px 5px;
    border-radius:10px;
    cursor:pointer;
    cursor:hand;
}
span.cpa-img {
    display: none;
    color: #fff;
    align-items: center;
}
.cpa-img img {
    max-width: 120px !important;
    /*border-right: 3px solid #ffd412;*/
    margin-right: 15px;
    /*padding-right: 15px;*/
}
.bigtxt {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	line-height: 41px;
    margin-bottom: 10px;
    text-align: center;
}
.bigtxt span i {
/* 	color: #82ca80; */
	font-style: normal;
}
.bigtxt span {
	font-weight: 600;
    color: #e76e4d!important;
}
.smalltxt {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
    line-height: 23px;
    text-align: center;
}
.smalltxt span {
	font-weight: 600;
}
.smalltxt i {
	font-style: normal;
	background: #d0e4d0;
	margin-bottom: 10px;
	display: inline-block;
    font-size: 15px;
    text-align: center;
    color:#000;
}
.smalltxt a {
	background: #e76e4d;
	color: #000;
	font-size: 18px;
	display: block;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	outline: none;
	border: none;
	width: 100%;
    max-width: 300px;
    margin:auto;
}
.smalltxt a span {
	font-size: 14px;
	display: block;
	font-style: normal !important;
}
.smalltxt a:hover {
    background: #ca5a3b;
    color:#000;
}
.fb-group h2 {
    color: #385591 !important;
    font-size: 27px !important;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.fb-group-btn {
    background:#385591;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 16px 30px;
    margin-top: 20px;
}
.fb-group-btn:hover {
    color:#fff;
}
.fb-group-btn span {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 10px;
    margin-left: 20px;
}
p.cpa-text {
    text-transform: uppercase;
    max-width: 105px;
    margin-bottom: 0;
    font-size: 13px;
}
.smedia {
    display: block !important;
}
.commn{
    padding:50px 0;
}
img{
    max-width:100%;
}
.ourprogram {
    margin:0px 0;
    padding:50px 0;
            text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 56%, #eae5e1 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 56%,#eae5e1 100%);
    background: linear-gradient(135deg, #ffffff 56%,#eae5e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e1',GradientType=1 );
        }
        .ourprogram img{
            margin-bottom:10px;
            height:100px;
        }
        .ourprogram a{
            text-decoration: none;
            display:block;
        }
        .ourprogram a:hover span{
            color:#E56E4E;
        }
    .ourprogram span{
       display:block;
       font-size: 18px;
       color:#000;
       font-weight: 500;
    }
    @media (max-width:1024px){
        .ourprogram a{
            margin-bottom:50px;
        }
    }
    .pptstrtgy {
        background: #16594D;
        padding: 50px 0;
    }
    .pptstrtgy h2.h201 {
        font-size: 27px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        margin: 0 0 20px;
        text-transform: uppercase;
    }
    .pptstrtgy p{
        text-align: center;
        color: #fff;
    }
    .pptstrtgy a{
        text-align: center;
        color: #E56E4E;
    }
    .pptstrtgy a:hover{
        text-decoration: none;
        color: #E56E4E;
    }
    .boxwrap {
        box-shadow: 2px 5px 10px 2px rgba(0, 0, 0,0.2);
        padding: 20px 15px;
        border-radius: 5px;
        text-align: center;
        height:100%;
        background: #fff;
        margin-bottom:10px;
		display:flex;
		flex-direction:column;
    }
.boxwrap .text-center{
	margin-top:auto;
}
.boxwrap .text-center a{
	font-weight:bold;
}
    .boxwrap a{
        text-align: center;
    }
    .boxwrap a span {
        display: block;
        margin: 15px 0;
        color: #e66e4e;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
    .boxwrap p{
        text-align: center;
        font-size: 16px;
        color:#000;
    }
    .softskill {
        background: #fff;
        padding: 50px 0;
    }
   
    .softskill h2.h201 {
        font-size: 27px;
        color: #16594D;
        font-weight: 500;
        text-align: center;
        margin: 0 0 20px;
        text-transform: uppercase;
    }
    .softskill p{
        text-align: center;
        color: #000;
    }
/*span.cpa-img {
    position: absolute;
    right: 0;
}*/
/*.service-col span.ico_site.systm {
    margin-top:21px;
}*/
/*section.our-service-sec .service-col span.ico_site.cmplic {
    top: -9px;
}*/
.sevoff span.ico_site.systm {
    background-position: -464px -206px;
}
.sevoff .ico_site.srtgic {
    background-position: -62px -206px;
}
a, a:hover{
    color:#222;
    text-decoration:none;
    transition:all 0.2s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
    opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #555;
    opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #555;
    opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #555;
    opacity:1;
}

.wpcf7-form-control-wrap {
    display: contents;
    width: 100%;
}

.flex_b {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.h_box {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column;
}

/* newsletter section css starts */


.newslett{
    /* background:url(/wp-content/uploads/2022/03/newsletter-bg.jpg) 0 0 repeat; */
padding:0 0;
text-align: center;
}
.newslett img{
    width:50%;
}
.newslett h2 {
    font-size: 26px;
    color: #ffff;
    margin-top: 20px;
}
.newslett p{
    font-size: 14px;
    color:#fff;
}
.newslettinpu {
    border: 2px solid #c8c8c8!important;
    background: #f0f0f0!important;
    font-size: 16px!important;
    font-weight: 500;
    text-align: center;
    border-radius: 35px!important;
    color: #000 !important;
    padding: 5px 20px!important;
    width: 100%!important;
    margin-bottom: 12px;
}
.newslettbutton {
    background: #e56e4e;
    font-size: 21px!important;
    font-weight: 600!important;
    text-align: center;
    border-radius: 40px!important;
    text-transform: uppercase;
    border: none!important;
    color: #fff;
    padding: 10px 10px!important;
    margin-top: 0px!important;
	width:100%;
	margin-bottom:10px!important;
	cursor:pointer;
}
.newslettbutton:hover {
    background: #ca5a3b;
    color: #fff;
}
.m-Top{
    padding-top: 0px!important;
}

    .newslettinpufoot {
        /* border: 2px solid #c8c8c8; */
        background: #B8CCC2;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        border-radius: 5px;
        color: #000 !important;
        padding: 10px 20px;
        width: 100%;
        border:1px solid #B8CCC2;
    }
    ::-webkit-input-placeholder { /* Edge */
        color: #000 !important;
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #000 !important;
      }
    ::placeholder {
        color: #000 !important;
      }
      #pagination-demo {
        margin: auto;
    }
    #pagination-demo .page-item:first-child .page-link {
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
    }
    #pagination-demo .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #e56e4e;
        border-color: #e56e4e;
    }
    
    #pagination-demo .page-link {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #e56e4e;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }
    #pagination-demo .page-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        margin: 0 4px 0 0;
    }

/* slider starts */

.slick-slider__slide.bluItem {
    padding: 15px;
}
.bluItem .pdMn {
    padding: 0px 20px 20px;
    min-height: 380px;
}
.bluItem h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px 0px;
    color:#fff;
}
.bluItem h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.bluItem p {
    font-size: 16px;
    margin: 0px 0px 5px;
    text-align: left;
}
.keybx {
	text-align: center;
	margin-bottom: 25px;
}
.strtgsteps {
	background: #ededed;
	padding: 50px 0;
}
.keybenfit{
    background: #fff;
}
.keybenfit h2 {
	margin-bottom: 50px;
	max-width: 712px;
}
.keybx h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0c1d36;
	margin: 25px 0 8px 0;
}
.csStd .slick-slide {
    padding: 0px 20px;
}
.csStd .grn {
    font-weight: 700;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 43px;
    height: 77px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 31;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -66px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 79px;
    background-position: left;
    background: url(/wp-content/themes/metrix/assets/images/nextprev.png);
}
[dir='rtl'] .slick-prev:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 79px;
    background-position: left;
    background: url(/wp-content/themes/metrix/assets/images/nextprev.png);
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 79px;
    background: url(/wp-content/themes/metrix/assets/images/nextprev.png);    
    background-position: right;
}
[dir='rtl'] .slick-next:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 79px;
    background: url(/wp-content/themes/metrix/assets/images/nextprev.png);      
    background-position: right;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #2f2e7a;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 105px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .15;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2f2e7a;
}
.slick-slider__slide {
    padding: 0px 15px;
    box-sizing: border-box;
}

@-webkit-keyframes pulseAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
  }
  
  @keyframes pulseAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
  }
  .up {
  -webkit-animation: pulseAnimate 1.1s infinite ease;
  animation: pulseAnimate 1.1s infinite ease;
  
  display:block;
  height: 82px;
    width: 45px;
  opacity:1;
  text-indent:-9999px;
  position: absolute;
  left:10px;
  top:0;
  transform-origin: 50% 50%;
  background: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/icn-pdslivenove.png) -87px 0;
  }

  /* slider ends */
footer .tx01{
	font-size:16px;
	font-weight:500;
	margin:10px 0 0 0;
}

footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control {
  color: #fff;
}
.footer-bottom ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-bottom ul li
 {
    display: inline-block;
    border-right: 1px solid #ccc;
    color: #999da8;
    padding: 0px 10px;
}
.footer-bottom ul li:last-child
{
    border-right:none;
}

.footer-bottom ul li a {
    font-size: 16px;
    color: #999da8;
}

.disclmer {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.disclmer p {
    font-size: 11px !important;
    text-align: left !important;
    margin: 0 0 5px 0 !important;
    line-height: 14px;
}
.carousel-inner:after{
    display: none;
}
a.godown.d-none.d-sm-block {
    display: none !important;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    display: none;
}
.service-enquiryForm h5.modal-title {
    color: #E56E4E;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-enquiryForm .form-control{
    background-color: #f5f5f5;
    min-height: 50px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.service-enquiryForm .modal-body{
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 17px rgb(0 0 0 / 15%);
    border-radius: 6px;
}
.imprve h5 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    color: #16594D;
    margin-top: 34px;
}
.service-enquiryForm button.close {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 40px;
    font-weight: normal;
    opacity: 1;
    color: #E56E4E;
}
section.grwpln img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
    max-height: 283px;
    height: 100%;
}
.submit-row{
    position: relative;
}
.contcform img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
}
.submit-row span.ajax-loader{
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}
.cpa-img img {
    max-width: 100px;
}
.navbar a img {
    max-width: 210px !important;
    margin-right:50px;
}
/*ul.navbar-nav{
    margin: auto;
}*/

.contcform .form-control.wpcf7-not-valid, .foter .form-control.wpcf7-not-valid, .wpcf7-not-valid{
    background-color: #c746461a;
    border: 1px solid #fd2929;
}
.flex_item_vertical_placing {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex_width {
    -ms-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.h_center_if_elem_is_vertical_aligned{
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
}

.v_center{
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.both_center{
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.scrolling{
    -webkit-overflow-scrolling: touch;
}

.touch-action{
    -ms-touch-action: none;
    touch-action: none;
}

.align_right{
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}

.align-end{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blk_sep{
    padding:30px 0;
}
.blk_sep_b{
    padding-bottom:30px;
}
.blk_sep_t{
    padding-top:30px;
}
.imprve h2.h201{
    font-size: 27px;
    color: #16594D;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}
h2.h201{
    font-size: 26px;
    color:#25274d;
    font-weight:700;
    text-align: center;
    margin: 0 0 20px;
}
h3.h301{
    font-size: 18px;
    font-weight:400;
    text-align: center;
    margin: 0 0 20px;
}
.box p{
    text-align: center;
}

.ico_site{
    background-image: url(./assets/images/ico_site-upd.png);
    display:inline-block;
    vertical-align: middle;
}
.imprve .cir:hover{
    box-shadow: 0 0 40px rgb(0 0 0 / 35%);  
}
.ico_site.srtgic{
    background-position:-77px -206px;;
    width: 125px;
    height: 91px;
}
.ico_site.fical{
    width: 125px;
    height: 91px;
    background-position: -290px -205px;;
}
.ico_site.systm{
    width: 125px;
    height: 91px;
    background-position: -482px -208px;
}
.ico_site.cmplic{
    width: 125px;
    height: 91px;
    background-position: -703px -206px;;
}

.ico_site.timan{
    width:136px;
    height:136px;
    background-position: -1px -1px;
}

.ico_site.cshf{
    width: 170px;
    height: 107px;
    background-position: -161px -1px;
}

.ico_site.grth{
    width: 117px;
    height: 137px;
    background-position: -351px -1px;
}


@keyframes bgpos {
   0% {
     transform: translateX(0);
     opacity:1;
   }
   40%{
       transform: translateX(-100%);
       opacity:0;
   }
   80%{
       transform: translateX(100%);
       opacity:0;
   }
   100% { 
     transform: translateX(0);
     opacity:1;
   }
}

.godown:hover{
    animation: movedown 0.6s linear infinite;
    -webkit-animation: movedown 0.6s linear infinite;
}

@keyframes movedown {
   0% {
     transform: translateY(0);
   }
   50% { 
     transform: translateY(10px);
   }
   100% { 
     transform: translateY(0);
   }
}

.foter{
    background:#16594D;
    color:#fff;
}

.foter .flinks a{
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
}

.foter .flinks a:hover{
    color:#bbbddc;
    text-decoration:none;
}

.foter *{
    color:#fff;
}
.foter p.addr {
    margin-bottom: 20px;
}
.foter a:hover{
    color:#fff;
    text-decoration:underline;
}

.foter h6{
    text-transform:uppercase;
    color:#01b8f9;
    font-weight:600;
    margin:24px 0 12px;
    font-size: 15px;
}

.foter h5{
    font-size:19px;
    font-weight:700;
    margin:12px 0 17px;
}

.foter .submit{
    font-size:14px;
    text-transform:uppercase;
    display: inline-block;
    background-color: #01b8f9;
    border-radius: 4px;
    color: #fff;
    padding: 8px 12px;
    
}
.foter .submit:hover{
    background-color: #33c7fb;
    color: #fff;
}

.foter .hd{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:6px;
}

.foter .form-control{
    background-color:#464866;
    border:1px solid #464866;
}

.foter  ::-webkit-input-placeholder {
    font-size:15px;
    color:#fff;
    opacity:1;
}
.foter ::-moz-placeholder {
    font-size:15px;
    color:#fff;
    opacity:1;;
}
.foter :-ms-input-placeholder { 
    font-size:15px;
    color:#fff;
    opacity:1;
}
.foter :-moz-placeholder {
    font-size:15px;
    color:#fff;
    opacity:1;
}
.foter .smedia{
    margin:10px 0 25px;
}
.smedia a{
    font-size:16px;
    line-height:2.6;
    width:40px;
    height:40px;
    display:inline-block;
    border-radius:50%;
    background:#E56E4E;
    text-align:center;
    margin-right:15px;
}
.smedia a:hover{
    background:#d75734;
}
.hdrmedia {
    margin: 10px 0 25px;
    position: fixed;
    top: 91px;
    right: 10px;
    z-index: 99999;
    flex-direction: column;
}
.hdrmedia a {
    font-size: 16px;
    line-height: 2;
    width: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 50%;
    background: #E56E4E;
    text-align: center;
    margin-bottom: 7px;
    color: #fff;
    position: relative;
}
.hdrmedia a:hover{
    background:#d75734;
}
.hdrmedia a img{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%)
}
.caling {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    background: #E56E4E;
    transition: all 0.2s;
    border-radius: 4px;
    color: #fff;
    padding: 8px 12px;
    width: 100%;
    outline: none;
    border: none;
    margin-top: 20px;
}
.caling:hover{
    background:#d75734;
    color: #fff !important;
    text-decoration:none !important;
}

.copyr{
    font-size:12px;
    font-weight:300;
    text-transform:uppercase;
    background:#B8CCC2;
    color:#000;
    padding-top:15px;
    padding-bottom:15px;
}

.sevoff {
    /*background-image: url(../images/bg03.jpg);*/
    background-color:#25274d;
}



.sevoff .box{
    background:#fff;
    border:1px solid #4abcef;
    padding:15px;
    border-radius:6px;
    transition:all 0.2s;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}

.sevoff .box h4{
    font-size:22px;
    color: #25274d;
    font-weight: 700;
    margin:15px 0 20px;
    text-align: center;
}
.sevoff .box li{
    font-weight:500;
}
.sevoff .box li + li{
    margin-top:17px;
}

ul.ttck {
    list-style: none;
    padding: 0;
}
ul.ttck li {
    position: relative;
    padding-left: 38px;
    line-height: 1.7;
}
ul.ttck li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width:31px;
    height:31px;
    background-image: url(./assets/images/ico_site.png);
    background-position: -622px -1px;
    vertical-align: middle;
        transform: scale(.7);
}

.sevoff h2,
.sevoff h3{
    color:#fff;
}

.sevoff h2{
    text-transform:uppercase;
}

.ncir{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    background-image: linear-gradient(180deg, #2a7098, #2d91be);
    color:#fff;
    width:40px;
    height:40px;
    border-radius:50%;
    line-height:1.5;
    font-weight:600;
    font-size:26px;
}

.grwpln .row + .row{
    margin-top:30px;
}

.grwpln h3{
    font-size:22px;
    font-weight:700;
    position:relative;
    padding-left:50px;
    margin-bottom:30px;
}

.grwpln h3 .ncir{
    position:absolute;
    left:0;
    top:6px;
}

.contcform h5{
    font-size:12px;
    font-weight:700;
}
.contcform h4{
    font-size:19px;
    font-weight:700;
    margin:9px 0;
}
.contcform h6{
    font-size:16px;
    font-weight:600;
    margin:6px 0 20px;
}

.contcform .form-control{
    margin-bottom:10px;
    background-color:#f5f5f5;
    border:1px solid #f3f3f3;
}

.contcform .submit {
    font-size: 13px;
    font-weight:600;
    text-transform: uppercase;
    display: inline-block;
    background-color: #01b8f9;
    background-image: linear-gradient(90deg , #2c9dcc, #02b8f8);
    border:0;
    border-radius: 4px;
    color: #fff;
    padding: 8px 24px;
}

.contcform .submit:hover {
    background-image: linear-gradient(90deg , #02b8f8, #2c9dcc);
}

.contcform select {
    font-size:15px;
    font-weight:500;
    color:#3f403f;
    opacity:1;
}
.contcform ::-webkit-input-placeholder {
    font-size:15px;
    font-weight:500;
    color:#3f403f;
    opacity:1;
}
.contcform ::-moz-placeholder {
    font-size:15px;
    font-weight:500;
    color:#3f403f;
    opacity:1;
}
.contcform :-ms-input-placeholder { 
    font-size:15px;
    font-weight:500;
    color:#3f403f;
    opacity:1;
}
.contcform :-moz-placeholder {
    font-size:15px;
    font-weight:500;
    color:#3f403f;
    opacity:1;
}

.imprve{
    /* background-image: url(./assets/images/bg02.jpg);
    background-size:cover; */
    /* text-align:center; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+56,eae5e1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 56%, #eae5e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 56%,#eae5e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 56%,#eae5e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae5e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* .imprve .container{
    max-width:1000px;
} */

.imprve .cir{
    width: 206px;
    height: 206px;
    margin: auto;
    /* background-color: #17aae2; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8ccc2+0,16594d+100 */
background: #b8ccc2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #b8ccc2 0%, #16594d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #b8ccc2 0%,#16594d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #b8ccc2 0%,#16594d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ccc2', endColorstr='#16594d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    transform: scale(.7);
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.imprve h4{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 15px 0 0px;
}
.imprve .cir p {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    margin: -1px 0 0;
}
#slider-metrix{
    display: none;
}
.btn_site{
    font-size: 18px;
    font-weight:500;
    display:inline-block;
    text-align:center;
    background-color: #E56E4E;
    transition:all 0.2s;
    border-radius: 4px;
    color: #fff !important;
    padding: 8px 12px;
    
    
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn_site:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d75734;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;  
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_site:hover:before, 
.btn_site:focus:before, 
.btn_site:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*#slider-metrix{
    margin-top: -125px;
}*/
nav.navbar {
    z-index: 2;
}
.mnbnr{
    background:#16594d url(/wp-content/themes/metrix/assets/images/mnbnr.jpg);
}
.mnbnr.bg_home_video{
    background: none !important;
    position: relative;
}
.mnbnr.bg_home_video{
    min-height: calc(100vh - 81px - 55px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}
.mnbnr.bg_home_video::after{
content:'';
position: absolute;
inset: 0;
background-color: rgba(0,0,0,0.7);
}
.bghome {
   
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align:left;
    padding:170px 0 60px;
    padding-bottom: 0;
}

.bghome {
  /* min-height: 25rem; */
  width: 100%;
  overflow: hidden;
}

.bghome video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bghome .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(./assets/images/dots.png);

}

.bghome .welc{
    position:relative;
}
.welc .btn_pan a {
    box-shadow: 1px 2px 10px rgb(0 0 0 / 60%);
}
.bghome .welc p{
    color:#fff !important;
}

.bghome h1{
    font-size:33px;
    text-align:left;
    font-weight:700;
    text-shadow: 1px 2px 10px rgb(0 0 0 / 70%);
}

.bghome .btn_pan{
    margin-top:30px;
}
.heder {
    padding:12px 0px;
    background-color:#F7F4F2;

}
.heder .navbar{
    padding:0;
}
.box span {
    margin: auto;
    text-align: center;
    display: inherit;
    transform: scale(.9);
}
p:empty{
    display:none;
}
.menu-footer-menu-container ul{
    padding: 0;
}
.menu-footer-menu-container ul li{
    display:block;
}
.heder {
    position: sticky;
    top: 0px;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 50%);
    /* background:#25275f; */
    z-index: 9999;
}
/*.heder.fixed-tp .navbar {
    transform:translateY(-6px);
}*/

.heder.fixed-tp .navbar .navbar-brand {
    max-width:200px;
}

.bghome .btn_site{
    text-transform:uppercase;
}

.menu_top .iconbar02 {
    display: block;
    margin: 4px 0;
    background: #397166;
    height: 3px;
    width: 25px;
    border-radius: 2px;
    transition: transform 0.2s;
}

.menu_top .nav-item a{
    color:#000;
    text-transform:uppercase;
    font-weight: 500;
}
.menu_top .nav-item.current-menu-item a.nav-link{
    color:#E56E4E;
}
[aria-expanded="true"] .iconbar02:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}
[aria-expanded="true"] .iconbar02:nth-child(2) {
    opacity: 0;
}
[aria-expanded="true"] .iconbar02:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/*About us page CSS here*/
.bghome.hero-inner{
   background:url(/wp-content/uploads/2022/03/about-bg.jpg) 0 0 no-repeat;
   background-attachment: fixed;
}
.bghome.hero-inner h1{
    font-weight: 700;
    text-shadow: 1px 2px 10px rgb(0 0 0 / 70%);
    text-align: center;
}
.dominique-intro-section.about-intro-new-section .h1_aboutdg {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
.h1_aboutdg {
    text-align: center;
    font-size: 35px;
    color: #E56E4E;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
}

p.about_dgi {
    margin: 15px;
    font-size: 22px;
    color: #6e6e6e;
    font-weight: 300;
}
.corevalues-row.about-new-corevalues-row h2 {
	padding-bottom: 10px;
}
p, body .about-dominique-section p, body .our-programs-row .program-col p {
	color: #6e6e6e;
}
/* .about-new-corevalues-row .nav-tabs {
	border-bottom: 0;
	margin-top: 22px;
	margin-bottom: 23px;
	text-align: center;
}
.about-new-corevalues-row .nav > li > a {
	position: relative;
	display: block;
	padding: 5px 35px;
	border-radius: 8px;
	background: #E56E4E;
	border: 1px solid #E56E4E;
	color: #fff;
    font-weight: 600;
    margin:0 10px;
    cursor:hand;
    cursor:pointer;
}
.about-new-corevalues-row .nav-tabs > li > a.active, .about-new-corevalues-row .nav-tabs > li > a:focus, .about-new-corevalues-row .nav-tabs > li  > a:hover {
	color: #E56E4E;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #ddd;
}
.about-new-corevalues-row .new-core-values-col {
    text-align: center;
    max-width: 307px;
    margin: auto;
    margin-top: 30px;
}
.about-new-corevalues-row .new-core-values-col h3 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
    color: #E56E4E;
}
.about-new-corevalues-row .new-core-values-col p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    color:#000;
}
.coreval_ico {
    background-image: url(/wp-content/themes/metrix/assets/images/core_value_ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.coreval_ico.onershi {
    width: 60px;
    height: 74px;
    background-position: 1px 3px;
}
.active .coreval_ico.onershi, a:hover .coreval_ico.onershi {
    background-position: 0px -98px;
}
.coreval_ico.cusfist {
    width: 60px;
    height: 74px;
    background-position: -101px 3px;
}
.active .coreval_ico.cusfist, a:hover .coreval_ico.cusfist {
    background-position: -101px -101px;
}
.coreval_ico.innov {
    width: 60px;
    height: 74px;
    background-position: -206px 0px;
}
.active .coreval_ico.innov, a:hover .coreval_ico.innov {
    background-position: -206px -101px;
}
.coreval_ico.tem1 {
    width: 73px;
    height: 74px;
    background-position: -296px 0px;
}
.active .coreval_ico.tem1, a:hover .coreval_ico.tem1 {
    background-position: -296px -101px;
} */
section.our-story-sec {
    padding: 80px 0px;
}
section.our-story-sec h2, .vision-col h3{
    text-transform: uppercase;
    color: #01b8f9;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
}
section.our-story-sec h4 {
    font-size: 20px;
    line-height: 35px;
    max-width: 542px;
    margin-bottom:20px;
}
section.our-story-sec p, .vision-col p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    font-weight: 500;
}
.call-icon {
    font-size: 40px;
    color: #E56E4E;
    width: 51px;
    margin-top: 4px;
}
.our-story-sec img {
    border: 1px solid #0000000f;
    padding: 20px;
    margin-bottom: 29px;
    max-width: 100%;
}
.vision-sec{
   background-image:url(./assets/images/vision-bg-upd.jpg);
   padding:112px 0px;
   color: #fff;
   background-size: cover;
}
.vision-row {
    max-width: 609px;
    margin: auto;
    margin-right: 0px;
    background-color: rgba(0,0,0,.4);
    padding: 35px;
}
.vision-col {
    margin-bottom: 40px;
}
.vision-col p{
    color: #fff;
    margin-top:5px;
}
.vision-col h3{
    margin-bottom:15px;
    margin-top: 25px;
    font-size: 35px !important;
}
.vision-col + .vision-col{
    margin-bottom:0px;
}
.our-team-sec{
    padding: 60px 0px;
}
.our-team-sec .container > h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom:50px;
}
.our-team-sec h5{
    font-size:20px;
    text-align: center;
    margin-bottom:110px;
    color: #888888;
}
.our-team-row h2{
    text-transform: uppercase;
    color:#01b8f9;
    font-size:20px;
    font-weight:600;
    margin-top:35px;
    margin-bottom:15px;
}
.our-team-row h3{
    color:#000;
    font-size:16px;
    position:relative;
}
.our-team-row h3:after {
    content: '';
    height: 3px;
    width: 34px;
    background-color: #01b8f9;
    display: block;
    margin-top: 8px;
}
.our-team-row h4{
    color:#555555;
    font-size:16px;
}
.our-team-row p{
    color:#000;
    font-size:16px;
    margin-top:25px;
}
.our-team-sec img {
    border: 1px solid #0000000f;
    padding: 20px;
    width: 100%;
}
.our-team-row {
    margin-bottom: 70px;
}
section.other-team-sec {
    padding-bottom: 100px;
    padding-top: 40px;
}
section.other-team-sec .other-team-col{
    border: 1px solid rgba(0,0,0,.1);
    padding:40px;
    max-width: 381px;
    margin: auto;
}
section.other-team-sec .other-team-col h2{
    color:#000;
    font-size:18px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;
}
section.other-team-sec .other-team-col h3{
    color:#000;
    font-size:16px;
    position:relative;
}
section.other-team-sec .other-team-col h3:after {
    content: '';
    height: 1px;
    width: 34px;
    background-color: #01b8f9;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
section.other-team-sec .other-team-col h4{
    color:#000;
    font-size:16px;
    position:relative;
}

.tstmn {
    padding: 40px 0px;
    text-align: center;
}
.tstmn h2, .podcast h2 {
    color: #16594D;
    font-size: 35px;
    font-weight: 600;
    margin: 0px auto 20px;
    text-align: center;
}
.tstmn h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 0px auto 20px;
    text-align: center;
}
.tstmn .video_testimonial .box {
    width: 100%;
    margin: 30px 0px 30px;
    min-height: 520px;
}
/* .tstmn.bloglist .video_testimonial .box{
    min-height: auto !important; 
} */
 /* 05-07-24 cs changes */
 .article_page .box{
    min-height: 510px !important;
 }
 .article_page .usrname{
  -webkit-line-clamp: 3 !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  word-wrap: break-word !important;
 }
 /* 05-07-24 cs changes */
.video_testimonial .box {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    border: 1px solid #dcdde1;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}
.tstmn .user_desig {
    display: block;
    transition: all 0.2s;
    border-radius: 10px;
    max-width: 306px;
    margin: 15px auto 5px;
}
.tstmn .user_desig:focus, .tstmn .user_desig:active, .tstmn .user_desig:hover {
    text-decoration: none;
    background: #E471511C;
}
.user_desig .usrname, .tstmn .video_testimonial h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #e56e4e;
    padding:0;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}

.tstmn.bloglist .usrname, .tstmn.bloglist .video_testimonial h4{
    white-space: normal !important;
    /* overflow: visible !important; */
    text-overflow: unset !important;
    text-align: center !important;
}
.user_desig .userdesig {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #E56E4E;
    padding: 5px 15px;
    min-height: 50px;
}

.tstmn .video_testimonial .box p {
    min-height: 119px;
}
.video_testimonial .box p {
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
}
.wp-pagenavi {
    clear: both;
    margin-top: 20px;
    }
    .wp-pagenavi .current {
    border: 1px solid #E56E4E;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    padding-top: 5px;
    margin: 0 5px;
    }
    .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    padding: 0 6px;
    color: #E56E4E;
    font-weight: 600;
    font-size: 16px;
    }
    .podcasts{
        background:url(/wp-content/uploads/2022/03/podcast-bg.jpg) 0 0 repeat;
    padding:100px 0;
    text-align: center;
    }



    /* about us 02-03-2023 starts*/
    .corevalues-row.about-new-corevalues-row h2 {
        padding-bottom: 10px;
        margin-bottom: 50px;
        border-bottom: 1px solid #256358;
        padding-bottom: 30px;
        position: relative;
        font-weight: 600;
        color: #256358;
        font-size: 35px;
    }
    .corevalues-row.about-new-corevalues-row p {
        margin-top: 0px;
        font-size: 16px;
    }
            .about-new-corevalues-row .nav-tabs {
        border-bottom: 0;
        margin-top: 22px;
        margin-bottom: 23px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
    }
    .about-new-corevalues-row .tab-content{
        width:100%;
    }
            .about-new-corevalues-row .nav-tabs > li {
        float: initial;
        display: inline-block;
    }
    .about-new-corevalues-row .nav-tabs > li > a.active, .about-new-corevalues-row .nav-tabs > li a.active > a:focus, .about-new-corevalues-row .nav-tabs > li a.active > a:hover {
        color: #256358;
        cursor: default;
        background-color: #fff;
        border: 1px solid e56d4d;
        border-bottom-color: e56d4d;
        
    }
    .about-new-corevalues-row .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 35px;
        border-radius: 8px;
        background: #256358;
        border: 1px solid #256358;
        color: #fff;
        font-weight: 600;
        margin-right:10px;
        text-decoration: none;
    }
    .coreval_ico {
        background-image: url(https://www.propertylovers.com.au/wp-content/themes/metrix/assets/images/core_value_ico-about.png);
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }
    
    a .coreval_ico.onershi {
        width: 60px;
        height: 74px;
        background-position: 1px 3px;
    }
    a.active .coreval_ico.onershi, a.active:hover .coreval_ico.onershi {
        background-position: 0px -98px;
    }
    a .coreval_ico.cusfist {
        width: 60px;
        height: 74px;
        background-position: -101px 3px;
    }
    a.active .coreval_ico.cusfist, a.active:hover .coreval_ico.cusfist {
        background-position: -101px -101px;
    }
    a .coreval_ico.innov {
        width: 60px;
        height: 74px;
        background-position: -206px 0px;
    }
    a.active .coreval_ico.innov, a.active:hover .coreval_ico.innov {
        background-position: -206px -101px;
    }
    a.about-new-corevalues-row li a i {
        margin-right: 4px;
    }
    a .coreval_ico.tem1 {
        width: 73px;
        height: 74px;
        background-position: -296px 0px;
    }
    a.active .coreval_ico.tem1, a.active:hover .coreval_ico.tem1 {
        background-position: -296px -101px;
    }
    .about-new-corevalues-row .new-core-values-col {
        text-align: center;
        max-width: 400px;
        margin: auto;
        margin-top: 30px;
    }
    .about-new-corevalues-row .new-core-values-col h3 {
        font-size: 19px;
        font-weight: 600;
        margin-top: 15px;
        color: #256358;
    }
    .about-new-corevalues-row .new-core-values-col p {
        font-size: 16px;
        font-weight: 400;
        margin-top: 25px;
    }
    .rigtcolm .bigtxt {
        font-size: 37px;
        font-weight: normal;
        color: #1a2c4f;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .rigtcolm .bigtxt span {
        font-weight: 600;
    }
    .rigtcolm .smalltxt {
        font-size: 18px;
        font-weight: normal;
        color: #1a2c4f;
        line-height: 23px;
    }
    .rigtcolm .smalltxt i {
        font-style: normal;
        background: #d0e4d0;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 15px;
    }
    .text_white i{
        position: relative;
        z-index: 2;
        background: none !important;
        color: #fff;
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 24px;
    
    }
    .rigtcolm .smalltxt span {
        font-weight: 600;
    }
    @media (max-width: 767px){
        .text_white i{
        
            line-height: 1.5;
        }
        .text_center span {
            font-size: 24px;
        }
        .about-new-corevalues-row .nav-tabs {
            border-bottom: 0;
            margin-top: 22px;
            margin-bottom: 23px;
            text-align: center;
            margin-left: 28px;
            margin-right: auto;
        }
        .about-new-corevalues-row .nav-tabs>li {
            width: 90%;
            vertical-align: top;

        }
        .about-new-corevalues-row .nav>li>a {
            padding: 1px 4px;
            font-size: 18px;
            margin-bottom: 10px;
            padding-left: 82px;
            text-align: left;
            height: 88px;
            padding-top: 31px;
            position:relative;
        }
        .about-new-corevalues-row .nav>li>a i {
            position: absolute;
            left: 4px;
            top: 6px;
        }
        .rigtcolm .bigtxt {
      font-size: 29px;
      font-weight: normal;
      color: #1a2c4f;
      line-height: 32px;
    }
    .rigtcolm .smalltxt {
        font-size: 15px;
        font-weight: normal;
        color: #1a2c4f;
        line-height: 19px;
    }
}
    /* about us 02-03-2023 ends */
@media (min-width: 1200px){
.video_testimonial .box:nth-child(2n+1) {
    clear: both;
}
.video_testimonial .box {
    float: left;
    width: 378px;
    margin-right: 18px;
}
}
.podcast{
    padding:35px;
    background: #F7F4F2;
}
.podcastcont {
    display: flex;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-bottom: 50px;
    flex-direction:column;
    min-height: 648px;
}
.podcastcont .imgcont, .imgMr {
    position: relative;
}
.podcastcont .infocont {
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 28px;
    bottom: 28px;
    /* transform: translateX(-50%); */
    width: 100%;
    max-width: 340px;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0,0.2);
    z-index: 4;
}
.podcastcont .textcont {
    padding: 35px 28px;
    min-height: 335px;
}
.podcastcont .imgcont .epno, .imgMr .epno {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}
.podcastcont .imgcont .title, .podcastcont .imgr .title {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin-top: 0;
    line-height: 28px;
    padding-top: 14px;
}
.podcastcont p, .podcastcont a {
    font-size: 16px;
    margin-bottom: 0;
}
.podcastcont .imgcont a, .imgMr a {
    color: #000;
    text-decoration: none;
    display: flex;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    z-index: 1;
}
.podcastcont .textcont a.titlecont {
    text-decoration: none;
    margin-top: 14px;
    display: block;
    min-height: 95px;
}
.podcastcont .textcont .title {
    /* font-family: 'Libre Caslon Text', serif; */
    font-size: 23px;
    color: #E56E4E;
    margin-top: 14px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}
.podcastcont .textcont .desc {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 37px;
    margin-top: 21px;
    font-weight: 400;
}
.podcastcont .textcont .desc {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 37px;
    margin-top: 21px;
    font-weight: 400;
}
.podcastcont .textcont a.more {
    color: #000;
    text-decoration: underline;
}
/*Service page CSS here*/
.hero-inner.services{
    /*background-image:url(./assets/images/service-hero-img.jpg);*/
    padding: 208px 0 190px;
    margin-top: -1px;
}
section.our-service-sec{
    background: rgb(2,0,36);
    background: linear-gradient(350deg, rgba(2,0,36,1) 0%, rgba(178,227,245,1) 0%, rgba(255,255,255,1) 44%);
    padding: 80px 0px;
}
section.our-service-sec .service-col{
    position: relative;
    padding-left: 100px;
}
section.our-service-sec .service-col > span{
    position:absolute;
    left:0px;
    /*top: -31px;*/
    transform: scale(.9);
}
.business-advisor-sec .container{
    max-width:1200px;
}
section.our-service-sec .service-col {
    position: relative;
    padding-left: 180px;
}
section.our-service-sec .service-col h3{
    font-size: 23px;
    font-weight:700;
    margin-bottom: 25px;
    color:#070707;
}
section.our-service-sec .service-col ul{
    padding: 0;
    margin: 0;
}
section.our-service-sec .service-col ul li{
    display: block;
    margin-bottom: 10px;
    color:#191919;
    font-size: 16px;
    background-image: url(./assets/images/check-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
}
section.business-advisor-sec{
    padding:60px 0px;
}
section.business-advisor-sec h2{
    text-align:center;
    text-transform: uppercase;
    font-size:36px;
    font-weight:500;
}
.business-advisor-sec img {
    border: 1px solid #0000000f;
    padding: 20px;
    margin-bottom: 29px;
    max-width: 100%;
}
.business-advisor-row h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform:capitalize;
}
.business-advisor-row p{
    font-size:16px;
    font-weight:500;
}
.caling.meet-exp{
    max-width: 300px;
    margin: auto;
}
/*Service page CSS end here*/
/* contact us */
.contbnr{
    background: url(/wp-content/uploads/2022/03/contact-bnr.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}
.contbnr h1{
    text-align: center !important;
}
.getIntouch h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.getIntouch ul {
   /* margin-top: 50px; */
    margin-bottom: 0;
    padding: 0;
}
.getIntouch ul figure {
    margin-right: 40px;
}
.getIntouch ul p, .getIntouch ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.getIntouch ul li {
    border-bottom:1px solid #bdbdbd;
    padding-bottom:20px;
    margin-bottom: 30px;
}
.getInTouchForm {
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 17px rgb(0 0 0 / 15%);
    border-radius: 6px;
}

.getIntouch h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.getInTouchForm h3 {
    color: #E56E4E;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.getInTouchForm p {
    color: #748494;
    font-size: 16px;
}

.getInTouchForm .form-control {
    background-color: #f5f5f5;
    min-height: 50px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.inpSubmit {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    background:#E56E4E;
    transition: all 0.2s;
    border-radius: 4px;
    border:0;
    color: #fff;
    padding: 8px 12px;
    
}

.inpSubmit:hover {
    background:#d75734;
    color: #fff;
    cursor:pointer;
}

.getIntouch ul h6 {
    font-size: 18px;
    font-weight: 600;
}
.getIntouch ul p, .getIntouch ul li a {
    font-size: 18px;
    margin-bottom: 0;
}
/* contact us */





/* Review Details page Starts */
.recent_casestudy_box{
    padding:0;
    border: 1px solid #dcdde1;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    margin:0px 0px 25px;
    border-radius:5px;
    background: #fff;
}
.csDetInfo h1 {
	color: #E56E4E;
	font-size: 39px;
	margin-bottom: 8px;
	font-weight: 600;
}
.csDetInfo h2 {
	color: #737373;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin: 0px 0px 20px;
}
.posRel {
	position: relative;
}
.posAbs {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.posRel img{
    width:100%;
}
.rvwDet .btn-ylw {
	background: #E56E4E;
	padding: 12px 20px;
	text-transform: uppercase;
	margin: 20px 0px 10px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
.rvwDet .pdTp {
    margin: 30px 0px 0px;
    position: relative;
}
.shrLnk {
    margin-top: 0px;
    position: absolute;
    left: -29px;
    /* top: -31px; */
    top: 4px;
}
.shrLnk a, .shrLnk i {
    color: #E56E4E;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0px 0px 20px;
}

.shrLnk a:hover i {
	color: #942c10;
}
.rvwDet p, .mdDet p {
	color: #000;
	font-size: 16px;
	margin: 0px 0px 20px;
}
#getInTouch{
    padding:50px 0;
}
#getInTouch ul{
    margin:0 0 0 20px;
    padding:0;

}
#getInTouch ul li{
    color:#6e6e6e;
    margin-bottom:20px;
}
.book_dload_box {
	background-color: #E56E4E;
	color: #fff;
	text-align: center;
	padding: 20px;
}
.book_dload_box.white {
	border: 1px solid #dcdde1;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	padding: 24px 15px 28px;
	margin: 0px 0px 10px;
}
.csstdimgcnt {
	position: relative;
}
.csstdimgcnt span {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: 5px;
	right: 5px;
	text-align: center;
	position: absolute;
	background: #E56E4E;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	border: 2px solid #fff;
	padding-top: 6px;
}
.grn{
    color: #E56E4E;
    font-weight: 600;
}
.recent_casestudy_box h3 i {
	color: #e56e4e;
	position: relative;
	top: 1px;
}
.recent_casestudy_box h3 {
    color: #e56e4e;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0px 0px;
    text-align: left;
}
.recent_casestudy_box ul {
	margin: 0px auto;
    list-style: none;
    padding: 0;
}
.recent_casestudy_box ul li {
	color: #E56E4E;
	border-bottom: 1px solid #e9ebef !important;
	padding: 10px 0px;
}
/* .recent_casestudy_box ul li:hover, .recent_casestudy_box ul li a:hover {
	border-bottom: 1px solid #942c10 !important;
} */
.recent_casestudy_box ul li a {
    color: #E56E4E;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}
.recent_casestudy_box ul li a:hover {
    color: #942c10;
    text-decoration: none;
    border-bottom: none;
}
.rvwDet {
	padding: 50px 0px;
}
.rvwSld {
	padding: 50px 0px;
	position: relative;
	background: #efefef url(../images/lrnBg.png) left bottom repeat-x;
}
.pdTp a{
color:#E56E4E;
text-decoration: none;
}
/* .rvwDet h2, .rvwSld h2, .mdDet h2 {
	color:#16594D;
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	margin: 0px 0px 20px;
	text-transform: capitalize;
} */
.rvwSld ul {
	margin: 0px auto;
	list-style: none;
}
section#contentenhancedwidget-62, #contentenhancedwidget-61, #contentenhancedwidget-63, .sidebarrgt .textwidget {
	border: 1px solid #dcdde1;
	box-shadow: 0 0 3px rgb(0 0 0 / 15%);
	padding: 16px;
	margin: 0px 0px 10px;
	border-radius: 5px;
}
.widget-title, .recent_podcast_box h3 {
	/* font-family: 'Libre Caslon Text', serif; */
	font-size: 30px;
	font-weight: 500;
	color: #E56E4E;
	margin-bottom: 0;
}
.recent_bpost {
	border-bottom: 1px dashed #a6a6a6;
	margin-bottom: 20px;
}
.recent_bpost .post_con {
	border-bottom: none;
}
.recent_bpost .post_con {
	margin-left: 0;
	min-height: initial;
	margin-top: 15px;
}
.recent_bpost .post_con p {
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.Podcast-details .post_con a {
	color: #000000c7;
	font-weight: 500;
}

.rvwSld li {
	min-height: 438px;
	text-align: left;
	font-size: 15px;

	margin: 0px 0px 36px 26px;
	width: 31%;
	background: #fff;
	color: #E56E4E;
	text-align: left;
	border-left: 1px solid #aabacc;
	border-right: 1px solid #aabacc;
	border-top: 1px solid #aabacc;
	border-bottom: 4px solid #E56E4E;
	box-sizing: border-box;
	float: left;
	font-size: 15px;
	padding: 0px;
}
.rvwSld p {
	max-width: 285px;
	margin: 0px auto;
	color: #000;
	text-align: center;
}
.rvwSld .nm {
	font-size: 22px;
	font-weight: 500;
	padding: 14px 0px 10px 0px;
	text-align: center;
	line-height: 27px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rvwSld .nm a, .rvwSld .nm a:hover {
	color: #E56E4E;
	text-decoration: none;
}
/* Review Details page ends */

.reviw{
    background:url(https://propertylovstg.wpengine.com/wp-content/uploads/2022/03/reviews-bg.jpg) 0 0 no-repeat;
}
.blogg{
    background:url(https://propertylovstg.wpengine.com/wp-content/uploads/2022/04/bloghrbaner.jpg) 0 0 no-repeat;
}

.comunity{
    background:url(https://propertylovstg.wpengine.com/wp-content/uploads/2022/03/comunity-bg.jpg) 0 0 no-repeat;
}
.bggry{
    background: #F7F4F2;
}
.btnjoin{

	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #E56E4E;
	transition: all 0.2s;
	border-radius: 4px;
	color: #fff !important;
	padding:20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width:100%;
}
.btnjoin:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d75734;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;  
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btnjoin:hover:before, 
.btnjoin:focus:before, 
.btnjoin:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* terms of purchase starts */
.headingterms {
	margin-top: 40px;
	color: #333;
}
.bottomsectionp {
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	margin: 12px 0;
}
.bottomsectionp a{
	color: #2271b1;
    font-weight: normal;
    text-decoration: none;
}
.bottomsectionp a:hover{
    text-decoration: underline;
}
.tncpage{
    counter-reset: my-sec-counter;
    margin-top: 50px;
}
.tncpage h1  {
	font-size: 35px;
color: #16594D;
font-weight: 700;
text-align: center;
margin: 20px 0 50px;
text-transform: uppercase;
}
.tncpage p  {
	font-size: 16px;
    color: #333 !important;
}
.tncpnt {
	font-size: 16px;
	color: #333 !important;
	font-weight: normal;
	line-height: 1.5;
	margin: 12px 0;
	position: relative;
	padding-left: 24px;
}
.tncpnt::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter) ". ";
	position: absolute;
	left: 0;
	top: 0;
}
.ins_ul > li {
	list-style: circle;
	margin-bottom: 15px;
}
ol.num {
	padding-left: 32px;
	margin-top: -8px;
}
ol.num li:before{
    background: none;
}
/* terms of purchase end */

.contbox{
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 5px;
    padding:20px;
}
.contbox p{
    color:#2c2c2c;
}
.contbox a{
    color:#eb7050;
    text-decoration: none;
}
.contbox a:hover{
    
    text-decoration: underline;
}
.imgicon{
    margin-top:20px;
    margin-bottom:20px;
}
.sechead{
    font-size: 25px;
    color:#eb7050;
    font-weight: 600;
    }
.contbox ul{
    margin:0;
    padding:0;
    list-style:none;
}
.contbox ul li{
    font-size: 16px;
    color:#2c2c2c;
    text-align: left;
    margin-bottom: 20px;
}
.slick-track .slick-track { display: none; }
@media (min-width:768px){
   
    #slider-metrix .godown{
        font-size:30px;
        color:#000;
        position:absolute;
        left:50%;
        margin-left:-10px;
        bottom:3px;
    }
    .carousel-inner:after{
        content:"";
        position:absolute;
        left:50%;
        margin-left:-100px;
        bottom:0;
        height:61px;
        width:200px;
        background-image: url(./assets/images/shape01.png);
    }
    .bghome .btn_site{
        padding:10px 50px;
    }
    .bghome {
        padding: 46px 0;
        padding-bottom: 38px;
    }
    .bghome h1 {
        font-size: 40px;
    }
    .imprve h4{
        margin: 0px 0 0px;
    }
    .imprve h2.h201 {
        margin-bottom:20px;
    }
    
    .nws .form-control {
        padding: 0.575rem 0.75rem;
    }
    .foter .flinks{
        margin-bottom:30px;
    }
    .foter h5 {
        margin: 15px 0 20px;
    }
    .contcform .submit {
        font-size: 15px;
        padding: 9px 24px;
    }
    .contcform h4 {
        font-size:24px;
    }
    .grwpln h2.h201{
        margin-bottom:50px;
    }
    
    .alter [class*=col-]:first-child{
        order:2
    }
    .alter [class*=col-]:last-child{
        order:1
    }
    
    .sevoff .box h4{
        font-size:28px;
        margin:15px 0 25px;
    }
    .sevoff .box {
        padding: 25px;
        height:100%;
    }
    .sevoff [class*=col-]{
        margin-bottom:15px;
    }
    
    .blk_sep{
        padding:60px 0;
    }
    .blk_sep_b{
        padding-bottom:60px;
    }
    .blk_sep_t{
        padding-top:60px;
    }
    h2.h201 {
        font-size:35px;
        margin: 0 0 30px;
    }
    .heder .container {
        max-width:1440px;
    }
    .container {
        max-width:1170px;
    }
   
}
@media (min-width:992px) and (max-width:1199px){
.podcastcont {

    min-height: 687px;
}
.menu_top .nav-item a {
    font-size: 14px !important;
}   
section.our-service-sec .service-col img {
    max-width: 110px;
}
section.our-service-sec .service-col {
    position: relative;
    padding-left: 140px;
}   

section.our-service-sec .service-col > span {
    transform: scale(.6);
    left: -30px;
    top: -38px;
}   
}
@media (min-width:768px) and (max-width:1024px){
    .podcastcont {
    
        min-height: 638px;
    }
}
@media (max-width:991px){
    li.cust-dropdown ul{
        position: static !important;
        display: none;
        padding: 0;
        visibility: visible;
        padding-left: 0px !important;
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-nav li.cust-dropdown > ul {
        border: 0 !important;
        background-color: transparent !important;
        margin-bottom: 10px;
        opacity: 0;
        padding-left: 0;
        min-width: auto !important; 
    }
    .bigtxt {
        font-size: 20px;
    }
    .rvwDet p{
        padding-top: 8px;
    }
    .posRel {
      padding-bottom: 10px;
    }
    .shrLnk{
        top: -26px;
        left: -8px;
      }
}
@media (min-width:768px) and (max-width:991px){
   
    .podcastcont {
    
        min-height: 638px;
    }
    .hdrmedia {
        right: 55px;flex-direction: row;    top: 19px;
    }
    .slick-prev {
        left: -25px;
    }
    .slick-next {
        right: 20px;
    }
    .hdrmedia a{
        margin-right:3px;
        margin-top:0;
    }
    /* .podcastcont .textcont {
        min-height: 478px;
    } */
 
span.cpa-img {
    position: absolute;
    right: 92px;
}
.navbar-toggler:focus, .navbar-toggler {
    margin-top: 16px;
}
.bghome {
    min-height: 18rem;
}
.hero-inner.services {
    padding: 86px 0 75px;
}   
section.our-service-sec .service-col img {
    max-width:70px;
}
section.our-service-sec .service-col{
    padding-left:90px;
}   
section.other-team-sec .other-team-col h2 {
    font-size: 16px;
}
section.other-team-sec .other-team-col {
    padding: 16px;
}
section.other-team-sec .other-team-col h3{
    font-size: 14px;
    min-height: 41px;
}
section.other-team-sec .other-team-col p {
    font-size: 14px;
}
.imprve .cir {
    width: 150px;
    height: 150px;
}
.cir span {
    transform: scale(.7);
}
.box span {
    transform: scale(.7);
}
h2.h201 {
    font-size: 26px;
    margin: 0 0 30px;
}
section.our-service-sec .service-col > span {
    transform: scale(.6);
    margin-left:-43px;
    top:-39px;
}
.service-col span.ico_site.systm {
    margin-top: 11px;
}
.vision-sec {
    background-position: center;
}
section.our-service-sec .service-col span.ico_site.cmplic {
    top: -31px;
}
}
@media (min-width:1024px) and (max-width:1366px){
.hdrmedia {
    right: 43px;
}

.podcastcont .textcont {
	min-height: 415px;
}
}
@media (min-width:1024px){
   
    .menu_top .nav-item.current-menu-item >a.nav-link:after{
        content:"";
        display:block;
        transform:translateY(8px);
        background:#E56E4E;
        width:100%;
        height:5px;
        border-radius:6px;
    }
    .menu_top .nav-item.current-menu-item:has(.menu-item-has-children) >a.nav-link:after{
        display: none;
    }
    
    .menu_top{
        flex:1;
    }
    .bghome {
        padding: 101px 0 120px;
    }
    .bghome h1 {
        font-size: 55px;
    }
    .nws .form-control {
        padding: 0.775rem 0.75rem;
    }
    .foter .flinks {
        margin-bottom: 40px;
    }
    .foter .submit {
        padding: 8px 38px;
    }

    
}

@media (max-width:1024px){
    .slick-prev::before, .slick-next::before {
        transform: scale(0.5);
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: -43px;
    }
    .newslett h2 {
        font-size: 22px;
        color: #ffff;
        margin-top: 20px;
    }
    .newslettbutton {
        font-size: 16px;
        padding: 16px 23px;
    }
}
@media (min-width:1200px){
    /* .bghome.hero-inner {
    padding: 156px 0 174px;
    } */
    /*.heder.fixed-tp .navbar {
        transform:translateY(-12px);
    }*/

    .heder {
        padding:15px 0px;
    }
    .menu_top .nav-item a:hover {
        color:#d75734;
    }
    .menu_top .nav-item a.nav-link {
        padding-right:10px;
        padding-left:10px;
    }
    .bghome {
        padding:50px 0;
    }
    .bghome .btn_pan {
        margin-top: 40px;
    }
    .imprve h4{
        font-size:16px;
    }
    .sevoff .box:hover{
        box-shadow: 0 0 40px rgba(255,255,255,0.5);
    }
    /*.cir:hover span{
         animation: bgpos 0.4s linear forwards;
        -webkit-animation: bgpos 0.4s linear forwards;
    }*/
    .animated img{
        transition:all 0.2s;
    }
    .animated img:hover{
        transform:scale(1.03);
    }
    .caling {
        padding: 11px 12px;
    }
    .foter .flinks a{
        margin-right:15px;
    }
    .foter .container{
        max-width:1100px;
    }
    
    .foter .col-md-8{
        padding-right:60px;
    }
    .foter .col-md-4{
        padding-right:40px;
    }
    
    .contcform .form-control{
        height:auto !important;
        padding:12px 10px;
        margin-bottom:15px;
    }
    .contcform .w50.ph{
        margin-right:11px;
    }
    .contcform .w50{
        display:inline-block;
        width:calc(50% - 6px);
    }
    .contcform h4 {
        font-size:34px;
        padding-right:100px;
        margin:15px 0 20px;
    }
    .contcform .submit {
        font-size: 18px;
        padding: 12px 44px;
    }
    .contcform h6{
        font-size:18px;
        margin:0 0 30px;
    }
    
    .contcform [class*=col-]:first-child{
        padding-right:60px;
    }
    .contcform img {
    width: 100%;
}
    .sevoff h3{
        max-width:720px;
        margin:0 auto 50px;
    }
    
    .grwpln h2.h201{
        max-width:980px;
        margin:0 auto 70px;
    }
    .grwpln .row + .row {
        margin-top: 60px;
    }
    .grwpln h3 {
        font-size: 28px;
        padding-left:72px;
        margin-bottom:40px;
    }
    .grwpln h3 .ncir.n2,
    .grwpln h3 .ncir.n1 {
        top: -3px;
    }
    .ncir {
        width:40px;
        height:40px;
        line-height: 2.0;
        font-size:26px;
    }
    .container{
        max-width:1200px;
    }
    .blk_sep{
        padding:80px 0;
    }
    .blk_sep_b{
        padding-bottom:80px;
    }
    .blk_sep_t{
        padding-top:80px;
    }
}

@media (min-width:1500px){
    
    .grwpln .col-lg-7{
        max-width:670px;
        padding-right:50px;
    }
    .grwpln img{
        max-width:none;
    }
    .row.r2 .c1{
        padding-left:40px;
    }
    .heder .container{
        max-width:1412px;
    }
    .container{
        max-width:1280px;
    }
}

@media (max-width:1023px){
    .fb-group h2 {
        color: #385591 !important;
        font-size: 20px !important;
        font-weight: 700;
        text-align: center;
        margin: 0 0 20px;
        text-transform: uppercase;
    }
    .fb-group-btn {
        background: #385591;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        border-radius: 40px;
        text-transform: uppercase;
        border: none;
        color: #fff;
        padding: 16px 10px;
        margin-top: 20px;
    }
    .fb-group-btn span {
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        border-left: 1px solid #fff;
        color: #fff;
        padding: 10px;
        margin-left: 20px;
    }
    .menu_top .nav-link{
        padding:0.72rem 0.9rem;
    }
    .heder .navbar {
        position:relative;
    }
    .menu_top {
        position: absolute;
        right: -14px;
        top: -4px;
        text-align: right;
        z-index: 1;
    }
    .navbar-toggler:focus,
    .navbar-toggler{
        outline:0;
        padding: 0.25rem;
    }
    .menu_top #navBrTp {
        background: #397166;
        padding: 12px;
        min-width:200px;
        border: 1px solid #397166;
        box-shadow:2px 2px 6px rgb(0 0 0 / 15%);
    }
    .menu_top .nav-item a {
        color: #fff;
    }
}

@media (max-width:767px){
    .bigtxt {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
    }
    .smalltxt {
        font-size: 15px;
        font-weight: normal;
        line-height: 19px;
    }
    .fb-group-btn {
        background: #385591;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        border-radius: 40px;
        text-transform: uppercase;
        border: none;
        color: #fff;
        padding: 16px 10px;
        margin-top: 20px;
    }
    .fb-group-btn span {
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        border-left: 1px solid #fff;
        color: #fff;
        padding: 10px;
        margin-left: 20px;
    }
    .podcastcont {
       
        min-height: auto;
    }
    .ftBg img {
        margin: auto;
        display: flex;
    }
    .tncpage {
        margin-top: 88px;
    }
    .tncpage h1 {
        font-size: 20px;
        margin:0 0 10px;
    }
    .ftBg .cpy {
       text-align: center;
    }
    #pagination-demo .page-link {
        padding: 0.15rem 0.35rem;
        font-size: 0.875rem;
        line-height: 1.5;
        margin: 0 4px 0 0;
    }
    .bluItem .pdMn {
        padding: 0px 20px 20px;
        min-height: auto;
    }
    span.cpa-img {
    position: absolute;
    right: 44px;
}
.heder {
    position: fixed;
    width: 100%;
}
.commn{
    padding:20px 0;
}
.shrLnk a, .shrLnk i {
	display: inline-block;
	margin: 0px 3px 0px;
}
.tstmn .video_testimonial .box { 
    margin: 20px 0px 0px;
    min-height: auto;
    padding-bottom: 0;
}
.hdrmedia {
    top: 5px;
    right: 50px;
    flex-direction: row;
}
.hdrmedia a {
    font-size: 14px;
    line-height: 1.75;
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 50%;
    background: #E56E4E;
    text-align: center;
    margin-right: 3px;
    color: #fff;
}
.tstmn h2, .podcast h2 {
    color: #16594D;
    font-size: 29px;
    font-weight: 600;
    margin: 0px auto 20px;
    text-align: center;
}
.bghome {
    padding:76px 8px 51px;
}
.podcast {
    padding: 35px 0;
    background: #F7F4F2;
}
.bghome h1 {
    font-size: 31px;
    text-align: left;
    font-weight: 700;
    text-shadow: 1px 2px 10px rgb(0 0 0 / 70%);
    text-align: center;
}
.bghome .welc p {
    text-align: center;
}
.bghome .btn_pan {
    text-align: center;
}
.mnbnr.bghome img{
    display:none;
}
/* .navbar-nav {
    padding-top: 32px;
} */
.newslettbutton {
    font-size: 22px;
    padding: 16px;
    width: 100%;
}
/* .slick-prev {
    left: -27px;
} */
/* .slick-next {
    right: 14px;
} */
    .navbar-brand img{
        max-width:150px;
    }
/*     [class*=col-] + [class*=col-]{
        margin-top:20px;
    } */
    
    .foter [class*=col-] + [class*=col-] {
        margin-top: 0px;
    }
section.our-service-sec .service-col img {
    position: static;
    max-width: 100px;
    margin-bottom: 15px;
}
section.our-service-sec .service-col {
    position: relative;
    padding-left: 10px;
}
section.business-advisor-sec h2 {
    font-size: 26px;
}
.business-advisor-sec .ml-5 {
    margin-left: 0 !important;
}
.business-advisor-sec {
    text-align: center;
}
.hero-inner.services {
    padding: 173px 0 101px;
}
section.our-service-sec .service-col ul li {
    font-size: 14px;

}
.navbar a img {
    max-width: 100px !important;
}
span.cpa-img {
    right: -5px;
    transform: scale(.5);
}
.cpa-img img {
    max-width: 73px;
}
.imprve .cir {
    width: 200px;
    height: 200px;
}
.newslett {
    padding: 50px 0;
    text-align: center;
}
.cir span {
    transform: scale(.7);
}
h2.h201 {
    font-size: 17px;
}
.imprve h5{
    margin-bottom: 19px;
    font-size: 15px;
}
.grwpln h3 {
    font-size: 16px;
    min-height: 47px;
    display: flex;
    align-items: center;
}
.box span {
    transform: scale(.7);
}
.sevoff .box li {
    font-weight: 500;
    font-size: 14px;
}
section.our-service-sec .service-col > span{
    position: static;
    transform: scale(.7);
    margin: auto;
    display: block;
}
section.our-service-sec .service-col h3{
    text-align: center;
}
.imprve h2.h201 {
    font-size: 17px;
}
.footer-bottom ul li {
    border: none;
}
.smedia {
    display: flex !important;
    justify-content: center;
}


}
section.softskill.mt-0.makes-diff-sec {
    background-color: rgb(245, 241, 237);
}
.videocnt{
    padding:60px 0px;
    background-color: rgb(245, 241, 237);
}
.videocnt .whtBx {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.videocnt .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.videocnt h3{
    color: #16594D;
    font-size: 35px;
    font-weight: 600;
    margin: 0px auto 20px;
    text-align: center;
}
.videocnt .embed-container iframe, .videocnt .embed-container object, .videocnt .embed-container embed {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videocnt .whtBx .bxPd {
    padding: 20px 10px 10px;
}
.videocnt .whtBx .bxPd h5 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 5px;
    font-size: 14px;
}
.videocnt .whtBx .bxPd h5 span {
    float: right;
}