 
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'),
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'),

:root {
  color-scheme: only light;
}
 
 
html {
    scroll-padding-top: 59px;
}
h1 {
    font-size: 42px !important;
}
h2 {
    font-size: 36px !important;
}
h3 {
    font-size: 30px !important;
}
h4 {
    font-size: 27px !important;
}
h5 {
    font-size: 18px !important;
}
h6 {
    font-size: 16px !important;
}
.display-1 {
    font-size: 80px !important;
}
.display-2 {
    font-size: 72px !important;
}
.display-3 {
    font-size: 64px !important;
}
.display-4 {
    font-size: 56px !important;
}
.bg-primary {
    background-color: #c2b182 !important;
}
.text-primary {
    color: #c2b182 !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #dd2020 !important;
}
.bg-secondary {
    background-color: #5a6d90 !important;
}
.text-secondary {
    color: #5a6d90 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #465571 !important;
}
.bg-success {
    background-color: #25b865 !important;
}
.text-success {
    color: #25b865 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #1c8e4e !important;
}
.bg-warning {
    background-color: #f9a836 !important;
}
.text-warning {
    color: #f9a836 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #f59207 !important;
}
.bg-info {
    background-color: #44bed0 !important;
}
.text-info {
    color: #44bed0 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #2da3b4 !important;
}
.bg-danger {
    background-color: #d6374a !important;
}
.text-danger {
    color: #d6374a !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #b52536 !important;
}
.bg-dark {
    background-color: #0a0a0a !important;
}
.text-dark {
    color: #3c4858 !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #272f3a !important;
}
.bg-muted {
    background-color: #8492a6 !important;
}
.text-muted {
    color: #000 !important;
	text-align: justify;
}
a.text-muted:hover,
a.text-muted:focus {
    color: #68788f !important;
}
.bg-light {
    background-color: #fff !important;
}
.text-light {
    color: #f9fafd !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #d3daf0 !important;
}
.bg-blue {
    background-color: #2d84fb !important;
}
.text-blue {
    color: #2d84fb !important;
}
a.text-blue:hover,
a.text-blue:focus {
    color: #0568f0 !important;
}
.bg-footer {
    background-color: #465467 !important;
}
.text-footer {
    color: #465467 !important;
}
a.text-footer:hover,
a.text-footer:focus {
    color: #323c49 !important;
}
.bg-purple {
    background-color: #662e9b !important;
}
.text-purple {
    color: #662e9b !important;
}
a.text-purple:hover,
a.text-purple:focus {
    color: #4c2274 !important;
}
.bg-light-green {
    background-color: #67c56e !important;
}
.text-light-green {
    color: #67c56e !important;
}
a.text-light-green:hover,
a.text-light-green:focus {
    color: #45b44d !important;
}
.bg-yellow {
    background-color: #f89d36 !important;
}
.text-yellow {
    color: #f89d36 !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
    color: #f38508 !important;
}
.bg-light-yellow {
    background-color: #eaba6b !important;
}
.text-light-yellow {
    color: #eaba6b !important;
}
a.text-light-yellow:hover,
a.text-light-yellow:focus {
    color: #e4a53e !important;
}



@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}


@media (min-width: 1920px) {
    .container {
        max-width: 1620px !important;
    }
	
 .bg-home {
    padding: 350px 0 100px 0 !important;
 }



.nav-sticky .nblogo img {
	height: 60px!important;
}

.nblogo img {
  height: 60px!important;
}



.contabts {
	padding-top: 250px!important;
    padding-bottom: 250px!important;
}

.contabts1 {
    padding-bottom: 70px!important;	
}






 
.contabts p {
	font-size: 16px!important;
}



 .audio-player {
 
  height: 20rem!important;
}
	
.abtimg img {
 
	bottom: 0px!important;
}	

.aboutssps {
 
    background-position: 0% 0%!important;
 
}

	
}








