.container-fluid {
    position: relative;
}


/* HEADER SECTION */


.home .top_section{
	background: rgb(99, 199, 203);
	overflow: hidden;
}


.aboutus .top_section{
	background: rgba(255,255,255,1);
	padding-bottom: 35px;
	overflow: hidden;
}


.aboutus .top_section .nav-link i.fa{
	color:rgb(99, 199, 203);
	font-size: 28px;
    position: relative;
    top: 5px;
}


.home .top_section .nav-link i.fa{
	color:#fff;
	font-size: 28px;
    position: relative;
    top: 5px;
}


header .nav-link{

/*position: absolute;
    left: 0px;
    top: 0px;
    overflow: visible;
    width: 50px;
*/    white-space: nowrap;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
    font-size: 21px;
    color: rgba(16,37,72,1);

}



.contact_page .top_section{
	background: rgb(16, 37, 72);
}


.contact_page .navbar-light .navbar-nav .nav-link{
	color: #fff;
}



/* SLIDER SECTION */

.slider_section {
    padding-top: 60px;
}


.slider_section h2.slider_title {
    /*height: 311px;*/
    line-height: 78px;
    margin-top: -4px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 63px;
    font-size: 61px;
    color: rgba(255,255,255,1);
}



.aboutus .slider_section h2.slider_title{
	color: rgba(16,37,72,1);
	position: relative;
	margin-bottom: 30px;
}


.aboutus .slider_section h2.slider_title:after{
	position: absolute;
	background: rgb(123, 79, 160);
	content: "";
	display: block;
	width: 35%;
	height: 5px;
    bottom: -15px;
}


.slider_section .slider_stitle{
    line-height: 32px;
    margin-top: -4px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: rgba(16,37,72,1);	
}


.slider_section .btn{
	width: 160px;
    padding: 6px;
    color: rgb(99, 199, 203);
    font-weight: bold;
    margin-top: 15px;
}


.aboutus .slider_section .btn {
    background: rgb(123, 79, 160);
    color: #fff;
}


.slider_section .slider_img{
	margin-top: 100px;
	margin-bottom: 100px;
}




/* SECTION TITLE */
.section_heading{
    line-height: 78px;
    margin-top: -4px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    color: rgba(16,37,72,1);
    position: relative;
    display: inline-block;
}


.section_heading:after{
	content: "";
    width: 50%;
    height: 4px;
    background: rgb(255, 205, 52);
    display: block;
    margin: 20px 0px;
    margin-right: auto;
}



.section_sheading {
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 39px;
    color: rgba(16,37,72,1);
}


.section_sheading span{
	color: rgba(239,121,32,1);
	font-weight: bold;
}




/* SERVICCE SECTION */
.service_section{
	background: rgba(255,255,255,1);
	padding: 50px 0px 0px; 
	}


.service_section .service_section_item{
    position: relative;
    padding: 0px 0px;
    margin: 90px 0px 200px;
	}



.service_section .container > .service_section_item:last-child {
    margin: 90px 0px 130px;
}





.service_section .service_section_item:nth-child(even){
	direction: rtl;
}


/*
.service_section_item {
}


.service_section .service_section_item{}
*/


.service_section .service_section_item p {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-size: 26px;
    color: rgba(16,37,72,1);
}


.service_section .service_section_item .btn {
    background: rgb(239, 121, 32);
    border: 1px solid rgb(239, 121, 32);
    padding: 10px 40px;
    border-radius: 23px;
    font-weight: bold;
    text-transform: uppercase;
	}



.service_section .service_section_item .btn:hover{
	background: transparent;
	color:  rgb(239, 121, 32);
}



/* BEGIN: CTA SECTION */
.cta_section{
	background:  rgb(16, 37, 72);
	padding-top: 30px;
	padding-bottom: 30px;
}


.cta_section .cta_title{
    line-height: 78px;
    margin-top: -4px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    color: rgba(255,255,255,1);
}

.cta_section .cta_stitle{

    /*height: 98px;*/
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(99,199,203,1);
	
}


.cta_section .btn-primary {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(255,255,255,1);
    letter-spacing: 0.25px;
    background: rgb(99, 199, 203);
}



/* PRICE SECTION */
.price_section{
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
}


