/*
Theme Name: fgmeducation
Description: fgmeducation is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: fgmeducation
Domain Path: fgmeducation
Author: Developing Team
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
<!--/*custom */-->

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

*{ 
	font-family:'Roboto';
}
.text-center img {
	display: inline-block;
}
header .mainmenu {
	float: right;
	padding-top: 30px;
}
header {
	padding: 0px;
}
.header-top {
	padding: 10px 0px 30px;
}
.header-logo {
	position: absolute;
	z-index: 9;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #424242;
	font-family: "Oswald";
}
header .mainmenu ul li {
	padding: 0px 17px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav .current-menu-item a,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #20ae99;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 61px;
	color: #fff;
	font-family: "Oswald";
	margin-bottom: 25px;
}
.banner-contents a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #1a9988;
	background-color: #1a9988;
	padding: 8px 25px;
	box-shadow: 0px 5px 10px #b98f8f;
	-webkit-box-shadow: 0px 5px 10px #b98f8f;
	-moz-box-shadow: 0px 5px 10px #b98f8f;
	-ms-box-shadow: 0px 5px 10px #b98f8f;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 55%;
	left: 36%;
	position: absolute;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	height: 15px;
	width: 15px;
	margin: 4px 4px !important;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
	border: 1px solid #fff !important;
}
header .header-bottom .owl-theme .owl-dot {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid transparent !important;
	margin: 0px 4px;
	text-align: center;
	padding: 0px !important;
}