.row > * {
    position: relative;
}
.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
}
.rounded {
    border-radius: 7px !important;
}
.rounded-top {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}
.rounded-left {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}
.rounded-bottom {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}
.rounded-right {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}
.rounded-pill {
    border-radius: 30px !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.border-top {
    border-top: 1px solid #e9ecef !important;
}
.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}
.border-left {
    border-left: 1px solid #e9ecef !important;
}
.border-right {
    border-right: 1px solid #e9ecef !important;
}
.modal-open {
    padding-right: 0 !important;
}
.small,
small {
    font-size: 85%;
    font-weight: 500;
}
.shadow {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
	
	
 
	
	
	
	
}
.btn-primary {
    background-color: #c2b182 !important;
    border: 1px solid #c2b182 !important;
    color: #fff !important;
     
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #dd2020 !important;
    border-color: #dd2020 !important;
    color: #fff !important;
}
.btn-outline-primary {
    border: 1px solid #c2b182;
    color: #c2b182;
    background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #c2b182;
    border-color: #c2b182;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(229, 75, 75, 0.3);
}
.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important;
}
.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-success {
    background-color: #25b865 !important;
    border: 1px solid #25b865 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #1c8e4e !important;
    border-color: #1c8e4e !important;
    color: #fff !important;
}
.btn-outline-success {
    border: 1px solid #25b865;
    color: #25b865;
    background-color: transparent;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #25b865;
    border-color: #25b865;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
}
.btn-warning {
    background-color: #f9a836 !important;
    border: 1px solid #f9a836 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249, 168, 54, 0.3);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #f59207 !important;
    border-color: #f59207 !important;
    color: #fff !important;
}
.btn-outline-warning {
    border: 1px solid #f9a836;
    color: #f9a836;
    background-color: transparent;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f9a836;
    border-color: #f9a836;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249, 168, 54, 0.3);
}
.btn-info {
    background-color: #44bed0 !important;
    border: 1px solid #44bed0 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(68, 190, 208, 0.3);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #2da3b4 !important;
    border-color: #2da3b4 !important;
    color: #fff !important;
}
.btn-outline-info {
    border: 1px solid #44bed0;
    color: #44bed0;
    background-color: transparent;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #44bed0;
    border-color: #44bed0;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(68, 190, 208, 0.3);
}
.btn-danger {
    background-color: #d6374a !important;
    border: 1px solid #d6374a !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(214, 55, 74, 0.3);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #b52536 !important;
    border-color: #b52536 !important;
    color: #fff !important;
}
.btn-outline-danger {
    border: 1px solid #d6374a;
    color: #d6374a;
    background-color: transparent;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #d6374a;
    border-color: #d6374a;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(214, 55, 74, 0.3);
}
.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #fff !important;
}
.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}
.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important;
}
.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}
.btn-light {
    background-color: #f9fafd !important;
    border: 1px solid #f9fafd !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249, 250, 253, 0.3);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d3daf0 !important;
    border-color: #d3daf0 !important;
    color: #fff !important;
}
.btn-outline-light {
    border: 1px solid #f9fafd;
    color: #f9fafd;
    background-color: transparent;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f9fafd;
    border-color: #f9fafd;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249, 250, 253, 0.3);
}
.btn-blue {
    background-color: #2d84fb !important;
    border: 1px solid #2d84fb !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(45, 132, 251, 0.3);
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
    background-color: #0568f0 !important;
    border-color: #0568f0 !important;
    color: #fff !important;
}
.btn-outline-blue {
    border: 1px solid #2d84fb;
    color: #2d84fb;
    background-color: transparent;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #2d84fb;
    border-color: #2d84fb;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(45, 132, 251, 0.3);
}
.btn-footer {
    background-color: #465467 !important;
    border: 1px solid #465467 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(70, 84, 103, 0.3);
}
.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #323c49 !important;
    border-color: #323c49 !important;
    color: #fff !important;
}
.btn-outline-footer {
    border: 1px solid #465467;
    color: #465467;
    background-color: transparent;
}
.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #465467;
    border-color: #465467;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(70, 84, 103, 0.3);
}
.btn-purple {
    background-color: #662e9b !important;
    border: 1px solid #662e9b !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 46, 155, 0.3);
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus {
    background-color: #4c2274 !important;
    border-color: #4c2274 !important;
    color: #fff !important;
}
.btn-outline-purple {
    border: 1px solid #662e9b;
    color: #662e9b;
    background-color: transparent;
}
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active {
    background-color: #662e9b;
    border-color: #662e9b;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 46, 155, 0.3);
}
.btn-light-green {
    background-color: #67c56e !important;
    border: 1px solid #67c56e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(103, 197, 110, 0.3);
}
.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.btn-light-green.focus {
    background-color: #45b44d !important;
    border-color: #45b44d !important;
    color: #fff !important;
}
.btn-outline-light-green {
    border: 1px solid #67c56e;
    color: #67c56e;
    background-color: transparent;
}
.btn-outline-light-green:hover,
.btn-outline-light-green:focus,
.btn-outline-light-green:active,
.btn-outline-light-green.active,
.btn-outline-light-green.focus,
.btn-outline-light-green:not(:disabled):not(.disabled):active {
    background-color: #67c56e;
    border-color: #67c56e;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(103, 197, 110, 0.3);
}
.btn-yellow {
    background-color: #f89d36 !important;
    border: 1px solid #f89d36 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 157, 54, 0.3);
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.focus {
    background-color: #f38508 !important;
    border-color: #f38508 !important;
    color: #fff !important;
}
.btn-outline-yellow {
    border: 1px solid #f89d36;
    color: #f89d36;
    background-color: transparent;
}
.btn-outline-yellow:hover,
.btn-outline-yellow:focus,
.btn-outline-yellow:active,
.btn-outline-yellow.active,
.btn-outline-yellow.focus,
.btn-outline-yellow:not(:disabled):not(.disabled):active {
    background-color: #f89d36;
    border-color: #f89d36;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 157, 54, 0.3);
}
.btn-light-yellow {
    background-color: #eaba6b !important;
    border: 1px solid #eaba6b !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(234, 186, 107, 0.3);
}
.btn-light-yellow:hover,
.btn-light-yellow:focus,
.btn-light-yellow:active,
.btn-light-yellow.active,
.btn-light-yellow.focus {
    background-color: #e4a53e !important;
    border-color: #e4a53e !important;
    color: #fff !important;
}
.btn-outline-light-yellow {
    border: 1px solid #eaba6b;
    color: #eaba6b;
    background-color: transparent;
}
.btn-outline-light-yellow:hover,
.btn-outline-light-yellow:focus,
.btn-outline-light-yellow:active,
.btn-outline-light-yellow.active,
.btn-outline-light-yellow.focus,
.btn-outline-light-yellow:not(:disabled):not(.disabled):active {
    background-color: #eaba6b;
    border-color: #eaba6b;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(234, 186, 107, 0.3);
}
.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border-radius: 0px;
}
.btn:focus {
    box-shadow: none !important;
}
.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}
.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}
.btn.searchbtn {
    padding: 6px 20px;
}
.btn.btn-pills {
    border-radius: 30px;
}
.btn.btn-light {
    color: #3c4858 !important;
    background: #f9fafd !important;
    border: 1px solid #dee2e6 !important;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #f1f4fa !important;
    color: #3c4858 !important;
}
.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f9fafd !important;
    color: #3c4858 !important;
}
.btn.btn-icon {
    display: inline-block;
    height: 35px;
    text-align: center;
    width: 35px;
    line-height: 32px;
    padding: 0;
}
button:not(:disabled) {
    outline: none;
    border: 0;
}
.avatar.avatar-small {
    height: 64px;
    width: 64px;
}
.avatar.avatar-md {
    height: 192px;
    width: 192px;
}
.avatar.avatar-lg {
    height: 256px;
    width: 256px;
}
.progress-box .progress {
    height: 8px;
    overflow: visible;
}
.progress-box .progress .progress-bar {
    animation: animate-positive 3s !important;
    overflow: visible !important;
    border-radius: 5px;
}
.progress-box .progress .progress-value {
    position: absolute;
    top: -30px;
    right: -15px;
    font-size: 13px;
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
.nav-pills .nav-link {
    color: #161c2d !important;
    margin: auto 15px;
    border: 1px solid #e9ecef;
}
.nav-pills .nav-link.active {
    background-color: #c2b182;
    color: #fff !important;
    border-color: #c2b182 !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.nav-pills a .skill-container .title {
    font-size: 14px !important;
}
.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px;
}
.page-next-level .page-next {
    letter-spacing: 0.5px;
}
.page-next-level .page-next li {
    display: inline-block;
    margin-right: 5px;
}
.page-next-level .page-next li:after {
    content: "\F0142";
    font-size: 16px;
    color: #3c4858;
    font-family: "Material Design Icons";
}
.page-next-level .page-next li:last-child {
    margin-right: 0;
}
.page-next-level .page-next li:last-child:after {
    display: none;
}


