@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin:0;
	padding:0;
    font-family: 'Poppins', sans-serif;
	
}

.ov_hidd{
	overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
.clear{
	clear:both;
}

.img{
	width:100%;
	display:block;
}

.img2{
	width:100%;
	display:block;
	vertical-align:middle!important;
}

.v_a_img{
	vertical-align:middle;
}

.padgg{
	padding-left:14%;
}

.sticky {
    position:static;
    top: 0;
    width: 100%;
    z-index: 999999;
    opacity: none;
}

.footer_fix {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: white;
   z-index:99999;
}

.fas{
	font-size:18px;
}

/*----------------------------------
preloader
-----------------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	text-align: center;
	background: #f8f8f8;
	z-index: 99;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
	background-color: #fff;
}

.preloader:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -.25em;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.preloader .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

/*----------------------------
image hover text effect
-----------------------------*/

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size:20px;
  /*margin-bottom:1%;*/
  padding:1%;
  text-align:left;
  font-family: 'Poppins', sans-serif;
}

.content-details p{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height:150%;
  padding:1%;
  font-family: 'Poppins', sans-serif;
  text-align:justify;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


/******social********/

.button {
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	/*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);*/
	font-family: 'Poppins', sans-serif;
	margin:0% 0.5%;
}

.button span {
	font-size:11px;
	font-weight: 500;
	line-height: 25px;
	margin-left: 10px;
}

.button:hover {
	width:130px;
}

.button:nth-child(1):hover .icon {
	background: #e1306c;
}

.button:nth-child(2):hover .icon {
	background: #4267b2;
}

.button:nth-child(3):hover .icon {
	background: #1da1f2;
}

.button:nth-child(4):hover .icon {
	background: #0e76a8;
}

.button:nth-child(5):hover .icon {
	background: #ff0000;
}

.button:nth-child(6):hover .icon {
	background: #333;
}

.button:nth-child(1) span {
	color: #e1306c;
}

.button:nth-child(2) span {
	color: #4267b2;
}

.button:nth-child(3) span {
	color: #1da1f2;
}

.button:nth-child(4) span {
	color: #0e76a8;
}

.button:nth-child(5) span {
	color: #ff0000;
}

.button:nth-child(6) span {
	color: #333;
}

.button .icon {
	width:25px;
	height: 25px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	background: #df7118;
}

.button .icon i {
	font-size: 11px;
	line-height:25px;
	transition: all 0.3s ease-in-out;
	color:#fff;
	
}

.button:hover i {
	color: #fff;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}

.top{
	width:98%;
	margin:0 auto;
	max-width:1920px;
}

.top2{
	width:98%;
	margin:0 auto;
	max-width:1920px;
}

.top3{
	width:97%;
	margin:0 auto;
	max-width:1920px;
}

.logo{
	width:245px;
	float:left;
	margin:1%;
}
.logo img{
	width:100%;
	display:block;
}

.navbarr{
	width:530px;
	float:right;
	margin: 0.7% 0% 0%;
}

.top_brd{
	border:0.5px solid #e9e9e9;
	margin:0% auto;
}




/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
}

.ab_nav{
	position: absolute;
    z-index: 9999999;
}

.link{
	text-decoration:none;
	color:#000;
}

.link:hover{
	text-decoration:none;
	color:#000;
}

.link2{
	color:#9c9c9c;
	text-decoration:none;
}

.link2:hover{
	text-decoration:none;
	color:#9c9c9c;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm11{
	width:98%;
	margin:0 auto;
}
.col_sm2{
	width:48%;
	float:left;
	margin:1% 1%;
}

.col_sm70{
	width:64%;
	float:left;
	margin:0.5% 0.5%;
}

.col_sm22{
	width:48%;
	margin:1%;
	float:left;
}
.col_sm3{
	width:31%;
	float:left;
	margin:1%;
	position:relative;
}

.col_sm33{
	width:32.3%;
	float:left;
	margin:0.4% 0.5%;
}

.col_sm333{
	width:65.6%;
	float:left;
	margin:0.5%;
}


.col_ms3{
	width: 62%;
	float: left;
	/* margin: 1%; */
}

.col_ms33{
	width: 31%;
	float: left;
	/* margin: 1%; */
}


.col_sm01{
	width:100%;
	margin:0% 0% 0.8%;
	float:left;
}
.col_sm011{
	width:100%;
	margin:0.8% 0% 0%;
	float:left;
}


.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}
.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}
.col_sm8{
	width:36.1%;
	margin:0.4% 0.5%;
	float:left;
}
.col_sm88{
	width:61.9%;
	margin:0.4% 0.5%;
	float:left;
}
.col_sm9{
	width:66%;
	margin:1%;
	float:left;
}
.col_sm99{
	width:30%;
	margin:1%;
	float:left;
}

