
@import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap');

body, html {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	width: 100% !important;
	height: 100% !important;
	 scroll-behavior:smooth;
}

.cellphone{width:100%!important;margin:0;padding:0;}.cellphone ul{margin:0;padding:0;}.cellphone ul li{float:left;width:50%;overflow:hidden;background:#177A86;padding:0px 0;text-align:center;}.cellphone ul li:last-child{background:#0DA501;}.cellphone ul li a{display:inline-block;font-size:12.5px;color:#fff;line-height:40px;}.cellphone ul li a span{width:30px;height:30px;margin-right:10px;display:inline-block;}.cellphone ul li a span img{width:100%;}
.phone1_icon {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 50px;
    right: 38px;
    z-index: 100;
    animation: wiggles .3s infinite alternate;
}
*, ::after, ::before {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight:700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     color: #333;
font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

h4, .h4 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 19px;
}
h5, .h5 {
    font-size: 15px;
}
.h6, h6 {
    font-size: 12px!important;
}

@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}

strong, b {
    font-weight: 600;
    color: #30783e;
}



p {
   color: #6a6969;
	font-family: 'arial',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px;
    text-transform: none;
}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
	color: #222;
    outline: 0 solid transparent;
} 


ul, ol {
	padding: 0;
	margin:0px;
	list-style: none;
	webkit-padding: 0;
	moz-padding: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/




a, button {
    color: inherit;
    outline: medium none;
}

.header-top {
    padding: 7px 0px;
    position: relative;
    z-index: 1;
    background: #fff;
}


/*---
@media only screen and (min-width:992px){

  .container {
    max-width: 1037px;
}
  
}
-----*/

.attr-nav {
    margin-left: 20px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.attr-nav::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0;
	display:none;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 1px;
}

.attr-nav.button.circle a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    background: #30783e none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.attr-nav.button a {
    display: inline-block;
    font-size: 17px;
    font-family: arial;
    font-weight: 600;
    padding: 5px 15px !important;
    text-transform: capitalize;
}
.social-icons li a {
    height: 25px;
    line-height: 26px;
    width: 25px;
    border-radius: 30px;
    color: #662987;
    background-color: #fff;
    display: inline-block;
    /* background: transparent; */
    /* -webkit-border-radius: 0; */
    -moz-border-radius: 0;
    border-radius: 29;
    text-align: center;
}


 .social-icons li:first-child {
}
 .social-icons li {
    padding: 0;
	display:inline-block;
}

.header-top .top-right li {
    position: relative;
    font-size: 16px;
    padding: 0px 7px;
    text-transform: capitalize;
    display: inline-block;
    color: #303030;
    font-family: 'arial',sans-serif;
    font-weight: 400;
}

.header-top .top-right li:last-child:before{
   border:none!important;
}

.header-top .top-right li:before {
    border-right: 1px solid #ccc;
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 50%;
    transform: translateY(-50%);
    content: "";
}

.font-12 {
    font-size: 12px;
}
.text-black {
    color: #000;
}
.text-theme-color-blue {
    color: #5D2999;
}
.m-0 {
    margin: 0px;
}
.font-14 {
    font-size: 14px;
}
.header-top .top-right li i {
    margin-right: 5px;
    font-size: 17px;
}

.header-top li a.upper-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #ed3237;
    padding: 9px 28px;
    line-height: 24px;
    text-align: center;
}

.logo-section img {
    max-width: 193px;
    margin: 2px 0px;
    border-radius: 10px;
    background-color: #662987;
}
/*============topbar--section==============*/

.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	background-color:black;
    transition:0.4s;
  }
  
  .navbar-toggler:focus{
   outline:none;
   box-shadow:none;
   border:0px;
  }
  
  .topbr {
    background: #363532;
}
  
.navbar-scroll {
    position:fixed!important;
    top:0%!important;
    right: 0;
	background: #ffffffe6!important;
    left: 0;
    z-index:999;
	transition:0.10s ease;
    color: #fff;
	box-shadow: 0 0 4px 0 #aaa;
}

