@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.main-table{font-family:Poppins; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify; padding: 0 5px;}
.main-heading{text-align: justify;font-weight:bold;Font-size:22px;color: #00295a;line-height:36px;border-bottom:1px #ccc dashed;text-transform:uppercase;}
.sub-heading{font-weight:bold; Font-size:18px; color:#333; line-height:30px; text-transform:uppercase; margin:0;}
.team-title{font-weight:bold; Font-size:17px; color:#333; line-height:30px; margin:0;}
.contact-us{ padding-left:20px; line-height:30px; font-family: arial; font-size: 13px;}
.team_img {
  width: 130px;
  border: 6px solid #00295a;
  border-radius: 50%;
  aspect-ratio: 1/1;
  }
.dropdown-menu li a:hover{color:#fff; background:#00295a; }

.services-grid-3 {
    padding: 15px 20px;
    transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    background-color: #f4f7fa;
    margin-bottom: 30px;
    overflow: hidden
}

#footer a{ font-family: 'Poppins', sans-serif;}

.services-grid-3::after {

    border-right: 50px solid #FFF;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.services-grid-3 i {
    background-color: #fff;
    bottom: 0;
    color: #999;
    float: left;
    font-size: 40px;
    margin-right: 10px;
    padding: 20px 15px;
     text-decoration:none;
}
.services-grid-3 a {
     text-decoration:none;
}

.services-grid-3:hover h4 {
    color: #086ebb;
}

.services-grid-3 h4 {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    padding-top: 19px;
    margin-bottom: 0px;
    text-transform: capitalize
}

.services-grid-3 p {
    color: #242424;
    margin-bottom: 0
}

.services-grid-3 a img {
    float: left;
    margin-right: 12px;
    margin-top: 7px;
    position: relative;
    width: 60px
}

.services-grid-3 .img-icon-bg img {
    position: absolute;
    right: 0;
    opacity: .04;
    top: 0;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.head-hm{text-align: center;margin-top: 20px;font-size: 32px;position:relative;color:#0c3c60;}

.head-hm span{
    position: relative;
    z-index: 9;
    background:transparent;
    padding-top: 9px;
    }
	
.head-hm:after{    content: "";
    position: absolute;
    left: 0;
    top: 37px;
    height: 7px;
    width: 90px;
    right: 0;
    margin: 0 auto;
    z-index: 9;}

body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}
div#WidgetControl4 {
    display: none;
}
p{font-family: 'Poppins', sans-serif;
  color: #444444; font-size:15px; line-height:23px;}
a {
  color: #ff6d73;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
section.bnr{padding:0;}
img{/* max-width:100%; */}

/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}

.bnr-sec{background-image: url(../Image/banner-image.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover;
background-attachment:fixed; position:relative; height:100vh;}
.banner-content{position:absolute; top:200px; width:50%;}
.banner-content h1{color: #ff6d73;font-size:45px;line-height:60px;letter-spacing:1px;font-weight:bold;}
.banner-content h2{color:#fff;letter-spacing:3px; line-height:35px; font-size:25px; min-height:120px;}
.banner-content .txt-rotate .wrap{border-right:#ff6d73 solid;}
.banner-content a{color:#fff;background: #ff6d73;line-height:40px;padding:10px 20px;margin:5px 20px;border-radius:10px;border:2px dotted #111;transition:.5s;font-weight:bold;}
.banner-content a:hover{color: #ff6d73;background: #000;line-height:40px;padding:10px 25px;margin:5px 20px;border-radius:10px;border:2px dashed #fff;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #ff6d73;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#HeaderControl{
    height: 82px;
    float: Left;
    margin-bottom: 0;
    padding: 16px 0;
    transition: 0.5s;
    /* position: absolute; */
    left: 0;
    top:inherit;
    z-index: 9;
    width: 100%;
    background: #ff6d73;
    text-align: center;
    }
#MenuControl {
    height: 60px !important;!i;!;
    float: Right;
    margin-bottom: 0;
    padding: 0px 0;
    transition: 0.5s;
    /* position: absolute; */
    right: 0;
    top:inherit;
    z-index: 9;
    width: 100%;
    background: #013a5d;
    }
#MenuControl_C { height: 60px !important}
#HeaderControl section{padding:0;/* text-align:center; */}
#HeaderControl .rdCenter, #MenuControl .rdCenter{background: transparent !important;}


#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 /* margin:0 auto; */
}

#widgetsControl, #widgetsControl_C, #widgetsControl, #widgetsControl1_C{/* height:inherit !important; */}
.body-fx #HeaderControl {
    height: 90px;
    float: Left;
    position: fixed;
    width: 33.1%;
    padding: 10px 2px;
    padding-left: 0;
    background: rgb(1 58 93);
    z-index: 99;
    text-align: left;
    transition: 0.5s;
    height: 68px !important;
    top: 0;
}
.body-fx #MenuControl {
    height: 65px;
    float: Right;
    position: fixed;
    right: 0;
    width: 67%;
    padding: 0;
    padding-right: 0;
    background: rgb(1 58 93);
    transition: 0.5s;
    top: 0;
    height: 68px !important;
}
.body-fx .navbar-default, .navbar-default{background-color: transparent !important;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 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: #ff6d73;
  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: #ff6d73;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 .side-icn{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 90px;
    height: 120px;
    text-align:center;
    background: #ff6d73;
    margin-right: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -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%);
}
.abt-img{position:relative;}
.about .side-icn .fa{font-size: 50px; line-height: 120px; text-align: center; color:#fff;}
.about .abt-img:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #ff6d73 transparent transparent transparent;
}
.about {
 /* background: url("../image/about-bg.jpg") center center no-repeat;
  background-size: cover;*/
  padding: 60px 0 0;
  position: relative;
      overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 0px 30px 0 30px;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #ff6d73;
  margin-bottom: 16px;
  position: relative;
  /* left: 20px; */
}

.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:26px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #ff6d73;
  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: #ff6d73;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #ff6d73;
    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: #ff6d73;
    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;
}


.ser-bx {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.ser-bx .img {
  width: 100%;
  height: 240px;
  display: block;
}
.ser-bx .img .icon {
  width: 70px;
  height: 70px;
  background: #ff6d73;
  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 .icon span {
  color: #fff;
}
.ser-bx .text {
  width: 90%;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  margin-top: -75px;
  border-radius: 4px;
  -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 15px 46px -16px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 10%);
  min-height: 110px;
}
.ser-bx .text h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.ser-bx .text p {
  margin-bottom: 0;
  font-size: 15px;
}
.ser-bx:hover .img .icon {
  opacity: 1;
}
.ser-bx:hover .text {
  background: #00295a;
}
.ser-bx:hover .text h3 {
  color: #fff;
}
.ser-bx:hover .text p{
  color: rgba(255, 255, 255, 0.8);
}
.ser-bx:hover .text ul li{
  color: rgba(255, 255, 255, 0.8);
}
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: #ff6d73;
    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: #ff636a; 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;
  }
  


.cl1{     position: absolute;
  top: -30px;
  width: 39%;
  left: 65px;}

.cl2{    position: absolute;
  top: 166px;
  width: 38%;
  left: -30px;}

.cl3{    position: absolute;
  top: 355px;
  width: 39%;
  left: 80px;}

.cl4{    position: absolute;
  top: -30px;
  width: 40%;
  right: 65px;}

.cl5{    position: absolute;
  top: 166px;
  width: 39%;
  right: -40px;}

.cl6{    position: absolute;
  top: 355px;
  width: 40%;
  right: 65px;}

.cl4 .fl-ser p, .cl4 .fl-ser h3,
.cl5 .fl-ser p, .cl5 .fl-ser h3,
.cl6 .fl-ser p, .cl6 .fl-ser h3 {text-align:left;}

.cl4.ser-cl-inner img,
.cl5.ser-cl-inner img,
.cl6.ser-cl-inner img{margin-right: 15px; margin-left:0;
  left: 0;}

.dn-img {
  display: none;
}


@media(max-width:769px){
  .three-cl h3{font-size: 23px;}	
  
  .ser-cl-inner {
      position: initial;
      float: left;
      width: 47%;
      text-align: center;
      margin: 0 1.5%;
      /*border: 1px solid #eee;*/
      margin-top: 70px;
      padding-bottom: 20px;
  }
  
  .ser-main-cl{    margin-top: 30px;
      margin-bottom: 0;}
    
  .fl-ser, 
  .fl-ser.fr-ser
  {float:inherit; text-align:center; padding:0 15px; border:1px solid #ccc;     padding-top: 75px;}
  .sh-img{display:none;}
  .fl-ser p,
  .cl4 .fl-ser p, .cl4 .fl-ser h3, .cl5 .fl-ser p, .cl5 .fl-ser h3, .cl6 .fl-ser p, .cl6 .fl-ser h3
  {text-align:center;}
  .dn-img{display:block;}
  
  .ser-cl-inner img,
  .cl4.ser-cl-inner img, .cl5.ser-cl-inner img, .cl6.ser-cl-inner img {
      float: initial;
      left: 0;
      right: 0;
      margin: 0 auto; margin-top: -50px;
  }
  
  .hm-serv {
      padding-bottom: 30px;
  }
  
  }
    
  @media(max-width:736px){
  .nav-link {
    color: #fff;
  }
  .hm-serv {
      padding-bottom: 30px;
  }
  
  .four-col-inner h3{font-size: 18px;}
  
    }
    
  @media(max-width:667px){
  .wback_nav {
      top: 28% !important;
      }	
  .wslidess img {
      height: 100% !important;
  }	
  .banner-btm {
      position: relative !important;
  }	
  .three-cl h3 {
      font-size: 17px;
  }
  .four-col-inner h3{    font-size: 17px;}
  .four-col-inner p{font-size:12px;}
  .four-col-inner .fa{font-size: 28px; height: 40px;     line-height:31px;}
  .four-col-inner p{    margin-bottom: 9px;}
  .sec-about-rht .nav-tabs>li a{font-size: 16px;}
  .hm-serv h2{font-size: 30px;}
    }
    
  @media(max-width:568px){
  
  .four-col-inner{margin: .5%; width: 49%;     padding-bottom: 0;}
  .ser-bg{width:70%; margin:0 auto;}
  .ser-cl-inner img{top: -4px;     width: 100px;
      height: 100px;}
  .fl-ser, .fl-ser.fr-ser{padding-top: 60px;}
  .ser-cl-inner h3{font-size:16px;}
  .ser-cl-inner p{    font-size: 13px;}
  .fl-ser{min-height: 190px;}
    }
    
  @media(max-width:480px){
    
  .hm-serv-bx-img{    width: 40%;}
  
  .three-cl .col-md-4{width:100%;}
  .three-cl-inner{margin-bottom: 10px;}
  
  
    }
    
  @media(max-width:414px){
  .hm-serv-bx-img{display:none;}	
  .hm-serv-bx-cnt{padding: 0 20px 0 20px;}
  
  .ser-cl-inner{    width: 100%;
      margin: 0;
      margin-top: 50px;}
  .fl-ser {
      min-height: initial;
  }
  .ser-bg{width:100%;}
    }
    
  @media(max-width:375px){
  .hm-serv-bx-cnt h3{font-size: 20px;}	
  .two-cl .hm-head{    font-size: 24px;}
  
    }
    
  
  
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.tm-lft{background-image:url(image/tm-bg.png); background-repeat:no-repeat; background-size:100% 100%; min-height:450px;position:relative;}
.tm-lft:before{position:absolute; top:0; left:0; right:0; background:rgba(0,41,90,.7); content:'';width: 100%; height: 100%; z-index:0;}
.carousel-indicators li{background-color:#fff; width: 10px; height: 10px; border-radius: 50%;border: 5px solid #ff6d73; opacity:1;}
.carousel-indicators .active{background-color:#00295a;}
.carousel-indicators{bottom: -50px;right: inherit;margin-left: 10%;}
.tm-bx{margin-bottom:50px;}
.tm-img img{float:left; width:80px; border:4px solid #ff6d73; border-radius:50%; margin-right:10px;}
.tm-bx h3{display:block; font-size:22px;line-height:30px; padding-top: 15px;color: #fff;}
.tm-bx p{color:#fff;}
.tm-bx h3 span{display:block; font-size:16px;}
.tm-rht{padding: 100px 60px 0;min-height: 450px; background:#00295a;}
.team .section-title{position:absolute; top:45%; margin:0 auto; right:0; left:0; color:#fff;}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {/*padding:10px 0 80px;*/}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 30px 0;
  background: #fff;
}



.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .map-hm-rht input::focus{
  background-color: #ff6d73;
}

.contact .map-hm-rht input {
  padding: 20px 15px;
}


.contact .map-hm-rht .sub-btn-hm {
  background: #ff6d73;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
}

.contact .map-hm-rht .sub-btn-hm:hover {
  background: #00295a;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00295a;
  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-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;
  margin-bottom: 0;color:#fff;
  font-family: 'Poppins', sans-serif;
}
.col-lg-12.table-responsive{padding:0;}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  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: #ff6d73;
  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: 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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}
#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: #ff6d73;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  color: #eee;
  text-align: center;
  padding-top: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #00295a;
    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;
}

/*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%;}

.cont-page .st-feature-box{
    background: #013a5d;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
    }
	
.cont-page .feature-box-image{    margin-top: 13px;}
.cont-page .feature-box-image .fa{font-size: 26px; color: #fff;}
.cont-page .feature-box-content{font-family: 'Poppins', sans-serif;}

.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: #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: #013a5d;
    font-size: 19px;
    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: #013a5d;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;padding-top:20px;}


/*cont-page*/

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
center #form1 #MenuControl{width: 66%;}
}
@media (max-width: 991px) {
  .team .member { margin-bottom: 110px;}
  .services .icon-box{margin:15px auto;}
.body-fx #MenuControl, #MenuControl, #HeaderControl, .body-fx #HeaderControl {
    float: inherit !important;
    position: relative;
    width: 100%;
    /* padding: 10px 2px; */ padding:0px;
    padding-left: 0;
	padding-right: 0;
    background: rgba(0,41,90,1);
    z-index: 99;
    text-align: center;
    transition: 0.5s;
    height: inherit !important;
    top: inherit;
}
#MenuControl_C, #HeaderControl_C {height:inherit !important;}
.body-fx #MenuControl.col-md-8, #MenuControl.col-md-8, #HeaderControl.col-md-4, .body-fx #HeaderControl.col-md-4 {max-width:100%;}
.bnr-sec{height: 500px;}
.banner-content {
    position: absolute;
    top: 50px;
    width: 50%;
}
.about .side-icn{display:none;}
center #form1 #MenuControl{width: 100%;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
.bnr-sec { height: 400px;}
.banner-content h1{font-size:25px; line-height:30px;}
.banner-content h2{font-size:16px; line-height:26px;}
.about .content{padding:0;}
.banner-content a{padding: 10px 20px;}
.about .content h3{left:0;}
.banner-content {
    position: absolute;
    top: 50px;
    width: 90%;
    margin: 0 auto;}
	.banner-content a{margin: 5px 10px;}
}
@media (max-width: 575px) {

}
@media (max-width: 414px) {
.banner-content a{padding: 10px 12px;}
#header img {  max-width: 90%;}
}
.carousel-item{ width:100%;}
	

/* innr-pg-c Start */
.innr-pg-c {margin: 0px 0px 40px 0px;padding: 30px 0;position: relative;background: url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll;}
.innr-pg-c h1 {font-weight: 600;Font-size: 30px;color: #fff;text-align: left;border-left: 4px #fff solid;padding-left: 20px;text-transform: uppercase;position: relative;z-index: 1;border-radius: 4px;}
.innr-pg-c:after {content: '';position: absolute;left: 0px;right: 0px;top: 0px;width: 100%;height: 100%;z-index: 0;background:#a14e51;}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(180deg);
}
.dropend .dropdown-menu {
  right: 100% !important; top:0;
  left: auto !important;
}

.main-table ul li {font-size:16px;line-height: 27px;}
.tm_img {
    width: 200px;
    border-radius: 6%;
    border: 3px solid #013a5d;
}
.sub-heading {
    font-weight: bold;
    Font-size: 20px;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
}


.otherpagecss #RadDockZone1 
{max-width:100%!important;}

#HomepagecontentControl_C center table{margin-top:0px!important;}

.main-table h4 {font-size: 20px;}
#FooterrControl1_tr_hitCounter{color:#fff!important;}