@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap');

html {
	scroll-behavior: smooth;
	scroll-padding-top: 30px;
	overflow-y: auto;
}

body {
	font-family: inter;
	font-size: 18px;
	line-height: 1.5;
	color: #324354;
}

.btn-success.focus,
.btn-success:focus,
.btn:focus,
a:hover {
	outline: 0;
	text-decoration: none
}

a {
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	transition: all .4s ease-in-out !important
}

h1 {
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #324354;
	font-weight: bold;
}

h2 {
	font-size: 38px;
	line-height: 46px;
	letter-spacing: -.024em;
	font-weight: 900;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -.018em;
	font-family: inter;
}

img {
	width: auto;
	max-width: 100%;
	height: auto
}

ul {
	padding: 0;
	margin: 0
}

.fixed-top-margin {
	margin-top: 134px
}

.section-padding {
	padding: 50px 0
}

.no-top-padding {
	padding-top: 0
}

.no-bottom-padding {
	padding-bottom: 0
}

.no-padding {
	padding: 0
}

.navbar-brand>img {
	height: auto
}

.closebtn,
.menu-bar {
	cursor: pointer
}

.themeColor {
	color: #ff7459
}

.navbar-brand {
	padding: 0 !important;
	height: auto
}

.boldFont {
	font-family: inter;
	font-weight: 900;
}

.btnBox .themeBtn {
	background: #ff7459;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 22px;
	height: 45px;
	font-family: inter;
	border-radius: 6px;
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .2);
	transition: all .4s ease-in-out
}

.btnBox .themeBtn:hover, .btnBox .btn:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4)
}

.btnBox .themeBtn img {
	margin: 0px 0 0 6px;
	vertical-align: baseline;
	transition: all .4s ease-in-out;
	width: 15px;
	height: 15px;
}

.btnBox .themeBtn:hover img {
	transform: translateX(3px)
}

.blueBg p a {
	color: #fff;
	text-decoration: underline;
}

.blueBg p a:hover {
	text-decoration: none;
}

.header {
	position: relative;
	z-index: 99;
}

.topHeader {
	padding: 10px 0
}

.navbar {
	background: #324354;
	padding: 0
}
.topHeader .btn.themeBtn {
	height: 45px;
	padding: 10px 25px;
	font-size: 16px;
}
.topHeader .btnBox .themeBtn img {
	width: 12px;
	height: 12px;
}
.dropdown-toggle::after {
	top: 46%;
	left: 89%;
	position: absolute;
	margin-left: 0
}

.deskHeader .navbar-nav li.nav-item.dropdown:nth-child(3) .dropdown-toggle::after {
	left: 91%
}

.deskHeader .navbar-nav li.nav-item.dropdown:nth-child(4) a:after,
.deskHeader .navbar-nav li.nav-item.dropdown:nth-child(5) a:after,
.deskHeader .navbar-nav li.nav-item.dropdown:nth-child(6) a:after {
	display: none
}

.navbar .navbar-nav .nav-item .contact-num {
	transition: all .4s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	background: #ff7459;
	font-size: 18px;
	padding: 12px 14px !important;
	border-bottom: 1px solid #ff7459;
	border-top: 1px solid #ff7459;
	font-family: inter;
	margin-right: 50px
}

.navbar .navbar-nav .nav-item a {
	display: block;
	color: #fff;
	padding:13px 35px !important;
	font-size: 18px;
	font-family: inter
}
.navbar .navbar-nav .nav-item a:hover {
	color: #fff;
	background: #ff7459;
}
/* .navbar .navbar-nav .nav-item:last-child a {
	padding-right: 0 !important
} */

.navbar .navbar-nav .nav-item .contact-num .fa {
	font-size: 30px;
	vertical-align: sub;
	margin-right: 5px
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
	border-radius: 0;
	margin: 0;
	background: #324354eb;
	border: 0;
	padding: 0
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
	padding: 10px 20px !important;
	font-size: 16px;

}
.navbar .navbar-nav .nav-item.full-width-dropdown .dropdown-menu .dropdown-item {
	padding: 0px !important;
	margin-bottom: 15px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	background: #ff7459
}

.navbar .navbar-nav .numImg img {
	width: 13px;
	height: 23px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #ff7459;
	outline: 0
}

.gray-bg {
	background: #f9f9fa
}

.home .heroSection {
	background-size: cover;
	height: 100vh;
	background-position: center;
	position: relative
}

.heroSection .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .95);
	padding: 65px 30px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 0 15px -9px
}

.heroSection .box h1 {
	font-size: 50px
}

.heroSection .box p {
	margin: 1.5rem 0 2.3rem
}

.heroSection .box .btnBox {
	display: flex;
	justify-content: space-between
}

.heroSection .box .btnBox .btn {
	width: 48%;
	font-size: 15px;
	padding: 10px 22px;
	height: auto
}

.heroSection .box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem
}

.heroSection .box ul li {
	display: flex;
	align-items: center;
	margin: 0 10px;
	font-size: 16px;
	text-align: left;
}

.heroSection .box ul li img {
	margin-right: 12px
}

.partnerLogo img {
	width: 100%;
	box-shadow: 0 0 15px -10px;
	transition: all .4s ease-in
}

.topPartners .slick-list {
	padding: 10px 0;
}

.partnerLogo:hover img {
	transform: scale(1.1)
}

.popularCourses .card .logoBox {
	display: flex;
	grid-gap: 20px;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}

.popularCourses .card .logoBox img {
	height: 35px;
}

.popularCourses .card {
	border: 0;
	background: #fff;
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	border-radius: 6px;
	min-height: 100%;
	transition: all .4s ease-in-out
}

.popularCourses .card:hover {
	box-shadow: rgba(100, 100, 111, .4) 0 7px 35px 0
}

.popularCourses .card .cardBox {
	background: #fff;
	border-radius: 6px
}

.popularCourses .card .cardBox .card-title {
	font-family: inter;
}

.popularCourses .card .cardBox p {
	color: #324354;
	font-size: 16px;
}

.commonSection .textBox p {
	font-size: 16px;
}

.digitalEducation .textBox p {
	font-size: 16px;
}

.popularCourses .card .cardBox ul {
	margin: 0 0 1rem 0;
	display: flex;
	grid-gap: 25px;
}

.popularCourses .card .cardBox li img {
	width: 18px;
	margin-right: 10px;
	vertical-align: text-top
}

.popularCourses .card .cardBox li {
	font-size: 17px;
	color: #324354;
}

.btnBox.sectionBtn {
	margin: 50px 0 0;
	text-align: center
}

.sectionHeading h3 {
	color: #4b4b4b;
	font-family: inter
}

.sectionHeading p {
	font-family: inter;
	margin-bottom: 2rem
}

.professionalCertificates .card {
	background-color: #324354;
	border: 0;
	min-height: 100%;
	transition: all .4s ease-in-out
}

.professionalCertificates .card .imgBox {
	position: relative
}

.professionalCertificates .card .imgBox .certificates-img {
	width: 100%
}

.professionalCertificates .card .imgBox .iconBox {
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%)
}

.professionalCertificates .card h3,
.professionalCertificates .card h4 {
	color: #fff;
	font-family: inter;
	margin-bottom: 5px
}

.professionalCertificates .card h3 {
	font-size: 25px
}

.professionalCertificates .card h4 {
	font-size: 20px;
	font-family: inter
}

.professionalCertificates .card p {
	color: #dce0e4;
	margin: 1rem 0 0;
	font-size: 14px;
	font-family: inter
}

.professionalCertificates .card .card-body {
	padding: 15px 22px 20px;
	min-height: 175px;
}

.professionalCertificates .card .titleBox {
	min-height: 100px
}

.professionalCertificates .slick-slide .col-md-12 {
	padding: 0 10px
}

.slick-dots {
	position: inherit;
	margin: 15px 0 35px
}

.slick-dots li {
	margin: 0 .15rem
}

.slick-dots li button {
	width: .3rem;
	height: .3rem;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
	border: 2px solid #99a2aa;
}

.slick-dots li.slick-active button {
	background-color: #ff7459;
	border-color: #ff7459
}

.commonSection .box {
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	padding: 15px 15px;
	align-items: center;
	border-radius: 6px;
	border-left: 7px solid #ff7459;
	transition: all .4s ease-in-out;
	min-height: 100%;
}

.commonSection .box:hover {
	box-shadow: rgba(100, 100, 111, .4) 0 7px 35px 0
}

.commonSection .box .textBox h4 {
	font-family: inter;
	font-size: 22px;
}

.commonSection .box .textBox {
	margin-left: 25px;
	width: 50%;
}

.border-btn {
	border: 1px solid #ff7459;
	color: #ff7459;
	padding: 7px 20px;
	font-family: inter
}

.border-btn:hover {
	background: #ff7459;
	color: #fff
}

.digitalEducation .sectionHeading p {
	font-family: inter;
	margin-bottom: 0.5rem
}

.digitalEducation .sectionHeading p b {
	color: #4d4d4d
}

.digitalEducation .box {
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	border-radius: 6px;
	border-left: 5px solid #ff7459;
	text-align: center;
	margin-bottom: 30px;
	transition: all .4s ease-in-out
}

.digitalEducation .box .textBox {
	padding: 30px 15px;
}

.digitalEducation .box:hover {
	box-shadow: rgba(100, 100, 111, .4) 0 7px 35px 0
}

.digitalEducation .box h3 {
	margin: 0 0 1rem
}

.theme-text-heading {
	font-family: inter;
	font-size: 20px;
	display: block;
	margin-bottom: 0.2rem
}

.sectionHeading {
	margin-bottom: 2rem;
}

.clientReview .box {
	padding: 30px;
	border-radius: 6px;
	text-align: center;
	transition: all .4s ease-in-out;
	background: #fff;
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px -17px;
	min-height: 100%;
}

.clientReview .slick-initialized .slick-slide .box {
	height: auto !important;
}


.clientReview .slick-initialized .slick-slide div {
	height: 100%;
}

.clientReview .slick-slide {
	height: 100%;
}

.clientReview .slick-list {
	display: flex;
}

.clientReview .box .imgBox img {
	margin: auto auto 1.5rem
}

.clientReview .slick-slide .col-md-12 {
	padding: 0 10px
}

.clientReview .box .textBox h5 {
	font-size: 22px;
	font-family: inter
}

.clientReview .box .textBox h6 {
	font-size: 17px;
	color: #000;
	font-family: inter;
	margin-bottom: 3px
}

.clientReview .box .textBox .loc-text {
	color: #4d4d4d
}

.clientReview .box .textBox .border {
	border-color: #ff7459 !important;
	width: 111px;
	margin: 1.5rem auto 1.5rem
}

.clientReview .box .textBox p {
	margin-bottom: 0
}

.clientReview .slick-dots {
	margin: 0 0 35px
}

.trainingSolutions .textBox p {
	margin: 1rem 0 2.5rem
}

.trainingSolutions .row .col-md-4 {
	padding: 0 7.5px
}

.trainingSolutions .row .imgBox {
	box-shadow: rgba(100, 100, 111, .1) 0 7px 15px 0;
	margin-bottom: 15px;
	transition: all .4s ease-in-out
}

.trainingSolutions .row .imgBox:hover {
	transform: scale(1.1);
	filter: grayscale(100%)
}

.trainingSolutions .mapBox {
	position: relative
}

.trainingSolutions .mapBox .row {
	position: absolute;
	top: 20px;
	padding: 30px
}

.learn-proto-academy .box {
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	padding: 20px 25px;
	border-radius: 6px;
	transition: all .4s ease-in-out;
	background: #fff;
}

.learn-proto-academy .box:hover {
	box-shadow: rgba(100, 100, 111, .4) 0 7px 35px 0
}

.learn-proto-academy .box img {
	margin-right: 20px
}

.learn-proto-academy .box h3 {
	margin-bottom: 0
}

.learn-proto-academy .box p {
	margin-top: 1.5rem;
	text-align: justify
}

.ourGraduate .box {
	background-size: cover;
	height: 223px;
	background-repeat: no-repeat;
	position: relative
}

.ourGraduate .box.blackBox {
	background-image: url(../images/black-bg-box.png)
}

.ourGraduate .box.orangBox {
	background-image: url(../images/orange-bg-box.png)
}

.ourGraduate .box .texBox {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 100%;
	text-align: center
}

.ourGraduate .box span {
	color: #dadee2
}

.ourGraduate .box h3 {
	font-size: 50px;
	text-shadow: 1px 4px rgba(0, 0, 0, .6);
	color: #fff;
	margin: 5px 0;
	line-height: 1.1
}

.ourGraduate .box.orangBox h3 {
	text-shadow: 1px 4px rgba(0, 0, 0, .2)
}

.ourGraduate .box.orangBox span {
	color: #ffe9e3
}

.contactSection .imgBox {
	position: relative
}

.contactSection .imgBox img {
	width: 100%
}

.contactSection .imgBox .infoBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%
}

.contactSection .imgBox .infoBox li {
	display: flex;
	color: #fff;
	margin-bottom: 2rem
}

.contactSection .imgBox .infoBox li p {
	margin-bottom: 6px
}

.contactSection .imgBox .icon {
	float: left;
	width: 13%
}

.contactSection .imgBox .infoBox .info {
	float: right;
	width: 100%
}

.contactSection .imgBox .icon img {
	width: auto;
	height: auto
}

.contactSection .imgBox .infoBox .info a {
	color: #ff7459
}

.contactSection .formBox .form-group {
	border: 1px solid #e6e6e6;
	margin-bottom: 22px
}

.contactSection .formBox .form-group label {
	font-family: inter;
	color: #324354;
	display: block;
	padding: 18px 30px;
	margin-bottom: 0;
	font-size: 19px;
	border-bottom: 1px solid #e6e6e6
}

.contactSection .formBox .form-group label span {
	color: red
}

.contactSection .formBox .form-group .form-control {
	border: 0;
	display: block;
	padding: 10px 30px;
	height: 65px;
	font-family: inter;
	color: #c1c1c1;
	font-size: 18px;
	margin-bottom: 0;
}

.contactSection .formBox .form-group #f-name {
	border-right: 1px solid #e6e6e6;
	border-radius: 0;
}

.contactSection .formBox .form-group .form-control::placeholder {
	color: #c1c1c1
}

.form-control:focus {
	box-shadow: none
}


