/* Commomn styles */
body
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
a
{
	color:#000000;
	font-size:14px;
}
.org_btn{
	    background-color: #f7941d;
    color: #fff;
    border-radius: 20px;
    border:1px solid #f7941d;
    padding: 10px 20px;
    font-weight: bold;
}
.org_btn:hover{
	    background-color: #ffffff;
    color: #f7941d;
    border-radius: 20px;
       border:1px solid #ddd;
       padding: 10px 20px;
       font-weight: bold;
}

.row-item-center{
     display: flex;
    align-items: center;
}


/*=====================banner start=====================*/
.banner_out_bg{
	background-color: #ebebeb;
	padding-top: 50px;
}
.banner_sec_bg{
	background-color: #3fbeed;
	padding-top: 20px;
    padding-bottom: 20px;
}
.banner_text_col{
	color: #ffffff;
}
.banner_by_btn{
	background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #f7941d;
    padding: 10px 20px;
    font-weight: bold;
}
.banner_container .banner_text_col h1{
	margin-bottom: 20px;
}
.banner_container .banner_text_col h5{
	margin-bottom: 20px;
}
.banner_container .banner_text_col p{
	margin-top: 15px;
}
.banner_list .banner_lst_gp .list-group-item{
	background-color: #59c5ed;
    border: 1px solid #59c5ed;
    color: #fff;
    font-style: italic;
}
.banner_list .banner_lst_gp .list-group-item p{
	/*float: right;*/
	margin-bottom:0px;
	font-size: 20px;
	text-align: right;
}
.banner_list .banner_lst_gp .list-group-item .media{
align-items: center;
}
.banner_list .banner_lst_gp .list-group-item a{
	text-decoration: none;
}
.banner_list .banner_lst_gp .list-group-item img{
float: left;
}
.banner_btm{
	background-color:#1f557c;
	padding: 15px 20px;
}
.botton_bnr_col .media {
    display: -ms-flexbox;
    display:inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.botton_bnr_col .media-body h5{
	font-style: italic;
	color: #ffffff;
}

/*=====================banner end=====================*/

/*=====================shape section start=====================*/
.shape_bg{
background-color: #ebebeb;
}
.shape_row .shape_text_col h1{
	color: #1f557c;
	font-weight: bold;
    margin-bottom: 35px;
}
.shape_row .shape_text_col p{
	color: #7193ac;
}
.shape_row .shape_img_col img{
	border: 3px solid #f7941d;
    border-radius: 50%;
    width: 230px;
    height: 230px;
}

.shape_container .shape_row{
	padding-top: 30px;
}
/*=====================shape section end=====================*/

/*----===================order section start----===================*/
.order_container .order-head{
font-weight: bold;
text-align: center;
color: #3fbeed;
padding: 15px 20px;
}
.why_container .why_row{
    padding-top: 15px;
    padding-bottom: 15px;
}
.order_row .order_col h5{
margin-top: 10px;
color: #1f557c;
font-weight: bold;
}
.order_row .order_bottom_col h5{
	color: #7898af;
	font-weight: bold;
}
.why_row .why_text_col h1{
	color: #337cb2;
}
.why_row .why_text_col p{
	color: #7898af;
}
.custom_btn{
	    padding: 10px 35px;
}
.custom_btn:hover{
	    padding: 10px 35px;
}
/*----===================order section end----===================*/

/*=========================testimonial start=========================*/
.testimonial_bg{
	background-color: #eaf9ff;
}
.testimonial_text_col h3{
color: #1f557c;
font-weight: bold;
}
.testimonial_text_col span{
font-style: italic;
}
.ftr_bg{
	background-color: #3fbeed;
}
.testimonial_position_col .row .img3{
	    position: relative;
        margin-top: -100px;
        margin-right: 70px;
}
.testimonial_container .testimonial_row{
	padding-top: 30px;
    padding-bottom: 15px;
}
.larg_btn{
	    font-size: 25px;
}
/*=========================testimonial end=========================*/
/*========================footer start========================*/
.bg_green{
background-color: #3cb878;
}
.ftr_row .ftr_icon_col h5{
font-weight: bold;
}
.std_footer{
    background-color: #015c7e;
    padding-bottom: 27px;
    padding-top: 27px;
    margin-top: 30px;
}
.inner_std_row{
    display: flex;
    justify-content: center;
}
.inner_std_row .std_sub_col a{
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color:#ffffff;
}
.inner_std_row .std_sub_col a:hover{
    color:#ffffff;
}
/*========================footer end========================*/
.container-fluid {
    padding-right: 3rem;
    padding-left: 3rem;
  }
/* media Query */

/* Define mobile styles */
@media (max-width: 575px)
{
	
}
/* Small devices (landscape phones)*/
@media (min-width: 576px) and (max-width: 767px) {
/**/
}
@media (max-width: 767px)
{
.trust_col_std{
   text-align: center;
}
.testimonial_position_col .row .img3 {
    position: static;
    margin-top: 0px;
    margin-right: unset;
}
.testimonial_text_col{
	text-align: center;
}
.why_container .why_row {
    text-align: center;
}
.shape_row .shape_text_col h1 {
    font-size: 25px;
}
.shape_container .shape_row{
	text-align: center;
}
.banner_container .banner_text_col h1 {
    font-size: 30px;
}
.banner_list .banner_lst_gp .list-group-item p{
	font-size: 17px;
}
.banner_container .bannr_row{
	text-align: center;
}
.banner_container .banner_text_col h5{
	font-size: 16px;
}
.mar_tp{
	margin-top: 5px;
	width: 100%;
}
.order_container .order-head{
	font-size: 20px;
}
}

/* tablet screens */
@media (min-width: 768px) and (max-width: 991px)
{
.testimonial_position_col .row .img3 {
    position: static;
    margin-top: 0px;
     margin-right: unset;
}
.testimonial_text_col{
	text-align: center;
}
.banner_container .banner_text_col h1 {
    font-size: 30px;
}
.banner_list .banner_lst_gp .list-group-item p{
	font-size: 17px;
}
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px)
{

.testimonial_position_col .row .img3 {
    position: static;
    margin-top: 0px;
     margin-right: unset;
}
.banner_container .banner_text_col h1 {
    font-size: 30px;
}
.banner_list .banner_lst_gp .list-group-item p{
	font-size: 17px;
}
}
/* Large screens*/
@media (min-width: 1200px)
{	
	
	
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1375px;
  }
  .container-fluid {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1575px;
  }
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
 
@media screen and (min-width: 1900px) {
  .container {
    width: 1875px;
  }
}