@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --black: #000;
  --white: #ffffff;
  --blue-color : #156D86;
  --dark-blue-color : #003348;
  --Raleway-font :'Raleway', sans-serif;
}

.fw-100{
	font-weight: 100 !important;
}

.fw-200{
	font-weight: 200 !important;
}
.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}

.fw-600{
	font-weight: 600 !important;
}

.fw-700{
	font-weight: 700 !important;
}

.fw-800{
	font-weight: 800 !important;
}

.fw-900{
	font-weight: 900 !important;
}

.line-height-35{
	line-height: 35px;
}

.line-height-40{
	line-height: 40px;
}

.line-height-45{
	line-height: 45px;
}

.line-height-50{
	line-height: 50px;
}

a{
	text-decoration: none;
}

h1{
	font-size: 108px;
}

h2{
	font-size: 70px;
}

h3{
	font-size: 50px;
}

h4{
	font-size: 35px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 18px;
}

p,li{
	font-size: 16px !important;
	line-height: 28px !important;
}

html, body{
	overflow-x: hidden;
}

body{
	padding: 0;
	margin: 0;
	font-family: var(--Raleway-font);
}

.noBorderRadius{
	border-radius: 0 !important;
}

.bottomBorderRadius{
	border-radius: 0px 0px 25px 25px !important;
}


.sevens-bg-light{
	background: var(--white) !important;
}

.sevens-bg-dark{
	background: var(--blue-color) !important;
	color: var(--white) !important;
}

.btn-lg{
	padding: 20px 60px;
}

.btn-dark{
	border-radius: 12px;
	background: var(--blue-color);
	border-color: var(--blue-color);
	color: var(--white);
	font-weight: 500;
}

.btn-dark:hover{
	background: var(--dark-blue-color);
	border-color: var(--dark-blue-color);
	color: var(--white);
}


.btn-light{
	border-radius: 12px;
	color: var(--dark-blue-color);
	font-weight: 500;
}

.btn-light:hover{
	background: var(--dark-blue-color);
	border-color: var(--dark-blue-color);
	color: var(--white);
}


/*header style*/

.mainHead{
	box-shadow: 0px 4px 4px 0px #00000040;
}

.fixed-top {
	    top: -40px;
	    transform: translateY(40px);
	    transition: transform .3s;
	    background: var(--white);
}

.logoBox {
  position: absolute;
}


.logo {
  height: 75px;
  position: relative;
  top: 58px;
  z-index: 99999999;
  left: 65px;
}

.logo1 {
  height: 75px;
}


.logoBox::after {
  content: "";
  position: relative;
  top: -10px;
  background: #fff;
  z-index: 99999;
  width: 260px;
  display: block;
  height: 90px;
  border-radius: 100%;
  left: 0;
  box-shadow: 0px 9px 4px 0px #00000040;
}

.mainMenu {
/*	border-right: 1px solid #eee;*/
	padding-right: 25px;
	position: relative;
}

.mainMenu::after{
	content: "";
	height: 50px;
	width: 1px;
	background: #eee;
	position: absolute;
	right: 0;
}

.mainMenu li a{
	color: var(--blue-color);
	padding-left: 23px !important;
}

.mainMenu li a.active,
.mainMenu li a:hover {
  color: var(--dark-blue-color) !important;
}

.social a {
  padding-left: 20px;
  color: var(--blue-color);
  padding-top: 18px;
}

.social a i{
	font-size: 18px;
}

/*banner section*/

.slider .item {
  background-size: cover !important;
  background-position: center center !important;
  height: 100vh;
  position: relative;
}

