/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, 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 {
	font-family:'Quicksand', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
/* 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;
}
a
{
	text-decoration: none;
font-family:'Quicksand', sans-serif;

}
img
{
	max-width: 100%;
}
.pd-60
{
	padding:60px 0;
}
.pd-30
{
	padding:30px 0;
}
.pd-40
{
	padding:40px 0;
}
.pd-80
{
	padding:80px 0;
}
.visible-xs {
    display: none;
}

body
{
margin:0;
font-family:'Quicksand', sans-serif;
line-height: 20px;
}
.header{
	width:100%;
	background-color:#FFF;
	z-index: 999;
	padding: 15px 0;
}

.container
{
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}


.header .container .top-row 
{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	color: #636466;
}

.header .top-row .left
{
text-align: left; 
}
.header .top-row .left img
{
	max-width: 240px;
}


.header .top-row .right
{
text-align: right; 
	
}

.header .top-row .right span
{
text-align: left;
margin: 10px;
font-size: 20px; 
color: 	#34502c;
font-weight: 500;	
	
}
.header .top-row .right svg
{
	color: #34502c;
	margin-right: 10px;
	font-size: 20px;
}

.logotxt p
{
	font-size: 16px;
	font-weight: 500;
}
.header .top-row a.btn:hover
{
	background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;
}


.btn
{
color: #FFFFFF;
font-weight: 700;
min-width: 160px;
background-color: #34502c;
padding: 13px 35px;
border-width: 2px;
border-style: solid;
border-color: #34502c;
display: inline-block;
border-radius: 50px;
text-align: center;
}

.bottom-menu
{
	text-align: center;
	
}

.bottom-menu a:hover
{
border-bottom: 5px solid #34502c;	
line-height: 22px;
    
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

.menu-btn {
  border: 2px solid #34502c;
  background-color: #34502c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  height: 28px;
  width: 36px;
  margin-top: 0;
  padding: 1px;  
  top: 0;
  margin-bottom: 0;
}

#showRightPush.menu-btn{
    float: right;
}

.lines:before {
  border-bottom: 9px double #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 4px;
  position: absolute;
  right:4px;
  top: 4px;
  width: 24px;
   -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.crossBtn{
    cursor: pointer;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    color: #FFF;
}

.crossBtn i{
    font-size: 20px;
    color: #FFF;
}



.header-section
{
	width: 100%;
	position: relative;
}
.header-section img
{
	width: 100%;
	
}
.welcome-content
{
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgb(0 0 0 / 82%);
	height: 100%;
	
}
.content
{
	padding: 50px 0 0 0;
	top: 0;
	max-width: 540px;
	float:left;
	
}

.content .title h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 300;
	line-height: 60px;
	margin-bottom: 15px;
	        animation-delay: .5s;
    animation-name: fadeInUp;
}
.content .title h1 b {
	font-weight: 500;
}

.content .sub-title span
{
font-size: 24px;
line-height: 34px;
display: block;
color: #fff;
font-weight: 500;
    animation-delay: 1s;
    animation-name: fadeInDown;
}
.content .btn-wrap
{
	margin: 25px 0 0 0;
	font-size: 15px;
}

.content .btn-wrap span
{
	webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.content .btn-wrap a:nth-child(1)
{
margin-right: 40px;

}
.content .btn-wrap a:hover
{
	background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;
}
.problem-section
{
	
	background-color: #f6f6f6;
}
.problem-section .title
{
	margin: 0px 0px 40px 0px;

}
.problem-section .title h2
{
	text-align: center;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
	
}
.problem-section .title h2 b
{
	font-weight: 500;
}
.problem-section .title h2::after
{
	content: '';
    border-bottom: 2px solid #f8554f;
    display: block;
    width: 35px;
    margin: 10px auto;
}
.problem-section .title p
{
	margin: 15px auto 0 auto;
	max-width: 900px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #656565;
}
.problem-section .content1
{
	display: flex;
	flex-flow: row wrap;

}
.problem-section .content1 .problem
{
	background-color: #fff;
	text-align: center;
	padding:25px 15px;
	margin: 1% .5%;
	position: relative;
	padding-bottom: 85px;
	width: 24%;
	
}
.problem-section .content1 .problem:nth-child(1)
{
	animation-delay: .3s;
}
.problem-section .content1 .problem:nth-child(2)
{
	animation-delay:.7s;
}
.problem-section .content1 .problem:nth-child(3)
{
	animation-delay: 1.1s;
}
.problem-section .content1 .problem:nth-child(4)
{
	animation-delay: 1.5s;
}
.problem-section .content1 .problem:nth-child(5)
{
	animation-delay: 1.9s;
}

.problem-section .content1 .problem img
{
	
	border-radius: 50%;
}
.problem-section .content1 .problem h3
{
	color: #49536c;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 23px;
}
.problem-section .content1 .problem p
{
	color: #656565;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
  
  }

.problem-section .content1 .problem .btn-wrap
{
	bottom: 25px;
	position: absolute;
	left: 0;
	right: 0;
}
  
  .problem-section .content1 .problem a:hover
  {
  	background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;

  }


  .about-section
  {
  	background-color: #FFFFF;
  }
   .about-section .container .abt-row .flex-div
   {

   	display: flex;
   	justify-content: space-between;
   	text-align: center;

   }
 .row 
   {

   	flex-flow: row;
   margin-top: 30px;

   }
   .row-rev
   {

   	flex-flow: row-reverse;
   margin-top: 30px;

   }
   .about-section .container .abt-row .left
   {
   	flex:1;
   	padding: 15px;
   	margin-bottom: 15px;
   }
   .about-section .container .abt-row .left img
   {
   	border: 10px solid #fff;
    -webkit-box-shadow: 7px 7px 14px 0px rgb(1 1 0 / 15%);

   }
   .about-section .container .abt-row .right
   	{
   		flex:1;
   		padding: 15px;
   		margin-bottom: 15px;
   	}
    .about-section .container .abt-row .right h2
    {
    text-align: left;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
    }
    .about-section .container .abt-row .right h2 b
    {
    
	font-weight: 500;
    }
    .about-section .container .abt-row .right h2::after
    {
    content: '';
    border-bottom: 2px solid #f8554f;
    display: block;
    width: 35px;
    margin: 10px 0;
    
    }
    

  	.about-section .container .abt-row .right p
  	{
    color: #656565;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    margin: 15px 0;
  		
  	}
  	.about-section .container .abt-row .right .btn-wrap
  	{
  		text-align: left;
  	}
  	.edu-section
  	{
		background-color: #f6f6f6;  		
  	}

  	.edu-section .container h2
    {
    text-align: left;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
    }
    .edu-section .container h2 b
    {
    	font-weight: 500;
    }

    .edu-section .container h2::after
    {
    content: '';
    border-bottom: 2px solid #f8554f;
    display: block;
    width: 35px;
    margin: 10px 0;
    
    }
    

  	.edu-section .container p
  	{
    color: #656565;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    margin: 15px 0;
  		
  	}
  	.edu-section .container .btn-wrap
  	{
  		text-align: left;
  	}



  	.edu-section .container .image-wrap
  	{
  		display: flex;
  		flex-flow: row wrap;
  		justify-content: space-between;
  		text-align: center;
  		
  	}
	.edu-section .container .image-wrap a
  	{
  		width: 33.33%;
  		
		padding:25px 15px 0px 15px;
		
		position: relative;
  		padding-bottom: 60px;	
			
  	}  	
  	
  	.edu-section .container .image-wrap img
  	{
  		
  		margin-bottom: 10px;
  	}
  	.edu-section .container .image-wrap h3
  	{
  	font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #2f2f2f;
  	}
  	.edu-section .container .image-wrap h3 b
  	{
  		 font-weight: 500;

  	}
  	.edu-section .container .image-wrap p
  	{
		padding:0px 20px 0px 20px;  
		font-style: italic;	
		text-align: center;	
  	}

  	.edu-section .container .image-wrap a .btn-wrap
  	{
  		position: absolute;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		text-align: center;
  	}
  	.edu-section .container .image-wrap .btn:hover
  	{
  		background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;


  	}

  	.seen-section 
  	{
  		width: 100%;
  		background-color: #FFFFF;
  	}

.seen-section .container h2
  	{
  		
  	text-align: center;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 40px;
  	}
  	
.seen-section .container .seen-content h2::after
{
	content:'';
	border-bottom: 2px solid #f8554f;
	width: 35px;
	margin: 10px auto;
	display: block;
}

.seen-section .container .seen-content h2 b
{
	font-weight: 500;

}

.seen-section .container .seen-content img
{
text-align: center;
}

.contact-section
{
	background-image: url(assets/images/contact-bg.jpg); 
	width: 100%;
	background-size: cover;
}
.contact-section .contact-overlay
{
	width: 100%;
	background-color: rgb(246 246 246 / .8);
	
}
.contact-section .contact-overlay .container .contact-content
{
	margin-bottom: 40px;
}
.contact-section .contact-overlay .container .contact-content h2
{
	text-align: center;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 500;
}

.contact-section .contact-overlay .container .contact-content h2::after
{
	content:'';
	border-bottom: 2px solid #f8554f;
	width: 35px;
	margin: 10px auto;
	display: block;
}

.contact-section .contact-overlay .container .contact-content p
{
text-align: center;
color: #656565;
font-size: 20px;
margin: 15px 0 auto;
}
.contact-section .contact-overlay .contact-form
{
	margin: 0 auto;
	padding: 50px;
	max-width: 500px;
	background-color: #FFFFFF;
	box-shadow: 7px 7px 17px 0px rgb(1 1 0 / 39%);
	
}

.contact-section .contact-form .input
{
	width: 100%;
    margin-bottom: 15px;
    
}
	
.contact-section .input input

{ 
	color: #666666;
	padding: 14px 20px;
	font-size: 14px;
	border: 2px solid #b3b3b3;
	background-color: #ffffff;
	width: 100%;
	font-weight: 700;
} 
.contact-section .input textarea

{ 
	color: #666666;
	padding: 14px 20px;
	font-size: 14px;
	border: 2px solid #b3b3b3;
	background-color: #ffffff;
	width: 100%;
	font-weight: 700;
} 

.contact-section .contact-form p
{

    font-size: 15px;
    line-height: 25px;
   margin-bottom: 15px;
    color: #656565;
    font-style: italic;
    font-weight: 500;

 }
 .contact-section .contact-form button
 {
 	font-size: 15px;
 }

.contact-section .contact-form button:hover
{
 
 background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;
}

.footer
{
	background-color: #ffffff;
}

.footer .top-bar
{
	background-color: #f6f6f6;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;

}
.footer .top-bar a
{
	padding: 0px 30px;
}

.footer h2
  	{	
  	text-align: center;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 40px;
  	}
  	
.footer h2::after
{
	content:'';
	border-bottom: 2px solid #f8554f;
	width: 35px;
	margin: 10px auto;
	display: block;
}

.footer h2 b
{
	font-weight: 500;

}

.footer .flex-content
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	
	align-items: center;
}
.footer .flex-content .blogo
{
	
	text-align: left;
}
.footer .flex-content .blogo img
{
	max-width: 262px;
	
}

.footer .flex-content > div
{
	width: 31.33%

}
.footer .flex-content .bform .bmail
{
	margin-bottom: 15px;
}
.footer .flex-content .bform input
{
	color: #666666;
	padding: 14px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	border: 2px solid #b3b3b3;
	background-color: #ffffff;
	width: 100%;
	font-weight: 600;
}


.footer .flex-content .btn-wrap
{
	text-align: center;
}
.footer .flex-content button:hover
{
	background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;

}

.footer .flex-content .bicons
{
		text-align: right;
}

.footer .flex-content .bicons ul
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	font-size: 20px;
	
}
.footer .flex-content .bicons li
{
	list-style-type: none;
	margin:0 7px;

}
.footer .flex-content .bicons svg
{
 
    padding: 8px;
    height: 2.1em;
    width: 2.1em !important;
    border: 2px solid #34502c;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #34502c;
    border-radius: 50%;
    transition: .3s; 

}

.footer .bmenu
{
	margin-top: 30px;
}
.footer .bmenu ul
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.footer .bmenu li
{
	list-style-type: none;
}

.footer .bmenu a
{
	padding: 15px;
	color: #49536c;
	font-size: 19px;
	font-weight: 500;
	display: inline-block;
}
.copyright
{
	background-color: #34502c;
	text-align: center;
}
.copyright p
{
	color: #ffffff;
	font-size: 16px;
	padding: 25px 5px;
}



/* Articles */
.page-title 
{

}
.page-title  .title h2
{
	text-align: center;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
	
}

.page-title .title h2 b
{
	font-weight: 500;
}
.page-title .title h2::after
{
	content: '';
    border-bottom: 2px solid #f8554f;
    display: block;
    width: 35px;
    margin: 10px auto;
}
.cat-list ul
{
	list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.cat-list li
{
	padding: 0px 10px;
	margin: 10px 0;
	text-align: center;
	max-width: 160px;
}
.cat-list p
{
	font-size: 16px;
	color: #2f2f2f;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}
.cat-list img
{
	width: 100%;
}
.blog-section
{
	margin: 40px 0;
}
.blog-section .blog-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	margin-bottom: 15px;
    box-shadow: 0 0 2px #b9b9b9;
    padding: 0px;
    border-bottom: 2px solid #686868;
}

.blog-section .blog-content .post-image
{
	width: 23%;
}
.blog-section .blog-content .post-text
{
	width: 67%;
	padding: 1%;
}
.blog-section .blog-content .post-text h5
{
	color: #2f2f2f;margin-bottom: 10px;
}
.blog-section .blog-content .post-text h5 a
{
	text-decoration: underline;
	color: #2f2f2f;font-weight: 500;font-size: 22px;
	
}
.blog-section .blog-content a.btn:hover
{
	background: linear-gradient(to right, rgba(248,83,80,1) 0%, rgba(246,137,60,1) 100%);
	border-color: #f8594e;
}
.blog-section .blog-content .post-text p
{
color: #656565;
line-height: 30px;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;	
}


/* About.HTML Page */

.about-section .container .about
{
    
    position: relative;
    height: 100px;
    
}
.about-section .container .about img
{
    width: 100%;
    height: 100px;
    
}

.about-section  .container .p-title
{
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 82%);
}

.about-section  .container .p-title h1
{
	font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.about-section  .container .p-title b
{
	font-weight: 500;
}

hr
{
	border:none;
	background-color: #f8554f;
	width: 35px;
	border-bottom: 2px solid transparent;
}

.m-20
{
	margin-bottom: 20px;
}

.about-section .container .full-width
{
padding-top: 20px;
}

.about-section .container .full-width h1
{
	font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #656565;
    padding-top: 30px;
}

.about-section .container .full-width p
{
    font-family: 'Quicksand', sans-serif;
    color: #656565;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.overlay .title
{
	margin-bottom: 40px;
	text-align: center;
}

.overlay .title h2
{
	text-align: center;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;

}

.overlay .title h2 b
{
	font-weight: 500;
}
.overlay .title h2::after
{
	content: '';
    border-bottom: 2px solid #f8554f;
    display: block;
    width: 35px;
    margin: 10px auto;
}

.overlay .overlay-content
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.overlay .overlay-content .overlay-box
{
	width: 32%;
	margin: .4%;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	text-decoration: none;
	overflow: hidden;
}
.overlay .overlay-content .overlay-box::after
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid rgb(120 220 210);
    opacity: .5;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.overlay .overlay-content .overlay-box:hover::after
{
-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.overlay .overlay-content h2
{
	font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    padding: 20px;
    color: #2f2f2f;
}
.overlay .overlay-content .btn-wrap
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}    
.overlay .overlay-content .obtn
{
	
	background-color: #78dcd2;
    color: #FFF;
    width: 200px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 13px 35px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    border-radius: 50px;
    
}



/* DR.HTML Page closed */

/* Videos.HTML Page */

.vid-blog-section
{
	margin: 40px 0;
}
.vid-blog-section .blog-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	margin-bottom: 15px;
    box-shadow: 0 0 2px #b9b9b9;
    padding: 0px;
    border-bottom: 2px solid #686868;
}

.vid-blog-section .blog-content .post-image
{
	width: 49%;
}
.vid-blog-section .blog-content .post-text
{
	width: 49%;
	padding: 1%;
}
.vid-blog-section .blog-content .post-text h5
{
	color: #2f2f2f;margin-bottom: 10px;
}
.vid-blog-section .blog-content .post-text h5 a
{
	text-decoration: underline;
	color: #2f2f2f;font-weight: 500;font-size: 22px;
	
}
.vid-blog-section .blog-content .post-text p
{
color: #656565;
line-height: 30px;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;	
}


/* Videos.HTML Page closed */

/* Quality.HTML Page closed */
.container .title-header
{
    
    position: relative;
    height: 100px;
    
}
.container .title-header img
{
    width: 100%;
    height: 100px;
    
}

.container .p-title
{
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 82%);
}

.container .p-title h1
{
	font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.container .p-title b
{
	font-weight: 500;
}

hr
{
	border:none;
	background-color: #f8554f;
	width: 35px;
	border-bottom: 2px solid transparent;
}

.m-20
{
	margin-bottom: 20px;
}

.container .full-width
{
padding-top: 20px;
}

.container .full-width h1
{
	font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #656565;
    padding-top: 30px;
}

.container .full-width p
{
    font-family: 'Quicksand', sans-serif;
    color: #656565;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.container li
{
font-family: 'Quicksand', sans-serif;
    color: #656565;
    font-size: 20px;
    line-height: 30px;
    flex:1;
    font-weight: 500;
    margin-top: 10px;	
    list-style-type: disc;
   
}



.h2-common
    {
    text-align: left;
	font-size: 30px;
	color: #2F2F2F;
	line-height: 40px;
	font-weight: 300;
    }
   .h2-common b
    {
    
	font-weight: 500;
    }
    .h2-common::after
    {
    content: '';
    border-bottom: 2px solid #f8554f;
    display: block;
    width: 35px;
    margin: 10px 0;
    
    }
    
/* Contact.HTML Page */
.footer .c-details .bcontent
{
	text-align: center;
}
.footer .c-details .bcontent p
{
	text-align: center;
	border: 1px solid #34502c;
	padding: 30px 10px 30px 10px; ;
}
.footer .c-details .bcontent span
{
	text-align: center;
    color: #34502c;
    font-size: 15px;
    margin: 15px 0 auto;
    display: block;
}

.footer .c-details svg
{
padding: 8px;
    height: 2.1em;
    width: 2.1em !important;
    border: 2px solid #34502c;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #34502c;
    border-radius: 50%;
    transition: .3s;
    margin-bottom: 20px;
}

/* Contact.HTML Page closed */








@media screen and (max-width: 1200px){

	   .content
	   { padding: 50px 0 0 0;
    margin: 0 15px 0 0;
        }
}


@media screen and (max-width: 1000px)
{
	.content .title h1 {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 10px;
}
.content
	   { padding: 20px 0 0 0;
    margin: 0 15px 0 0;
        }
	.problem-section .content1 {
		justify-content: center;
	}
	.problem-section .content1 .problem {
		width: 32.3%;
	}
	.header .top-row .left img {
    max-width: 240px;
	}
	.header .top-row .right span {
    font-size: 17px;
	}

	
}

@media screen and (max-width: 900px) {
	
	.sm-custom a, .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active {
   		font-size: 15px;
	}
	

	.about-section .container .abt-row,
	.about-section .container .abt-row:nth-child(2) {
	     flex-flow: column;
	}

	.about-section .container .abt-row .left,
	.about-section .container .abt-row .right
	{
		padding: 0;
	}
	.content .title h1 {
    font-size: 30px;
    line-height: 40px;
	}
}
@media screen and (max-width: 767px){
	
	.visible-xs {
	   			 display: block;
				}
	#showRightPush.menu-btn {
	    position: absolute;
	    right: 20px;
	    top: 70px;
								}
	.cbp-spmenu {
   		 background-color: #34502c;
 				}
 	.sm-custom a, .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active {
     		line-height: 10px;
    	}

    .header .container .top-row {
    display: flex;
    flex-flow: column;
    
    }

    .header .top-row .left {
    text-align: center;}

	.header .top-row .mid {
	    margin: 15px 0;
	}

	
	.welcome-content {
    	position: relative;
	}
	.content .sub-title span {
    font-size: 20px;
    line-height: 30px;
    }
	.content
	   { 
	   	padding: 20px 0 20px 0;
	   	float: none;
        }
	.problem-section .content1 .problem {
		width: 49%;
		}
	.edu-section .container .image-wrap {
    	  		 flex-flow: column;
		}
		.edu-section .container .image-wrap a {
	    width: 100%;
	    padding: 25px 15px 0px 15px;
	    position: relative;
	    padding-bottom: 60px;
		}

		.about-section .container .abt-row .flex-div 
		{
    		display: block;
    	}
    	.footer .flex-content 
    	 div {
    		margin: 0 auto;
    		width: auto;
    	}


		.footer .top-bar a {
   		display: block;
		}
		.footer .flex-content
		{
			flex-flow: column;
		}
		.footer .flex-content .blogo
		{
			margin-bottom: 15px;
		}
		.footer .bmenu a {
   			 padding: 5px;
    		font-size: 15px;
    	}
    
		.footer .flex-content .btn-wrap
		{
			margin-bottom: 15px;
		}
		.footer .flex-content .bicons
		{
			width: 100%;
		}
		.footer .flex-content .bicons ul
		{
			justify-content: center;
			text-align: center;
			margin: 0 7px;
		}

		.container li {
    		font-size: 14px;
    		flex: unset;
    		margin: 0 10px;
		}
		.footer .top-bar
		{
			flex-flow: column;
		}
		.copyright p {	
    			font-size: 14px;
    			line-height: 25px;
		}

}
@media screen and (max-width: 600px){
	.problem-section .content1 {
		flex-flow: column;
	}
	.problem-section .content1 .problem {
	    width: 100%;
	    max-width: 320px;
	    margin: 1% auto;
	}
	#showRightPush.menu-btn {
     top: 60px;
	}

}

@media screen and (max-width: 500px){
.header .top-row .left {
    width: 100%;
}
.header .top-row .right span {
        display: block;
}
.content .btn-wrap a
{
    display: block;
    max-width: 250px;
    margin: 10px 0;

}
.btn
		{
			min-width: 0px;
			padding: 13px 15px;
		}
}