.contactSection .formBox h2 {
	margin-bottom: 30px;
	margin-top: 2rem;
	font-family: inter
}

.footer {
	padding: 70px 15px 0
}

.footer h4 {
	font-size: 16px;
	line-height: 22px;
	font-family: inter;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer h4::before {
	position: absolute;
	left: 0;
	width: 35px;
	content: "";
	background: #ff7459;
	height: 3px;
	bottom: -15px
}

.footer .menu {
	margin-top: 40px
}

.footer .menu li {
	list-style: none;
	margin-bottom: 15px
}

.footer .menu li a {
	display: block;
	position: relative;
	padding-left: 30px;
	color: #7d7d7d;
	line-height: 1.3;
	font-size: 16px;
	font-family: inter;
	transition: all .4s ease-in-out
}

.footer li a:hover {
	color: #ff7459 !important
}

.footer .menu li a::before {
	position: absolute;
	left: 0;
	width: 16px;
	content: "";
	background-image: url(../images/orange-arrow.png);
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .4s ease-in-out
}

.footer .menu li a:hover::before {
	left: 5px
}

.footer .infoBox li {
	display: flex;
	color: #7d7d7d;
	margin-bottom: 1rem;
	font-size: 17px;
	font-family: inter;
}

.footer .infoBox li a {
	color: #7d7d7d
}

.footer .infoBox li a.num-text {
	color: #324354;
	font-size: 22px;
	font-family: inter;
	margin-top: -5px;
	display: block;
	font-weight: bold;
}

.footer .infoBox .icon {
	float: left;
	width: 25px;
	margin-right: 20px
}

.footer .infoBox .info {
	float: right;
	width: 100%
}

.copyright {
	padding: 50px 0 50px;
	text-align: center
}

.copyright p {
	margin-bottom: 0;
	color: #5a5a5a;
}
.copyright #custom_html-2 p {
	text-align: left;
}
.copyright p a {
	color: #5a5a5a
}

.copyright p a:hover {
	color: #ff7459
}

.wpcf7 .ajax-loader {
	display: none
}

.training-testi {
	background: #fff;
	text-align: center;
	padding: 30px 30px;
	border-radius: 5px
}

.page-template-coursesmain .seo-training-banner {
	height: 655px
}

.page-template-internshipmain .seo-training-banner {
	height: 655px
}

.training-testi {
	background: #fff;
	text-align: center;
	padding: 30px 30px;
	border-radius: 5px
}

.training-testi p {
	color: #000
}

.enrollment-form .wpcf7-form .wpcf7-form-control::placeholder {
	color: #869298
}

.banner-testi h4 {
	color: #303030;
	margin-bottom: 0;
	font-size: 16px;
	padding-top: 5px;
	font-weight: 700
}

.star-rating {
	padding-top: 5px
}

.star-rating i {
	color: #ff4700
}

.training-testi img {
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	object-position: center;
	-webkit-box-shadow: 0 0 15px -10px #363949;
	box-shadow: 0 0 15px -10px #363949;
	width: 68px;
	height: 68px;
	margin-top: 8px
}

.training-box {
	background: #fff;
	-webkit-box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	min-height: 100%;
	text-align: center;
	position: relative;
	transition: all .4s ease-in-out;
}


.training-box .iconBox {
	width: 65px;
	height: 65px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	margin: auto
}

.training-part .training-box .iconBox img {
	width: 80px;
	height: 80px;
	object-fit: contain
}

.training-box h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 1.3;
	height: 65px;
}

.training-box:hover .iconBox img {
	filter: brightness(0) invert(1)
}

a:focus,
a:hover {
	color: #ff7459;
	text-decoration: none;
	outline: 0
}

a,
button {
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	transition: all .4s ease-in-out !important
}

.training-points {
	background: #f5f5f5
}

.course-banner .row,
.training-points .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.training-box p {
	color: #869298;
	text-align: center;
}

.training-points .arrowbullets {
	padding-left: 65px
}

.arrowbullets p,
.stw-training-list .arrowbullets p {
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px
}

.training-points .arrowbullets p::before {
	background: url(../images/correct-icon-b.webp) no-repeat;
	background-size: cover;
	top: 2px;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	content: ""
}
.seo-training-banner {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 70px 0;
	background-size: auto !important;
}

.seo-training-banner .logo-box span {
	font-size: 14px;
	color: #fff;
	position: relative
}

.seo-training-banner .logo-box span::after {
	content: "";
	height: 3px;
	width: 40px;
	background: #f1b006;
	display: block;
	margin: 8px 0 0
}
.seo-training-banner .btnBox .btn:first-child {
	margin-right: 10px;
}
.seo-training-banner .logo-box .imgBox img {
	max-height: 40px;
	margin-right: 30px;
	margin-top: 22px;
	width: auto
}

.blue-part-one {
	background: #b13922;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.blue-part-title {
	text-align: center
}

.blue-part-title .iconBox {
	text-align: center
}

.blue-part-one h3 {
	margin-bottom: 0
}

.blue-part-two {
	background: #ff7459;
	padding-top: 20px;
	padding-bottom: 15px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	padding-left: 0;
	padding-right: 0
}

.blue-part-one,
.blue-part-two {
	min-height: 235px;
	max-height: 235px
}

.blue-pad {
	padding: 0;
	margin: 0
}

.blue-pad .blue-part-two p {
	margin-bottom: 0
}

.blue-part-two h4 {
	margin: 18px 0 10px
}

.blue-part-title .iconBox img {
	width: 45px;
	height: 45px;
	filter: brightness(500)
}

.seo-tool {
	text-align: center;
	padding-bottom: 30px
}
.seo-tool .seo-tool-logo h2, .look-seo h2, .stw-training-list h2,
.seo-skills-name h2, .marketing-mentor .textBox h2 {
	margin-bottom: 25px;
}
.seo-tool-logo .fit-content img {
	width: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	transition: all .4s ease-in-out;
}

.seo-tool-logo .fit-content img:hover {
	transform: scale(1.1)
}

.tool-expertise .fit-content img {
	width:130px;
	background: #e3e2e245;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #e1e1e14f;
}
.tool-expertise .fit-content img:hover {
	transform: scale(1)
}



.blueBg {
	background: #ff7459
}

.congrats-heading .big-con {
	font-size: 32px;
	margin-bottom: 15px;
	line-height: initial
}

.congratulations-part {
	color: #fff
}

.congratulations-part .steps p {
	width: 40px;
	display: inline-block;
	margin-bottom: 0
}

.congratulations-part .steps img {
	width: 100%
}

.congratulations-part .steps h5 {
	display: inline-block;
	margin-left: 20px;
	font-size: 18px;
	padding-top: 1.5em;
	font-weight: 400
}

.congratulations-part .steps h5 span {
	font-size: 18px;
	font-weight: 800
}

.greyBg {
	background: #f5f5f5
}

.look-seo .btnBox {
	margin: 40px 0 0;
}

.look-seo .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.look-seo .look-image img {
	width: 100%
}

.stw-training-list .arrowbullets p {
	margin-bottom: 25px
}

.training-heading {
	font-size: 18px;
	line-height: initial;
	margin-bottom: 20px;
	color: #fff
}

.stw-training-list .arrowbullets p {
	background: url(../images/correct-icon.webp) no-repeat;
	background-size: 25px;
	background-position: left 5px
}

.seo-skills {
	text-align: center;
	padding-bottom: 35px;
}

.seo-skills-name span {
	background: #e4e4e4;
	padding: 10px 20px;
	border-radius: 50px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px
}

.vertical--cta p {
	margin-bottom: 0;
}

.peekCourse-section .section-heading {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.peekCourse-section .section-heading h2 {
	margin-bottom: 0
}
.peekCourse-section .btnBox.download-course {
	margin: 0 0 0 auto;
}
.peekCourse-section .courseContent {
	margin: 30px 0 24px;
	background: #fff;
	box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
	border-radius: 8px;
	padding-bottom: 35px
}

.peekCourse-section .cardContent {
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	flex-direction: row-reverse
}

.peekCourse-section .courseContent .course-toc {
	position: relative
}

.peekCourse-section .cardContent .imgBox {
	-webkit-flex: 0 0 500px;
	-moz-box-flex: 0;
	flex: 0 0 500px
}

.peekCourse-section .cardContent .imgBox .syllabusImage {
	background-repeat: no-repeat;
	background-size: cover;
	height: 310px;
	border-radius: 0;
	border-top-right-radius: 8px
}

.peekCourse-section .cardContent .box {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	padding: 72px 60px;
	position: relative
}

.peekCourse-section .cardContent .cardText {
	position: absolute;
	left: 0;
	top: 13px;
	color: #fff;
	background-image: -moz-linear-gradient(left, #017a9b 0, #018377 100%);
	background-image: linear-gradient(90deg, #017a9b, #018377);
	text-indent: 3.75rem;
	letter-spacing: .125rem;
	font-weight: 400;
	font-size: 13px;
	padding: 0 15px 0 0px;
	line-height: 28px
}

.peekCourse-section .cardContent .cardText::after {
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 0;
	right: -1rem;
	-webkit-transform: rotate(1turn);
	-moz-transform: rotate(1turn);
	transform: rotate(1turn);
	border-color: #018377 transparent transparent;
	border-style: solid;
	border-width: 28px 1rem 0 0
}

.completeCourse {
	padding: 1rem 0;
	border-top: 1px solid #dbe2e8
}

.completeCourse p {
	margin-bottom: 0
}

.peekCourse-section .courseContent .course-toc {
	padding: 0 60px 30px
}

.peekCourse-section .courseContent .course-toc .box ul {
	margin-bottom: 40px
}

.peekCourse-section .courseContent .course-toc .box {
	border-left: 1px solid #dbe2e8;
	display: grid
}

.peekCourse-section .courseContent .courseBox h6,
.peekCourse-section .courseContent .sidebar h6 {
	margin-bottom: 5px;
	line-height: 24px;
	letter-spacing: .125rem;
	text-transform: uppercase;
	font-weight: 400;
	color: #657482;
	font-size: 13px;
	padding-top: 0
}

.peekCourse-section .courseContent .courseBox p {
	margin-bottom: 40px
}

.peek-course {
	background: #f7f7f7
}

.peekCourse-section .courseContent .lesson-title {
	font-weight: 700;
	display: inline-block;
	font-size: 16px;
	line-height: 1.625;
	color: #10293b;
	position: relative
}

.peekCourse-section .courseContent .lesson-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff7459;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}

.peekCourse-section .courseContent .lesson-title h4 {
	line-height: 1.4;
	margin-top: -6px;
	font-weight: 700;
	font-size: 16px
}

.peekCourse-section .courseContent .course-toc li {
	list-style: none;
	line-height: 1.625
}

.lesson-title,
.peekCourse-section .courseContent .course-toc .box ul {
	padding-left: 40px
}

.peekCourse-section .courseContent .sidebar .textBox {
	border-radius: 8px;
	background-color: rgba(219, 226, 232, .2);
	padding: 3rem;
	margin-bottom: 3.75rem;
	padding: 20px 20px 1px
}

.peekCourse-section .courseContent .sidebar .supplementalBox {
	background: #fff;
	box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
	border-radius: 8px;
	border-top: 5px solid #ff7459;
	padding: 20px
}

.peekCourse-section .courseContent .sidebar .supplementalBox .iconBox {
	margin-bottom: 15px
}

.peekCourse-section .courseContent .sidebar .supplementalBox h3 {
	font-weight: 400;
	margin-bottom: 5px
}

.peekCourse-section .courseContent .sidebar.sticky {
	margin-top: 70px
}

.enrollment-part {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 40px 30px;
	position: relative;
	border-radius: 8px
}

.enrollment .heading-box {
	text-align: center;
	margin-bottom: 45px
}

.l-border {
	position: relative;
	z-index: 1
}

.l-border::before {
	position: absolute;
	right: 16px;
	top: 0;
	content: "";
	border-left: 1px solid #d7d7d7;
	width: 100%;
	height: 100%;
	z-index: -1
}

.main-contact .row {
	margin-bottom: 30px;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 20px 0;
	margin: 0;
	border-radius: 3px
}

.enrollment-part .col-md-6:first-child {
	position: relative
}

.main-contact .iconText h4 {
	font-size: 16px;
	font-weight: 700
}

.main-contact .iconText h4 br {
	display: none
}

.main-contact .iconText h4 a {
	color: #374046
}

.main-contact .iconText h4 a:hover {
	color: #ff7459
}

.main-contact .iconsBox {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 75px;
	height: 75px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	border: 1px solid #ff7459
}

.main-contact .iconsBox img {
	width: 40px;
	height: 40px
}
.main-contact .iconText p {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
	color: #ff7459;
	text-transform: uppercase;
	text-align: left;
}

.enrollment-part .heading-box {
	text-align: center
}

.enrollment-part h3 {
	line-height: normal;
	font-size: 28px;
	margin-bottom: 16px;
	font-weight: 700;
	color: #10293b
}
.enrollment-part p {
	text-align: center;
}
.enrollment-form .wpcf7-form .wpcf7-form-control {
	width: 100%;
	padding: 10px 15px;
	display: block;
	height: 50px;
	border: 1px solid #e5e5e5;
	color: #231f20;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px
}

.enrollment-form .wpcf7-form .btn {
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	border: none;
	margin-top: 0;
	background-color: #ff7459;
	line-height: 27px;
	text-transform: uppercase;
	width: auto;
	margin: auto;
	padding: 0 40px;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	transition: all .4s ease-in-out !important
}

.enrollment-form .wpcf7-form .btn:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4);
}


#sidebottom_container_hm .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.enrollment-part .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px
}

.marketing-mentor .row {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex
}

.marketing-mentor .textBox .btn {
	width: 75%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 35px auto auto;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 12px 0;
	height: 55px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 2px;
	transition: all .4s ease-in-out
}

.marketing-mentor .textBox .btn:hover {
	border-color: #fff
}

.course_detail_section .titleBox {
	margin-bottom: 32px
}
.course_detail_section .btnBox {
	margin-bottom: 0;
}
.review-sec-head {
	text-align: center
}

.review-sec-head p {
	font-size: 30px;
	margin-bottom: 0
}

.review-sec-head h3 {
	font-size: 56px;
	line-height: 60px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 0
}

.review-box-1 {
	float: none;
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px;
	position: relative;
	text-align: left
}

