@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}

a {
  color: #181818;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}

.navbar .nav li a {
    text-decoration:none; font-size:15px;/*color: #fff;*/
}
.navbar .dropdown-menu .dropdown-item{color: #000;}
.navbar {margin-top: 20px;
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent; 
    background-image:transprante;    padding: .1rem 1rem;    background-color: transparent;
}

.navbar>li>a {
    padding-top:0 !important;
    padding-bottom: 0 !important;
	font-weight:600;
}

.container-fluid{padding-left:2px; padding-right:2px;}


.navbar-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 0  !important;
    margin-right: 0 !important;
    /*margin-top: -2px;*/
}


.navbar-nav>li {
    display: inline-flex;
    float: initial !important;
    vertical-align: middle;
    /*border-right:1px solid #3c3c3c;*/ padding: 5px 0px;
}


.MenuControl_C{ border:0 !important; background-color:#ff0000 !important;}

.navbar-default .navbar-nav>li>a{color: #000 !important;font-size: 15px;text-decoration:none;display: block;padding: 5px 5px; font-weight: 600;}
.navbar-default .dropdown-menu.show{position:absolute;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{    color: #000 !important;
    background-color: #fff !important;}
	
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms; position:absolute;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
   background-color:#ff0000 !important;
}

.dropdown-menu>li>a:focus:after, .dropdown-menu>li>a:hover:after {
        border-left-color: #fff !important;
}
	
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ff0000 !important;
    border-color:#fff;
    color: #fff !important;
}
.dropdown a{color: #666;display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;}

#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C .navbar-nav
{height:100%;}

#MenuControl_C #navbar-collapse-1{height:100% !important;}
.table-responsive{overflow:hidden; display:inline-table;}

.navbar-default .container-fluid{/*width:1140px;*/}
.navbar-header{display:none;}
.collapse:not(.show) {  display: block;}

#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/
.menu-sec{padding:0; background:transparent;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{padding:0; background: #f2f2f2;}
#header .tp-nav{position: relative; transition: all 0.5s; background:#003163; color:#fff;}
#header .tp-nav a{color:#fff;padding: 0px; line-height: 30px;}
#header .tp-nav .text-right a{background: #fa3414; padding: 11px 15px;}
#header .tp-nav a .fa{color:#fff;width:40px; height:40px; line-height: 40px; text-align:center;background: #fa3414; transition:.5s;}
#header .tp-nav a:hover .fa { /* background: #eee;*/}
#header p{margin:0;/*display: inline;*/ line-height: 40px;}
#header .tp-head-lft{float:left;}
#header .social-links{margin-top:0;}
#header .logo-sec{text-align:center; padding:20px 0;/* background: #003163;*/}
.body-fx .navbar-default{/*background-color: transparent !important;*/}
.logo-sec{position: relative;}
.logo-sec img{margin:0 auto; z-index: 1; position: relative;}
.logo-sec:after{/*content:''; position:absolute; height:110px; width:60px;background: #003163;transform: skew(-20deg,0deg);top: 0px; right: -20px; z-index: 0;*/}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec{position:relative; padding:0;}
.bnr-btm{position:relative;}
.intro-wrapper {    background: #fff;
    box-shadow: 0 3px 9px -2px #d0cece;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.bnr-sec .p-0, .bnr-sec .pr-0, .bnr-sec .pl-0{padding:0;}
.bnr-sec .row{margin:0;}
.bnr-btm .container{position:relative;}
.bnr-bx{text-align: center; padding: 50px 30px;  border-right: 1px solid #eee; transition:.5s;}
.bnr-bx:hover{background:#f5f5f5;}
.bnr-bx .fa{font-size:50px; color:#fa3414;}
.bnr-bx h4{font-size:20px; line-height:30px;}
/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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: #fa3414; 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;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .section-title {
  text-align: center;
  padding-bottom: 0px;
}
.about{background: #eee;position:relative;}
.about .col-md-6.offset-6{padding-right:0;}
.about img { border:8px solid #fa3414; border-bottom-left-radius:100px; border-top-right-radius:100px;
    box-shadow: 0px 8px 71px -9px rgb(0 0 0 / 40%);
}
.abt-img{position:relative;}
.abt-img .abt-img1{position:relative; top:0px; left:0; width:100%;}
.abt-img .abt-img2{position:absolute; top:0px; right: 15px; width:40%;}
.no-gutters{margin:0;}
.about .content {
    /*background-color: rgba(254,254,254,.8);*/
    padding:15px 38px; font-size:16px;
    /* box-shadow: 3px 1px 22px -9px #000;*/
}
.about .container {
  position: relative;
  z-index: 10;
}
.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #fa3414;
  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: #fa3414;
  padding: 15px 40px;
  color: #fff;
  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:#eee;
}
.about .content .rd-mr:hover i{
  color:#fff;
}
.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;}
.ser-bx {position: relative; margin: 10px 0 30px;}
.ser-content{position: absolute;bottom: -20px; left: 20px; right: 20px; background: #fff; padding: 10px 20px; box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);}
.ser-content h3 {font-size: 20px;line-height: 22px; margin: 10px 0; transform: translateY(0);transition: all .3s ease-in-out;
    position: relative; padding-left: 15px;}
.ser-content h3:before { position: absolute; content: ""; top: 50%; left: 0; width: 4px; height: 30px; background: #fa3414;
    margin-top: -15px;}
.ser-bx:hover .ser-content h3 {transform: translateY(-10px); -webkit-transition-delay: .2s; transition-delay: .2s;}
.ser-content a.read-more { position: absolute; bottom: 40px; left: 20px; opacity: 0; font-weight:bold; transform: translateY(50%); transition: all .3s ease-in-out; text-transform: uppercase; font-size: 16px; letter-spacing: 1px; color: #fa3414; padding-left: 15px;}
.ser-bx:hover .ser-content a.read-more { transform: translateY(35px);  opacity: 1; -webkit-transition-delay: .3s;    transition-delay: .3s;}
.ser-bx .img{ overflow:hidden;}
.ser-bx .img img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ser-bx:hover .img img { margin-left: 0; opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.map-hm-lft{background: #295684;box-shadow: 0 3px 9px -2px #003163;}
.map-hm-lft .col-md-6{padding:0;}
.cont-bx{color:#fff; text-align:center; padding: 30px 20px; border-right: 1px dashed #003163;border-top:1px dashed #003163;}
.cont-bx:nth-child(n+2){border-right:none;}
.cont-bx .fa{font-size:50px; line-height:60px;}
.cont-bx h4{font-size:20px; font-weight:500; line-height:30px;}
.cont-bx p{font-size:16px; font-weight:normal; line-height:30px;}
.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: #8ca2b8;
  box-shadow: none;
  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;
}

.contact .map-hm-rht input {
  padding: 20px 15px;    width: 100%;
}


.contact .map-hm-rht .send_bt {
  background: #fa3414; margin-top:20px;
    border: 0;
    padding: 10px 24px; width:150px;
    color: #eee;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px; border:3px solid #003163;
}

.contact .map-hm-rht .send_bt:hover {
  background: #fa3414; border-radius:10px; border:3px solid #fa3414; 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-bottom{position:relative;}
.footer-bottom ul{list-style:none; margin:0; padding:0;}
.footer-bottom ul li{display:inline-block; padding: 10px 15px; background:#fa3414;}
.footer-bottom ul li a{color:#fff; font-weight:bold;}
#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px; text-align:justify;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fa3414;
  color: #eee;
  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: #fa3414;
  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;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .copyright {
  border-top: 1px solid rgba(0,49,99,.3);
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #003163;
}
#footer .credits a{ color: #fa3414}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #fa3414;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header img{margin:inherit;}
  .body-fx #header{padding: 15px 0;
    height: inherit;
    position: relative; background: rgba(47,77,90,.85) !important;}
.navbar-toggle{margin-top: -38px;
    position: absolute;
    right: 0px;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}
.navbar-default, .navbar-default .navbar-collapse{background-color:  rgba(47,77,90,.85) !important;border-color: transparent !important;}
.body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse{background-color: transparent !important;border-color: transparent !important;}
.nav>li>a { padding: 8px 2px;}
.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{    background-color: #00295a;}
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{position:relative;background-color:  rgba(47,77,90,.85);padding: 20px 0; height: 80px;}
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 75%;
}
}