/*Genral*/
body{
	font-family: 'Montserrat', sans-serif ;
	scroll-behavior: smooth !important;
	transition: all 0.5s ease;
}
a{
	text-decoration:none !important;
	color:#000;
}
.pd0{
	padding:0px !important;
}
.pdbtm0{
	padding-bottom:0px !important;
}
.pd30{
	padding:30px 0px!important;
}
.pd50{
	padding:50px 0px !important;
}
.pd80{
	padding:80px 0px !important;
}
.pd-top-50{
	padding-top:50px !important
}
.pd-t-100{
	padding-top:100px !important;
}
.pd-b25{
	padding-bottom:25px !important
}
.pdcust{
	padding: 62px 40px !important;
}
.pdlr{
	padding:0px 20px;
}
.bg-cust1{
	background:#14759f;
}
.bg-custom2{
	background:#04202d;
}
.bg-cust3{
	background:#14759e;
}
.bg-grey{
	background:#f2f2f2 !important;
}
.bg-black{
	background:#000;
}
.color-white{
	color:#fff !important;
}
.mrg0{
	margin:0px !important;
}
.mrg30{
	margin:30px 0px !important;
}
.mrg-b-30{
	margin-bottom:30px !important;
}
.mrg-t-30{
	margin-top:30px !important;
}
.mrg-t-20{
	margin-top:-30px !important;
}
.mrgn-t-60{
	margin-top:60px !important;
}
.mrg-t-90 {
    margin-top: -100px !important;
}
.mrgn-btm-60{
	margin-bottom:60px !important;
}
.mrgb-80{
	margin-bottom:-80px !important;
}
.mrgt-200{
	margin-top:-200px !important;
}
.pad-lf-40{
	padding-left:40px !important
}
.btn-style{
	padding: 8px 15px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    background: #1c2e5d ;
    transition-delay: 0.5s;
    transition: all 0.5s ease;
    display: inline-block;
    border: 1px solid transparent;
}
.btn-style:hover{
	color:#1c2e5d ;
	border:1px solid #1c2e5d ;
	background:transparent;
}
.btn-style1{
	padding: 5px 10px;
    text-align: center;
    color: #1c2e5d ;
    background: transparent;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	font-size:14px;
	font-weight:600;
	border:1px solid #1c2e5d ;
}
.btn-style1:hover{
	background:#1c2e5d ;
	color:#fff;
}
.title-hd h3 {
    position: relative;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}
.title-hd h3:before {
    position: absolute;
    bottom: -8px;
    right: 47%;
    content: "";
    background: #1d5b88;
    width: 70px;
    height: 2px;
}



.title-hd1 h3 {
    position: relative;
	font-size: 32px;
	font-weight:900;
    text-align: left;
    margin-bottom: 35px;
}
.title-hd1 h3:after {
    position: absolute;
    bottom: -5px;
    left: 0%;
    content: "";
    background: #1d5b88;
    width: 70px;
    height: 1.5px;
}

/*Genral*/


/* scroll up */
#scrollUp {
	bottom: 20px;
	right: 20px;
	padding:20px;
	background: #1c2e5d;
	color: #fff;
	position:relative;
	transition-delay:0.5s;
	transition:all 0.5s ease; 
	border:1px solid transparent;
}
#scrollUp:before{
	position:absolute;
	content:'\f102';
    font-family: 'FontAwesome';
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:30px;
}
#scrollUp:hover{
	background: #000;
	border:1px solid #1c2e5d;
}
/* scroll up */


/*Header*/
.headpart{
	margin:0px;
}
.hd-cont{
	background: #1d5b88;
    padding: 5px 0px;
    color: #fff;
}
.hd-cont p{
	padding: 0px;
	margin:0px;
}
.hd-cont ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:right
}
.hd-cont ul li{
	display:inline-block;
	position:relative;
	padding: 0px 10px;
	color:#fff;
	font-size:14px;

}
.hd-cont ul li a{
	color:#fff;
}