.titlecont {
	color: #fff;
	text-align: center;

 
}
.titlecont h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px!important;
  font-weight: 100;
  padding-top: 1rem;
  color: #000;
}





.page-next-level .page-next li a,
.page-next-level .page-next li span {
    padding-right: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
}
.page-next-level .page-next li a:hover {
    color: #c2b182 !important;
}
.page-next-level .page-next li span:last-child {
    padding-right: 0px;
}
.pagination {
    line-height: 20px;
    font-size: 13px;
}
.pagination li {
    display: inline;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px;
}
.pagination li:last-child a {
    border-radius: 0 4px 4px 0;
}
.pagination li a {
    float: left;
    text-decoration: none;
    color: #3c4858;
    border: 1px solid #dee2e6;
    border-left-width: 0;
    background: #fff;
}
.pagination li a:hover {
    color: #fff;
    background: #c2b182;
    border-color: #c2b182;
}
.pagination .active a {
    color: #fff;
    background: #c2b182 !important;
    border-color: #c2b182;
    cursor: not-allowed;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #f9fafd, #f9fafd);
    z-index: 9999999;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
}
#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#preloader #status .spinner {
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
}
#preloader #status .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #c2b182;
    border-radius: 5px;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#preloader #status .spinner .bounce1 {
    animation-delay: -0.32s;
}
#preloader #status .spinner .bounce2 {
    animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.social-icon li a {
    color: #adb5bd;
 
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    transition: all 0.4s ease;
    border-radius: 7px;
}
.social-icon li a:hover {
    background-color: #c2b182;
    border-color: #c2b182 !important;
    color: #fff !important;
}
.social-icon.social li a {
    color: #161c2d;
    border-color: #161c2d;
}
.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: none;
    color: #fff;
    background-color: #6c757d;
    transition: all 0.2s ease;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.back-to-top i {
    font-size: 16px;
}
.back-to-top:hover {
    background-color: #c2b182;
    color: #fff;
}
.blockquote {
    border-left: 3px solid #dee2e6;
    font-size: 16px;
}
.fea {
    stroke-width: 1.6;
}
.fea.icon-sm {
    height: 16px;
    width: 16px;
}
.fea.icon-md-sm {
    height: 24px;
    width: 24px;
}
.fea.icon-md {
    height: 32px;
    width: 32px;
}
.fea.icon-lg {
    height: 42px;
    width: 42px;
}
.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1110px;
}
.sticky-sidebar {
    position: sticky;
    top: 80px;
}
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
    font-size: 14px;
    color: #161c2d;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-weight: 300;
}
::selection {
    background: #6c757d;
    color: #fff;
}
a {
    text-decoration: none !important;
}
p {
    letter-spacing: 0.03em;
    line-height: 1.8;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.section-two {
    padding: 60px 0;
    position: relative;
}
.bg-overlay {
    background-color: rgba(60, 72, 88, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay-white {
    background: #fff;
    opacity: 0.65;
}
.bg-overlay-primary {
    background-color: rgba(229, 75, 75, 0.05) !important;
}
.bg-over-image {
    background-color: rgba(35, 37, 47, 0.5) !important;
    background-image: url("../images/overlay.png");
    background-repeat: repeat;
}
.bg-primary-gradient-overlay {
    background: linear-gradient(to bottom, rgba(229, 75, 75, 0) 0%, rgba(229, 75, 75, 0.25) 25%, rgba(229, 75, 75, 0.5) 50%, rgba(229, 75, 75, 0.75) 75%, #c2b182 100%);
}
.title-heading .sub-title {
   text-align: center;

	 
}
.title-heading .heading {
    font-weight: 900!important;
    font-size: 150px!important;
    letter-spacing: 5px;
    line-height: 120px;
	text-align: center;
}

.sub-title {
    font-weight: 400;
    font-size: 33px!important;	

}

.sub-title span {
	    font-size: 60%;	
}

.sub-small {
    font-weight: 300;
    font-size: 21px!important;	
    margin: 0px;
	padding: 0px;
	    margin-top: -10px!important;	
}



 






.title-heading .para-desc {
    font-size: 17px;
}
 
.section-title {
    position: relative;
    margin-bottom: 30px;
}
.section-title .title-box,
.section-title .title-line {
    
}
 
 
 
 
.para-desc {
    max-width: 700px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 65px !important;
		line-height: 60px;
    }
    .section-title .title {
        font-size: 24px;
    }
}
.navbar-custom {
    padding: 20px 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
}
.navbar-custom .navbar-toggler {
    color: #000;
    font-size: 30px;
    padding: 0px;
    box-shadow: none !important;
	margin-right: 20px;
}
.navbar-custom .navbar-brand {
    margin-right: 0 !important;
}
.navbar-custom .navbar-brand .l-dark,
.navbar-custom .navbar-brand .logo-dark-mode {
    display: none;
}
.navbar-custom .navbar-brand .l-light,
.navbar-custom .navbar-brand .logo-light-mode {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .navbar-custom .navbar-brand .l-dark {
        display: inline-block !important;
    }
    .navbar-custom .navbar-brand .l-light {
        display: none !important;
    }
	

 

.aboutss {
  background-position: bottom!important;
    background-color: #f3f5f2!important;
}
	
	
	
	
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 13px;
    background-color: transparent !important;
    margin: 0 8px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.2s;
    font-family: "Roboto", sans-serif;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link.active,
.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #c2b182 !important;
}
.navbar-custom .navbar-nav .dropdown-toggle::after {
    content: "\F0140";
    font: normal normal normal 24px/1 "Material Design Icons";
    vertical-align: middle;
    border-top: none;
    margin: 0;
    font-size: 15px;
    float: none;
    transform: translateX(-6px) translateY(-1px);
}
.navbar-custom .navbar-nav .dropdown {
    position: relative;
    transition: all 0.2s ease;
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu {
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    margin-left: 45px;
    box-sizing: border-box;
    border: 7px solid #3c4858;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.06) !important;
}
.navbar-custom .navbar-nav .dropdown .dropdown-item {
    padding: 7px 0;
    transition: all 0.2s ease;
    font-size: 13px;
}
.navbar-custom .navbar-nav .dropdown .dropdown-item:hover,
.navbar-custom .navbar-nav .dropdown .dropdown-item:focus {
    background-color: transparent;
    color: #c2b182;
}
.navbar-custom .navbar-nav .dropdown:hover .dropdown-menu,
.navbar-custom .navbar-nav .dropdown:focus .dropdown-menu {
    display: block;
}
.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link {
    color: #3c4858;
}
.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link:hover,
.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link.active,
.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link:active {
    color: #c2b182;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
}
.navbar-custom .social-icon {
    margin: 0 0 0 8px;
}
.navbar-custom .social-icon li {
    margin-bottom: 0px !important;
}
.navbar-custom .social-icon li a {
    color: #3c4858;
    border-color: #3c4858;
}
.navbar-custom .social-icon.light-social-icon li a {
    color: #e9ecef;
    border-color: #e9ecef;
}
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 12px 0px;
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #3c4858 !important;
}
.nav-sticky.navbar-custom .navbar-brand .l-dark {
    display: inline-block;
}
.nav-sticky.navbar-custom .navbar-brand .l-light {
    display: none;
}
.nav-sticky.navbar-custom .navbar-nav {
    margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #2f3545;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #c2b182 !important;
}
.nav-sticky.navbar-custom.sticky-light {
    background-color: #fff;
}
.nav-sticky .navbar-brand {
    color: #3c4858 !important;
}
.nav-sticky .social-icon.light-social-icon li a {
    color: #3c4858;
    border-color: #3c4858;
}
.nav-sticky .dropdown-menu {
    border: none;
}
.nav-sticky .dropdown-menu::before {
    box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.06) !important;
}
@media (min-width: 992px) {
    .navbar-custom .navbar-nav .dropdown .dropdown-menu {
        margin-top: 12px !important;
    }
}
@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-custom {
        background-color: #fff !important;
        padding: 10px 0px !important;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link {
        color: #000 !important;
		text-align: right;
    }
    .navbar-custom .navbar-nav .nav-item .dropdown-toggle:after {
        float: right;
    }
    .navbar-custom .navbar-nav .dropdown .dropdown-menu {
        box-shadow: none !important;
    }
    .navbar-custom .navbar-nav .dropdown .dropdown-menu:before {
        display: none;
    }
    .navbar-custom .navbar-brand .l-dark {
        display: inline-block !important;
    }
    .navbar-custom .navbar-brand .l-light {
        display: none;
    }
    .navbar-custom .social-icon {
        margin-top: 12px !important;
    }
    .navbar-custom .social-icon.light-social-icon li a {
        color: #3c4858;
        border-color: #3c4858;
    }
}
@media only screen and (min-width: 768px) {
    .navbar .nav-item .dropdown-menu-right::before {
        margin-left: 160px !important;
    }
    .navbar .nav-item .dropdown .dropdown-menu:before {
        top: 52px;
    }
}
@media (max-width: 768px) {
    .navbar-nav .nav-item .dropdown-menu-right::before {
        margin-left: 45px !important;
    }
}
@media (max-height: 480px) {
    .navbar-nav {
        max-height: 200px;
        overflow-y: auto;
    }
	

.vmbtnneb a {
  color: #fff;
  border-bottom: 2px solid #fff;
 
}	
	
.vmbtnneb2 a {
  color: #fff;
  border-bottom: 2px solid #fff;
 
}

 

	
}
.full-home {
    height: 100vh;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}
.bg-home {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}



.bg-half {
    padding: 110px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}



.bg-half2 {
    padding: 270px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}






.mouse-icon {
    position: absolute;
    left: 0;
    right: 0;
    height: 42px;
    border: 2px solid #495057;
    bottom: 30px;
    margin: auto;
    width: 30px;
    z-index: 2;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.mouse-icon.mouse-icon-white {
    border-color: #f9fafd;
}
.mouse-icon.mouse-icon-white .wheel {
    background: #f9fafd;
}
.mouse-icon .wheel {
    background: #495057;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    width: 2px;
}
.mover {
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.bg-modern {
    padding: 80px 0 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}
.bg-modern.bg-animation-right:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: #c2b182 none repeat scroll 0 0;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 35% 100%);
}
.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}
#sThemes-layout {
    background: url("../images/boxed.png") fixed repeat;
}
#sThemes-layout .sThemesbox {
    background: #fff;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    max-width: 1170px;
    margin: 0 auto;
}
#sThemes-layout .sThemesbox .boxed-home {
    max-width: 1170px;
    margin: 0 auto;
}
.glitch-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1 !important;
}
.home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}
.home-shape img {
    width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .bg-modern.bg-animation-right:after {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .bg-modern.bg-animation-right:after {
        width: 60%;
        clip-path: polygon(80% 0, 100% 0, 100% 100%, 30% 100%);
    }
}
@media (max-width: 767px) {
    .bg-home,
    .bg-half {
        padding: 90px 0  50px  0;
        height: auto;
				
    }
	
 
	
	.hmbg1 {

		  background-size: 120%;  
		   background-repeat: no-repeat;
		      background-position: right bottom; 
	}
	

 .baneradhresp {
    width: 220px !important;
    margin-left: calc(50% - 110px) !important;
    margin-top: 50px;
  }



 
.timeline {
    width: 185px !important;
  }



.aboutss {
  background: #18191d!important;	
}
.aboutss .title {
	color: #fff!important;	
}

.aboutss .text-muted {
	color: #fff!important;	
}

.aboutss .nrline-btn {
	color: #fff!important;	
}



.sub-title {
  font-weight: 400;
  font-size: 15px !important;
}
	
    .bg-pages {
        padding: 150px 0 90px;
    }
    .bg-modern.bg-animation-right:after {
        display: none;
    }
}
.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.personal-hero:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -20rem;
    width: 50rem;
    height: 50rem;
    right: 150px;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #c2b182;
}