.review-box-2 {
	float: none;
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px;
	position: relative;
	text-align: left
}

.review-box-3 {
	float: none;
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px;
	position: relative;
	text-align: left
}

.review-box {
	float: left;
	padding: 15px 20px 25px 30px
}

.review-box-2 .review-box {
	position: relative;
	margin-top: 126px;
	left: 35px
}

.review-box-3 .review-box {
	position: relative;
	margin-top: -70px;
	left: -50%
}

.review-part {
	padding: 160px 0 0;
	text-align: center
}

.review-box-img {
	float: left;
	position: absolute;
	top: 15px;
	left: -18px
}

.review-box-inner {
	height: 36px;
	width: 36px
}

.review-box-text {
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #707288
}

.review-box-text h4 {
	line-height: 22px;
	font-weight: 400;
	color: #707288;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 700
}

.courseSection {
	background: #ebf1f8
}

.courseSection .section-title h2 {
	margin-bottom: 0
}

.courseSection .item .box .contentBox {
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(197, 208, 216, .2) !important;
	border-radius: 4px;
	padding: 20px 30px;
	margin-bottom: 29px;
	display: block;
	position: relative
}

.courseSection .item .box .contentBox::before {
	content: "";
	width: 6px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #ff7459
}

.courseSection .item .box h3 {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
	color: #272c37;
	min-height: 54px
}

.courseSection .item .box a {
	color: #869298
}

.courseSection .item .box p {
	min-height: 95px
}

.courseSection .item .box .contentBox .btn {
	text-transform: uppercase;
	padding: 11px 20px;
	height: 45px;
	background: #ff7459;
	border-color: #ff7459;
	color: #fff;
	transition: all .4s ease-in-out
}

.courseSection .item .box .contentBox .btn:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4);
}

.courseSection .slick-prev {
	left: -45px
}

.courseSection .slick-next {
	right: -45px
}

.certificationSection .img-bg {
	background: url(../images/exam-desk-bg.webp) no-repeat;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -35px
}

.certificationSection .imgBox {
	margin: 85px 0 68px 30px
}

.certificationSection .imgBox img {
	display: block;
	margin: 0 0 68px 30px;
	width: 378px;
	height: 275px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	border: solid 1px #ded6d2;
	background-color: #f9f9f9;
	padding: 6px
}

.certificationSection #accordion {
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	border-bottom: 0;
	margin-top: 50px
}
.certificationSection .card {
	background-color: transparent;
	border-radius: 0;
}

.certificationSection .btn-link::after {
	content: "\f107";
	color: #696d74;
	right: 22px;
	position: absolute;
	font-family: FontAwesome;
	font-size: 28px;
	top: 50%;
	transform: translateY(-50%)
}

.certificationSection .btn-link[aria-expanded=true]::after {
	content: "\f106"
}

.certificationSection #accordion .panel {
	margin-top: 0 !important;
	border: 0 !important
}

.certificationSection #accordion .panel-body {
	padding: 15px 23px 5px
}

.share-course {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li:last-child {
	display: none
}

.modal .enrollment-popup {
	width: 40%;
	max-width: 45%
}

.enrollment-part .heading-box h2 {
	font-size: 26px;
	line-height: 34px;
}

.enrollment-popup .enrollment-part {
	padding: 0 15px 20px
}

.enrollment-popup .modal-header {
	padding: 0;
	border-bottom: 0
}

.testimonials-about .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.testimonials-about .section-title {
	margin-bottom: 60px
}

.testimonials-about .item {
	margin-bottom: 30px;
	padding: 0 15px
}

.testimonials-about .item img {
	border-radius: 100%
}

.testimonials-about .item h4 {
	text-transform: capitalize;
	margin-top: 1.5em
}

.social-icons ul {
	padding-left: 0 !important
}

.social-icons li a {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #000;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	background-color: #000
}

.social-icons li a:hover {
	opacity: .9
}

.social-icons li .facebookIcon {
	background: #3c589a;
	border-color: #3c589a
}

.social-icons li .twitterIcon {
	background: #55acee;
	border-color: #55acee
}

.social-icons li .likedinIcon {
	background: #0077b5;
	border-color: #0077b5
}

.social-icons li {
	padding: 0 2px;
	display: inline-block !important
}

.shocial-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

section {
	padding: 50px 0
}

.whiteText {
	color: #fff
}

.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6 {
	color: #fff
}

.seo-faq-part h3,
.seo-faq-part h4 {
	line-height: initial;
	font-size: 20px;
	font-weight: 700
}

.section-title {
	text-align: center;
	margin-bottom: 30px
}

.section-title h2 {
	margin-bottom: 10px;
	font-weight: 700
}

.outlined-primary-btn {
	border: 1px solid #fff;
	color: #fff !important;
	background-color: transparent
}

.btnBox {
	margin-bottom: 15px;
}

.btnBox .btn {
	width: auto;
	height: 56px;
	position: relative;
	text-align: center;
	letter-spacing: -.008em;
	padding: 15px 32px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	box-shadow: none;
}

.footer-social {
	display: flex;
	justify-content: flex-end
}

.footer-social li {
	list-style: none
}

.footer-social li a {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #000;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 0;
	text-decoration: none;
	color: #374046
}

.footer-social li i {
	font-size: 18px
}

.blue-primary-btn {
	color: #fff !important;
	border-color: #ff7459;
	outline: 0;
	background-color: #ff7459
}

.seo-faq-part {
	padding: 40px 0;
	border-bottom: 1px solid #ccc
}
.seo-faqs .seo-faq-part:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.why-choose-secion h4 {
	font-size: 18px;
	font-weight: 700
}

.purpleBG {
	background: #1d1c39
}

.purpleBG h1 {
	font-weight: 700
}

.privacySection h3 {
	margin-top: 35px
}

.privacySection ul li ul {
	padding-left: 17px
}

.current-opening-lists li.list-item {
	transition: all .5s;
	width: 100%;
	float: left;
	margin: 0 0 25px
}

.current-opening-lists li.list-item:last-child {
	margin-bottom: 0
}

.current-opening {
	padding: 20px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #f0f0f0
}

.current-opening-title {
	width: 65%;
	float: left;
	position: relative;
	padding: 0 0 0 100px
}

.current-opening-apply {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: end;
	justify-content: end;
	width: 35%
}

.current-opening-apply .btnBox {
	margin-left: 12px
}

.current-opening-apply .view_detail_popup0345 .btnBox {
	margin-left: 0;
	margin-top: 20px
}

.current-opening-lists .detailpop_top li {
	margin-bottom: 8px
}

.career-top-sec #all {
	padding: 0
}

.career-top-sec #all::after {
	display: table;
	clear: both;
	content: ""
}

.opening-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.current-opening-title h2 span {
	font-size: 18px;
	width: 100%;
	float: left;
	color: #505050;
	margin: 0;
	line-height: normal;
	font-weight: 400
}

.contectSection .mainBox {
	padding: 0;
	border-radius: 10px
}

.contectSection .left-ber {
	background-image: url(../images/left-ber-contect-form.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 35px 20px
}

.contectSection .India {
	text-align: left;
	margin-bottom: 60px;
	font-size: 15px;
	letter-spacing: 2px;
	color: #333
}

.contectSection .them-img {
	margin-bottom: 50px;
	position: relative;
	display: inline-block
}

.contectSection .left-ber .btnBox {
	margin: 30px 0
}

.contectSection .left-ber .btnBox .btn {
	display: block;
	margin-bottom: 8px
}

.contectSection .left-ber .btnBox img {
	filter: brightness(20);
	margin-right: 5px
}

.contectSection .left-ber .Jaipur-info,
.contectSection .left-ber .Jaipur-info a {
	color: #374046
}

.contect-mape {
	padding: 0
}

.contect-mape iframe {
	height: 100%;
	width: 100%
}

.contect-mape {
	height: 410px;
	width: 100%
}

.contectSection .left-ber .get-ddirection a {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #374046;
	height: 50px
}

.contectSection .left-ber .get-ddirection img {
	width: auto;
	height: auto;
	vertical-align: middle
}

.contectSection .contact_footer_form {
	padding-right: 10px;
	padding-top: 0;
}

.modal-content .contectSection .contact_footer_form {
	padding: 0;
}

.contectSection  .math-quiz span.wpcf7-not-valid-tip {
	bottom: 0px;
	left: 0;
}
.contectSection .contact_footer_form .form-group {
	margin-bottom: 15px;
	position: relative
}

.contectSection .contact_footer_form label {
	color: #646464;
	font-weight: 400;
	font-size: 16px
}

.contectSection .contact_footer_form .form-group .wpcf7-form-control {
	height: 50px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	padding: 6px 6px 6px 43px;
	font-weight: 400;
	display: block;
	color: #999
}

.tel-290 .wpcf7-tel {
	border-left: 0;
	padding-left: 15px
}

.modal .tel-290 .wpcf7-tel {
	border-left: 1px solid #e5e5e5 !important;
	padding-left: 43px !important
}

.contectSection .contact_footer_form .form-group img {
	height: auto
}

.contectSection .contact_footer_form .form-group .form-control-feedback,
.modal .form-control-feedback {
	left: 2px;
	top: 45%;
	transform: translateY(-50%)
}

.contectSection .contact_footer_form .col-sm-2 {
	padding-right: 0
}

.contectSection .contact_footer_form .right-item {
	padding-left: 0
}

.contectSection .contact_footer_form .align-items-flex-end {
	align-items: flex-end;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.contectSection .contact_footer_form .menu-816 .wpcf7-form-control {
	padding-left: 5px
}

.contectSection .contact_footer_form .check-box-title h4 {
	font-weight: 700;
	margin-bottom: 5px
}

.contectSection .contact_footer_form p {
	display: none
}

.contectSection span.wpcf7-list-item {
	float: left;
	width: 50%;
	margin: 0
}

.contectSection .contact_footer_form .leber-check .wpcf7-list-item-label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 15px
}

.contectSection .contact_footer_form .wpcf7-list-item-label::before {
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0;
	bottom: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-radius: 100%;
	margin: auto 0;
	border: solid 1px #1a75bc
}

.contectSection .contact_footer_form .leber-check .wpcf7-list-item-label::after {
	left: 5px;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	margin: auto 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: #1a75bc;
	position: absolute;
	display: none
}

.contectSection .contact_footer_form .form-group textarea.focus-text,
.current-opening-apply .wpcf7-form-control-wrap textarea {
	padding: 12px !important;
	height: 80px !important
}

.contectSection .contact_footer_form .btn-submit_form {
	background: #ff7459;
	color: #fff;
	margin-top: 8px;
	height: 55px;
	letter-spacing: -.008em;
	padding: 14px 55px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: .5s;
	font-size: 18px;
	font-weight: 700
}

.contectSection .contact_footer_form .btn-submit_form {
	background: #ff7459;
	color: #fff;
	margin-top: 8px;
	height: 55px;
	letter-spacing: -.008em;
	padding: 14px 55px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: .5s;
	font-size: 18px;
	font-weight: 700
}

.contectSection .contact_footer_form .btn-submit_form:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4);
}


.wpcf7-select {
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: auto 35%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.contact-form-client .wpcf7-select {
	background-image: url(http://www.protocloudtechnologies.com/wp-content/uploads/2021/05/select-down.png);
	background-size: auto 20%
}

.recaptcha {
	position: relative
}

.recaptcha span.wpcf7-not-valid-tip {
	left: 15px;
	left: 0
}

.riquest-aquote-block .check-box-title {
	margin-bottom: 20px
}

.riquest-aquote-block .check-box-blog {
	margin-bottom: 15px
}

.riquest-aquote-block .leber-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.left-ber .them-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/left-ber-background.webp) no-repeat;
	background-size: cover;
	transform: scale(.96);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 20s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.riquest-aquote-block .leber-check .wpcf7-list-item-label::after {
	left: 5px;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	margin: auto 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: #1a75bc;
	position: absolute;
	display: none
}

.riquest-aquote-block .leber-check input:checked~.wpcf7-list-item-label::after {
	display: block
}

.row-2 {
	margin: 0 -15px
}

.contectSection div.wpcf7-acceptance-missing,
.contectSection div.wpcf7-validation-errors {
	text-align: center;
	padding: 7px 15px;
	color: #000;
	font-size: 16px
}

.last-updated {
	display: none
}

.our-mission-about .item {
	padding: 20px 30px 10px;
	height: 100%;
}

.our-mission-about .red-bg {
	background-color: #fa5252
}

.our-mission-about .blue-bg {
	background-color: #975ed0
}

.workflow-that .item {
	overflow: hidden;
	position: relative;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
	background-color: #fff;
	border-radius: 5px;
	min-height: 280px;
	transition: all .35s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.golden-team .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}

.workflow-that .item .left {
	width: 20%;
	padding-right: 20px
}

.workflow-that .item .right {
	width: 75%
}

.workflow-that .item .left img {
	height: auto
}

.workflow-that .item h5 {
	font-weight: 700;
	font-size: 22px
}

.golden-team .item {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 11px;
	padding: 44px 10px 30px;
	background-image: url(../images/team-item-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
	height: 100%;
	transition: all .35s;
	text-align: center
}

.golden-team .them-img img {
	width: 123px;
	height: 123px;
	border-radius: 100%;
	object-fit: cover
}

.golden-team .row [class*=col-] {
	width: 20%;
	margin-bottom: 30px
}

.golden-team .them-img {
	margin-bottom: 15px
}

.golden-team .item-info h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.6
}

.golden-team .item-info p {
	font-size: 14px;
	line-height: 1.5
}

.bluebg {
	background: #ff7459
}

.our-awards .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

.we-are-here .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap
}

.we-are-here .row [class*=col-] {
	margin-bottom: 30px
}

.we-are-here .item .number {
	background-color: #fbf3f0;
	color: #ff7459;
	height: 50px;
	width: 50px;
	line-height: 51px;
	border-radius: 100%;
	font-weight: 700;
	font-size: 21px;
	display: inline-block;
	margin-bottom: 30px
}

.we-are-here .item h4 {
	font-weight: 700
}

.we-are-here .item {
	padding: 30px 20px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
	height: 100%;
	transition: .5s;
	text-align: center
}

.we-are-here .item:hover {
	background-color: #ff7459
}

.we-are-here .item:hover .number {
	background-color: transparent;
	background-image: url(../images/nebber-bg.webp);
	background-size: cover;
	color: #fff
}