.header-in{
	position: relative;
	padding:10px 10px 10px 45px;
}
.header-in i{
	position: absolute;
	top:15px;
	left:5px;
	font-size:34px;
	color:#1c2e5d;
}
.header-in h5{
	font-size:12px;
	font-weight:700;
}
.header-in h6{
	font-size:12px;
}
/*Header*/


/*Index Page*/

/*Carousel*/
/*Intro Craousel*/

.part1  .owl-carousel .item {
	height: auto;
	background: #fff;
	color: #fff;
	position: relative; 
  }
  .part1  .owl-carousel .item::before{
	  position:absolute;
	  top:0px;
	  left:0px;
	  width:100%;
	  height:100%;
	  content:'';
	  background:rgba(0,0,0,0.23)
  }
  .part1  .owl-carousel .slide::before{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background:transparent
}
  .part1  .owl-carousel .item img{
	 width: 100%;
  }
  .part1 .owl-item .item .text{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	text-shadow: 2px 2px 15px rgba(0,0,0,0.6);
	text-align:center;
	padding: 75px;
  }
  .part1 .owl-item .item .text1{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 80%;
	left: 50%;
	transform:translate(-50%,-50%);
	text-align:center;
	padding: 75px;
  }
  .part1 .owl-item .item .text p{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
  .part1 .owl-item .item .text1 p{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
 
  .part1 .owl-item.active .item .text{
	opacity: 1;
  transition: all 1s ease 0.8s;
  }
  .part1 .owl-item.active .item .text1{
	opacity: 1;
  transition: all 1s ease 0.8s;
  }
  .part1 .owl-item.active .item .text p{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:18px;
	text-align:center;
	color:#fff;
  }
  .part1 .owl-item.active .item .text1 p{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:18px;
	text-align:center;
	color:rgb(124, 124, 124);
  }
  .part1 .owl-item .item .text h3{
	  font-size:46px;
	  font-weight:500;
	  text-transform: uppercase;
      color:#fff;
      text-align:center;
  }
  .part1 .owl-item .item .text h3 span{
	  color:#fff;
	  font-size:42px;
	  font-weight:600;
  }
  .part1 .owl-item .item .text .btn{
	  width:200px;
	  height:55px;
	  border-radius: 40px;
	  border:2px solid #1d5b88 ;
	  background:#1d5b88 ;
	  color:#fff;
	  font-size:20px;
	  margin-top:20px;
	  margin-left:20px;
	  transition:1s ease;
  }
  .part1 .owl-item .item .text .btn:hover{
	  color:#1d5b88 ;
	  background-color:#fff;
	  padding:0px !important;
  }
  .part1 .owl-item .item .text .btn .fa{
	  font-size:24px;
  }
  .part1 .owl-item .item .text .btn :hover .fa{
	  background-color:#fff;
	  border-radius:50%;
	  color:#000;
  }
  .part1 .owl-carousel .item{
	  background-color:transparent;
  }
  .part1 .maincaroimg{
	  width:100%;
  }

  
.customNavigation .prev{
	position:absolute;
	left:5%;
	top:60%;
	transform: translate(-50%,-50%);
	z-index:99;
	cursor: pointer;
}
.customNavigation .next{
	position:absolute;
	right:0%;
	top:60%;
	transform: translate(-50%,-50%);
	z-index:99;
	cursor: pointer;
}
.customNavigation i{
	font-size:18px;
	font-weight:100;
	padding:7px 9px 5px 8px;
	background:whitesmoke;
	color:#333;
}
/*Carousel*/

/* page title */
.page-title h4{
	color:#14759e;
}
.page-title h3{
	font-weight:700;
	margin-bottom:40px;
}
/* page title */

/* section 1 */
.index-service h5{
	font-size:13px;
}
.index-service h4{
	font-size:28px;
}
.index-service h6{
	font-size:16px;
	font-weight:600;
}
.index-service p{
	text-align:justify;
	font-size:14px;
}
.index-service{
	padding:10px 12px; 
}
.index-service a{
	color:#1c2e5d;
	font-weight: 700;
}
.border-leftshadow{
	border-left: 1px solid rgba(241,241,241,1);
}
/* section 1 */

/* section 2 */
.index-intro h5{
	font-size:14px;
	text-transform: uppercase;
}
.index-intro h4{
	font-size:26px;
	text-transform: uppercase;
	font-weight:700;
}
.index-intro p{
	text-align: justify;
	font-size:16px;
}
.index-intro ul{
	padding:0px;
	list-style-type: none;
}
.index-intro ul li{
	font-size:16px;
	padding:8px 0px;
}
.index-intro ul li i{
	color:#1c2e5d;
}
.index-intro a{
	color:#1c2e5d;
	font-weight:700;
}

/* sectino 2 */

/* section 3 */

.index-product h5{
	font-size:14px;
	text-transform: uppercase;
}
.index-product h4{
	font-size:26px;
	text-transform: uppercase;
	font-weight:700;
}

.index-prd-inner{
	position: relative;
	transition: all 0.5s ease;
	overflow:hidden;
	margin:15px 0px;
}
.index-prd-over{
	position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(68, 75, 106, 0.8);
	color:#fff;
	transform: translateY(-100%);
	transition: all 0.5s ease;
}
.index-prd-over h3{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:18px;
}
.index-prd-inner:hover .index-prd-over{
	transform: translateY(0)
}
/* section3  */

/* section 4 */
.bg-test{
	background:linear-gradient(rgba(7, 43, 134,0.8)10%, rgba(7, 43, 134,0.8)100%), url('../images/home/bg1.jpg') fixed;
	color:#fff;
	text-align: center;	
}
.bg-test h3{
	text-transform: uppercase;
	font-size:28px;
}
.bg-test .testi-caro .item{
	margin:30px 0px 0px;
}
.bg-test h4{
	font-size:17px;
}

/* section 4 */

/* section 5 */
.index-cli h5{
	font-size:14px;
	text-transform: uppercase;
}
.index-cli h4{
	font-size:26px;
	text-transform: uppercase;
	font-weight:700;
}
.border-rightshadow{
	border-right: 1px solid rgb(150, 150, 150);
}
.bg-dark-grey{
	background:#e4e4e4;
}
.cli-caro-in{
	padding:20px;
}
/* section 5 */

/* footer */
.footer-part h3{
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
	font-weight:600;
}
.footer-part p{
	margin-bottom:5px;
	color:#fff;
}
.footer-part ul{
	padding:0px;
	margin:0px;
	list-style-type:none; 
}
.footer-part ul li{
	padding:8px 0px;
}
.footer-part ul li a{
	color:#fff;
}
.footer-part a{
	color:#fff;
}
.footer-part input, .footer-part textarea{
	width:100%;
	padding:5px 10px;
	border:0px;
	resize: none;
}
.form-btn{
	display:inline-block;
	margin:10px 0px;
	background:#1c2e5d;
	color:#fff;
	border:1px solid #fff;
	transition: all 0.5s ease;
}

.social-icon ul{
	padding:0px;
	margin:0px;
}
.social-icon ul li{
	display: inline-block !important;
	float:left;
	padding: 0px 10px;
}
/*Social Icon*/
img{
	margin:0 auto;
}
 .social-btn-roll {
    border: 1px solid transparent !important;
    background: 0 0;
    color: #6a7e8e !important;
}
.social-btn-roll {
    width: 35px;
    height: 35px;
    border: 1px solid #3b5998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.social-btn-roll.facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.social-btn-roll-icons {
    width: 200%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-btn-roll-icon {
    width: 50%;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social-btn-roll:hover .social-btn-roll-icons {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.social-btn-roll.twitter {
    border-color: #4cc4f2;
    color: #4cc4f2;
}
.social-btn-roll.google-plus {
    border-color: #dd4b39;
    color: #dd4b39;
}
.social-btn-roll.instagram {
    border-color: #9b6954;
    color: #9b6954;
}
.social-btn-roll:hover .social-btn-roll-icon {
    color: #f6f6f6;
}
.social-btn-roll.share:hover {
    background: #0d465f;
}
.social-btn-roll.facebook:hover {
    background: #3b5998;
}
.social-btn-roll.twitter:hover {
    background: #4cc4f2;
}
.social-btn-roll.google-plus:hover {
    background: #dd4b39;
}
.social-btn-roll.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	;
	border: 1px solid #fff !important;
}
/*Social Icon*/
/* footer */
/* footer */
footer p{
	text-align: left;
	margin:0px;
	padding:5px 0px;
}
footer a{
	color:#fff;
}
.bd-red{
	border-top:1px solid #1d5b88;
	background:#1c2e5d;
	color:#fff;
}
/* footer */
/* floating icon */

.socen {
	position: fixed;
	bottom: 10%;
	right: -250px;
	z-index: 9;
}
.socen ul {
	padding: 0px;
	-webkit-transform: translate(250px, 0);
	-moz-transform: translate(250px, 0);
	-ms-transform: translate(250px, 0);
	-o-transform: translate(250px, 0);
	transform: translate(0px, 0);
}
.socen ul li {
	display: block;
	margin: 5px !important;
	background: #fff;
	width: 282px;
	text-align: left;
	padding: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.clearfix {
	clear: both !important;
}
.socen a {
	padding: 0 !important;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #fff;
}
.socen ul li i {
	margin-right: 10px;
	color: #FFF;
	background: #1C4690 !important;
	padding: 9px;
	border-radius: 0;
	width: 40px;
	height: 40px;
	font-size: 25px;
}
.socen ul li .fa-mobile{
	background:#812983 !important;
}
.socen ul li .fa-envelope{
	background: #1d5b88 !important;
	font-size: 21px;
}
.socen ul li .fa-whatsapp{
	background:#33CC66 !important;
}
.socen span {
	position: relative;
	top: -4px;
}
.socen i.fa.fa-mobile {
	margin-right: 10px;
	color: #fff !important;
	background: #00c38e;
	padding: 9px;
	border-radius: 0;
	font-size: 27px;
	line-height: 26px;
	text-align: center;
	float: none !important;
}
.socen ul li:hover {
	-webkit-transform: translate(-135px, 0);
	-moz-transform: translate(-135px, 0);
	-ms-transform: translate(-135px, 0);
	-o-transform: translate(-135px, 0);
	transform: translate(-135px, 0);
	background: black;
}
.socen ul li:hover a {
	color: #fff;
}
/* floating icon */
/*Index Page*/



/* breadcrumb */

.breadcrumb-section{
	padding:50px 0px;
	text-align:left;
	color:#000;
	background:#e1e1e1;
}
.breadcrumb-section h3{
	font-weight: 700;
	text-transform: uppercase;
}
.breadcrumb-section h4{
	font-size:16px;
    margin-bottom: 25px;
}
.breadcrumb-section a{
	color:#000;
}
/* breadcrumb */




/* contact us page */
.contact-page-section {
    position: relative;
    padding: 80px 0px 80px;
}
.sec-title {
    position: relative;
    margin-bottom: 20px;
}
.sec-title .title {
    position: relative;
    color: #1c2e5d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 15px;
    text-transform: capitalize;
}
.contact-form {
    position: relative;
    z-index: 1;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.ui-selectmenu-button.ui-button, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
    z-index: 1;
    height: 60px;
    background: none;
    border: 1px solid #aaaaaa;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    height: 200px;
    resize: none;
    border-radius: 0px;
    margin-right: 60px;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
}
.contact-form .form-group input[type="submit"], .contact-form button {
    margin-top: 0px;
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 12px 22px;
	background-color: #1c2e5d;
	border:0px;
	box-shadow:none;
}
.contact-info-section {
    position: relative;
    padding: 50px 0px 0px;
}
.contact-info-section .inner-container {
    position: relative;
    border-radius: 15px;
	margin:15px 0px;
}
.contact-info-section .inner-container .info-box {
    position: relative;
}
.contact-info-section .inner-container .info-box .box-inner {
    position: relative;
    text-align: center;
	background-color: #fff;
	padding: 30px 10px;
	min-height:250px;
	transition:all 0.5s ease;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1)
}
.contact-info-section .inner-container .info-box .box-inner:hover{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
}
.contact-info-section .inner-container .info-box .box-inner:before {
    position: absolute;
    content: '';
    right: -25px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
.contact-info-section .inner-container .info-box .box-inner .icon {
    position: relative;
    color: #1c2e5d;
    font-size: 40px;
    line-height: 1em;
}
.contact-info-section .inner-container .info-box .box-inner h3 {
    position: relative;
    color: #000;
    font-size: 24px;
    margin: 20px 20px;
    text-transform: uppercase;
}
.contact-info-section .inner-container .info-box .box-inner .text {
    position: relative;
    color: #000;
    font-size: 16px;
	line-height: 1.8em;
	text-align:left;
}
.contact-info-section .inner-container .info-box:last-child .box-inner:before{
	display:none;
}
.contact-info-section .inner-container .info-box .box-inner ul {
	position: relative;
	list-style-type: none;
	padding:0px;
}
.contact-info-section .inner-container .info-box .box-inner ul li {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
/* contact page */



/* product page */

.home-package-in{
	transition:all 0.5s ease;
	margin:30px 10px 5px;
}
.home-package-in:hover{
	transform: translateY(-3%);
}
.home-package h3{
	text-align:center;
	font-size: 24px;
	font-weight:600;
}
.home-package-cnt{
	padding:20px 15px 25px;;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:2px solid #1c2e5d;
	position:relative;
}
.home-package-cnt::before{
	position: absolute;
	content:'';
	width:100%;
	height: 2px;
	background:#1c2e5d;
	left:0px;
	bottom:0px;
	transform: scale(0);
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.home-package-in:hover .home-package-cnt::before{
	transform: scale(1);
}
.home-package-cnt h3{
	text-align:left;
	font-size:14px;
	min-height:30px;
}
.home-package-cnt i{
	color:orange;
}
.home-package-cnt p{
	font-size:14px;
}
.checked {
	color: orange;
}
/* product page */


/* about us */
/* vision */

.steps {
    padding: 5px 10px 5px 140px;
    position: relative;
    margin: 70px auto 70px;
}
.steps .icon-wrap {
    position: absolute;
    top: 0px;
    left: 15px;
}
.icon-wrap {
    padding: 20px 25px;
    border-radius: 50%;
    border: #dddbdb solid 1px;
    width: 108px;
    height: 108px;
    text-align: center;
    position: relative;
}
.icon-inner{
	width:66px;
	height:66px;
}

.cor-pg-inner p{
	text-align:justify;
}
.cor-pg-inner ul li{
	font-size:16px;
	padding:8px 0px;
	text-align:justify;
}
.section-header h2 {
    margin: 0 auto 20px;
}


/* vision */




/* quality policy */


.why-choose-us{
    position:relative;
    display:table;
    width:100%;
}
.why-left{
    position: relative;
	/* background:linear-gradient(120deg, rgba(7, 43, 134, 0.8)10%, rgba(7, 43, 134, 0.8) 100%), url('../images/home/bg2.jpg') fixed; */
	color:#000;
}
.why-left h3{
	background: #1c2e5d;
	color: #fff;
	padding: 10px 0px 10px 10px;
	margin: 10px 0px 0px 0px;
}
.why-left p{
	padding:20px 20px;
	background: #f3f3f3;
	text-align: justify;
}
.why-left .cont{
	padding:0px 0px;
	background: #f3f3f3;
	text-align: justify;
}
.why-right{
    padding:10px 10px !important;
    /* background:linear-gradient(120deg, rgba(7, 43, 134, 0.6)10%, rgba(7, 43, 134, 0.6) 100%), url('../images/home/bg1.jpg'); */
    color:#000;
}
.why-right i{
	background: #1c2e5d;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
}

.why-left i{
	background: #1c2e5d;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
}
.why-right h6{
	text-align: center;
	margin-top: 15px;
}

.pd-top-10{
	padding-top:10px ;
}
.why-right .policy{
	background: #acacac;
	margin-top: 10px;
	padding: 10px 10px;
}
.why-left h6{
	text-align: center;
	margin-top: 15px;
}
.why-left i{
	background: #1c2e5d;
	padding: 10px 10px;
	color: #fff;
}
.why-left .policy{
	background: #acacac;
	margin-top: 10px;
	padding: 10px 15px;
}
.why-choose-us h3{
    font-weight:800;
    font-size:32px;
    color:#fff;
    margin-bottom:30px;
}
.why-choose-us h4{
    color:#fff;
    margin-bottom:20px;
}
.why-choose-us h4 span{
    color:#fff !important;
}
.why-choose-us p{
    margin-bottom:30px;
}
.why-choose-us p i{
    font-size:10px;
}
.why-choose-us ul{
	padding:0px;
	list-style-type: none;
}
.why-choose-us ul li{
	padding:8px 0px;
	font-size:18px;
}

.features-box{
	text-align: center;
	margin:15px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	padding:10px;
	transition: all 0.5s ease;
}
.features-box h6{
	font-size:15px;
}
.features-box-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #1c2e5d;
    font-size: 50px;
    padding: 10px;
	transition: all 0.5s ease;
}

.features-box:hover{
	background: #1c2e5d;
	color:#fff;
}
.features-box:hover i{
	color:#fff;
}
/* quality policy */


/* time line */
.timeline {
	color: #fff;
}
.timeline h1, .timeline ul li .content h2 {
	text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);
}
.timeline h1 {
	background: #1c2e5d;
	padding: 70px 0;
	font-size: 2.5em;
	text-align: center;
}
.timeline ul {
	padding: 50px 0;
}
.timeline ul li {
	background: #1c2e5d;
	position: relative;
	margin: 0 auto;
	width: 5px;
	padding-bottom: 40px;
	list-style-type: none;
}
.timeline ul li:last-child {
	padding-bottom: 7px;
}
.timeline ul li:before {
	content: '';
	background: #faf8eb;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border: 3px solid #1c2e5d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.timeline ul li .hidden {
	opacity: 0;
}
.timeline ul li .content {
	background: #1c2e5d;
	position: relative;
	top: 7px;
	width: 450px;
	padding: 20px;
}
.timeline ul li .content h2 {
	color: #fff;
	padding-bottom: 10px;
	text-align: center;
}
.timeline ul li .content p {
	text-align: center;
}
.timeline ul li .content:before {
	content: '';
	background: #1c2e5d;
	position: absolute;
	top: 0px;
	width: 38px;
	height: 5px;
}
.timeline ul li:nth-child(odd) .content {
	left: 50px;
	background: #1c2e5d;
	background: -webkit-linear-gradient(-45deg, #1c2e5d, #1c2e5d);
	background: linear-gradient(-45deg, #1c2e5d, #1c2e5d);
}
.timeline ul li:nth-child(odd) .content:before {
	left: -38px;
}
.timeline ul li:nth-child(even) .content {
	left: calc(-450px - 45px);
	background: #1c2e5d;
	background: -webkit-linear-gradient(45deg, #1c2e5d, #1c2e5d);
	background: linear-gradient(45deg, #1c2e5d, #1c2e5d);
}
.timeline ul li:nth-child(even) .content:before {
	right: -38px;
}
/* ------------------------- ----- Media Queries ----- ------------------------- */
@media screen and (max-width: 1020px) {
	.timeline ul li .content {
		width: 41vw;
   }
	.timeline ul li:nth-child(even) .content {
		left: calc(-41vw - 45px);
   }
}
@media screen and (max-width: 700px) {
	.timeline ul li {
		margin-left: 20px;
   }
	.timeline ul li .content {
		width: calc(100vw - 100px);
   }
	.timeline ul li .content h2 {
		text-align: initial;
   }
	.timeline ul li:nth-child(even) .content {
		left: 45px;
		background: #1c2e5d;
		background: -webkit-linear-gradient(-45deg, #1c2e5d, #1c2e5d);
		background: linear-gradient(-45deg, #1c2e5d, #1c2e5d);
   }
	.timeline ul li:nth-child(even) .content:before {
		left: -33px;
   }
}

/* time line */
/* about us */


/* employee portal */


/* staff login page */
.bg-img1{
	background:linear-gradient(45deg, rgba(243, 243, 243, 0.5), rgba(243, 243, 243, 0.5)), url('../images/home/bg1.jpg') fixed;
}
.login-form-inner{
	padding:50px 25px;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	height:100%;
	width: 100%;
}
.login-form-inner h3{
	text-align:center;
	font-size:32px;
	margin-bottom:15px;
}
.login-form-inner input{
	width:100%;
	padding:8px 5px;
	margin:8px 0px 10px;
	border:0px;
	border-bottom:1px solid; 
}
.fileup{
	margin:0px 0px 8px !important;
	padding:0px !important;
}
.login-form-inner input:focus{
	outline:none;
	box-shadow: none;
}
.login-form-inner .login-button{
	margin:10px 0px;
	padding:5px 25px;
	background:#69307b;
	color:#fff;
	text-align:right;
	box-shadow: none;
	border:1px solid transparent;
	transition:all 0.5s ease;
}
.login-form-inner .login-button:hover{
	background:#CD6327;
	border:1px solid #69307b;
	color:#fff;
}
/* staff login page */

/* employee portal */

/* custom */
.bg-vis{
	background: linear-gradient(120deg, rgba(7, 43, 134, 0.6), rgba(7, 43, 134, 0.6)), url('../images/home/bg2.jpg')fixed;
	color:#fff;
	background-size: cover
}
.infra-in{
	padding:20px 5px;
	text-align:center;
	margin:15px 0px;
	border:15px solid #fff;
	transition: all 0.5s ease;
}
.infra-in:hover{
	background:#fff;
}
.infra-in h3{
	font-size:16px;
	font-weight:600;
	margin:15px 0px 0px;
}
.img-infra{
	width:85px;
	height:85px;
}


.features h5{
	font-size:18px;
	min-height:45px;
}
.features .features-left .feature-item {
	text-align: right;
	position: relative;
	padding: 10px 80px 10px 5px;
	margin-bottom:20px;
}
.features .features-left p{
	text-align:right;
	min-height:80px;
}
.features .features-right p{
	text-align:left;
	min-height:80px;
}
.features .features-left .feature-item .fa {
    position: absolute;
    top: -10px;
    right: 0px;
}
.features .feature-item .fa {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 100%;
}
.features .feature-item .fa:before {
    font-size: 30px;
    line-height: 2.2;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}
.features .feature-item:hover .fa:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.features .feature-item .content p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0 0 1.75em;
}

.features .features-right .feature-item{
	position: relative;
    padding: 10px 5px 10px 80px;
	margin-bottom:20px;
}
.features .features-right .feature-item .fa {
    position: absolute;
    top: -10px;
    left: 0px;
}
.features .feature-item .fa {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 100%;
    margin-top: 10px;
}
.features .feature-item .fa:before {
    font-size: 30px;
    line-height: 2.2;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}
.section-header h3 {
    color: #1c2e5d;
    margin-bottom: 10px;
}
/* cutom */



.our-work-process-section {
    overflow: hidden;
}
.ptb-100 {
    padding: 100px 0;
}
.section-header {
    margin: -8px 0 55px;
}
.section-header .section-title {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2em;
}
.section-header .section-title > span {
    font-weight: 600;
}
.section-header > p {
    margin-bottom: 5px;
}
.our-work-process-section .process-main-content {
    position: relative;
    padding-top: 50px;
}
.our-work-process-section .process-main-content .bg-line {
    height: 250px;
    left: 0;
    position: absolute;
    top: 50px;
    width: calc(100% + 60px);
    background-position: top center;
    background-repeat: no-repeat;
}
.our-work-process-section .single-process {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.our-work-process-section .single-process .process-no {
    background-color: #1c2e5d;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    position: absolute;
    top: -15px;
    right: -12px;
    z-index: 0;
}
.our-work-process-section .single-process .single-process-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.06);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding-top: 22px;
}
.our-work-process-section .single-process .single-process-inner > h2 {
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    padding: 0px 30px 12px;
    text-transform: capitalize;
}
.our-work-process-section .process-list > div:nth-child(2) {
    margin-top: 80px;
}
.our-work-process-section .process-list > div:nth-child(4) {
    margin-top: -35px;
}

.bread-nav{
	text-align:center;
}
.bread-nav ul{
	text-align:center;
	padding:0px;
	margin:0px;
	list-style-type: none;
}
.bread-nav ul li{
	position: relative;
	padding:8px 10px;
	background:transparent;
	margin:0px 5px;
	display:inline-block;
	transition: all 0.5s ease;
}
.bread-nav ul li:before{
	position:absolute;
	content:'';
	left: 0px;
	bottom: 0px;
	width:0%;
	height:3px;
	background:#1c2e5d;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.bread-nav ul li:hover{
	background: #fff;
}
.bread-nav .active{
	background:#fff !important;
}
.bread-nav .active::before{
	width:100% !important;
}
.bread-nav ul li:hover::before{
	width:100%;
}
.bg-graph{
	background:#d9d9d9;
}


.table-bordered thead{
	font-weight:bold;
	color:#003761;
}
.table-bordered thead td{
	background: gray;
}

hr{
	border-color:#333;
}



.streng-inner h3{
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 15px;
}
.streng-box{
	padding:30px;
	text-align: center;
	border: 1px solid #000;
	margin:15px 0px;
}
.bg-bb{
	background-color: #003761;
	color:#fff;
}
.bg-bb1{
	background-color: #fff;
	color:#003761;
}









/* leadership */
.leadership{
	padding: 30px 30px;
}
.leadership1{
	padding: 40px 0px;
}
.leadership h6 span{
	padding: 10px 20px;
	background: #1c2e5d;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.leadership .lead-over h6{
	margin-top:270px ;
	margin-left: -150px;
}
.leadership1 .lead-over1{
	text-align: justify;
	margin-top: 45px;
	margin-left: -60px;
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #d6d6d6;
}
/* leadership */

/* count */
.projects1{
    background: #fff;
    padding: 20px 0px;
    text-align: center;
}.projects{
    background: #1c2e5d;
    padding: 20px 0px;
}
.pro-box{
    text-align: center;
    padding: 10px 10px;
}
.pro-box span{
    font-size: 40px;
    margin: auto;
    color: #fff !important;
}
.pro-box p span{
    font-size: 50px;
    color: #fff !important;
}
.pro-box h4{
	font-size: 18px;
    color: #fff !important;
}
/* count */