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

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


p{font-size: 15px;color:#333;line-height:23px;margin-bottom: 10px;letter-spacing: .2px;text-align:justify;}
	
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%;}

.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;}

h1 p{
	  color: #fff;
	  font-size: 45px;
	  line-height: 50px;
	  padding-bottom: 15px;
	  -webkit-animation: color-change 1s infinite;
	  -moz-animation: color-change 1s infinite;
	  -o-animation: color-change 1s infinite;
	  -ms-animation: color-change 1s infinite;
	  animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
    0% { color: #22c9ee; }
	35% { color: #FFC700; }
    70% { color: chocolate; }
    100% { color: #22c9ee; }
}
@-moz-keyframes color-change {
    0% { color: #22c9ee; }
	35% { color: #FFC700; }
    70% { color: chocolate; }
    100% { color: #22c9ee; }
}
@-ms-keyframes color-change {
    0% { color: #22c9ee; }
	35% { color: #FFC700; }
    70% { color: chocolate; }
    100% { color: #22c9ee; }
}
@-o-keyframes color-change {
    0% { color: #22c9ee; }
	35% { color: #FFC700; }
    70% { color: chocolate; }
    100% { color: #22c9ee; }
}
@keyframes color-change {
    0% { color: #22c9ee; }
	35% { color: #FFC700; }
    70% { color: chocolate; }
    100% { color: #22c9ee; }
}
.banner-content{position:absolute;top: 30%;width:50%;}
.banner-content h1{color: #ff6d73;font-size: 45px;line-height:60px;letter-spacing: 2px;font-weight:bold;}
.banner-content h2{color:#fff;letter-spacing: 1px;line-height:35px;font-size: 21px;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: 0 20px 0 0;border-radius:10px;border:2px dotted #111;transition:.5s;font-weight:bold;font-size: 17px;}
.banner-content a:hover{color:#ff6d73; background:#111; 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: #ff882f;
  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;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section{padding: 5% 10px;}

.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: #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: 52%;
    width: 90px;
    height: 120px;
    text-align:center;
    background: #FF6D74;
    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%);
}
.about .side-icn .fa{font-size: 50px; line-height: 120px; text-align: center; color:#fff;}
.about .abt-img:after {
    position: absolute;
    top:0;
    left: 11px;
    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;
  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: 0 0 0 40px;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 31px;
  color: #ff6d73;
  margin-bottom: 20px;
  position: relative;
}

.about .content p {
  margin-bottom: 10px;
  text-align:justify;
  font-size: 14px;
  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;
  margin: 20px 0 0 0;
}

.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: #ff882f;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box::before{
    content: '';
    position: absolute;
    background: #ff882f;
    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: #ff882f;
    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 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.ser-bx {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.ser-bx .img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.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;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
}
.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%);
}
.ser-bx .text h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.ser-bx .text p {
    margin-bottom: 0;
    font-size: 14px;
    text-align:left;
}
.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);
}



.cont-page h2{
    font-size: 20px;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
    color: #111;
    line-height: 24px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
	text-align: left;
    }
.inner-box {
    border: 1px solid #00295a !important;
    padding: 54px;
    text-align: center;
    min-height: 143px;
}		
.cont-page h2 span{ color: #111; font-weight: normal; font-size: 18px;}

.cont-page .st-feature-box {
    background: #00295a;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 55px;
    position: relative;
    margin-bottom: 35px;
	text-align: left;
}

.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 {
    margin-top: 20px;
}

.cont-page .feature-box-image .fa{
   font-size:30px; color:#fff;
}

.cont-page h3{
    font-weight: 800;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
	text-align: left;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.feature-box-content{ font-size: 15px; color: #fff; line-height: 24px; text-align: left;}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

/* .team{ padding:0;} */

.team .col-lg-6{
  padding: 0px;
}


.tm-lft{background-image:url(image/tm-bg.jpg); 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{bottom: -50px;right: inherit;margin: 0;}

.tm-img img{float:left;width: 80px;border: 3px solid #ff6d73;border-radius:50%;margin-right: 12px;}
.tm-bx h3{display:block;font-size: 21px;line-height: 25px;padding-top: 12px;color: #fff;}
.tm-bx p{color: #f6f6f6;margin: 30px 0 0 0;}
.tm-bx p a{text-align: center;}
.tm-bx h3 span{display:block;font-size: 15px;}
.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: 50px 40px;
  background: #fff;
}



.contact .map-hm-rht .form-control{
  box-shadow: none;
  font-size: 14px;
  padding: 14px;
  margin: 0 0 16px 0;
}

.contact .map-hm-rht input::focus{
  background-color: #ff882f;
}
.contact .map-hm-rht [type="submit"] {
    background: #ff6d73;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}
.contact .sbmt-btn {
    background: #ff6d73;
    border: 0;
    padding: 14px 24px !important;
    color: #fff;
    transition: 0.4s;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px !important;
    letter-spacing: .5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

/*--------------------------------------------------------------
# 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: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  margin-top: 14px;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #ff6d73; */
  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;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top .footer-links p{
  color: #fff;
  font-size: 14px;
}

#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: 8px 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;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  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: #ff882f;
  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 #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  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;
}

@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) {
	h1 p{
	  color: #fff;
	  font-size: 25px;
	  line-height: 50px;}
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
 
.caption{width: 100%;}
.wback .caption{    top: 30%;}
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}

}
@media (max-width: 414px) {

}
/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container { max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table { margin-top: 0 !important;}

.heading-innerpage {background-image: linear-gradient(45deg, #00295a 20%, #ff6d73);padding: 50px 0;margin-bottom: 30px;}
.heading-innerpage h1 {font-weight: 600;Font-size: 30px;color: #fff;line-height: 30px;text-align: left;border-left: 3px #fff solid;padding-left: 20px;margin-bottom: 0px;}
.container-fluid{padding-left:2px; padding-right:2px;}

@media (min-width: 320px) and (max-width:768px) {
	#logo-web {padding: 0;width: 70%;margin: 0 10px;}

	.navbar-toggler { position: absolute; right: 15px; top: -50px; background: #fff}
	.body-fx #MenuControl { height: 0 !important;}
	#HeaderControl, #HeaderControl_C {height: 75px !important;}
	.navbar-collapse {background: #ff6d73;margin-top: 0px}
    .navbar .nav-link { margin: 10px  }
}