@media (max-width: 576px) {
    .personal-hero:before {
        width: 30rem;
        height: 30rem;
        bottom: -10rem;
    }
	
	
.controls {
 
  width: calc(100% + 5px);
 
}	


.player-button {
 
  width: 35px!important;
 
}





.txtetst15 {
	margin-left: -15px!important;
	margin-right: -15px!important;
}

.txtetst25 {
	margin-left: -25px!important;
	margin-right: -25px!important;
}
	
	
	.timeline {
  width:  185px!important;
	}
		
	.nblogo img {
		height: 40px;
	}
	




	
.abtimg {
	display: none!important;
}

.mouse-icon {
		display: none!important;
}


.audio-player {
	margin-left: -6px!important;
}
	
.fl-links {

	float: left;
	width: 100%;	
}	
 
 
 
.contabts {
  padding-top: -50px !important; 
}

.fl-links li {
    font-size: 13px;
	margin-right: 50px!important;
 	
}

.scitemcont
{
  margin-bottom: 5px!important;
     float: left;
   width: 100%;
}

.scitemcont li {
 
	width: 100%!important;
	float: left;
    line-height: 40px;
}


.socila-ct {
  padding-left: 0px!important;
  margin-top: 30px;
}




.tns-nav button {
	width: 10px!important;
}
 
.tns-nav button.tns-nav-active  {
        width: 30px!important;
}



 
.portbtnslist li:after {
content: ' '!important;
padding-left:  5px!important;
}

.portfolioFilter li {
   line-height: 15px!important;
  font-size: 14px!important;
}


 


.footer
{
 
  font-size: 13px!important;
}

.copymobile span {
	display: block;
}

.page-next-level img {
		max-width: 100%!important;
}
	
	
.baneradhresp {
	width: 220px!important;	
    margin-left: calc(50% - 110px)!important;
    margin-top: 50px;	
}
	
	
.aboutssps {
	background: none!important;
 
}
.abtrespiomg {
	display: block!important;
}	
.abtrespiomg img {
	max-width: 100%;
}	
	
.mrbataghyy {
	padding-bottom:  0px!important;	
}

.aboutss {
  background: #18191d!important;	
}
.aboutss .title {
	color: #fff!important;	
	font-weight: 300;
}

.aboutss .text-muted {
	color: #fff!important;	
}

.aboutss .nrline-btn {
	color: #fff!important;	
		border-bottom: 2px solid #FFF;
}
	
.scrbx img {
	width: 35px;
}	
	
.gsttouch p {
	padding :  0  0%;
}	
	
.scitemcont-icons li {
	float: none!important;
	display: inline;
	
}	
.mob-cemter {
	text-align: center!important;
}
	
 	
	
.row-1 {
	margin : 0xp!important;
	width: 100%!important;
 
	
}	

	
	
	
.imdbic img {
  margin-top: -5px!important;
  margin-bottom: 0px !important;

}
	
	
}



