.container-middle{font-family:Arial;font-weight:normal;Font-size:14px;color: #222 !important;line-height:24px;text-align:justify;padding: 0 5px;}
.tp-nav{position: relative; transition: all 0.5s; background:#003163; color:#fff;}
.tp-nav a{color:#fff;padding: 0px; line-height: 30px;}
.tp-nav a .fa{color:#003163;width:40px; height:40px; line-height: 40px; text-align:center;background: #febb12;border-right: 1px solid #003163; transition:.5s;}
.tp-nav a:hover .fa {  background: #eee;}
.tp-nav p{margin:0;color: #fff;display: inline; margin:0 15px;font-family: 'Montserrat', sans-serif;}
.tp-head-lft{float:left;}

footer .social-links{margin-top:0;float: left;}
.team_img {
    width: 150px;
    border: 6px solid #2f4d5a;
    border-radius: 50%;
}
.social-links{margin-top:0;float: right;}
.bnr-btm-sec {
    background-image: url(../Image/bnr-btm-bg.png);
    background-size: cover;
    position: relative;
    margin-top: -20px;
}
.bnr-btm-bx { text-align: center;}
.bnr-btm-bx .fa { font-size: 30px;}
.bnr-btm-bx h4 { font-size: 22px; display: inline-block;}
.bnr-btm-bx h4 a { background: rgb(254, 187, 18); padding: 10px 25px; transition:.3s;}
.bnr-btm-bx h4 a:hover {color:#000; font-weight:bold;}
section.bnr-sec{padding:0;}
.bnr-sec{position:relative; z-index: 0; overflow: hidden;}
.bnr-sec .carousel-control.left {left: 50px; width: 60px; height: 60px; top: 50%; background: #ffd618;opacity: 1;}
.bnr-sec .carousel-control.right {right:50px; width: 60px; height: 60px; top: 50%; background: #ffd618;opacity: 1;}
.bnr-sec .carousel-indicators li{background-color:#eee; width: 85px; height: 85px; border-radius: 0; border: 2px solid #fff; opacity:1; transition:.3s;border-radius: 50%;}
.bnr-sec .carousel-indicators .active{border: 5px solid #fff; position: relative; width: 90px; height: 90px;}
.bnr-sec .carousel-indicators-img1{background:url(../Image/Audit_Banner_Img.jpg); background-repeat:no-repeat; background-size:100% 100%; width:100%; height:100%;}
.bnr-sec .carousel-indicators-img2{background:url(../Image/Tax_Banner_Img.jpg); background-repeat:no-repeat; background-size:100% 100%; width:100%; height:100%;}
.bnr-sec .carousel-indicators-img3{background:url(../Image/Accounting_Banner_Img.jpg); background-repeat:no-repeat; background-size:100% 100%; width:100%; height:100%;}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-btm-sec {
    background-image: url(../Image/bnr-btm-bg.png);
    background-size: cover;
    position: relative;
    margin-top: -20px;
    padding: 60px 0px !important;
}
.bnr-btm-bx { text-align: center;}
.bnr-btm-bx .fa { font-size: 30px;}
.bnr-btm-bx h4 { font-size: 22px; display: inline-block;}
.bnr-btm-bx h4 a {background: rgb(254, 187, 18);padding: 10px 25px;color: #000;font-size: 22px;transition:.3s;font-family: 'Montserrat', sans-serif;}
.bnr-btm-bx h4 a:hover {color:#000; font-weight:bold;}
section.bnr-sec{padding:0;}
.bnr-sec{position:relative; z-index: 0; overflow: hidden;}
.bnr-sec .carousel-control.left {left: 50px; width: 60px; height: 60px; top: 50%; background: #ffd618;opacity: 1;}
.bnr-sec .carousel-control.right {right:50px; width: 60px; height: 60px; top: 50%; background: #ffd618;opacity: 1;}
.bnr-sec .carousel-indicators [data-bs-target]{background-color:#eee; width: 85px; height: 85px; border-radius: 0; border: 2px solid #fff; opacity:1; transition:.3s;border-radius: 50%;}
.bnr-sec .carousel-indicators .active{border: 5px solid #fff; position: relative; width: 90px; height: 90px; border-radius: 50%;}
.bnr-sec .carousel-indicators-img1{background:url(../Image/Audit_Banner_Img.jpg); background-repeat:no-repeat; background-size:100% 100%; width:100%; height:100%;}
.bnr-sec .carousel-indicators-img2{background:url(../Image/Tax_Banner_Img.jpg); background-repeat:no-repeat; background-size:100% 100%; width:100%; height:100%;}
.bnr-sec .carousel-indicators-img3{background:url(../Image/Accounting_Banner_Img.jpg); background-repeat:no-repeat; background-size:100% 100%; width:100%; height:100%;}
/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about figure {
	position: relative; overflow:hidden;    border: 1px solid #febb12;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    box-shadow: 0px 8px 71px -9px rgb(0 0 0 / 40%);
}
.about figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.about:hover figure::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.about{ position:relative;}
.about .col-md-6.offset-6{padding-right:0;}

.about .content {padding:15px 38px; font-size:16px;font-family: 'Montserrat', sans-serif;}
.about .container {
  position: relative;
  z-index: 10;
}
.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #febb12;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}

.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:26px; color:#111;
}

.about .content .rd-mr {
  display: inline-block;
  background: #febb12;
  padding: 15px 40px;
  color: #181818;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 25px;
  position: absolute;
  right: 18px;
  top: 15px;
  font-weight: 900;
}

.about .content .rd-mr:hover {
  background: #181818;color:#febb12;
}
.about .content .rd-mr:hover i{
  color:#febb12;
}
.about .icon-boxes .icon-box {
    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;
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #181818;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #181818;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #181818;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {background: #f5f5f5; position:relative;}
.services:before{ position:absolute;background: #fff; content:''; width:100%; height:400px; top:0; right:0; left:0; }
.ser-bx {margin-bottom: 40px;
    padding: 20px;padding-bottom: 40px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);
	position: relative;
    overflow: hidden;
}
.ser-bx .img {
    width: 100%;
    position: relative;
    /*height: 213px;*/ border-bottom:#febb12 2px solid;
}
.ser-bx .img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.ser-bx:hover .img::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.ser-bx .text {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}
.ser-bx .text .icon:after{content:''; width:60px; height:40px; background: #febb12; transform:skew(20deg, 0deg); transition: all 0.3s ease; position:absolute;}
.ser-bx .text .icon {
    width: 60%; position:relative;
    height: 40px;    padding: 0 10px; text-align:left;
    /*border-radius: 50%;*/    font-size: 20px;
    font-weight: bold;
    background: #febb12;
    margin: -62px 0 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text .icon .fa {
    background: #003163; color:#fff; font-size: 30px; line-height:20px; padding:10px; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ser-bx:hover .text .icon .fa{background: #febb12;}
.ser-bx .text h3 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.ser-bx .text p{font-size: 16px; line-height:26px;font-family: 'Montserrat', sans-serif;}
.ser-bx .text .btn-custom {
    position: absolute; transition: all 0.3s ease;
    /*bottom: -45px;*/
    left: 0;
    right: 0;
    width: 150px;
    background: #003163;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.ser-bx:hover .text .icon, .ser-bx:hover .text .icon:after {
    background: #003163; color:#fff;
}
.ser-bx:hover .text .icon .fa{
    color: #fff;
}
.ser-bx:hover .text .btn-custom {
    background: #ffce00;
}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #181818;
  text-transform:uppercase;padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after {content: '';  position: absolute;  left: 0; right:0; bottom: -1px; height: 6px; background: #febb12; width: 6px; outline: 3px solid #fff; margin: 0 auto;}
.section-title h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 4px;  background: #00295a;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}


.contact {background:url(../Image/cont-bg.jpg); background-repeat:no-repeat; background-size:100% 100%; position:relative;}
.contact .section-title{padding-bottom: 0;}
.contact .map-hm-rht {
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
  padding: 30px 30px 0;
  /*background: #fff;*/
}
.contact .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .8;
    background: #003163;
}

.contact .section-title h2{margin-top:10px; color:#fff;/*text-align:left;*/}
.contact .section-title h2::before{background: #fff;}
.contact .map-hm-rht input,.contact .map-hm-rht textarea{
  border-radius: 5px;
  border: 2px solid #295684;
  width: 100%;
  padding: 20px 15px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  margin: 20px 0px;
  font-size: 15px;
}
.contact .map-hm-rht input::placeholder, .contact .map-hm-rht textarea::placeholder{color:#8ca2b8;   }
.contact .map-hm-rht input::focus{
  background-color: #181818;
}

::placeholder {
  color: #fff !important;
}

.contact .map-hm-rht input {
  padding: 20px 15px;
  width: 100%;
  margin: 12px 0px;
}


.contact .map-hm-rht .send_bt {
  background: #ffce00; margin-top:20px;
    border: 0;
    padding: 10px 24px; width:150px;
    color: #003163;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px; border:3px solid #003163;
}

.contact .map-hm-rht .send_bt:hover {
  background: #003163; border-radius:10px; border:3px solid #ffce00; color:#fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #f2f2f2;
  padding: 0 0 30px 0;
  color: #003163;
  font-size: 15px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}


#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 .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  color: #003163;text-align:
  justify;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #febb12;
  color: #181818;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #febb12;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  /*border-bottom:1px dashed #003163;*/
  font-weight: 600;
  color: #003163;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #003163;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #003163;
  font-family: 'Montserrat', sans-serif;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #111;
}

#footer .copyright {
  border-top: 1px solid rgba(0,49,99,.3);
  text-align: center;
  padding-top: 30px;
  color: #003163;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #003163;
}
#footer .credits a{ color: #febb12}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #181818;
    background: #febb12;
    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;
}

/*ser-bx*/
/*hm-team*/
.hm-team .carousel-indicators li{border: 1px solid #d9232d;}
.hm-team .carousel-indicators .active{background-color: #d9232d;}
.hm-team .carousel-indicators{bottom:-40px;}
.hm-team{    text-align: center;
    padding-bottom: 30px;
    background: #f5f5f5;
    position: relative;
    border-top: 0;}
	
.hm-team img{    margin: 0 auto;margin-bottom: 20px;
    width: 105px !important;
    height: 105px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 17px #ddd;}
.hm-team p{text-align:center;     padding: 0 10px; font-size: 16px;}

.hm-team .info-btn a{background: #d9232d;
    color: #fff;
    padding: 6px 22px;
    border-radius: 50px;
    border: 1px dotted; transition:0.5s;}
	
    .hm-team .info-btn a:hover{transition:0.5s; background: #333;} 
.hm-team .carousel-indicators{bottom:0px;}
.hm-team .info-btn{margin-bottom: 60px; }
.hm-team h3{font-weight: bold; margin-bottom:4px;font-size: 1.3rem;}
.hm-team h4{font-size: 1.1rem;}
.hm-team .carousel-indicators li{background-color: #000; width: 30px;}
.hm-team .carousel-indicators .active{background-color: #d9232d; width: 30px; border: 0;}	
/*hm-team*/

#HomepagecontentControl	{
	padding: 0px !important;
}
.abt-ser {
    padding: 40px 0px 50px 0px;
}
.fa {font-family:fontawesome !important;}
body{ margin:0; padding:0; font-family:Verdana; font-size: 14px; font-weight: normal; color: #222; line-height: 24px; background:#fff; text-align:justify;}

.hm-team{padding:20px 0 50px;}	
.hm-team-col{
    text-align: center;
    background: #1b4867;
    padding: 10px 0px 0;
    border: 10px solid #1b4867;
    height: 247px;
    overflow: hidden;
    transition:0.5s;
    }
.team-bx {
    background: #023c6c;
    padding: 0 15px;
    text-align: center;
    padding-bottom: 5px;
}

.team-bx a {
    padding: 10px 15px;
    color: #023c6c;
    background: #66ac4c;
}
.team-bx .team-title{text-align:center;    margin: 0;}
.team-bx img{margin: 20px 0;}
.team-bx p{text-align:center;}
.hm-team-img{
    width: 100%;
    border-radius: 50%;
    /* border: 1px solid #333; */
    overflow:hidden;
    text-align:center;
    transition:0.5s;
    transition:0.5s;
    }

.hm-team-cnt{background: #023c6c;
    margin: 0;
    padding: 10px 0; transition:0.5s;}
.hm-team-col h3{    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.hm-team-col h3 span{display:block; color:#eee; font-size:16px; text-transform:capitalize}
.rd-more{text-align: center; margin-top:15px; margin-bottom: 6px;     font-size: 13px;}
.rd-more a{background: #c5965e;
    color: #fff;
    padding: 4px 14px;}
	
.hm-team-col:hover .hm-team-img{margin-top: -43px; transition:0.5s }

/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}
.feature-box-content {
	font-family: 'Montserrat', sans-serif;
}
.cont-page .st-feature-box{    background: #192a46;
    padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;}
	
.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:75px;
    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: normal;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{    font-weight:
    bold;
    color: #111;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;
    }
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
.cont-page h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-size: 15px; line-height: 22px;}
p{font-size: 15px;}

/*cont-page*/

.map-hm .col-md-6{padding:0;}
.map-hm-lft{background:url(../image/contact-bg.jpg); background-attachment:fixed; background-size:100% ;/* height:500px; */}
.map-hm-lft-inner{text-align:center;color:#fff;padding-top: 30px;}
.map-hm-lft-inner p{text-align:center; color:#fff; font-size:15px;}
.map-hm-lft-inner p strong{     background: #ffbc3b;
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    width: 80%;
    margin: 0 auto;}
	
.map-hm-rht{height:500px;}
/*map-hm-bottom*/

.main-table{font-family:Arial;font-weight:normal;Font-size:14px;color: #222 !important;line-height:24px;text-align:justify;padding: 0 5px;}
.main-heading{font-weight:bold;Font-size:25px;color: #023c6c;line-height:36px;border-bottom:1px #ccc dashed;text-transform:uppercase;}
.sub-heading{font-weight:bold;Font-size: 17px;color:#023c6c;line-height:40px;text-transform:uppercase;margin:0;}
.team-title{font-weight:bold;Font-size:16px;color: #023c6c;line-height:30px;margin:0;}.team-title {
    font-weight: bold;
    Font-size: 18px;
    color: #023c6c;
    line-height: 30px;
    margin: 0;
}

.team-title span {
    color: #66ac4c;
}
.contact-us{ padding-left:20px; line-height:30px; font-family: arial; font-size: 13px;}
/*nav-tp*/
.navbar-nav:after{
    content: "";
    position: absolute;
    width: 40px;
    transform: skew(-20deg,0deg);
    top: -38px;
    height: 90px;
    /* transform: skew(30deg); */
    background: #003163;
    z-index: -1;
    left: -17px;
}
.nav-tp{background: rgba(0,0,0,.9);position: relative;color:#fff;}
.nav-tp .fa{color:#fff;}
.nav-tp a{color:#fff;}
.nav-tp ul{list-style:none; margin:0; padding:0;}
.nav-tp ul{list-style:none;}
.nav-tp li{list-style:none;font-size: 14px;float:left;padding: 8px 15px;}
.nav-tp .head-rht{float:right;}
/*nav-tp*/
.container-fluid{padding:0 2px}
/*-- header --*/
header img{
    /* float: right; */
    position: relative;
    /* top: 15px; */
    margin: 0 auto;
    padding: 2px 0;
    }

header{/*position:absolute; top:36px;*/z-index:9;left: 0%;background: #003163;  padding: 14px 10px;}
.navbar-default{/*position:absolute; top:36px;*/ z-index:9;right: 0%; background:transparent;}
.navbar-nav{position:relative;}
#MenuControl{padding-right:0;background: #f2f2f2;}
.navbar{margin-bottom:0;}

/*-- header --*/
/*-- navbar --*/
img{max-width:100%;}

:focus{outline:none;}

.container-fluid{padding-left:2px; padding-right:2px;}
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms;}
#MenuControl_C #navbar-collapse-1{height:100% !important;}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important; border:0;
}

#MenuControl_C .container-fluid{padding-left:0; padding-right:0;}

#HeaderControl_C, #HeaderControl{overflow:inherit !important; height:inherit !important;}

.navbar{
    background: #f2f2f2;
    border: 0;
    border: 0;
    border-radius: 0;
    min-height: 38px;
    z-index: 9;
    }

.navbar-nav>li:nth-child(1){padding-left: 30px;}

.navbar-nav>li:last-child{border-right:0;}

.navbar-collapse{margin:0; padding:0;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #283447;
}

.navbar-nav>li>.dropdown-menu, .dropdown-menu{margin:0; padding: 0px 0;}
.dropdown-menu>li>a{/* padding: 1px 20px; */ font-size:0.95em;}
.dropdown-menu{background-color: #003163;}
.dropdown-menu>li>a{color: #fff;font-family: 'Montserrat', sans-serif;}
.dropdown-menu>li{border-bottom:1px solid #283447;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #283447;
    border-color: #283447;
}
/*-- navbar --*/

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-- form --*/
.form-hm{/*overflow:hidden;*/background-image:url(../image/form-hm-bg.jpg);background-size:cover;background-repeat:no-repeat;padding-bottom: 20px;background: #023c6c;}
.form-hm .form-control{min-height: 33px;}
.map-hm-rht{/*background:#eee;*/position:relative;/* padding-top:40px; *//* padding-bottom:40px; */}
.map-hm-rht .hm-heading{text-align:center;}
.form-img img{float:right;}
/*-- //form --*/
#DynamicEnquiry, #DynamicEnquiry_C, #widgetsControl, #widgetsControl_C{height:inherit !important;}
/*hm-abt*/
.hm-abt{ position:relative;background: rgba(254,254,254,.4);}
.hm-abt-cont{/*padding-top:20px;*/padding-bottom:20px;padding: 46px;/*margin-top:50px;*//* margin-bottom:50px; */}
.hm-abt-sldr{ margin-top:50px; margin-bottom:50px; border:10px solid #ffbc3b; background:#fff;}
.hm-abt-sldr img{width:100%;}

.hm-abt:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
	background:url(../image/abt-img.jpg) no-repeat; /*background-size:cover;background-attachment: fixed;*/
    /*background-color: #f2f2f2;*/
    z-index: -1;
	animation:rotateInDownLeft 1000ms;
	
}
.hm-abt:before {
    /*background: #f3f3f3;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    z-index: 1;
    position: absolute;
    opacity: .9;*/
}
/*hm-abt*/


/*hm-ser*/
/*three-box-bottom*/

.flat-imagebox .flat-imagebox-header {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px 80px 10px 20px;
    min-height: 65px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.flat-imagebox .flat-imagebox-header .flat-imagebox-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.flat-imagebox .flat-imagebox-header .flat-imagebox-title a {
    color: #fff;
}
.flat-imagebox .flat-imagebox-header:after {
    width: 100%;
    height: 100%;
    background-color: #ffbc3b;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-opacity: 0.85;
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=85);
}
.flat-imagebox .flat-imagebox-content a{color:#fff;}
.flat-imagebox .flat-imagebox-content a:hover{color:#fff; text-decoration:none;}
.flat-imagebox .flat-imagebox-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 30px;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-color: #ffbc3b;    text-align: center;
}
.flat-imagebox {
    position: relative;
    overflow: hidden;
}
.flat-imagebox:hover .flat-imagebox-header {
    bottom: -65px;
}
.flat-imagebox-content h5{line-height:30px; font-size:20px; display:inline-block;font-weight: bold;    text-transform: uppercase;}
.flat-imagebox:hover .flat-imagebox-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

/*three-box-bottom*/
element.style {
}
.ser-box {
	position: relative;
	width:31.3%;
	float:left;
    background: #fff;
    transition: 0.5s;
    text-align: center;
    border: 5px solid #fff;
    box-shadow: 3px 5px 8px #000;
    margin-bottom: 25px;
	overflow: hidden;
	margin:30px 1%;
}
.ser-img{
    width: 100%;
    height: 380px;
    overflow: hidden;
    }
.ser-img img{transition:0.5s; height: 100%;}
.ser-box:hover img{transform:scale(1.1);}
.ser-box h3{font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    padding: 9px 0px; margin-left: 20px;}
.ser-cnt{position: absolute;bottom: -30px;left: 0;color:#fff;z-index: 1;text-align:justify;transition:0.5s;}
.ser-cnt p.rd-mr{background:transparent; margin-bottom:30px;}
.ser-cnt p.rd-mr a{background:transparent; border:2px solid #ffbc3b; color: #fff; padding: 8px 25px; border-radius: 20px;}
.ser-cnt p{padding:0 20px; margin-bottom:0;}
.ser-cnt a{color:#fff;}
.ser-cnt a:hover{text-decoration:none;}
.ser-box:hover .ser-cnt{bottom:20px;}
.ser-box:before{content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.85) 90%);
}	
.rd-mr{position: relative; margin-bottom:20px;}
.rd-mr a{background: #fff;border: 2px solid #023c6c;color: #000;padding: 8px 25px;border-radius: 0px;position:relative;transition:0.5s;}
.abt-ser .hm-heading{color: #222;text-align:center;font-size: 30px;}
/*hm-ser*/

/*.abt-cont*/
.head-main span {
    font-family: "Great Vibes", Helvetica, Arial, sans-serif;
    font-size: 56px;
    line-height: 55px;
    display: block;
    color: #ffbc3b;
}
.head-main strong {
    text-transform: uppercase;
    font-weight: bold;
}
.map-hm .col-md-6 {
    padding: 0;
}
.map-hm-lft-inner p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.map-hm .hm-heading{text-align:center;color: #4169e1;line-height: 31px;}
.map-hm-lft-inner p strong {
    background: #66ac4c;
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.map-hm-rht {
    /*height: 400px;*/
}
.map-hm-lft {
    background: url(../image/contact-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    /*height: 450px;*/
}

/*.abt-cont*/
.head-main span {
    font-family:Great Vibes !important;
    font-size: 56px;
    line-height: 55px;
    display: block;
    color: #fff;
}


.hm-serv-lft{text-align:center; padding-right:0;}
.hm-serv-lft ul{list-style:none; padding-left:0; margin:0; border:1px solid #ddd; line-height:20px;}
.hm-serv-lft h2{margin-top:0;     margin-bottom: 15px;}
.hm-serv-lft-inner{    padding: 16px 15px;
    /*margin-top: -110px;*/
    background: #fff;}
.hm-serv-lft .head-main span{margin-top: 10px;color: #66ac4c;}
.hm-serv{    background: #eee;    margin-top: 50px;}
.hm-serv-lft-inner ul li a {
    color: #fff;
    background: #023c6c;
    text-transform: uppercase;
    font-size: 15px;
    padding: 13.1px 0px;
    display: block;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
	
/*.hm-serv-lft-inner ul li:nth-child(even){background:#eee;}*/
.hm-serv-lft-inner ul li a:hover{background: #023c6c;color: #66ac4c;}
.hm-serv-lft-inner ul h2{    background: #ffbc3b;
    margin: 0;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    margin-top: 0px;}
	
.hm-serv-rht-inner{    margin: 3px 3px 0px 0;
    width: 33%;
    float: left;
    overflow: hidden;
    height: 326px;
    position: relative;
    transition: 0.5s;}
.hm-serv-rht{background:#fff; padding:0; padding-bottom: 3px;}
.hm-serv .container-fluid{    padding: 0 0px;}
.hm-serv-rht-cnt{
    position: absolute;
    top: 326px;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(255,255,255,0.95);
    color: #023c6c;
    padding: 0 10px;
    transition:0.5s;
    }
.hm-serv-rht-cnt p{text-align:center;color: #023c6c;}
.hm-serv-rht-cnt h2{font-size: 26px; margin-bottom: 25px; margin-top: 58px;}

.hm-serv-rht-inner:nth-child(3), .hm-serv-rht-inner:nth-child(6){margin-right:0;}

.hm-serv-rht-cnt .rd-mr{padding-top:25px;}
.rd-mr a{
    color: #023c6c;
    padding: 10px 20px;
    border: 1px solid #023c6c;
    text-transform: uppercase;
    font-weight: bold;
    transition:0.5s;
    }
	
.rd-mr a:hover{transition:0.5s;background: #023c6c;color:#fff;}
.hm-serv-rht-inner:hover .hm-serv-rht-cnt{top:0; transition:0.5s;}
.hm-serv-rht-img img{width:100%; height:100%;}

/*======================================
//--//-->   FOOTER
======================================*/
.quick-btn{    position: fixed;
    top: 45%;
    right: 0;     z-index: 999;}
	
.quick-btn ul{     margin: 0;
    padding: 0;
    list-style: none;
    background: #242c42;
    padding: 6px 6px;
    border-radius: 5px;}
	
.quick-btn ul li{width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;     margin: 8px 0; position:relative; transition:0.5s;}
	
.quick-btn ul li span{     position: absolute;
    left: -20px;
    top: -3px;
    background: #e64a54;
    color: #fff;
    font-size: 11px;
    padding: 0;
    border-radius: 5px;
    display: none;
    transition: 0.5s;
    width: 58px;
    text-align: center;
    height: 17px;
    line-height: 16px;}
	
.quick-btn ul li:hover span{display:block; transition:0.5s; left: -60px;}
	
.quick-btn ul li a{width: 10px;
    height: 10px;     display: block; transition:0.5s;}
	
/*.quick-btn ul li.active{background:#e64a54;}*/

.fix-box{    position: fixed;
    top:35%; left:0; z-index:999; font-size: 14px;}
	
/*.whats-new{color: #fff;
    transform: rotate(90deg);
    margin-left: -45px;
    background: #e64a54;
    padding: 9px 10px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 5px;}*/
	
.whats-new{
   color: #fff;
   background:#242c42;
   font-size: 13px;
   font-family: sans-serif;
   font-weight: bold;
   border-radius: 0px;
   width: 154px;
   padding-left: 10px;
   margin-left: -110px;
   transition:0.5s;
   }
	
.whats-new span{     width: 45px;
    height: 45px;
    display: inline-block;
    background: #e64a54;
    text-align: center;
    line-height: 44px;
    margin-left: 9px;}
	
.whats-new a{color:#fff;}
.whats-new:hover{margin-left:0; transition:0.5s;}
.social-fx{list-style:none; padding-left:0; margin:0;}
.social-fx li{    background: #242c42;
    width: 148px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -104px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li a{color:#fff;}
.social-fx li strong{font-weight:normal;}
.social-fx li span{float: right; margin-top: -3px;}
.social-fx li:hover{margin-left:0; transition:0.5s;}
footer p{color:#fff;}
.hm-heading{text-align:center;font-size: 30px;color: #222;}

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #d3a722;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #d3a722;
    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;
}
/*footer*/

footer {
  background: #192a46;
  padding: 30px 0; color:#fff;
}
footer h5{font-size: 20px; line-height: 40px; position:relative; margin-bottom:30px;text-transform: uppercase;}
.ft-lnk ul{list-style:none; padding-left: 15px;}
.ft-lnk li{transition:.5s;}
.ft-lnk li:hover {padding-left: 10px;}
.ft-lnk li:before {
    content: "\f0a4";
    font-family: fontawesome;
    color: #ffbc3b;
    margin-right: 10px;}
footer h5:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 80%;
    background: #eee;
    bottom: -7px;
    right: 0;
    /*margin: 0 auto;*/
}
footer h5:after {
    content: "";
    position: absolute;
    left: 20px;
    height: 6px;
    width: 15%;
    background: #ffbc3b;
    bottom: -10px;
    right: 0;
    /*margin: 0 auto;*/
}
.socil-icn ul{margin:20px auto; padding:0; list-style:none;    text-align: center;}
.socil-icn ul li{display:inline-block; padding:10px; border:1px solid #fff; margin:5px; transition:.5s;}
.socil-icn ul li:hover{background:#fff;}
.socil-icn ul li:hover .fa{color:#023c6c;}
.socil-icn ul li .fa{width:20px; height:15px; color:#fff;}

.copyrht {
    background: #023c6c;
    color: #66ac4c;
    font-size: 13px;
    padding: 8px 0;
}
.copyrht-lft {
	color: #66ac4c;
}
.copyrht-rht {
	color: #66ac4c;
}
.copyrht a{color:#666; text-decoration:none;}

footer a{color:#fff;}
footer a:hover{color:#fff;}
.socil-icn{    margin-top: 60px;}
footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer .credits {
  font-size: 14px;
  color: #fff;
}

#FooterrControl1_tr_hitCounter {
	display: none !important;
}
a{text-decoration: none;}
/*footer*/

#WidgetControl1 {	padding: 0px;}

.tm-cont p{
    font-size: 15px;
    color: #333;
}

.tm-cont h3 {
    font-size: 24px;
    color: #333;
}

.tm-cont h4 {
    color: #333;
}

/*hm-team*/
.hm-abt p{text-align:justify;font-size: 14px;color: #222;}
@media (min-width: 1367px) {
#MenuControl:after{display:none;}
}
@media (max-width: 991px) {
.navbar-nav:after{display:none;}
.hm-serv-rht-inner{width:33%;}
.bnr-btm-bx h4 a{padding: 10px 5px;}
.about .content{padding: 15px 20px;}
}

@media (max-width: 768px) {

}

@media (max-width: 767px) {

.hm-team .left.carousel-control, .hm-team .right.carousel-control {
    display: none;
}
	
.ser-box {  width: 100%;}	
.caption {display: none !important;}	
.social-links {display: none;}
  .fix-box{display:none;}
  .navbar {
    background: #ffbc3b;}
	header img {  top: 0 }
.hm-serv-lft-inner{padding:0;}
.hm-serv-rht-inner{width:49%;}
.bnr-sec .carousel-indicators{display: none;}
}

@media (max-width: 575px) {
  .ser-bx .text .icon:after{display: none;}
.navbar-nav>li:nth-child(1){padding-left: 20px;color: #fff;}
.about .content{padding: 15px 0px;}
.navbar-nav>li>a {
   color: #fff;
}
.tp-nav p {
    margin: 0;
    display: block;
    margin: 0 15px;
}
.social-links {
    float: none;
}	
.contact {
    margin-bottom: 110px !important;
}


.hm-serv-rht-inner{width:100%;}
.nav-tp .head-rht{display:none;}
}