@font-face {
	font-family: 'Raleway';
	src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'Raleway-ExtraBold';
	src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url("../fonts/Raleway-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'OpenSans';
	src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
}
*:focus{
	outline-width: 0;
} 
body{
	font-family: 'OpenSans', Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #fff;
	overflow-x: hidden;
}
p,
a,
span {
    color: #777;
    font-family: 'OpenSans', Arial, sans-serif;
    line-height: 26px;
}
a{
	text-decoration: none;
	color: #0e1221;
}
a:hover{
	color: #dd4454;
}
p{
	text-align: justify;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway-ExtraBold', 'OpenSans', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333;
}
h2 {
    font-size: 30px;
	line-height: 30px;
}
h3 {
    font-family: 'Raleway-ExtraBold', 'OpenSans', Arial, sans-serif;
	font-size: 21px;
    line-height: 24px;
	margin-bottom: 15px;
}
h6{
	font-family: 'Raleway', 'OpenSans', Arial, sans-serif;
	line-height: 26px;
}
.small, small {
    font-size: .775em;
}
.d-table {
  display: table-row;
}
.z-index-1{
	z-index: 1;
}
.text-justify{
	text-align: justify;
}
.color1{
	color: #00548e;
}
.color2{
	color: #f6921e;
}
.color3{
	color: #124f90;
}
.bg1{
	background-color: #00548e!important;
}
.bg2{
	background-color: #f6921e;
}
.bg3{
	background-color: #2c3741;
}
.heading-center:after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    bottom: -13px;
    left: 50%;
    margin-left: -20px;
	background-color: #f6921e;
}
.heading-left-top{
    width: 100%;
    display: block;
    padding-top: 12px;
    /* text-transform: uppercase;*/
}
.heading-left-top::after{
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    top: 0;
	background-color: #f6921e;
}
.divider-line1{
	height: 2px;
    margin-top: 18px;
    width: 50px;
}
.btn{
	font-size: 0.8rem;
}
.btn1{
	color: #fff;
	border-radius: 5%;
	padding: 10px 30px;
	background: #00548e;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn1:hover{
	color: #fff;
	background: #f6921e;
}
.btn2{
	text-decoration: none;
    color: #ee8004;
	
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn2:hover{
	text-decoration: none;
	color: #000;
}

.btn3{
	color: #fff;
	padding: 10px 30px;
	background-image: linear-gradient(to right,#dd4454 0%,#dd9044 50%,#dd4454 100%);
	background-size: 200% auto;
	transition: .5s;
	text-transform: capitalize;
	text-align: center;
	border-radius: 5em;
}
.btn3:hover{
	color: #fff;
	background-position:right center;
}
.btn4{
	color: #fff;
	padding: 10px 30px;
	background-image: linear-gradient(to right,#dd4454 0%,#dd9044 50%,#dd4454 100%);
	background-size: 200% auto;
	transition: .5s;
	text-transform: capitalize;
	text-align: center;
	border-radius: 5em;
}
.btn4:hover{
	color: #fff;
	background-position:right center;
}
.form-select, .form-control, .input-group-text {
	font-size: 14px;
}
.form-label {
    margin-bottom: 0.3rem;
}
.form-floating>.form-control{
    height: auto;
}
/*.breadcrumb-sec:before {
    content: '';
    width: 100%;
    height: 100%;
	background: rgb(207 211 210 / 40%);
    z-index: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
.main-header{
	z-index: 999;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-family: 'WorkSans-Regular-400', sans-serif;
	 margin-top: 20px;
}
.main-header .container{
	-webkit-box-shadow: 0px -8px 0px 0px rgb(255 255 255 / 20%);
	-moz-box-shadow: 0px -8px 0px 0px rgba(255,255,255,0.2);
	box-shadow: 0px -8px 0px 0px rgb(255 255 255 / 20%);
}
.main-header.fixed-header{
    /*background: #00548e!important;*/
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.main-header .dropdown-toggle::after {
    content: "\f078";
    font-family: "font awesome 5 free",sans-serif;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    right: -6px;
    transition: .3s ease-out;
	border: 0px;
	vertical-align: 0;
    display: initial;
    margin-left: 0;
}
.main-header .navbar-nav .nav-item{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.main-header .navbar-nav .nav-link {
    line-height: 48px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
	position: relative;
	padding-right: 0px;
    padding-left: 0px;
}
/*.main-header .navbar-nav .nav-link.active, .main-header .navbar-nav .nav-link:hover, .main-header .navbar-nav .show>.nav-link {
    color: #0081b7;
}*/
.main-header .navbar-nav .nav-link:before {
    background: #00548e;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: .3s ease-in-out;
    width: 0;
}
.main-header .navbar-nav .nav-link:hover:before,.main-header .navbar-nav .nav-link.active:before{
	left:0;
	right:0;
	width:100%;
}
.main-header .dropdown-menu{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border-radius: 0;
	padding: 28px 0;
	margin-top: -0.19rem;
}
.main-header .dropdown-menu li {
    padding: 0 25px;
}
.main-header .dropdown-menu li a{
    font-size: 13px;
    color: #333;
    padding: 15px 0px;
    border-bottom: 1px dotted #ddd;
}
.main-header .dropdown-menu li a:hover{
	background: transparent;
}
.main-header .dropdown-menu li:last-child a{
	border: none;
}
.main-header .dropdown-menu li:hover a{
	color: #f6921e;
}
/*---- Home Page CSS ----*/
#homePgSlider .carousel-caption{
	top: 50%;
    left: 13%;
	-ms-transform: translate(-13%, -50%);
  	transform: translate(-13%, -50%);
	right: unset;
	bottom: unset;
	text-align: left;
	-webkit-animation: bubble 5s linear infinite;
    animation: bubble 5s linear infinite;
    /*background-image: linear-gradient(to top,#dd4454 0%,#dd9044 100%);*/
	padding: 19px 50px;
}
#homePgSlider h5{
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 700;
}
@-webkit-keyframes bubble{
	0%,100%{border-radius:64% 46% 37% 73%/55% 58% 42% 45%}
	25%{border-radius:43% 47% 47% 38%/43% 46% 64% 27%}
	50%{border-radius:48% 72% 44% 56%/49% 40% 60% 51%}
	75%{border-radius:40% 60% 70% 30%/47% 62% 38% 53%}
}
@keyframes bubble{
	0%,100%{border-radius:64% 46% 37% 73%/55% 58% 42% 45%}
	25%{border-radius:43% 47% 47% 38%/43% 46% 64% 27%}
	50%{border-radius:48% 72% 44% 56%/49% 40% 60% 51%}
	75%{border-radius:40% 60% 70% 30%/47% 62% 38% 53%}
}


#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #FFF;
  overflow: hidden;
}

.loader {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
	border: 8px solid #00548e;
    border-top: 8px solid #e45613;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes spin {
  to {
    border-top-color: #e45613;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    border-top-color: #e45613;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.top-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: 0.6s ease-in;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    background: #0b3463;
}

.top-header-wrapper .container {
    padding: 0px 25px;
}

/*---- Footer CSS ----*/
.footer{
	background-color: #25272e;
    position: relative;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-form{
	/*border-top: 2px solid #dd4454;*/
	z-index: 555;
	background-color: #fff;
}
.footer-form form .form-control{
	border: 2px solid #f2f5f7;
}
.ft-icon{
	color: #0b305e;
	font-size: 20px;
}
ul.arrow-icon > li{
	background-image: url(../images/arrow.png);
    background-position: 0 center;
	background-repeat: no-repeat;
    list-style: none;
    padding-left: 15px!important;
    padding-top: 0px;
    margin-bottom: 6px!important;
}
.ft-icon:hover{
    color: #e8690d;
}
.address-sec .svg-inline--fa{
	height: 39px;
    line-height: 2.5em;
    width: 39px;
    color: #00548e;
    border: 2px solid #00548e;
    text-align: center;
    border-radius: 50%;
    padding: 7px;
}
.scroll-top {
    background-color: #00548e;
    bottom: 105%;
    color: #fff;
	display: none; 
    text-align: center;
	padding: 15px 18px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-decoration: none;
    z-index: 1000;
}
.scroll-top.open {
    bottom: 50px;
	display: block;
}
.scroll-top:hover{
	opacity: 1;
}

footer h6{
	color: #fff;
}
.footer-social-icons{
    margin-top: 15px;
}

.footer-social-icons > li{
    list-style: none !important;
    background-image: none !important;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.footer-social-icons li a{
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.footer-social-icons li a:hover{
    color: #fff;
}

.footer-social-icons li a{
    background-color: #565f66;
    color: #fff;
}
/*---- Responsive CSS ----*/
@media only screen and (max-width: 767px){
	.main-header{
		margin-top: 0px;
	}
	.cust-nav-tabs.nav-tabs li.nav-item {
		 width: 100%; 
		 margin-bottom: 10px; 
		 border-radius: 24px; 
	}
	.cust-nav-tabs.nav-tabs li.nav-item .nav-link{
		width: 100%; 
		border-radius: .25rem;
	}
}
@media only screen and (min-width: 768px){
	.breadcrumb-sec{
		margin-top: -135px;
	}
}
@media only screen and (min-width: 991px){
	.main-header .navbar-nav .nav-link{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
}
@media only screen and (min-width: 1200px){
	.main-header{
		 background: transparent;
	}
	.main-header.fixed-header{
		 background: #fff!important;
	}
	/*-- Home Page --*/
	/*#homePgSlider{
		margin-top:-88px;
	}*/
	#homePgSlider .carousel-caption{
		padding: 106px 0;
	}
	#homePgSlider h5{
		font-size: 33px;
	}
}
@media only screen and (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1128px;
	}
}
@media only screen and (max-width: 1600px){
	.hp-sustain-content{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 80%;
		padding-left: 3rem;
	}
}
@media only screen and (max-width: 991px){
	.hp-sustain-content{
		margin: 0;
		position: relative;
		top: 0%;
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		width: 100%;
		padding: 30px 15px;
	}
}