.navbar-scroll .logo-section img {
    position: relative!important;
    z-index: 333;
   /* max-width: 84px!important;*/
    margin: 1px 0px;
    /* top: 0px!important; */
    /* background-color: #fff; */
    border-radius: 4px;
    border: 0px solid #ebebeb;
}


@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color:white;
    vertical-align: middle;
    content: "";
    background:#1f343a;
	border-radius:5px;
}
.navbar-toggler-icon   i{
  color:white!important;
}

.header {
    position: fixed;
    right:0;
    top: 0;
	box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    z-index: 999;
    margin: 0px auto;
    width: 97%;
    left: 0;
}





@media only screen and (min-width:992px){
   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
}

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


.subpage-banner h2 {
    margin-top:30px!important;
}

.header {
    position: relative;
}


.navigation {
    background-color: #ffffff!important;
}
.navbar-brand img {
   /*  max-width: 106px!important;*/
}


.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 600;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
 .nav-item .nav-link {
    /* background-color: #333; */
    color: #5f5f5f!important;
    border-bottom: 1px solid #dcdcdc;
    padding: 4px 18px!important;
}

 .outer-ul{
  display:block!important;
}

   .header-bottom{
     display:none;
   }
  
   
   .mobile-menu{
     position:fixed;
	 top:0;
	 right:0;
	 width:100%;
	 padding-top: 66px;
	 transform:translateX(100%);
	 z-index:-1;
	 height:100vh;
	 background-color:white;
	 overflow:auto;
   }
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}




.navbar-toggler span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #656665;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 3px;
}

.navbar-toggler {
    width: 30px;
    height: 25px;
    z-index: 333;
    top: -35px;
    right: -2px;
    border: none;
    position: absolute;
    border-radius: 0;
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}


.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}



.navbar-toggler.nav-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(
135deg);
    transform: rotate(
135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(
-135deg);
    transform: rotate(
-135deg);
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}



.small-menu,.small-menu {
    background: #fff;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px 1px #0000001a;
    position: relative;
    border-radius: 0px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    min-width: 16rem;
    /* padding: 0px; */
    border: none;
    opacity: 0;
    transform: translatey(30px);
    visibility: hidden;
    animation: slidedown 0.4s ease-in-out 1;
}


.small-menu2{
   	min-width:16rem;
     padding: 10px;
   animation:slidedown 0.4s ease-in-out 1;
}


@keyframes slidedown{
  0%{ transform:translatey(40px); opacity:0;}
    100%{ transform:translatey(0px); opacity:1;}
}

.small-menu a ,.small-menu2  a{
    display: block;
    color: #484848;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'arial';
    border-bottom: 1px dotted rgb(147 147 147 / 50%);
    transition: 0.5s ease;
    padding: 5px 0px 5px 16px;
    position: relative;
    z-index: 2;
}



.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    right: 16px;
    top: 11px;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}


.dropend > a{
    display: block;
    color:#333;
    font-weight:400;
    font-size: 14px;
    border-bottom: 1px dotted rgb(147 147 147 / 50%);
	padding: 4px 15px;
    position: relative;
    background: #fff;
}

.small-menu a:hover{
       color: #30783e;
	   font-weight:600;
	   transform:translateX(10px);
}

.small-menu a:last-child{
  border-bottom:0px;
}


@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}
}
@media only screen and (max-width:992px){
   .dropdown .small-menu{
    opacity:1;
  	transform:translatey(0px);
	visibility:visible;
}
}

 
.dropdown:hover .nav-link {
    color: #30783e!important;
}
.nav-item .nav-link:hover {
    color: #30783e!important;
}

.bg-lightest {
    background-color: #fcfcfc;
}

.navigation {
    /* background: url(../img/header-bg.jpg); */
    position: relative;
    background-color: rgb(255 255 255);
    top: 0px;
    padding: 0px 0px;
    left: 0;
    right: 0;
    z-index: 3;
}

.navbar-collapse{
    border-top: 1px solid #e1e1e1;
}

.navbar-nav .nav-item{
	position:relative;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
     color: rgba(0, 0, 0, 1);
}

.navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
	letter-spacing:0px;
    font-size: 17px;
    /* font-style: italic; */
    /* font-weight: 500; */
    display: block;
    /* font-family: 'Barlow', sans-serif; */
    /* font-family: 'Open sans',sans-serif; */
    position: relative;
    line-height: 1.72;
    text-decoration: none;
    transition: 0.4s ease;
}
.navbar-nav .nav-item:last-child .nav-link {
    border-right:0px solid #d9d9d9;
}

.navbar-nav .nav-item .nav-link i{
    font-size:11px;	
}


.navbar-scroll .navbar-nav .nav-item .nav-link {
    color: #3c3c3c;
}



.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    font-weight: 500;
}

.header-social-icon {
   border-left: 1px solid #fff;
}

.navbar-nav .nav-item .nav-link span {
    font-size: 17px;
    top: 4px;
    position: relative;
}



@media only screen and (min-width:1200px){
.navbar-nav .nav-item .nav-link {
    padding: 8px 10px!important;
}
}


.navbar-nav .nav-item.active:after{
			background-color: #fff;
			width: 75%!important;
		}
		
.navbar-nav .nav-item:hover:after, .nav-item.active:after {
    width: 75%;
}
.navbar-nav .nav-item:last-child:after{
 display:none;
}







/*------------slider---section------------*/


/* ---------------------------------- */

.right-shortcut-btn {
    position: fixed;
    left: 0;
    z-index: 88;
    top: 165px;
}


.right-shortcut-btn div {
    background: #fe8c02;
    padding: 3px 0px;
    /* border-radius: 8px; */
    border-radius: 0px 8px 8px 0px;
    margin-bottom: 10px;
    border: 2px solid #d77600;
    border-left: none;
    /* border-top-right-radius: unset; */
    /* border-bottom-right-radius: unset; */
    width: 40px;
}

.right-shortcut-btn a {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 0px;
    text-transform: uppercase;
    margin: 8px 6px 6px 7px;
    color: #333;
    font-family: arial;
    /* font-family: 'Myriad Pro'; */
    /* letter-spacing: 1px; */
    font-weight: 900;
    font-size: 15px;
}

.right-shortcut-btn i {
    color: #333;
    font-weight: bold;
}

.fullwidthbanner-container {
    width: 100% !important;
    color: #fff;
    position: relative;
    padding: 0;
    max-height: 630px !important;
    overflow: hidden;
}

.slider-section{
  position:relative;
}

 .tp-banner {
	width:100%;
	position:relative;
    padding:0;
}

.tp-banner-container{
 width:100%;
 overflow:hidden;
 position:relative;
}



.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.6);
}



.tp-leftarrow.preview1:after {
    content:'\f053';
}


	
	/*==============================
	     about-section  =====================*/
		 
	.about-area .default.info h2 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 26px;
    color: #262626;
    margin-bottom: 10px;
}
	
	.about-area .default.info h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.about-area ul {
    margin: 30px 0 15px;
}
	
.btn-theme {
    background-color: #ffffff;
    color: #62ce70 !important;
    border: 2px solid #62ce70;
}
.btn {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 700;
    /* letter-spacing: 1px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    overflow: hidden;
}
.btn-md {
    padding: 8px 28px 8px;
}


.article-img-box{
    position: relative;
	    overflow: hidden;
		width:100%;
}

.article-img-box img{
  width:100%;
}

.top_courses {
    background-color: #ffffff;
    margin-bottom:25px;
    overflow: hidden;
	 display: none;
    /* border: 1px solid #f1f1f1; */
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-con{
  padding:10px 0px;
}

.article-con p{
  font-size: 1.4rem;
  color: #1a1a1a;
  margin:0px;
  padding:0px;
      font-family: 'Poppins',sans-serif;
    font-weight: 400;
}

#loadMore {
    width: 168px;
    color: #fff;
    font-size: 17px;
    display: block;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    margin: 0px auto;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid transparent;
 background-color: #30783e;
    transition: .3s;
}
	
