@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body { font-family: 'Poppins', sans-serif; color: #444444;}

#Div_body {background-image: url(../image/bg.gif) !important;
       /*! background-size: contain; */
}
a { color: #084a94; }
a:hover { color: #8ec4dd; text-decoration: none;}

h1, h2, h3, h4, h5, h6, p{
  font-family: 'Poppins', sans-serif;
}


p{ font-weight:normal; Font-size:15px; color:#333; line-height:24px; text-align:justify; }

section.bnr{ padding:0;}
img{ max-width:100%;}

/*navbar*/

header img{ margin-top:0px;}

#HeaderControl, #HeaderControl_C {
  background-color: transparent;
}

#MenuControl, #MenuControl_C { background-color: transparent;}
/*
center #form1 #HeaderControl, center #MenuControl{ background-color: transparent;}
center #form1 #HomepagecontentControl{ padding-top:30px;}
*/

.body-fx .navbar-default{ background-color: #084a94;}

.body-fx #HeaderControl {
    float: Left;
    position: fixed;
    top: 0px;
    left:0;
    width: 30%;
    background-color: #084a94;
    z-index: 99;
    text-align: left;
    height: 70px;
}

/*banner*/

.slider-img{height: 100%; width:100%; position:relative;}
.slider-info {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 28%;
    background: rgba(0,0,0,0.6);
    padding: 5px 20px;
}

.slider-info h3 {
    font-size: 28px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    margin: 8px 0px 10px;
    letter-spacing: 5px;
    text-align: center;
}

.slider-info p {
    font-size: 20px;
    font-weight: 400;
    color: #fff; text-align:justify;
    line-height: 30px;
    letter-spacing: 1px;
}
.carousel-control {
    width: 5%;
}
.slider-info p a {
    font-size: 20px;
    color: #fff;
	z-index: 9999999;
	letter-spacing: 3px;
	text-transform:uppercase; 
	margin-top: 7px; background:#00304e;padding: 5px 0px; padding-left:10px;
}
.slider-info p .fa{background:#3c7a00;     padding: 5px;
    margin-left: 10px;
    font-size: 26px;}
/*banner*/
.body-fx #MenuControl {
    float: Right;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    padding: 0;
    padding-right: 0;
    background-color: #084a94;
    transition: 0.5s;
    height:70px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /*! padding: 40px 0; */
}
#home:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);
    width: 100%;
    height: 195px;
    z-index: 2;
}
.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: 10px;
  color: #084a94;
  text-transform:uppercase;padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after {content: '';  position: absolute;  left: 0; right:0;  bottom: -2px; height: 6px; background: #084a94; width: 60px;margin:0 auto;}
.section-title h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 2px;  background: #00295a;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  /*
  background: url("image/about-bg.jpg") center center no-repeat;
  background-size: cover;*/
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
.abt-img{padding:50px;position:relative;}
.abt-img:after{
    /* position:absolute; */
    /* bottom:10px; */
    /* content:''; */
    width:80%;
    height:80%;
    background:#efcead;
    border-radius:50%;
    margin: 0 auto;
    right: 0;
    left: 0;
    }

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 0 30px;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #084a94;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}

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

.about .content .rd-mr {
  display: inline-block;
  background: #084a94;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .rd-mr:hover {
  background: #00295a;
}

.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: #084a94;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #084a94;
    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: #084a94;
    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;
}
.about img{ border: 10px solid #085294; border-radius: 50%; z-index:9; position:relative;}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.ser-bx {
    width: 100%;
    position: relative;
    z-index: 0;border-radius: 4px; margin-bottom: 40px; border: 1px #ccc dashed;
}
.services .container { padding:50px;}

.ser-bx .img {
    width: 100%;
    height: 240px;
    display: block;
}
.ser-bx .img .icon {
    width: 70px;
    height: 70px;
    background: #084a94;
    margin: 0 auto;
    opacity: 0;
    -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 .img-bx{text-align:center; width:100%; padding:10px;}
.ser-bx .img-bx .fa{font-size:50px;color: #fff;background: #084a94; padding:20px; border-radius:50%; height: 80px; width: 80px;line-height: 40px;}
.ser-bx .text {position:relative;
    background: #fff;
    padding: 20px;
    margin: 0 auto; text-align:justify;
    
}

.ser-bx .text h3 {
    font-size: 16px;
    font-weight:bold;color:#085294;
    text-transform: uppercase; text-align: center;
}

.ser-bx .text p {
    margin-bottom: 0;
    font-size: 15px;
	text-align: center;
}

.ser-bx .text p.rd-mr{ text-align:center;border: 1px solid #084a94;  background:#084a94; padding:5px; max-width:50%; color:#fff; margin:0 auto;position: relative; top: 10px; border-radius:15px;}
.ser-bx .text p.rd-mr a{color:#fff;}
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #104a94;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 15px;
}

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


#footer .footer-top .footer-info h3 {
	 font-family: 'Poppins', sans-serif;
  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-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
 
}
#footer .mb-2 .fa{margin-right:10px; font-size:20px;}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eee;
  color: #104a94;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%; border:1px solid #efcead;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

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

#footer .footer-top h4 {
  font-size: 24px;
  border-bottom:1px dashed #fff;
  font-weight: 600;
  color: #fff;
  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: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

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

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #084a94;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .copyright {
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
}
#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;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #104a94;
    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: 10px 5px; position: relative; }  
.navbar-toggle{ margin-top: -38px; position: absolute; right: 0px;}

center #form1 #HomepagecontentControl{ padding-top: 110px !important; }
#HeaderControl{  width: 100% !important; position: fixed;  z-index: 999; }
#MenuControl{ width: 100% !important; top: 80px !important; right:6px !important; }

section.bnr{ position: relative; top: 100px !important;}
.navbar-toggle{ background: #222;}

#MenuControl_C #navbar-collapse-1{ width: 100% !important;}

.navbar-nav > li {
    padding: 3px 15px !important;
}
.nav > li > a {
    padding: 5px 10px !important;
}


}
*/

@media(max-width:769px){
.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s;  top: 0; height: auto !important; }

}

@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ border-color: #033c5e; background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #033c5e; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;  background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #920e37; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #010066; border-bottom:1px solid #fff;}
	
#HeaderControl, center #form1 #HeaderControl{ width: 45%; z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #033c5e;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 100%;}
.body-fx #MenuControl_C{height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;
    overflow-y: auto;}
.navbar-nav{margin-bottom:0;}

center #HeaderControl{    padding:0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;}

.body-fx center #HeaderControl{height: 67px !important;}

center #form1 #HomepagecontentControl{padding-top: 75px;}

}
	
@media(max-width:568px){
.abt-img {
    padding: 10px;
    position: relative;
}
p{ font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{ }
.navbar-nav>li>a { line-height: 24px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { padding: 2px 15px 2px 25px;}

}
	
@media(max-width:480px){
#HeaderControl, #MenuControl{ top: 0;}
#logo-web{ height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 78%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{ width: initial; max-width:97%;}
.navbar-toggle{ margin-top: 12px;}
center #HeaderControl { padding:4px 0;}
center #form1 #HomepagecontentControl { padding-top:50px;}

}

	
@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 { height: initial !important; max-height: 380px; }

}


.abt-img:after{position:absolute;bottom:10px; content:''; width:80%; height:80%; background:#efcead; border-radius:50%; margin: 0 auto; right: 0;
    left: 0;}