
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*{  font-family: "Ubuntu", sans-serif !important;}
.fa{font-family:"fontawesome" !important;}
body{ font-family: 'Ubuntu', sans-serif; font-size:15px; line-height:24px;}

#widgetsControl,#widgetsControl_C {
    height: auto !important;
}
.service-item {
    position: relative;
    padding: 20px;
    background: aliceblue;
    border-radius: 20px;
    transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: 1;
    margin: 30px 0;
    min-height: 480px;
}

.service-shape img {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 0;
    top: 0;
    z-index: -1;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-content {
    position: relative;
    margin-top: 5px;
}

.service-icon {
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #edba50;
    color: #edba50;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.service-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 8px;
    top: 0;
    border: 3px solid var(--theme-color2);
    border-radius: 50%;
    transition: var(--transition);
    z-index: -1;
}

.service-item:hover .service-icon::before {
    left: 0;
}

.service-icon img {
    width: 35px;
    filter: brightness(0) invert(1);
}

.service-area2 .service-content {
    display: flex;
    gap: 15px;
}

.service-area2 .service-info {
    flex: 1;
}
.service-area2 .service-img img {
    border-radius: 20px;
}
.service-text{font-size: 15px !important;margin-bottom: 45px;min-height: 95px;}
.service-title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #185581;
}
.service-area2 .service-icon::before {
    display: none;
}





.feature-item {
    position: relative;
    text-align: center;
    background: #185581;
    border-radius: 20px;
    padding: 80px 20px 45px;
    transition: all .5s ease-in-out;
    z-index: 1;
    min-height: 280px;
    margin: 45px 0;
}

.feature-item .count {
    font-size: 120px;
    font-weight: 800;
    -webkit-text-stroke: 2px #ffb833;
    -webkit-text-fill-color: #ffffff00;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .2;
    z-index: -1;
}

.feature-icon {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 110px;
    height: 110px;
    line-height: 88px;
    background: #edba50;
    border: 8px solid #fff;
    border-radius: 50%;
    transition: var(--transition);
    transform: translateX(-50%);
}

.feature-icon img {
    width: 55px;
    filter: brightness(0) invert(1);
}
.feature-content p{text-align: center !IMPORTANT;}
.feature-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
}

.feature-content p {
    color: #fff;
}

.mn-lst{list-style:none;}
.mn-lst i{
	color: #edba50;
	margin-right: 10px;
}