.we-are-here .item:hover h4,
.we-are-here .item:hover p {
	color: #fff
}

.our-clients ul {
	background-color: #fff;
	padding: 15px 20px 5px
}

.our-clients ul li {
	margin-bottom: 0
}

.our-clients li img {
	margin: auto
}

.testimonials-about .slick-dots li {
	width: 34px;
	height: 10px;
	background-color: #cecece;
	border-radius: 50px;
	margin: 0 5px
}

.testimonials-about .slick-dots li.slick-active {
	background-color: #0076ff
}

.testimonials-about .slick-dots li button::before {
	opacity: 0
}

.our-awards .item {
	margin-bottom: 15px
}

.internshipbanner .row {
	margin: 0
}

.internbanner-text {
	padding-top: 35px;
	padding-left: 80px;
	padding-bottom: 40px
}

.internbanner-text h1 {
	font-size: 60px;
	font-weight: 700
}

a.internbanner-btn {
	color: #ff7459 !important;
	border-bottom: 1px solid;
	padding-bottom: 5px
}

.section-title ul {
	text-align: left;
	display: flex;
	flex-wrap: wrap
}

.section-title li {
	width: 33.33%;
	display: inline-block;
	margin-bottom: 2rem;
	padding: 0 0 0 4rem;
	position: relative
}

.section-title li:before {
	content: '\f00c';
	text-align: center;
	width: 28px;
	height: 28px;
	font: 1rem/1.8rem FontAwesome;
	color: #ff7459;
	border-radius: 50%;
	border: 1px solid #ff7459;
	left: 0;
	top: 0;
	position: absolute
}

.experience-section {
	background: #ff7459;
	padding: 75px 0;
}

.service-providers .row [class*=col-] {
	margin-bottom: 30px
}

.experience-section .yearcol ul {
	display: flex;
	flex-wrap: wrap
}

.experience-section .yearcol ul li {
	flex-basis: 48%;
	margin: 0 0 3rem;
	font-size: 62px;
	text-align: center;
	color: #fff;
	list-style: none;
	line-height: 62px;
	font-weight: 700
}

.experience-section .yearcol ul li:nth-child(3) {
	margin: 0
}

.experience-section .yearcol ul li:last-child {
	margin: 0
}

.experience-section .yearcol p {
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.3;
}
.experience-section .headingRow h2 {
	color: #fff;
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 20px;
	font-weight: 700
}

.comparative-section .tableRow ul {
	display: flex
}

.comparative-section .tableRow ul li {
	flex-basis: 37%;
	font-size: 1.1rem;
	border: 1px solid #e5e5e5;
	margin: -1px -1px 0 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.comparative-section .tableRow .titleRow li {
	background: #fbf3f0;
	font-size: 1.8rem;
	color: #333
}

.comparative-section .tableRow .titleRow li:nth-child(2) {
	background: #ff7459;
	color: #fff
}

.comparative-section .tableRow ul li:nth-child(2) {
	flex-basis: 36%;
	background: #fff
}

.comparative-section .tableRow .titleRow li:first-child {
	border: none;
	background: 0 0
}

.comparative-section .tableRow ul li:first-child {
	flex-basis: 27%;
	background: #fbf3f0;
	color: #333;
	text-align: left;
	padding: 15px 30px;
	justify-content: flex-start;
}

.service-providers .item {
	padding: 25px 22px;
	border: solid 1px transparent;
	margin-bottom: 30px;
	min-height: 100%;
	box-shadow: rgb(0 0 0 / 20%) 0 0 6px
}

.how-to-start .item span {
	width: 170px;
	height: 1px;
	display: inline-block;
	border-top: 3px dashed #d7e4f4;
	margin-left: 10px;
	margin-right: 10px;
	transition: .4s all
}

.how-to-start .number {
	background-color: #fbf3f0;
	color: #ff7459;
	height: 50px;
	width: 50px;
	line-height: 51px;
	border-radius: 100%;
	font-weight: 600;
	font-size: 21px;
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
	float: right;
	transition: .4s all
}

.how-to-start .item:hover.item span {
	border-top: 3px dashed #ff7459
}

.how-to-start .item:hover.item .number {
	background: #ff7459;
	color: #fff
}

.service-providers .item h5 {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 5px;
	padding-top: 15px;
	font-weight: 700
}

.service-providers .item h5 a {
	color: #374046
}

.greyBg {
	background: #f5f5f5
}

.internbanner-text p {
	margin-bottom: 15px
}

.course-content-intern::before {
	position: absolute;
	right: 20%;
	top: 0;
	content: "";
	height: 100%;
	width: 500%;
	background: #fbf3f0;
	z-index: -1
}

.course-content-intern {
	position: relative;
	padding: 80px 0
}

.course-content-intern h4 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 45px;
	color: #ff7459;
	font-size: 20px
}

.course-content-intern h4::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 30px;
	background: #ff7459;
	margin-top: -1px
}

.course-content-intern ul li {
	margin-top: 25px;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	list-style: none
}

.course-content-intern ul li::after {
	position: absolute;
	left: 0;
	top: -2px;
	content: "\f058";
	height: 100%;
	width: 100%;
	font-family: FontAwesome;
	font-weight: 600;
	color: #ff7459
}

.course-content-intern ul li h5 {
	font-weight: 400;
}

.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	width: 100%;
	border: 1px solid #bab6b6;
	padding: 10px 15px;
	border-radius: 4px;
	height: 45px;
	font-size: 15px;
	margin-bottom: 15px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.math-quiz .wpcf7-quiz {
	border: 1px solid #e5e5e5;
	border-radius: 0
}

.math-quiz label {
	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-track {
	display: flex;
	align-items: center
}

/* .blog-section .left-blog {
	width: 74.333333%;
	flex: 0 0 74.333333%;
	max-width: 74.333333%
}

.blog-section .right-blog {
	width: 25.666667%;
	flex: 0 0 25.666667%;
	max-width: 25.666667%
} */

.blog-section .blog-wrap {
	border: solid 1px #e7e7e7;
	padding: 22px 20px 17px;
	margin-bottom: 25px
}

.blog-section .img-wrap {
	border: solid 4px #ededed;
	text-align: center;
}

.blog-section .img-wrap img {
	width: 100%;
	height: auto;
}

.blog-wrap .shocial-links {
	margin-top: 18px;
}

.blog-section h2 {
	font-size: 28px !important;
	line-height: 1.3 !important
}

.blog-section h2 a {
	color: #374046
}

.coment-wrap ul {

	margin-top: 0
}

.coment-wrap ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	line-height: 24px
}

.left-blog .img-wrap img {
	width: 100% !important;
	height: 225px !important;
	object-fit: cover;
}

.shocial-links {
	display: flex;
	align-items: center
}

.coment-wrap ul li:last-child {
	margin-right: 0
}

.coment-wrap ul li samp {
	margin-right: 10px;
	vertical-align: bottom
}

.shocial-links .btn-wrap .btn,
.shocial-links .btnBox .btn {
	font-size: 13px;
	height: 40px;
	padding: 7px 20px;
	border-color: #ff7459;
	background: #ff7459;
	box-shadow: none;
	width: auto;
	position: relative;
	text-align: center;
	letter-spacing: -.008em;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 700
}

.blog-sild-bar .search {
	padding-bottom: 32px
}

.blog-section h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 27px;
	margin-top: 0
}

.search .form-control {
	height: 50px;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .08);
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 4px
}

.search-form .search-submit {
	bottom: 0;
	padding: 11px 14px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ff7459;
	border: 1px solid #ff7459;
	border-radius: 0 4px 4px 0;
	transition: all .4s ease-in-out
}

.search-submit .fa-search {
	font-size: 22px;
	color: #fff;
	display: block
}

.search-form .search-submit:hover {
	background-color: #ff7459;
	border: 1px solid #ff7459
}

.blog-sild-bar .screen-reader-text {
	display: none
}

.search-form {
	position: relative
}

.search-form .search-submit .icon {
	height: 24px;
	width: 24px;
	color: #fff;
	fill: currentColor;
	top: 1px;
	position: relative
}

.recent-posts ul li {
	padding-bottom: 20px;
	list-style: none
}

.recent-posts ul li a {
	display: flex;
	flex-wrap: wrap
}

.recent-posts .recent-img-wrap {
	width: 42%
}

.recent-posts .recent-img-wrap img {
	max-width: 107px !important;
	height: 80px !important;
	border-radius: 10px !important;
}

.recent-posts .recent-info {
	width: 53%;
	padding-left: 12px;
}

.recent-posts .recent-info h4 {
	font-size: 15px;
	margin-bottom: 4px;
	font-family: inter;
}

.recent-posts .recent-info span {
	font-size: 14px;
	color: #869298
}

.categories {
	padding-bottom: 31px
}

.categories li {
	display: block;
	font-size: 15px;
	list-style: none;
	padding: 8px 0;
	border: solid 1px #e6e5e5;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	text-transform: capitalize
}

.categories li a {
	color: #000
}

.portfolio-sid-ber {
	padding-bottom: 32px
}

.portfolio-ber-img {
	position: relative;
	border-radius: 9px;
	overflow: hidden
}

.portfolio-ber-img-info {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.portfolio-ber-img::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, .5)
}

.display-table {
	display: table;
	height: 100%;
	width: 100%
}

.table-col {
	display: table-cell;
	vertical-align: middle
}

.portfolio-ber-img-info h3 {
	font-size: 36px;
	line-height: normal;
	color: #fff;
	line-height: 42px
}

.portfolio-ber-img-info .btnBox .btn {
	font-size: 12px;
	height: 45px;
	padding: 11px 16px;
	background: #fff;
	border-color: #fff;
	color: #e64941;
	text-shadow: none;
	box-shadow: none;
	margin-right: 10px;
	box-shadow: none;
}

.portfolio-ber-img-info .btnBox .btn:hover {
	background: #e64941;
	border-color: #e64941;
	color: #fff
}

.subscribe-info {
	padding: 27px 24px;
	background-color: #f5f5f5;
	border-radius: 9px
}

.facebook-like iframe {
	margin-top: 40px
}

.blog-sild-bar .tags a.tag010 {
	display: block;
	font-size: 15px;
	color: #000;
	padding: 8px 0;
	border: solid 1px #e6e5e5;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	text-transform: capitalize
}

.blog-sild-bar .tags a.tag010:hover,
.categories li a:hover {
	color: #337ab7;
	padding-left: 5px
}

.left-content .blogs-list {
	margin-bottom: 52px;
	padding: 23px;
	padding-bottom: 0;
	border: 1px solid #e7e7e7
}

.blog-page.block .blog-img {
	overflow: hidden
}

.blog-page.block .blog-img img {
	transition: all .4s ease-in-out
}

.left-blog .blog-img img {
	width: 100%
}

.blog-page.block .blog-img:hover img {
	transform: scale(1.03)
}

.left-content .blogs-list .tag {
	padding: 0
}

.blogs-list ul.tag li {
	display: inline-block
}

.blogs-list ul.tag h3 {
	margin: 0 0 10px
}

.blogs-list ul.tag li .tagname {
	background: #a2a2a2;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	margin: 0 5px 0 0;
	padding: 6px 12px;
	text-transform: capitalize;
	font-weight: 400;
	cursor: pointer;
	display: inline-block
}

.blogs-list ul.tag li .tagname:hover {
	background-color: #286090;
	border-color: #204d74
}

.blog-details .left-blog h3 {
	margin-top: 30px
}

.blog-section .left-blog .aligncenter {
	display: block;
	margin: 20px auto 30px
}

.left-content .blogs-list ul::after {
	clear: both;
	display: table;
	content: ""
}

.left-content .blogs-list .shocial-links.coment-wrap ul {
	padding-left: 0
}

.left-content .blogs-list ul {
	padding-left: 18px;
	margin-bottom: 25px
}

.blog-section .left-blog .blogs-list ul li {
	margin: 5px 0
}

.blog-section .left-blog b,
.blog-section .left-blog strong {
	font-weight: 700;
	color: #333
}

.blog-table tr {
	border-bottom: 1px solid #dbdbdb
}

.blog-table tr td {
	padding: 12px 12px;
	border-left: solid 1px #dbdbdb
}

.blog-table tr:first-child td {
	border-top: solid 1px #dbdbdb
}

.blog-table tr td:last-child {
	border-right: solid 1px #dbdbdb
}

.blog-section table {
	margin: 0 0 1.5em;
	width: 100%
}

.blog-section .screen-reader-text,
.nav-previous span.nav-title {
	display: none
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.post-navigation span.nav-subtitle {
	background: #337ab7;
	font-size: 12px;
	padding: 7px 25px;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .4s ease-in-out;
	margin-bottom: 15px;
	display: inline-block;
	width: 110px;
	text-align: center
}

.post-navigation span.nav-subtitle:hover {
	background-color: #286090;
	border-color: #204d74
}

.post-navigation .nav-title {
	display: none
}

.cmnt-form ol.comment-list {
	padding-left: 65px
}

.comment-author .avatar {
	height: 40px;
	left: -65px;
	position: absolute;
	width: 40px;
	border-radius: 100%;
	border: 1px solid #d9d9d9;
	padding: 3px
}

.comment-meta {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .08);
	margin-top: 30px;
	padding-top: 30px
}

.comment-list,
.comment-list .children {
	list-style: none
}

.comment-metadata a {
	color: #767676;
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block
}

.comment-reply-link {
	position: relative;
	font-size: 15px;
	color: #333 !important;
	display: flex;
	align-items: center
}

.comment-reply-link .icon {
	color: #222;
	height: 1em;
	width: 1em;
	margin-right: 13px
}

.comment-author .says {
	display: none
}

.comment-form label {
	display: block;
	color: #333;
	font-size: 15px
}

p.comment-form-comment textarea {
	height: 150px !important
}

.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	width: 100%;
	border: 1px solid #bab6b6;
	padding: 10px 15px;
	border-radius: 4px;
	height: 45px;
	font-size: 15px;
	margin-bottom: 15px
}

input:focus:focus-visible,
textarea:focus-visible {
	outline: 0
}

.comment-notes {
	font-size: 16px
}

.comment-notes .required {
	color: red
}

div#respond form#commentform p.comment-form-author,
div#respond form#commentform p.comment-form-email {
	width: 33.33%;
	margin-top: 0;
	float: left;
	padding-right: 15px
}

