@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


::selection {
	background:#895ffc;
	color:#fff;
	text-shadow:none
}
::-webkit-scrollbar {
	width:10px;
	background-color:#f5f5f5
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
	display:none
}
::-webkit-scrollbar-track-piece {
	-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);
	background-color:#dedede
}
::-webkit-scrollbar-thumb:vertical {
	border-radius:0;
	-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);
	background-image:linear-gradient(#000,#000)
}
body {
	overflow-x:hidden;
	font-family:"Inter", sans-serif;
	background-color:#000
}
*:hover,*:focus,* {
	outline:none!important
}
.overflw {
	overflow:hidden
}
[class^="box-"] {
	display:none
}
[class^="box-"].showfirst {
	display:block
}
img {
	max-width:100%;
	height:auto
}
a:hover,button:hover {
	-webkit-transition:all 0.4s ease-In-out;
	-moz-transition:all 0.4s ease-In-out;
	-o-transition:all 0.4s ease-In-out;
	transition:all 0.4s ease-In-out
}
.pad {
	padding:0
}
.padL {
	padding-left:0
}
.padR {
	padding-right:0
}
.pad-top-80 {
	padding-top:80px!important
}
.pad-top {
	padding-top:60px
}
.pad-btm-30 {
	padding-bottom:30px
}
.pad-btm {
	padding-bottom:50px
}
.pad-btm-70 {
	padding-bottom:70px
}
.pad-tb {
	padding:80px 0
}
.pad-tbm {
	padding:50px 0
}
.padRt-60 {
	padding-right:60px
}
.pad-LR30 {
	padding:0 30px
}
.pad-80-240 {
	padding:80px 0 240px
}
.mt-50 {
	margin-top:50px
}
.mt-35 {
	margin-top:35px
}
.btn-a {
	background-color:#212529;
	border:2px solid #212529;
	border-radius:0;
	color:#fff !important;
	padding:15px 20px;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s
}
.btn-a:hover {
	background:transparent !important;
	color:#212529 !important;
    border-color: #212529 !important;
}
.btn-submit {
	border-radius:5px!important;
	text-transform:uppercase!important;
	font-size:24px!important;
	letter-spacing:.2px
}
.btn-submit:hover {
	background:#fff0;
	color:#fff
}
.m1-h h5 {
	font-size:60px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	position:relative;
}
.m1-h h5 span {
	font-weight:400;
	font-size:44px
}
.m2-h h5 {
	font-size:36px;
	text-transform:capitalize;
	color:#aa765e;
	font-weight:600;
	position:relative;
	
	text-transform:uppercase;
	padding-bottom:20px
}
.m2-h h5 span {
	border-bottom:3px solid #aa765e;
	text-transform:capitalize
}
.m3-h h5 {
	margin-bottom:35px;
	padding-bottom:19px;
	color:#aa765e;
	font-weight:600;
	
	text-transform:uppercase;
	font-size:18px
}
.m4-h h5 {
	color:#aa765e;
	
	text-transform:capitalize;
	font-size:18px;
	margin:25px 0 30px;
	font-weight:600
}
.m5-h h5 {
	font-weight:600;
	color:#fff;
	font-size:48px;
	text-transform:uppercase;
	
}
.m5-h h5 span {
	border-bottom:3px solid #fff
}
.p1 p {
	font-size:14px;
	color:#fff;
	line-height:26px;
	font-weight:500;
	letter-spacing:.2px
}
.p2 p {
	font-size:36px;
	color:#fff;
	line-height:40px;
	font-weight:500;
	letter-spacing:.2px;
	text-transform:uppercase
}
.p3 p {
	color:#fff;
	line-height:32px;
	font-weight:600;
	font-size:18px;
	
}
.p4 p {
	font-size:16px;
	font-weight:600;
	color:#000;
	line-height:22px;
}
.font-16 {
	font-size:16px!important;
}
.menu-Bar {
	width:30px;
	height:20px;
	cursor:pointer;
	position:absolute;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:999999;
	display:none
}
.menu-Bar span {
	display:block;
	height:4px;
	width:100%;
	background:#000;
	position:absolute;
	transition:0.6s all;
	border-radius:100px
}
.menu-Bar span:nth-child(1) {
	top:0
}
.menu-Bar span:nth-child(2) {
	top:8px;
	transform-origin:left
}
.menu-Bar span:nth-child(3) {
	top:16px
}
.menu-Bar.open span {
	background:#fff
}
.menu-Bar.open span:nth-child(1) {
	transform:rotate(45deg);
	top:12px;
	transform-origin:right-center
}
.menu-Bar.open span:nth-child(2) {
	width:0;
	opacity:0
}
.menu-Bar.open span:nth-child(3) {
	transform:rotate(-45deg);
	top:12px;
	transform-origin:right-center
}
header {
	padding:15px 20px;
	background:#000
}
ul.menu {
	display:block
}
ul.menu>li {
	display:inline-block;
	margin-right:20px
}
ul.menu>li:last-child {
	margin-right:0;
	margin:0 0 0 30px
}
ul.menu>li>a {
	font-size:16px;
	font-weight: 600;
	color:#000;
	text-transform: uppercase;
	letter-spacing:0;
	border-bottom:2px solid #fff0
}
ul.menu>li.active a {
	border-bottom:2px solid #fff
}
ul.menu>li>a:hover {
	border-bottom:2px solid #fff
}
.mainBanner {
	background-size:cover;
	background-position:center;
	height:100vh;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	position:relative;
	z-index:999
}
video#myVideo {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:99
}
.z-9 {
	z-index:999;
	position:relative
}
.mainBanner:after {
	content:"";
	width:100%;
	height:100%;
	background:#00000059;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	margin:0 auto
}
.socialIcon li {
	display:inline-block
}
.socialIcon li span {
	padding:12px 10px;
	background-color:#000;
	border:1px solid #000;
	color:#fff;
	border-radius:50px;
	width:40px;
	height:40px;
	text-align:center;
	margin:0 5px 0 0
}
.socialIcon li span:hover {
	border:1px solid #000;
	background:transparent;
	color:#000
}
@media (max-width:1200px) {
	.menu-Bar {
	display:block;
	top:0
}
.menuWrap.open {
	display:flex;
	left:0
}
.menuWrap {
	position:fixed;
	left:-210%;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background:#000;
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow:column;
	transition:all 0.4s ease;
	z-index:9999;
	width:100vw
}
.menuWrap .menu li {
	display:block
}
.menuWrap .menu li a {
	margin-bottom:10px;
	padding:0;
	display:block;
	margin-bottom:30px;
	padding-right:0;
	margin-right:0;
	color:#fff;
	font-size:25px
}
.container {
	position:relative
}
header .header-top {
	display:none
}
header .main-header ul.menu>li {
	display:block;
	padding:0
}
header .main-header ul.menu>li a {
	color:#fff;
	padding:0;
	text-align:center
}
header .main-header ul.menu>li a:before {
	display:none
}
}
@media (max-width:980px) {
	.btn-a {
	margin-bottom:20px
}
footer {
	padding-bottom:60px
}
}
@media (max-width:767px) {
	header {
	padding:0
}
footer {
	text-align:center
}
.m1-h h5 span {
	font-size:26px
}
.at-h {
	padding-bottom:0
}
.padRt-60 {
	padding-right:0!important
}
.btn {
	border:1px solid #000
}
ul.menu>li:last-child {
	margin:0
}
a.logo img {
	width:50%
}
.m1-h h5 {
	font-size:20px
}
.mainBanner {
	height:35vh
}
.m2-h h5 {
	font-size:20px
}
.pad-tb {
	padding:40px 0
}
.p1 p {
	font-size:16px;
	line-height:20px
}
.flogo img {
	width:50%
}
.flogo {
	text-align:left;
	margin-bottom:20px
}
.copyright.text-center {
	font-size:16px
}
footer {
	padding:15px 0
}
ul.menu>li.active a {
	border-bottom:0
}
ul.menu>li {
	margin-right:0
}
.menuWrap .menu li a {
	margin-bottom:15px;
	font-size:15px
}
ul.menu>li>a {
	border-bottom:none
}
ul.menu>li.active a {
	border-bottom:none
}
ul.menu>li>a:hover {
	border-bottom:none
}
.inner-ban .ban_hdn h5::after {
	width:90px
}
.inner-ban {
	height:20vh
}
.Tec-ctn h5::after {
	width:270px
}
}
.listStyle {
	list-style:disc;
	display:inline-block;
	list-style-position:inside
}
.listStyle li {
	margin:30px 0;
	
	font-weight:500;
	text-transform:uppercase;
	font-size:18px;
	color:#fff
}
a:hover {
	text-decoration:none
}
body {
	background-color:#fff
}
header {
	padding:5px 20px;
	background:#000;
	background:white;
	text-align:center
}
a.btn.btn-a {
	padding:9px 24px;
	border:1px solid #ffffff4a;
	border-radius:42px
}
section.home-banner {
	padding:50px 0 50px;
	background-image:url(../images/banner/home-banner.webp);
	background-position:center;
	background-size:cover;
    color: white;
}
.banner-text h1 {
	font-size:31px;
	font-weight:800;
	line-height:38px;
	text-transform:uppercase;
	margin-bottom:15px
}
/* .banner-text h1::first-letter{
 font-size: 110%;         
  padding: 4px 7px;        
  border: 5px solid white; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 90px;
} */
 /* .banner-text h1 b {
    border: 5px solid white;
    margin-right: 6px;
    padding: 9px 4px;
    font-size: 135%;
    display: inline-block;
} */
.banner-text p {
	font-size:16px;
	line-height:23px;
	margin-bottom:20px
}
.banner-text h5 {
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:7px
}
.banner-text ul {
	padding-left:20px;
	margin-top:19px
}
.banner-text ul li {
	font-size:16px;
	margin-bottom:10px;
	list-style-type:disclosure-closed
}
.banner-text ul li::marker {
	color:#fff;
}
.buttons-div {
	margin-top:40px
}
.buttons-div a.btn-01 {
    background: #212529;
    padding: 13px 38px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px;
    margin-right: 10px;
    border: 1px solid #fff;
}
.buttons-div a.btn-02 {
	background:#fff;
	padding:13px 38px;
	color:#000;
	font-weight:600;
	border-radius:6px;
	font-size:15px;
        border: 1px solid #000;
}
.banner-form {
	background:#fff;
	padding:35px;
	border-radius:10px
}
.banner-form h2 {
	font-size:24px;
	margin-bottom:10px;
	color:#000;
	text-transform:uppercase;
	font-weight:700
}
.banner-form p {
	color:#000;
	font-size:15px
}
.banner-form label {
	font-size:0px!important
}
.banner-form label input {
	margin:0px!important;
	margin-bottom:18px!important;
	padding:13px 15px;
	border:2px solid black !important;
	border-radius:9px;
	margin-top:8px!important
}
.banner-form label input::placeholder {
	color:#000;
}
.banner-form label textarea {
	margin:0px!important;
	padding:13px 15px;
	border:2px solid black !important;
	border-radius:9px;
	margin-top:8px!important;
	margin-bottom:20px!important;
}
.banner-form label textarea::placeholder {
	color: black;
}
.banner-form button.btn.submitbtn {
	background:#212529;
	color:#fff;
	width:100%;
	padding:14px 0;
	font-size:15px
}
section.visions-sell {
	padding:20px 0
}
section.visions-sell h3 {
	font-size:20px;
	font-weight:700;
	color:#212529;
	text-transform:uppercase;
	line-height:24px
}
/* section.visions-sell h3::first-letter{
  font-size: 30px;         
  padding: 4px 7px;        
  border: 5px solid black; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
section.professional-book {
	background:#000;
	padding:80px 0
}
.professional-book-text h2 {
	color:#fff;
	font-size:33px;
	text-transform:uppercase;
	font-weight:700;
	line-height:42px;
	margin-bottom:15px
}
/* .professional-book-text h2::first-letter{
 font-size: 110%;       
  padding: 4px 7px;        
  border: 5px solid white; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 70px;
} */
.professional-book-text p {
	color:#ffffffd9;
	font-size:16px;
	line-height:23px;
	margin-bottom:16px
}
.professional-book-text ul li {
	width:50%!important;
	margin-bottom:25px;
	color:#fff;
	font-size:16px;
	position:relative;
	padding-left:20px
}
.professional-book-text ul {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-bottom:25px
}
.professional-book-text a {
	background:#fff;
	color:#000;
	padding:12px 35px;
	font-size:16px;
	border-radius:8px
}
.professional-book-text ul li:before {
	content:"";
	background-image:url(../images/icon/listicons.webp);
	background-size:contain;
	background-position:center;
	position:absolute;
	left:0;
	width:13px;
	height:13px;
	background-repeat:no-repeat;
	top:2px
}
section.book-name {
	padding:90px 0
}
.prominent-text h2 {
	color:#000;
	font-size:35px;
	text-transform:uppercase;
	font-weight:700;
	line-height:42px;
	margin-bottom:15px
}
/* .prominent-text h2::first-letter{
 font-size: 110%;       
  padding: 4px 7px;        
  border: 5px solid #000; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 90px;
} */
.prominent-text p {
	color:#000;
	font-size:16px;
	line-height:23px;
	margin-bottom:16px
}
.counter-box-main {
	display:flex;
	column-gap:37px;
	justify-content:flex-start
}
.prominent-text .counter-box-main .counter-box i {
	font-size:27px;
	color:#B9B9B9;
	margin-right:8px
}
.prominent-text .counter-box-main .counter-box span.counter {
	font-size:30px;
	color:#000;
	font-weight:800
}
.prominent-text .counter-box-main .counter-box p {
	margin:0;
	margin-top:7px;
	font-size:13px;
	font-weight:400
}
.counter-box-main .counter-box {
	font-size:32px;
	color:#000;
	font-weight:800
}
section.awards {
	background:#000;
	padding:40px 0
}
section.awards h3 {
	font-size:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	line-height:35px
}
section.tech {
	padding:90px 0;
	background:#B9B9B9
}
.texh-text h2 {
	text-align:center;
	font-size:36px;
	margin-bottom:12px;
	font-weight:700;
    color: black;
}
/* .texh-text h2::first-letter{
 font-size: 110%;      
  padding: 4px 7px;        
  border: 5px solid black; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 70px;
} */
.texh-text h2 span {
	font-weight:500;
	color:#565656
}
.texh-text p {
	font-size:16px;
	text-align:center;
	color:#555;
	width:80%;
	margin:0 auto;
	line-height:25px
}
.texh-text {
	margin-bottom:30px
}
.left-side-bar {
	padding-right:30px
}
.left-side-bar .tango-tech-main {
	background:#fff;
	padding:20px;
	border-radius:10px;
	display:flex;
	flex-direction:row-reverse;
	gap:25px;
	align-items:center;
	margin-bottom:30px;
    border: 2px solid black;
}
.left-side-bar .tango-tech-main img {
	padding:20px 18px;
	border-radius:7px;
	background:#fff;
	box-shadow:2px 2px 7px -2px #bbb;
	margin-right:-50px;
	width:100px;
	height:100px;
	object-fit:contain;
    border: 2px solid black;
}
.left-side-bar .tango-tech-main p {
	width:60%;
	font-size:15px;
	color:#555;
	line-height:21px;
	text-align:end;
	height:auto
}
.left-side-bar .tango-tech-main h4 {
	width:26%;
	font-size:16px;
	font-weight:700;
	color:#000;
	text-align:end
}
.right-side-bar {
	padding-left:30px
}
section.book-name .buttons-div a.btn-02 {
    background: #B9B9B9;
}
.right-side-bar .tango-tech-main {
	background:#fff;
	padding:20px;
	border-radius:10px;
	display:flex;
	flex-direction:row;
	gap:25px;
	align-items:center;
	margin-bottom:30px;
    border: 2px solid black;
}
.right-side-bar .tango-tech-main img {
	padding:20px 18px;
	border-radius:7px;
	background:#fff;
	box-shadow:-2px 2px 7px -2px #bbb;
	margin-left:-50px;
	width:100px;
	height:100px;
	object-fit:contain;
    border: 2px solid black;
}
.right-side-bar .tango-tech-main p {
	width:60%;
	font-size:15px;
	color:#555;
	line-height:21px;
	text-align:left;
	height:auto
}
.right-side-bar .tango-tech-main h4 {
	width:26%;
	font-size:16px;
	font-weight:700;
	color:#000;
	text-align:left
}
section.tabs-section {
	padding:80px 0
}
.tabs-head {
	margin-bottom:20px
}
.tabs-head h2 {
	text-align:center;
	font-size:36px;
	margin-bottom:12px;
	font-weight:700
}
/* .tabs-head h2::first-letter{
 font-size: 110%;    
  padding: 4px 7px;        
  border: 5px solid black; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
.tabs-head p {
	font-size:16px;
	text-align:center;
	color:#555;
	width:80%;
	margin:0 auto;
	line-height:25px
}
.tablist {
	text-align:center;
	margin-bottom:30px
}
.tablist button {
	background:#fff0;
	border:0;
	padding:13px 20px;
	font-size:15px;
	border-radius:7px;
	margin:0 5px;
	color:#000;
	font-weight:700
}
.tablist button[aria-selected="true"] {
	background:#aa765e;
	color:#fff
}
.image-box {
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	gap:20px
}
.image-box img {
	width:23%
}
section.edited {
    padding: 70px 0 30px;
    background: linear-gradient(180deg, #B9B9B9 10%, #71706F);
    text-align: center;
    color: #fff;
}
section.edited h2 {
	color:#000;
	font-size:33px;
	text-transform:uppercase;
	font-weight:700;
	line-height:42px;
	width:80%;
	margin:0 auto 20px
}
/* section.edited h2::first-letter{
  font-size: 110%;         
  padding: 4px 7px;        
  border: 5px solid black; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
section.edited p {
	color:#000;
	font-size:16px;
	line-height:23px;
	margin-bottom:16px
}
.left-img img {
	margin-left:-50px;
	width:150%!important;
	margin-right:-60px;
	max-width:150%
}
.right-img img {
	margin-left:-50px;
	width:150%!important;
	margin-right:-60px;
	max-width:150%
}
section.service {
	padding:100px 0 150px;
	text-align:center
}
.services-head {
	margin-bottom:30px
}
.services-head h2 {
	text-align:center;
	font-size:36px;
	margin-bottom:12px;
	font-weight:700
}
/* .services-head h2::first-letter{
 font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid black; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
.services-head p {
	font-size:16px;
	text-align:center;
	color:#555;
	width:86%;
	margin:0 auto;
	line-height:25px
}
.serve-box {
	padding:30px;
	border:1px solid #000;
	border-radius:10px;
	transition:0.5s all;
	color:#000;
	margin-bottom:30px
}
.serve-box:hover {
	background: linear-gradient(180deg, #B9B9B9 50%, #71706F);
	/* color:white!important; */
	transition:0.5s all
}
.serve-box img {
	margin-bottom:15px;
	width:60px
}
.serve-box img {
	filter:brightness(0) invert(0)
}
.serve-box:hover img {
	filter:brightness(0) invert(0)
}
.serve-box h4 {
	font-size:25px;
	margin-bottom:17px;
	font-weight:700;
	text-transform:uppercase;
	line-height:29px
}
.serve-box p {
	font-size:15px;
	text-align:center;
	line-height:22px
}
section.authors-sec {
	background-image:url(../images/authors-bg.webp);
	background-size:cover;
	background-position:center
}
section.authors-sec img {
	width:87%;
	margin:-120px 0
}
.author-sec-content {
	padding-left:100px
}
.author-sec-content h3 {
	color:#fff;
	font-size:43px;
	text-transform:uppercase;
	font-weight:700;
	line-height:52px;
	margin-bottom:15px;
}
/* .author-sec-content h3::first-letter{
   font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid #fff; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
.author-sec-content p {
	color:#fff;
	font-size:16px;
	line-height:23px;
	margin-bottom:16px;
	    width: 90%;
}
section.authors-sec-2 {
	background-image:url(../images/best-selling-bg.webp);
	background-size:cover;
	background-position:center
}
section.authors-sec-2 img {
	width: 93%;
	margin:-120px 0
}
.author-sec-text h3 {
	color:#fff;
	font-size:37px;
	text-transform:uppercase;
	font-weight:700;
	line-height:46px;
	margin-bottom:15px
}
/* .author-sec-text h3::first-letter{
  font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid #fff; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
.author-sec-text p {
	color:#fff;
	font-size:16px;
	line-height:23px;
	margin-bottom:16px
}
.author-sec-text .buttons-div a.btn-01 {
	background:#fff;
	color:#000;
	border-radius:100px
}
section.value {
	padding:150px 0 160px;
	text-align:center
}
.value-text h2 {
	text-align:center;
	font-size:36px;
	margin-bottom:13px;
	font-weight:700;
	color:#000;
}
/* .value-text h2::first-letter{
   font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid #000; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 60px;
} */
.value-text p {
	font-size:16px;
	color:#000
}
.value-text .buttons-div a.btn-01 {
	background:#000;
	border-radius:100px
}
.value-text .buttons-div {
	margin-bottom:70px
}
section.faqs {
	padding:100px 0 80px;
	.accordion-container .set a {
	background:linear-gradient(180deg, #B9B9B9 10%, #71706F);
	padding:11px 20px;
	margin-bottom:20px;
	border-radius:6px;
	font-size:16px;
	color:#fff;
	display:block;
	text-decoration:none;
	font-weight:600;
	border-bottom:1px solid #ddd;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear
}
.accordion-container .set a.active{
    background-color: #000;
    color: white;
}
.accordion-container .set a i.fa {
	color:#000;
	background:#fff;
	border-radius:100%;
	width:36px;
	height:36px;
	padding:12px;
	margin-right:9px
}
.accordion-container {
	position:relative
}
.accordion-container>h2 {
	text-align:center;
	color:#fff;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd
}
.set>a.active {
	background-color:#aa765e;
	color:#000;
	margin-bottom:10px!important
}
.content {
	background-color:#fff;
	display:none
}
.content p {
	padding:10px 15px 30px;
	margin:0;
	color:#333;
	font-size:15px;
	line-height:21px
}
}
.faqs-text {
	margin-bottom:20px;
	text-align:center
}
.faqs-text h2 {
	font-size:40px;
	font-weight:700;
	color:#000;
	margin-bottom:20px
}
/* .faqs-text h2::first-letter{
  font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid #000; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 40px;
} */
.faqs-text p {
	font-size:16px
}
section.contact-sec {
	background-image:url(../images/contact-bg.webp);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:80px 0
}
.contact-text {
	text-align:center;
	margin-bottom:20px
}
.contact-text h2 {
	color:#fff;
	font-size:40px;
	font-weight:700;
	width:62%;
	line-height:51px;
	margin:0 auto
}
/* .contact-text h2::first-letter{
  font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid #fff; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 45px;
} */
.contact-form {
	padding:35px;
	border-radius:10px;
	background:linear-gradient(240deg,#B9B9B9 0% ,#71706F 92%)
}
.contact-form h2 {
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#fff;
	margin-bottom:29px
}
.contact-form input,.contact-form textarea {
	color:#fff;
	padding:8px 7px
}
.contact-form input::placeholder,.contact-form textarea::placeholder {
	color:#fff
}
.contact-form button.btn.submitbtn {
	background:#000;
	color:#fff;
	padding:13px 30px;
	text-transform:uppercase;
	border-radius:100px;
	font-weight:500
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: black;
}
section.contact-sec h3 {
	color:#fff;
	text-align:center;
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:20px!important
}
section.contact-sec h3 span {
	color:#B0B0B0;
}
section.contact-sec ul.contact-point li {
	font-size:14px;
	color:#fff;
	line-height:24px;
	margin-bottom:13px;
	position:relative;
	padding-left:50px
}
ul.contact-point li::before {
	width:25px;
	height:25px;
	content:"";
	position:absolute;
	left:18px;
	background:#B0B0B0;
	border-radius:100px;
	top:3px
}
.footer-top {
	background:#000;
	padding:40px 0;
	text-align:center
}
.footer-top img {
	width:80%
}
.footer-links-img {
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:30px;
	margin:20px 0
}
.footer-links-img img {
	width:120px
}
.ftr-lt img {
	margin-bottom:20px
}
.contact-details a {
	color:#000;
	display:block;
	margin-bottom:13px;
	font-size:15px;
	line-height:22px
}
.other-details h4 {
	font-size:19px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#000
}
.other-details a {
	color:#000;
	display:block;
	margin-bottom:13px;
	font-size:15px;
	line-height:14px
}
p.disclaimer {
	margin:13px 0 0;
	font-size:15px;
	line-height:21px;
	color:#000;
}
.text-right a {
	color:#fff;
	margin-left:15px;
	font-size:15px;
	line-height:14px
}
section.testimonail {
	padding:160px 0 30px
}
.test-head {
	text-align:center;
	margin-bottom:50px
}
.test-head h2 {
	font-size:40px;
	text-transform:uppercase;
	font-weight:700;
	color:#000
}
/* .test-head h2::first-letter{
   font-size: 110%;        
  padding: 4px 7px;        
  border: 5px solid #000; 
  margin-right: 4px; 
  vertical-align: middle;
  line-height: 40px;
} */
.test-main {
	padding:30px 30px;
	position:relative;
	border:2px solid #000;
	margin:0 10px;
	text-align:center;
	height:260px;
	border-radius:7px
}
.img-box {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center
}
.test-main h3 {
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px
}
.test-main p {
	font-size:14px;
	line-height:21px;
	margin-bottom:22px
}
.test-main img {
	display:inline
}
footer {
	background:linear-gradient(240deg,#B9B9B9 0% ,#71706F 92%);
	padding:70px 0
}
.flogo {
	text-align:right
}
.copyright.text-center {
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	background:#000
}
.copyright.text-center p {
	text-transform:capitalize;
	text-align:left
}
.img-box img {
	width:80px;
	height:80px
}
.modal-dialog {
	max-width:930px;
	margin:100px auto
}
.logo {
	text-align:center
}
.popup-work h2 {
	text-align:center;
	font-family:"Inter", sans-serif;
	font-size:40px;
	color:#000;
	text-transform:uppercase;
	font-weight:800;
	margin:20px 0 15px
}
.popup-work h2 span {
	color:#363636;
}
.popup-work p {
	text-align:center;
	margin-bottom:13px;
	font-size:19px;
	font-weight:600;
	color:#000;
}
.modal-body {
    padding: 50px;
    position: relative;
    background: #B9B9B9;
}
.popup-work input {
	background:transparent !important;
	border:1px solid #000!important;
	color:#000!important;
	padding:14px;
	font-family:'Lato'!important;
	font-weight:500;
	margin:10px 0!important
}
img.img-pop {
	height:369px;
	padding:10px;
	border:1px solid #000
}
.popup-work .cta label {
	font-size:0px!important
}
.popup-work button.btn.submitbtn {
	width:100%;
	background:#000;
	margin:0px!important;
	color:#fff;
	font-size:17px;
	padding:9px 0
}
.modal-body button.close {
	background:#000;
	color:#fff;
	width:30px;
	height:30px;
	border-radius:20px;
	padding:0px!important
}
.popup-work textarea {
	background:transparent !important;
	border:1px solid #000!important;
	color:#000!important;
	padding:14px;
	font-family:'Lato'!important;
	font-weight:500;
	margin:10px 0!important
}
.popup-work textarea::placeholder , .popup-work input::placeholder{
    color: black;
}
.mobile-version {
	display:none
}
.process.process-01 {
	margin-top:-30px
}
section.banner-abt-contact {
	/* background-color:#603927; */
	padding:90px 0
}
.abt-bg {
	background-image:url(../images/abt-bg.webp);
	background-size:cover;
	background-position:center
}
.contact-bg {
	background-image:url(../images/contact-bg.webp);
	background-size:cover;
	background-position:center
}
section.banner-abt-contact h1 {
	color:#fff;
	font-size:79px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px
}
section.sub-sec {
	padding:80px 0 30px
}
section.sub-sec h2 {
	color:#000;
	font-size:34px;
	font-weight:700;
	line-height:37px
}
.img-sec {
	background:#000;
	padding:16px 0
}
section.our-mission {
	padding:70px 0 70px
}
.consulation-col h2 {
	font-size:32px;
	font-weight:700;
	line-height:37px
}
.consulation-col {
	text-align:center
}
.consulation-col p {
	font-size:16px;
	line-height:23px;
	margin-bottom:20px
}
.consulation-col a.abt-button {
	background:#212529;
	color:#fff;
	padding:16px 20px;
	display:block;
	width:60%;
	margin:0 auto;
	font-size:14px
}
section.form .cta label {
    color: white !important;
}
.mission-col {
	background: linear-gradient(180deg, #B9B9B9 10%, #71706F);
	padding:30px
}
.mis-2-col {
	background:#fff;
	padding:40px;
	border-radius:30px;
	text-align:center
}
.mis-2-col h2 {
	margin-bottom:10px;
	font-size:31px;
	color:#000;
	font-weight:600
}
.mis-2-col p {
	font-size:14px;
	line-height:20px;
	color:#000
}
section.quote-sec {
	background: linear-gradient(180deg, #B9B9B9 10%, #71706F);
	padding:100px 0
}
section.quote-sec h2 {
	font-size:40px;
	color:#000;
	text-align:center;
	font-weight:700;
	margin-bottom:30px
}
section.quote-sec form input {
	width:100%;
	background:white!important;
	border:2px solid #a6a6a6;
	padding:15px 20px;
	color:#000;
	margin-top:0px!important;
	height:60px
}
section.quote-sec form .form-group {
	width:95%;
	margin:0 auto
}
section.quote-sec form button.btn.bgbtn {
	background:#212529;
	padding:17px 40px;
    border: 2px solid #fff;
	width:26%;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	color:#fff;
}
section.top-notch {
	background-image:url(../images/struggling.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:110px 0;
	text-align:center
}
section.top-notch h2 {
	color:#fff;
	font-size:41px;
	width:81%;
	line-height:52px;
	margin:0 auto;
	font-weight:800;
	text-transform:uppercase
}
section.faqshead {
	padding:60px 0 0;
	padding:60px 0 0
}
section.faqshead h2 {
	color:#000;
	font-size:30px;
	width:89%;
	line-height:43px;
	margin:0 auto 30px;
	font-weight:800;
	text-transform:uppercase;
	text-align:center
}
.faqs-work .Accordion_item h3.title {
	margin-bottom:12px;
	font-size:17px
}
.faqs-work .Accordion_item .inner_content {
	font-size:15px;
	line-height:23px;
	width:81%
}
.faqs-work .Accordion_item {
	background:#000;
	margin-bottom:20px;
	padding:20px;
	color:#fff;
	text-align:left;
	cursor:pointer
}
a.contact-button {
	background:#212529;
	color:#fff;
	font-size:21px;
	padding:24px 10px;
	display:block;
	text-align:center;
	width:43%;
	border-radius:12px;
	margin:0 auto 40px;
	text-transform:uppercase;
	font-weight:600
}
section.looking-banner {
	background-image:url(../images/struggling.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:60px 0;
	text-align:center
}
section.looking-banner h2 {
	color:#fff;
	font-size:41px;
	width:70%;
	line-height:52px;
	margin:0 auto 20px;
	font-weight:800;
	text-transform:uppercase
}
section.looking-banner p {
	color:#fff;
	font-size:16px;
	margin-bottom:20px
}
section.looking-banner a.number {
	color:#000;
	padding:12px 23px;
	border:2px solid #fff;
	background:#fff;
	margin:0 7px;
	border-radius:4px;
	font-size:16px
}
section.looking-banner .buttons {
	margin-top:40px!important
}
section.looking-banner a.number:hover {
	background:#a5a5a5;
	color:#fff
}
section.contact-us {
	background: linear-gradient(180deg, #B9B9B9 10%, #71706F);
	padding:80px 30px
}
section.contact-us h2 {
	color:#000;
	font-size:38px;
	line-height:48px;
	margin:0 auto;
	font-weight:800;
	text-transform:uppercase
}
section.contact-us p {
	font-size:15px;
	margin:10px 0 20px;
	line-height:23px
}
.forms {
	background:#fff;
	padding:50px
}
.forms h4 {
	text-align:center;
	font-size:34px;
	font-weight:700;
	color:#000;
}
.forms form.cta label {
	color:#000!important;
	font-size:15px!important;
	font-weight:500!important
}
.forms form.cta {
	margin-top:30px
}
.forms form.cta input {
	color:black!important;
	border-bottom:1px solid #000;
	margin-bottom:22px!important;
	padding:14px;
	margin-top:0
}
.forms form.cta textarea {
	border-bottom:1px solid 4880EE;
	height:50px;
	border-bottom:1px solid #000;
	margin-bottom:22px!important;
	padding:14px;
	margin-top:0;
	color:black!important
}
.forms form.cta button.btn.submitbtn {
	background:#000;
	width:100%;
	color:white!important;
	padding:16px;
}
.banner-button {
	margin-top:30px
}
.banner-button a {
	padding:11px 24px;
	border:1px solid #444;
	margin-right:20px;
	font-weight:500
}
.banner-button a:hover {
	background:#444;
	color:#fff
}
.banner-button a.button-2 {
	padding:13px 30px;
	margin-right:20px;
	font-weight:500;
	background:#fff;
	color:#000;
	border:0;
	border-radius:6px
}
section.getto-know {
	padding:50px 0;
	text-align:center
}
section.getto-know h4 {
	font-size:22px;
	margin-bottom:12px;
	text-transform:uppercase
}
section.getto-know h2 {
	font-size:60px;
	color:#000;
	margin-bottom:17px;
	font-weight:800
}
section.getto-know ul.contact li a .details {
	color:#000
}
section.getto-know ul.contact li a i {
	color:#000
}
section.getto-know p {
	font-size:16px;
	margin-bottom:30px
}
section.getto-know ul.contact {
	display:flex;
	justify-content:center;
	gap:40px
}
section.getto-know ul.contact li a {
	display:flex;
	align-items:center;
	gap:10px
}
section.getto-know ul.contact li a i {
	font-size:40px
}
section.getto-know ul.contact li {
	width:23%;
	text-align:left
}
section.getto-know ul.contact li a .details h6 {
	font-weight:700;
	margin-bottom:7px
}
section.getto-know ul.contact li a .details p {
	font-size:15px;
	margin:0
}
section.form {
	padding:80px 20px 0;
	background-image:url(../images/contact-bg2.webp);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat
}
.form-work2 h2 {
	font-size:50px;
	color:#fff;
	margin-bottom:17px;
	font-weight:600
}
.form-work2 p {
	font-size:15px;
	color:#fff;
	margin-bottom:20px
}
.form-work2 {
	.cta input[type="text"],input[type="number"],input[type="email"],textarea {
	width:100%!important;
	color:#000;
	font-size:16px!important;
	background:#ffffff!important;
	border:0;
	border-bottom:0 solid #fff;
	margin:15px 0;
	padding:14px
}
textarea {
	height:270px
}
form.cta {
	width:80%
}
button.btn.submitbtn {
	width:100%;
	padding:14px 20px;
	color:#fff;
	background:#000;
	font-size:18px
}
}
img.img-contact {
	width:80%
}
.vision-process {
	display:flex;
	gap:20px
}
.v-process .icons {
	background: linear-gradient(240deg,#B9B9B9 0% ,#71706F 92%);
	width:130px;
	height:130px;
	padding:40px 30px;
	border-radius:100%;
	border: 2px solid black;
	margin:100px auto 0
}
/* .pro-02 .icons {
	background:#b16125;
	border:5px solid #d8b092
}
.pro-03 .icons {
	background:#b58f48;
	border:5px solid #d7c39d
}
.pro-04 .icons {
	background:#c37e33;
	border:5px solid #e1be99
}
.pro-05 .icons {
	background:#631b05;
	border:5px solid #b18d82
} */
.v-process .icons img {
	height:45px;
	width:45px
}

.v-process .text h3 {
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
	color:#000;
	line-height:24px
}
.v-process .text p {
	font-size:14px;
	line-height:21px
}
.v-process:nth-child(even) {
	display:flex;
	flex-direction:column-reverse
}
.v-process:nth-child(even) .icons {
	margin:150px auto 80px
}
.v-process .text {
	margin:0 -50px 0
}
.vision-process {
	background-image:url(../images/visionnary-bg.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto
}
ul.menu {
	text-align:end
}
.lp-page li.first {
	margin-right:0
}
.lp-page .footer-links-img {
	justify-content:center
}
.terms-heading h4 {
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	color:#000;
	font-weight:700
}
.banner-contents h1 {
	font-size:46px;
	line-height:50px;
	text-transform:uppercase;
	color:#000;
	font-weight:700
}
.banner-contents p {
	font-size:14px;
	color:#000;
	padding:5px 0;
	line-height:25px
}
.banner-contents p a {
	font-size:14px;
	color:#000;
	padding:5px 0;
	line-height:25px
}
form.lp-forms select {
	width:100%;
	padding:12px;
	margin-bottom:10px;
	border:1px solid #000;
	font-family:'Inter';
	color:#000;
	background:#fff;
	border-radius:7px
}
form.lp-forms select option {
	color:#000
}
form.lp-forms h3.service-choose {
	font-family:'Inter';
	color:#000;
	font-size:16px;
	margin:12px 0 10px
}
form.lp-forms label {
	color:#000 !important;
	font-size:15px!important;
	font-family:'Inter'
}
form.lp-forms .forn-icons input {
	width:100%;
	background:#fff;
	color:#000 !important;
	border:1px solid #000;
	padding:12px;
	font-family:'Inter'
}

form.lp-forms .forn-icons input::placeholder {
	color:black !important
}
form.lp-forms input[type="submit"] {
	background:#212529;
	color:#fff;
	width:100%;
	padding:14px 0;
	font-size:15px;
	border:none;
	font-family:'Inter'
}
.banner-images {
	display:flex;
	flex-direction:row;
	gap:30px;
	margin-top:40px
}
.banner-images img {
	width:130px
}
.serve-box:hover .buttons-div a.btn-02 {
	background: #212529;
    color: white;
}
.top-bar {
	background: #212529;
	padding: 10px 0;
}
.top-bar ul {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
}
.top-bar ul li a {
	color: white;
	font-size: 15px;
}
.contact-text p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 13px;
}
section.contact-sec ul.contact-point li b {
	font-weight: 700;
}
li.sub-menu-support {
	position: relative;
}
.sub-menu {
	display: none;
	position: absolute;
	top: 138%;
	left: 0;
	background:  linear-gradient(40deg,#B9B9B9 0% ,#71706F 92%);
	list-style: none;
	padding: 0px 0;
	min-width: 260px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: 999;
}
.menu li:hover > .sub-menu {
	display: block;
}
.sub-menu li a {
	display: block;
	padding: 12px 20px;
	text-align: left;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.sub-menu li a:hover {
	background-color: #f5f5f5;
	color: black;
}
@media screen and (max-width:1366px) {

section.authors-sec {
	padding:30px 0
}
}
@media screen and (max-width:1024px) {
	.banner-text h1 {
	font-size:28px;
	line-height:36px
}
.banner-text ul li {
	font-size:14px;
	margin-bottom:10px;
	list-style-type:disclosure-closed
}
.professional-book-text h2 {
	font-size:28px
}
.prominent-text h2 {
	font-size:33px;
	line-height:37px
}
.prominent-text .counter-box-main .counter-box span.counter {
	font-size:23px
}
section.awards h3 {
	font-size:21px;
	line-height:30px
}
.texh-text h2 {
	font-size:32px;
	margin-bottom:11px
}
.tabs-head h2 {
	font-size:33px;
	margin-bottom:15px
}
.tablist button {
	padding:13px 17px;
	font-size:14px
}
.image-box img {
	width:23%
}
section.edited {
	padding:70px 0 60px
}
.serve-box {
	padding:20px
}
.serve-box h4 {
	font-size:21px;
	margin-bottom:10px
}
.author-sec-content {
	padding-left:0;
	padding:30px 0
}
.author-sec-content h3 {
	font-size:37px;
	line-height:43px;
	margin-bottom:15px;
}
section.authors-sec img {
	width:100%;
	margin:-150px 0
}
section.value {
	padding:70px 0 70px;
	text-align:center
}
section.authors-sec-2 img {
	width:90%;
	margin:-90px 0
}
.author-sec-text h3 {
	font-size:37px;
	line-height:45px
}
.img-box h3 {
	font-size:15px
}
.img-box img {
	width:40%
}
.test-main {
	padding:30px 30px 40px;
	position:relative;
	height:auto
}
.faqs-text h2 {
	font-size:33px
}
.contact-text h2 {
	font-size:32px;
	font-weight:700;
	margin:0 auto
}
.other-details h4 {
	font-size:16px
}
footer {
	padding:50px 0
}
}
@media screen and (max-width:768px) {
	section.professional-book {
	background:#000;
	padding:40px 0
}
.banner-form {
	margin-top:40px
}
.texh-text p {
	font-size:16px;
	width:100%
}
section.tech {
	padding:70px 0;
}
img.img-work {
	width:60%;
	float:right
}
.left-img img {
	margin-left:0;
	width:40%!important;
	margin-right:0
}
.right-img img {
	margin-left:0;
	width:40%!important;
	margin-right:0
}
section.authors-sec img {
	width:50%;
	margin:0;
	float:right
}
section.authors-sec-2 img {
	width:40%;
	margin:0 0
}
section.authors-sec-2 img {
	width:40%;
	margin:-100px 0 0
}
.faqs-text h2 {
	font-size:28px
}
.contact-text h2 {
	font-size:28px;
	width:100%
}
section.contact-sec h3 {
	margin-top:40px
}
.other-details h4 {
	margin-top:20px
}
.image-box img {
	width:22%
}
.v-process .text {
	margin:0
}
.v-process .icons {
	margin:0 auto 20px!important
}
.v-process {
	display:flex;
	flex-direction:column-reverse
}
.vision-process {
	background-image:none;
	flex-wrap:wrap
}
}
@media screen and (max-width:480px) {
	.banner-text h1 {
	font-size:26px;
	line-height:32px
}
.footer-links-img {
    justify-content: center;
}
.buttons-div a.btn-01 {
	padding:13px 18px;
	font-size:14px
}
.services-head h2 {
	font-size:29px;
	line-height:37px
}
.buttons-div a.btn-02 {
	padding:13px 18px;
	font-size:14px
}
.banner-form h2 {
	font-size:19px
}
.professional-book-text h2 {
	font-size:20px;
	line-height:30px
}
img.img-work {
	width:100%;
	float:right;
	margin-top:40px
}
.prominent-text h2 {
	font-size:25px;
	line-height:32px
}
.texh-text h2 {
	font-size:24px;
	line-height:30px
}
.left-side-bar .tango-tech-main {
	padding:16px;
	border-radius:10px;
	display:flex;
	flex-direction:column;
	gap:22px;
	margin-bottom:25px
}
.left-side-bar .tango-tech-main img {
	margin-right:0
}
.left-side-bar .tango-tech-main h4 {
	width:auto;
	text-align:center
}
.left-side-bar .tango-tech-main p {
	width:auto;
	color:#555;
	text-align:center;
	height:auto
}
.left-side-bar {
	padding-right:0
}
.right-side-bar .tango-tech-main {
	padding:16px;
	border-radius:10px;
	display:flex;
	flex-direction:column;
	gap:22px;
	margin-bottom:25px
}
.right-side-bar .tango-tech-main img {
	margin-left:0
}
.right-side-bar .tango-tech-main h4 {
	width:auto;
	text-align:center
}
.right-side-bar .tango-tech-main p {
	width:auto;
	color:#555;
	text-align:center;
	height:auto
}
.right-side-bar {
	padding-left:0
}
.tabs-head h2 {
	font-size:24px;
	margin-bottom:15px;
	line-height:28px
}
.image-box img {
	width:47%
}
section.edited h2 {
	font-size:24px;
	font-weight:700;
	line-height:33px;
	width:100%
}
section.edited {
	padding:40px 0 40px
}
.right-img {
	margin-top:30px
}
.serve-box h4 br {
	display:none
}
.author-sec-content h3 {
	font-size:26px;
	line-height:35px
}
.author-sec-content p {
	color:#fff;
	font-size:16px;
	line-height:23px;
	margin-bottom:16px;
	width:100%
}
section.authors-sec img {
	width:100%;
	margin:0;
	float:right
}
.value-text h2 {
	font-size:27px
}
section.authors-sec-2 img {
	width:90%;
	margin:20px 0 0
}
.author-sec-text h3 {
	font-size:24px;
	line-height:31px
}
img.test-book {
	width:50%
}
section.authors-sec-2 {
	padding:50px 0
}
.faqs-text h2 {
	font-size:25px
}
.copyright.text-center p {
	text-transform:capitalize;
	text-align:center
}
.text-right {
	text-align:center;
	margin-top:20px
}
.test-main::before {
	display:none
}
.contact-text h2 {
	font-size:25px;
	width:100%;
	line-height:36px
}
.contact-form h2 {
	font-size:20px
}
.professional-book-text ul li {
	margin-bottom:22px;
	font-size:14px
}
.test-head h2 {
	font-size:20px
}
.accordion-container .set a i.fa {
	color:#000;
	background:#fff;
	border-radius:100%;
	width:33px;
	height:33px;
	padding:10px;
	margin-right:9px
}
img.img-pop {
	display: none;
}
.modal-body {
	padding: 30px;
}
.popup-work h2 {
	font-size: 30px;
	margin: 20px 0 5px;
}
.prominent-text .counter-box-main .counter-box i {
	font-size: 20px !important;
}
.prominent-text .counter-box-main .counter-box span.counter {
	font-size: 20px !important;
}
.counter-box-main .counter-box {
	font-size: 20px !important;
}
ul.sub-menu {
	padding: 5px 0px;
	left: -60px;
}
ul.sub-menu li a {
	margin: 0px !important;
}
ul.sub-menu li {
	margin: 0px;
	padding: 15px 0;
}
}