.price_section .price_section_heading {
    line-height: 78px;
    margin-top: -4px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    color: rgba(16,37,72,1);
    position: relative;
    display: inline-block;
	}


.price_section .price_section_heading::after {
    content: "";
    width: 50%;
    height: 4px;
    background: rgb(255, 205, 52);
    display: block;
    margin: 20px 0px;
}



.price_section h3.price_section_sheading {
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 39px;
    color: rgba(16,37,72,1);
}


.price_section h3.price_section_sheading span{
	color: rgba(239,121,32,1);
	font-weight: bold;
}





/* PRICING SECTION */

.pricing_row {
    margin-top: 50px;
    margin-bottom: 70px;
}


.pricing_row .pricing_col{
	background: #fff;
	border-radius: 50px;
	padding: 10px; 
	margin-bottom: 30px;
	}


.pricing_row .pricing_col .pricing_col_header {
    background: rgb(255, 205, 52);
    padding: 37px 37px 60px;
    border-radius: 50px;
	}

.pricing_row > div:nth-child(2) .pricing_col .pricing_col_header{
	background: rgb(239, 121, 32);
	}


.pricing_row > div:nth-child(3) .pricing_col .pricing_col_header{
	background: rgb(123, 79, 160);
	}



.pricing_row .pricing_col .pricing_col_header{
	position: relative;
}


.pricing_row .pricing_col .pricing_col_header h2 {
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 51px;
    color: rgba(255,255,255,1);
}

.pricing_row .pricing_col .pricing_col_header h2 span{
    font-family: Calibri;
}

.pricing_col_header h6 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0px;
	}



.pricing_row .pricing_col_detail ul {
    list-style: none;
    padding: 0px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(16,37,72,1);
    margin: 20px 0px;
	}


.pricing_row .pricing_col_footer{
	text-align: center;
	margin-bottom: -25px;
	}


.pricing_row .pricing_col_footer .btn {
	background: #ffcd34;
    outline: none;
    margin: auto;
    border: none;
    text-align: center;
    font-weight: bold;
    padding: 13px 43px;
    border-radius: 20px;
	}




.pricing_row > div:nth-child(2) .pricing_col_footer .btn{
	background: rgb(239, 121, 32);
	}


.pricing_row > div:nth-child(3) .pricing_col_footer .btn{
	background: rgb(123, 79, 160);
	}




/* PRICING PLAN FEATURES */
.pricing_plan_feature_rowP{}

.pricing_plan_feature_row .pricing_plan_feature_item {
    position: relative;
    text-align: center;
}



.pricing_plan_feature_row .pricing_plan_feature_item_icon {
    position: relative !important;
    height: 100px;
    text-align: center;
}


.pricing_plan_feature_item h3 {
    margin-top: -2px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    color: rgba(16,37,72,1);
	}



.pricing_plan_feature_item p {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: rgba(16,37,72,1);
    font-style: normal;
    font-weight: normal;
}



/* TESTIMONIAL SECTION */
.testimonial_section{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}


.testimonial_section .carousel-control-next-icon, .testimonial_section .carousel-control-prev-icon {
    width: 32px;
    height: 32px;
    /*background: no-repeat 50%/80% 80%;*/
    background-size: 80%;
    background-color: #102548;
}


/*.testimonial_section .carousel-control-next-icon {*/
/*    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);*/
/*}*/

/*.testimonial_section .carousel-control-prev-icon {*/
/*    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e);*/
/*}*/


.testimonial_section div#testimonialSliderControls {
    padding-right: 40px;
    padding-left: 40px;
}


.testimonial_section .testimonial_hdng{
	line-height: 78px;
    margin-top: -4px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    color: rgba(16,37,72,1);
    position: relative;
    display: inline-block;
}



.testimonial_section .carousel-item img {
    width: 72px;
    height: 80px;
    border-radius: 40px;
}

.testimonial_section .carousel-item p.testimonial_author{
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(16,37,72,1);
    margin-top: 10px;
}

.testimonial_section .carousel-item p.testimonial_review {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: rgba(16,37,72,1);
}

.testimonial_section .carousel-control-prev, .testimonial_section .carousel-control-next{
	color: #000;
    top: 38%;
    bottom: 38%;
    font-size: 30px;
    display: block;
    line-height: 24px;
}