div#respond form#commentform p.comment-form-url {
	width: 33.33%;
	margin-top: 0;
	float: left
}

div#comments p.form-submit input#submit {
	font-size: 14px;
	height: 50px;
	padding: 11px 30px;
	cursor: pointer;
	transition: all .4s ease-in-out;
	background: #337ab7;
	border: 1px solid #337ab7;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	display: inline-block
}

div#comments p.form-submit input#submit:hover {
	background-color: #286090;
	border-color: #204d74
}

span.blog-category {
	margin-right: 15px
}

img.avatar {
	width: 35px;
	height: 35px;
	border-radius: 30px
}

.blog-content span.blog-date {
	color: #a0a0a0
}

.blog-section .blog-wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #585858
}

.more-link {
	color: #585858
}

.comments-pagination, .next-btn-wrap, .pagination {
	border-top: 1px solid #eee;
	padding: 2em 0 10px;
	text-align: center;
	display: block;
	border-radius: 0;
	margin-top: 2rem;
}

.page-numbers {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid #cecece;
	border-radius: 4px;
	line-height: 45px;
	color: #8c8c8c;
	margin: 0 2px;
	text-align: center
}

.next.page-numbers,
.prev.page-numbers {
	border: 0;
	width: 22px;
	margin: 0
}

.next.page-numbers {
	float: right;
	margin-right: 35px
}

.prev.page-numbers {
	float: left
}

.next.page-numbers .icon,
.prev.page-numbers .icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
	position: relative;
	top: 3px
}

.page-numbers.current {
	background: #ff7459;
	border-color: #ff7459;
	color: #fff !important
}

.page-numbers:hover {
	color: #8c8c8c
}

.portfolio h2.blog-title {
	text-align: left
}

.heroSection.blog-page {
	overflow: hidden;
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #293a5c;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #f45948;
	padding-bottom: 0
}

/* .halfWidth {
	padding: 0 10px
} */

.heroSection.blog-page .textBox {
	padding-top: 15px
}

.heroSection.blog-page .textBox h1 {
	font-size: 38px;
	margin-bottom: 25px;
	line-height: 1.4
}

.heroSection.blog-page .avtarBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px
}

.heroSection.blog-page .avtarImg {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px
}

.heroSection.blog-page .avtarBox p {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 14px
}

.heroSection.blog-page .fullImg {
	position: relative;
	margin: 0 auto;
	max-width: 600px;
	margin-top: -10px
}

.heroSection.blog-page .fullImg::before {
	content: "";
	position: absolute;
	left: -100vw;
	right: -100vw;
	bottom: 0;
	height: 50%;
	background-color: #fff
}

.heroSection.blog-page .fullImg img {
	border-radius: 10px;
	position: relative;
	width: 100%
}

.contentSection {
	padding: 70px 0 32px;
}

.contentSection p a {
	color: #ff7459;
}

.contentSection .imgBox {
	text-align: center
}

.contentSection .imgBox img {
	display: block;
	margin: auto auto 30px;
	border: 4px solid #f7f7f7
}

.dropdown-menu-inner {
	display: flex;
	min-width: 42rem;
	padding: 40px 0px;
}

.dropdown-menu-divide {
	width: 33.33%
}

.dropdown-menu-divide h5 {
	padding: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

.navbar .navbar-nav .dropdown-menu-divide a {
	font-size: 16px
}
.navbar .navbar-nav .dropdown-menu-divide a:hover {
	background: #fff;
	color: #000;
}
.dropdown-menu ul li {
	list-style: none
}

.slick-prev,
.slick-next {
	width: auto;
	height: auto;
	outline: none !important;
}

.slick-next {
	right: -60px;
}

.slick-prev {
	left: -60px;
}

.slick-prev:before,
.slick-next:before {
	color: #ff7459;
	font-size: 50px;
}

.contentSection .content ul li {
	color: #000;
	line-height: 30px;
}

.contentSection .content ul li a {
	transition: all 0.2s ease-in-out 0s;
	color: #ff6649;
}

.internshipbanner .adaptive-img {
	height: 100%;
	object-fit: cover;
}

.modal-dialog {
	max-width: 80%;
	margin: 6px auto 0;
}

span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.riquest-block-2 span.wpcf7-form-control-wrap {
	position: static;
}

.riquest-block-2 span.wpcf7-not-valid-tip {
	bottom: 0;
	left: 17px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 250px;
	font-size: 14px;
}
.enrollment-form .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	bottom: auto;
	position: relative;
	top: -10px;
	left: 0;
}
.enrollment-form .wpcf7 .ajax-loader {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.math-quiz span.wpcf7-not-valid-tip {
	bottom: -4px;
	left: 15px;
}

.modal-header h3 {
	margin-bottom: 0;
}

.certificationSection #accordion .card-header .btn-link {
	color: #333;
	font-size: 20px;
	width: 100%;
	text-align: left;
	padding: 1rem 1.25rem;
	position: relative;
}

.certificationSection #accordion .card-header .btn-link:hover {
	text-decoration: none;
}
.certificationSection #accordion .card-header {
	padding: 0;
	border-radius: 0;
	border-bottom: 0;
}
.popularCourses .card-body {
	padding-bottom: 0;
}

.footer-form .form-control-wrap .form-control {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	background-color: #FFFFFF;
	height: auto;
	margin-bottom: 30px;
	color: #454545;
}

.footer-form .form-control-wrap .form-control::placeholder {
	color: #4444447A;
}

.footer-form .form-control-wrap textarea.form-control {
	height: 120px;
	outline: none;
}

.footer-form .form-button .btn-submit {
	background-color: transparent;
	background-image: linear-gradient(250deg, #ff7f60 0%, #ff8060 100%);
	padding: 18px 40px 18px 40px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 30px 30px 30px 30px;
	width: 200px;
	display: inline-block;
	height: auto;
	color: #fff;
}

.contactSection {
	background-color: #F6F7F9;
}

.contactSection span.wpcf7-form-control-wrap {
	position: static;
}

.contactSection span.wpcf7-not-valid-tip {
	bottom: 5px;
	left: 15px;
}
.btnBox input.btn:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4);
}
.gradiant-contact-box .address-icon {
	background-color: transparent;
	background-image: linear-gradient(275deg, #FFFFFF 0%, #FCFCFF 100%);
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: left;
	margin-right: 23px;
	display: inline-block;
	position: relative;
	border-radius: 100%;
	text-align: center;
}

.gradiant-contact-box .address-icon i {
	font-size: 20px !important;
	color: #fb845c !important;
}

.gradiant-contact-box {
	background-color: transparent;
	background-image: linear-gradient(250deg, #ff7f60 0%, #ff8060 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 75px 30px 60px 50px;
	color: #fff;
	border-radius: 5px 5px 5px 5px;
}

.rs-contact-box .address-item {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 30px;
}

.gradiant-contact-box .address-item .address-text {
	width: 80%;
}

.gradiant-contact-box .address-item .address-text span {
	color: #fff;
}

.gradiant-contact-box .address-item .address-text span.label {
	color: #FFFFFF !important;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 16px;
}

.gradiant-contact-box .address-item .address-text span.des {
	font-size: 16px;
}

.gradiant-contact-box .title-inner {
	margin-bottom: 30px;
}

.gradiant-contact-box .title-inner h2 {
	color: #fff;
}

.gradiant-contact-box .title-inner .sub-text {
	margin: 0 0 10px;
	display: block;
	line-height: 28px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #F6F8FF;
}

.slick-next:before {
	font-family: FontAwesome;
	content: "\f105";
}

.slick-prev:before {
	font-family: FontAwesome;
	content: "\f104";
}

.footer-form .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
}

.full-width-dropdown {
	position: static;
}

.navbar .navbar-nav .nav-item.dropdown.full-width-dropdown .dropdown-menu {
	width: 100%;
	background-color: #324354eb;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	color: #ff7459;
	background: transparent;
}

.navbar .navbar-nav .nav-item.dropdown.full-width-dropdown .dropdown-menu ul {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	border-left: 4px solid #ffffff;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
	margin-bottom: 0;
}

.menu-butn {
	padding-top: 40px;
}

.menu-butn a.btn {
	border: 2px solid #ffffff;
	width: 60%;
	margin-bottom: 10px;
	margin: 16px auto;
}

.menu-butn a.btn:hover {
	background: #fff;
	color: #000;
}

.contentSection .content img {
	display: block;
	margin: 1rem auto;
	border: 4px solid #cccccc;

}

.riquest-block-2 {
	padding: 30px 60px;
	padding-top: 20px;
	background: #f6f7f9;
	background: linear-gradient(309deg, #f6f7f9 50%, #ffdac4 50%);
}

.popup-content ul {
	list-style: none;
}

.popup-content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}

.popup-content ul li:before {
	content: "\f0a9";
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	color: #ff7459;
}

.contact_footer_form .form-control {
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	background-color: #FFFFFF;
	height: auto;
	margin-bottom: 20px;
	color: #9a9a9a;
}

.contact_footer_form textarea.form-control {
	height: 140px;
}

.sticky-content h2 {
	text-align: left;
	margin: 0 0 20px;
	font-size: 22px !important;
	border-bottom: 1px solid #ccc;
}

.sticky-content ol {
	padding: 0;
	margin: 0;
}

.sticky-content ul li,
.sticky-content ol li {
	list-style: none;
}

.sticky-content ul li a,
.sticky-content ol li a {
	display: block;
	padding: 7px 0;
	color: #ff7459;
	font-size: 16px;
}

.sticky-content ul li a.active,
.sticky-content ol li a.active {
	text-decoration: underline;
	font-weight: 600;
}

.btn-close {
	position: absolute;
	right: -18px;
	top: -21px;
	background-color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	font-size: 28px;
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

.btn-close a {
	color: #ff7459;
	cursor: pointer;
}

/* deepak-04-08-2021 */
.contentSection .content p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	line-height: 26px;
}

.contentSection .content h2 {
	margin: 40px 0 20px;
	font-size: 28px;
	line-height: 1.1;
	text-align: center;
}

.contentSection .content h3 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 1.5rem
}

.contentSection .content ul {
	margin-bottom: 25px;
}

.contentSection .content ul li {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding-left: 22px;
}

.contentSection .content ul li a {
	font-size: 18px;
	color: #f45948;
	line-height: 26px;
}

.contentSection .content ul li::before {
	position: absolute;
	content: "\f058";
	font-family: fontawesome;
	color: #207de9;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contentSection .content ul li a:hover {
	text-decoration: underline;
}

.contentSection .content h4 {
	margin: 1em 0;
	font-size: 22px;
}

.contentSection .content img {
	margin-bottom: 24px;
	width: 100%;
}

#comments {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 20px 30px;
	margin-bottom: 50px;
}

/* deepak-04-08-2021 */
.training-bcontent h1 {
	font-size: 52px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 0.95;
	margin-bottom: 20px;
}

.training-bcontent p {
	margin-bottom: 20px;
}

.training-bcontent h1 span {
	color: #ff7459;
}

.tbox-centent {
	padding: 15px 20px;
	padding-bottom: 30px;
}

.tbox-centent h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.tbox-centent .btn {
	background: #ff7459;
	color: #fff;
	border: none;
	padding: 15px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	outline: none;
	cursor: pointer;
}
.tbox-centent .btn:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4);
}

.training-part .training-box-col {
	margin-bottom: 30px;
}

.course-percent-box {
	text-align: center;
}

.course-percent-box h3 {
	font-size: 36px;
	line-height: initial;
	color: #020659;
}

.course-percent-box img {
	margin-bottom: .9rem;
}

.page-template-coursesmain .digitalEducation .textBox .btn {
	background: #ff7459;
	color: #fff;
	border: none;
	padding: 15px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	outline: none;
}

.sticky-social {
	right: 80px;
	z-index: 99999;
	max-width: 82px;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	transition: all 0.5s;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	background-color: rgb(255, 255, 255);
	display: none;
}

.shareBox .fa {
	font-size: 13px;
	margin-bottom: 0.25em;
	display: block;
}

.shareBox .stext {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0.7;
}

.sticky-social .iconBox a {
	display: block;
	border-color: #000;
	background-color: #000;
	color: #fff;
	border-radius: .5em;
	width: 40px;
	height: 40px;
	line-height: 41px;
	font-size: 20px;
	margin-top: .5em;
}

.sticky-social .iconBox a.facebook {
	border-color: #1977f3;
	background-color: #1977f3;
}

.sticky-social .iconBox a.twitter {
	border-color: #1da1f2;
	background-color: #1da1f2;
}

.sticky-social {
	right: auto;
	left: auto;
	z-index: 99999;
	max-width: 82px;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	transition: all 0.5s;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	background-color: rgb(255, 255, 255);
	display: none;
}

.shareBox .fa {
	font-size: 13px;
	margin-bottom: 0.25em;
	display: block;
}

.shareBox .stext {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0.7;
}

.sticky-social .iconBox a {
	display: block;
	border-color: #000;
	background-color: #000;
	color: #fff;
	border-radius: .5em;
	width: 40px;
	height: 40px;
	line-height: 41px;
	font-size: 20px;
	margin-top: .5em;
}

.sticky-social .iconBox a.facebook {
	border-color: #1977f3;
	background-color: #1977f3;
}

.sticky-social .iconBox a.twitter {
	border-color: #1da1f2;
	background-color: #1da1f2;
}

#site-nav {
	height: 150px;
	border: solid 1px #666;
	background-color: #aaa;
	position: fixed;
}

.main-section {
	height: 800px;
	border: solid 1px #666;
	background-color: #777;
}

.section-link {
	color: #444;
}

.topic-table-item.active {
	background-color: #FFF;
	font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none;
}

.training-popup .btn-close {
	right: 1px;
	top: 1px;
	background-color: #ff7459;
	height: 35px;
	width: 35px;
	line-height: 30px;
	border-radius: 0;
	font-size: 20px;
	border-bottom-left-radius: 8px;
}

.training-popup .btn-close a {
	color: #fff;
}

.training-popup .modal-dialog {
	margin: 5px auto 0;
}

body.modal-open {
	padding: 0 !important;
}

/* NEW-POPUP-UPDATE-CSS */
.full-modal .modal-dialog {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

.full-modal .contact_footer_form {
	display: flex;
	flex-wrap: wrap;
}

.modal-open .full-modal {
	overflow: hidden;
	padding-right: 0 !important;
	z-index: 10999999999;
}

.full-modal .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	height: 100vh;
}

