@charset "utf-8";
/* CSS Document */


@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: normal;
src: local('Montserrat-Regular'), 
url('fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Montserrat-Bold';
font-style: normal;
src: local('Montserrat-SemiBold'), 
url('fonts/Montserrat-SemiBold.woff') format('woff'),
url('fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: 'AkzidGroStdCnd';
font-style: normal;
font-weight: normal;
src: local('AkzidGroStdCnd'), 
url('fonts/AkzidGroStdCnd.ttf') format('truetype');
}
body {
	
	font-family: Montserrat,sans-serif;
	color: #000000;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
	background-color: #ffffff;
	overflow-x: hidden;
	
}
p
{
	line-height:30px;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
a {
	text-decoration: none;
	color:#000000;
}
a:hover {
	color:#800000;
	text-decoration: none;
}
a:focus {
	color: #800000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'AkzidGroStdCnd';
    margin-top: 0px;
}
h1{
font-size: 65px;
}
img
{
	max-width:100%;
	}
.img-box {
	margin-top:18px;
	margin-right:10px;
    width: 100%;
	padding: 10px;
     position: relative;
}
.img-box img{
	width:100%;
}
.img-box:after {
	content: '';
    width: 95%;
    height: 93%;
    background: #162850;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: -1;
    border: 10px solid #162850;
}	
.content dl, .content ol, .content ul
{
	    margin-bottom: 1rem;
		/*margin-left:15px;*/
}
.ul-list li {
    padding-left: 25px;
    background-position: left 4px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
}
.form-control:focus
{
	border: 2px solid #2b4580;
	box-shadow:none;
}
.form-control {
	background-color:transparent;
	border-radius: 30px;
	min-height: 55px;
	box-shadow: none;
	text-indent:15px;
	border: solid 1px #2b4580;
	color:#ffffff;
}

.btn-primary, .button, input[type=submit], input[type=button] {
padding:12px 25px;
border-radius:50px;
color: #fff;
border-color: #fff;
background-color: #162850;
border:solid 2px #2b4580;
}
.btn-primary:hover, .button.active:focus, .button.active:hover, .button:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
color: #fff;
background-color:#000;
border:solid 2px #2b4580;
}

.btn-primary.btn-sm {
    padding: .4rem .7rem;
}

.btn-danger{
padding:12px 25px;
color: #fff;
border-color: #ec1111;
background: #ec1111;
box-shadow: 0 5px 10px rgb(34, 5, 191,0.3);
}
.btn-danger:hover {
color: #fff;
border-color: #ff7d2a;	
background: #ff7d2a;
}
.section {
	padding: 50px 0px;
}
.home .section {
    padding-top: 0px;
	padding-bottom:0px;
}
.title
{
font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    position: relative;
}

.title:before{
content: " ";
    position: absolute;
	left: 0;
    right: 0;
    width: 115px;
    bottom: -12px;
    border-bottom: 3px solid #162850;
}
.title.text-center:before{
content: " ";
    position: absolute;
	left: 0;
    right: 0;
    width: 115px;
   bottom: -12px;
	margin:auto;
    border-bottom: 3px solid #162850;
}
.title span {
	color:#162850;
}
.title-line:before {
    content: " ";
    position: absolute;
    width: 150px;
    bottom: -9px;
    border-bottom: 3px solid #ec1d31;
}
h3.title {
	font-size: 28px;
	margin-bottom: 15px;
}
.text-justify
{
	text-align:justify;
	}
.graybg
{
	background-image:url(../images/graybg.jpg);
	background-position:center top;
	background-repeat:repeat;
	margin-bottom: -30px;
}
.tp-shadow1 {
	box-shadow: none !important;
}
.home .entry-title {
	display: none;
}
.home .page-banner
{
	display:none;
}
.home .breadcrumb
{
	display:none;
}
.row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}

/*=====start header========*/
.header-top {
	background-color: #162850;
	height: auto;
	width: 100%;
	    padding: 4px 4px;
	border-bottom:solid 1px #dddddd;
}


.header-top ul li{
	    color:#fff !important;
}

.header-top a{
	 color:#fff !important;
}

.hdtop-left
{
	width:40%;
	float:left;
}
.hdtop-right
{
	width:60%;
	float:left;
}
.header-top li
{
	padding:8px 10px;
	display:inline-block;
}
.header-top ul li .fa
{
	margin-right:3px;
	color:#fff;
	}
.hdtop-right ul li .fa
{
	font-size:18px;
}
.hdtop-right ul li 
{
	padding:8px 5px;
}
.hdtop-right ul 
{
	float:right;
}
.header
{
	padding: 5px 0px;
}
.header ul li
{
	float:left;
}


.header .logo img
{
max-height:110px;
}
.main-nav {
	  float:right !important;
} 
.navbar{
 padding-top: 40px;
}

/*-====About====*/

.serbox
{
	background-color:#ffffff;
	}
.serbox-left
{
	width:52%;
	display:inline-block;
	float:left;
	}
.serbox-right
{
    width: 53%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left:-65px;
	margin-top:100px;
    background-color: #ffffff;
	box-shadow: 0 0 13px rgba(0,0,0,0.1);
	}
	
.serpic
{
	vertical-align:top;
}
.serpic img
{
	width:100%;
}
.sercont
{
	vertical-align:middle;
	padding:40px 40px;
	text-align:justify;
}
.sercont p
{
	margin-bottom:0px;
}


#services-bx{
	  margin-top:-30px;
}

.ser-shx{
	  border: 1.26923px solid #eaf1f5;
	    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
	border-radius:10px;
	margin-top:6%;
	margin-bottom:3%;
	min-height:250px;
	
}

