body {

	font-family: 'Raleway', sans-serif;

	font-weight: 400;

	font-size: 14px;

}

a, .btn {

	-webkit-transition: all 0.3s ease-out 0s;

	-moz-transition: all 0.3s ease-out 0s;

	-ms-transition: all 0.3s ease-out 0s;

	-o-transition: all 0.3s ease-out 0s;

	transition: all 0.3s ease-out 0s;

}

a:focus {

	text-decoration: none !important;

}

a:focus, a:hover {

	color: #363636;

	text-decoration: none !important;

}

a, button, input {

	outline: medium none !important;

	color: #363636;

}

.uppercase {

	text-transform: uppercase;

}

h1, h2, h3, h4, h5, h6 {

	font-family: 'Raleway', sans-serif;

	color: #363636;

	margin-top: 0px;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

	color: inherit;

}

h1 {

	font-size: 40px;

	font-style: normal;

	font-weight: 500;

	line-height: 1.2;

}

h2 {

	font-size: 35px;

	font-style: normal;

	font-weight: 400;

	line-height: 1.2;

}

h3 {

	font-size: 28px;

	font-style: normal;

	font-weight: 400;

	line-height: 1.2;

}

h4 {

	font-size: 22px;

	font-style: normal;

	font-weight: 400;

	line-height: 1.2;

}

h5 {

	font-size: 18px;

	font-style: normal;

	font-weight: 400;

	line-height: 1.2;

}

h6 {

	font-size: 16px;

	font-style: normal;

	font-weight: 400;

	line-height: 1.2;

}

ul {

	margin: 0px;

	padding: 0px;

}

li {

	list-style: none;

}

.buttonsection {

	display: inline-block;

	width: 100%;

}

.buttonsection a {

	color: #2bbdbf;

	background: #fff;

	border-radius: 60px;

	padding: 10px 20px;

	margin-right: 8px;

	font-size: 18px;

	font-weight: 600;

	margin-bottom: 5px;

	display: inline-block;

}

.innerbanner {

	display: flex;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	float: left;

	clear: left;

	width: 100%;

	height: 350px;

	text-align: center;

	padding: 60px 0;

	position: relative;

	background: url(../images/digital-marketing/banner-bg.jpg) top center;

}

.innerbanner:before {

	position: absolute;

	content: "";

	background: #2bbdbf;

	width: 100%;

	height: 100%;

	opacity: 0.9;

	left: 0;

	top: 0;

}

.section-title {

	width: 100%;

	float: left;

	clear: left;

	margin-bottom: 15px;

}

.section-title h2 {

	text-transform: capitalize;

	font-weight: 800;

	font-size: 32px;

	color: #2bbdbf;

}

.section-title p {

	font-size: 16px;

	font-weight: 500;

	color: #4D4D4D;

}

.innerbanner h1 {

	color: #fff;

	font-size: 48px;

	font-weight: 600;

	margin-top: 50px;

	    text-align: center;

    text-transform: capitalize;

}

.innerbanner p {

	color: #fff;

	font-size: 28px;

	font-weight: 500;

	text-align: center;

}

.dividersection {

	width: 100%;

	float: left;

	clear: left;

	padding: 30px 0;

}

.icon_box {

	display: flex;

	float: left;

	clear: left;

	width: 100%;

	margin-top: 10px;

	background: #fff;

}

.icon_box .icon {

	padding-right: 10px;

	position: relative

}

.icon_box .icon img {

	max-width: 170px;

}

.icon_box .icon:before {

	content: "";

	position: absolute;

	top: 15%;

	right: 10px;

	width: 1px;

	height: 100px;

	background: #000;

}

.icon_box .ib_details {

	vertical-align: top;

	padding-left: 10px;

}

.icon_box .ib_details h4 {

	font-weight: 600;

	font-size: 28px;

	color: #2bbdbf;

	padding-top: 5px;

}

.icon_box .ib_details p {

	font-size: 22px;

	font-weight: 400;

	color: #4f4f4f;

}