.testimonial_section .carousel-control-prev:hover, .testimonial_section .carousel-control-next:hover{
	color: #fff;
	background: #000;
	}


.testimonial_section .carousel-control-prev {
    /*left: -40px;*/
    width: 35px;
    height: 35px;
}

.testimonial_section .carousel-control-next {
    /*right: -40px;*/
    width: 35px;
    height: 35px;
}



/* IT PRICING */
.itpricing_section {
    background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
}



.itpricing_section .itpricing_table{

}

.itpricing_table table {
    background: #fff;
    border-collapse: separate;
    border-collapse: separate;
    border-radius: 50px;
}



.itpricing_table table tr:first-child td:first-child{
    background: url(../img/lft_cell_bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: bottom;
    padding-bottom: 2px;
    border: none !important;
}

.itpricing_table table tr:first-child td:first-child p{
    margin-bottom: 0px;
}

.itpricing_table table tr td {
    background: rgb(245, 245, 245);
    border: 10px solid #fff;
}


.itpricing_table table tr td {
    background: rgb(245, 245, 245);
    /*border: 10px solid #fff;*/
    border: 3px solid #fff;
    color: rgba(16,37,72,1);
    text-align: center;
    padding: 13px;
    }


.itpricing_table table tr td:first-child {
    background: rgb(217, 217, 217);
    font-weight: bold;
    width: 240px;
    text-align: left;
    /*border-bottom-color: rgb(245, 245, 245);*/
    /*border-left-color: rgb(245, 245, 245);*/
}


.itpricing_table table tr:first-child td h3{
    color: #fff;
    font-family: Roboto Slab;
    font-size: 32px;
}

.itpricing_table table tr:first-child td p{
    font-size: 13px;
    font-weight: bold;
}


.itpricing_table table tr:first-child td:first-child p{
    font-size: 20px

}


/*.itpricing_table table tr:last-child td:nth*/


.itpricing_table table tr:first-child td:nth-child(2){
    background: rgb(255, 205, 52);
/*    background: url(../img/pricing_ftr_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 16px;*/
    border-radius: 45px !important;
    /*border: none !important;*/
}

.itpricing_table table tr:first-child td:nth-child(3){
    background: rgb(123, 79, 160);
/*    background: url(../img/pricing_ftr_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 16px;
*/    border-radius: 45px !important;
    /*border: none !important;*/
}

.itpricing_table table tr:first-child td:last-child{
    background: rgb(239, 121, 32);
    /*background: url(../img/pricing_ftr_bg3.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*padding: 16px;*/
    border-radius: 45px !important;
    /*border: none !important;*/
}


.itpricing_table table tr:last-child td:first-child{
    border-right-color: rgb(245, 245, 245); 
}

/*.itpricing_table table tr:last-child td:nth-child(2){
    border-bottom-color: rgb(245, 245, 245); 
}*/


.itpricing_table table tr:last-child td {
    background: rgb(255, 205, 52);
    padding: 23px;
/*    background: url(../img/pricing_ftr_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    border-bottom: 0px;
    border-right: 0px !important;
    border-left: 0px !important;*/
    border-radius: 45px !important;
    /*border-radius: 19px;*/
}

.itpricing_table table tr:last-child td p{
    font-weight: bold;
    color: #fff;
    font-size: 33px;    
    text-align: left;
}


.itpricing_table table tr:last-child td p span{
    display: block;
    color: rgba(16,37,72,1);
    font-size: 45%;
}

.itpricing_table table tr:last-child td .btn{
    background: #fff;
    font-weight: bold;
    border-radius: 19px;
    outline: none;
    margin-bottom: 20px;
    color: rgb(255, 205, 52);
    }


.itpricing_table table tr:last-child td:nth-child(3) {
    background: rgb(123, 79, 160);

    /*border-radius: 19px;*/
    /*background: url(../img/pricing_ftr_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    border-bottom-color: rgb(245, 245, 245); 
    border-bottom: 0px;
    border-right: 0px !important;
    border-left: 0px !important;*/
    border-radius: 45px !important;
    }

.itpricing_table table tr:last-child td:nth-child(3) .btn {
    color: rgb(123, 79, 160);
    /*border-radius: 19px;*/
}



.itpricing_table table tr:last-child td:last-child {
    background: rgb(239, 121, 32);
/*    background: url(../img/pricing_ftr_bg3.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 23px;
    border-bottom: 0px;*/
    /*border-radius: 19px;*/
    border-radius: 45px !important;
}



.itpricing_table table tr:last-child td:last-child .btn {
    color: rgb(239, 121, 32);
    /*border-radius: 19px;*/
}



.itpricing_table table tr:last-child td:first-child {
    background: rgb(245, 245, 245);
    border-bottom-color: rgb(245, 245, 245);
    border-left-color: rgb(245, 245, 245);
border: none;
    border-radius: 0px !important;
}


/* CITIZEN SECTION */
.seniorcititizen_section{
    background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
	}


.seniorcititizen_section .seniorcititizen_table{
	background: rgb(255, 255, 255);
	padding: 15px 15px 50px;
	/*border-radius: 63px;*/
    margin-top: 80px;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.161);
    border-radius: 45px;
	}


