* {
	margin: 0;
	padding: 0;
}

body {
    font-family: sans-serif !important;
    font-size: 14px;
}

.pad0 {
	padding: 0 !important;
}

.padleft0 {
	padding-left: 0 !important;
}

.padright0 {
	padding-right: 0 !important;
}

header {
    background: #0d283d;
}

a.logo {
    display: block;
    margin: 10px 0;
}

a.logo img {
    width: 100%;
}

.main-heading {
    font-family: sans-serif;
    font-size: 40px;
    color: #505253;
    margin: 0 0 20px;
    font-weight: bold;
}

.main-menu {}

.main-menu > ul {
	margin: 0;
}

.main-menu > ul > li {
    float: left;
    display: inline-block;
    width: calc(25% - 1px);
    position: relative;
    margin-right: 1px;
}

.main-menu > ul > li:after {
    content: "";
    background-image: url(../img/divider1.png);
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 41px;
    transform: translateY(-50%);
}

.main-menu > ul > li:last-child:after {
	display: none;
}

.main-menu > ul > li.active,
.main-menu > ul > li:hover {
	background: transparent;
    background: -moz-linear-gradient( -90deg, rgba(0,66,170,1), rgba(0,37,127,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0,66,170)), to(rgb(0,37,127)));
    background: -webkit-linear-gradient( -90deg, rgba(0,66,170,1), rgba(0,37,127,1) );
    background: -o-linear-gradient( -90deg, rgba(0,66,170,1), rgba(0,37,127,1) );
    background: linear-gradient( to bottom, rgba(0,66,170,1), rgba(0,37,127,1) );
}

.main-menu > ul > li > a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 82px;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    color: #fefefe;
    letter-spacing: 0px;
}

.child-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 999;
}

.main-menu > ul > li:hover .child-menu {
	display: block;
}

.child-menu > ul {
	margin: 0;
	background: transparent;
    background: -moz-linear-gradient( -90deg, rgba(0,87,203,1), rgba(0,36,126,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0,87,203)), to(rgb(0,36,126)));
    background: -webkit-linear-gradient( -90deg, rgba(0,87,203,1), rgba(0,36,126,1) );
    background: -o-linear-gradient( -90deg, rgba(0,87,203,1), rgba(0,36,126,1) );
    background: linear-gradient( to bottom, rgba(0,87,203,1), rgba(0,36,126,1) );
    padding: 20px 0px 20px 0px;
}

.child-menu > ul > li {
    display: block;
}

.child-menu > ul > li > a {
	display: block;
	font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
    text-decoration: none;
    margin-top: -1px;
    line-height: 25px;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0px;
    width: 100%;
}