.full-modal .modal-content .riquest-block-2 {
	padding: 0;
	background: #fff;
	height: 100%;
}

.full-modal .modal-dialog .btn-close {
	right: 8px;
	top: 8px;
}

.full-modal .modal-dialog .btn-close a {
	color: #000;
}

.full-modal .modal-content .contact_footer_form::after {
	clear: both;
	display: table;
	content: "";
}

.full-modal .modal-content .contact_footer_form .imgBox img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.full-modal .modal-content .riquest-block-2 .popup-head {
	text-align: center;
	margin-bottom: 30px;
}

.full-modal .modal-content .riquest-block-2 .popup-logo {
	margin-bottom: 25px;
}

.full-modal .modal-content .riquest-block-2 .popup-logo img {
	width: 240px;
}

.full-modal .modal-content .riquest-block-2 .popup-head h3 {
	font-size: 25px;
	margin-bottom: 10px;
	;
	font-weight: 700;
	line-height: 29px;
}

.full-modal .modal-content .riquest-block-2 .popup-head p {
	font-size: 17px;
	color: rgba(55, 64, 70, 0.7);
	text-align: center;
}

.full-modal .contact_footer_form [class*="col-"] {
	padding: 0;
}

.full-modal .modal-content .riquest-block-2 .col-sm-5,
.full-modal .modal-content .riquest-block-2 .col-sm-7 {
	display: flex;
	height: 100vh;
	align-items: center;
}

.full-modal .contact_footer_form .box {
	max-width: 400px;
	margin: auto;
}

.full-modal .contact_footer_form .box input.form-control {
	height: 45px;
	border-radius: 0;
	border-color: rgba(55, 64, 70, 0.15);
	margin-bottom: 0;
	padding: 12px 12px;
}

.full-modal .contact_footer_form .box textarea.form-control {
	border-radius: 0;
	border-color: rgba(55, 64, 70, 0.15);
	height: 125px;
	color: rgba(55, 64, 70, 0.7);
	padding: 12px 12px;
}

.full-modal .contact_footer_form .box .form-control::placeholder {
	color: rgba(55, 64, 70, 0.7);
}

.full-modal .contact_footer_form .box .form-control:focus,
.full-modal .contact_footer_form .box .form-control:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-color: rgba(55, 64, 70, 0.15);
}

.full-modal .contact_footer_form .box .btnBox input.btn {
	height: 50px;
	padding: 0 20px;
	display: block;
	width: 100%;
	border-radius: 2px;
	font-size: 15px;
}

.full-modal .contact_footer_form .box .btnBox input.btn:hover {
	background: #ff8469;
}

.full-modal .contact_footer_form .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
}

.full-modal .contact_footer_form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	left: auto;
	right: 11px;
	text-align: right;
	top: 12px;
	height: 22px;
}

.full-modal .contact_footer_form .box .wpcf7-response-output {
	margin: 12px -15px 0;
	font-size: 15px;
	text-align: center;
	line-height: normal;
}

.full-modal .contact_footer_form .imgBox {
	position: relative;
	width: 100%;
}

.full-modal .contact_footer_form .textBox {
	position: absolute;
	bottom: 20px;
	color: #fff;
	padding: 0 30px;
}

.full-modal .contact_footer_form .textBox h2 {
	font-size: 36px !important;
	color: #fff;
	margin-bottom: 6px;
	font-weight: 600;
}

.full-modal .contact_footer_form .textBox p {
	font-size: 18px;
	margin-bottom: 20px;
}

.full-modal .contact_footer_form .textBox p b {
	font-size: 20px;
}

.full-modal .contact_footer_form .textBox ul li img {
	width: auto !important;
	height: auto !important;
	margin-right: 3px;
}

.full-modal .contact_footer_form .textBox ul li {
	font-size: 16px;
	list-style: none;
}

.full-modal .contact_footer_form .textBox ul li:not(:last-child) {
	margin-bottom: 10px;
}

.full-modal .contact_footer_form .ajax-loader {
	position: absolute !important;
	top: 12px;
	left: 45%;
	transform: translateX(-50%);
}

/* NEW-POPUP-UPDATE-CSS */

.footer-cta {
	padding: 24px 35px;
	background-size: auto 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: -140px;
	margin-top: 50px;
	margin-bottom: -100px;
	background-size: auto 100% !important;
}

.footer-cta .card-icon {
	width: 62px;
	margin-right: 30px;
}

element.style {}

.congratulations-part .footer-cta .card-body {
	padding: 0;
}

.footer-cta .card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0;
}

.footer-cta .card-counter {
	text-align: center;
	width: 30%;
	position: relative;
}

.card-counter .cta-shower {
	position: absolute;
	left: -53%;
	top: -17px;
}
.card-counter .btnBox .btn:hover {
	background:#ff7459;
	border-color:#ff7459;
}
.card-counter .cta-shower span {
	vertical-align: super;
	color: #41d48c;
}

.footer-cta .card-body .card-title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: -0.018em;
	color: #fff;
	margin: 0;
}

.topHeader .btnBox {
	margin-bottom: 0;
}

.fixbox-cta {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 350px;
	background: #fff;
	z-index: 99;
	box-shadow: 7px -5px 30px 0 rgb(0 0 0 / 5%);
	border-top-left-radius: 4px;
}

.fixbox-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.fixbox-header i {
	font-size: 26px;
	font-weight: 900;
	color: #ff7459;
	cursor: pointer;
}

.fixbox-header img {
	width: 40px;
	margin-right: 10px;
}

.fixbox-header p {
	margin-bottom: 0;
	color: #ff7459;
}

.fixbox-cta ul {
	margin: 0 0 0 50px;
	padding: 0 20px;
	font-size: 16px;
}

.fixbox-cta ul li {
	margin-bottom: 15px;
}

.fixbox-footer {
	margin-left: 31px;
}

.fixbox-footer a {
	padding: 10px 20px;
	display: inline-block;
	font-size: 22px;
	border-radius: 4px;
	color: #ff7459;
}

.fixbox-footer a:hover {
	background-color: #324354;
	color: #fff;
}

.fixbox-footer p {
	padding: 0 44px;
	font-size: 14px;
}

.fixbox-cta-hide .fixbox-body {
	display: none;
}

.fixbox-cta-hide #fixboxarrow {
	transform: rotateX(180deg);
}

.header-cta-btn {
	color: #ff7459;
	min-width: auto;
	padding: 9px 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 100%;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}

.header-cta-btn:hover {
	background-color: #324354;
	color: #fff;
}

.header-cta-btn i {
	margin-right: 5px;
}

.header-cta-btn-popup {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
	display: table;
	left: 0;
	right: 0;
	line-height: 28px;
	padding: 16px 20px;
	pointer-events: none;
	position: absolute;
	top: 115%;
	white-space: nowrap;
	z-index: 100;
	color: #5a5a5a;
	font-weight: 400;
	opacity: 0;
}

.header-cta-btn:hover .header-cta-btn-popup {
	opacity: 1;
}

.fixbox-cta {
	animation: fixboxCtaAnimation 1s 10s forwards;
	right: -100%;
}

@keyframes fixboxCtaAnimation {
	to {
		right: 0;
	}
}

.enrollment-popup .enrollment-form .wpcf7 .ajax-loader {
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.howtoapply ul,
.banner-content-section ul {
	padding-left: 15px;
}

.howtoapply ul li,
.banner-content-section ul li {
	margin-bottom: 10px;
}
.lear-more-section {
	background: aliceblue;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e12e;
}
.lear-more-section p {
	margin-bottom: 0 !important;
}



/ *DEEPAK-30-09-2021 */
.pieceContent {
	border-top: 1px solid #ebeae6;
	border-bottom: 1px solid #ebeae6;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 5px 0;
	margin-bottom: 20px;
}
.piece-content-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 17px;
}
.piece-content-info:not(:first-child){margin-left:25px;}
.piece-content-info svg {
	margin-right: 12px;
	fill: #324354;
	width: 22px;
}

/* DEEPAK-30-09-2021 */