.personal-hero .personal-overlay {
    visibility: hidden !important;
}
@media (max-width: 768px) {
    .personal-hero .personal-overlay {
        visibility: visible !important;
    }
    .personal-hero .title,
    .personal-hero .sub-title {
        color: #fff;
    }
    .personal-hero .para {
        color: rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 769px) {
    .personal-hero .personal-hero-para {
        position: absolute;
        top: 50%;
        backdrop-filter: blur(12px);
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
        padding: 24px;
    }
}
.about-hero:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 3%;
    left: 3%;
    bottom: 0%;
    border-radius: 7px;
    border: 16px solid #e9ecef;
}
.interests-desc {
    transition: all 0.2s ease;
}
 
.interests-desc .icon {
    width: 40px;
    transition: all 0.2s ease;
}
.interests-desc .title {
    font-weight: 500;
}
.interests-desc:hover {
    background: #fff !important;
    /* box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15); */
    transform: translateY(-5px);
}
.interests-desc:hover .icon {
    color: #c2b182;
}
.service-wrapper {
    transition: all 0.2s ease;
}
.service-wrapper .content .title {
    transition: all 0.2s ease;
    font-weight: 500;
}
.service-wrapper.border-footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    margin: 0 auto;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}
.service-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.02;
}
.service-wrapper .big-icon .icons {
    height: 50px;
    width: 50px;
    transition: all 0.5s ease;
}
.service-wrapper:hover {
    /* box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15); */
    /* background: #fff; */
    /* transform: translateY(-5px); */
    /* border-color: transparent !important; */
}
.service-wrapper:hover:after {
    width: 95%;
    background-color: #c2b182;
}
.service-wrapper:hover .content .title {
    color: #c2b182;
}
.service-wrapper:hover .big-icon {
    z-index: -1;
    opacity: 0.04;
}
.service-wrapper:hover .big-icon .icons {
    height: 200px;
    width: 200px;
    color: #c2b182;
}
.main-icon {
    border: 2px solid #ced4da;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center;
}


 