/*============================================
   footer---
   ----------------*/

.common-btn-wrapper2 .slider-btn {
    background-color: #fff;
    color: #30783e!important;
}
   
#footer {
    padding: 0;
    background-color: #30783e!important;
}
 
.static-info {
    position: relative;
    display: inline-block;
    width: 100%;
    padding:40px 0px 30px 0px;
}  
 .icon-static {
    float: left;
    position: relative;
    font-size: 35px;
	line-height:64px;
	text-align:center;
   height: 64px;
    width: 64px;
    overflow: hidden;
	    box-shadow: 0 0 0 2px #ffffff inset;
    border-radius: 50%;
    padding: 0 5px;
    color: #fff;
    overflow: hidden;
    margin-right: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}


 .icon-static i{
   line-height:64px!important;
 }

 .static_info h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height:22px;
}

.static_info p {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 25px;
    color: #fff;
	margin:0px;
}

.border-right{
  border-right:2px solid #fff!important;
}

#footer .footer-middle {
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer .about_us .logo_footer {
    position: relative;
    margin-bottom:25px;
}
.footer-top {
    background: #86532c;
}

#footer .about_us .footer-info .address_footer h2 {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 10px;
}

#footer .footer_block h3 {
    position: relative;
    display: block;
    color: #fff;
    margin: 0 0 17px 0;
    line-height: 30px;
    text-transform: uppercase;
    border: 0;
    font-size: 15px;
    font-weight: 700;
}
#footer .about_us .footer-info .desc_footer {
    font-size: 15px;
    color: #a3a3a3;
    line-height:24px;
    margin-bottom: 20px;
}

#footer .about_us .footer-info .address_footer h2 {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 10px;
}

#footer .about_us .footer-info .address_footer p {
    font-size: 14px;
    color: light;
    line-height: 24px;
}

#footer p {
    color: #a2a2a2;
    font-size: 15px;
    margin: 0;
    line-height: 24px;
}

.social_follow {
    display: inline-block;
    width: 100%;
}

.social_follow li {
    display: inline-block;
    margin: 0 10px;
    background-image: none!important;
    padding: 0;
}

.social_follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #a2a2a2;
    background: transparent;
    font-size: 0;
    line-height: 30px;
    border: 0;
    border-radius: 100%;
    padding: 0;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
	color:#fff;
    border-bottom: 1px dotted #777;
}

abbr[data-original-title] strong, abbr[title] strong {
  color:#fff;
  font-weight:500;
}

.footer-about,.footer-about address strong{
   color:#fff;
   font-size:13px;
}
.footer-about address strong {
    font-weight: 700;
    font-size: 15px;
}


.copyright-links a, .col_half {
    color: #c5c5c5!important;
    font-size: 13px;
}


#footer .footer_block .footer_list li a {
    font-size: 14px;
     color: #fff;
	 font-weight:300;
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ft_newsletter .title_newsletter h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#footer .footer-bottom address {
    margin: 0;
     color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
}

#footer .footer-bottom address a {
    color: #fff;
}

 #footer .footer-bottom {
    padding: 40px 0;
	    background-color: rgb(135 85 46)!important;
}  

 
  #footer .footer_block .footer_list li {
    line-height: 30px;
} 
     
.social_follow li.facebook a:before {
    content: "\f09a";
}
.social_follow li a:before {
    padding: 0!important;
    font-size: 21px;
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
   
.social_follow li.twitter a:before{
    content: "\f099";
} 


.social_follow li.youtube a:before {
    content: "\f167";
}

.social_follow li.pinterest a:before {
    content: "\f0d2";
}

.social_follow li.instagram a:before {
    content: "\f16d";
}

.social_follow li.linkedin a:before {
    content: "\f08c";
}

.social_follow li.whatsapp a:before {
    content: "\f232";
}

  
#footer .footer_block .footer_list li a:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    vertical-align: 1px;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

  
#scrollUp {
    /* background: #f6732e; */
    background: #62ce70;
    height: 40px;
    width: 40px;
    left: 50px;
    bottom: 40px;
    display: inline-block;
    color: #ffffff;
    border: 2px soild #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    transition: .3s;
}

