
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


#header .navbar-default{ margin-top: 20px; background-color: transparent;}

 body { font-family: 'Poppins', sans-serif; 
	font-size:15px;
     color: #666666;
     line-height:24px; }


* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}
.bx-rht-cont h2 {
	font-weight: 600;
    font-size: 18px;
	line-height:24px;
	color: #023c6c;
}

.cont-page h3{ margin: 0; font-size: 18px; margin-bottom: 8px;}
.cont-page p{ font-size:14px; color:#000; line-height: 24px;}

.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%;}

.cont-page .st-feature-box{ background: #1d1d3d; padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px; padding-right: 10px; color: #fff;}
	
.cont-page .feature-box-image{ margin-top: 10px;}
.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: 10px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    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: #222; font-size: 20px; margin-top: 0;
    text-transform: uppercase; margin-bottom: 5px; margin-top:5px;}
.cont-page h2 span{ color: #222; font-weight: normal; font-size: 18px;}
.cont-page h5{ color: #222; font-size: 18px; margin-bottom: 5px;}
	
.cont-page{ text-align:left;font-family: Arial; font-size: 14px;}


/*cont-page*/

/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}


a {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-family: Raleway;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0;
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 20px
}

h4 {
     font-size: 18px
}

h5 {
     font-size:16px
}

h6 {
     font-size:15px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 3px;
}

ol li, ul li{
	font-weight: 300;
    font-size: 15px;
    font-family: Arial;
    line-height: 24px;
}

p{
     margin:0;
     font-weight: 300;
     font-size: 15px;
     font-family: Arial;
     line-height: 24px;
}

table td{ font-weight: 400; font-size: 15px !important; font-family: Arial !important; line-height: 24px;}


.bx-rht-cont {
  text-align: left;
}
.bx-rht-cont p {
  text-align: left;
  color: #333;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 10px;
     padding-bottom: 0px;
}

#header{ padding: 15px 0; left: 0; top: 0; right: 0; transition: all 0.5s;
    z-index: 997; background:rgba(17,33,57,1); }

#header.header-scrolled{
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  transition: all 0.5s;
}

#header img {
 margin:0 auto;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Poppins', 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: 6px 0; height: 65px; position: fixed; left: 0; top: 0; right: 0;
    transition: all 0.5s; z-index: 997; background:rgba(8,74,140,.85);}
	
.body-fx .navbar-default{ background-color: transparent !important;}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.banner_section {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(image/bnnr-bg.jpg);
    height: 510px;
    background-size: contain;
    /*padding: 120px 0px 90px 0px;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow:hidden;
}
.banner_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /*background: linear-gradient(rgb(17, 33, 57) 0%, transparent 100%);*/
    width: 100%;
    height: 195px;
    z-index: 2;
}
.banner_taital {
    width: 100%;
    float: left;
    background-color: #626975;
    border-radius: 20px;
    padding: 20px 20px;
}
.banner-content{ position: absolute;
    top: 0px;
    text-align:right;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 40px 40px;	
    /*background: rgba(254,254,254,0.8);*/
    border-radius: 50%; }
	
