@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Saira', sans-serif; color: #444444;}
a {
  color: #084a94;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}

#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/

/*topbar*/
#topbar {background:#30408d; color: #fff; padding:0;}
#topbar .contact-info1 p{line-height:50px; margin:0;}
#topbar .contact-info1 p i {color: #00a1ea; font-size: 12px; margin-right: 5px;}
#topbar .contact-info{text-align:right;}
#topbar .contact-info ul li { display: inline;}
#topbar .contact-info ul li i{ color:#00a1ea;}
#topbar .contact-info ul li a { display: inline-block; font-size: 14px; line-height: 40px; padding: 0 0px;  margin-right: 20px;color: #fff; font-family: 'Open Sans';  -webkit-transition: all .3s ease; transition: all .3s ease;}
	
/*topbar*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 22px 0;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; background:rgba(254,254,254,0.75);    overflow: hidden; }
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 margin:0 auto;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Saira', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.body-fx #header{padding: 10px 0;
    height: 75px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
     background:rgba(254,254,254,.95);    border-bottom: 1px solid #ccc;}
.body-fx .navbar-default{background-color: transparent !important;}
/**/

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec{padding:0; overflow: hidden; position:relative;}
.bnr-cont{position: absolute; bottom: 200px;; color:#fff; left:0; right:0; margin:0 auto;width: 80%; text-align: center;}
.bnr-cont h2{font-size:60px; line-height:60px;font-weight:600; text-shadow:#181818 5px 4px 6px;}
.bnr-cont h2 span{ font-size:80px; line-height:90px; font-weight:800; color:#00a1ea;}
.bnr-sec .fa{line-height:20px;font-size: 40px; font-weight: 900;}
.bnr-sec:before { content: ''; position: absolute; left: 0px; top: -23px; width: 100%; height: 34px; background: url(../image/border-nice.png);  z-index: 2;}
.bnr-sec:after { content: ''; position: absolute; left: 0px;  bottom: -20px; width: 100%; height: 34px; background: url(../image/border-nice.png); z-index: 2;}
.bnr-sec .carousel-indicators [data-bs-target]{border: 5px solid rgba(0,161,234,1); background: #30408d; width:12px; height:12px; border-radius:50%; opacity:1; margin:2px;}
.carousel-indicators [data-bs-target].active{background-color:#00a1ea; border: 5px solid #30408d; width: 12px; height: 12px; margin: 0; margin:2px;}
.bnr-sec .carousel-inner .carousel-item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;width:100%; height:100vh;
}
@-webkit-keyframes zoom {
    from {
  -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.4, 1.4);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #084a94;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.head-hm {
    text-transform: uppercase;
    font-weight: bold;
    color: #30408d; font-size:40px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.head-hm:before { content: ""; width: 220px; height: 100px; border: 6px solid #f8f8f8; position: absolute; left: 0; right:0;    top: -30px; z-index: -1;margin: 0 auto;}
.head-hm span {
    color: #00a1ea;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-sec{padding:60px 0;}
.about-sec p{line-height:26px; font-size:15px; text-align:justify;}
.about-sec .shape {
 	background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 5;
}

@keyframes morph {
  0% {
			border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
			background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
	} 
	
	50% {
			border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
			background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
	}
  
	100% {
		border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
		background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
	} 
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.practise-area {
	border-bottom: 3px solid #30408d;
	border-radius: 0 0 2px 2px;
	margin-bottom: 30px;
	min-height: 313px;
	overflow: hidden;
	position: relative;
}

.practise-area .thumb {
	overflow: hidden;
	position: relative;
}

.practise-area .thumb img {
	width: 100%;
}

.practise-area .thumb .round-style {
	background-color: #fbf7f8;
	border-radius: 50%;
	bottom: -40px;
	height: 90px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	width: 90px;
}

.practise-area:hover .thumb .round-style {
	bottom: 10px;
}

.practise-area .practise-details {
	background-color: #fbf7f8;
	bottom: -65px;
	padding: 0 15px 30px;
	position: absolute;
	text-align: center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	width: 100%;
}

.practise-area:hover .practise-details {
	bottom: 0;
}

.practise-area .practise-details .icon {
	color: #00a1ea;
	display: inline-block;
	font-size: 40px;
}

.practise-area .practise-details .title {
	font-weight: 600; color:#30408d;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

.practise-area .practise-details .details {
	font-size: 15px;
}

.practise-area .practise-details a.btn-thm {
	margin-top: 15px;
}

.practise-area:hover .practise-details a.btn-thm {
	margin-top: 10px;
}

/* practise-style-4column */

.practise-style-4column .practise-area {
	min-height: 277px;
}

/* practise-style-4column */

.practise-style2-4column .practise-area {
	min-height: 195px;
}

.practise-style2-4column .practise-area .practise-details {
	bottom: -65px;
	display: inline-block;
	padding: 29px 15px 25px;
}

.practise-style2-4column .practise-area:hover .practise-details {
	bottom: 4px;
}

/*** 

====================================================================
	Button Style
====================================================================

***/

.btn-thm {
	font-family: "Roboto",sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	background: #30408d !important;
	position: relative;
	letter-spacing: 1px;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-thm i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #00a1ea !important;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-thm i:after {
	content: '';
	width:1px;
	height:100%;
	background: #00a1ea !important;
	position: absolute;
	left: -2px;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
	background: #00a1ea !important;
}

.btn-thm:hover i,
.btn-thm:focus i,
.btn-thm:active i {
    border-left-color: #30408d !important;
}

.btn-thm:hover i:after,
.btn-thm:focus i:after,
.btn-thm:active i:after {
	background: #30408d !important;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active,
.btn-thm:hover i,
.btn-thm:focus i,
.btn-thm:active i {
	color: #fff !important;
}

.btn-thm.btn-white {
	color: #30408d !important;
	background: #fff !important;
}

.btn-thm.btn-white i {
    border-left: 1px solid #f8f8f8 !important;
}

.btn-thm.btn-white:hover,
.btn-thm.btn-white:focus,
.btn-thm.btn-white:active {
	color: #fff !important;
	background: #30408d !important;
}

.btn-thm.btn-black {
	color: #fff !important;
	background: #1c1c1c !important;
}

.btn-thm.btn-black i {
    border-left: 1px solid #150202 !important;
}

.btn-thm.btn-black i:after {
	background: #5e5a5a !important;
}

.btn-thm.btn-black:hover,
.btn-thm.btn-black:focus,
.btn-thm.btn-black:active {
	color: #fff !important;
	background: #30408d !important;
}

.btn-thm.btn-black:hover i,
.btn-thm.btn-black:focus i,
.btn-thm.btn-black:active i {
    border-left-color: #00a1ea !important;
}

.btn-thm.btn-black:hover i:after,
.btn-thm.btn-black:focus i:after,
.btn-thm.btn-black:active i:after {
	background: #d31e3d !important;
}


.btn-xs {
	font-size: 13px;
	line-height: 35px;
	padding: 0 12px;
}

.btn-xs i {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 0;
}

.btn-lg {
	font-size: 16px;
	padding: 5px 9px 5px 25px;
}

/*--------------------------------------------------------------
# Career section
--------------------------------------------------------------*/
.career-sec{padding:100px 0; background:url(../Image/caareer-pg.jpg) no-repeat top center; background-size:cover; text-align:center;}
.career-sec .head-hm{color:#fff; z-index:1;}
.career-sec .head-hm:before{border: 6px solid rgba(254,254,254,.1);}
.career-sec p{color:#fff;font-size: 15px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #30408d; overflow: hidden;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 15px;
}

#footer .footer-top {
  padding: 60px 0 30px 0; background:#00a1ea;
}


#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .social-links{text-align:right;}
#footer .footer-info{padding: 30px 0;}
#footer .footer-add .fa, #footer .footer-email .fa, #footer .footer-phone .fa{font-size: 45px; display: block; padding: 15px; float: left; background: #30408d; width: 80px; height: 80%; border-radius: 10px;  margin-right: 10px;}
#footer .footer-email .fa{font-size: 42px;}
#footer .footer-add p, #footer .footer-email p, #footer .footer-phone p{padding-top:15px;text-align: justify;font-size: 17px;}
#footer .footer-add, #footer .footer-email, #footer .footer-phone{ text-align:center;}
#footer .footer-top .footer-info p {font-size: 15px;line-height: 24px; margin-bottom: 0;font-family: 'Saira', sans-serif; text-align:center;}
#footer img{margin:10px 0;}
#footer .footer-info p {font-size: 15px;line-height: 24px; margin-bottom: 0;font-family: 'Saira', sans-serif;}
#footer .footer-info p a{font-size: 15px;color:#fff;}
#footer .mb-2 .fa{margin-right:10px; font-size:20px;}
#footer .social-links a {font-size: 18px; display: inline-block; background: #eee; color: #30408d; line-height: 1; padding: 8px 0;
  margin-right: 4px; border-radius: 50%; border:1px solid #00a1ea; text-align: center; width: 36px; height: 36px; transition: 0.3s;}
footer .footer-links ul { list-style: none; padding: 0;  margin: 0;}

footer .footer-links ul i {  padding-right: 8px;  color: #fff;}
footer .footer-links ul li { padding: 5px 0;}
footer .footer-links ul li:first-child { padding-top: 0;}
footer .footer-links ul a {    font-weight: 400; color: #fff;}
footer .footer-links ul a:hover { color: #eee;}
footer .footer-btm{padding-top:50px;}

#footer .social-links a:hover {
  background: #00a1ea;
  color: #fff;
  text-decoration: none;
}

#footer h4 {font-size: 24px; font-weight: 600; color: #00a1ea; position: relative;  padding-bottom: 12px;}

#footer .footer-links {
  margin-bottom: 30px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul i {
  padding:0 8px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer p {text-align:justify;}
#footer p a {color: #00a1ea;}
#footer .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .copyright {
  text-align: left;
  padding-top: 10px;
}
#footer .footer-top .container{/*border-bottom: 1px solid #188cc6;*/}
#footer .credits {padding-top: 10px;text-align: right;font-size: 14px; color: #fff;}
.credits a{color:#eee; font-weight:bold;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header img{margin:inherit;}
  .body-fx #header{padding: 15px 0;
    height: inherit;
    position: relative; background: rgba(47,77,90,.85) !important;}
.navbar-toggle{margin-top: -38px;
    position: absolute;
    right: 0px;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}
.navbar-default, .navbar-default .navbar-collapse{background-color:  rgba(47,77,90,.85) !important;border-color: transparent !important;}
.body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse{background-color: transparent !important;border-color: transparent !important;}
.nav>li>a { padding: 8px 2px;}
.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{    background-color: #00295a;}
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{position:relative;background-color:  rgba(47,77,90,.85);padding: 20px 0; height: 80px;}
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 75%;
}
}