.col_sm10{
	width:76%;
	float:left;
	margin:1%;
}

.col_sm100{
	width:20%;
	float:right;
	margin:1%;
}

.home_col_sm88{
	width:36%;
	margin:1% 0% 0% 20%;
	float:left;
}

.home_col_sm8{
	width:75%;
	margin:1%;
	float:left;
}


.part1{
	width:29.1%;
	margin:0.4% 0.5%;
	float:left;
}

.part2{
	width:38.7%;
	margin:0.4% 0.5%;
	float:left;
}

.part3{
	width:19.1%;
	margin:0.4% 0.5%;
	float:left;
}

/*--------------------------------------------------------------
slider
--------------------------------------------------------------*/

.con_main_head{
	font-family:'Poppins', sans-serif;
    color: #9c9c9c;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1%;
	padding-left:1%;
}

.c_head h1 {
    font-family:'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin: 1% 0% 0% 0%;
    text-transform: capitalize;
}

.col_cTxt{
	width: 100%;
    float: left;
    margin-top: 10px;
}

.ftr_contact_txt{
	width: 80%;
	float: left;
}

.ftr_contact_txt p {
	text-decoration: none;
	font-size: 14px;
	font-family:'Poppins', sans-serif;
	color:#fff;
	line-height:150%;
	font-weight:400;
}

.ftr_contact_txt p a{
	text-decoration: none;
	font-size: 15px;
	font-family:'Poppins', sans-serif;
	color:#fff;
}

.form_brdr{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.11);
    min-height:565px;
    padding: 2% 2% 0% 2%;
    margin-left: 1%;
}

.c_clr{
	 background: #df7118;
	 padding:33px 30px;
	 min-height:639px!important;
}


.c_icon_txt {
    width:90%;
    float: right;
}


.cont_brd{
	border-right:1px solid #fff;
	height:200px;
}

.c_icon {
    width:7%;
    float: left;
}

.c_icon .fa {
    color: #fff;
    margin-top: 20%;
    font-size: 16px !important;
}

.c_txt {
    font-family:'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
}

.c_link2 {
    color: #fff;
    text-decoration: none;
    font-family:'Poppins', sans-serif;
}



/*--------------------------------------------------------------
slider
--------------------------------------------------------------*/


.slidiier{
    font-family:'Poppins', sans-serif;
    color: #df7118;
    font-size:45px;
    text-align: center;
    font-weight: 700;
    padding: 1%;
}


.sub_slidiier{
    font-family:'Poppins', sans-serif;
    color: #fff;
    font-size:25px;
    text-align: center;
    font-weight: 700;
    padding: 1%;
	text-shadow: 2px 2px 4px #000000;
}

.red_more3{
    width: 160px;
    float: none;
	margin:1% auto;
}

.btn3 {
    width: 100%;
    padding: 10% 10%;
    font-size: 15px;
    text-align: center;
    font-family:'Poppins', sans-serif;
    background-color: #df7118;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
}


.btn3:hover {
    background-color: #c45902;
    color: #fff;
}


.view_more{
	width:100px;
	float:left;
	margin:1%;
}