#scrollUp  i{
  line-height:40px;
}


.whatsapp_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
@keyframes wiggle{
0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}


.type_sticky{
  position:sticky;
  top:120px;
}


/*--------service--section----*/

/*============testimonial========*/


/*=================form---section===========*/




/*======================slick-arrow-style===============*/

/*----new--design--whatsapp-icon---*/


.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    transition: box-shadow .2s;
    cursor: pointer;
	background-color:transparent!important;
    overflow: hidden;
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
	z-index: 1130;
    font-size: 14px;
    transition: bottom .2s;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom:105px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup{
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgb(60 60 60 / 25%);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out,opacity .2s ease-out;
    transform-origin: bottom;
}


.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
    opacity: 0;
    transition: opacity .2s;
}.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
svg:not(:root) {
    overflow: hidden;
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}


/*----mew----style----*/

 
	/*------full-images---section---------*/
		
.sec-title h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 71px;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 800;
}
   
.green-bg {
    background-color: #f5f5f5;
}

	.portfolio-slider .slick-slide{
	  margin:0px 10px;
	}
	
	.enable-item-sec {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 7px solid rgb(74 165 86);
    margin: 10px 0px;
    border-radius: 25px 0px 25px 0px;
}

	
	.enable-image-sec{
	    overflow: hidden;
		position:relative;
		width:100%;
	  }
		.enable-image-sec img{
		  width:100%;
		}
	
.enable-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgb(66 66 66 / 80%) 48%, rgba(255,255,255,0.0) 100%);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
	
	.enable-overlay .enable-content {
	  padding:20px 10px;
	  color:#fff;
	}
	
	.small-text{
	  margin:20px 0px 0px;
	      font-family: 'Roboto';
	}
	
	.enable-title h4 {
    font-size: 45px;
    line-height: 49px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.enable-title h4  span{
   display:inline-block;
    font-size: 38px;
   transform:translatey(-18px);
 }

.enable-overlay .enable-content p {
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    padding: 20px 20px;
    line-height: 24px;
    text-align: center;
}
	
	.common-btn a {
    background-color: #62ce70;
    color: #fff;
    padding: 5px 38px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
}
	
	
	/*----work-----*/
	
	
	
	.iframe-video{
	  position:relative;
	  width:100%;
	  padding:20px;
	  z-index:1;
	}
	
	.iframe-video:before {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 91%;
    height: 96%;
    z-index: -1;
    border: 6px solid #30783e;
    background-color: #fff;
    content: "";
}

	
.section-padding {
    padding:40px 0px 0px 0px;
}

#howitworks{
  background-position:center center;
  position:relative;
  z-index:2;
}

.header-section h2 {
    position: relative;
    color: #373838;
    /* padding: 0px 20px; */
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}

.header-section h3{
 text-transform:capitalize;
}

.iframe-image{
  position:relative;
  width:100%;
}	
.w-image-shadow {
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    height: 90%;
	z-index:-1;
    background-size: 200% 80%!important;
    background-position: center bottom!important;
    background-repeat: no-repeat!important;
    border-radius: inherit;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}	
	
	
#howitworks p {
    text-align:left;
}	

/*==================
   gallery==============*/
   
   
.video-content h5 {
    color: #2e2e2e;
    font-size: 27px;
    line-height: 28px;
    font-weight: 700;
    /* line-height: 1.344em; */
}

 .video-content p {
    color: #666666;
    line-height: 23px;
    font-size: 13px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}
   
   .gallery {
   
   /*--- background:url(../img/slider/3.jpg);----*/
    position: relative;
    width: 100%;
	z-index:2;
    padding: 50px 0px;
}