.slider .item::after{
	content: "";
	position: absolute;
	background: linear-gradient(90deg, #116A83 0%, rgba(0, 131, 168, 0) 100%);
	height: 100vh;
	width: 100%;
}

/*slider dot starts*/

.slider .owl-dots {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 50%;
}




.slider .owl-dots button.owl-dot,
.slider2 .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.slider .owl-dots button.owl-dot.active,
.slider2 .owl-dots button.owl-dot.active {
  background-color: var(--white);
}

.slider .owl-dots button.owl-dot:focus,
.slider2 .owl-dots button.owl-dot:focus {
  outline: none;
}
.slider .owl-nav button,
.slider2 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

/*slider dot ends*/

.caption{
	position:absolute;
	z-index: 999;
	top:37%;
	color: #fff;
}

.caption h1{
/*	-webkit-animation: txt-animation1 10s infinite ease-in-out;  */
}

.caption h6 {
  line-height: 36px;
  border-left: 4px solid var(--white);
  padding-left: 25px;
  margin-left: 5px;
  font-weight: 400;
  font-size: 26px;
/*  -webkit-animation: txt-animation2 10s infinite ease-in-out;*/
}


@keyframes txt-animation1 {
    0%, 20% {opacity: 0;}
    60%  {opacity: 0.8;}
    100% {opacity: 1;}
}

@keyframes txt-animation2 {
    0%, 40% {opacity: 0;}
    60%  {opacity: 0.8;}
    100% {opacity: 1;}
}


section{
	padding-top: 100px;
	padding-bottom: 100px;
}


/*welcome section*/


.welcome h5 {
  line-height: 30px;
  border-left: 4px solid var(--blue-color);
  padding-left: 25px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400 !important;
}

/*services section*/

.serviceText p{
	line-height: 35px;
	border-left: 4px solid var(--white);
	padding-left: 25px;
	margin-left: 5px;
}

.services{
	background: var(--blue-color);
	border-radius: 25px 25px 0px 0px;
}

.services .col-md-4{
	display: flex;
}

.serviceBox{
	background: var(--white);
	border-radius: 20px;
	padding:27px;
	position: relative;
  	flex-grow: 1;
  	margin: 60px 32px;
}

.icon {
  background: var(--dark-blue-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -38px;
  left: 17px;
}

.icon img {
  padding-left: 25px;
  height: 50px;
  margin-top: 25px;
}

.content{
	padding-top: 50px;
	text-align: center;
}

.ser{
	margin-top: 100px;
}



/*footer*/

footer{
	background: var(--blue-color);
	border-top: 1px solid var(--blue-color);
}

.footer_logo img {
  height: 75px;
  margin-top: 20px;
}

.footer_logo, .footer_links, .footer_address  {
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer_links li{
	list-style: none;
}

.footer_links li a{
	color: var(--white);
	padding-left: 10px;
	padding-right: 10px;
}

.footer_social_links a{
	color: var(--white);
	padding-left: 15px;
	padding-right: 15px;
}

.footer_social_links a i{
	font-size: 20px;
}



/*slide 2*/

.slide-2{
	background: var(--blue-color);
	border-radius: 30px;
	padding: 80px;
	margin-top: 70px;
}
.slider .item{
	position: relative;
}

.slider2 .owl-dots {
  position: relative;
  bottom: 0;
  margin-top: 35px;
  text-align: center;
}


/*------------------------------ABOUT US PAGE---------------------------------*/

.about .serviceBox {
  background: var(--white);
  border-radius: 20px;
  padding: 27px;
  position: relative;
  margin: 0;
  height: 100%;
}


/*contact page*/

.contact .serviceText h4{
	font-size: 28px;
}


.contactBg{
	position: relative;
	width: 100%;
	height: 100%;
}

.contactBg img{
	border-radius: 20px;
	width: 100%;
}

.contactBg::after{
	content: "";
	position: absolute;
	width: 90%;
	height: 100%;
	background: linear-gradient(90deg, #116A83 0.42%, rgba(1, 129, 165, 0.0736842) 77.5%, 
		rgba(0, 131, 168, 0) 99.37%);
	left: 0;
	border-radius: 20px;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea{
	padding: 20px 18px !important;
	border-color: var(--blue-color);
	box-shadow: none;
	outline: none;
	color: var(--black);
}

.contactForm label {
  background: var(--white);
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  left: 16px;
  top: 13px;
  font-weight: bold;
  color: var(--dark-blue-color);
}

.contactForm textarea{
	height: 230px;
	box-shadow: none !important;
	outline: none !important;
	color: var(--black);
}

/*service page*/

.tabBanner {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  height: 310px;
  border-radius: 20px 20px 0 0;
}

.tabBanner::after{
	content:"";
	width: 100%;
	height: 310px;
	position: absolute;
	background: linear-gradient(90deg, #116A83 0.42%, rgba(1, 129, 165, 0.0736842) 99.36%, rgba(0, 131, 168, 0) 99.37%);
	border-radius: 20px 20px 0 0;
	top: 0;
}

.cont{
	position: relative;
	z-index: 99;
	padding: 30px;
}

.tabBanner p{
	border-left: 4px solid var(--white);
	padding-left: 23px;
	margin-left: 10px;
	margin-top: 80px;
	color: #F8FFFF;
}


.serviceListing .col-md-4{
	display: flex;
}

.serviceBox{
	flex-grow: 1;
	margin-bottom: 20px !important;
}

.serviceListing{
	background: var(--blue-color);
	padding: 50px;
}

.serviceListing .icon {
  background: var(--dark-blue-color);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: -39px;
  left: 17px;
}

.serviceListing .icon img {
  padding-left: 19px;
  height: 38px;
  margin-top: 18px;
}

.serviceListing .content {
  padding-top: 30px;
  text-align: center;
}

.serviceListing .content h5 {
  font-size: 14px !important;
  line-height: 24px;
}

/*tab style*/


.tabs .tab_contents {
  background-color: #fff;
  padding: 1em;
  display: none;
  word-wrap: break-word;
}

.tabs  .tab_contents > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}

.tabs .tab_contents.active {
  display: block;
}

.tabs .tab_contents.active-content > * {
  opacity: 1;
  transform: translateY(0);
}

.tab-head{
  margin: 0;
  padding: 0;
  list-style: none;
}


.tab-head a{	
	width: 100%;	
	margin-bottom: 20px;
	border-radius: 10px;
	background: var(--blue-color);
	padding: 15px 22px;
	display: block;
	
}

.tab-head a{	
	color: var(--white);
	position: relative;	
}



.tab-head a.active {
  background: var(--dark-blue-color);
}

.tab-head a:hover {
    background: var(--dark-blue-color);
}





/*----------------------------*/


.tab-head>li.active,
.tab-head>li.active:hover,
.tab-head>li.active:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: var(--dark-blue-color);
  border:none;
  border-radius:0px;
  margin:0px;
}

.tab-head>a.active::after{
		content: "";
    position: absolute;
    top: 18px;
    right: -9px;
    border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;  
  	border-left: 10px solid var(--dark-blue-color);
    display: block;
    width: 0;
  }

 .tabBanner_borderRadius::after {
  content: "";
  width: 100%;
  height: 310px;
  position: absolute;
  background: linear-gradient(90deg, #116A83 0.42%, rgba(1, 129, 165, 0.0736842) 99.36%, rgba(0, 131, 168, 0) 99.37%);
  border-radius: 20px !important;
  top: 0;
}

.withBorder{
	background: var(--blue-color);
	padding: 50px;
	border-radius: 20px;
}

.withBorder ol li{
	color: var(--white);
	line-height: 35px !important;
}

/*move to top*/

#button {
  display: inline-block;
  background-color: var(--dark-blue-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: var(--dark-blue-color);
  opacity: 0.5;
}
#button:active {
  background-color: var(--dark-blue-color);
}
#button.show {
  opacity: 1;
  visibility: visible;
}