.child-menu > ul > li > a:hover {
	background: transparent;
    background: -moz-linear-gradient( -90deg, rgba(95,209,255,1), rgba(42,149,255,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(95,209,255)), to(rgb(42,149,255)));
    background: -webkit-linear-gradient( -90deg, rgba(95,209,255,1), rgba(42,149,255,1) );
    background: -o-linear-gradient( -90deg, rgba(95,209,255,1), rgba(42,149,255,1) );
    background: linear-gradient( to bottom, rgba(95,209,255,1), rgba(42,149,255,1) );
   /* -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}

.banner-section {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

figure.banner-bg {
    width: auto;
    height: 460px;
}

.aboutus figure.banner-bg,
.contactus figure.banner-bg {
    height: 200px;
    transform: translate(0, -450px);
}

.heading-section {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

h1.main-title {
    font-family: sans-serif;
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

.banner-bg img {
    width: 100%;
    height: auto;
}

.aboutus figure.banner-bg img,
.contactus figure.banner-bg img {
    height: auto;
}

/*.logo-section {
    position: absolute;
    top: 50px;
    left: 160px;
}

h3.sub-title {
    font-family: sans-serif;
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    margin: -10px 0 0;
    text-transform: uppercase;
}

.logo-section a {
    display: inline-block;
    width: 450px;
}

.logo-section a img {
    width: 100%;
}

.callno-section {
    position: absolute;
    width: 412px;
    height: 110px;
    top: 70px;
    right: 170px;
    background: url(../img/head-bg1.png) center center repeat;
    border-radius: 7px;
    padding: 12.5px 20px;
}

.callno-section p.callus-label {
	font-family: sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.callno-section p.callus-label span {
	font-size: 40px;
}

.callno-section p {
    font-family: sans-serif;
    font-size: 11px;
    color: #002c8a;
    margin: -3px 0 0;
    font-weight: bold;
}

.printing-section {
    position: absolute;
    top: 300px;
    left: 160px;
}

h2.main-title {
	font-family: sans-serif;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

h4.sub-title {
    font-family: sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px;
}

.printing-section p {
    width: 338px;
    height: 100px;
    font-family: sans-serif;
    font-size: 20px;
    color: #0049a3;
    font-weight: bold;
}

.printing-section .print-button {
	height: 64px;
    width: 237px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient( -90deg, rgba(0,87,203,1), rgba(0,36,125,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(#0057cb), to(#00247d));
    background: -webkit-linear-gradient( -90deg, #0057cb, #00247d );
    background: -o-linear-gradient( -90deg, rgba(0,87,203,1), rgba(0,36,125,1) );
    background: linear-gradient( to bottom, #0057cb, #00247d );
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -ms-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 64px;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0px;
    border: none;
}

.printing-section .print-button:hover {
	background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient( -90deg, rgba(24,128,255,1), rgba(43,183,255,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(#1880ff), to(#2bb7ff));
    background: -webkit-linear-gradient( -90deg, #1880ff, #2bb7ff );
    background: -o-linear-gradient( -90deg, rgba(24,128,255,1), rgba(43,183,255,1) );
    background: linear-gradient( to bottom, #1880ff, #2bb7ff );
}

figure.head-img {
    position: absolute;
    top: 140px;
    right: -20px;
}*/

.what-we-print {
	padding-top: 10px;
}

.left-sidebar {}

.left-sidebar h2 {
	font-family: sans-serif;
    font-size: 40px;
    color: #505253;
    font-weight: bold;
    margin: 0 0 20px;
}

.left-sidebar ul {
	margin: 0;
}

.left-sidebar ul li {
	display: block;
	position: relative;
}

.left-sidebar ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(../img/marker1.gif);
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.left-sidebar ul li a {
    display: block;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: -1px 0 0 20px;
    line-height: 30px;
    padding-left: 0;
    text-align: left;
    font-family: 'Arial';
    font-size: 15px;
    color: #929292;
    letter-spacing: 0px;
    border-bottom: 1px solid #e9e9e9;
}

.left-sidebar ul li a:hover {
	color: #3dacff;
}

.photo-books {}

.photo-book {
    background: transparent url(../img/img_01.png) no-repeat top left / cover;
    padding: 30px;
    height: 259px;
}

.photo-book h2 {
	font-family: sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: bold;
}

.photo-book h1 {
	font-family: sans-serif;
    font-size: 40px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.photo-book h3 {
	font-family: sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.photo-book p {
    font-family: sans-serif;
    font-size: 13px;
    color: #fff;
    margin: -5px 0 20px;
    font-weight: bold;
}

.print-button {
	font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 34px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0px;
    width: 157px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient( -90deg, rgba(0,86,201,1), rgba(0,36,125,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(#0056c9), to(#00247d));
    background: -webkit-linear-gradient( -90deg, #0056c9, #00247d );
    background: -o-linear-gradient( -90deg, rgba(0,86,201,1), rgba(0,36,125,1) );
    background: linear-gradient( to bottom, #0056c9, #00247d );
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border: none;
}

.print-button:hover {
	background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient( -90deg, rgba(97,212,255,1), rgba(39,146,255,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(#61d4ff), to(#2792ff));
    background: -webkit-linear-gradient( -90deg, #61d4ff, #2792ff );
    background: -o-linear-gradient( -90deg, rgba(97,212,255,1), rgba(39,146,255,1) );
    background: linear-gradient( to bottom, #61d4ff, #2792ff );
}

.our-company {
    height: 244px;
    background-color: #dfdfdf;
    border-radius: 12px;
    margin: 30px 0 50px;
    padding: 20px 30px;
    position: relative;
}

.our-company h1 {
	font-family: sans-serif;
    font-size: 50px;
    color: #505253;
    margin: 0;
    font-weight: bold;
    width: 282px;
}

.our-company h5 {
    font-family: sans-serif;
    font-size: 20px;
    color: #505253;
    margin: -12px 0 20px;
    font-weight: bold;
    width: 200px;
}

.our-company h2 {
    font-family: sans-serif;
    font-size: 20px;
    color: #848484;
    margin: 0 0 20px;
    font-weight: bold;
    width: 292px;
}

.our-company p {
    font-family: sans-serif;
    font-size: 16px;
    color: #848484;
    margin: 0;
    width: 278px;
}

.our-company figure {
    width: 327px;
    height: 315px;
    position: absolute;
    top: -25px;
    right: 8px;
}

.our-company figure img {}

.short-aboutus {
    background-color: #eee;
    padding: 35px 0;
}

.aboutus-para {
    background-color: #eee;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

/*.aboutus-para:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #d7d7d7;
}*/

.aboutus-para.odd figure.aboutus-img {
    width: 232px;
    border: 10px solid #fff;
    text-align: center;
    margin-right: 20px;
    float: left;
}

.aboutus-para.even figure.aboutus-img {
    width: 232px;
    border: 10px solid #fff;
    text-align: center;
    margin-left: 20px;
    float: right;
}

.aboutus-para figure img {
    width: 100%;
}

.aboutus-para h1 {
    font-family: sans-serif;
    font-size: 40px;
    color: #505253;
    margin: 0 0 20px;
    font-weight: bold;
}

.aboutus-para h3 {
    font-family: sans-serif;
    font-size: 20px;
    color: #848484;
    margin: 0 0 10px;
    font-weight: bold;
}

.aboutus-para p {
	font-family: sans-serif;
    font-size: 15px;
    color: #848484;
}

.testimonials {}

.testimonials h1 {
    font-family: sans-serif;
    font-size: 40px;
    color: #505253;
    margin: 0 0 40px;
    font-weight: bold;
}

.testimonials h3 {
    font-family: sans-serif;
    font-size: 20px;
    color: #22ade1;
    margin: 0 0 20px;
    font-weight: bold;
}

.testimonials figure {
    float: left;
    padding-right: 10px;
}

.testimonials figure img {}

.testimonials p {
    font-family: sans-serif;
    font-size: 15px;
    color: #848484;
    margin: 0 0 40px;
}

.testimonials .print-button {
	width: 114px;
}

footer {
	background-color: #dedede;
}

.copyright,
.footer-menu {
	float: left;
	width: 50%;
}

.copyright p,
.copyright p a {
	font-family: sans-serif;
	font-size: 12px;
	color: #848484 !important;
	margin: 0;
	line-height: 84px;
}

.copyright p b {
	font-family: "lora";
	font-size: 15px;
	color: #262626;
	padding-right: 5px;
}

.footer-menu {
    text-align: center;
}

.footer-menu ul {
	margin: 0;
}

.footer-menu ul span {
	display: inline-block;
	width: 6px;
	text-align: center;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	display: block;
	font-weight: bold;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 84px;
    text-align: center;
    font-family: sans-serif;
    font-size: 11px;
    color: #262626;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0 px;
}

.footer-menu ul li.active a,
.footer-menu ul li:hover a {
    color: #22ade1;
}

.contactus-section {
    padding-bottom: 60px;
}

#map-section {
    width: 100%;
    height: 337px;
    border: 10px solid #fbfbfb;
    margin-bottom: 40px;
}

.contactus-section h1 {
    margin: 0 0 20px;
    font-family: sans-serif;
    font-size: 40px;
    color: #505253;
    font-weight: bold;
}

.contactus-section p {
    font-family: sans-serif;
    font-size: 15px;
    color: #848484;
}

.contactus-section ul {
    margin: 0;
}

.contactus-section ul li {
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    color: #848484;
}

.contactus-section ul li a {
    display: inline-block;
    color: #3db6e3;
}

.contactus-section textarea.form-control {
    height: 328px;
}

#about-us,
#infrastructure,
#our-working-style,
#our-quality-policy {
    margin-bottom: 50px;
}

#infrastructure ul {
    margin: 0;
}

#infrastructure ul li {
    display: block;
    color: #000;
    font-weight: 900;
}

#our-quality-policy ul {
    margin: 0;
}

#our-quality-policy ul li {
    display: block;
    padding-left: 15px;
    position: relative;
}

#our-quality-policy ul li:after {
    content: "";
    position: absolute;
    top: 5.5px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #000;
}

.owl-carousel figure {
    width: 250px;
    height: 250px;
    margin: auto;
}
#infrastructure
{
padding-top:30px;
}