@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #242424;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    color: #000;
    margin: 0;
    padding: 0;
}
ul li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
}
.sectionTitle small {
	font-size: 22px;
	color: #008800;
	display: block;
}
h2.sectionTitle {
	margin-bottom: 20px;
}
.section-padding {
	padding: 120px 0;
}
.sp-top {
	padding-top: 120px;
}
.sp-bottom {
	padding-bottom: 120px;
}
/*---------------------------------------------------
:::::Header Section
--------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	z-index: 9;
	background: rgba(255,255,255,0.70);
	padding: 10px 0;
	width: 100%;
}
header .navbar-brand {
    position: relative;
    margin: 0 !important;
    padding: 0;
    width: 280px;
}
header .navbar {
    padding: 0;
}

header #navbarCollapse {
    margin-right: 60px;
}
header .navbar-expand-lg .navbar-nav li > a {
	color: #242424 !important;
	font-family: 'Roboto', sans-serif;
	margin: 0 1px;
	padding: 12px 25px !important;
	border-radius: 5px;
	font-weight: 300;
}
header .navbar-expand-lg .navbar-nav > li:hover > a, header .navbar-expand-lg .navbar-nav li > a.active {
	background: #3092d4;
	color: #fff !important;
}
header .navbar-expand-lg .navbar-nav li > a::after {
    border: 1px solid #242424;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-top: 0px;
	border-left: 0;
	transition: 0.3s;
}
header .navbar-expand-lg .navbar-nav li:hover > a::after {
	border-color: #fff;
}
header .navbar-expand-lg .navbar-nav li .dropdown-menu {
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0;
	background: rgba(255,255,255,0.70);
}
header .navbar-expand-lg .navbar-nav li .dropdown-menu a {
	color: #242424 !important;
	font-weight: 300;
	transition: .5s ease;
}

header .navbar-expand-lg .navbar-nav li .dropdown-menu a:hover{ background: #3092d4; color:#fff !important; }

.sociaLinks ul li {
    display: inline-block;
}
.sociaLinks ul li i {
    width: 40px;
    font-size: 12px;
    height: 40px;
    color: #fff;
    background: #3092d4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.sociaLinks ul li i:hover{ background: #17375e; }

/*---------------------------------------------------
:::::Banner Section
--------------------------------------------------*/
.bannerSlider .owl-carousel .owl-stage {
	z-index: 0;
}
/*.bannerSlider .owl-carousel .owl-stage::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/slider-bg.png) no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
}*/
.bannerSlider .item {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.bannerSlider #banner_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bannerSlider .item > .contentBox {
	width: 70%;
	position: absolute;
	margin-top: 100px;
}
.bannerSlider .item > .contentBox h1 {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.bannerSlider .item > .contentBox small {
	font-weight: 300;
	font-size: 22px;
	display: block;
}
.bannerSlider .item > .contentBox .uccButton {
	margin-top: 30px;
}

.contentBox{ width: 55%; }

.contentBox small{ display: inline-block; color: #3092d4; font-size: 30px; font-family: 'Roboto', sans-serif; font-weight: 100; padding: 5px 20px; background: #ffffff; border-radius: 5px; margin-bottom: 15px; }

.contentBox h1{ color: #fff; font-size: 48px; font-weight: 700; margin-bottom: 25px; }

.contentBox h1 span{ color:#000; }

.contentBox p{ font-size: 18px; color:#fff; font-weight: 300; }

.contentBox a.rdmr{ display: inline-block; background: #3092d4; padding: 10px 30px; font-weight: 300; border-radius: 5px; font-size: 18px; margin-top: 10px; color: #fff; transition: .5s ease; }

.contentBox a.rdmr:hover{ background: #fff; color: #3092d4; }

.bannerSlider .owl-dots{ width: 100%; margin-top: -50px !important; z-index: 9; }

.bannerSlider .owl-theme .owl-dots .owl-dot span{ width: 40px; height: 12px; border-radius: 0; background: #17375e; transition: .5s ease; }

.bannerSlider .owl-theme .owl-dots .owl-dot.active span, .bannerSlider .owl-theme .owl-dots .owl-dot span:hover{ background: #3092d4; }

.owl-theme .owl-dots .owl-dot:focus{ outline: none; }

.srvc_abt_area{ background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding-bottom: 90px; }

.srvc_area{ padding: 80px 0; text-align: center; }

.srvc_area h2{ color: #17375e; font-size: 50px; font-weight: 100; padding: 0 0 10px; margin: 0 0 30px; background: url(../images/hdngbg1.png) no-repeat center bottom; }

.srvc_area h2 strong{ font-weight: 700; color: #3092d4; }

.ech_srvc_bx img{ margin-bottom: 25px; }

.ech_srvc_bx h5{ font-size: 18px; font-weight: 500; margin: 0 0 15px; min-height: 44px; color: #242424; }

.ech_srvc_bx p{ color: #242424; font-weight: 300; font-size: 15px; margin-bottom: 0; }

.about_area{ padding: 44px 0; position: relative; background: url(../images/putki2.png) no-repeat center bottom; }

.about_area::before{ width: 273px; height: 265px; background: url(../images/putki1.png) no-repeat center; position: absolute; top: 0; left: -63px; content: ""; z-index: 0; }

.abt_img{ width: 60%; float: left; position: relative; z-index: 1; }

.abt_img img{ width: 100%; border-radius: 10px; }

.abt_cntnt{ width: 55%; float: left; margin-left: -15%; position: relative; z-index: 2; }

.abt_cntnt_bx{ padding: 80px 40px; background: #fff; border-radius: 20px; margin-top: 75px; }

.abt_cntnt_bx h2{ color: #3092d4; font-size: 50px; font-weight: 700; margin: 0; padding: 0; }

.abt_cntnt_bx h3{ padding-bottom: 25px; margin-bottom: 25px; background: url(../images/hdngbg2.png) no-repeat left bottom; color: #606060; font-size: 22px; font-weight: 400; }

.abt_cntnt_bx h4{ color: #3092d4; font-size: 22px; font-weight: 400; padding: 0; margin: 0 0 15px; }

.abt_cntnt_bx p{ color: #242424; font-size: 18px; margin: 0; padding: 0; font-weight: 300; }

.test_area{ background: url(../images/test_bg.jpg) no-repeat center; padding: 90px 0 130px; text-align: center; background-size: cover; }

.test_area h2{ font-size: 50px; color: #17375e; margin: 0 0 40px; padding: 0 0 20px; background: url(../images/hdngbg1.png) no-repeat center top; font-weight:100; }

.test_area h2 strong{ font-weight: 700; color: #3092d4; }

.ech_tst{ padding: 70px 55px 75px; background: #fff; border-radius: 10px; position: relative; }

.ech_tst::before{ position: absolute; content: ""; width: 54px; height: 37px; background: url(../images/invrtd.png) no-repeat center; top: -18px; left: 0; right: 0; margin: auto; }

.ech_tst p{ color: #242424; font-style: italic; font-size: 18px; font-weight: 300; }

.tst_name{ margin: 30px 0 0; color: #3092d4; font-size: 22px; font-weight: 500; }

.tst_name span{ color:#242424; font-size: 18px; font-weight: 300; display: block; }

.tst_img{ position: absolute; text-align: center; bottom: -50px; left: 0; right: 0; }

.tst_img img{ border-radius: 50%; border: 5px solid #fff; }

.cntct_area{ padding: 130px 0; position: relative; background: #f4f4f4; }

.cntct_area::before{ content: ""; width: 49%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/cntct_img.jpg) no-repeat center; background-size: cover; }

.cntct_area h2, .cntct_area1 h2{ margin: 0; padding: 0; color: #3092d4; font-weight: 700; font-size: 50px; text-transform: uppercase; }

.cntct_area h3, .cntct_area1 h3{ color: #242424; font-size: 35px; font-weight: 400; padding: 0 0 20px; margin: 0 0 35px; background: url(../images/hdngbg2.png) no-repeat left bottom; text-transform: uppercase; }

.lft_fld{ width: 48%; float: left; }

.ryt_fld{ width: 48%; float: right; }

.cntct_frm input[type="text"], .cntct_frm input[type="tel"], .cntct_frm input[type="email"], .cntct_frm textarea{ width: 100%; border: none; background: #fff; padding: 15px; margin-bottom: 30px; border-radius: 5px; }

.cntct_frm input[type="text"]::placeholder, .cntct_frm input[type="tel"]::placeholder, .cntct_frm input[type="email"]::placeholder, .cntct_frm textarea::placeholder{ color: #000; opacity: 1; font-weight: 300; }

.cntct_frm textarea{ height: 100px; }

.cntct_frm input[type="submit"]{ background: #17375e; padding: 12px 30px; font-weight: 300; border-radius: 5px; font-size: 18px; color: #fff; transition: .5s ease; cursor: pointer; border: none; }

.cntct_frm input[type="submit"]:hover{ background: #3092d4; }

footer{ background: url(../images/ftr_bg.jpg) no-repeat center; background-size: cover; padding-top: 90px; }

.ftr1{ width: 25%; float: left; margin-right: 2%; }

.ftr2{ width: 18%; float: left; }

.ftr3{ width: 32%; float: left; }

.ftr4{ width: 23%; float: left; }

footer h3{ font-size: 25px; font-weight: 400; color: #ffffff; margin: 0 0 22px; }

.ftr1 img{ max-width: 100%; margin-bottom: 18px; }

.ftr1 p{ color: #ffffff; font-size: 15px; font-weight: 300; width: 90%; }

footer ul{ margin: 0; padding: 0; }

footer ul li{ list-style: none; background: url(../images/ftr_bullet.png) no-repeat left center; padding-left: 28px; font-size: 16px; font-weight: 300; color:#fff; margin-bottom: 10px; }

footer ul li a{ font-size: 16px; font-weight: 300; color:#fff; transition: .5s ease; }

footer ul li a:hover{ color: #3092d4; }

footer .ftr4 ul li.adrs{ background: url(../images/adrs_icn.png) no-repeat left 3px; padding-left: 30px; }

footer .ftr4 ul li.phn{ background: url(../images/call_icn.png) no-repeat left 3px; padding-left: 30px; }

footer .ftr4 ul li.ml{ background: url(../images/eml_icn.png) no-repeat left 3px; padding-left: 30px; }

.ftr_btm{ margin-top: 35px; padding: 15px 0; border-top: 1px solid #3091d3; }

.lft_ftr{ width: 80%; float: left; font-size: 15px; color: #fff; margin-top: 9px; }

.lft_ftr a{ color: #3092d4; transition: .5s ease; }

.lft_ftr a:hover{ color: #fff; }

.ryt_ftr{ width: 20%; float: right; }

footer .ryt_ftr .sociaLinks{ text-align: right; }

footer .ryt_ftr .sociaLinks ul li{ background: none; margin: 0; padding: 0; }

footer .ryt_ftr .sociaLinks ul li i{ background: rgba(255,255,255,0.10); }

footer .ryt_ftr .sociaLinks ul li:hover i{ background: #3092d4; }


.inr_bnr_area{ position: relative; }

.inr_bnr_area img{ width: 100%; }

.page_hdng{ position: absolute; width: 100%; left: 0; bottom: 25%;  }

.page_hdng h1{ font-size: 48px; color: #fff; font-weight: 700; }

.page_hdng h1 span{ display: inline-block; padding: 0 12px; background: #3092d4; border-radius: 5px; color: #000; }

.ech_cntct_bx{ padding: 90px 0 100px; text-align: center; transition: .5s ease; }

.ech_cntct_bx img{ margin-bottom: 22px; }

.ech_cntct_bx h3{ font-size: 18px; color: #17375e; font-weight: 500; padding: 0; margin: 0 0 8px; transition: .5s ease; }

.ech_cntct_bx p{ font-size: 15px; font-weight: 300; color: #242424; transition: .5s ease; }

.ech_cntct_bx a{ color: #242424; text-decoration: none; transition: .5s ease; }

.ech_cntct_bx:hover{ background: #3092d4; }

.ech_cntct_bx:hover h3, .ech_cntct_bx:hover p, .ech_cntct_bx:hover p a{ color: #fff; }

.cntct_area1{ padding: 90px 0; }

.cntct_area1 .cntct_frm input[type="text"], .cntct_area1 .cntct_frm input[type="tel"], .cntct_area1 .cntct_frm input[type="email"], .cntct_area1 .cntct_frm textarea{ background:#f7f7f7; }


.business_area{ padding: 90px 0; }

.business_area h2{ text-align: center; color: #3092d4; font-weight: 100; font-size: 50px; padding: 0 0 15px; margin: 0 0 40px; background: url(../images/hdngbg1.png) no-repeat center bottom; }

.business_area h2 strong{ color: #17375e; font-weight: 700; }

.business_area h5{ font-size: 22px; color: #3092d4; font-weight: 400; padding: 0; margin: 0 0 10px; }

.business_area h5 strong{ font-size: 22px; color: #17375e; font-weight: 700; }

.business_area p{ font-size: 16px; color: #242424; margin: 0 0 10px; font-weight: 300; }

.business_area p strong{ font-weight: 700; }

.bsns_img{ margin-top: 10px; padding-bottom: 66px; background: url(../images/putki2.png) no-repeat 22% bottom; }

.bsns_img img{ width: 100%; }

.business_area ul{ margin: 0; padding: 0; }

.business_area ul li{ list-style: none; font-size: 16px; color: #242424; font-weight: 300; margin-bottom: 8px; padding-left: 25px; background: url(../images/ftr_bullet.png) no-repeat left 5px; }

.process_area{ padding: 75px 0 90px; }

.process_area h2{ text-align: center; color: #3092d4; font-weight: 100; font-size: 50px; padding: 0 0 15px; margin: 0 0 40px; background: url(../images/hdngbg1.png) no-repeat center bottom; }

.process_area h2 strong{ color: #17375e; font-weight: 700; }

.prcs_cntnt{ width: 53%; float: left; margin-right: -13%; position: relative; margin-top: 75px; }

.prcs_img{ width: 60%; float: right; }

.prcs_img img{ border-radius: 10px; width: 100%; }

.prcs_cntnt_bx{ background: #f8f8f8; padding: 50px 25px; border-radius: 10px; }

.prcs_cntnt_bx h6{ color: #606060; font-size: 22px; margin: 0 0 15px; font-weight: 400; }

.prcs_cntnt_bx h5{ color: #3092d4; font-size: 22px; margin: 0 0 15px; font-weight: 400; }

.prcs_cntnt_bx ul{ margin: 0; padding: 0; }

.prcs_cntnt_bx ul li{ list-style: none; margin-bottom: 12px; background: url(../images/ftr_bullet.png) no-repeat left 5px; padding-left: 28px; }

.pathway{ text-align: center; padding: 80px 0; background: url(../images/path_way_bg.jpg) no-repeat center fixed; background-size: cover; }

.pathway h2{ text-align: center; color: #3092d4; font-weight: 100; font-size: 50px; padding: 0 0 15px; margin: 0 0 40px; background: url(../images/hdngbg3.png) no-repeat center bottom; }

.pathway h2 strong{ color: #17375e; font-weight: 700; }

.pathway img{ max-width: 100%; }


/*---------------------------------------------------
:::::Back To Top Section
--------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
	font-size: 16px;
	color: #3092d4;
	transition: all .5s;
}
.back-to-top:hover {
	background: #3092d4;
	opacity: 1
}
.back-to-top:hover i {
	color: #fff;
}
.back-to-top.show {
	visibility: visible;
	bottom: 35px;
	opacity: 1;
}
/*---------------------------------------------------
:::::Media Query Responsive Section
--------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	header .navbar-brand {
	    width: 220px;
	}
	header .navbar-expand-lg .navbar-nav li > a {
	    letter-spacing: 0px;
	    padding: 10px 15px !important;
	    font-size: 16px;
	}
	.bannerSlider .item .contentBox h1 {
	    font-size: 60px;
	}

	.bannerSlider .item .contentBox h1{ font-size: 30px; margin-bottom: 10px; }

	.contentBox p{ font-size: 16px; margin-bottom: 8px; }

	.contentBox small{ font-size: 25px; margin-bottom: 10px; }

	.contentBox a.rdmr{ font-size: 16px; margin-top: 8px; }

}
@media only screen and (max-width: 991px) {
	header .navbar-toggler {
	    border-radius: 5px;
	    width: 48px;
	    height: 48px;
	    background: #3092d4;
	    display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;
	}
	header .navbar-toggler i {
	    font-size: 20px;
	    color: #fff;
	}
	header .navbar-expand-lg .navbar-nav li > a {
	    letter-spacing: 1px;
	    margin: 1px 0;
	    padding: 20px 10px !important;
	}
	header nav #navbarCollapse > ul {
		display: block;
	  	margin: 0 !important;
	  	text-align: center;
	}
	div#navbarCollapse.show {
	  	overflow: scroll;
	  	margin-bottom: 30px;
	}
	header #navbarCollapse {
	    margin-right: 0;
	}
	header .navbar-expand-lg .navbar-nav li .dropdown-menu {
	    text-align: center;
	}
	header nav ul.navbar-nav:first-child {
	  	margin-top: 3px;
	  	align-items: center;
	  	flex-direction: row;
	  	flex-wrap: wrap;
	  	justify-content: space-around;
	}
	header nav ul.navbar-nav:first-child li:nth-child(1), header nav ul.navbar-nav:first-child li:nth-child(2) {
		display: block;
		width: 100%;
	}
    header nav::before {
        display: none;
    }
    header .sociaLinks {
	    position: absolute;
	    top: 7px;
	    right: 0;
	}
	p {
		font-size: 13px; 
	}
	header .container {
		position: relative;
	}
	header .uccButton {
	    position: absolute;
	    right: 60px;
	    top: 30px;
	}
	.bannerSlider .item .contentBox h1 {
	    font-size: 50px;
	}

	footer .ftr4 ul li.ml{ word-wrap: break-word; }

	.bannerSlider .item .contentBox h1{ font-size: 25px; margin-bottom: 5px; }

	.contentBox small{ font-size: 20px; padding: 4px 15px; margin-bottom: 8px; }

	.contentBox p{ font-size: 15px; margin-bottom: 8px; }

	.contentBox a.rdmr{ font-size: 15px; margin-top: 4px; }

	.bannerSlider .owl-theme .owl-dots .owl-dot span{ height: 5px; }

	.bannerSlider .owl-dots{ margin-top: -44px; }

	.srvc_area{ padding: 50px 0; }

	.abt_cntnt_bx{ padding: 30px; }

	.abt_cntnt_bx h2, .srvc_area h2{ font-size: 35px; }

	.abt_cntnt_bx h3{ font-size: 18px; margin-bottom: 12px; padding-bottom: 20px; }

	.abt_cntnt_bx h4{ font-size: 18px; margin-bottom: 8px; }

	.abt_cntnt_bx p{ font-size: 16px; }

	.test_area h2{ font-size: 35px; }

	.ech_tst p{ font-size: 16px; }

	.tst_name{ margin-top: 20px; font-size: 20px; }

	.ech_tst{ padding: 44px 44px 75px; }

	.cntct_area{ padding: 60px 0 70px; }

	.cntct_area h3, .cntct_area1 h3{ font-size: 28px; }

	.cntct_area h2, .cntct_area1 h2{ font-size: 40px; }

	.page_hdng h1{ font-size: 35px; }

	.ech_cntct_bx{ padding: 60px 0 40px; }

	.cntct_area1{ padding: 35px 0 70px; }

	footer{ padding-top: 60px; }

	footer h3{ font-size: 20px; }

	footer ul li a, footer ul li{ font-size: 15px; }

	.lft_ftr{ font-size: 14px; }

	.business_area{ padding-top: 50px; }

	.business_area h2, .process_area h2, .pathway h2{ font-size: 35px; }

	.business_area h5, .business_area h5 strong{ font-size: 16px; margin-bottom: 8px; }

	.business_area p{ font-size: 15px; margin-bottom: 8px; }

	.business_area ul li{ font-size: 15px; margin-bottom: 5px; }

	.prcs_cntnt_bx{ padding: 30px 25px; }

	.prcs_cntnt{ margin-top: 40px; }

	.prcs_cntnt_bx h6, .prcs_cntnt_bx h5{ font-size: 18px; margin-bottom: 10px; }

	.prcs_cntnt_bx ul li{ margin-bottom: 8px; }


}
@media only screen and (max-width: 767px) {

	.bannerSlider .item .contentBox small {
	    font-size: 16px;
	}
	.bannerSlider .item .contentBox h1 {
	    font-size: 30px;
	}
	.bannerSlider .item .contentBox .uccButton {
	    margin-top: 10px;
	}
	.bannerSlider .item .contentBox .uccButton {
	    padding: 18px 20px;
	}

	.contentBox{ width: 100%; }

	.bannerSlider .item .contentBox small{ font-weight: 400; margin-bottom: 3px; }

	.contentBox p{ font-size: 14px; margin-bottom: 0; }

	.bannerSlider .item .contentBox h1{ font-size: 18px; margin-bottom: 0; }

	.contentBox a.rdmr{ padding: 5px 20px; }

	.srvc_area{ padding: 40px 0 20px; }

	.ech_srvc_bx{ margin-bottom: 25px; }

	.ech_srvc_bx h5{ min-height: auto; margin-bottom: 12px; }

	.ech_srvc_bx img{ margin-bottom: 20px; }

	.abt_img{ width: 100%; }

	.abt_cntnt{ margin-left: 0; width: 100%; }

	.abt_cntnt_bx{ margin-top: 25px; }

	.srvc_abt_area{ padding-bottom: 25px; }

	.test_area{ padding: 48px 0 20px; }

	.ech_tst{ margin-bottom: 90px; }

	.test_area h2{ margin-bottom: 25px; }

	.cntct_area::before{ display: none; }

	.cntct_area{ padding: 50px 0 60px; }

	.lft_fld, .ryt_fld{ width: 100%; }

	.cntct_frm input[type="text"], .cntct_frm input[type="tel"], .cntct_frm input[type="email"], .cntct_frm textarea{ margin-bottom: 20px; }
	
	.cntct_area h3, .cntct_area1 h3{ margin-bottom: 25px; }

	.ftr1, .ftr2, .ftr3, .ftr4{ width: 100%; margin: 0 0 20px; }

	.ftr1 p{ width: 90%; margin: 0; }

	.ftr_btm{ margin-top: 15px; }

	.lft_ftr{ width: 100%; text-align: center; margin: 0 0 5px; }

	footer .ryt_ftr .sociaLinks{ text-align: center; }

	.ryt_ftr{ width: 100%; }

	footer{ padding-top: 50px; }

	.inr_bnr_area img{ min-height: 175px; object-fit: cover; }

	.ech_cntct_bx{ border-bottom: 1px solid #dddddd; }

	.map{ margin-top: 30px; }

	.cntct_area1{ padding-bottom: 60px; }

	.business_area h5{ margin: 15px 0 10px; }

	.business_area h2{ margin-bottom: 25px; }

	.business_area{ padding-top: 40px; padding-bottom: 55px; }

	.process_area{ padding: 35px 0 60px; }

	.prcs_cntnt{ width: 100%; margin-top: 0; }

	.prcs_img{ margin-top: 30px; width: 100%; }

	.pathway{ padding: 50px 0; }

}
	

@media only screen and (max-width: 575px) {
	header .navbar-brand {
		width: 150px;
		margin-left: 10px !important;
	}
	header .navbar-brand::after {
	    width: 40px;
	    right: -40px;
	}
	header .sociaLinks {
	    top: 4px;
	    right: 60px;
	}
	.sociaLinks ul li i {
	    width: 25px;
	    font-size: 9px;
	    height: 25px;
	    border-radius: 3px;
	}
	header .navbar-expand-lg .navbar-nav li .dropdown-menu a {
	    font-size: 13px;
	}

	header .navbar-toggler {
	    width: 38px;
	    height: 38px;
	    margin-right: 10px;
	}
	header .navbar-toggler i {
	    font-size: 18px;
	}
	.bannerSlider #banner_slider.owl-carousel .owl-item img {
	    height: 300px;
	    object-fit: cover;
	}
	.bannerSlider .item .contentBox small {
	    font-size: 13px;
	}
	.bannerSlider .item .contentBox h1 {
	    font-size: 20px;
	}
}