

.txt-center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.txt-justify{
    text-align: justify;
}
.margin20{
    margin: 20px
}
.margintop50{
    margin-top: 50px;
}
.padding-left30{
        padding-left: 30px;
}
/* section 1 */
.rowtop50marg{
    margin-top: 50px;
}
.rowbottem50marg{
    margin-bottom: 50px;
}
.col50padding{
    padding: 50px;
}
.h2-black {
  font-size: 40px !important;
  color: #444444;
  line-height: 45px !important;
}

.sec1-ul{
    margin: 30px 50px;
    line-height: 35px;
    padding: 0;
}

.btn_black{
    background-color: #111111;
    color: #ffffff;
    margin: 10px;
    padding: 10px 30px;
}
.btn_black:hover{
    background-color: #413f3f !important;
    color:#ffffff;
}
.left-padding10{
    padding: 0 15px;
}
.padding70{
    padding: 70px;
}

/* section2 */
.background{
    background-color: #f2f7f8;
    
}
.top_bottem_padding70{
    padding: 70px 0;
}
.top_bottem_padding30{
    padding: 50px 0 30px 0;
}
.h2-red{
    font-size: 40px !important;
    color: #FF7146;
}
.h3-black{
    font-size: 20px !important;
    color: #165B6C;
    margin-bottom: 20px;
}
.sect2-img-holder{
    padding: 30px 60px 30px 0px;
}

/* section 3 */
.sec3-heading{
    margin: 40px 0px;
}
     #portfolio-filter {
    position: relative;
    margin: 0 0 40px;
    list-style: none;
    border: 1px solid rgba(0,0,0,.07);
    float: left;
    border-radius: 4px;
    }
    #portfolio-filter li {
    float: left;
    position: relative;
    }
    #portfolio-filter li.activeFilter span {
    color: #ffffff!important;
    background-color: #6772e5;
    margin: -1px 0;
    padding: 13px 18px;
    }
    #portfolio-filter li span {
    display: block;
    position: relative;
        text-decoration: none;
     padding: 12px 18px !important; 
    font-size: 13px;
    line-height: 15px;
     color: #666666; 
    border-left: 1px solid rgba(0,0,0,.07);
    }
    @media only screen and (max-width:592px) {
        #portfolio-filter li span {
            padding: 12px 6px !important; 
        }
    }
.section3-rows{
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.075);
    margin-bottom: 50px;
}
.sec3-left-col{
    background-color: #f5f5f5;
    
}
.pricing-features li{
    list-style: none;
}
.sec3-row-margin{
    margin: 25px;
}
.logo_icon{
    float: left;
    margin-right: 20px;
}
.h3-logo-head{
    margin: 10px;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: none;
    color: #555;
}
.pricing-features{
    margin-left: 60px; 
}
.pricing-features li{
    padding: 6px 0;
    font-size: 16px;
    list-style: none;
}
.icontick {
    color: #1f85eb;
    margin-right: 10px;
}
.iconcross{
    margin-right: 10px;
}
    
.sec3-right-col{
    background-color: #F9F9F9;
    padding: 30px;
}
.pricing{
    color: #999;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
}
.pricing-price {
    position: relative;
    padding: 15px 0;
    color: #333;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
}
.pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.price-tenure {
    display: block;
    margin: 10px 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.ordernow_btn{
    background-color: #6772e5;
    color: #ffffff;
    border-radius: 5px;

    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 45px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
}
.ordernow_btn:hover{
    text-decoration: none;
    background-color: #7795f8;
    color: #23527c;
}

/* section 4 */
.sec4-img{
    padding: 0 70px;
}
/* section 5 */
.sec5h2{
    font-size: 3rem;
    line-height: 1.125;
    margin: 32px 0;
    color: #6d6e70;
    text-align: center;
}
.sec5p_head{
    text-align: center;
    color: #6d6e70;
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: 50px;    
}
 .sect5-img{
    width: 100px;
    height:auto;
} 
.sec5h3{
    font-size: 1.5rem;
    margin: 0 0 1em;
    font-weight: 700;
    line-height: inherit;
    color: #6d6e70;
}
.sec5_p{
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #6d6e70;
}
.img_icon{
    width: 150px;
    height: 150px;
}
/* responsive view */

@media only screen and (max-width:992px) {
    .sec1-ul{
        list-style: none;
    }
    .h2-black, .txt-left, .left-padding10, .font-weight-bold, .ssl-certificate p{
        text-align: center !important;
    }
.responsive-view{
    padding: 0 30%;
}
.responsive-center{
    text-align: center;
}

.img_icon{
    width: 150px;
    height: 150px;
}
	.banner-image{text-align: center; padding-top: 0;}
	.banner-image img{width: 60%;}
	.sec1-ul{text-align: center;}
	.h2-black{font-size: 35px!important;}

}
@media only screen and (max-width:992px) {
	.col50padding{padding-left: 20px; padding-right: 20px;}
	.img_icon{width: 75px; height: 75px;}
}
@media only screen and (max-width:768px) {
	.img_icon{width: 40px; height: 40px;}
	.sec5h2{font-size: 2rem;}
	.sec5p_head{margin-bottom: 30px;}
	.sec5h3{margin-bottom: .5rem;}
	.h2-black{font-size: 28px!important; line-height: 35px!important;}
	.sec1-ul{margin-left: 0; margin-right: 0;}
	.sec1-ul li{font-size: 15px;}
}