.hover-info {
    position: absolute;
    background:#fff;
    z-index: 9;
    opacity:1;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

 .hover-info a {
    color:#333;
    font-size: 17px;
    display: inline-block;
    position: absolute;
    right:20px;
    top: 30px;
    opacity: 0.6;
}

.hover-info h6 {
    font-weight: 500;
    color: #323432;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 14px;
}

.hover-info p {
    color: #1c1c1c;
    margin: 0px;
    font-weight: 500;
    font-size: 17px;
}

/*---
   .gallery:before{
      position:absolute;
	  top:0;
	  left:0;
	  width:100%;
	  z-index:-1;
	  height:100%;
	  content:"";
	  background-color:rgba(0,0,0,0.8);
   }
------*/

.location-slider .slick-slide{
  padding:10px;
}

.other-title h3 {
    position: relative;
    color: #30783e;
    padding: 0px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    /* text-decoration: underline; */
    line-height: 35px;
}

.gallary-box {
    background-color: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.gallary-img-box {
    overflow: hidden;
}

.gallary-img-box img {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.gallary-content {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.4s ease;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    content: "";
}

.gallary-content a i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #62ce70;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.gallary-box:hover .gallary-content {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/*----blog--section---*/
.blog-box ul{
column-count: 3;
	-webkit-column-gap: 1.5em;
	 column-gap: 1.5em;
}

@media only screen and (max-width:992px){
   .blog-box ul{
column-count:1!important;
	column-gap:0em!important;
}
}

.blog-heading a {
    color: #62ce70;
    font-weight: 700;
    font-size: 13px;
}

.blog-section{
  padding:30px 0px;
  position:relative;
  overflow:hidden;
}

.blog-box h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
	    color: #292e2a;
    margin-bottom: 10px;
    padding-left: 0;
}

ul li.blog-items h4 {
    font-size: 15px;
    font-weight: 500;
	  color:#333;
    margin-bottom: 5px;
}

ul li.blog-items h4 a:hover{
  color:#333;
}
ul li.blog-items p {
    font-size: 13px;
    color: #6c6b6b;
}

ul li.blog-items p a {
    color: #62ce70;
    font-weight: 700;
    text-decoration: none;
}

.editor-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

.editor-content h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}




/*---------faq------*/

.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-align: left;
    font-size: 22px;
    font-family: arial;
    color: #999;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #747373;
    position: relative;
    background: #fff;
    padding-left: 0px;
}

.custom-accordion .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.custom-accordion .accordion-item .btn-link:before {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
	transform-origin:center!important;
    padding: 1px 5px;
    font-size: 15px;
	transition:all 0.5s ease;
    border-radius: 4px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    transform:rotate(-180deg);
	transform-origin:center!important;
}

.accordion-item h2 button {
    font-weight: 400;
    font-size: 17px;
    color: #343434!important;
}

.accordion-body {
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
}

.insulation-section {
    background-color: #62ce70;
}



 .about-content h2 {
    color: #696969;
    font-size: 24px;
    position: relative;
}

 .about-content h2:after {
    background: #e1e1e1;
    content: "";
    height: 2px;
    left: 45%;
    margin: auto;
    position: absolute;
    top: 12px;
    width: 40%;
}


.prev.slick-arrow {
    position: absolute;
    z-index: 2;
    right:43px;
    top: -50px;
}

.next.slick-arrow {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: -50px;
}


.slick-arrow {
    width: 36px;
    height: 36px;
    background-color: #424344;
    line-height: 36px!important;
   color: #e9e9e9;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}


.about-image {
    position: relative;
    overflow: hidden;
	width:100%;
}

 .about-image img {
    width: 100%;
    transition: all .5s ease 0s;
}

 .about-image:hover img {
  transform:scale(1.2);
}

.about-text {
    float: none;
    width: 100%;
    padding:20px 0px 0;
}

.about-text>h3 {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.about-text>h3 a:hover{
  color:#333;
}


.about-image .overley {
    position: absolute;
    left: 0;
    bottom: -100px;
    background: rgb(98 206 112 / 84%);
    height: 70px;
    width: 100%;
    opacity: 0;
    transition: all .5s ease 0s;
}

 .about-image .overley h4 {
    margin-bottom: 0;
}

 .overley h4 a {
    display: block;
    color: #fff;
    padding: 25px 0 0 25px;
    font-weight: 400;
    transition: all .5s ease 0s;
}

 .about-image:hover .overley {
    opacity: 1;
    bottom: 0;
}







/*==============new---style========*/

.slider-bottom {
    background: #fff;
    padding: 10px 0px;
    position: relative;
}

.slider-bottom h3 {
    font-size: 36px;
    font-weight: 700;
}

.appointment-sec {
    border-radius: 20px;
    background: #30783e;
    padding: 30px 10px;
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 15%);
}




/*==============page---style========*/

.subpage-banner {
	padding-top:150px;
	padding-bottom:100px;
	text-align: center;
	position:relative;
	z-index:22;
	background-size: cover!important;
	background-position:center center!important;
	background-repeat:no-repeat!important;
}
.subpage-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    content: "";
}

