html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border-top: 1px #333333 solid;
    margin: 20px 0;
}

sup,
sub {
    font-size: 60%;
}

strong {
    font-weight: bold;
}

.gif_section{
		margin-left:45px;
	}
/*Default Styles*/


/*Fonts*/

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');
@font-face {
    font-family: 'Avenir-Black';
    src: url('Avenir-Black.eot?#iefix') format('embedded-opentype'), url('Avenir-Black.woff') format('woff'), url('Avenir-Black.ttf') format('truetype'), url('Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('Avenir-Roman.woff') format('woff'), url('Avenir-Roman.ttf') format('truetype'), url('Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('Gotham-Bold.woff') format('woff'), url('Gotham-Bold.ttf') format('truetype'), url('Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

img {
    border: 0;
}

.clearfix {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
    clear: both;
}

.container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

p {
    font-size: 17px;
    line-height: normal;
    font-family: 'Avenir-Roman';
}

a {
    text-decoration: none;
    color: #000;
}

.button {
    font-size: 14px;
    padding: 5px 10px;
    color: #000;
    background-color: #fff;
    width: auto;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 32px;
    line-height: 36px;
    font-family: 'Avenir-Roman';
    /*margin-bottom: 20px;*/
    margin: 0 0 20px 20px;
}


/*Default Styles End*/


/*Header*/

header {
    padding: 30px 0 35px;
}

.top-block {
    width: 100%;
    margin-bottom: 30px;
}

.top-block p {
    float: right;
    /*margin-top: 32px;*/
	margin-top: 0px;
}

.main-nav li {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
}

.main-nav li+li {
    /*margin-left: 60px;*/
	margin-left: 30px;
}

.main-nav li a {
    font-family: 'Avenir-Roman';
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
}

.main-nav li a img {
    display: block;
    margin: 0 auto 10px;
}

.main-nav li.active a {
    font-family: 'Avenir-Black';
    color: #009c3a;
}

.main-nav li a .nav-hover-image{
    display: none;
}

.main-nav li a:hover .nav-hover-image{
    display:block;
}

.main-nav li a:hover .nav-image{
    display:none;
}

.main-nav ul {
    float: left;
}

.main-nav .submenu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    margin-top: 100px;
    width: 200px;
    background-color: #fff;
    padding: 20px 0;
    transition: all linear 0.2s;
}

.main-nav .submenu li {
    padding: 8px 0;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: -6px 3px 6px rgba(0, 0, 0, 0.05);
}

.main-nav .submenu:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 34px;
    border-style: solid;
    border-color: #ff9200 transparent transparent transparent;
    border-width: 17px 12px 17px 12px;
    position: absolute;
}

.main-nav .submenu li:last-child {
    box-shadow: none;
}

.main-nav .submenu li+li {
    margin-left: 0;
}

.main-nav .submenu li a {
    line-height: 24px;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}

.main-nav li:hover .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    margin-top: 0;
}

.submenu li a:hover {
    color: #800080;
}

/*Child menus starts*/
.childmenu-arrow 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}
.childmenu{
	padding: -8px 0 8px;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: -6px 3px 6px rgba(0, 0, 0, 0.05);
	position: absolute;
    visibility: hidden;
    float: left;
    left: 100%;
    background: #fff;
	margin-top:-30px;
	}
.main-nav li.childmenu-arrow:hover  > .childmenu{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    /*margin-top: 0;*/
}
/*Child menus ends*/

.main-nav .social-icons {
    float: right;
    margin-top: 5px;
}

.social-icons li a {
	float:right;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #5c5c5c;
    color: #fff;
    display: block;
    line-height: 40px;
    font-size: 25px;
}

.social-icons li a:hover {
    background-color: #800080;
}

.social-icons li a i {
    line-height: 40px;
}

.social-icons li+li {
    margin-left: 15px;
}


/*Header End*/

.slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 0;
}

.slide img {
    float: left;
    max-width: 50%;
}

.slide-content h3 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    line-height: 35px;
    padding: 20px;
}

.slide-content {
    width: 50%;
    float: right;
    background-color: rgba(128, 0, 128, 0.8);
    min-height: 265px;
}