.seniorcititizen_section .seniorcititizen_hdng{
	color: #fff;
	text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(255,255,255,1);
    background: rgb(168, 166, 166);
    /*border-radius: 30px;*/
    border-radius: 71px;
    padding: 20px;
	}


.seniorcititizen_section .seniorcititizen_table .table-responsive table{
	width: 100%;
	}


.seniorcititizen_section .seniorcititizen_table .table-responsive table tr td{
	background: rgb(245, 245, 245);
	/*line-height: 24px;*/
    /*margin-top: -3px;*/
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(16,37,72,1);
    padding: 5px 10px;
    border: 10px solid #fff;
}


.seniorcititizen_section .seniorcititizen_table .table-responsive table tr td:nth-child(2){
	text-align: center;
	}




/* SENIOR CITIZEN PRICING PLAN */
.sc_pricing_section{
	background: #f5f5f5;
	padding: 0px 0px 100px;
}

.sc_pricing_section .sc_pricing_item{
	padding: 10px;
	background: #fff;
	box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.161);
    border-radius: 45px;
    margin-bottom: 50px;
	}




.sc_pricing_section .sc_pricing_item .sc_pricing_item_head{
	background: rgb(255, 205, 52);
	padding: 10px 30px;
    height: 160px;
	border-radius: 40px;
	line-height: 54px;
    margin-top: -2px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(255,255,255,1);
	}


.sc_pricing_section .row > div:nth-child(2) .sc_pricing_item .sc_pricing_item_head{
	background: rgb(123, 79, 160);
}

.sc_pricing_section .row > div:nth-child(3) .sc_pricing_item .sc_pricing_item_head{
	background: rgb(239, 121, 32);;
}





.sc_pricing_section .sc_pricing_item .sc_pricing_item_body{
	/*background: rgb(255, 205, 52);*/
	}

.sc_pricing_section .sc_pricing_item .sc_pricing_item_footer{
	/*background: rgb(255, 205, 52);*/
	text-align: center;
	}


.sc_pricing_section .sc_pricing_item .sc_pricing_item_footer a {
    font-weight: bold;
    padding: 12px 38px;
    border-radius: 18px;
    background: rgb(255, 205, 52);
    border: none;
    margin-bottom: -25px;
	}


.sc_pricing_section .row > div:nth-child(2) .sc_pricing_item .sc_pricing_item_footer a{
	background: rgb(123, 79, 160);
}


.sc_pricing_section .row > div:nth-child(3) .sc_pricing_item .sc_pricing_item_footer a{
	background: rgb(239, 121, 32);;
}



.sc_pricing_section .sc_pricing_item .sc_pricing_item_body h3 {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    color: rgba(255,205,52,1);
}


.sc_pricing_section .row > div:nth-child(2) .sc_pricing_item .sc_pricing_item_body h3{
	color: rgb(123, 79, 160);
}


.sc_pricing_section .row > div:nth-child(3) .sc_pricing_item .sc_pricing_item_body h3{
	color: rgb(239, 121, 32);;
}



