@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Source+Sans+Pro&display=swap');
html{scroll-behavior: smooth;}
.logoclr{color:#1383c6;}
.logo{width:360px;}
p{font-family: 'Source Sans Pro', sans-serif;}
a{text-decoration:none!important;}
.head{font-family: 'Noto Serif', serif;}
.pclr{color: #7b7a7a;}
.clr1{color:#ca1f26;}
.black{color:#000!important;}
.navbrd{border-right:1px solid #000;}
.navbg{background: linear-gradient(45deg, #ffffff 33%, #f2e51c  15%);}
.navfont{font-weight:700; font-size:18px;}
.yellow{color:#f2e51c;}
.blue{color: #061c79;}
.tdec{-webkit-text-stroke: 1px #061c79; text-shadow: 4px 2px 4px #373e0d;}
.navbar-light .navbar-nav .nav-link.active{color:#061c79 !important;}
.navbar .navbar-nav .nav-link:hover{color:#061c79 !important;}
.navbar button {background-color:#061c79 ;}
.navbar-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;}
.wlcmbg{background-image:url("../images/bgsquare.png"); background-size: cover; background-position: 50% 0;}
.tophead{font-size:50px;}
.pf1{font-size:18px;}
.pf2{font-size:14px;}
.media.service-box {margin: 20px 0;}
.media.service-box .pull-left {margin-right: 20px;}
.media>.pull-left {padding-right: 10px;}
.media.service-box .pull-left > i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #061c79;
    box-shadow: inset 0 0 0 1px #061c79;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
.media.service-box .pull-left > i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background:#061c79;
}
.media.service-box .pull-left > i:hover{background-color:#061c79; color:white;}
.smallborder1{margin-left: calc(7% - 20px); width: 80px; height: 2px; background-color: #061c79;}
.servicebg{background-color:#0a2c4a;}
.bgglry{background-color:#f0f6fa;}
.cntctbg{background-image:url("../images/bgcontact.jpg");}
.txtbg{background:#061c79; color:white;}
.fullbg{padding:0!important;}
.cd li{list-style:none!important;}
.cntpad{padding-left:37px;}
.wrdbrk{white-space: pre;}
.pad{padding-top:2.5em;}
.sc-list > ul {list-style: none; padding-left: 1.2em; margin: 0;}
.sc-list > ul > li {position: relative; text-indent: -1.2em; margin-bottom: 0.7em;}
.sc-list > ul > li:before {
	font-family: 'FontAwesome';
	font-weight: normal;
    content: '\f0d1';
    font-size: 0.74em;
    color: #1383c6;
    vertical-align: middle;
    display: inline-block;
    width: 1.62em;
    text-indent: 0;
    margin-top: -0.2em;
	line-height: 30px;
}
.btn-info {
    color: #fff!important;
    background-color: #061c79!important;
    border-color: #061c79!important;
}
.lightbox {position: fixed !important; top: 50px !important;}

@media (min-width:1px) and (max-width:767.98px){	
.navbrd{border:none;}
.navbg{background:#f2e51c ;}
.tophead{font-size:40px;}
.logo{width:220px;}
.navbar-light .navbar-nav .nav-link.active{color:#1383c6!important;}
.navbar .navbar-nav .nav-link:hover{color:#1383c6!important;}
}
@media (min-width: 768px) and (max-width: 991.98px){		
.navbrd{border:none;}
.navbg{background:#f2e51c ;}
.navbar-light .navbar-nav .nav-link.active{color:#1383c6!important;}
.navbar .navbar-nav .nav-link:hover{color:#1383c6!important;}
}
.text1 {position: relative; padding: 0 0 0 23px; margin-top: -39px;}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.notfound .notfound-404 {height: 280px; position: relative; z-index: -1;}
.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 190px;
	margin: 0px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url('../images/bg.jpg') no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.notfound p {
	font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0px;
}
.notfound a {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
   box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}