/**New Blog Page**/
.blog-banner .btnBox {
	margin-top: 30px;
}
.page-template-new-blog h2 {
	font-size: 28px !important;
	line-height: 1.3 !important;
}
.page-template-new-blog h3 {
	font-size: 24px;
	font-weight: 700;
}
.page-template-new-blog .box .textBox h3 {
	min-height: 102px;
}
.page-template-new-blog .box-shadow {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease-in-out;
}
.page-template-new-blog .box .imgBox  {
	position: relative;
	overflow: hidden;
}
.page-template-new-blog .box .imgBox .writeLabel {
	background: #ff7459;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 1.2em;
	height: 28px;
}
.page-template-new-blog .box .imgBox img {
	width: 100%;
	min-height: 329px;
	max-height: 329px;
	object-fit: cover;
}
.page-template-new-blog .box.box-shadow:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
}
.page-template-new-blog .box .textBox {
	padding: 25px 25px 15px;
	text-align: center;
}
.page-template-new-blog .box .textBox .postTime {
	list-style-type: none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 10px;
	color: #869298;
	font-size: 15px;
	margin-top: 35px;
}
.page-template-new-blog .box .textBox .postTime span {
	margin-left: 5px;
	vertical-align: middle;
}
.page-template-new-blog .box .postList {
	list-style-type: none;
	padding-left: 25px;
}
.page-template-new-blog .box .postList li a {
	margin-bottom: 22px;
	display: flex;
	color: #374046;
}
.page-template-new-blog .box .postList li a:hover {
	color: #767F85;
}
.page-template-new-blog .box .postList li span {
	width: 32px;
	margin-right: 10px;
	height: 30px;
	min-width: 30px;
	max-width: 30px;
}
.recent-menu {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 15px 0 30px;
}
.recent-menu a {
	padding: 10px 5px;
	text-decoration: none;
	color: #869298 !important;
	font-size: 18px;
	font-weight: 500;
	box-shadow: none !important;
	margin: 0 1.5rem;
}
.recent-menu a.active {
	color: #ff7459 !important;
}
.recent-menu a:hover {
	color: #ff7459 !important;
}
.portfolio-inner [class*='col-'] {
	margin-bottom:30px;
}
.SubscribeSection {
	background: linear-gradient( to top, #142034 0%, #142034 42%, #fff 42%, #fff 100% );
}
.SubscribeSection .row {
	background: #FFFFFF;
	box-shadow: 4px 4px 15px rgba(134, 146, 152, 0.32);
	border-radius: 4px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 80px 0;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
}
.SubscribeSection .textBox .title {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.SubscribeSection .textBox .title h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.SubscribeSection .textBox h5 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 1.6rem;
}
.SubscribeSection .textBox p {
	color: rgba(134, 146, 152, 1);
	line-height: 22px;
	margin-bottom: 2.5rem;
}
.SubscribeSection .textBox .subscribe-form .form-control, .SubscribeSection .textBox .subscribe-form input {
	border: 2px solid rgba(55, 64, 70, 0.3);
	font-weight: 600;
	font-size: 14px;
	color: rgba(55, 64, 70, 0.6);
	border-radius: 3px;
	outline: none;
	box-shadow: none;
}
.SubscribeSection .textBox .subscribe-form {
	max-width: 90%;
}
.SubscribeSection .textBox .subscribe-form .form-control::placeholder,
 .SubscribeSection .textBox .subscribe-form input::placeholder {
	color: rgba(55, 64, 70, 0.6);
}
.SubscribeSection .textBox .subscribe-form .form-control:focus:focus-visible:focus-within {
	box-shadow: none;
	background: #f4f4f46e;
}
.SubscribeSection .textBox .subscribe-form .btn {
	background: #ff7459;
	font-weight: 600;
	border-color: #ff7459;
	height: 45px;
	padding: 0 35px;
	margin: 0 0 0 12px !important;
	border-radius: 4px;
}
.SubscribeSection .textBox .subscribe-form .btn:hover {
	box-shadow: 0 0 9px 1px rgba(255, 116, 89, .4);
}
div.mce_inline_error {
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 99;
	color: red;
	font-size: 16px;
}
.SubscribeSection .imgBox {
	text-align: center;
}
.portfolio-inner .next-btn-wrap {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}
.portfolio-inner .next-btn-wrap .next.page-numbers, .portfolio-inner .next-btn-wrap .prev.page-numbers {
	width: auto;
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
	padding: 0 20px;
	text-transform: capitalize;
	font-size: 17px;
	display: none;
}
.portfolio-inner .next-btn-wrap .next.page-numbers {
	margin-right: 0;
}
.portfolio-inner .next-btn-wrap .next.page-numbers:hover, 
.portfolio-inner .next-btn-wrap .prev.page-numbers:hover {
	background-color: #4c74b9;
	border-color: #4c74b9;
}

/**New Blog Page**/

/**DEEPAK-19-10-2021**/
/* .seo-training-banner.course-banner .custom-col {
	flex: 0 0 54.333%;
	max-width: 54.333%;
} */
/**DEEPAK-19-10-2021**/

/*================================================ 
			   RESPONSIVE MEDIA CSS 
=================================================*/


@media (max-width:1199px) {
	h3 {
        font-size: 24px;
        line-height: 30px
    }

    .navbar .navbar-nav .nav-item .contact-num {
        font-size: 15px;
        padding: 16px 10px !important
    }
    .professionalCertificates .slick-arrow, .topPartners .slick-arrow {
        display: none !important;
    }
    .navbar .navbar-nav .nav-item a {
        padding: 17px 29px !important;
        font-size: 16px
    }

    .navbar .navbar-nav .nav-item .contact-num .fa {
        vertical-align: middle
    }

    .navbar .navbar-nav .nav-item .contact-num span {
        position: relative;
        top: 2px
    }
	.blue-part-one, .blue-part-two {
		min-height: 295px;
		max-height: 295px;
	}
	.main-contact .iconsBox {
		margin-right: 20px;
		width: 65px;
		height: 65px;
	}
	.main-contact .iconsBox img {
		width: 32px;
		height: 32px;
	}
	.certificationSection .container {
		width: 100%;
		padding: 0;
	}
	.certificationSection .imgBox img {
		width: 320px;
		height: 245px;
	}
    .experience-section .yearcol ul li {
        font-size: 55px;
        line-height: 55px;
    }
    .experience-section {
        padding: 50px 0;
    }
    .contactSection .gradiant-contact-box {
        padding: 40px 30px 5px 30px;
    }
    .contactSection .gradiant-contact-box .title-inner h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    .heroSection .box {
        padding: 40px 30px;
        width: 70%
    }

    .heroSection .box h1 {
        font-size: 45px
    }

    .popularCourses .card .cardBox {
        padding: 10px 0 5px
    }

    .popularCourses .card .cardBox li {
        display: flex;
        align-items: start;
        font-size: 14px;
    }
    .popularCourses .card .cardBox li img {
        margin-top: 4px;
        width: 13px;
        margin-right: 5px;
    }

    .commonSection .box .textBox p br {
        display: none
    }

    .commonSection .box .imgBox {
        height: 180px;
        object-fit: cover;
        width: 40%
    }

    .commonSection .box .imgBox img {
        height: 100%;
        width: 100%
    }

    .commonSection .box .textBox {
        width: 60%
    }

    .commonSection .box .textBox h4 {
        font-size: 22px
    }

    .commonSection .box .textBox h4 br {
        display: none
    }

    .ourGraduate .box h3 {
        font-size: 38px
    }

    .contactSection .imgBox .infoBox {
        width: 80%
    }

    .contactSection .formBox .form-group label {
        padding: 15px 20px;
        font-size: 16px
    }

    .contactSection .formBox .form-group .form-control {
        padding: 10px 20px;
        height: 55px;
        font-size: 16px
    }

    .contactSection .formBox h2 {
        margin-top: 0
    }
	.internbanner-text {
		padding-left: 15px;
	}

	/* NEW-POPUP-UPDATE-CSS */
	.full-modal .modal-content .riquest-block-2 .col-sm-5 {
		width: 45%;
	}

	.full-modal .modal-content .riquest-block-2 .col-sm-7 {
		width: 55%;
	}

	.full-modal .contact_footer_form .box {
		max-width: 325px;
	}

	.full-modal .contact_footer_form .textBox h2 {
		font-size: 32px !important;
		line-height: 1.3;
	}

	.full-modal .contact_footer_form .textBox p {
		font-size: 18px;
	}

	.full-modal .contact_footer_form .textBox ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	.full-modal .contact_footer_form .textBox ul li {
		font-size: 15px;
	}

	/* NEW-POPUP-UPDATE-CSS */

		/**New Blog Page**/
		.recent-menu a {
			margin: 0 15px;
		}
		.SubscribeSection .textBox p br {
			display: none;
		}
		
		/**New Blog Page**/
}


@media (max-width:991px) {
	.navbar .navbar-nav .nav-item a:hover {
		background: transparent;
	}
	.page-template-coursesmain .seo-training-banner {
		height: 495px;
	}
	.blue-part-one,
	.blue-part-two {
		min-height: auto;
		max-height: 100%;
	}

	.course-content-intern ul li::after {
		top: 0px;
		font-size: 18px;
	}
	.copyright {
		padding: 25px 0 30px;
	}
	/* NEW-POPUP-UPDATE-CSS */
	.full-modal .contact_footer_form {
		justify-content: center;
	}

	.full-modal .modal-content .riquest-block-2 .col-sm-7 {
		width: 55%;
		display: none;
	}

	.full-modal .modal-content .riquest-block-2 .col-sm-5 {
		width: 100%;
	}

	.full-modal .contact_footer_form .box {
		max-width: 400px;
	}

	.full-modal .modal-dialog .btn-close {
		background: #e1e1e17d;
	}

	/* NEW-POPUP-UPDATE-CSS */
	.training-box {
		min-height: 250px
	}

	.slick-arrow {
		display: none !important;
	}

	.seo-training-banner {
		padding-top: 50px;
		padding-bottom: 50px;
		height: auto;
		background-size: cover !important;
	}
	.main-contact .iconText p {
		text-align: center;
	}
	.seo-training-banner .container {
		width: 100%
	}

	.congratulations-part .steps p {
		display: none
	}

	.congratulations-part .steps h5 {
		margin-left: 0
	}

	.look-seo .row {
		display: block
	}

	.look-image {
		display: none
	}

	.blue-part-one {
		min-height: 155px;
		max-height: 155px
	}

	.fit-content {
		min-width: max-content
	}

	.certificationSection .img-bg {
		margin-top: 0
	}

	.certificationSection .imgBox {
		margin-top: 40px
	}

	.certificationSection .imgBox img {
		margin: auto
	}

	.certificationSection .columnBox {
		padding-right: 25px;
		padding-left: 25px
	}

	.peekCourse-section .cardContent .imgBox {
		-webkit-flex: 0 0 275px;
		-moz-box-flex: 0;
		flex: 0 0 275px
	}

	.peekCourse-section .cardContent .box {
		padding: 72px 30px 30px
	}

	.peekCourse-section .cardContent .cardText {
		letter-spacing: .125rem;
		padding: 0 15px 0 0;
		line-height: 28px
	}

	.peekCourse-section .cardContent .imgBox .syllabusImage {
		background-position: center
	}

	.peekCourse-section .courseContent .course-toc {
		padding: 0 30px 30px
	}

	.marketing-mentor .row {
		display: block
	}

	.marketing-mentor img {
		width: 50%;
		margin: auto;
		display: block
	}

	.review-part {
		padding: 25px 0 0
	}

	.review-box-2 .review-box {
		left: 38px
	}

	.review-box-3 .review-box {
		margin-top: 0;
		left: 42%
	}

	.review-sec-head h3 {
		font-size: 36px;
		line-height: 40px
	}

	.modal .enrollment-popup {
		width: 95%
	}

	.courseSection .slick-prev {
		left: 0
	}

	.courseSection .slick-next {
		right: 0
	}

	.certificationSection .img-bg {
		background-image: none
	}

	.footer-social {
		justify-content: center;
		margin-top: 10px
	}

	.main-contact .row {
		display: block;
		text-align: center;
		padding-top: 0
	}

	.main-contact .iconsBox {
		margin: auto auto 15px
	}

	.marketing-mentor img {
		width: 50%;
		margin: auto
	}

	.certificationSection .imgBox {
		margin: 0
	}

	.certificationSection .imgBox img {
		height: auto
	}

	.internbanner-text {
		padding-top: 15px;
		padding-left: 0
	}

	.internbanner-text h1 {
		font-size: 32px
	}

	.internshipbanner {
		padding-top: 0
	}

	.section-title li {
		padding: 0 0 0 2.5rem
	}

	.experience-section .headingRow {
		text-align: center
	}

	.experience-section {
		padding: 50px 0
	}

	.experience-section .yearcol ul li {
		margin: 0 0 1rem
	}

	.how-to-start .item span {
		width: 150px
	}

	.internbanner-text p {
		margin-bottom: 10px
	}

	.course-content-intern::before {
		right: 0
	}

	.course-content-image {
		margin-top: 15px
	}

	.workflow-that .item {
		margin-bottom: 15px
	}

	.our-mission-about .item {
		margin-bottom: 15px;
		padding: 20px 15px 10px
	}

	.contectSection span.wpcf7-list-item {
		width: 100%
	}

	.gradiant-contact-box {
		padding: 50px 30px 35px 30px;
	}

	.training-bcontent h1 {
		font-size: 38px;
		line-height: 1.1;
	}

	.riquest-block-2 {
		padding: 20px 20px;
	}

	.modal-dialog {
		max-width: 95%;
	}

	.modal .enrollment-popup {
		max-width: 95%;
	}

	.footer-cta .card-icon {
		margin-right: 12px;
	}

	.footer-cta .card-counter {
		width: 44%;
	}

	.card-counter .cta-shower {
		left: -80%;
	}

	/* .btnBox {
	margin-bottom:15px;
} */
	.seo-training-banner .btnBox .btn {
		padding: 15px 12px;
	}
	.peekCourse-section .courseContent {
        padding-bottom: 12px;
    }
    .peekCourse-section .courseContent .sidebar .textBox {
        margin-bottom: 1.75rem;
        margin-top: 1.75rem;
    }
    .top-margin {
        margin-top: 68px;
    }
    .mobileMenu .dropdown .dropdown-menu {
        /* -webkit-transition: all .7s;
        -moz-transition: all .7s;
        -ms-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s; */
        max-height: 0;
        display: block;
        overflow: hidden;
        /* opacity: 0 */
    }

    .mobileMenu .dropdown.show .dropdown-menu {
        max-height: 100%;
        /* opacity: 1; */
    }
    .mobileMenu  .nav-item:not(:last-child) {
        border-bottom: 1px solid #404f5da3;
    }
    .dropdown-menu-inner {
        display: block;
        min-width: 100%;
        padding: 8px 0;
    }
    .dropdown-menu-divide {
        width: 100%;
    }
    
    .dropdown-menu-divide:not(:last-child) {
        border-bottom: 1px solid #4f5e6c82;
        margin-bottom: 10px;
        padding-bottom: 12px;
    }
	.dropdown-menu-divide h5 {
		padding: 10px 0 !important;
		margin-bottom: 5px;
	}

    body {
        font-size: 16px;
        line-height: 22px
    }

    h2 {
        font-size: 32px;
        line-height: 38px
    }

    button:focus {
        outline: 0
    }

    .mobile-top-margin {
        margin-top: 68px
    }

    .mobileHeader .navbar {
        padding: 6px 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0;
        left: 0
    }

    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 6px 0 !important;
        font-size: 15px;
    }

    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background: 0 0
    }

    .mobileMenu span#navbarDropdown10,
    .mobileMenu span#navbarDropdown11,
    .mobileMenu span#navbarDropdown9 {
        display: none
    }

    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        border-radius: 0;
        margin: 0;
        border: 0;
        padding: 2px 15px;
        background: #384b5d;
        visibility: hidden;
    }
    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show{visibility: visible;}

    .nav-link {
        display: -webkit-inline-box
    }

    .navbar .navbar-nav .nav-item a {
        display: inline flow-root list-item
    }

    .mobileMenu .dropdown-toggle::after {
        display: none
    }

    .mobileMenu .navbar-nav>li .arrow {
        display: none;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 0;
        display: inline-block;
        cursor: pointer
    }

    .mobileMenu {
        position: fixed;
        left: -100%;
        background: #324354;
        top: 68px;
        z-index: 999;
        width: 100%;
        height: 100% !important;
        transition: all .4s ease-in-out;
        padding: 10px 15px;
        border-top: 1px solid #ffffff24;
        overflow-y: auto
    }

    .navbar .navbar-nav .nav-item .contact-num {
        font-size: 17px;
        border-bottom: 0;
        border-top: 0;
        padding: 13px 15px !important;
        margin-right: 0;
        background: 0 0
    }

    .navbar .navbar-nav .nav-item:last-child a {
        padding-right: 15px !important
    }

    .navbar .navbar-nav .nav-item a {
        padding: 17px 15px !important
    }

    .navbar-toggler.bar-active .navbar-toggler-icon:last-child {
        position: relative;
        transform: rotate(-45deg);
        height: 3px;
        top: -7px;
        transition: all .2s ease
    }

    .navbar-toggler.bar-active .navbar-toggler-icon:nth-child(2) {
        opacity: 0;
        transition: all .2s ease
    }

    .navbar-toggler.bar-active .navbar-toggler-icon:first-child {
        position: relative;
        transform: rotate(45deg);
        height: 3px;
        top: 8px;
        transition: all .2s ease
    }

    .mobileMenu.open {
        left: 0
    }

    .mobileHeader .navbar-toggler {
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
        margin-top: 3px
    }

    .mobileHeader .navbar-toggler-icon {
        background: #fff;
        width: 24px;
        height: 2px;
        display: block;
        margin: 2px;
        border-radius: 30px;
        margin-bottom: 5px;
        border-radius: 30px
    }

    .home.heroSection {
        height: 63.3vh;
    }

    .heroSection .box {
        width: 85%
    }

    .topPartners {
        padding-bottom: 20px
    }

    .commonSection [class*=col-],
    .learn-proto-academy [class*=col-],
    .popularCourses [class*=col-],
    .topPartners .partnerLogo {
        margin-bottom: 30px
    }

    .btnBox.sectionBtn {
        margin: 20px 0 0
    }

    .btnBox .themeBtn {
        font-size: 15px
    }

    .btnBox .themeBtn img {
        width: 10px;
        height: 10px;
    }

    .popularCourses .card .cardBox ul {
        margin: 0 0 10px;
    }

    .sectionHeading p br,
    .trainingSolutions .textBox p br {
        display: none
    }

    .sectionHeading.custom-m h2 {
        margin-bottom: 15px
    }

    .popularCourses .card .cardBox li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .commonSection .box .imgBox {
        height: auto;
        width: 30%
    }

    .commonSection .box .textBox {
        width: 70%
    }

    .professionalCertificates .card h3 {
        font-size: 20px
    }

    .professionalCertificates .card h4 {
        font-size: 18px
    }

    .professionalCertificates .card p {
        font-size: 12px;
        text-align: center
    }

    .professionalCertificates .card .imgBox .iconBox {
        bottom: 5px;
        width: 25%
    }

    .commonSection {
        padding-bottom: 20px
    }

    .border-btn {
        font-size: 15px
    }

    .ourGraduate .box h3 {
        font-size: 30px
    }

    .theme-text-heading {
        font-size: 18px;
        margin-bottom: 1.5rem
    }

    .contactSection .formBox h2 {
        margin-bottom: 20px
    }

    .contactSection .formBox .form-group {
        margin-bottom: 15px
    }

    .contactSection .formBox .form-group label {
        padding: 11px 20px;
        font-size: 15px
    }

    .contactSection .formBox .form-group .form-control {
        height: 45px;
        font-size: 15px
    }

    .contactSection .imgBox,
    .contactSection .imgBox img {
        height: 100%
    }

    .footer .infoBox li a.num-text {
        margin-top: 0
    }

    .mobileHeader .btnBox {
        margin-left: auto;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .mobileHeader .btnBox .themeBtn {
        padding: 6px 10px;
        height: 38px;
        font-size: 12px
    }
	/**New Blog Page**/
	.page-template-new-blog .box .postList {
		padding-left: 0;
	}
	.recent-menu a {
		margin: 0 9px;
		padding: 0;
		font-size: 16px;
	}
	.page-template-new-blog .box .imgBox img {
		min-height: 230px;
		max-height: 230px;
	}
	.page-template-new-blog .box .textBox h3 {
		min-height: 85px;
	}
	.SubscribeSection .row {
		padding: 50px 0;
	}
	.page-template-new-blog h3 {
		font-size: 22px;
		line-height: 1.3;
	}
	.SubscribeSection .textBox .subscribe-form {
		max-width: 100%;
	}
	.SubscribeSection .textBox .subscribe-form .btn {
		padding: 0 15px;
		margin-left: 5px;
	}
	/**New Blog Page**/
	/**DEEPAK-19-10-2021**/
	/* .seo-training-banner.course-banner .custom-col {
		flex: 0 0 55%;
		max-width: 55%;
	} */
	/**DEEPAK-19-10-2021**/
}