.courses-section {

	padding: 30px 0px;

	float: left;

	clear: left;

	width: 100%;

	background: #EFEFEF;

}

.coursebox {

	display: flex;

	background: #fff;

	width: 100%;

	margin-bottom: 20px;

}

.coursebox .courses-leftbox {

	background: #2bbdbf;

	color: #000;

	width: 300px;

	text-align: center;

	font-family: roboto;

}

.coursebox .courses-leftbox .icon {

	font-size: 32px;

	margin: 10px 0;

}

.coursebox .courses-leftbox .date {

	font-size: 22px;

	font-weight: normal;

	margin: 10px 0;

}

.coursebox .courses-leftbox .date span {

	font-weight: bold;

	border-bottom: 2px solid #000;

}

.coursebox .courses-leftbox .price {

	background: #55cacc;

	font-size: 34px;

	font-weight: 600;

	margin: 5px 0;

	display: inline-block;

	width: 100%;

}

.coursebox .courses-leftbox .price small {

	font-size: 22px;

}

.coursebox .courses-leftbox .price span {

	font-weight: bold;

	font-size: 12px;

	width: 100%;

	float: left;

}

.coursebox .courses-leftbox .enrollbtn {

	margin: 20px 0;

}

.coursebox .courses-leftbox .enrollbtn a {

	font-size: 18px;

	color: #000;

	font-weight: 500;

	border-bottom: 1px solid #000;

	padding-bottom: 5px;

}

.coursebox .courses-rightbox {

	width: 100%;

	padding-left: 15px;

	padding-right: 15px;

	padding-top: 10px;

}

.coursebox .courses-rightbox .coursehead {

	border-bottom: 1px solid #2bbdbf;

}

.coursebox .courses-rightbox .coursehead .moduleno {

	font-weight: 600;

	font-size: 18px;

}
.coursebox .courses-rightbox .coursehead .moduleno span {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    float: right;
    color: #FF0004;
}
.coursebox .courses-rightbox .coursehead h4 {

	font-size: 29px;

	font-weight: 600;

	text-transform: capitalize;

}

.coursebox .courses-rightbox .course-questionbox {

	margin-top: 10px;

}

.course-questionbox .polygonnav {

}

.course-questionbox .polygonnav li {

	display: block;

	padding: 5px 20px;

	font-size: 18px;

	font-weight: 500;

	position: relative;

	color: #000;

}

.course-questionbox .polygonnav li:before {

	content: "";

	width: 15px;

	height: 15px;

	position: absolute;

	left: 0;

	top: 11px;

	background: url(../images/digital-marketing/icon/Polygon.png) no-repeat;

}

.course-questionbox .navstyle2 {

	padding-left: 15px;

}

.course-questionbox .navstyle2 li {

	font-size: 18px;

	font-weight: 500;

	list-style: circle;

	margin-bottom: 5px;

}

.course-questionbox .panel-group {

}

.course-questionbox .panel-group .panel-default {

	border: 0;

	border-radius: 0;

	box-shadow: 0 0 0;

	background: transparent;

}

.course-questionbox .panel-group .panel-default .panel-heading {

	padding: 0;

	border: 0;

	background: transparent;

}

.course-questionbox .panel-group .panel-default .panel-heading .panel-title {

	display: block;

	padding: 5px 20px;

	font-size: 18px;

	font-weight: 500;

	position: relative;

	color: #000;

}

.course-questionbox .panel-group .panel-default .panel-heading .panel-title:before {

	content: "";

	width: 15px;

	height: 15px;

	position: absolute;

	left: 0;

	top: 11px;

	background: url(../images/digital-marketing/icon/Polygon.png) no-repeat;

}

.course-questionbox .panel-group .panel-default .panel-heading .panel-title .panelicon {

	float: right;

	font-size: 26px;

	color: #000;

}

.course-questionbox .panel-group .panel-default .panel-collapse {

}

.pricebox {

}