.slide-content small {
    display: block;
    font-size: 16px;
    background-color: transparent;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin: 20px;
    line-height: 23px;
}

.banner-bottom {
    padding: 65px 0;
    /*background-image: url(../images/section2_bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-bottom p {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0 80px;
}

.banner-bottom p+p {
    margin-top: 15px;
}

.banner-bottom p a img {
    max-width: 150px;
}

.round-block {
    text-align: center;
    color: #fff;
    width: 33%;
    float: left;
}

.round-block h4 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.round-block span {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto 15px;
}
<!-- Start Project Suffal -->
.square-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.square-section .row {
    padding: 0px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.square-block p{
	margin:50px 0;
}
.square-block {
    text-align: center;
    color: #fff;
    width: 36.5%;
    float: left;
	margin:25px;
}
.s-img{
	background-image:url(images/project-saffal-bg.jpg); height:350px;
}
.square-block h4 {
    font-size: 35px;
    color: #500101;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    margin-bottom: 15px;
	text-shadow: 2px 2px  #fff;;
}
.square-button{
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    width: auto;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
	margin:10px;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:bold;
	  
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #1a8601;
  border: none;
  box-shadow: 0 5px #0c4100;
}
.square-button:hover{
	background-color: #0fcc06;
	box-shadow: 0 5px #1a8601;
	color: #044701;
}
.square-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #0d4101;
  transform: translateY(4px);
}
<!-- End Project Suffal -->
<!--Video Block-->
.video-block p{
	margin:50px 0;
}
.video-block {
    text-align: left;
    color: #000;
    width: 44%;
    float: left;
	margin:25px;
}
.video-block p{
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	padding:5px 0;
	text-align:center;
}
.video-block hr{
	margin-top:35px;
}
<!-- End video block-->
.section {
    background-image: url(../images/section3_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-block1 {
    text-align: left;
    color: #000;
    width: 35%;
    float: left;
	margin:0px 25px;
}
.video-block2 {
    text-align: left;
    color: #000;
    width: 55%;
    float: left;
	margin:25px;
    font-size: 17px;
line-height: normal;
font-family: 'Avenir-Roman';
}


.section .row {
    padding: 45px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.section .row:after {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.section .container {
    z-index: 1;
    position: relative;
}

.whatsapp-block {
    padding: 90px 0;
    background-image: url(../images/whatsapp_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.whatsapp-content {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px 0;
    text-align: center;
    position: relative;
}

.whatsapp-content p {
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.send-btn {
    background-color: #00d666;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 25px;
    padding: 10px 15px;
    font-size: 16px;
}

.whatsapp-content img {
    max-height: 100px;
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 100px 0;
}

.inner-banner h1 {
    text-transform: uppercase;
    font-size: 47px;
    line-height: normal;
    font-family: 'Gotham-Bold';
    color: #fff;
}

.posts-block {
    background-color: #d9eecd;
    padding: 40px 0;
}

.posts-block-white {
    background-color: #fff;
    /*padding: 40px 0;*/
    padding-top: 20px;
}

.post {
    width: 33.33%;
    padding: 0 5px;
    float: left;
}

.post span {
    width: 170px;
    height: 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
    margin-right: 10px;
}

.post p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
    padding-top: 5px;
}

.post-excerpt {
    width: calc(100% - 180px);
    float: left;
}

.posts-block .row+.row {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 30px;
}

.posts-block .row {
    margin: 0 -5px;
}

.photo-block {
    padding: 30px 0 80px;
    background-color: #d8eecc;
}

.left,
.right {
    width: 50%;
    float: left;
}

.photo-block .heading {
    font-size: 20.45px;
    font-family: 'Gotham-Bold';
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.photo-block .heading img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-height: 23px;
}

.video-blocks {
    padding: 0 15px;
    position: relative;
}

.video-blocks:after {
    width: calc(100% - 40px);
    height: 1px;
    content: '';
    background-color: #009c3a;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 30px auto 0;
}

.video-slide {
    width: calc(33.33% - 12px);
    margin: 0 6px;
    float: left;
}