@media (max-width:767px) {
	.top-margin {
        margin-top: 66px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px
    }

    h3 {
        font-size: 20px;
        line-height: 28px
    }

	.footer-cta .card-icon {
		margin: auto;
	}
    .mobile-top-margin {
        margin-top: 64px
    }
	.contectSection .contact_footer_form {
		padding-right: 0;
		padding-top: 20px;
	}
	.contect-mape {
		height: 281px;
	}
    .certificationSection .columnBox {
        padding-right: 15px;
        padding-left: 15px;
    }
	.copyright #custom_html-2 p {
		text-align: center;
		margin-bottom: 15px;
	}
	.copyright p {
		text-align: center;
	}
    .navbar .navbar-nav .nav-item:last-child a {
        padding: 13px 0 !important
    }

    .mobileMenu {
        top: 64px
    }

    .mobileHeader .navbar {
        padding: 10px 15px
    }

    .mobileHeader .navbar .navbar-brand>img {
        width: 162px
    }

    .navbar .navbar-nav .nav-item a {
        padding: 14px 0 !important
    }

    .home.heroSection {
        height: 92vh;
        margin-top: 16px;
    }
    .heroSection .box {
        width: 92%;
        padding: 40px 20px
    }

    .heroSection .box h1 {
        font-size: 30px;
    }
    .heroSection .box p {
        margin: 1.1rem 0 1.3rem;
    }
    .heroSection .box h1 br {
        display: none
    }

    .heroSection .box ul {
        display: block;
        margin-top: 1.5rem
    }

    .heroSection .box ul li {
        margin: 15px 0 0
    }

    .heroSection .box .btnBox .btn {
        font-size: 14px;
        padding: 9px 0
    }

    .btnBox .themeBtn {
        padding: 8px 22px;
        height: 42px;
        font-size: 14px
    }
    .seo-training-banner .btnBox .btn {
        padding: 8px 15px;
    }
    .btnBox .themeBtn img {
        margin: 0 0 0 5px;
        width: 10px;
        height: 10px;
        object-fit: contain;
    }
    .mobileHeader .btnBox .themeBtn {
        padding: 7px 10px;
    }
    .topPartners .row {
        margin-right: -8px;
        margin-left: -8px
    }

    .topPartners [class*=col-] {
        padding-right: 8px;
        padding-left: 8px
    }

    .topPartners .partnerLogo {
        margin-bottom: 15px
    }

    .sectionHeading h2 {
        margin-bottom: 35px
    }

    .sectionHeading.custom-m h2 {
        margin-bottom: 20px;
        padding: 0 15px
    }

    .slick-dots li button {
        width: 12px;
        height: 12px
    }

    .slick-dots {
        margin: 0 0 25px
    }

    .commonSection .box {
        display: block !important;
        padding: 20px 20px;
        border-top: 7px solid #ff7459;
        border-left: none
    }

    .commonSection .box .imgBox,
    .commonSection .box .textBox {
        width: 100%
    }

    .commonSection .box .textBox {
        margin: 15px 0 0
    }

    .digitalEducation .box {
        border-left: none;
		border-bottom: 5px solid #ff7459;
    }

    .clientReview .box {
        padding: 30px 20px
    }

    .digitalEducation .box h3 br {
        display: none
    }

    .clientReview .box .imgBox img {
        width: 150px
    }

    .clientReview .box .textBox .border {
        width: 80px
    }

    .trainingSolutions .textBox {
        text-align: center
    }

    .trainingSolutions .textBox p {
        margin: 1rem 0 2rem
    }

    .professionalCertificates .card p {
        font-size: 17px
    }

    .trainingSolutions .mapBox .map-img {
        display: none
    }

    .trainingSolutions .mapBox .row {
        position: initial;
        padding: 15px;
        justify-content: center;
        margin-top: 25px
    }

    .sectionHeading.custom-m h2 br {
        display: none
    }

    .learn-proto-academy .box h3 br {
        display: none
    }

    .learn-proto-academy .box img {
        width: 42px
    }

    .ourGraduate .box h3 {
        font-size: 25px
    }

    .ourGraduate .box span {
        font-size: 14px
    }

    .ourGraduate .box {
        height: 150px
    }

    .ourGraduate .col-md-3.col-6:nth-child(3) {
        order: 2
    }

    .theme-text-heading {
        margin-bottom: 1rem
    }

    .contactSection .formBox h2 {
        margin-top: 2rem
    }

    .footer {
        padding: 50px 0 0
    }

    .copyright {
        padding: 15px 0 30px
    }

    .footer .menu li a::before {
        width: 12px;
        height: 12px
    }

    .footer .menu li a {
        padding-left: 20px
    }

    .footer .menu li a:hover::before {
        left: 0
    }

    .footer .infoBox li a.num-text {
        font-size: 22px
    }

	.footer h4 {
		margin: 25px 0 45px;
	}

    .footer .infoBox li {
        margin-bottom: 1.5rem;
        font-size: 16px
    }
    .rs-contact-box .address-item {
        display: block;
        text-align: center;
    }
    .gradiant-contact-box .address-icon {
        margin: 0 0 10px;
        width: 50px;
        height: 50px;
    }
    .gradiant-contact-box .title-inner {
        text-align: center;
    }
    .gradiant-contact-box .address-item .address-text {
        width: 100%;
    }
	/* NEW-POPUP-UPDATE-CSS */
	.full-modal .modal-dialog .btn-close {
		border-radius: 50%;
		height: 35px;
		width: 35px;
		line-height: 33px;
		font-size: 20px;
	}

	.full-modal .modal-dialog .btn-close a {
		color: #000;
	}

	.full-modal .contact_footer_form .box {
		padding: 0 30px;
	}

	.full-modal .modal-content .riquest-block-2 .popup-head h3 {
		font-size: 22px;
	}

	/* NEW-POPUP-UPDATE-CSS */
	body p {
		text-align: justify
	}
	.course-percent-box p {
		text-align: center;
	}
	.training-box {
		min-height: auto;
	}

	.course-banner .row, .training-points .row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.course-banner .heroImg {
		margin-bottom: 30px;
	}
	.training-points .arrowbullets {
		padding-left: 0;
		margin-top: 20px
	}

	.peekCourse-section .cardContent {
		display: block
	}

	.peekCourse-section .cardContent .box {
		padding: 75px 20px 30px
	}

	.peekCourse-section .cardContent .imgBox .syllabusImage {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		height: 180px
	}

	.peekCourse-section .section-heading {
		display: block
	}

	.lesson-title,
	.peekCourse-section .courseContent .course-toc .box ul {
		padding-left: 20px
	}

	.peekCourse-section .courseContent .course-toc {
		padding: 0 20px 30px
	}

	.download-course a {
		padding: 10px 40px;
		margin-top: 8px;
		display: block
	}

	.hire-technology .technologies-tabs ul li {
		width: 98%
	}

	.fit-content {
		width: max-content
	}

	.congrats-heading .big-con {
		font-size: 22px;
		line-height: 32px;
		font-weight: 900
	}

	.congratulations-part .steps p {
		display: none
	}

	.congratulations-part .steps h5 {
		margin-left: 0;
		line-height: 26px;
		padding-top: 10px;
	}

	.look-seo .row {
		display: block
	}

	.look-image {
		padding-top: 20px
	}

	.look-image {
		padding-top: 20px
	}

	.enrollment {
		background: #fff;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc
	}

	.enrollment-part {
		padding: 0;
		width: 100%
	}

	.enrollment-part .seo-contant-number {
		font-size: 15px;
		position: initial;
		width: 100%;
		margin: 15px auto 0 auto
	}

	.enrollment-part .seo-contant-number span {
		font-size: 15px
	}

	.main-contact .iconsBox {
		width: 70px;
		height: 70px
	}

	.main-contact .iconsBox img {
		width: 40px;
		height: 40px
	}

	.main-contact .iconText p {
		text-align: center
	}

	.marketing-mentor .row {
		display: block
	}
	.seo-faq-part {
		padding: 25px 0 15px;
	}
	.marketing-mentor img {
		width: 60%;
		margin: auto;
		margin-bottom: 20px
	}
	.peekCourse-section .section-heading h2 {
		margin-bottom: 20px;
	}
	.marketing-mentor .textBox .btn {
		width: 100%;
		white-space: normal;
		height: auto;
		font-size: 14px;
	}
	.review-part {
		padding: 25px 0 0
	}

	.review-box-1 {
		width: 100%
	}

	.review-box-2 {
		width: 100%
	}

	.review-box-3 {
		width: 100%
	}

	.review-box-1 .review-box {
		margin-top: 15px;
		left: 0;
		position: relative
	}

	.review-box-2 .review-box {
		margin-top: 15px;
		left: 0;
		position: relative
	}

	.review-box-3 .review-box {
		margin-top: 15px;
		left: 0;
		position: relative
	}

	.review-sec-head h3 {
		font-size: 26px;
		line-height: 32px
	}

	.modal .enrollment-popup {
		width: 95%
	}

	.slick-slider .slick-arrow {
		display: none !important
	}

	.marketing-mentor img {
		width: 60%;
		margin: auto;
		margin-bottom: 20px;
		display: block
	}

	.banner-content-section.certify .section-title li {
		width: 100%;
		margin-bottom: 15px;
	}

	.section-title li::before {
		font: 1rem/1.6rem FontAwesome;
	}

	.experience-section .yearcol ul {
		display: block
	}

	.experience-section .yearcol p {
		text-align: center
	}

	.blue-part-one,
	.blue-part-two {
		min-height: 200px;
		max-height: 200px
	}

	.blue-pad .blue-part-two p {
		text-align: center
	}

	.experience-section .headingRow h2 {
		font-size: 26px;
		line-height: 32px
	}

	h2 {
		font-size: 26px;
		line-height: 32px;
		margin-top: 0
	}

	.howtoapply {
		padding: 50px 20px
	}

	.comparative-section .tableRow ul {
		display: block
	}

	.comparative-section .tableRow ul li:first-child {
		justify-content: center
	}

	.internbanner-text {
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 0;
	}

	.internshipbanner {
		padding-bottom: 20px
	}

	.workflow-that .item {
		margin-bottom: 15px;
		min-height: auto
	}

	.our-awards .row {
		display: block;
		text-align: center
	}

	.contectSection .mainBox {
		padding-right: 0
	}

	.recent-posts .recent-img-wrap img {
		max-width: 100% !important;
		height: 100px !important;
		object-fit: cover;
	}

	.comments-pagination, .next-btn-wrap, .pagination {
		padding-bottom: 0;
		margin-top: 1rem;
	}
.page-template-new-blog .box .imgBox .writeLabel {
	padding: 2px 1.2em;
}
	.contentSection {
		padding: 22.5px 0;
	}

	.contentSection #sidebar {
		display: none;
	}

	.page-template-coursesmain .seo-training-banner {
		height: auto;
		background-position: left !important;
	}

	.page-template-internshipmain .seo-training-banner {
		height: auto;
		background-position: left !important;
	}

	.training-bcontent h1 {
		font-size: 34px;
	}

	.fixbox-cta {
		display: none;
	}

	.footer-cta {
		display: block;
	}

	.footer-cta .card-counter {
		width: 100%;
	}

	.card-counter .cta-shower {
		display: none;
	}

	.footer-cta .card-body .card-title {
		margin: 15px 0;
		text-align: center;
	}
	 /**New Blog Page**/
	 .latestPost .box {
		margin-bottom: 35px;
	}
	.recent-menu {
		overflow-x: auto;
		padding-bottom: 10px;
		margin: 0 0 20px;
		justify-content: start;
	}
	.SubscribeSection .row {
		padding: 45px 5px 50px;
		flex-wrap: wrap-reverse;
	}
	.SubscribeSection .textBox {
		margin-top: 30px;
	}
	.latestPost {
		padding-bottom: 15px;
	}
	.page-template-new-blog .banner-content p br {
		display: none;
	}
	.portfolio-inner .next-btn-wrap .next.page-numbers, .portfolio-inner .next-btn-wrap .prev.page-numbers {
		padding: 0 12px;
		font-size: 15px;
	}
	.portfolio-inner .next-btn-wrap .page-numbers {
		font-size: 15px;
	}
	.portfolio-inner .next-btn-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.portfolio-inner .next-btn-wrap .page-numbers {
		margin-bottom: 4px;
	}
	.page-template-new-blog .box .textBox h3 {
		min-height: auto;
	}
	/**New Blog Page**/
	.certificationSection .container {
		padding: 0 15px;
	}




}

@media (max-width: 480px){
	.seo-training-banner {
		background-image: none !important;
	}
	/**DEEPAK-19-10-2021**/
	/* .seo-training-banner.course-banner .custom-col {
		max-width: 100%;
	} */
	.blue-part-one {
		min-height: 115px;
		max-height: 115px;
	}
}

@media (max-width: 360px){
    .mobileHeader .navbar {
        padding: 13px 15px;
    }
    .mobileHeader .navbar .navbar-brand > img {
        width: 135px;
    }
    .mobileHeader .btnBox .themeBtn {
        padding: 5px 6px;
        height: 35px;
        font-size: 11px;
    }
}



@media screen and (min-width: 769px) {
	.sticky-social {
		display: block;
	}
}

@media screen and (min-width:768px) {
	/* .halfWidth {
	max-width: 720px;
	margin: 0 auto
} */
}

@media screen and (min-width:992px) {
	.certificationSection .columnBox {
		width: 594px
	}

	.certificationSection .img-bg {
		width: calc(100% - 594px)
	}
		.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
			display: block
		}

	/* .halfWidth {
	max-width: 730px
} */
}