@charset "utf-8";

/* CSS Document */

html { height: 100%; }

body {
    overflow-x: hidden;font-family: 'Lexend Deca', sans-serif;background:#fff;}

* {
    margin: 0;
    padding: 0;
}










a {
    outline: none;
}

a:focus {
    outline: none;
}

p{font-size: 14px;}
h5{font-size: 14px;}
ul li{font-size: 14px;}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

ul{ margin: 0 0 0 0; padding: 0 0 0 0;}

.margin1{ margin-top: 10px;}
.margin2{ margin-top: 20px;}
.margin3{ margin-top: 30px;}
.margin4{ margin-top: 40px;}
.margin5{ margin-top: 50px;}
.margin6{ margin-top: 60px;}


.padding15{padding: 15px;}







.wow{visibility: hidden;}





.btn_new1 {
    color: #fff;
    font-size: 14px;
background:#0061aa;
padding: 4px 8px; border-radius: 16px;transition: all .7s;}




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#0061aa; 
}





.btn_new2 {
    color: #fff;
    font-size: 14px;border: 1px solid #fff; border-radius: 20px;
background:transparent;
padding: 4px 8px; border-radius: 16px;transition: all .7s;}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff;border: 1px solid #fff;
    text-decoration: none;
    outline: none !important;
	background:transparent; 
}

.btn_new2 img{width: auto;}





.btn_new3 {
    color: #000;
    font-size: 14px;
background:#b6d6c1;
padding: 4px 8px; border-radius: 16px;transition: all .7s; }




.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
    color: #000;
    text-decoration: none;
    outline: none !important;
	background:#b6d6c1; 
}












.container{max-width:1300px; width: auto;}




.margin_adjust{margin-top: 120px;}

.margin_adjust2{margin-top: 150px;}







.myheader{position: fixed; top: 0; width: 100%;z-index: 9999;}
 .navbar-custom {
       
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }



.top-nav-collapse {
        padding: 0;        
        background:rgba(0,0,0,1) !important; transition: all 1s;}





.logo_div img{transition:all .8s;}



.logo-max-width{max-width: 100px;transition:all .8s;}
.nav-margin-zero{ margin-top: 5px !important; transition:all .8s;}

























/* -------- NAV & LOGO SECTION --------*/