.accordion-item {
    background-color: #fff;
    border:0px solid rgba(0,0,0,.125)!important;
}

.subpage-banner h2 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 3px;
    padding: 3px 13px;
    display: inline-block;
    background-color: #30783eb3 !important;
    text-transform: capitalize;
    font-weight: 800;
    margin-top: 53px;
}

.subpage-banner h1 {
    font-size: 34px;
}

.banner-div-content h1 {
    color: #fff;
    font-weight: 700;
	padding:5px 15px;
    font-size:35px;
	display:inline-block;
	background:linear-gradient(to left, rgba(0,0,0,0.5),rgba(0,0,0,0.4));
    font-family: 'Poppins', sans-serif;
}

.subpage-banner ul li {
    color: #fff;
    margin: 0 15px;
    position: relative;
}

.subpage-banner ul li a {
    text-decoration: none;
    color: #fff;
}

.subpage-banner ul li:after {
    position: absolute;
    right: -18px;
    content: "\f105";
    font-family: 'FontAwesome';
}
.subpage-banner ul li:last-child:after {
    display:none;
}
.about-mn-pic figure:first-child {
    height: 480px;
    overflow: hidden;
    border-radius: 8px;
}
.about-mn-pic figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.overflow-hidden {
    overflow: hidden!important;
}
.about-mn-pic figure:last-child {
    height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 70%;
    left: -20px;
    border-radius: 8px;
}
.about-svg {
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: -269px;
}
.our-mmison {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f6f8fd;
    margin-top: 125px;
}

.our-gols {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 160px;
}


.about-block h2, .why-choose-block h2, .trust-choose-block h2, .testimonal-sec h2, .team-block h2, .news-sec-div h2, .client-block h2, .blog-page h2, .projects-page h2, .pricing-page h2 {
    font-weight: 700;
    text-transform: capitalize;
    line-height: 39px;
}

.cm-text-n ul li {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 48px;
}
.cm-text-n ul li .icon-c {
    width: 40px!important;
    height: 40px;
    overflow: hidden;
    text-align: center;
    left: 0;
    top: 7px;
    position: absolute;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    font-size: 18px;
}
.text-c small {
    font-weight: 600 !important;
    font-size: 19px;
    color: #0f1010;
}

.text-c {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.conatct-form-div {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}

.leave-sec-part .form-control, .conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
}
.conatct-form-div .form-control {
    margin-bottom: 20px;
}

