@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');

body {font-family: 'Poppins', sans-serif; color: #444444;}

a {color: #7bc7d7; text-decoration:none;}

a:hover {color: #8ec4dd; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;}
p{font-size:16px;color:#444444;}
section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/
.navbar-collapse{flex-grow: 0;}
.navbar.bg-light{background-color:transparent !important;}
.navbar .nav-link:focus, .navbar .nav-link:hover{color:#fff;}
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms; }
/*navbar*/
.bnr-sec{position:relative;background:#20374b;}
.banner-content{z-index:9; top:40%;}
.banner-content h1{font-size:40px; line-height:60px; letter-spacing:0px; font-weight:bold;}
.banner-content h2{letter-spacing:3px; line-height:35px; font-size:25px;}
.banner-content .txt-rotate .wrap{border-right:#7bc7d7 solid;}
.banner-content a{color: #000; background: #f9c324; line-height: 35px;  font-weight: bold; padding: 8px 20px; transition: .3s;}
.banner-content a:hover{color: #fff; background: #20374b;border:1px solid #fff; line-height: 35px;  font-weight: bold; padding: 8px 20px; transition: .3s;}
.bnr-sec img{border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
.nav-link{color:#fff;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #7bc7d7;
  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: 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {/* padding: 30px 0; *//* height: 92px; *//* position: relative; */transition: all 0.5s;background:#20374b;}
#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(254,254,254,.75);}
.body-fx .navbar-default{background-color: transparent !important;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section { padding: 30px 0;}

.section-bg { background-color: #f4f9fc;}

.section-title {text-align: center; padding-bottom: 20px;}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  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: #333; 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:#f9c324;
  padding: 120px 0 20px;
  position: relative;
  overflow: hidden;
}
.about img{
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
border: 8px solid #eee;}

.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: #003049;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}

.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:28px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #003049;
  padding: 9px 44px 9px 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: #003049;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #003049;
    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: #003049;
    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{}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{position:relative; background: #20374b;}
.services .section-title h2::after, .services .section-title h2::before{background: #fff;}
.ser-bx {background: #eee; width: 100%;  position: relative;  z-index: 0;border-radius: 4px; margin:10px auto;  transition:.5s;}
.ser-bx:hover .fa-chevron-right{animation: move 0.5s linear  alternate; }
 @keyframes move {
     49%{ transform: translate(0px); rotate: -35deg; opacity: 0;}
     51%{opacity: 1;transform: translate(-10px);rotate: -35deg;}
 }
.ser-bx .img {width: 100%; height: 240px;  display: block;}
.ser-bx .img .icon {width: 70px; height: 70px; background: #003049;  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{padding:8px;}
.ser-bx .img-bx .fa{font-size: 35px; background: #003049; line-height: 80px; border-radius: 50%; width: 80px; height: 80px;  text-align: center; color:#eee;}
.ser-bx .text{ position: relative; padding:0 20px 20px; margin: 0 auto; text-align:justify; -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;    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);}

.ser-bx .text h3 {font-size: 23px;font-weight: 600;text-transform: uppercase;text-align:center;margin: 0;line-height: 33px;}
.ser-bx .text p {font-size: 15px;color:#444444;line-height:28px;}
.ser-bx .text p.rd-mr a{color:#000; font-weight:bold; line-height:30px;}
.ser-bx .text p.rd-mr .fa{color:#000; font-weight:bold; line-height:30px; width:40px; height:40px; line-height:40px; border-color:#003049 !important; transition:.3s;}
.ser-bx:hover p.rd-mr .fa{background:#003049; color:#eee;}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.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;
}

.map-hm-rht .fa {
    font-size: 25px;
    width: 60px;
    height: 60px;
    float: left;
    line-height: 60px;
    background: #003049;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {background: #f9c324; color: #20374b; 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-info p {font-size: 15px; line-height: 24px; color:#20374b; margin-bottom: 0; font-family: 'Poppins', sans-serif;}
#footer .footer-info .fa{width: 60px; height: 40px; line-height: 40px; margin-right: 10px; text-align: center; font-size: 20px;}
footer .footer-links ul{list-style:none; margin:0; padding:0px;}
footer .footer-links ul li{border-bottom: 1px dashed rgba(32,55,75,.2); padding: 5px 0;}
footer .footer-links ul li a{color:#20374b; padding: 10px;font-size:15px;color:#444444;line-height:28px;}
footer .container{padding-top:20px;}
#footer .social-links a {margin-top: 15px; font-size: 16px; display: inline-block; background:#eee; color:#003049; padding: 8px 0; margin-right: 2px; border-radius: 50%; text-align: center;  width: 35px;  height: 35px;  transition: 0.3s;}

#footer .social-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#footer h3{
  font-size: 24px;
  border-bottom:1px dashed #20374b;
  font-weight: 600;
  color: #20374b;
  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: #20374b;
  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: #20374b;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {color: #20374b;}



#footer .copyright {
  border-top: 1px solid rgba(32,55,55,.2);
  text-align: center;
  padding-top: 30px;
}
.credits a{color:#20374b;}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #20374b;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #20374b;
    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) {
	.navbar-collapse{flex-grow: 0; background:rgba(47,77,90,.85); padding:10px 5px;}
  #header img{margin:inherit;}
  .navbar-toggler{position: absolute; top: -60px; right: 0;}
  .body-fx #header{padding: 15px 0;
    height: inherit;
    position: relative; background: rgba(254,254,254,.85) !important;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}
.body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse{background-color: transparent !important;border-color: transparent !important;}
}
@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%;
}
}

.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
  .innr-pg-c{margin-bottom: 20px; padding:40px 0;position: relative;background:url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll ;}
  .innr-pg-c h1{font-weight: 600;Font-size: 24px;color: #20374b;text-align: left;border-left: 3px #20374b 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-color: #f9c324;}



  /* contact us */
  .main-table {
    font-family: 'Poppins', sans-serif;;
    font-weight: normal;
    Font-size: 14px;
  color: #333;
    line-height: 24px;
    text-align: justify;
    margin-bottom:50px;
}
.main-table ul li {font-size:15px; line-height:28px;}
.main-table p {font-size:15px; line-height:28px;}
.cont-page h2 {
    font-weight: bold;
    color: #111;
    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 .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #20374b;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.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;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
.feature-box-content a{color:#fff;}
/*cont-page*/

.tm_img {
  border-radius: 6%;
  border: 3px solid #2f4c59;
}
.teamsub-head{
    font-weight: bold;
    Font-size: 20px;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
}

header {
  position: relative;
  margin-top:15px;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px!important;
}

#HeaderControl_C{background-color: #20374b!important;}
#MenuControl_C{background-color: #20374b!important;}
/* #RadDockZone1{max-width:100%;} */
#FooterrControl1_Footer{margin-top:0px!important;}


.callus {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: right;
    position: fixed;
    top: 20em;
    right: 9px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
/* .emailsubscription h2{ font-weight:bold; color:#036;}
.emailsubscription p{}
    .Subscribecss{right: 15px;
    padding: 0px 15px;
    line-height: 42px;
    border-radius: inherit;
    width: 100%;
    border: 1px solid #ccc9c9;
    }
	.ssubmit{    top: 24px;
    right: 0px;
    padding: 3px 23px;
    line-height: 38px;
    border-radius: inherit;
    position: absolute;
    border: none;
    color: #fff;
    background-color: #11670b;
} */

.callus .callusL{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    float: right;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}

  /*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    top: 15em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}
.translate{background-color: #20374b;padding:5px 0px}
.trans-right{float: right;}