.pricebox a {

	margin-right: 20px;

	margin-bottom: 20px;

	border-radius: 50px;

	padding: 10px 30px;

	float: left;

	font-size: 22px;

	font-weight: 600;

	display: inline-block;

	color: #fff;

	box-shadow: 0 22px 22px #D0D0D0;

	background: #28B928;

}

.pricebox a:hover {

	background: #488DD8;

	color: #fff;

}

.getsyllabus {

	float: left;

	clear: left;

	width: 100%;

	padding: 15px 0;

	background: #fff;

}

.getsyllabus .syllabusinner {

	display: flex;

	background: #2BBDBF;

	width: 100%;

	padding: 10px 20px;

	border-radius: 6px;

}

.getsyllabus .syllabusinner .sytext {

	width: 100%;

	font-size: 28px;

	color: #fff;

	font-weight: 500;

	position: relative;

	padding-left: 20px;

}

.getsyllabus .syllabusinner .sytext:before {

	font-family: FontAwesome;

	color: #000;

	content: "\f054";

	position: absolute;

	left: 0;

	font-size: 20px;

	top: 7px;

}

.getsyllabus .syllabusinner .sybtn {

	width: 200px;

}

.getsyllabus .syllabusinner .sybtn a {

	background: #fff;

	color: #2bbdbf;

	font-weight: 600;

	font-size: 20px;

	display: block;

	text-align: center;

	padding: 10px 0;

	border-radius: 6px;

}

.testimonial-section {

	float: left;

	clear: left;

	width: 100%;

	position: relative;

	padding: 40px 0;

	background-image: url(../images/digital-marketing/testimonial/testimonial-bg.jpg);

	background-attachment: fixed;

	background-position: center top;

}

.testimonial-section:before {

	content: "";

	background: #000;

	opacity: 0.5;

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

}

.testimonial-section .section-title p {

	color: #fff;

}

.testimonialbox {

	width: 100%;

	display: flex;

	position: relative;

	margin-bottom: 10px;

}

.testimonialbox:before {

	content: "";

	background: #2BBDBF;

	opacity: 0.2;

	position: absolute;

	width: 100%;

	height: 100%;

	border-radius: 6px;

}

.testimonialbox .autherimage {

	position: relative;

	margin: 10px;

}

.testimonialbox .autherimage img {

	width: 150px !important;

	height: 150px;

	border-radius: 50%;

	border: 5px solid #fff;

}

.testimonialbox .description {

	padding-left: 20px;

	position: relative;

	padding-top: 20px;

	padding-right: 20px;

	margin-bottom: 25px;

}

.testimonialbox .description:before {

	content: "";

	position: absolute;

	left: 10px;

	top: 25px;

	width: 1px;

	height: 70px;

	background: #fff;

}

.testimonialbox .description .name {

	font-size: 18px;

	font-weight: 600;

	color: #fff;

}

.testimonialbox .description p:last-of-type {

	font-weight: bold;

	font-style: italic;

	color: #2bbdbf;

}

.testimonialbox .description p {

	margin: 0 0 5px 0;

	font-size: 18px;

	font-weight: 500;

	color: #fff;

}

#owl-testimonial .owl-nav {

	position: absolute;

	right: 0;

	bottom: -30px;

}

#owl-testimonial .owl-nav div {

	float: left;

	margin: 0 1px;

	width: 30px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	background: #fff;

	color: #000;

}

#owl-testimonial .owl-nav .owl-prev {

}

#owl-testimonial .owl-nav .owl-next {

}

.placementpartnersection {

	float: left;

	clear: left;

	width: 100%;

	padding-top: 40px;

	padding-bottom: 40px;

}

#owl-placement-partner .owl-item .item {

	border: 1px solid #d6d6d6;

	float: left;

}

#owl-placement-partner .owl-item .item img {

	float: left;

	max-width: 100%;

}

#owl-placement-partner .owl-nav {

	position: absolute;

	right: 0;

	top: -40px;

}