.img-block {
    height: 124px;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-block+.img-block {
    margin-top: 12px;
}

.img-block a {
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
}

.tab .img-block a {
    height: 100%;
}

.contact-block {
    padding: 45px 0 55px;
    border-top: 2px solid #009c3a;
    position: relative;
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-block:after {
    width: 44px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    top: 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #009c3a transparent transparent transparent;
    border-width: 25px 22px 25px 22px;
}

.contact-block h3 {
    text-align: center;
    font-size: 30px;
    color: #e0f403;
    font-family: 'Avenir-Roman';
    margin-bottom: 40px;
}

.contact-block .left,
.contact-block .right {
    padding: 0 40px;
}

.contact-block label {
    width: 100px;
    float: left;
    line-height: 36px;
    font-size: 18.5px;
    color: #fff;
    font-family: 'Avenir-Roman';
    font-weight: 500;
}

.contact-block .form-control {
    background-color: #fff;
    line-height: 24px;
    padding: 6px 15px;
    display: block;
    width: calc(100% - 100px);
    float: left;
}

.form-group+.form-group {
    margin-top: 25px;
}

.form-group a, .reset-btn {
    font-size: 15.45px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    background-color: #e0f403;
    border: 0;
    text-transform: uppercase;
    font-family: 'Avenir-Roman';
    font-weight: 600;
    cursor: pointer;
    padding: 0 10px;
}
.reset-btn{
    border: none !important;
    outline: none;
}
.form-group a+a {
    margin-left: 5px;
}

.form-group .uploadBtnWrap {
    font-size: 17.45px;
    width: calc(100% - 130px);
    float: left;
    font-family: 'Avenir-Roman';
}

.uploadBtnWrap .btn {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #f4f4f4;
    cursor: pointer;
    line-height: 32px;
    font-size: 17.45px;
    color: #000;
    font-family: 'Avenir-Roman';
}

.uploadBtnWrap input[type="file"] {
    display: none;
}

#map_wrapper {
    height: 435px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.register {
    padding: 65px 0 85px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/regsiter_bg.png);
}

.register-inner {
    border: 2px solid #e4ff01;
}

.register h4 {
    font-size: 28.45px;
    color: #fff;
    font-family: 'Avenir-Roman';
    font-weight: 600;
    line-height: 36px;
}

.register img {
    margin: 0 auto 20px;
    display: block;
}

.register .left {
    padding: 50px;
    text-align: center;
}

.register .right {
    padding: 22px 35px;
    background-color: #e4ff01;
    position: relative;
}

.register .right:after {
    content: '';
    width: 66px;
    height: 60px;
    border-style: solid;
    border-color: transparent #e4ff01 transparent transparent;
    border-width: 30px 33px 30px 33px;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    left: auto;
    position: absolute;
}

.register .form-group {
    position: relative;
}

.register .form-group+.form-group {
    margin-top: 10px;
}

.register h4 b {
    font-weight: bold;
    color: #e4ff01;
    text-transform: uppercase;
}

.register .form-input {
    border: 0;
    width: 100%;
    line-height: 24px;
    padding: 17.45px;
    padding: 6px 50px;
    font-family: 'Avenir-Roman';
    font-weight: 600;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.register textarea {
    height: 130px;
    border: 0;
    line-height: 24px;
    padding: 17.45px;
    font-family: 'Avenir-Roman';
    text-align: center;
    font-weight: 600;
    resize: none;
    width: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.register span {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #009c3a;
}

.register span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.register a {
    background-color: #009c3a;
    color: #fff;
}

.slick-slide img {
    margin: 0 auto;
}
.slick-slide {
    height: auto;
}
img.slick-slide.slick-current.slick-active{
    height:auto;
}
.slick-arrow {
    top: 100%;
    transform: none;
}

.slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
}

.slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
}

.slick-prev,
.slick-next {
    border-radius: 100%;
    background-color: #009c3a;
    margin-top: 20px;
    z-index: 1;
}

.slick-prev:hover,
.slick-next:hover,
.slick-arrow:active {
    background-color: #009c3a;
}

.slick-prev {
    left: 45%;
}

.slick-next {
    right: 45%;
}

.slick-dots {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    padding: 0 15px;
}

.banner-slider {
    margin-bottom: 0 !important;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li button {
    border-radius: 100%;
    background-color: #fff;
}

.slick-dots li.slick-active button {
    background-color: #800080;
}

.testi-slider {
    padding: 50px 0 130px;
    background-image: url(../images/testi-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.test-block {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 35px;
    text-align: center;
    float: left;
}

.test-block span {
    margin-top: -130px;
    display: block;
    margin-bottom: 20px;
}

.test-block a {
    font-weight: bold;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 0;
    border-top: 2px solid #3d8e15;
    display: block;
    width: 100%;
    position: relative;
}

.slider .slick-list {
    padding: 130px 0 0;
}

.test-block a:after {
    content: url(../images/quotes.png);
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    z-index: 1;
}

.test-block p {
    margin-bottom: 20px;
}

.resource-block {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
    float: left;
    height: 250px;
    overflow: hidden;
    display: block;
}

.resources-block {
    padding: 60px 0;
    background-image: url(../images/resource-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.resource-block span:first-child {
    width: 55%;
    float: left;
}

.resource-block span:first-child img {
    width: 100%;
}

.resource-block span+span {
    width: 45%;
    background-color: #fff;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.resource-block span+span:after {
    content: '';
    height: 50px;
    width: 60px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 25px 30px 25px 30px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.resource-block span+span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.resource-block p b {
    font-weight: bold;
}

.resource-block:hover p {
    color: #009c3a;
}

.resource-block small {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.resource-block span p {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}


/*Alerts styles starts*/

.alert-blocks {
    padding: 50px 0 100px;
    background-image: url(../images/alert-block.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.alert-block {
    width: calc(20% - 10px);
    margin: 0 5px;
    float: left;
    padding: 15px;
    background-color: rgba(145, 212, 56, 0.8);
    text-align: center;
    margin-bottom: 20px;
}

.alert-block span {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin-bottom: 15px;
}

.alert-block p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.alert-block a {
    display: inline-block;
    text-align: center;
}

.alert-block a img {
    display: block;
}


/*alerts styles end*/


/*Post Block*/

.posts-block-white p {
    margin: 10px 15px;
    padding: 10px;
    /*clear: both;*/
    overflow: hidden;
}

.posts-block-white img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.posts-block-white p img {
    float: left;
    margin-right: 15px;
}

.posts-block-white li {
    list-style-type: disc;
    font-size: 17px;
    line-height: normal;
    font-family: 'Avenir-Roman';
    margin-bottom: 15px;
    list-style-position: inside;
}

.posts-block-white li ul {
    padding-left: 30px;
    margin-top: 20px;
}

.posts-block-white li ul li {
    list-style-type: decimal;
}

.help-center {
    padding-bottom: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.help-center ul li {
    background-color: #ff9200;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    height: 70px;
    vertical-align: middle;
    display: table;
    line-height: normal;
    position: relative;
}

.help-center ul li a {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.help-center ul li:first-child a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.help-center ul li+li {
    border-left: 1px solid #fff;
}

.help-center ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.help-center ul li.active ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.help-center ul li li {
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: relative;
}

.help-center ul li li+li {
    border-left: 0;
}

.help-center ul li li a {
    color: #000;
    background-image: url(../images/pdf-icon.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    position: relative;
}

.help-center ul li li:after {
    width: 100%;
    height: 15px;
    box-shadow: 0px 5px 7px -3px rgba(2, 2, 2, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 9;
}

.help-center ul li li:hover {
    background-color: #009c3a;
}

.help-center ul li li:hover a {
    color: #fff;
    background-image: url(../images/pdf-white.png);
}

.help-center ul li.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 18px;
    border-width: 9px 11px 9px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.help-center ul li.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 18px;
    height: 22px;
    border-width: 11px 9px 11px 9px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 9999;
}

.help-center ul li.active>a {
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

.help-center ul li li:first-child a {
    font-weight: normal;
    font-size: 14px;
}

.map-block {
    background-color: #f5f8cf;
}

.map-block .left {
    background-image: url(../images/map-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.map-block svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.map-block .right {
    background-color: #f5f8cf;
    padding: 30px;
}

.map-block h5 {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Avenir-Black';
    color: #046829;
    margin-bottom: 30px;
}

.tab .img-block {
    width: calc(25% - 10px);
    float: left;
    margin: 0 5px 15px;
    height: 100px;
}

.tab .img-block+.img-block {
    margin-top: 0;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.loc {
    cursor: pointer;
}

.tab-slider .tab-inner {
    display: none;
}

.tab-slider .tab-inner.active {
    display: block;
}

.pagination {
    text-align: right;
    margin-top: 17px;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    font-size: 18px;
    font-family: 'Avenir-Black';
    color: #898989;
}

.pagination li.active a {
    color: #046829;
}

.pagination li+li {
    margin-left: 10px;
}

.resource-tabs {
    background-color: #ffb100;
}

.resource-tabs li a {
    font-size: 12.5px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 16px;
    padding: 10px;
    display: block;
}

.resource-tabs li {
    display: inline-block;
    vertical-align: middle;
}

.resource-tabs li:hover a,
.resource-tabs li.active a {
    background-color: rgba(255, 255, 255, 0.5);
    color: #006b28;
    font-weight: bold;
}

.resource-content li:nth-child(2n+1) {
    background-color: rgba(0, 156, 58, 0.1);
}

.resource-content {
    background-image: url(../images/resource-tab-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.resource-content li .inner-content {
    width: 20%;
    padding: 30px;
    font-size: 12.5px;
    line-height: 16px;
    float: left;
    text-align: center;
    min-height: 190px;
    max-height: 190px;
    position: relative;
}

.resource-content li .inner-content:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.resource-content li p {
    font-size: 12.5px;
}

.resource-content li a {
    display: block;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #006b28;
    font-weight: bold;
    text-align: center;
    width: 100%;
    left: 0;
}

.leaf {
    position: absolute;
    bottom: -50px;
    right: 0;
}

.retab {
    display: none;
}

.retab.active {
    display: block;
}

.about-blocks {
    padding: 40px 0 160px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-blocks h5 {
    font-size: 27px;
    line-height: normal;
    font-family: 'Avenir-Black';
    color: #000;
}

.block-about {
    width: 33.33%;
    margin: 0 6px;
    float: left;
    position: relative;
    margin-top: -115.5px;
    max-width: 275px;
}

.block-about:after {
    content: '';
    background-image: url(../images/ellipse.png);
    left: -10px;
    top: -10px;
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.about-block-inner {
    padding: 33px;
    display: table;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
    max-width: 265px;
    height: 265px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.block-about p {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.blocks-about {
    background-color: #ddeec5;
}

.about-inner {
    max-width: 865px;
    margin: 0 auto;
}

.blocks-about .container>p {
    text-align: center;
    padding: 30px 0 40px;
    max-width: 865px;
    margin: 0 auto;
}

.content-block {
    padding: 30px 0;
}

.content-block span {
    max-width: 380px;
    float: left;
    margin-right: 30px;
}

.content-block p {
    width: calc(100% - 410px);
    float: left;
}

.content-block p,
.content-block li {
    font-size: 17px;
    font-family: 'Avenir-Roman';
}

.content-block span img {
    max-width: 100%;
}

.content-block li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 20px;
}

.green-section {
    background-image: url(../images/green-bg.png);
    color: #fff;
    padding: 60px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.green-section .left {
    width: 50%;
    padding: 0 50px;
}

.green-section .left+.left {
    border-left: 1px solid #fff;
}

.green-section h5 {
    font-size: 19px;
    font-family: 'Avenir-Black';
    margin-bottom: 25px;
}


/*Post Block End*/


/*Footer*/

footer {
    padding: 30px 0;
    /*color: #fff;*/
    font-size: 16px;
    text-align: center;
    background-image: url(../images/footer-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
footer p{
    font-size: 17px;
}

footer img {
    max-height: 80px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    /*margin: 5px 0px;
    max-height: 30px;*/
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px auto;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.mobile-menu {
    display: none;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 320px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.modal-content p {
    margin-bottom: 10px;
}


/* The Close Button */

.close,
.close-pop,
.close-popup {
    color: #fff;
    float: right;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: center;
    font-family: 'Avenir-Roman';
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.submit-btn {
    color: #fff;
    background-color: green;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
    display: inline-block;
}

.modal input {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    margin-bottom: 10px;
}

.success {
    color: #ef3e33;
    background-color: rgb(255, 147, 0);
    margin-top: 10px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 23px;
}

.image-popup,
.video-popup {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
}

.image-slider {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    width: 80%;
}

.slider-for {
    margin-bottom: 20px;
}

.image-popup,
.video-popup {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all linear 0.3s;
}

.image-popup.active,
.video-popup.active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.video-popup iframe {
    width: 100%;
    height: 300px;
}


/*Footer End*/


/*Media Queries*/
.btn-align{text-align: center; width: 100%; margin: 0 30%;}
         .btn-grad {background-image: linear-gradient(to right, #800080 0%, #F4D03F  51%, #800080  100%)}
         .btn-grad {
            margin: 10px;
            padding: 7px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 5px;
            display: block;
            width: 33%;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
.row {
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -22px;
  /*margin-left: -8px;*/
}
.row-home {
  margin-right: -0px!important;
  margin-left: -15px;
  margin-right: -22px;
  /*margin-left: -8px;*/
}
.team-p{
     border-bottom: 3px dotted #800080;
    background-image: linear-gradient(180deg, #F3ECD7, #FDDDA0);
    /*background: #F3ECD7;*/
}
.team-p img{
    border: 6px solid #800080; border-radius: 200px; width: 150px; height: 150px;
}
.left-padding{
        padding-left: 163px;
    }
.link-title{
    width: 90%; padding: 10px; background-color: #800080;
}
.link-title a{
    color: #fff;
}
.link-title a:hover{
    color: #FEE434;
}
.left{
    text-align: left;
}
.redText{color: red;}

/*Gallery Lightbox Styles*/
.gallery{
	margin:10px 50px;
}
.gallery img{
	transition:1s;
	padding:15px;
	width:230px;
}
.gallery img:hover{
	filter:grayscale(100%);
	transform:scale(1.1);
}
.gallery img {
  transition: 1s;
  padding: 15px;
  width: 202px;
}

@media(max-width:1199px) {
    .container {
        width: 950px;
    }
    .top-block a img {
        max-width: 450px;
    }
	.gif_section{
		margin-left:-20px;
	}
	.gif_section img{
		margin-left:25px;
		width:300px;;
	}

	.social .icons {
    float: right;
    margin-top: 5px;
}

.icons li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #5c5c5c;
    color: #fff;
    display: block;
    line-height: 40px;
    font-size: 25px;
}

.icons li a:hover {
    background-color: #338E33;
}

.icons li a i {
    line-height: 40px;
}

.icons li+li {
    margin-left: 15px;
}
    .top-block p {
        margin-top: 12px;
    }
    .main-nav li a {
        font-size: 12px;
    }
    .main-nav li+li {
        margin-left: 20px;
    }
    .main-nav .social-icons li a {
        font-size: 18px;
    }
    .slide-content h3 {
        font-size: 42px;
        line-height: 50px;
    }
    .slick-dots {
        max-width: 950px;
    }
    .post span {
        width: 110px;
        height: 75px;
    }
    .post-excerpt {
        width: calc(100% - 120px);
    }
    .register h4 {
        font-size: 22px;
    }
    .resource-block {
        height: 200px;
    }
    .alert-block {
        width: calc(25% - 10px);
    }
    .help-center ul li,
    .help-center ul li li:first-child a {
        font-size: 12px;
    }
    .help-center ul li:first-child a {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .container {
        width: 750px;
    }
    .top-block a img {
        max-width: 370px;
    }
    .main-nav li a {
        font-size: 9px;
    }
    .main-nav li+li {
        margin-left: 15px;
    }
    .slide-content h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-bottom p {
        padding: 0 30px;
    }
    .round-block span {
        width: 150px;
        height: 150px;
    }
    .round-block span img {
        max-width: 100%;
    }
    .round-block h4 {
        font-size: 12px;
    }
    .slick-prev {
        left: 42%;
    }
    .slick-next {
        right: 42%;
    }
    .register h4 {
        font-size: 16px;
    }
    .resource-block {
        height: 155px;
    }
    .resource-block span+span img {
        max-height: 30px;
        margin-right: 10px;
    }
    .resource-block small {
        font-size: 12px;
    }
    .alert-block {
        width: calc(33.33% - 10px);
    }
    .help-center ul li,
    .help-center ul li li:first-child a {
        font-size: 10px;
    }
    .resource-content li .inner-content {
        padding: 30px 5px;
    }
    .leaf {
        display: none;
    }
    .resource-tabs ul {
        white-space: nowrap;
        max-width: 100%;
        overflow-x: auto;
    }
    .green-section .left {
        padding: 0 20px;
    }
    .about-block-inner {
        max-width: 235px;
        height: 235px;
        padding: 23px;
    }
    .block-about {
        margin: 0;
        margin-top: -100.5px;
    }
    .block-about:after {
        left: -8px;
    }
}

@media(max-width:767px) {
    .container {
        width: 100%;
    }
    .top-block a img {
        max-width: 320px;
        margin: 0 auto;
    }
    .main-nav li {
        width: 100%;
    }
    .main-nav li+li {
        margin-left: 0;
    }
    .main-nav .social-icons li {
        display: inline-block;
        width: auto;
    }
    .main-nav .social-icons {
        float: none;
        width: 100%;
        text-align: center;
    }
    .banner-slider .slick-slide img {
        display: none;
    }
    .slide-content {
        width: 100%;
        max-width: 300px;
    }
    .slide {
        padding: 50px 0;
    }
    .round-block {
        width: 100%;
        margin-bottom: 15px;
    }
    .whatsapp-content img {
        display: none;
    }
    .post {
        width: 100%;
        max-width: 375px;
        margin-bottom: 20px;
    }
    .post span {
        width: 170px;
        height: 135px;
    }
    .post-excerpt {
        width: calc(100% - 180px);
    }
    .left,
    .right {
        width: 100%;
        float: none;
    }
    .right-photo{
        width: 100%;
        float: none;
    }
    .left {
        margin-bottom: 50px;
    }
    .contact-block .left,
    .contact-block .right {
        padding: 0;
    }
    #map_wrapper {
        height: 315px;
    }
    .register .right:after {
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 0;
        top: auto;
        bottom: 100%;
        transform: none;
        border-color: transparent transparent #e4ff01 transparent
    }
    .main-nav>ul {
        display: none;
        float: none;
    }
    .top-block {
        margin-bottom: 10px;
    }
    .mobile-menu {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .top-block>a {
        display: block;
    }
    .top-block a img {
        display: block;
        margin: 0 auto;
    }
    .top-block p {
        float: none;
        text-align: center;
    }
    .main-nav li a img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .main-nav>ul li+li {
        margin-top: 10px;
    }
    header {
        padding: 15px 0 5px;
    }
    .inner-banner h1 {
        font-size: 36px;
    }
    .resource-block {
        width: 100%;
        height: 150px;
        margin: 0 auto 20px;
    }
    .alert-block {
        width: calc(50% - 10px);
    }
    .posts-block-white p img {
        width: 100%;
        height: auto;
        margin: 15px auto;
        float: none;
    }
    .help-center ul li {
        width: 100%;
        max-width: 320px;
        float: none;
        margin: 0 auto;
        display: block;
        line-height: 50px;
    }
    .help-center ul li+li {
        border-top: 1px solid #fff;
        border-left: 0;
    }
    .help-center ul li ul {
        position: static;
        width: 100%;
        max-width: 320px;
        max-height: inherit;
        overflow: initial;
        display: none;
    }
    .help-center ul li.active ul {
        display: block;
    }
    .help-center ul li a {
        display: block;
    }
    .help-center ul li {
        height: auto;
    }
    .help-center ul li.active:before {
        top: 50px;
    }
    .help-center ul li.active:after {
        top: 24px;
    }
    .tab .img-block {
        width: calc(50% - 10px);
    }
    .map-block svg {
        height: auto;
    }
    .resource-content li .inner-content {
        display: block;
        width: 100%;
        max-width: 350px;
        height: auto;
        min-height: 150px;
        margin: 0 auto;
        float: none;
    }
    .block-about {
        width: 100%;
        max-width: 245px;
        float: none;
        margin: 0 auto;
    }
    .block-about:after {
        left: -10px;
    }
    .block-about+.block-about {
        margin-top: 20px;
    }
    .about-inner {
        margin-top: -100px;
    }
    .content-block img {
        max-width: 100%;
        margin: 0 auto 15px !important;
    }
    .green-section .left {
        width: 100%;
    }
    .green-section .left+.left {
        border-left: 0;
        border-top: 1px solid #fff;
        padding-top: 30px;
    }
    .content-block span,
    .content-block p {
        width: 100%;
        float: none !important;
        display: block;
        margin: 10px 0;
    }
    .main-nav .submenu li a {
    line-height: 24px;
    font-size: 9px;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}
.slide-content h3 {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: left;
  line-height: 20px;
  padding: 20px;
}
.slide-content small {
  display: block;
  font-size: 14px;
  background-color: transparent;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 20px;
  line-height: 23px;
}
}
@media all and (max-width: 350px){
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 1px;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.video-block {
    text-align: left;
    color: #000;
    width: 90%!important;
    float: left;
	margin:20px;
}
.video-block p{
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	padding:25px 0;
	text-align:center;
}
.video-block hr{
	margin-top:10px;
}
.video-block p {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 5px 0px;
  text-align: center;
}
}
@media all and (max-width: 320px){
	<!-- Start Project Suffal -->
.square-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.square-section .row {
    padding: 0px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.square-block p{
	margin:10px 0;
}
.square-block {
    text-align: center;
    color: #fff;
    width: 90%;
    float: left;
	margin:20px 0 0 0;
}
.square-block img{
	width:100%;
}
.square-button{
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    width: auto;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
	margin:10px;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:bold;
	  
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #1a8601;
  border: none;
  box-shadow: 0 5px #0fcc06;
}
.square-button:hover{
	background-color: #0fcc06;
	box-shadow: 0 5px #1a8601;
	color: #044701;
}
.square-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #0d4101;
  transform: translateY(4px);
}

<!-- End Project Suffal -->
<!--Video Block-->
.video-block p{
	margin:50px 0;
}
.video-block {
    text-align: left;
    color: #000;
    width: 90%;
    float: left;
	margin:10px;
}
.video-block p{
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	padding:25px 0;
	text-align:center;
}
.video-block hr{
	margin-top:10px;
}
.video-block p {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 5px 0px;
  text-align: center;
}
    .btn-align{margin: 0;}
/* ------------------------------------------------------ */
.btn-align{text-align: center; width: 100%; margin: 0 30%;}
                  .btn-grad {
            margin: 0px;
            padding: 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 6px;
            display: block;
            width: 38%;
             font-size: 12px;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
.main-nav .submenu li a {
    line-height: 24px;
    font-size: 9px;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}
.slide-content h3 {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: left;
  line-height: 20px;
  padding: 20px;
}
.slide-content small {
  display: block;
  font-size: 14px;
  background-color: transparent;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 20px;
  line-height: 23px;
}
    .team-p{
     border-bottom: 3px dotted #800080;
    /*background: #F3ECD7;*/
    background-image: linear-gradient(180deg, #F3ECD7, #FDDDA0);
    text-align: center;
}
.team-p img{
    border: 6px solid #800080; border-radius: 200px; width: 200px!important; height: 200px!important;
    }
    .left-padding{
        padding-left: 0px;
    } 
    .posts-block-white {
    background-color: #fff;
    padding: 10px 0;
}
.video-block1 {
    text-align: left;
    color: #000;
    width: 86%;
    float: left;
	margin:0px 25px;
}
.video-block2 {
    text-align: left;
    color: #000;
    width: 86%;
    float: left;
	margin:25px;
    font-size: 17px;
line-height: normal;
font-family: 'Avenir-Roman';
}
    .row-home {
  margin-right: -0px!important;
  margin-left: -15px;
  margin-right: -22px;
  /*margin-left: -8px;*/
}
}