.banner-content img{ margin-bottom:20px;}
.banner-content h1{ font-size: 35px; color:#eee; font-weight:bold;  line-height:50px; text-transform: uppercase;}
.banner-content h1 span{ font-size:40px;}
.banner-content h2{ font-size:30px; color:#eee; letter-spacing:1px; line-height:36px; text-transform: uppercase;}

.about_section {
    width: 100%;
    float: left;
    background-color: #112139;
}

.about_taital {
    width: 100%; background: rgba(250,250,250,.6);
    float: right;
    padding: 70px 70px;
    margin-top: 0;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: bold;
}

.about_section{position: relative;
    width: 100%;
    float: left;
    background-image: url(image/abt-bg.jpg);
    background-size: contain;
    /*padding: 120px 0px 90px 0px;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}



.about_text_2 {
    position:relative;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 40px;
    color: #112139;
    /*border-bottom: 1px solid #49bcfe;*/
    text-align: center;
}
.about_text_2:before{position:absolute; content:''; width:150px; height:2px; background:#112139;left:0; right:0; margin:0 auto; bottom:0px;}
.contact_text_2 {
    width: 24%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #49bcfe;
    text-align: center;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.about_taital p{ font-family: 'Poppins', sans-serif; font-size: 16px; text-align:justify;    
    color: #333; margin-left: 0px; padding-top: 10px;}

.about_bt {
    width: 40%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    border-radius: 8px;
    background-color: #f6d500;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    margin-top: 40px;
}

.about_bt a {
    color: #102139;
    font-family: 'Poppins', sans-serif;
}

.about_bt a:hover{ color: #000; }
.about_img {position:relative; width: 80%; margin:0 auto; padding:100px 20px 50px;  /*float: left;*/}
.about_img img { box-shadow: 60px 200px 1px rgba(246,213,0,.5); }
.about_section:before {content: '';position: absolute;height: 300px;width: 100px;background: #112139;top: 100px;left: 0;}
.about_section:after {position: absolute;content: ''; top: 50px;width: 10px;height: 150px;background: #f6d500;left: 50px;}
.about_main{ width: 100%; float: left; margin-bottom: 80px; }

.team-hm{paddind:20px 10px;margin:0;padding-right: 23px;}

.team-hm h2 {
    position:relative;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 30px;
    color: #112139;
    font-weight:600;
    margin-bottom:20px;
}

.team-hm h2:before{ position:absolute; content:''; width:150px; height:2px; background:#112139; left:0; right:0; margin:0 auto; bottom:0px;}


.team-hm p a{ color:#f6d500;}

.hm-head{ text-align: center;
    color: #0f2139;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:10px;
    margin-top: 20px;
    font-size: 32px;}
	
.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: 0;
    line-height: 1;
    position: relative;
}

.head-sep:before{ width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	background-color: #f6d500;
 }
	
.head-sep:after{ width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	margin-left: 22px;
    margin-right: 0;
	background-color: #f6d500;
  }
	
.head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 1px;
    margin-left: -10px;
}

.head-sep u:before{ position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #f6d500 solid;
    border-right: 2px #f6d500 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	border-left-color: #f6d500;}
	
.head-sep u:after{  position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #f6d500 solid;
    border-right: 2px #f6d500 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
	border-right-color: #f6d500;}
	



.hm-service{  /*background:url(image/serv-bg.jpg) no-repeat;  background-attachment:fixed; background-size:cover;*/
 padding-bottom: 30px; padding-top: 20px; }
 	
.service-box{ list-style:none; padding-left:0; margin-top: 20px;}
.service-box li{margin: 0 1%;width: 23%;float: left;color: #fff;text-align: center;transition: .5s;margin-bottom: 30px;}
	
.service-box li img{ 
	-webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */ transition:0.5s;}
	
.service-box li:hover img{  -webkit-filter: none; filter: none; transition:0.5s;}
.service-box li:hover{ transform: translate(0px,-10px); transition: 0.5s;
    box-shadow:0px 9px 4px #1d283b; border-radius: 0 0 8px 8px;}
	
.service-box li h4{ font-size: 15px; margin: 0; padding: 10px 0; border-radius: 0 0 8px 8px; color:#fff; transition:0.5s; font-weight: 600; 
background: #0f2139;
	-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}
				
.service-box li:hover h4{ background: #9facbc; color:#000; transition:0.5s;}


.contact_section {
    width: 100%;
    float: left;
}

.alert-danger{ background-color: inherit !important; border-color: 0 !important;}


.background_bg{
	text-align: center;
background-image: url(image/contact-bg.jpg);
    background-size: 100% 100%;
    padding-bottom: 40px;

}

.contact_bg {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.request_text {
    width: 100%; color:#fff; float: left; font-family: 'Poppins', sans-serif; font-size: 30px; padding: 20px 0; margin-bottom:20px; position:relative; font-weight:bold;}

.request_text:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #eee;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom:15px;
}

.email-bt{ background: #fff; border-bottom: 1px solid #fffcf4;  border-top: 0px; font-family: 'Poppins', sans-serif; border-left: 0px; border-right: 0px;  width: 100%; min-height: 30px; font-size: 15px; padding: 12px 10px; margin-bottom: 10px;}
.email-bt:placeholder, .massage-bt:placeholder { color:#999;}

.massage-bt { border-bottom: 1px solid #fffcf4; border-top: 0px; border-left: 0px; border-right: 0px; width: 100%; min-height: 85px; font-size: 15px; padding: 12px 10px;}

.send_bt { background-color: #f6d500; color: #000; font-weight: bold; text-align: center; padding: 15px 30px; font-size: 18px; border:0; border-radius:10px; margin:0 auto; margin-bottom: 15px;}
.send_bt:hover { background-color:#041d2c;color: #fff;}
.send_bt:hover a{ color:#fff;}
.send_bt a { font-weight:bold; color: #041d2c;}




footer{ margin-top: 20px;
    background: #0f2139;
    color: #333;
    padding-top:20px;
    background-size: cover;
    
}

footer .container-middle{position:relative;}

footer h2{ font-weight: 500; font-size: 20px; position: relative; color: #fff; margin-bottom: 13px; 
text-transform: capitalize; border-bottom: 1px dashed #333; padding-bottom: 5px;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #222;
    z-index: 1;
    top: -17px;
}

footer .container-middle a{ color:#ccc;}

.col-three{ color:#ccc;}

.ft-cont{}

/*.ft-cont{margin-top: -3px;}*/

.us-lk ul{ list-style-type: square; font-size: 14px; margin-bottom: 0; color: #fff; padding-left: 24px;}
.us-lk ul li{ line-height: 22px; margin-bottom: 7px;}
.us-lk p{ color: #ccc; text-align:left;}
.us-lk ul li:hover{ padding-left: 5px;}
.us-lk ul li a{ color:#ccc;}
.us-lk ul li:hover a{ color:#0f5d9d !important;}
footer a{ color:#fff;}

.ft-soc ul{ font-size: 16px; margin-bottom: 0; list-style: none;}

.ft-soc ul{ padding-left: 0; font-size: 14px;}	
.ft-soc ul a{ color:#ccc;}
.ft-soc ul li{ margin-bottom:8px;}
.ft-soc ul li img{ margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{ border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#fff;}

.ft-cont p, .ft-cont p a{ margin-bottom:8px; font-size: 14px; color: #ccc; line-height: 23px; 
    min-height: 25px;
    transition: 0.5s;}

.copyrht{ background:#183357;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    padding:10px 0;
    position: relative;
}
	
.copyrht p{ margin-bottom: 0; color: #fff; font-size: 14px;}
	

#FooterrControl1_tr_FooterBackImage{ background-image:none !important;}

.cprht-lft{padding-top:0;  text-align:left; }
.cprht-rht{ padding-top:0; text-align:right;}

.cprht-rht ul{ list-style:none; text-align:right; margin:0; font-size: 14px;}

.cprht-rht ul li{    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #db6e5d;
    line-height: 13px;}
	
.cprht-rht ul li:first-child{ border-left:0;}

.cprht-rht a{ color:#fff; padding: 0 4px;}


p.cprht-rht img { height: 18px; transition:0.5s; vertical-align: bottom;}

p.cprht-rht img:hover{ transform:rotate(360deg); transition:0.5s;}

.ft-cont i {    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 19px;
    line-height: 0px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
}

.cprht-img{ float: left; margin-left: 120px;}
	
.cprht-img img{ height: 45px;}
.ft-cont i img{ margin-top: 5px;}

.ft-cont p:hover i{ background:#0f5d9d; transition:0.5s;}

.top{ position: absolute;
    top: -20px;
    left: 60px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 0px;
    color: #fff;
    padding: 15px 0px 10px;
    border-bottom: 0;
    cursor: pointer;
    transition: 0.5s;
    border: 30px solid transparent;
    border-top: 30px solid #444;
    height: 0;
}

/*footer*/
@media(max-width:991px){
	.banner-content{ width:100%;}
	.banner_section { padding-top: 10px; height: 350px !important;}
	.social_icon{ width: 100%;}
}

@media(max-width:480px){
.banner_section {
    height: 220px !important;
}	
.about_section:before { width: 60px !important;}
.about_section{ background-size: inherit !important; padding: 20px 0 20px 0 !important;}

.about_img{ padding: 50px 20px 50px !important;}
.about_taital{ width: 92% !important; padding: 25px 30px !important;}
.service-box li{ width: 48% !important;}

	
}