#owl-placement-partner .owl-nav div {

	float: left;

	margin: 0 1px;

	width: 30px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	background: #2BBDBF;

	color: #fff;

}

#owl-placement-partner .owl-nav .owl-prev {

}

#owl-placement-partner .owl-nav .owl-next {

}

.modal.modalformdesign .modal-dialog {

	width: 450px;

}

.modal.modalformdesign .modal-dialog .modal-content {

	border-radius: 0;

}

.modal.modalformdesign .modal-dialog .modal-content .modal-header {

	position: relative;

	padding: 10px 15px;

	background: #fff;

}

.modal.modalformdesign .modal-dialog .modal-content .modal-header h4 {

	color: #2A2C36;

	text-align: left;

	font-weight: 600;

	font-size: 20px;

	line-height: 1.2;

	font-family: roboto;

	text-transform: capitalize;

}

.modal.modalformdesign .modal-dialog .modal-content .modal-header h4 span {

	font-size: 16px;

}

.modal.modalformdesign .modal-dialog .modal-content .modal-header .close {

	position: absolute;

	right: -10px;

	top: -10px;

	opacity: 1;

}

.modalform {

}

.modalform .form-group {

	position: relative;

	margin-bottom: 20px;

}

.modalform .form-group label {

	position: absolute;

	top: 0;

	padding: 10px 0 0 13px;

	transition: all 200ms;

	z-index: 1;

	color: #2A2C36;

	font-size: 16px;

	font-weight: 500;

	font-family: roboto;

}

.modalform .form-group input {

	position: relative;

	z-index: 5;

	background: transparent;

	width: 100%;

	border-radius: 0;

	height: 40px;

	padding: 5px;

	border: 1px solid #2A2C36;

	color: #2A2C36;

}

.modalform .form-group textarea {

	position: relative;

	z-index: 5;

	background: transparent;

	width: 100%;

	border-radius: 0;

	padding: 5px;

	border: 1px solid #2A2C36;

	color: #2A2C36;

	resize: none;

}

.modalform input:focus {

	border-color: #0AA89E;

	transition: 0.4s;

}

 .modalform input:focus + label, .modalform input:valid + label {

 font-size: 90% !important;

 transform: translate3d(0, -50%, 0);

 opacity: 1;

 background: #fff !important;

 z-index: 10 !important;

 left: 10px;

 padding: 0px 10px !important;

 margin: 0;

 color: #2BBDBF;

}

 .modalform textarea:focus + label, .modalform textarea:valid + label {

 font-size: 90% !important;

 transform: translate3d(0, -50%, 0);

 opacity: 1;

 background: #fff !important;

 z-index: 10 !important;

 left: 10px;

 padding: 0px 10px !important;

 margin: 0;

 color: #2BBDBF;

}

.modalform .form-group .fc1{

		margin:0px;

	}

.modalform .form-group .savebtn {

	background: #2BBDBF;

	color: #fff;

	display: inline-block;

	font-size: 22px;

	text-align: center;

	width: 100%;

	padding: 8px 5px;

	border-radius: 0px;

	margin: 0;

	border: 0px;

	font-weight: 600;

}



@media only screen and (max-width: 767px) {

	.section-title h2{

		font-size:26px;

  	}

.innerbanner {

	height: auto;

	padding: 30px 0;

}

.innerbanner h1 {

	font-size: 32px;

	margin-top: 10px;

}

.innerbanner p {

	font-size: 22px;

}

.icon_box {

	display: inline-block;

}

.icon_box .icon {

	padding-right: 0px;

	width: 100%;

	text-align: center;

	margin-bottom: 10px;

}

.icon_box .icon img {

	max-width: 120px;

}

.icon_box .ib_details {

	vertical-align: top;

	padding-left: 0;

	text-align: center;

}

.icon_box .ib_details h4 {

	font-size: 22px;

}

.icon_box .ib_details p {

	font-size: 16px;

}

.icon_box .icon:before {

	content: "";

	position: absolute;

	top: auto;

	right: auto;

	width: 100px;

	height: 1px;

	background: #000;

	left: 35%;

	bottom: -1px;

}

.coursebox {

	display: inline-block;

}

.coursebox .courses-leftbox {

	width: 300px;

	margin: 0 auto;

	padding: 10px 0;

}

.testimonialbox {

	display: inline-block;

}

.testimonialbox .autherimage img {

	margin: 0 auto;

}

#owl-placement-partner .owl-item .item {

	margin: 0 5px;

}

	.modal.modalformdesign .modal-dialog {

    width: auto;

}

	.modalform .form-group .fc1{

		margin-bottom:10px;

	}

}