@media (min-width: 576px) {
    .main-icon {
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
 
}
.cta-full .container-fluid {
    max-width: 100%;
}
.cta-full .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}
.cta-full .cta-full-img-box {
    padding: 100px 10%;
}
@media (max-width: 768px) {
    .cta-full .cta-full-img-box {
        padding: 60px 0%;
    }
}
.cta-full .cta-full-head {
    font-size: 22px;
    letter-spacing: 0.8px;
}
@media (max-width: 991) {
    .cta-full .padding-less {
        display: none;
    }
}
@media (max-width: 768px) {
    .cta-full .padding-less {
        position: relative !important;
        height: 300px !important;
    }
    .cta-full .cta-full-content {
        text-align: left !important;
    }
}
.portfolioFilter li {
    transition: all 0.4s ease-in-out;
    line-height: 30px;
	font-size:16px;
}
.portfolioFilter li:hover,
.portfolioFilter li.active {
    color: #c2b182 !important;
    text-decoration: underline!important;
    cursor: pointer;
}
.portfolio-box {
    transition: all 0.2s ease;
}
.portfolio-box .portfolio-box-img img {
    transition: all 0.5s ease;
}
.portfolio-box .portfolio-box-img .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: rgba(60, 72, 88, 0.65);
}
.portfolio-box .portfolio-box-img .overlay-work .work-content {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
}
.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon {
    height: 45px;
    width: 45px;
    line-height: 43px;
    transform: translateY(40px);
    transition: all 0.5s ease;
}
.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon .image-icon {
    stroke-width: 2 !important;
}
.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon:hover {
    color: #c2b182 !important;
}
.portfolio-box .portfolio-box-img .overlay-work .work-content a:hover {
    background: #fff !important;
}
.portfolio-box .gallary-title {
    background: #fff;
}
.portfolio-box .gallary-title .title {
    transition: all 0.5s ease;
    font-weight: 500;
}
.portfolio-box .gallary-title .title:hover {
    color: #c2b182 !important;
}
 
 
 
 
.tobii__btn.tobii__btn--next svg,
.tobii__btn.tobii__btn--previous svg {
    height: 36px;
    width: auto;
}
#grid {
    padding: 0 !important;
}
.tobii__btn.tobii__btn--close svg {
    height: 20px;
    right: 20px;
    top: 20px;
    width: 20px;
}
.client-review {
    padding: 20px;
}
.client-review .reviewer .content .name {
    font-weight: 500;
}
.tns-nav {
    text-align: center;
}
.tns-nav button {
    width: 20px;
    height: 1px;
    border-radius: 10px;
    background: #8d8b8b;
    margin: 4px;
}
.tns-nav button.tns-nav-active  {
        background: #c2b182  !important;
        width: 50px;
}
.blog-post {
    transition: all 0.2s ease;
}
.blog-post .content .title {
    font-weight: 500;
    transition: all 0.2s ease;
}
.blog-post .content .title:hover {
    color: #c2b182 !important;
}
.blog-post .content a {
    transition: all 0.2s ease;
}
.blog-post .content a:hover {
    color: #c2b182 !important;
}
.blog-post:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    background: #fff;
    transform: translateY(-5px);
}
.sidebar .widget .widget-search form {
    position: relative;
}
.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}
.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}
.sidebar .widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}
.sidebar .widget .widget-title {
    font-weight: 500;
}
.sidebar .widget .catagories li {
    padding-bottom: 10px;
}
.sidebar .widget .catagories li:last-child {
    padding-bottom: 0;
}
.sidebar .widget .catagories li a {
    color: #3c4858;
    transition: all 0.2s ease;
}
.sidebar .widget .catagories li a:hover {
    color: #c2b182;
}
.sidebar .widget .post-recent {
    padding-bottom: 15px;
}
.sidebar .widget .post-recent:last-child {
    padding-bottom: 0;
}
.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%;
}
.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px;
}
.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    transition: all 0.2s ease;
}
.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #c2b182;
}
.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px;
}
.sidebar .widget .tagcloud > a {
    background: #e9ecef;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.sidebar .widget .tagcloud > a:hover {
    background: #c2b182;
    color: #fff;
}
.page-title {
    font-size: 20px;
}
.comment-area .media-list .d-flex img {
    width: 80px;
}
.comment-area .media-list .d-flex .flex-1 a:hover {
    color: #c2b182 !important;
}
.comment-area .media-list .d-flex .flex-1 .media-heading,
.comment-area .media-list .d-flex .flex-1 .media-para {
    font-size: 15px;
}
.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.form-group .form-control {
    outline: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #161c2d;
    background: #fff;
    border-radius: 0px;
    transition: all 0.2s ease;
}
.form-group .form-control::placeholder {
    color: #8492a6;
}
.form-group textarea {
    height: 90px !important;
}
.error {
    margin: 8px 0px;
    display: none;
    color: #d6374a;
}
#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}
.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}
.error_message {
    background-color: rgba(214, 55, 74, 0.1) !important;
    border: 2px solid rgba(214, 55, 74, 0.1) !important;
    color: #d6374a !important;
    font-size: 14px;
}
.contact-loader {
    display: none;
}
#success_page {
    background-color: rgba(37, 184, 101, 0.1) !important;
    border: 2px solid rgba(37, 184, 101, 0.1) !important;
    color: #25b865 !important;
}
#success_page p {
    margin-bottom: 0 !important;
}
.footer {
    padding: 60px 0;
    position: relative;
    color: #adb5bd;
    font-size: 15px;
}
.footer.footer-bar {
    padding: 10px 0;
    border-top: 1px solid #4e555d;
}
#style-switcher {
    transition: all 0.4s;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher div h3 {
    color: #3c4858;
    font-size: 16px;
    margin: 0 3px 12px;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0;
}
ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}
ul.pattern li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px;
}
ul.pattern .color1 {
    background-color: #c2b182;
}
ul.pattern .color2 {
    background-color: #2d84fb;
}
ul.pattern .color3 {
    background-color: #67c56e;
}
ul.pattern .color4 {
    background-color: #f89d36;
}
ul.pattern .color5 {
    background-color: #eaba6b;
}
ul.pattern .color6 {
    background-color: #662e9b;
}
ul .t-dark,
ul .t-rtl-light {
    display: inline-block;
}
ul .t-ltr-light,
ul .t-light,
ul .t-rtl-dark,
ul .t-ltr-dark {
    display: none;
}
@media only screen and (max-width: 375px) {
    #style-switcher {
        display: none;
    }
}


.aboutss {
	background: url(../images/banner1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
 
}

.aboutssps {
	background: url(../images/newabts24.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}



.showreal {
	background: #18191d;
 
}

.testmoni {
		background: #f7f7f7;
}

.nwreviebx {
		background: #ffffff;	
}


.social-icon {
	float: right;
}





		
.tmcolor {
	color: #c2b182;
}		 

.tmwhite {
	color: #fff;
}		 



.newsrv img {
	border-radius: 0px;
	width: 100%;
}





.popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1;
        }
        .popup-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
 
            padding: 20px;
 
        }
        .close-btn {
            position: absolute;
            top:  4px;
            right: 27px;
            cursor: pointer;
			font-size: 40px;
			color: #fff;
        }
		
.scrbx {
	text-align: center;
}

		
.scrbx p {
	text-align: center;
}