.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.about-section {
	background-image: url(img/others/about-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	padding: 50px 0px;
}
.about-contents h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.5;
}
.about-contents a {
	text-decoration: none !important;
	font-size: 19px;
	color: #fff;
	font-weight: 900;
	padding: 9px 35px;
	border-radius: 4px;
	background-color: #e7650e;
	box-shadow: 0px 6px 10px #2018186e;
	-webkit-box-shadow: 0px 6px 10px #2018186e;
	-moz-box-shadow: 0px 6px 10px #2018186e;
	-ms-box-shadow: 0px 6px 10px #2018186e;
}
.about-contents {
	padding-top: 90px;
}
.welcome-section {
	background-color: #a1a1a4;
	padding: 50px 0px;
}
.welcome-contents h3 {
	font-size: 39px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.5;
	background-image: url(img/others/heading-strip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.welcome-contents p {
	font-size: 19px;
	color: #fff;
	font-family: "IBM Plex Sans";
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 25px;	
}
.welcome-contents a {
	text-decoration: none !important;
	font-size: 19px;
	color: #fff;
	font-weight: 900;
	padding: 9px 35px;
	border-radius: 4px;
	background-color: #e7650e;
	box-shadow: 0px 6px 10px #2018186e;
	-webkit-box-shadow: 0px 6px 10px #2018186e;
	-moz-box-shadow: 0px 6px 10px #2018186e;
	-ms-box-shadow: 0px 6px 10px #2018186e;
}
.welcome-contents {
	padding-top: 60px;
}
.works-holder {
	background-color: #fff;
	padding: 90px 0px;
}
.works-heading h3 {
	font-size: 48px;
	color: #202020;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url(img/others/green-strip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
.works-heading {
	padding-bottom: 30px;
}
.works-holder .welcome-contents {
    padding: 0px 0px 30px;
}
.works-holder .works-icons {
	height: 170px;
	width: 170px;
	border-radius: 50%;
	text-align: center;
	background-image: url(img/others/project-circle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 0px;
	margin: 0px auto 15px;
}
.works-details {
	text-align: center;
}
.works-details h4 {
	font-size: 20px;
	color: #eb5600;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.works-details p {
	font-size: 16px;
	color: #000;
	font-family: "Roboto Condensed";
}
.works-icons img {
	width: 55% !important;
}
.works-holder .works-contents {
	position: relative;
	z-index: 2;
	padding-right: 10px;
}
.works-holder .works-contents::after {
	content: "";
	position: absolute;
	height: 23px;
	width: 151px;
	top: 75px;
	right: -86px;
	background-image: url(img/others/project-strip.png);
	background-repeat: no-repeat;
	z-index: -1;
}
.works-contwrap .col-md-3:last-child .works-contents::after {
	display: none;
}
.resource-section {
	background-image: url(img/others/resource-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	padding: 90px 0px;
}
.resource-heading h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url(img/others/green-strip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.resource-heading {
	padding-bottom: 30px;
}
.resource-contents h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.resource-contents a.btn {
	text-decoration: none;
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 8px 20px;
	background-color: #20ae99;
	border: 1px solid #20ae99;
}
.resource-contents a.btn i {
	margin-right: 5px;
}
.resource-contents p {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
	padding-top: 0px;
	text-align: justify;
}
.professional-section {
	background-color: #fff;
	padding: 90px 0px;
}
.professional-heading h3 {
	font-size: 48px;
	color: #202020;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url(img/others/green-strip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.professional-heading {
	padding-bottom: 40px;
}
.professional-contents h3 {
	font-size: 21px;
	color: #414141;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 20px;
}
.professional-contents h3 span {
	color: #20ae99;
}
.professional-contents ul li {
	padding: 10px 20px;
	background-color: #f6f6f6;
	border: 1px solid #d1d1d1;
	margin-right: 20px;
	font-size: 19px;
	color: #4d4c49;

}
.professional-contents {
	padding-bottom: 30px;
}
.professional-img {
	padding-bottom: 30px;
}
footer {
	position: relative;
	background-color: #292929;
	padding: 300px 0px 0px;
}
.footer-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.contact-heading {
	padding-bottom: 40px;
}
.contact-heading h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
}
.contact-form input {
	height: 50px !important;
}
.contact-form textarea {
	height: 100px !important;
} 
.contact-form .form-control {
	border-radius: 4px;
	font-size: 19px;
	color: #292929;
}
.wpforms-form input[type="text"],.wpforms-form input[type="email"],.wpforms-form textarea{
	border-radius: 4px !important;
	font-size: 19px !important;
	color:#292929 !important;
}
.wpforms-form input[type="text"]::-webkit-input-placeholder,.wpforms-form textarea::-webkit-input-placeholder,.wpforms-form input[type="email"]::-webkit-input-placeholder {
  color: #292929;
  opacity: 1;
}

.wpforms-form input[type="text"]::-moz-placeholder ,.wpforms-form textarea::-moz-placeholder,.wpforms-form input[type="email"]::-moz-placeholder {
  color: #292929;
  opacity: 1;
}
.wpforms-form input[type="text"]::-ms-input-placeholder,.wpforms-form textarea::-ms-input-placeholder,.wpforms-form input[type="email"]::-ms-input-placeholder {
  color: #292929;
  opacity: 1;
}

.wpforms-form input[type="text"]::placeholder,.wpforms-form textarea::placeholder,.wpforms-form input[type="email"]::placeholder {
  color: #292929;
  opacity: 1;
}
div.wpforms-container-full .wpforms-form button[type="submit"] {
	text-decoration: none;
	font-size: 19px !important;
	color: #fff !important;
	font-weight: 900 !important;
	border-radius: 3px !important;
	text-transform: uppercase !important;
	background-color: #e7650e !important;
	padding: 7px 50px !important;
	border:none !important;
	height: 50px;
}
.wpforms-submit-container {
	text-align: center;
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}
.copyrights p a {
	text-decoration: none;
	color: #fff;
}
.copyrights {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 40px 0px;
	margin-top: 80px;
}
.page-template-page-whythisproject .works-details {
	text-align: left;
	margin-top: 30px;
}
.page-template-page-whythisproject .works-holder .works-contents::after {
	display:none;
}
.page-template-resource .resource-contents h3 {
	color: #000;
}
.page-template-resource .resource-contents p {
	color: #000;
}
.page-template-inner-page .resource-contents p,.single .resource-contents p  {
	color: #000;
}
.page-template-resource  .resource-contents .res-btn {
	color: #20ae99;
	background-color: #fff;
	border: 1px solid #fff;
	padding:10px 0px;
}
.custom-pagination {
	text-align: center;
	padding: 40px 0px 20px;
}
.page-numbers.current {	
	color: #fff;
	background: #20ae99;
}
.page-numbers{
	padding: 10px 15px;
	color:#20ae99;
}
div.wpforms-container-full .wpforms-form h3 {
	font-size: 21px !important;
	color: #414141;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 20px;
}
div.wpforms-container-full .wpforms-form span{
	color: #20ae99;
}
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li {
	margin-bottom: 20px !important;
	padding: 10px 0px !important;
	background-color: #f6f6f6 !important;
	border: 1px solid #d1d1d1 !important;
	margin-right: 20px !important;
	text-align:center;
	width: 15% !important;
	
}
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns.wpforms-field-checkbox ul li{
	padding-right:0px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li label{
	font-size: 19px !important;
	color: #4d4c49 !important;
}
div.wpforms-container-full .wpforms-form #wpforms-55-field_1-container ul li{
	width: 30% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li:last-of-type{
	margin-bottom: 20px !important;
}
div.wpforms-container-full .wpforms-form input[type="checkbox"], div.wpforms-container-full .wpforms-form input[type="radio"] {
	width: 15px !important;
	height: 15px !important;
	margin: 0 3px 0 3px !important;
}
#wpforms-55-field_4 iframe {
	height: 300px !important;
	max-width: 100%;
	width: 100%;
	margin-top: -23%;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #fff !important;
	border: 1px solid #fff !important;
}
.page-template-contact .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	border: 1px solid #eee !important;
}
.page-template-contact .wpforms-submit-container {
	text-align: left;
}
#wpforms-55 .wpforms-submit-container {
	text-align: left;
}
.archive p a {
	color: #1a9988;
}
.archive .btn {
	color: #20ae99;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px 0px;
	text-transform:uppercase;
	font-weight:700;
}
.archive h4{
	text-transform:uppercase;
	font-weight:800;
}
.post-content p br {
	display: none;
}
a{
	color:#20ae99;
}
.professional-wrap.welcome-contents {
	padding-top: 0px;
}
.resource-heading .welcome-contents a {
	background-color: #20ae99;
}
.resource-heading .welcome-contents {
	padding-top: 20px;
}
.resource-heading h3 {
	background-position: left bottom;
}
.page-id-33 .post-image img {
   margin-bottom:10px;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
	header .header-bottom .owl-dots {
		bottom: 51%;
		left: 31%;
	}
}

@media screen and (max-width: 1920px) {
	header .header-bottom .owl-dots {
		bottom: 39%;
		left: 22%;
	}
}


@media screen and (max-width: 1600px) {
	header .header-bottom .owl-dots {
		bottom: 35%;
		left: 16%;
	}
	footer {
		padding: 160px 0px 0px;
	}
}

@media screen and (max-width: 1440px) {
	header .header-bottom .owl-dots {
		bottom: 32%;
		left: 12%;
	}
}

@media screen and (max-width: 1366px) {
	header .header-bottom .owl-dots {
		bottom: 32%;
		left: 10%;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	header .header-bottom .banner-contents {
		top: 18%;
	}
	header .header-bottom .owl-dots {
		bottom: 33%;
		left: 8%;
	}
}
@media screen and (max-width: 1279px) {
	header .mainmenu {
		padding-top: 16px;
	}
	header .banner-contents h3 {
		font-size: 40px;
	}
	header .header-bottom .banner-contents {
		top: 16%;
	}
	header .header-bottom .owl-dots {
		bottom: 36%;
		left: 5%;
	}
	.about-contents h3 {
		font-size: 33px;
	}
	.welcome-contents {
		padding-top: 50px;
	}
	.professional-contents h3 {
		font-size: 18px;
	}
	div.wpforms-container-full .wpforms-form h3 {
		font-size: 18px !important;
	}
	div.wpforms-container-full .wpforms-form #wpforms-55-field_1-container ul li {
		width: 40% !important;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	header .mainmenu ul li {
		padding: 0px 7px;
	}
	header .mainmenu ul li a {
		font-size: 16px;
	}
	.header-top {
		padding: 10px 0px 20px;
	}
	header .mainmenu {
		padding-top: 10px;
	}
	header .banner-contents h3 {
		font-size: 30px;
	}
	.banner-contents a {
		font-size: 12px;
	}
	header .header-bottom .owl-theme .owl-dots .owl-dot span {
		background-color: #fff;
		height: 9px;
		width: 9px;
		margin: -5px 3.5px !important;
	}
	header .header-bottom .owl-theme .owl-dot {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		border: 1px solid transparent !important;
		margin: 0px 1px;
		text-align: center;
		padding: 0px !important;
	}
	.about-contents h3 {
		font-size: 23px;
	}
	.about-contents a {
		font-size: 13px;
		padding: 9px 25px;
	}
	.about-contents {
		padding-top: 50px;
	}
	.welcome-contents h3 {
		font-size: 29px;
	}
	.welcome-contents p {
		font-size: 16px;
	}
	.welcome-contents a {
		font-size: 13px;
		padding: 9px 25px;
	}
	.welcome-contents {
		padding-top: 0px;
	}
	.works-heading h3 {
		font-size: 30px;
	}
	.works-icons img {
		width: 45% !important;
	}
	.works-holder .works-icons {
		height: 140px;
		width: 140px;
	}
	.works-holder .works-contents::after {
		top: 59px;
		right: -88px;
	}
	.resource-heading h3 {
		font-size: 30px;
	}
	.resource-contents h3 {
		font-size: 18px;
	}
	.resource-contents a.btn {
		font-size: 12px;
	}
	.resource-contents p {
		font-size: 16px;
	}
	.resource-section {
		padding: 50px 0px;
	}
	.professional-heading h3 {
		font-size: 28px;
	}
	.professional-contents h3 br {
		display: none;
	}
	.professional-contents ul li {
		font-size: 16px;
	}
	.contact-heading h3 {
		font-size: 20px;
	}
	.contact-form .form-control {
		font-size: 15px;
	}
	footer {
		padding: 80px 0px 0px;
	}
	.professional-section {
		padding: 50px 0px;
	}
	.works-holder {
		padding: 50px 0px;
	}
	div.wpforms-container-full .wpforms-form h3 br {
		display: none;
	}
	div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li label {
		font-size: 16px !important;
	}
	div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li {
		width: 20% !important;
	}
	#wpforms-55-field_4 iframe {
	margin-top: -40%;
}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #1a9988;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	header .header-bottom .owl-dots {
		bottom: 31%;
		left: 15%;
	}
	.about-contents h3 br {
		display: none;
	}
	.about-contents {
		padding-top: 0;
		text-align: center;
		padding-bottom: 30px;
	}
	.welcome-contents {
		padding-top: 0px;
		padding-bottom: 30px;
		text-align: center;
	}
	.welcome-contents h3 {
		font-size: 29px;
		background-position: center bottom;
	}
	.welcome-contents p {
		text-align: center;
	}
	.works-holder .works-contents {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.works-holder .works-contents::after {
		top: 0;
		right: 0;
		display: none;
	}
	.resource-contents {
		margin-bottom: 50px;
	}
	.professional-contents ul {
		display: block !important;
		margin:0;
	}
	.professional-contents ul li {
		font-size: 16px;
		width: 30% !important;
		margin-bottom: 10px;
	}
	.contact-heading h3 br {
		display: none;
	}
	.copyrights p {
		font-size: 14px;
	}
	.header-top {
		padding: 10px 0px 10px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths,div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
	width: 100% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
	margin-left: 0% !important;
	clear: none;
}
#wpforms-55-field_4 iframe{
	margin-top:10px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li {
	width: 40% !important;
}
.page-template-page-whythisproject .works-details {
	text-align: center;
}
	.box-holder-inner .post-content.peoples-contents img,.wp-caption {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
	display: block !important;
}
}
@media screen and (max-width: 587px) {
	header .header-bottom .banner-contents {
		top: 6%;
	}
}
@media screen and (max-width: 480px) {
	header .banner-contents h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	header .header-bottom .owl-dots {
		bottom: 35%;
		left: 5%;
	}
	.professional-contents ul li {
		width: 35% !important;	
	}
}
@media screen and (max-width: 414px) {
	header .header-bottom .owl-dots {
		bottom: 25%;
		left: 5%;
	}
	header .header-bottom .banner-contents {
		top: 7%;
	}
	.professional-contents ul li {
		width: 39% !important;
		padding: 10px;
	}
	.navbar-dark .navbar-brand {
		color: #fff;
		width: 60%;
	}
	.about-contents h3 {
		font-size: 18px;
	}
	.welcome-contents h3 {
		font-size: 25px;
		background-position: center bottom;
	}
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {
	.professional-heading h3 {
		font-size: 19px;
	}
	.professional-contents h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
	header .banner-contents h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.banner-contents a {
		font-size: 9px;
		padding: 6px 20px;
	}
	.professional-contents ul li {
		width: 44% !important;
		padding: 10px;
	}
}