/*

.dldapply-section {

	float: left;

	clear: left;

	width: 100%;

	background: #fff;

	box-shadow: 0 20px 22px #E0E0E0;

	padding: 20px 0;

}

.dldapply-section h6 {

	color: #272727;

	font-size: 24px;

	font-weight: 900;

	text-transform: uppercase;

}

.dldapply-section .buttonsection {

}

.dldapply-section .buttonsection a {

	color: #fff;

	background: #488DD8;

	border-radius: 60px;

	padding: 8px 25px;

	float: left;

	margin-right: 10px;

	font-size: 18px;

	font-weight: 600;

	box-shadow: 0 16px 22px #E0E0E0;

	margin-bottom: 5px;

}

.dividersection {

	width: 100%;

	float: left;

	clear: left;

	padding: 30px 0;

}



.whatwillsection {

	width: 100%;

	float: left;

	clear: left;

	padding: 30px 0;

	background: #ECECEC;

}

.lfrtsection {

	width: 100%;

	float: left;

	clear: left;

	padding: 30px 0;

	background: #fff;

}

.lfrtsection .image {

	box-shadow: 0 20px 22px #E0E0E0;

}

.listnav {

}

.listnav li {

	float: left;

	clear: left;

	width: 100%;

	margin-bottom: 15px;

	padding-left: 20px;

	position: relative;

}

.listnav li:before {

	font-family: FontAwesome;

	content: "\f101";

	position: absolute;

	left: 0;

	top: 0px;

	font-size: 18px;

	color: #488DD8;

}

.listnav li a {

	font-size: 16px;

	font-weight: 600;

	float: left;

	text-transform: capitalize;

	color: #363636;

}

.style1 {

}

.style1 li {

	margin-bottom: 12px;

	position: relative;

	float: left;

	clear: left;

	width: 100%;

}

.style1 li:before {

	position: absolute;

	content: "\f05d";

	left: 0;

	top: 0;

	font-family: FontAwesome;

}

.style1 li a {

	font-size: 18px;

	font-weight: normal;

	padding: 0px 0px 0px 5px;

	float: left;

	text-transform: capitalize;

	color: #363636;

}

.courses-section {

	padding: 30px 0px;

	float: left;

	clear: left;

	width: 100%;

	background: #EFEFEF;

}

.coursesbox .panel-group {

	float: left;

	clear: left;

	width: 100%;

	margin-bottom: 20px;

}

.coursesbox .panel-group .panel-default {

	border-radius: 0;

	border-color: #fff;

	box-shadow: 0px 0px 30px #DBDBDB;

	float: left;

	clear: left;

	width: 100%;

	margin-bottom: 10px;

}

.coursesbox .panel-group .panel-heading {

	width: 100%;

	display: inline-block;

	background: #fff;

	border-color: #ddd;

 	position: relative;

	padding: 10px 10px 10px 40px;

} 

.coursesbox .panel-group .panel-heading .panel-title {

 	width: 100%;

}

.coursesbox .panel-group .panel-heading .ptitle1 {

 	font-size: 20px;

	font-weight: 900;

	color: #4D4D4D;

	width: 100%;

}

.coursesbox .panel-group .panel-heading .ptitle1 {}

.coursesbox .panel-group .panel-heading .ptitle1 .panelicon {

	position: absolute;

	left: 10px;

	top: 10px;

	font-size: 30px;

	font-weight: bold;

}

.coursesbox .panel-group .panel-heading .ptitle1 .datebox {

	text-align: center;

	width: 60px;

	border: 2px solid #4D4D4D;

	float: left;

	border-radius: 0px;

	margin-right: 10px;

	color: #4D4D4D;

}

.coursesbox .panel-group .panel-heading .ptitle1 .datebox .iconbox {

	height: 30px;

	line-height: 30px;

	border-bottom: 2px solid #4D4D4D;

	font-size: 18px;

}

.coursesbox .panel-group .panel-heading .ptitle1 .datebox .datedesc {

	font-size: 12px;

}

.coursesbox .panel-group .panel-heading .panelbutton {

	position: absolute;

	right: 20px;

	top: 5px;

}

.coursesbox .panel-group .panel-heading .panelbutton .price {

	color: #F6201D;

width: 100%;

float: right;

text-align: right;

font-size: 20px;

font-weight: bold;

padding-right: 15px;

}

.coursesbox .panel-group .panel-heading .panelbutton .enrollnow {

	background: #488DD8;

	color: #fff;

	padding: 8px 25px;

	float: right;

	border-radius: 50px;

	font-size: 18px;

	font-weight: 600;

	text-transform: uppercase;

}



.coursesbox .panel-group .panel-default .panel-collapse .panel-body {

 	border-top: 1px solid #ddd;

}

.coursesbox .panel-group .panel-default .panel-collapse .panel-body ul {

	padding: 0 0 0 50px;

}

.coursesbox .panel-group .panel-default .panel-collapse .panel-body ul li {

	font-size: 16px;

	margin-bottom: 10px;

	font-weight: bold;

	position: relative;

	list-style-type: square;

}

.coursesbox .panel-group .panel-default .panel-collapse .panel-body ul li::before {



}

.coursesbox .pricebox {

}

.coursesbox .pricebox a {

	margin-right: 20px;

	margin-bottom: 20px;

	border-radius: 50px;

	padding: 10px 30px;

	float: left;

	font-size: 22px;

	font-weight: 600;

	display: inline-block;

	color: #fff;

	box-shadow: 0 22px 22px #D0D0D0;

	background: #28B928;

}

.coursesbox .pricebox a:hover {

	background: #488DD8;

	color: #fff;

}

.testimonial-section {

	float: left;

	clear: left;

	width: 100%;

	padding-top: 40px;

	padding-bottom: 40px;

 	position: relative;

	background-image: url(../images/digital-marketing/testimonial/bg.jpg);

	background-attachment: fixed;

	background-position: center top;

}

 

 

.testimonialbox {

	width: 100%;

	display: flex;

	padding: 10px;

	position: relative;

	background: #fff;

	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);

	margin-bottom: 10px;

}

.testimonialbox .autherimage {

	width: 150px;

	height: 150px;

}

.testimonialbox .description {

	padding-left: 10px;

}

.testimonialbox .description .name {

	font-size: 18px;

	font-weight: 600;

	color: #488DD8;

}

.testimonialbox .description p:first-of-type {

	font-weight: bold;

	font-style: italic;

}

.testimonialbox .description p {

	margin: 0 0 5px 0;

	font-size: 14px;

	font-weight: 500;

}

.faqssection{

		float: left;

	clear: left;

	width: 100%;

	padding-top: 30px;

	padding-bottom: 30px;

}

.facebookcommentsplugin{

	float: left;

	clear: left;

	width: 100%;

	padding-top: 40px;

	padding-bottom: 40px;

}

.placementpartnersection{

	float: left;

	clear: left;

	width: 100%;

	padding-top: 40px;

	padding-bottom: 40px;

}

#owl-placement-partner .owl-item .item {

    border: 1px solid #d6d6d6;

    float: left;

}

 #owl-placement-partner .owl-item .item img {

    float: left;

    max-width: 100%;

}*/