.nav-sticky .nblogo img {
	height: 40px;
	margin-top: -10px;
		margin-bottom: -10px;
}


/* new audio player  */

 .audio-player {
  margin-top: 0px;
  width: 100%;
  height: 100px;
	float: left;
	display: block;
 
}

.icon-container {
  width: 100%;
  height: 100%;
  background-color: #DE5E97;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-icon {
   width: 90%;
   height: 90%;
}

.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 10px;
    align-items: center;
}

.player-button {
  background-color: transparent;
  border: 0;
  width: 50px;
  height: 5fr0px;
  cursor: pointer;
  padding: 0;
}

.timeline {
 
  width:  410px;
  height: .1em;
  background-color: #aeaeac;
 
  background-size: 0% 100%;
  background-image: linear-gradient(#c2b182 , #c2b182 );
  background-repeat: no-repeat;
 
}

.timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #a94672;
}

.timeline::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #a94672;
}

.timeline::-ms-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #a94672;
}

.timeline::-webkit-slider-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-webkit-slider-thumb {
  opacity: 1;
}

.timeline::-moz-range-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-moz-range-thumb {
  opacity: 1;
}

.timeline::-ms-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-ms-thumb {
  opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.sound-button {
  background-color: transparent;
  border: 0;
  width: var(--sound-button-width);
  height: var(--sound-button-width);
  cursor: pointer;
  padding: 0;
}


.contabts {
	padding-top: 50px;
	padding-bottom: 100px;
}

.abtimg img {
    position: absolute;
 
}

.hmbg1 {
   /* background-image:url('../images/01.png');	 */
}

.port ul li a {
	color: #ffffff!important;
}



.footer-1 {
	background: #181818;
}




.socila-ct {
	padding-left: 30px;
}

 

.custcont h4 {
	color: #fff;
			font-weight: 200;
			font-size: 22px!important;
}

.custcont h6 {
	color: #fff;
			font-weight: 300;
}


.custcont p {
	color: #fff;
}

.custcont ul {
	margin: 0px;
	padding: 0px;
}


.fl-links li {
	list-style: none;
	display: inline;
	margin-right: 40px;
	
	
}

.fl-links li a {
	color: #fff;
 	text-decoration: underline!important;
	
}
.scitemcont {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	display: block;
}


.scitemcont li {
   list-style: none!important;
	width: 100%;
	float: left;
    line-height: 40px;
}

.imdbic img {
 
	margin-right: 0px;
	margin-bottom: -9px;
    height: 15px;
  filter: grayscale(100%) brightness(200%);
}

.imdbic img:hover {
    filter: none;
}




.flogog img {
 
	margin-right: 0px;
	margin-bottom: -9px;
 
  filter: grayscale(100%) brightness(200%);
}

.flogog img:hover {
    filter: none;
}








.scitemcont li  i {
	color: #fff;
padding-right: 5px;
font-size: 20px;	
}

.scitemcont a {
	color: #fff!important;	
}

.txt-justy {
	text-align: justify;
}



.icon-bar {
  position: fixed;
bottom: 0px;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} 

.icon-bar a {
  display: block;
  padding: 2px  10px;
    font-size: 30px;
  color: #fff;
  border-radius: 50px;
}
.whatsapp {
  background: #6c757d;
  color: #fff;
}

.footlogo img {
	max-width: 250px;
	margin-bottom: 20px;
	margin-top:  10px;
}

.portfolio-box-img img {
	width: 100%!important;
}

.nblogo img {
	height: 40px;
}

.scitemcont-icons {
   margin-top: 44px!important;	
   float: left;
   width: 100%;
}


.scitemcont-icons li {
	float: left;
	   list-style: none!important;
}

.scitemcont-icons a i {
	color: #fff;
	font-size: 20px;
	margin-right: 15px;
}
.subbtn {
    margin-top: -5px!important;	
}


.subbtn a {
	color: #FFF;
	font-size: 18px;
 

	font-weight: 300!important;
}

/* client slider */


/* Slider */

.slick-slide {
    margin: 0px  0px;
}

.slick-slide img {
    width: 100%;
}

.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;
}
.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;
    margin-bottom: 50px;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}


.nrline-btn {
	color: #000;
	border-bottom: 2px solid #000;
	font-weight: 600;
	padding-bottom: 1px;

}

.vmbtnnew a {
		color: #fff;
	border-bottom: 2px solid #fff;
	font-weight: 600;
	padding-bottom: 1px;
}


.vmbtnnew a:hover {
	color: #c2b182!important;
	border-bottom: 1px solid #c2b182;
}

 
.vmbtnneb a {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 600;
  padding-bottom: 1px;
}


.vmbtnneb2 a {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 600;
  padding-bottom: 1px;
}


.vmbtnneb a:hover {
	color: #c2b182!important;
	border-bottom: 1px solid #c2b182;
}


.vmbtnneb2 a:hover {
	color: #c2b182!important;
	border-bottom: 1px solid #c2b182;
}



.nrline-btn3 {
	color: #fff;
	border-bottom: 1px solid #fff!important;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-left: 0px;
	padding-right: 0px;

}

.nrline-btn3:hover {
	color: #c2b182!important;
	border-bottom: 1px solid #c2b182;

}

.subbtn a:hover {
	color: #c2b182!important;
	border-bottom: 1px solid #c2b182 ;
 
}



.nrline-btnB {
	color: #000;
	border-bottom: 2px solid #000;
	font-weight: 600;
	padding-bottom: 1px;

}

 

.nrline-btn1 {
    margin: 0 10px; 
    cursor: pointer;  
 
}

 


 



.portbtnslist li:hover {
   color: #c2b182 !important;
 	text-decoration: underline!important;
}






.redusection {
	padding-top: 50px!important;
}

.portbtnslist li:after {
content: '|';
padding-left: 25px;
}

 
.portbtnslist li:last-child:after {
 content: ' ';
}


 

.nrline-btn1 {
 
    margin: 10px; /* Adjusts spacing between items */
    cursor: pointer;
    text-align: center; /* Ensures text is centered within each item */
}

 

.baneradhresp {
	width: 450px;
 
	margin-left: calc(50% - 225px);
	padding: 0px!important;
	float: left;
	display: block;
}