.choose-item {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.choose-item-icon {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 50px;
    background: #ffb833;
    text-align: center;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.choose-item-icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px solid #edba50;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.choose-item-icon img {
    width: 38px;
    filter: brightness(0) invert(1);
}

.choose-item-info {
    flex: 1;
}

.choose-item-info h4 {
    color: #0a1d43 !important;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.choose-item-info p {
    color: #000f28;
}

.choose-img {
    position: relative;
    text-align: right;
    margin-top: 80px;
}

.choose-img .img-1 {
    width: 70%;
    border-radius: 20px;
}

.choose-img .img-2 {
    position: absolute;
    left: 0;
    bottom: -125px;
    width: 80%;
    border-radius: 30px;
    border: 8px solid #fff;
}

.choose-img .img-shape {
    position: absolute;
    left: 0;
    top: 50px;
    width: 150px;
    z-index: 99;
}





/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
  .innr-pg-c{margin-bottom: 20px;padding: 32px 0;position: relative;background:url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll;}
  .innr-pg-c h1{font-weight: 800;Font-size: 26px;color: #fff;text-align: left;border-left: 3px #fff solid;text-transform: uppercase;position:relative;z-index:1;border-radius: 4px;padding: 5px 0 5px 20px;}
  .innr-pg-c:after{content:'';position:absolute;left:0px;right:0px;top:0px;width:100%;height:100%;z-index: 0;background-image: linear-gradient(318deg, #edba50, #185581 44%);}
/* innr-pg-c End */
.team_img{width: 150px;height: 150px;border: 1px solid #cfa653;border-radius: 50%}
li {
	margin-bottom: 6px;
	font-size: 16px; 
}
@media screen and (max-width:768px) {
	.choose-img .img-shape{display:none;}
	.choose-img .img-2{bottom:0;}
	.choose-img{margin-top:0;}
    
    .navbar>.container-fluid{justify-content: center;}
}
  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section-title{ padding-bottom: 40px; text-align:left;}

.section-title h1{ font-size: 30px; font-weight: 600; text-transform: uppercase;
  color: #fff; text-align:left;}
  
.section-title h2{
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align:left;
  
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}



.ser-sec{background:url(./Image/ser-bg.jpg);  background-size:cover; background-attachment:fixed; padding:100px 0;	}
.ser-sec .tab-content{padding-top:50px;}
.ser-sec .nav-pills>li{/*float:inherit;*/}
.ser-sec .nav-pills>li>a{background: #000;font-size: 16px;}
.ser-sec .nav-pills li .fa{margin-right:10px;}
.ser-sec .nav-pills>li>a:hover {background: #f9bf1e; color:#000;}
.ser-sec .nav-pills>li.active>a, .ser-sec .nav-pills>li.active>a:focus, .ser-sec .nav-pills>li.active>a:hover{background: #f9bf1e;color: #555;}
.ser-sec h3{margin:0;text-align: left;    line-height: 30px; color:#fff;
    font-size: 22px;
    font-weight: 700;}
.ser-sec .nav-pills{border-bottom: 1px solid #f9bf1e;text-align: center;padding-bottom: 0px;padding-left: 55px;}
.ser-sec .nav-pills>li>a{border: 1px solid #f9bf1e;border-radius: 4px 4px 0 0;margin-top: -15px;color: #f9bf1e;padding: 10px;}
.ser-sec .nav-pills>li {
    float: initial;
    padding-right: 10px;
    margin-bottom: -1px;
    display: inline-block;
}
.ser-sec ul{margin-top: 10px;}
.ser-sec ul li, .ser-sec p{text-align:justify;color:#fff;line-height: 28px;list-style:none;font-size: 15px;position:relative;}
.ser-sec .tab-content ul li:before{content: "\f0a4"; font-family:"fontawesome"; position:absolute; left:-30px;}
.ser-sec img{padding-top:50px;}
.ser-sec .tab-content p a{border:1px dashed #000; padding:10px 15px; background:#f9bf1e; color:#000;}
.ser-sec .tab-content .rd-more{margin-top:20px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #edba50;
}
  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 26px;
    color: #343434;
}
.pull-right {
    /* float: right; */
    font-size: 14px;
    color: #fff;
    text-align: left;
}
#topbar {
	background: #185581;
	line-height: 40px;
	font-size: 14px;
	padding: 3px 0px;
	transition: all 0.5s;
	border-top: 3px solid #edba50;
	width: 100%;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: #fff;
  font-size: 14px;
  /* float: left; */
}

#topbar i {
  color: #fff;
  font-size:20px;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}
.banner-hm {
  padding-top: 0px;
}
section{padding:30px 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #edba50;*/
  transition: all 0.5s;
  /*z-index: 997;*/
  padding: 15px 0;/*position:absolute;*/
  /*top: 40px;*/width:100%;
}
header img{margin:0 auto;padding: 16px 0;}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*font-family: 'Ubuntu', sans-serif;*/
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*banner*/
.banner-main {
    position: relative;
}
.banner-main:before {/*
    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main:after {
    /*content: '';
    position: absolute;
    left: 0px;
    bottom: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main{position:relative;}
.banner-main:before{    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;}
	
.banner-main:after{    content: '';
    position: absolute;
    left: 0px;
    bottom: -472px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;}
.masthead {
    text-align:center;
    color:#fff;
    position: absolute;
    width: 95%;
    bottom: 84px;
    /* background: #00000057; */
    right: 0;
    left: 0;
    margin: 0 auto;
}
.masthead .masthead-subheading {
    font-size: 40px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 3px;
}
.masthead .masthead-heading {
    font-size: 47px;
    font-weight: 700;
    line-height: 80px;
    margin: 0 0 22px;
}

.masthead .btn {
    color: #185581;
    font-size: 17px;
    padding: 12px 26px;
    font-weight: 700;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius:50px;
    letter-spacing: 1px;
}
.masthead .btn:hover {
    color: #ffffff;
    background-color: #185581;
    border-color: #ffffff;
}
/*banner*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{/* padding:5px 40px 13px; */}
.navbar-default .navbar-nav>li>a {
    color: #000;
    /* font-weight:600; */
    padding: 16px 25px;
    font-size: 15px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{    background: #edba50;
    border-radius: 40px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;left: 0;
    height: 3px;
    background: #edba50;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  display:none;}
/*Desktop Navigation*/

/*services*/
.services item-link{    position: relative;
    display: block;
    margin: 0 auto;}
.item-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #185581ab;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}
.item:hover .item-link .item-hover {
    opacity: 1;
}
.item-link .fa{font-size:80px; line-height:80px;}
.item .item-link .item-hover .item-hover-content {
    font-size: 1.25rem;
    color: white;
}
.item {overflow:hidden;    margin: 15px 0;}
.item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.item-caption h2{font-size: 21px;color: #ffffff;margin: 0;}
.item-caption {
    background: #185581;
    padding: 1.5rem 8px;
    text-align: center;
}
img{max-width:100% !important;}
/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}
#contact .section-heading {
    color: #fff;
}
.page-section h2.section-heading {
    font-size: 40px;
    color: #185581;
    margin-top: 0;
    margin-bottom: 10px;
}
#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

/*contact*/
/*hm-abt*/

.hm-abt {background: #185581;background-image: url(Image/hm-abt-bg.jpg);background-attachment:fixed;background-position:top center;padding:100px 0;background-size: 100% 100%;}

.abt-img img{border: 5px solid #edba50;border-radius:10px;}
.hm-abt .abt-cont {
    background-color: #ffffff;
    /* color: #185581; */
    border: 5px dashed #edba50;
    padding: 2rem;
    width: calc(100% + 120px);
    margin-left: -120px;
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    /* margin-top: 40px; */
 }
.hm-abt .abt-cont .section-heading { color: #185581; font-weight: 500; font-size: 34px; margin: 0 0 17px 0 }
	.hm-abt .abt-cont a{font-size:16px;}
.hm-abt .abt-cont p{ text-align:justify; }
.hm-abt-btm-section{ padding:80px 0; background:#f7f7f7;}

.bx-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border: 1px dashed #ccc;
    margin: 10px auto;
    text-align: center;
    min-height: 267px;
}

.bx-item::before {
    content: '';
    position: absolute;
    background: #edba50;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* border-radius: 50px; */
    transition: all 0.3s;
    z-index: -1;
}

.bx-item:hover::before {
    background: #edba50;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.bx-item i {
    font-size: 40px;
    color: #185581;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    color: #185581;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
}
.bx-item a {
    color: #edba50;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
    color: #0f4368;
}

/*hm-abt*/

/*hm-contact*/
.hm-contact{
    background-color: #185581;
    background-image: url(Image/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    padding:80px;
}
.hm-contact .section-heading{font-size:36px; font-weight:700; color:#fff; line-height:35px;margin-bottom: 20px;}

/*hm-contact*/
/*footer*/
input, textarea, .uneditable-input {
    /* margin-left: 0; */
    /* width: 100%; */
    padding: 5px;
}
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
.top.scll-top .fa{width: 28px;  height: 25px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #edba50;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}
footer{background: #1e1e1e;padding: 18px 0;}
footer p, footer a{color:#fff; line-height:40px;  transition:all .3s;}
footer .fa{
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #edba50;
    border: 1px solid #edba50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition:all .3s;
    margin: 0 2px;
    }
footer .fa:hover{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000;
    border: 1px solid #edba50;
    background:#edba50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    }
footer .text-right{text-align: right;font-size: 14px;color:#fff;}
footer a:hover{color: #edba50;}
a {
  text-decoration: none;
}
/*footer*/
.cont-page h2{
    font-weight:bold;
    color: #111;
    font-size: 24px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top:10px;
    }

.cont-page .st-feature-box{
    background: #185581;
    padding-top: 10px;
    padding-bottom: 17px;
    margin-bottom: 6px;
    padding-right: 25px;
    color: #fff;
    font-size: 15px;
    }
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #023c6c;
    margin: 0;
}

.st-feature-box {
    padding-left: 58px;
    position: relative;
    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .banner-hm .masthead{display: none !important;}
}

.hm-contact .form-control {margin: 18px 0 0 0;padding: 12px 15px;}
.hm-contact input[type='button'] {border: 0;background: #edba50;color: #1e1e1e;text-transform: uppercase;letter-spacing: 1px;padding: 13px 34px;font-size: 16px;border-radius: 6px;transition: all .2s ease-in-out}
.hm-contact input[type='button']:hover { background: #ffffff; box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; transform: translate(0, -2px)}

.inner-banner {background-size: cover;padding: 7% 0;background-image: url('image/inner-banner.jpg');background-size: cover; background-position: center;}
.inner-banner h1 { color: #fff; text-align: center; font-size: 52px; margin:0 0 10px 0}
.inner-banner p, .inner-banner p a{ text-align: center; text-transform: uppercase; color: #f4f4f4; letter-spacing: .6px; font-weight:400}