/**
* [Table of contents]
  1 root css
  2 selection css
  3 default css
  4 header css
  5 banner css
  6 owl css
  7 footer css
/**


/* Root */

:root {

	/* Font style */
	--primary-font: 'SF Pro Display';
	--secondary-font: 'lato';

}

/* Root */

/* Selction css */

*::-moz-selection {
	color: #fff;
	background: #000;
}

*::-webkit-selection {
	color: #fff;
	background: #000;
}

/* Selction css */


/* default css */

* {
	outline: none;
}

html {
	overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css2?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');
body {
	font-size: 16px;
	font-weight: 400;
	background: #fff;
	color: #02001b;
	letter-spacing: 0.7px;
	font-family: var(--primary-font);
}

p,
ul,
ol {
	margin-bottom: 30px;
}

a {
	color: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--primary-font);
	color: #02001b;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: #02001b;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #02001b33;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child {
	margin-bottom: 0;
}

.btn,
.form-control,
button:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-toggle::after {
	border: none;
	content: "\f107";
	vertical-align: unset;
	font-family: "Font Awesome 5 Pro";
}

.d-margin {
	margin-top: 62px;
}

html.show-menu {
	overflow: hidden;
}

html.show-menu body {
	overflow: hidden;
	height: 100%;
}


.btn:focus {
	box-shadow: none;
}

/* defalut css*/


/* header css */
header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	transition: all 0.5s;
	background-color: transparent;
}