.sc_pricing_section .sc_pricing_item .sc_pricing_item_body h3 span{
	/*white-space: nowrap;*/
	position: relative;
    top: -25px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.sc_pricing_section .sc_pricing_item .sc_pricing_item_body p {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(16,37,72,1);
	}






/* HOW WE WORK SECTION */
.howwe_work_sectiion{
	background: rgb(99, 199, 203);
	padding: 30px 0px; 
}


.howwe_work_sectiion .howwe_work_title{
	margin-bottom: 60px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    color: rgba(255,255,255,1);
}


.howwe_work_sectiion .howwe_work_item h3 {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(255,255,255,1);
    margin-top: 15px;
}

.howwe_work_sectiion .howwe_work_item p {
    line-height: 32px;
    margin-top: 23px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(255,255,255,1);
}




/* ABOUT US SLIDER SECTION */
.aboutus .slider_inr_item{
	margin-bottom: 20px;
}

.aboutus .slider_inr_item h3 {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: rgba(16,37,72,1);
    position: relative;
    z-index: 1;
}


.slider_inr_item p {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-size: 19px;
    color: rgba(16,37,72,1);
    font-weight: normal;
    position: relative;
    z-index: 1;
}


.aboutus img.about_img {
    position: absolute;
    left: -80%;
    z-index: 0;
    width: 180%;
    top: 90px;
}

/* MEET TEAM SECTION */
.meet_team_section{
	background: rgb(16, 37, 72);
	padding-top: 30px;
	padding-bottom: 30px;
	}


.meet_team_section .meet_team_item{
	color: #fff;
}

.meet_team_section .meet_team_title{
    line-height: 78px;
    margin-bottom: 25px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    color: rgba(255,255,255,1);
}

.meet_team_section .meet_team_item .meet_team_img {
    height: 200px;
    margin-bottom: 20px;
}


.meet_team_section .meet_team_item h3{
	text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(255,255,255,1);
	}


.meet_team_section .meet_team_item p{
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: rgba(255,255,255,1);	
}




/* OUR CLIENT SECTION */
.our_client_section{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ffffff;
}


.our_client_section .our_client_title{
	line-height: 78px;
    margin-bottom: 25px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
	color: rgba(16,37,72,1);
	position: relative;
	}

.our_client_section .our_client_title:after {
    position: absolute;
    background: rgb(255, 205, 52);
    content: "";
    display: block;
    width: 35%;
    height: 5px;
    bottom: -15px;
}


.our_client_section .client_carousel{
	margin-top: 70px;
}

.our_client_section .client_carousel .slick-slide{
	/*text-align: center;*/
	outline: none;
}

.our_client_section .client_carousel .slick-slide a{
	outline: none;
}

.our_client_section .client_carousel .slick-slide img {
    max-width: 80%;
    margin: auto;
    filter: grayscale(100%);
}



/* TERMS & CONDITIONS STYLING */
.toc_section{
	padding: 50px 0px;
	}


.toc_section .post_title {
    font-family: calibri;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}


.toc_section .post_stitle{
    font-family: calibri;
    font-size: 24px;
    font-weight: bold;	
}

.toc_section h4 {
    font-size: 21px;
    font-weight: bold;
    line-height: 45px;
}


.toc_section ol ul {
    margin-left: 40px;
    list-style: square;
}


/* CONTACT FORM SECTION */

.form_section{
	background: rgb(16, 37, 72);
	padding: 70px 0px;
}


.form_section .contact_info_section h2{
	text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    color: rgba(99,199,203,1);
}

.form_section .contact_info_section p{
	line-height: 32px;
    margin-top: -4px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(255,255,255,1);	
}


.form_section .contact_info_section p span{
    color: rgba(99,199,203,1);
}

.form_section .contactform label{
    /*white-space: nowrap;*/
    /*line-height: 36px;*/
    /*margin-top: -11px;*/
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(255,255,255,1);
    margin-bottom: 0px;
    margin-top: 13px;
}


div#Web_services, div#Online_marketing, div#IT_services {
    display: inline-block;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: rgba(255,255,255,1);
    margin-bottom: 0px;	
}



.form_section .contactform input[type="submit"] {
    background-color: rgba(99,199,203,1);
    color: white;
    padding: 12px 20px;
    border: none;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 2px;
    border-radius: 4px;
    cursor: pointer;
}