.leave-sec-part .subimt-comment, .subimt-message, .quick-contact .subimt-comment {
    background: #222121;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}


.whybox1 {
    width: 100%;
    min-height: 200px;
    float: left;
    background: #fff;
    box-shadow: 5px 4px #ddd;
    border: solid 1px #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}


.primary-list li, .why-list li {
    position: relative;
    padding: 0 0 0 19px;
    margin: 0 0 9px;
    font-family: arial;
    color: #6a6969;
    line-height: 18px;
    border: none;
    font-size: 15px;
}

.primary-list li:before, .why-list li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 2px solid #30783e;
    border-radius: 30px;
    left: 0;
    top: 3px;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    font-weight: bold;
}




.service-catergory li:first-child {
    margin-bottom: 10px;
}

.service-catergory {
    margin: 0;
    padding: 0;
    font-family: Open Sans,Arial;
    list-style: none;
}
.service-catergory li {
    list-style: none;
    position: relative;
    background: #f2f2f2;
    transition: all 0.5s ease;
    padding: 10px 9px 10px 16px;
    color: #d72d65;
    margin-bottom: 2px;
}

.service-sidebar {
    position: sticky;
    top: 116px;
    -webkit-position: sticky;
}

.service-catergory li.active {
    border-left: 5px solid #d72d65;
}

.service-catergory li .view-all-icon {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #848484;
}
.service-catergory li a {
    display: block;
    font-size: 14px;
    color: #01024d;
    line-height: 20px;
    text-transform: capitalize;
    border-left: 5px solid transparent;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
}

.page-heading.about-info.text-left .section-title h2 {
    font-size: 26px;
    line-height: 32px;
    color: #222;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.5px;
    word-spacing: 0px;
    text-transform:capitalize;
}

.section-title h5, .text ul li b {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    margin: 20px 0px;
    font-style: normal;
    letter-spacing: -.5px;
    word-spacing: 0px;
    /* text-transform: lowercase; */
}




.textForm-salesforceForm-label {
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}

.form-control {
    color: #999;
    font-size: 13px;
    height: 40px;
    line-height: inherit;
    /* border: 1px solid #ececec; */
    border-radius: 2px;
    padding: 0px 12px;
    transition: .2s linear;
}
.textForm-salesforceForm-field>a {
    color: #000;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 15px;
    font-family: Arial;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    display: block;
}
.textForm-salesforceForm-submit {
    background: #bf104b;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 10px 90px;
    margin-top: 25px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 18px;
    line-height: 21px;
}


.sidebar-form {
    background-color: #ffffff;
    padding:15px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    /* margin-top: -5px; */
    -webkit-box-shadow: 2px -2px 5px 9px rgb(72 73 121 / 15%);
    box-shadow: 2px -2px 5px 9px rgb(72 73 121 / 15%);
}

.sidebar-form h3 {
    font-size: 20px;
    color: #333;
    margin: 0px 0 9px 0;
}


.sidebar-form p {
    font-size: 14px;
    color: #565656;
    font-weight: 400;
    line-height: 18px;
    /* max-width: 350px; */
    margin: 1px auto;
}
.sidebar-form .form-group .form-control {
    height: 50px;
    padding: 15px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b5b4b4;
    border-radius: 0;
}
.sidebar-form .send-btn .send-btn-one {
    display: inline-block;
    padding: 5px 21px;
    background-color: #30783e;
    color: #ffffff;
	margin:10px 0px 0px 0px;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #30783e;
    width: 100%;
}
.locno {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    padding: 10px;
    border: solid 5px #ddd;
}

.message-box{
 height:150px!important;
}








/*------page--gallery---style----*/
.about-image2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #c9c3c3;
    margin: 10px 0px;
    border-radius: 50px;
    padding: 7px;
    width: 100%;
	height:100%;
}

.line {
    width: 26px;
    height: 3px;
    position: relative;
    top: -6px;
    display: inline-block;
    background-color: #30783e;
}

.about-image2  img{
   width:100%;
   height:100%;
  }
  
  @media only screen and (max-width:576px){
   .about-image2  img{
   width:100%;
   height:auto!important;
  }
  .about-image2 {
   height:auto!important;
}
  
  }
 
  
  
.about-image2:hover .overley2 {
    opacity: 0.9;
    bottom: 0;
}

.about-image2:hover img {
    transform: scale(1.2);
}

.about-image2 img {
    width: 100%;
    border-radius: 50px;
    transition: all .5s ease 0s;
}

.about-image2 .overley2 a i {
    font-size:30px;
    color: #fff;
}

.about-image2 .overley2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #343a40c4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s ease 0s;
}


.gallery {
    width: 100%;
}

.gallery_content {
    background: #fff;
    padding: 60px 25px;
    margin-top: 15px;
    min-height: 192px;
    margin-bottom: 20px;
    text-align: center;
}

.gallery h2 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}



.cm-text-n ul li .icon-c  i{
  line-height:40px;
}