.top_section{background:#e5e5e5;padding-top:7px;padding-bottom:7px;display: none;}
.ts_left{}

.ts_left{}
.ts_left ul{list-style: none;text-align: left;margin-top: 3px;}
.ts_left ul li{display: inline-block;margin-right: 8px;}
.ts_left ul li a{color:#000;}



.ts_right{}
.ts_right ul{list-style: none;text-align: right;}
.ts_right ul li{display: inline-block; margin-left:4px; color: #000;}
.ts_right ul li a{color: #000; }
.ts_right ul li a i{color: #000; }


.wrap2{ background:rgba(0,0,0,1); padding-top: 10px;padding-bottom: 5px; position: relative; z-index: 9;}
.crush img{width:100%;}

.logo_div{ text-align: center; margin-top:6px;}

.search_div{ margin-top: 20px;}
.search_div .form-control{  }

.p_login{text-align:right;}




.top_list p{text-align: center; font-weight: bold;}



ul.small_list{list-style: none;text-align: right;}
ul.small_list li{display: inline-block; vertical-align: middle;margin-left: 3px;
    margin-right: 3px;}
ul.small_list li a{text-decoration: none;margin: 0 0 0 0; color: #000;}
ul.small_list li a img{max-width: 20px;}

.only_mob{display: none !important;}


ul.credentials{ list-style:none; margin:25px 0 0 0; padding:0 0 0 0;text-align: right;}
ul.credentials li{ display:inline-block;  margin: 0 0 0 0; padding-right: 8px; line-height: 16px;}
ul.credentials li a{ color:#2f3332; margin-left:15px; padding: 0 0 0 0;text-align: center;}
ul.credentials li a i{font-size:21px;}
ul.credentials li a:hover, ul.credentials li a:focus{ text-decoration: none;}
ul.credentials li:first-child{ border-left: none;}


.bell_wrap2{position: relative;}
.c_badge{width: 17px; height:17px; border-radius: 50%;background: #2e6759;position: absolute; top: -7px; right: 0px; color: #fff; text-align: center; font-size: 10px; line-height: 17px;}

.purple_bell a i{background:#422cfb !important; color:#fff;}

.inquire{background:#f48243;padding:6px 10px !important; color: #fff !important;border-radius: 18px;}

.desk_footer{display: none;}




.slider_form{position: relative; width: 100%; margin-top:6px;}

span.search {
  
}
span.search input {
  min-width: 100%;position: relative;
  height: 40px;
  padding:5px 35px 5px 20px;
  border-radius:50px;
  -webkit-appearance: none; font-weight: bold;
  -moz-appearance: none; font-size: 14px;
  border:2px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.search button {
  width: 30px;text-align: center;
  height:30px; top:5px; font-size: 14px;
  position: absolute; padding: 3px; border-radius: 100%;
  right:8px; background:#1f899d; color: #fff;
  border: none;
  background: ;
}
span.search button i {
  color: #fff;
  font-size:21px;
  vertical-align: middle;}

span.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;font-weight: 300;
  opacity: 1; /* Firefox */
}


.top_right_btns{margin-top:10px;text-align:right;}



.desk_footer{display: none;}


.droopmenu-nav .btn_new1{font-size: 15px;}

.droopmenu-nav .btn_new1 {
    color: #fff !important;
    font-size: 15px !important;
background: #7fc247 !important;height: auto; line-height:normal;
padding: 4px 8px !important; border-radius: 16px !important;transition: all .7s;}




.droopmenu-nav .btn_new1.focus,
.droopmenu-nav .btn_new1:focus,
.droopmenu-nav .btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#7fc247; 
}


.droopmenu-nav .btn_new1 i{border-right: 1px solid #fff; padding-right: 3px; margin-right: 3px;}






@media(min-width:1200px){

.login_wrap{margin: 0 auto;}
	
}



@media (max-width: 992px) {
	.top_section{display:none;}
	.myheader{position: relative;}
	.wrap2{padding-top: 5px;}
	.top_div{background:#333;}
	.logo_div{display: none;}	
	.p_login{text-align: center;}	
	.top_div{text-align: center;}
.tel_div{ text-align: center; margin-top: 5px; margin-bottom: 5px;}	
	.top_right{ text-align: center;}	
	ul.credentials{ padding:12px 0 0 0;display: none;}	
	ul.small_list{list-style: none;text-align: center;}	
	ul.small_list li{line-height:30px;}	
	ul.small_list{display: none;}	
	
	.icon_div{}
	
	.icon_div i{display: block; margin-right: 0;margin-bottom:2px; font-size:23px;}
    .icon_div span{display:block;font-weight: normal;padding: 0 5px;}
	
	.slider_form{display:none;}
	.top_right_btns{display: none;}
	
	
	.desk_footer{position: fixed; bottom: 0;padding-top:8px; padding-bottom:8px;display: none;width: 100%; background: #fff;z-index: 999;}
	.desk_footer ul{list-style: none;}
	
	.desk_footer ul li {
    float: left;
    text-align: center;   
    width:33.33%;}
	
	.desk_footer ul li a{font-size: 12px; color: #000; text-decoration: none;}
	
	
	
}











@media(max-width:767px) {
     .top_search{ width: 70%;}
	.news_input_top input[type=text]{ margin-bottom: 20px;}	
	
	
	
	
	
	
}

@media(max-width:479px) {
  .top_search{ width: 85%;}
}


@media(max-width:320px) {
	
}



.slider_box{width: 100%; height: 480px; margin-top: 140px;display: inline-block;}
.sb_left{height: 480px; width: 66%; float: left;}
.sb_right{height: 480px; width: 34%;float:right; background:#e5e5e5;}
.sb_right_inner{padding: 30px;}
.sb_right_inner p{color:#000 !important;font-size: 16px;}
.sb_left img{width: 100%; height: 480px; object-fit:cover;}

.sb_right h6{ margin-top:25px; color:#000;font-size:17px;}
.sb_right h2{font-size:28px; color:#000; font-weight: bold; margin-bottom:10px;margin-top: 10px;}

.sb_right p{color: #000; margin-bottom: 15px;}


.top_part{display: flex;margin-bottom: 10px;}
.top_part_left{width:50px; margin-right: 10px; flex-shrink: 0;text-align: center;}
.top_part_right{flex-shrink: 1;}

.top_part_left i{color: #fff; font-size: 30px; background: #0061aa; width: 100%; height: 50px; border-radius: 10px;line-height: 50px;box-shadow: 0 4px 5px 1px rgb(0 0 0 / 16%);}

.top_part_right h5{color: #000; font-size: 16px;}

.banner_button{margin-top: 15px;}


.ignite_main{margin-top: -40px; margin-bottom: 50px;position: relative; z-index:1;}
.ignite_wrap{}

.ignite_box1{background-image: url(../images/ig1.jpg);
    background-position: center top;
    background-size: cover;padding: 15px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);position: relative;}

.ignite_text{margin-top: 160px;}
.ignite_text h3{color:#0061aa;font-size: 22px;}
.ignite_text p{color: #000;line-height: 21px;}

.ignite_box2{background-image: url(../images/ig2.jpg);
    background-position: center top;
    background-size: cover;padding: 15px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);position: relative;}

.ignite_box3{background-image: url(../images/ig3.jpg);
    background-position: center top;
    background-size: cover;padding: 15px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);position: relative;}

.common_height{min-height:410px;border-radius: 10px;}

.strip{background:#e5e5e5;padding-top:30px; padding-bottom:30px; text-align: center;}
.strip p{color:#000;font-size: 18px;margin-bottom: 15px;}
.strip p a{color:#000;font-size: 18px;text-decoration: underline;}

.strip h4{color:#000;font-size:26px;}


.core_values{background:url(../images/core_bg.jpg) no-repeat bottom center; background-size: cover;padding-top:80px; padding-bottom:60px;margin-top: 30px; margin-bottom: 30px;border-radius: 16px;}

.core_box{background: #fff; padding: 15px;border-radius: 16px; box-shadow: 0 2px 20px rgb(0 0 0 / 20%);min-height: 250px;}

.core_box h2{font-size:25px; color:#0061aa;margin-top: 0;}
.core_box p{ color:#000; line-height:24px;}

.core_left{}
.core_left h2{color: #fff; font-size: 60px;}
.core_left p{color: #fff;font-size: 16px;}




#owl-demo1 {margin-top:0;}
#owl-demo1 .item {
	background: ;
	padding: 0px 0px;
	margin: 0 15px;
	color: #000;
	text-align: left;}

.customNavigation1{text-align: center; margin-bottom: 0;margin-top:30px;}
    
.customNavigation1 a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.customNavigation1 .prev1{ cursor:pointer; padding: 0 2px;float:;}
.customNavigation1 .next1{cursor:pointer; padding: 0 2px; float:;}

.core_values .owl-controls {
	display:;}





.why_wrap{}

.why_left{width: 50%; float: left;}
.why_left img{height: 570px; object-fit: cover;width: 100%;}
.why_right{width: 50%; float: right;}

.why_inner{padding: 30px;background:#0061aa;height: 570px;}

.why_list{display: flex; background: #fff; padding: 15px;margin-bottom: 15px;margin-top: 15px;border-radius: 16px;}
.why_list_left{flex-shrink: 0;}

.why_list_right{flex-shrink:1;}

.why_list_left img{ margin-right: 15px;}
.why_list_right h3{margin-top:5px;color: #0061aa;}
.why_list_right p{color:#000; font-size: 15px; line-height: 23px;}

.why_inner h2{color:#fff;margin-top: 0;margin-bottom: 30px;}



.solution_wrap{background:url(../images/solution_bg.jpg) no-repeat bottom center; background-size: cover;padding-top:50px; padding-bottom:50px;}


.solution_wrap h2{color: #fff;margin-bottom: 30px;}


.solution_box{border:1px solid #0061aa; padding:30px 15px 15px 15px;margin-top:30px; margin-bottom:30px;position: relative;height: 320px;box-shadow: 0 2px 20px rgb(0 0 0 / 30%); border-radius: 16px;}

.solution_box h3{color: #fff;margin-top: 0;font-size: 20px;}
.solution_box p{color: #fff;line-height: 24px;}

.snumber{position: absolute; top: -20px; left: -1px;z-index: 1;color: #fff; background:#0061aa;width:36px; height: 36px;text-align: center; line-height:36px;font-size:36px;}

.team_head{}
.team_head h2{margin-bottom: 30px;text-align: center;margin-top: 0;}
.ignite_main2{margin-top:50px; margin-bottom: 50px;position: relative;}
.team_box{box-shadow: 0 2px 20px rgb(0 0 0 / 20%);position: relative;border-radius: 16px;overflow: hidden;padding-top: 15px; padding-bottom: 15px;}
.team_box img{width: 100%;}

.team_box_text{margin-top:0;padding-left: 15px;padding-right: 15px; padding-bottom: 15px;}
.team_box_text h3{color:#0061aa;font-size: 22px;margin-top: 5px;}
.team_box_text p{color: #000;line-height: 21px;}

.common_height2{min-height:280px;border-radius: 10px;}


.big_banner{width:100%;position: relative;margin-top: 136px;}
.big_banner .overlay-top2{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0+31,0.65+99 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 31%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}



.inner_banner{position: absolute;width:100%;bottom: 10%;z-index: 99;}
.inner_banner_text{text-align: center;}
.inner_banner_text h2{color: #fff;font-size:36px;font-weight:500;}
.inner_banner_text h2 span{font-weight: 900;}
.inner_banner_text p{color:#fff;font-size:22px;}
.big_banner img{width: 100%;}

.overlay-top2{position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index:9;}



.about_top{background: #000; padding-top: 30px; padding-bottom: 30px;text-align: center;}
.about_top h3{color: #fff; margin: 0 0 15px 0;}
.about_top p{margin: 0 0 0 0; color: #fff;line-height:30px;padding-left: 120px; padding-right: 120px;}




.service_green{background:#e5e5e5;padding-top: 50px; padding-bottom: 70px;}
.concept_wrap select{margin-top: 20px;border-radius:2px;border: 1px solid #215045; height:50px; color:#215045;font-size: 16px;}

.book_button{text-align: right;}
.book_button .btn_new1 {
    color: #fff;
    font-size: 14px;display: inline-block;margin-top: 15px;
background: #dba805;
padding:9px 32px; border:2px solid #dba805;border-radius: 22px;transition: all .7s;}


.service_box{border-radius:8px;margin-top: 30px;box-shadow: 0 2px 8px 1px rgb(0 0 0 / 12%);background: #fff;overflow: hidden;min-height: 347px;}
.sb_padding{padding:50px 16px 25px 16px; background: #fff;}

.service_box h4{font-size:20px; color:#000;}
.service_box p{font-size: 15px; color: #000;line-height: 24px;margin-top: 15px;}
.service_box a{font-size: 14px; color: #000;margin-top:25px;display:block;}

.service_box img{max-width: 95px;}


.why_top h3{font-size:24px; color:#000;}
.why_top h4{font-size:18px; color:#000; margin-top: 15px;}
.why_top p{font-size: 16px; color: #000;line-height: 26px;margin-top: 15px;}



.concept_top img{width: 100%; height:220px; object-fit: cover;}













.concept_wrap{margin-top: 20px;margin-bottom: 20px;}
.concept_top h3{font-size:24px; color:#fff;}
.concept_top h4{font-size:18px; color:#fff; margin-top: 15px;}
.concept_top p{font-size: 16px; color: #fff;line-height: 26px;margin-top: 15px;}


.concept_box{border-radius: 10px;overflow: hidden; margin-top: 30px;}
.concept_top{}
.concept_top img{width: 100%; height:320px; object-fit: cover;display: none;}

.concept_text{}
.concept_padding{padding: 12px; background: #fff;}

.concept_text h5{color:#000;font-size: 19px;}
.concept_text p{font-size: 15px;}



.the_team{background:#0061aa;padding-top: 30px; padding-bottom: 60px;}

.the_team .concept_text{text-align: center;background: #fff; min-height:350px;}

.small_form_wrap{background: #fff; padding-top:10px; padding-bottom: 20px;}
.small_form_wrap p{color: #000;}
.small_form_wrap h3{color: #000;margin-top: 0;}

.con_text{text-align: center;margin-bottom:15px;}

.con_button{margin-top:24px;}

.con_button .btn_new1{width: 100%;height: 36px;}



.creators {
	background: url(../images/pattern3.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 40px;margin-top:40px;
}

.left_inner1 {
	margin-top: 140px;
}

.left_inner1 h3 {
	color: #fff;
}

.left_inner1 p {
	color: #fff;
	line-height: 28px;
}

.left_inner1 h4 {
	color: #fff;
	background:#0061aa;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}

.left_inner1 h4 span {}

.p_banner img{border-radius: 20px;}

.headings_div2{text-align: center;}
.headings_div2 h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;    
    letter-spacing: 2px;   
    font-size:30px;
    color: #fff;
}


.headings_div2 h3{color:#fff;}
.headings_div2 p{color: #fff;}



.m_v_div{margin-left: -100px;}
.m_v_div h5{ color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;}

.m_v_div h5 span{}

.covid2{ margin-top:0;}


.m_v_div p{color: #000;font-size: 14px;line-height: 25px;}



.v_block_left{float: left; width:23%;}
.v_block_right{float: right; width: 75%;}

.v_block_left img{border:1px solid #fff;border-radius: 100%;width: 100%;}

.v_block{margin-top:30px;}

.adv_wrap{margin-top: 50px;}
.covid2 img{border:1px solid #fff;border-radius: 16px;}

.mission_wrap{margin-top:50px; margin-bottom:50px;}

.detail_wrap{margin-top:0;}
.detail_wrap a{color: #000;font-size: 14px;}


.services_solution{margin-top: 130px;}


ul.list_placing1{visibility: visible;
		opacity: 1;
		left: -200px !important;}














/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	
	z-index: 99991;
   
	color: #eeeeee;
	
	right: 5px;
	bottom:75px;
	padding-top: 2px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* -------- Scroll Top Css Ends --------*/



@media(max-width:1500px) {

	
	
	
	
}


@media(max-width:1200px) {


}

@media (min-width: 992px) and (max-width: 1200px){
.why_left img{height: 670px;}
.why_inner{height: 670px;}
}









@media(max-width:992px) {
	
	.slider_box{width: 100%; height: auto; margin-top: 0;}
    .sb_left{height: auto; width:100%; float: none;}
    .sb_right{height:auto; width: 100%;float:none;}
    .sb_right_inner{padding:20px;}
    .sb_left img{width: 100%; height:auto;}
	.sb_right h6{ margin-top:0;}
	.wrap2{background: rgba(0,0,0,1);}
	.ignite_main{margin-top:0; margin-bottom:35px;}
	.common_height{margin-top:30px;}
	.core_values {
	padding-top:10px;
	padding-bottom: 20px;
	margin-top: 0; margin-bottom: 0;
	border-radius: 0;}
	
	#owl-demo1{margin-top:20px;}
	#owl-demo1 .item {
	padding: 0px 0px;
	margin: 0 0;}
	
	.core_left h2{font-size: 42px;}
	
	.core_box{min-height:auto;}
	
	.why_left{width:100%;float:none;}
.why_left img{height:auto;width: 100%;}
.why_right{width:100%;float:none;}
	
	.why_inner {    
    height: auto;}
	
	
	.solution_wrap{padding-top: 30px; padding-bottom: 30px;}
	.solution_box{height:auto;margin-top: 40px; margin-bottom: 40px;}
	
	.snumber{width:30px; height: 30px;line-height:30px;font-size:30px;}
	
	.common_height2 {
    min-height: auto;
    border-radius: 10px; margin-top: 30px;}
	
	
	.about_top p{padding-left: 0; padding-right: 0;}
	
	.big_banner {
    width: 100%;
    position: relative;
    margin-top: 0;
}
	
	
	.service_green{background:#e5e5e5;padding-top:20px; padding-bottom: 40px;}
	
	.concept_wrap {
    margin-top: 0;
    margin-bottom: 0;}
	
	
		.left_inner1 {
		margin-top:20px;}
	
	
	.p_banner img{width: 100%;}
	
	
		.m_v_div {
  margin-left:auto;}
	
	.v_block{display: flex;}
	
	
	.v_block_left{display: none;}
	.v_block_left img{}
.v_block_right{float: none; width: 100%;}
	
	
	.advantage_div {   
    padding-top:20px;
    padding-bottom: 20px;}
	
	.m_v_div h5 {    
    margin-bottom: 15px;
    margin-top:0;}
	
	.services_solution{margin-top:0;}
	
	.detail_wrap {
    margin-top: 13px;}
	
	
	
	
	
	
	
	
	
	
}



@media(max-width:767px) {
 	.inner_banner{position: absolute;}
.big_banner img{width:100%;height:420px; object-fit: cover;}

	
}





@media(max-width:567px) {


	
	
	
}










@media(max-width:479px) {

	
	
	
	
	
	
}


@media(max-width:320px) {
	
}












/* -------- FOOTER SECTION --------*/



footer {
	background:#000;
	padding-top: 30px;
	width: 100%;
}

.footer3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer3 ul {
	list-style: none;
}

.footer3 ul li {
	font-size: 13px;
}

.footer3 ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	text-transform: capitalize !important;
}

.footer3 h4 {
	padding-bottom: 8px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-top: 0;
	font-size: 17px;
}


.footer3 p{margin-top: 15px;}





.footer4 {
	margin-top: 0;
	
	padding-top: 0;
	padding-bottom: 30px;
	color: #fff;
}

.footer4 p {
	font-size: 13px;
	margin-bottom: 0;
}

ul.soc {
	margin-bottom: 10px;
}

ul.soc li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.soc li a img {
	max-width: 30px;
}

.footer3 p {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
}

.footer3 p a {
	color: #fff;
	font-size: 13px;
}

.app_lower {}

.app_lower h6 {
	color: #fff;
}

.app_lower a img {
	max-width: 46%;
	display: inline-block;
}



.footer_logo{text-align: center;}
.footer_logo img{max-width: 170px;display: inline-block;}











@media(max-width:1200px) {}

@media(max-width:992px) {
	footer {
		padding-top: 0;
	}
}

@media(max-width:767px) {}

@media(max-width:479px) {}

@media(max-width:320px) {}





