.ser-pd-bx{
	  border: 1.26923px solid #eaf1f5;
	    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
	border-radius:10px; 
	margin-top:5%;
	transition:.23s;
	margin-bottom:5%;
}

.ser-pd-bx:hover{
	   background-color:#162850;
	   color:#fff;
	transform:translatey(-10px);
}

.ser-pd-bx img{
	   border-top-left-radius:10px;
	   border-top-right-radius:10px;
}


.two-in-one-bx img{
	   border-radius:10px;
}

.two-in-one-bx h1{
	  font-size:1.6rem !important;
	  line-height: 28px;
}


/*============Footer===========*/
.footer {
	width: 100%;
    padding: 45px 0px 45px 0px;
	background-color:#152a57;
    position: relative;
	letter-spacing: 1px;
	font-size:16px;
	color:#ffffff;
}

.footer a{
color: #ffffff
  
}
.footer a:hover{
	color: #f6f6f6;  
}
.footer h1{
font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
}
.footer li {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.footer-nav ul{
    border-bottom: solid 1px #0d7ebb;
    padding: 15px 0px 5px 0px;
}
.footer-nav ul
{
	margin-bottom:0px !important;
}
.footer-nav .nav-link {
    padding: .5rem 1.9rem;
}

.ft-address
{

margin: auto;
    display: table;
}
.ft-address li
{
width:auto;
padding:5px;
float: left;
text-align:center;
padding: 5px 25px;
}
.ft-contact
{
border-top: solid 1px #2b4580;
    padding-top: 35px;
    margin-top: 23px;
}
.footercopy
{
	background-color:#ffffff;
	padding:20px;
	letter-spacing: 1px;
}

/*====other page====*/
#topcontrol
{
	z-index:2;
}
.backtotop {
    color: #fff;
    border-radius: 4px;
    font-size: 22px !important;
    height: 50px;
    width: 50px;
    text-align: center;
	padding-top: 11px;
	border:solid 2px #ffffff;
	background: #ffffff;
   
}
.backtotop:hover {
	background: #6b008f;
	border:solid 2px #6b008f;
	color: #ffffff;
}	
/*====contact page====*/

.contact-form {
}
.contact-form h2{
    margin-bottom: 0px !important;
}
.contact-form .widget-title p{
    font-size: 16px;
    margin-bottom: 0px;
}
.contact-form .form-label
{
	padding-left:20px;
	font-size:13px;
	margin-bottom:3px;
}
.contact-form input
{
	margin-bottom:25px;
}
.contact-form textarea {
	height: 150px;
	margin-bottom:30px;
}

.cont-box
{
	padding-left:80px;
}

.cont-box table tr td:nth-child(1)
{
	width:50px;
}
.cont-box .table
{
	margin-top:20px;
}
.cont-box .fa
{
	color:#800000;
	font-size:25px;
}	
.divider-thin {
    border-top: 1px solid #d2d5e4;
}
.divider-thin {
    border-top: 1px solid #d2d5e4;
}
/*================ start inner page ====================*/

.entry-content .widget-title
{
	margin-bottom:20px;
	}
.panel-left {
	width: 72%;
	float: left;
	margin-right: 3%;
}
.panel-right {
	width: 25%;
	float: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 10px;
}

.entry-content .ul-list, .entry-content .ol-list, .entry-content ol, .entry-content ul {
	margin-bottom: 26px;
}
.entry-content .ul-list {
	margin-left: 0px;
}
.entry-content .ul-list li {
	padding-left: 25px;
	background-position: left 5px;
	background-image: url(../images/check-box.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
}
.entry-content ol li, .entry-content ul li, .entry-content ul-list li {
	margin-bottom: 10px;
}
.entry-content ol li a, .entry-content ul li a {
	color: #1d1d1d;
}
.entry-content ol li a:hover, .entry-content ul li a:hover {
	color: #ce271e;
}
.ul-part li {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}


@media only screen and (max-width:1920px) {

}

@media only screen and (max-width:1600px) {

}
@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1200px) {
h1 {
    font-size: 30px;
}
.footer-nav .nav-link {
    padding: .5rem 1rem;
}
}
@media only screen and (max-width :1024px) {
	
}
@media only screen and (max-width :991px) {
.navbar {
  padding-top: 30px;
}
.footer-nav .nav-link {
padding: .5rem .5rem;
}

.ft-address li{
width: 100%;
padding: 5px;
float: inherit;
}


}
@media only screen and (max-width:767px) {
.h5, h5 {
    font-size: 1.15rem;
}
.header
{
text-align:center;
}
.logo img {
    height:80px;
}
.right-hide{
		display:none;
}
.header-top li {
    padding: 8px 4px;
}
.hdtop-right ul li {
    padding: 8px 4px;
}
.footercopy, .footercopy .text-end
{
	text-align:center !important;
}

	#pgc-6-7-0{
		   margin-bottom:0px  !important;
	}
}
@media only screen and (max-width:575px) {
h1, h2, .title-line, .post-title {
    font-size: 25px;
}


.hdtop-left, .hdtop-right
{
	width:100%;
	text-align:center;
}
.hdtop-right ul {
    float: none;
}

.footer {
    margin-top: 40px;
}
.footer-logo li {
    width: 50%;
}
.footercopy .text-end
{
	margin-top:6px;
}
.footer-nav .nav-link {
    padding: .2rem .5rem;
}

}
@media only screen and (max-width:480px) {
	
}
@media only screen and (max-width:399px) {

}
@media only screen and (max-width:359px) {

}
@media only screen and (max-width:320px) {

}



/* /// */