form.contactform input, form.contactform textarea {
    max-width: 100%;
}


/* SERVICE PAGE SECTION */

.service_page_section {
    padding-top: 70px;
}


.service_page_section .service_psection_item {
    position: relative;
    /*overflow: hidden;*/
	padding-top: 30px;
	padding-bottom: 30px;
}



.service_page_section h2.service_psection_title {
    line-height: 78px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    color: rgba(16,37,72,1);
}



.service_page_section > .row .service_psection_item:nth-child(even) {
    direction: rtl;
}


.service_page_section > .row .service_psection_item:nth-child(odd) .service_psection_item_img {
    position: relative;
    left: -20%;
    width: 120%;
    /*left: -20%;*/
    /*width: 10%;*/
}

.service_page_section > .row .service_psection_item:nth-child(even) .service_psection_item_img {
    position: relative;
    right: -20%;
    width: 120%;
    /*left: -20%;*/
    /*width: 10%;*/
}




.service_page_section .service_psection_item .service_title{
    line-height: 78px;
    text-align: left;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    color: rgba(16,37,72,1);
    position: relative;
    margin-bottom: 30px;	
}


.service_page_section .service_psection_item .service_title:after{
    position: absolute;
    background: rgb(239, 121, 32);
    content: "";
    display: block;
    width: 35%;
    height: 5px;
    bottom: -15px;
    left: 0px;
	}



.service_page_section .service_psection_item h3.service_stitle {
    line-height: 32px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: rgba(16,37,72,1);
}



.service_page_section .service_psection_item p {
    line-height: 26px;
    margin-top: -2px;
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(16,37,72,1);
}


.service_psection_item .btn {
    color: #fff;
	background: rgb(239, 121, 32);
}

/* BEGIN: FOOTER SECTION */
.footer_section{
	background: rgb(99, 199, 203);
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_section .widget_title {
    text-align: left;
    font-family: Calibri;
    font-style: normal;
    font-weight: bolder;
    font-size: 17px;
    color: rgba(16,37,72,1);
}


.footer_section ul.ftr_nav{
    list-style: none;
}


.footer_section ul.ftr_nav li {
    text-decoration: none;
    color: rgba(16,37,72,1);
    /*font-weight: bold;*/
}


.footer_section ul.ftr_nav li a{
    text-decoration: none;
    color: rgba(16,37,72,1);
	font-weight: normal;	
}

.footer_section ul.ftr_nav li a:hover {
    border-bottom: 2px solid #fff;
}




@media (min-width: 1200px){

	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1020px;
	}

}


@media(max-width: 1025px){

.service_page_section .service_psection_item .service_title {
    line-height: initial;
    font-size: 38px;
}

.service_page_section .service_psection_item h3.service_stitle {
    line-height: initial;
    font-size: 22px;
}


.cta_section .cta_title {
    line-height: initial;
    font-size: 53px;
	}


.cta_section .cta_stitle {
    font-size: 36px;
}



.our_client_section .our_client_title {
	line-height: initial;
    font-size: 35px;
	}

.meet_team_section .meet_team_title {
    line-height: initial;
    font-size: 53px;
}


.meet_team_section .meet_team_item p {
    font-size: 18px;
}


.meet_team_section .meet_team_item h3 {
    font-size: 19px;
}

.price_section .price_section_heading {
    line-height: initial;
    font-size: 45px;
}


.price_section h3.price_section_sheading {
    font-size: 30px;
	}

.pricing_row .pricing_col .pricing_col_header {
    padding: 25px 25px 30px;
    border-radius: 40px;
}



.pricing_row .pricing_col .pricing_col_header h2 {
    font-size: 30px;
    }

.pricing_col_detail li {
    font-size: 18px;
}


.price_section .price_section_heading {
    font-size: 36px;
	}


.pricing_plan_feature_item p {
    font-size: 18px;
}


.testimonial_section .testimonial_hdng {
    font-size: 40px;
}

.testimonial_section .carousel-item p.testimonial_review {
    font-size: 17px;
}


.section_heading {
    line-height: initial;
    font-size: 43px;
}


.section_sheading {
    font-size: 30px;
}

.section_heading {
    font-size: 35px;
}


.seniorcititizen_section .seniorcititizen_hdng {
    font-size: 43px;
    border-radius: 59px;
    padding: 14px;
}

.seniorcititizen_section .seniorcititizen_table .table-responsive table tr td{
	font-size: 18px;
}

.sc_pricing_section .sc_pricing_item .sc_pricing_item_head {
	padding: 10px 17px;
    height: 139px;
    }

.sc_pricing_section .sc_pricing_item .sc_pricing_item_head h2{
	font-size: 25px;
	}

.sc_pricing_section .sc_pricing_item .sc_pricing_item_body h3{
	font-size: 50px;
}


.sc_pricing_section .sc_pricing_item .sc_pricing_item_body h3 span {
    top: 0px;
    font-size: 20px;
    display: block;
}


.sc_pricing_section .sc_pricing_item .sc_pricing_item_body p {
    font-size: 18px;
}


.sc_pricing_section .sc_pricing_item .sc_pricing_item_footer a {
    padding: 9px 28px;
    margin-bottom: -35px;
    font-size: 10px;
}


.howwe_work_sectiion .howwe_work_item h3 {
    font-size: 24px;
    }


.howwe_work_sectiion .howwe_work_item p{
	font-size:  20px;
}

.howwe_work_sectiion .howwe_work_title{
	font-size: 50px;
}


.slider_section h2.slider_title {
    line-height: initial;
    font-size: 38px;
}

}