header.fixed {
	transition: all 0.5s;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.header .container{
	width:100% !important;
}

@media only screen and (min-width: 1800px){
header .container {
    max-width: 100% !important;
}
}


@media only screen and (min-width: 1600px){
header .container {
    max-width: 100% !important;
}	
}


.navbar-expand-lg .navbar-nav .nav-link {
	margin: 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 14px 20px;
	transition: all 0.5s;
	opacity: 0.7;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #000;
	font-weight: 500;
}

li.nav-item:hover .nav-link {
	opacity: 1;
	transition: all 0.5s;
}

/* header css */


/* Banner css */

header .navbar {
	padding: 16px 10px;
}

.banner-sec {
	position: relative;
	padding: 220px 0 30px;
	background-image: url('https://www.reputationdefensenetwork.com/wp-content/uploads/2020/08/banner-img.png');
	background-size: auto 910px;
	background-repeat: no-repeat;
	background-position: 101% -1%;
}

.glassdoor-img {
	max-width: 340px;
	margin-bottom: 40px;
}

.glassdoor-img img {
	width: 100%;
	object-fit: contain;
}

.banner-content {
	max-width: 750px;
}

body h1 {
	color: #2A0707;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}

body h1 span {
	color: #CE1F20;
}

h1+p {
	color: #2A0707;
	opacity: 0.6;
	font-size: 20px;
	max-width: 600px;
	line-height: 1.8;
	font-weight: 500;
}

.remove-glassdoor-review-form {
	box-shadow: 0 23px 99px rgb(0 0 0 / 0.09);
	margin-top: 50px;
	padding: 50px 60px;
	background-color: #fff;
	border-radius: 5px;
}

.remove-glassdoor-review-form h3 {
	font-size: 30px;
	color: #CE1F20;
	font-weight: 700;
	margin-bottom: 10px;
}

.remove-glassdoor-review-form p {
	font-size: 20px;
	font-weight: 500;
	color: #2A0707;
	margin-bottom: 0;
	opacity: 0.6;
}

.glassdoor-review-form-wrap {
	display: flex;
	align-items: center;
	margin-top: 40px;
	justify-content: space-between;
}

.glassdoor-review-form-wrap input {
	flex-basis: calc(25% - 20px);
	max-width: calc(25% - 20px);
	padding: 16px 28px;
	border: 1px solid #707070;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	opacity: 1;
}
.glassdoor-review-form-wrap input::placeholder{
	opacity: 0.5;
}

body .btn {
	background-color: #CD1E1F;
	color: #fff;
	padding: 16px 40px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 12px;
	box-shadow: 0 25px 30px rgb(101 6 6 / 0.31);
}
.btn:hover{
	color: #fff;
}

.banner-sec .btn {
	margin-top: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link.call-btn {
	border-bottom: 1px solid #cd1e1f; 
	padding: 12px 0px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
	background: transparent;
	opacity: 1;
	text-decoration: none; 
}
/*.navbar-expand-lg .navbar-nav .nav-link.call-btn span {
    color: #ce1f20;
}*/  


header .call-btn svg {
	width: 22px;
	fill: #ffffff;
	margin-right: 10px;
	transition: all 0.5s;
}

header.fixed .call-btn svg {
	fill: #000;
}

li.nav-item.active .nav-link:after {
	content: "";
	width: 75%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

li.nav-item.active .nav-link {
    position: relative;
    opacity: 1;
}


.fixed .navbar-expand-lg .navbar-nav .nav-link {
	color: #000;
	border-color: #000;
	transition: all 0.5s;
	/*display: inline-block;*/
}
.fixed .navbar-expand-lg .navbar-nav .nav-link:after {
    transition: all 0.5s;
    background: #000;
}

.banner-sec::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 280px;
	background-color: rgb(15 16 47 / 0.02);
}

/* Banner css */


/* staff pick css */
.staff-pick-section{
	background-color: #fff;
	box-shadow: 0 23px 99px rgb(0 0 0 / 0.09);
	padding: 80px 0 50px;
}
.staff-pick-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.staff-pick-box {
	flex-basis: 25%;
	max-width: 25%;
	display: flex;
	position: relative;
	padding: 10px 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(0 19 62 / 0.2);
}

.staff-pick-star-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-read{
	margin-top: 40px;
}

.staff-pick-box h3 {
	font-size: 60px;
	color: #2A0707;
	font-weight: 700;
	margin-bottom: 30px;
}

.staff-pick-box h5 {
	font-size: 30px;
	color: #CE1F20;
	font-weight: 600;
	margin-bottom: 20px;
}

.staff-pick-box p {
	text-align: center;
	font-size: 22px;
	color: rgb(42 7 7 / 0.6);
}

.staff-pick-box h3 span {
	font-size: 40px;
}

.staff-pick-star-wrap li {
	width: 35px;
	height: 35px;
	margin: 0 3px;
	position: relative;
	text-align: center;
	border-radius: 4px;
	background-color: #D4D4D4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.staff-pick-star-wrap li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: #CE1F20;
}

.staff-pick-star-wrap li img {
	/*width: 20px;*/
	/*padding: 7px;*/
	/* z-index: 1; */
	position: relative;
	margin-top: -3px;
}

.staff-pick-label {
	position: absolute;
	top: -80px;
	left: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 24px 18px;
	background-color: #4981bb;
	transform: translateX(-50%);
	clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}

.staff-pick-sec {
	padding: 80px 0;
	background-color: rgb(15 16 47 / 0.02);
}

/* staff pick css */


/* Why Better css */

.why-better-sec {
	padding: 30px 0 100px;
	background-color: rgb(15 16 47 / 0.02);
}

.sec-head {
	font-size: 50px;
	color: #2A0707;
	font-weight: 700;
	margin-bottom: 30px;
}

.why-better-box {
	padding: 40px 30px;
	border-radius: 10px;
	transition: all 0.5s;
	background-color: transparent;
}

.why-better-box:hover {
	background-color: #CE1F20;
	box-shadow: 0 25px 40px rgba(207, 37, 37, 0.19);
}

.why-better-icon {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: all 0.5s;
	background-color: #fff;
	box-shadow: 0 23px 99px rgba(0, 0, 0, 0.1);
}

.why-better-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.why-better-box h4 {
	font-size: 28px;
	color: #2A0707;
	font-weight: 600;
	margin-bottom: 20px;
	transition: all 0.5s;
}

.why-better-box p {
	font-size: 18px;
	transition: all 0.5s;
	color: rgba(44, 7, 7, 0.6);
}

.why-better-box:hover p,
.why-better-box:hover h4 {
	color: #fff;
}

/* Why Better css */


/* Client Saying css */

.client-saying-sec {
	padding: 60px 0 100px;
}

.client-saying-head {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	justify-content: center;
}

.client-saying-img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 100%;
	overflow: hidden;
}

.client-saying-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.client-saying-name h4 {
	margin-bottom: 6px;
	font-size: 22px;
	font-weight: 400;
}

.client-saying-head .staff-pick-star-wrap {
	margin-bottom: 0;
	margin-left: auto;
}

.client-saying-head .staff-pick-star-wrap li {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.client-saying-head .staff-pick-star-wrap li img {
	width: 15px;
	height: 15px;
}

.client-saying-name p {
	font-size: 18px;
	color: rgb(42 7 7 / 0.7);
}

.client-saying-content p {
	font-size: 20px;
	line-height: 1.4;
	color: rgb(42 7 7 / 0.6);
	text-align: left;
	margin-bottom: 20px;
	display: block;
    display: -webkit-box;
    /*max-width: 200px;*/
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-saying-box {
	box-shadow: 0 0 19px rgb(0 0 0 / 0.06);
	border-radius: 6px;
	flex-basis: 100%;
	max-width: 100%;
	padding: 30px;
	min-height: 280px;
	margin: 10px;
}

.client-saying-sec .item {
	display: flex;
	flex-wrap: wrap;
}

.client-saying-carousel .owl-dots span {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	display: block;
	border-radius: 100%;
	transition: all 0.5s;
	background-color: rgb(42 7 7 / 0.3);
	box-shadow: inset 0 0 0 5px #ffffff;
}

.client-saying-carousel .owl-dots .active span {
	width: 20px;
	height: 20px;
	background-color: transparent;
	box-shadow: inset 0 0 0 5px #CE1F20;
}

.client-saying-carousel .owl-dots {
	display: flex;
	align-items: center;
	margin-top: 20px;
	justify-content: center;
}

/* Client Saying css */


/* Hiring css */

.hiring-sec{
	background-color: #CE1F20;
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.hiring-sec:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://www.reputationdefensenetwork.com/wp-content/uploads/2020/08/border.png);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hiring-box {
    text-align: center;
    margin-bottom: 30px;
}

.hiring-box h4 {
    font-size: 50px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin: 40px 0;
}

.hiring-box h4:after{
	content: "";
	position: absolute;
	background-image: url(https://www.reputationdefensenetwork.com/wp-content/uploads/2020/08/quotation.svg);
	width: 80px;
	height: 60px;
	background-size: contain;
	top: -40px;
	left: 100px;
	background-repeat: no-repeat;
}


.hiring-box h4:before{
	content: "";
	position: absolute;
	background-image: url(https://www.reputationdefensenetwork.com/wp-content/uploads/2020/08/quotation.svg);
	width: 80px;
	height: 60px;
	background-size: contain;
	top: -40px;
	right: 100px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}


.hiring-box a.btn {
    background: #fff;
    color: #000;
    box-shadow: 0 25px 30px rgb(101 6 6 / 0.19);
    padding: 25px 35px;
}
.glassdoor-info h4 {
    font-size: 40px;
    line-height: 1.3;
    color: #2A0707;
    font-weight: 800;
    margin-bottom: 60px;
}

.glassdoor-info p {
    font-size: 18px;
    color: rgb(42 7 7 / 0.80);
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 50px;
}
.glassdoor2-img {
    text-align: center;
}

section.glassdoor2-section {
    padding: 80px 0;
}
a.glassdoor2-video-img {
    display: block;
    background: #2A0707;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    z-index: 1;
}
a.glassdoor2-video-img:after{
	content: "";
	background-image: url(https://www.reputationdefensenetwork.com/wp-content/uploads/2020/08/play-round.svg);
	width: 105px;
	height: 105px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	filter: opacity(0.6) blur(0.5px);
	z-index: -2;
}
a.glassdoor2-video-img:before{
	content: "";
	background-image: url(https://www.reputationdefensenetwork.com/wp-content/uploads/2020/08/play-btn.svg);
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50.3%;
	left: 50.5%;
	transform: translate(-50% , -50%);
	z-index: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

a.glassdoor2-video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.glassdoor2-video-section {
    padding: 40px 0 120px;
    position: relative;
}

section.glassdoor2-video-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 55%;
	left: 0;
	width: 100%;
	background: rgb(120 120 120 / 0.1);
	z-index: -1;
}
section.glassdoor2-video-section .container.bg-white {
    padding: 0;
    border-radius: 8px;
}
.glassdoor-video-info {
    padding: 0px 0 0 100px;
}

.glassdoor-video-info h4 {
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 80px;
    font-weight: 800;
}
a#myBtn {
    position: fixed;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #cd1e1f;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999999;
}
/* Hiring css */
section.how-do-section {
    padding: 100px 0;
}

.how-do-headings .sec-head {
    font-weight: 800;
    margin-bottom: 40px;
}


.how-do-headings h6 {
    text-align: center;
    font-size: 25px;
    color: rgb(205 30 31 / 0.80);
    font-weight: 600;
    margin-bottom: 40px;
}

.how-do-headings p {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    color: rgb(42 7 7 / 0.60);
    font-weight: 500;
}
.how-do-wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.how-do-item {
    width: 465px;
    box-shadow: 0 50px 50px rgb(0 0 0 / 0.05);
    position: relative;
    border-radius: 60.56px 0 233.56px 0;
    padding: 35px 35px 130px 35px;
}

.how-do-item-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 50px;
}
.how-do-item h5 {
    font-size: 28px;
    color: #2A0707;
    font-weight: 700;
    margin-bottom: 30px;
}

.how-do-item p {
    text-align: left;
    font-size: 20px;
    color: rgb(42 7 7 / 0.80);
    margin-bottom: 0;
}

.how-do-item h2 {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 120px;
    color: rgb(0 0 0 / 0.15);
    font-weight: 700;
}
.how-do-item span {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    width: 100%;
    height: auto;
}
.how-do-item:nth-last-child(1) span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 50%;
	background: #fff;
}

.how-do-item:nth-last-child(1) {
    overflow: hidden;
}
.sucsees-wrap {
    background: #cd1e1f;
    padding: 60px 0;
    display: flex;
    border-radius: 10px;
}

.sucsees-item {
    width: 33.33%;
    text-align: center;
    padding: 8px 0;
}

.sucsees-item:nth-last-child(2) {
    border: 1px solid rgb(255 255 255 / 0.60);
    border-top: 0;
    border-bottom: 0;
}
.sucsees-item h4 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
}

.sucsees-item p {
    font-size: 22px;
    color: rgb(255 255 255 / 0.60);
    font-weight: 400;
}
section.trusted-section {
    padding: 100px 0;
}
.trusted-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.trusted-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusted-info {
    background: #fff;
    box-shadow: 0 23px 99px rgb(0 0 0 / 0.06);
    height: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 60px 0;
}
.trusted-info span {
    display: block;
    text-align: center;
    width: 145px;
    height: 130px;
    margin: 0 auto 40px;
}
.trusted-info span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trusted-info h4 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 25px;
}

.trusted-info p {
    font-size: 22px;
    color: rgb(42 7 7 / 0.60);
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 60px;
}

.trusted-info h6 {
    font-size: 30px;
    color: #CD1E1F;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 500;
}
ul.worked-wrap {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 75%;
    margin: auto;
    justify-content: center;
}

ul.worked-wrap li {
    width: 231px;
    box-shadow: 0 30px 40px rgb(57 8 8 / 0.05);
    height: 231px;
    background: #fff;
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

/*ul.worked-wrap li:nth-child(even) {
    margin-top: 260px;
}
*/
.worked-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 30px;
}

.worked-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.worked-info h6 {
    font-size: 22px;
    color: #2A0707;
    font-weight: 500;
}
.worked-section{
	background-color: #FAFAFB;
	padding: 40px 0 80px;
}
.worked-section h2.sec-head.text-center {
    margin-bottom: 50px;
}

/*footer*/
footer{
	background-color: #190505;
	padding-top: 80px;
}
.footer-top-left a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.footer-top-left p {
    font-size: 18px;
    color: rgb(255 255 255 / 0.60);
    line-height: 1.8;
}

h4.footer-title {
    color: #fff;
    position: relative;
    font-size: 22px;
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

h4.footer-title:after {
	content: "";
	width: 50%;
	height: 4px;
	background: #CF2525;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-top-center ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-top-center ul li a {
    display: block;
    color: rgb(255 255 255 / 0.60);
    margin-bottom: 25px;
    font-size: 18px;
	transition: all 0.5s;
    font-weight: 600;
}
.footer-top-center ul li a:hover{
	color: #CF2525;
	transition: all 0.5s;
}
.footer-top-end ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.footer-top-end ul li a {
    width: 45px;
    height: 45px;
    background: rgb(255 255 255 / 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    transition: all 0.5s;
}

.footer-top-end ul li:nth-last-child(1) a {
    margin: 0;
}

.footer-top-end ul li a:hover {
    background: #fff;
    color: #190505;
    transition: all 0.5s;
}
.contact-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    height: 100%;
}

.contact-wrap a, .contact-wrap p {
    color: #fff;
    margin-left: 25px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.contact-wrap-icon {
    width: 50px;
    height: 50px;
    background: #cd1e1f;
    text-align: center;
    line-height: 50px;
}
.copyright p {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.50;
    font-weight: 400;
    padding: 15px 0;
}

footer hr {
    margin: 0;
    border-top: 1px solid rgb(255 255 255 / 0.30);
}
.contact-wrap.contact-wrap2 {
    border: 1px solid rgb(255 255 255 / 0.30);
    border-top: 0;
    border-bottom: 0;
}
section.glassdoor2-video-section {
	    overflow: hidden;
}
body .btn:hover {
	background: #000;
	transition: all 0.5s;
	color: #fff;
}
.contact-wrap a:hover, .contact-wrap p:hover {
    color: #cd1e1f;
}
a.navbar-brand img {
    width: 250px;
}
.sec-head3 {
    font-size: 40px;
    margin-bottom: 60px;
    font-family: poppins;
}
.sec-head{
	position: relative;
	margin-bottom: 60px;
}
.sec-head:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 7%;
	height: 3px;
	background: #2a0707;
}
.glassdoor-video-info h6 {
    position: relative;
    margin-top: 70px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.8;
    padding-right: 180px;
}
.glassdoor-video-info h6:after {
    content: "";
    position: absolute;
    width: 152px;
    height: 182px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.reputationdefensenetwork.com/wp-content/uploads/2020/09/arrow_new.png);
    top: -70px;
    right: 80px;
} 