.gallary-title h5 {
	font-size: 15px!important;
}

.newstc {
	float: left;
	width: 100%;
	display: block;

}
.newstc p {
	text-align: justify;	
}


.newstc2 {
	float: left;
	width: 100%;
	display: block;
	margin-top: 51px;
}

.newstc2 a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom :1px;
}

.newstc2 a:hover {
	color: #c2b182;
	border-bottom: 1px solid #c2b182;
	padding-bottom :1px;
}


.abtrespiomg {
	display: none;
}
.nrline-btn:hover, .fl-links a:hover, .socila-ct ul li a i:hover {
	color: #c2b182;
}

.txt-white {
	color: #ffffff;
}

.voxlogo img {
	width: 95%;
	max-width: 500px;
}

.cllogo {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	display: block;
	padding: 0 5px;
}


        .cllogo {
            filter: grayscale(100%);
            transition: filter 0.3s ease;
        }

        .cllogo:hover {
            filter: grayscale(0%);
        }
		
.wlimgbx {
	float: left;
	width: 100%;
	display: block;
}

.wlimgbx img {
		width: 100%;
}

 
.sectionsg {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

#MovieTrailers {
background: #e8e7e5;	
  padding-bottom: 40px !important;
    padding-top: 5px !important;
}

#Commercials {
background: #e8e7e5;	
  padding-bottom: 40px !important;
      padding-top: 5px !important;
}



.ctatitle h3 {
  font-family: "Roboto", sans-serif;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 300;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  margin: 0px;
}


.tns-nav {
	display: none!important;
}


.custom-bg {
    background: url('../images/worksbg.jpg') center center;
    background-size: cover;
}


@media (max-width: 767px) {
    .custom-bg {
        background-position: right center;
    }
	
	
.bg-half2 {
  padding: 380px 0 150px 0;	
}	
	
	
	
}

.homep .titlecont h5 {
  color: #ffffff!important;	
}


 


/* Media query for mobile devices (less than 768px width) */
@media (max-width: 767px) {
 .vmbtnneb a {
  color: #fff!important;
  border-bottom: 2px solid #fff!important;
}

}




.service-wrapper {
    position: relative;
    display: inline-block;
}

.thumbnail-image {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-image {
    width: 40px!important;/* Adjust the size of the play button image */
    height: 40px!important; /* Adjust the size as needed */
    opacity: 0.4; /* Make it semi-transparent */
}

.play-button:hover .play-image {
    opacity: 1; /* Increase opacity on hover */
}

.titlecont h5 {
    text-align: center;
    margin-top: 10px;
}


/* Style the previous and next buttons */
.slick-prev, .slick-next {
    background-color: #fff; /* Black background for arrows */
    border-radius: 50%;     /* Make the arrow buttons circular */
    width: 50px;            /* Set width */
    height: 50px;           /* Set height */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;           /* White color for the arrow icon */
    font-size: 20px;        /* Size of the arrow icon */
    position: absolute;     /* Position them absolutely to move over the slider */
    top: 40%;               /* Vertically center the buttons */
    transform: translateY(-50%); /* Adjust to the center */
    z-index: 1;             /* Ensure arrows are above the content */
    cursor: pointer;        /* Pointer on hover */
    transition: background-color 0.3s ease; /* Smooth background transition */
}







/* Style the previous and next buttons */
.client-review-slider .slick-prev, .slick-next {
       background-color: transparent!important;/* Black background for arrows */
    border-radius: 50%;     /* Make the arrow buttons circular */
    width: 50px;            /* Set width */
    height: 50px;           /* Set height */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;           /* White color for the arrow icon */
    font-size: 20px;        /* Size of the arrow icon */
    position: absolute;     /* Position them absolutely to move over the slider */
    top: 40%;               /* Vertically center the buttons */
    transform: translateY(-50%); /* Adjust to the center */
    z-index: 1;             /* Ensure arrows are above the content */
    cursor: pointer;        /* Pointer on hover */
    transition: background-color 0.3s ease; /* Smooth background transition */
}

.client-review-slider .slick-prev, .slick-next:hover {
	color: #c2b182 !important;
}












/* Position the prev button on the left */
.slick-prev {
    left: -60px;            /* Move left arrow outside the slider */
}

/* Position the next button on the right */
.slick-next {
    right: -60px;           /* Move right arrow outside the slider */
}

/* Hover effect for arrows */
.slick-prev:hover, .slick-next:hover {
    color: #c2b182;/* Darken the background on hover */
}

/* Custom style for the Font Awesome icon inside the buttons */
.slick-prev i, .slick-next i {
    margin: 0;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        width: 40px;        /* Reduce size of the buttons */
        height: 40px;
        font-size: 16px;    /* Reduce icon size */
		display: none!important;
    }
    .slick-prev {
        left:  10px;      /* Adjust left position for smaller screens */
    }
    .slick-next {
        right:  10px;     /* Adjust right position for smaller screens */
    }
}


.name {
	text-align: right;
 
	
	}

 .designation  {
	text-align: right;
 	 float: right;
 }
.reviewer  .content {
	float: left;
	width: 100%;
}


.custom-iframe {
    width: 720px; /* or set a specific width like 560px */
    height: 430px; /* or set as needed */
    border: 0; /* Removes the border */	
}
 

@media only screen and (max-width: 640px) {
    .custom-iframe {
    width: 440px; /* or set a specific width like 560px */
    height: 300px; /* or set as needed */
    }
	
 	
	
	
@media only screen and (max-width: 480px) {
    .custom-iframe {
    width: 380px; /* or set a specific width like 560px */
    height: 270px; /* or set as needed */
    }
	
 


.titlecont h5 {
 
  padding-top: 5px;
  padding-bottom: 25px;
 
}




}


	
@media only screen and (max-width: 420px) {
    .custom-iframe {
    width: 320px; /* or set a specific width like 560px */
    height: 200px; /* or set as needed */
    }
	
 	
	
	
	
}


@media only screen and (max-width: 400px) {
.newstc2 .row > * {

  padding-right: 5px;
  padding-left: 5px;
 
}

.newstc p {
  letter-spacing: -0px;
 
}

 

}


 






.max-box1 {
	margin: 0px!important;
	padding: 0px!important;
}