@media (max-width: 769px){
	.container, .container-sm {
	    max-width: 95%;
	}

}

@media(max-width: 448px){

	.service_page_section h2.service_psection_title {
	    font-size: 48px;
	}

	.service_page_section .service_psection_item .service_title {
	    line-height: initial;
	    font-size: 32px;
	}

	.service_page_section .service_psection_item h3.service_stitle {
	    line-height: initial;
	    font-size: 20px;
	}


	.service_page_section .service_psection_item p {
		line-height: initial;
		font-size: 16px;
	}


	.cta_section .cta_title{
		font-size: 45px;
	}

	.cta_section .cta_stitle{
		font-size: 28px; 
	}

	.our_client_section .our_client_title {
		line-height: initial;
		font-size: 27px;
	}


	.meet_team_section .meet_team_title {
	    line-height: initial;
	    font-size: 35px;
	}

	.meet_team_section .meet_team_item p {
		font-size: 16px;
	}


	.price_section .price_section_heading {
		line-height: initial;
		font-size: 35px;
	}

	.price_section .price_section_heading::after{
		margin: 12px 0px;
	}


	.price_section h3.price_section_sheading {
	    font-size: 29px;
	}

.pricing_row .pricing_col .pricing_col_header {
    padding: 20px 23px 42px;
    border-radius: 37px;
}


.pricing_row .pricing_col .pricing_col_header h2 {
    font-size: 35px;
}

.pricing_col_header h6{
	font-size: 16px;
}


.pricing_col_detail li {
    font-size: 17px;
}


.pricing_plan_feature_item p {
    font-size: 20px;
}


.testimonial_section .testimonial_hdng {
    line-height: initial;
    font-size: 35px;
}


.testimonial_section .carousel-item p.testimonial_review {
    font-size: 14px;
}

.section_heading {
    line-height: initial;
    font-size: 35px;
    }

.section_sheading {
    font-size: 30px;
    }


.seniorcititizen_section .seniorcititizen_hdng {
    font-size: 35px;
}


.seniorcititizen_section .seniorcititizen_table .table-responsive table tr td {
    font-size: 16px;
}

.sc_pricing_section .sc_pricing_item .sc_pricing_item_head {
    height: 115px;
    }



.sc_pricing_section .sc_pricing_item .sc_pricing_item_body h3 {
    font-size: 70px;
}


.slider_section h2.slider_title {
    line-height: initial;
    font-size: 25px;
}


.slider_inr_item p {
    font-size: 15px;
}


.aboutus .slider_inr_item h3 {
    font-size: 21px;
}

.howwe_work_sectiion .howwe_work_title {
    font-size: 32px;
}




.service_section .service_section_item{
    margin: 90px 0px 100px;
}


.service_section .container  > .service_section_item:last-child{
    margin: 90px 0px 50px;
}



}