.vbtn {
    width: 100%;
    padding: 8% 2%;
    font-size: 14px;
    text-align: center;
    font-family:'Poppins', sans-serif;
    color: #fff;
	border:1px solid #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}


.vbtn:hover {
    border:1px solid #fff;
	background-color:#FFFFFF;
    color: #df7118;
}

/*--------------------------------------------------------------
about us
--------------------------------------------------------------*/
.main_hed {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: left;
    border-left: 4px solid #04964f;
    line-height: 140%;
    text-transform: capitalize;
    padding: 0% 1%;
    margin: 2% 1% 1%;
}

.welcome h1{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#000;
	line-height:180%;
	text-align:justify;
	font-weight:700;
	padding: 3% 1% 0% 0%;
}

.welcome h1  span{
	color:#039942;
}

.welcome p{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#000;
	line-height:160%;
	text-align:justify;
	padding: 3% 1% 1% 0%;
}



.abt_text h1 {
    color:#fff;
    font-weight: 600;
    letter-spacing:1px;
    text-transform: uppercase;
    font-size:20px;
    padding:7% 2% 1%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}


.abt_text p {
    color:#fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    padding:1% 2% 7%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
	min-height:100px
}


.abt_text p span{
    font-weight: 500;
}



.abtt_banner{
	width:200px;
	float:none;
	margin:0 auto;
}


.abt_text2 h1 {
    font-weight: 600;
    letter-spacing:1px;
    text-transform: uppercase;
    padding:1% 2% 1%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}


.abt_text2 p {
    color:#4c4b4b;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    padding:0% 2% 1%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


.abt_text2 p span{
    font-weight: 600;
	color:#df7118;
	font-size: 20px;
}


.servi_page h1 {
    font-weight: 600;
    padding:1% 2% 1%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	color:#df7118;
	font-size:20px;
}


.servi_page p {
    color:#4c4b4b;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    padding:0% 1% 1%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.servi_page p span{
    font-size: 18px;
    line-height: 140%;
	color:#df7118;
	font-weight:500;
}


.col_sm60_testi{
	width:58%;
	float:left;
	margin:1%;
	min-height:150px;
}
 

.col_sm20_testi{
	width:18%;
	float:left;
	margin:1%;
	/*min-height:150px;*/
}

.testi_brd{
	border:1px solid #df7118;
}
 


 
.testi p {
    color:#737477;
    font-size: 17px;
    font-weight: 300;
    line-height: 150%;
    padding:3% 2% 1%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.testi h1 {
    color:#df7118;
    font-weight: 600;
    letter-spacing:1px;
    font-size: 20px;
    padding:1% 2% 3%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
 


.gall_text h1 {
    color:#df7118;
    font-weight: 600;
    letter-spacing:1px;
    text-transform: uppercase;
    font-size: 20px;
    padding:4% 7% 2%;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}


.gall_text p {
    color:#4c4b4b;
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    padding:1% 7% 4%;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.proj h1 {
    color:#df7118;
    font-weight: 600;
    letter-spacing:1px;
    font-size: 30px;
    margin:1% 1% 0.5%;
	padding-bottom:1%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
	border-bottom:1px solid #ccc;
}


.proj p {
    color:#4c4b4b;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin:1% 1% 1%;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}


.proj p  span{
    color:#df7118;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/
.bg_clr1{
	background-color:#df7118;
}

.bg_clr2{
	background-color:#efefef;
}

.bg_clr3{
	background-color:#fff;
}


.bg1{
background-color:#fff;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_img2{
  background-image: url("../images/bg_img2.jpg");
  background-size: 100% 100%;
  background-repeat:repeat-x;
}

/*--------------------------------------------------------------
home
--------------------------------------------------------------*/
.welcome2 h1{
	font-family:'Poppins', sans-serif;
	font-size:30px;
	color:#009347;
	text-align:center;
	font-weight:700;
	line-height: 140%;
	padding-top: 1%;
}

.welcome2 h1 span{
	color:#3548cb;
}

.welcome2 p{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #009347;
    line-height: 160%;
    font-weight:600;
    margin: 2% 0% 1% 0%;
    text-align: justify;
}

.bull_hed{
	font-family:'Poppins', sans-serif;
	font-size:18px;
	color:#000;
	line-height:180%;
	text-align:left;
	font-weight:600;
	padding: 1%;
}

.brochure{
	width: 110px;
	float: right;
	margin: 2% 1% 1%;
}

.btn_link{
	font-family:'Poppins', sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:600;
	padding: 10% 5%;
	text-align:center;
	background-color:#3c43c9;
	text-decoration:none;
}

.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:0%;
}
.bullet ul li{	
	font-family: 'Poppins', sans-serif;
	color: #000;
    font-weight: 600;
	font-size:15px;	
	margin:2% 0%;
	line-height:140%;
	text-align:justify;
	margin:2% 1% 2% 4%;	
}


.bullet2 ul {
    list-style-image:url(../images/bullet2.png);
	margin-left:7%;
}
.bullet2 ul li{	
	font-family: 'Poppins', sans-serif;
	color: #fff;
    font-weight: 600;
	font-size:15px;	
	line-height:140%;
	text-align:justify;
	margin:4% 2% 4% 2%;	
}

/*--------------------------------------------------------------
Initiative page
--------------------------------------------------------------*/
.initiative h1{
	font-family:'Poppins', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight:600;
	padding:0.5% 1%;
	text-align:justify;
	background-color:#039942;
	line-height:130%;
	margin:2% 1% 1%;
}

.initiative h2{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:500;
	padding:1% 1%;
	line-height:150%;
	text-align:justify;
}

.initiative h3{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:500;
	padding:1% 1%;
	line-height:150%;
	text-align:justify;
}

.initiative h2 b{
	color: #363739;
	font-weight:700;

}
.initiative h2 span{
	color: #039942;
	font-weight:700;

}

.initiative h4{
	font-family: 'Poppins', sans-serif;
	color: #039942;
	font-size: 17px;
	font-weight:700;
	padding:1% 1%;
	line-height:150%;
	text-align:justify;
}
.ini_40{
	width:31%;
	margin:1%;
	float:left;
}

.ini_10{
	width:15%;
	margin:1%;
	float:left;
}

.ini_50{
	width:48%;
	margin:1%;
	float:left;
}

.ex_pd{
	padding:1%;
}

.ini_inner p{
	font-family:'Poppins', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#000;
	line-height:140%;
	text-align:center;
	padding:1%;
} 

.s_col_sm33{
	width:31%;
	float:left;
	border:1px solid #e0dede;
	margin:0% 1% 0% 1%;
}

.s_pad{
 padding:1.5%;
}

h2.ser_head{
	font-family: 'Poppins', sans-serif;
 	font-size:18px;
	font-weight:500;
 	color:#000;
	padding:4% 0% 2%;
	text-align:center;
	line-height:140%;
}

h2.ser_head span{
	font-weight:500;
 	color:#039942;
}

p.ser_txt{
	font-family: 'Poppins', sans-serif;
 	font-size:15px;
	font-weight:600;
 	color:#212121;
	text-align:center;
	padding:1% 0% 2% 0%;
	line-height:140%;
}


.brd1{
	border-left: 2px solid #ccc;
}


.advantage_p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 2% 2%;
    text-align: left;
    line-height: 140%;
}

.advantage_h3{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 2% 2%;
    text-align: left;
    line-height: 140%;
}

.advantage1 h2{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 2% 2%;
    text-align: left;
    line-height: 140%;
	background-color: #cbdb2a;
	font-style:italic;
}

.advantage2 h2{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 2% 2%;
    text-align: left;
    line-height: 140%;
	background-color: #ffdd00;
	font-style:italic;
}

.advantage3 h2{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 2% 2%;
    text-align: left;
    line-height: 140%;
	background-color: #00abbd;
	font-style:italic;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

.ftr_lt_txt{
	font-family:'Poppins', sans-serif;
	color:#9c9c9c;
	font-size:14px;
	font-weight:400;
	line-height: 160%;
	text-align:right;
	margin:0;
}

.ftr_lt_txt2{
	font-family:'Poppins', sans-serif;
	color:#4c4b4b;
	font-size:14px;
	padding:1%;
	text-align:left;
}

.ftr_lt_txt3{
	font-family:'Poppins', sans-serif;
	color:#4c4b4b;
	font-size:14px;
	padding:1%;
	text-align:center;
}

.ftr_right{
	text-align:right;
}

/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.page_head{
	font-family:'Poppins', sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
}

.contact_txt h2{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:1% 1% 0%;
	color:#000;
}

.cont_col_sm3{
	width:31%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#f3f3f3;
	min-height:140px;
}

.cont_pdg_sm3{
	padding:1% 1.5%;
}

.con_heading h2{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}

.cont_icn {
    width: 20px;
    float: left;
    margin: 1.5% 3% 0% 1%;  
}

.cont_icn i {
	font-size:20px;
}

.cont_txt_main {
    width: 85%;
    float: left;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
}

/*-------------------------------------------
buttton
--------------------------------------------*/
.client {
    font-family: 'Poppins', sans-serif;
    color: #df7118;
    font-size:22px;
    text-align: center;
    font-weight:600;
	letter-spacing: 1px;
	text-transform:uppercase;
    padding: 1%;
}


.red_more{
    width: 120px;
    float: none;
	margin:1% auto;
}

.btnn {
    width: 100%;
    padding: 10% 10%;
    font-size: 14px;
    text-align: center;
    font-family:'Poppins', sans-serif;
    background-color: #fff;
    color: #9c9c9c;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.btnn:hover {
    background-color: #df7118;
    color: #fff;
}


/*-------------------------------------------
scroll down
--------------------------------------------*/
.fix_scroll{
	position:absolute;
	bottom:4%;
	left:50%;
	margin:0 auto;
	z-index:999999999;
}

/*-------------------------------------------
top_arrow
--------------------------------------------*/
.top_arrow{
	width:30px;
	height:30px;
	position:fixed;
	right:2%;
	bottom:5%;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}

.top_arrow:hover{
	width:30px;
	height:30px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:5%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
}


@media only screen and (max-width:1000px){
.top{
	width:100%;
}
.top2{
	width:96%;
}

.col_sm20_testi {
    width: 23%;
}
.fix_scroll{
	display:none;
}
}

@media only screen and (max-width:900px){
.s_col_sm33 {
    width: 98%;
    float: left;
    border: 1px solid #e0dede;
    margin: 1% 2%;
}

.cont_col_sm3{
	width:100%;
}
.col_sm333 {
    width: 98%;
    margin: 1%;
}
.col_sm33{
	width:98%;
	float:left;
	margin:1%;
}

.part1 {
    width: 98%;
	margin:1%;
}

.part2 {
    width: 98%;
	margin:1%;
}

.col_sm88 {
    width:98%;
}

.col_sm8 {
    width:98%;
}
}


@media only screen and (max-width:800px){
.ftr_lt_txt3 {
    text-align: left;
	font-size: 13px;
}

.col_sm20_testi {
    width: 31%;
}
.cont_brd {
    border-right:none;
    height: 160px;
}

.padgg{
	padding-left:0%;
}

.col_ms33 {
    width:98%;
    margin: 1%; 
}

.col_ms3 {
    width:98%;
    float: left;
    margin: 1%;
}

.sticky {
    position: static;
    top: 0;
    width: 100%;
    z-index: 999999;
    opacity: none;
}

.logo{
	float:none;
	margin:2% auto;
}

.navbarr{
	width:100%;
	float:none;
	background-color:#df7118;
}

.rounded-social-buttons {
    text-align: center;
}

.ftr_lt_txt {
    text-align: left;
	font-size: 13px;
}

.col_sm5{
	width:31%;
}

.welcome2 h1 {
    padding-top: 1%;
}

.col_sm3{
	width:98%;
	float:none;
	margin:2% auto;
}

.col_sm10{
	width:98%;
	float:none;
	margin:1% auto;
}

.col_sm100{
	width:98%;
	float:none;
	margin:1% auto;
}

.col_sm2{
	width: 98%;
    float: none;
    margin: 1% auto;
}

.ftr_right{
	text-align:left;
}

.col_sm8{
	width:98%;
	float:none;
	margin:1% auto;
}

.col_sm88{
	width:98%;
	float:none;
	margin:1% auto;
}

.home_col_sm88{
	width:65%;
	float:none;
	margin:1% auto;
}

.home_col_sm8 {
    width: 98%;
}

.col_sm9{
	width:98%;
	float:none;
	margin:0;
}

.col_sm99{
	width:98%;
	float:none;
	margin:0;
}

.col_sm4{
	width:48%;
}

.ftr_sm3{
	width:96%;
	margin:5% 0;
}
}

@media only screen and (max-width:600px){
.col_sm4{
	width:98%;
	float:none;
}
.col_sm20_testi {
    width: 48%;
}
}

@media only screen and (max-width:550px){
.col_sm5{
	width:48%;
}
.ftr_contact_txt {
    width: 90%;
}
.c_clr {
    padding: 33px 15px;
}
}

@media only screen and (max-width:450px){
.col_sm5{
	width:98%;
	float:none;
	margin:2% auto 2%;
}
.col_sm20_testi {
    width: 98%;
}
}
