@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {font-family: 'Saira', sans-serif; color: #444444; background: #f6f9fe;}

a {color: #7bc7d7; text-decoration:none;}

a:hover {color: #8ec4dd; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: 'Saira', sans-serif;}
section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/
.navbar-collapse{flex-grow: 0;}
.navbar.bg-light{background-color:transparent !important;}
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms; }
/*navbar*/
.bnr-sec{position:relative;}
.bnr-sec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgb(240, 240, 240) 0%, transparent 100%);
  width: 100%;
  height: 195px;
  z-index: 2;
}
.banner-content{/*z-index:9; */bottom:20%; position: absolute;width: 100%;} 
.banner-content h1{font-size:55px; 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: #ffba5f; line-height: 30px;  font-weight: bold; padding: 8px 20px; transition: .3s;}
.nav-link{font-weight: 600;color: #000;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.main-bg-2{background: rgba(248, 0, 0, 0.75);}
.text-main{color:#f80000 !important;}
.main-bg{background: #f80000 !important;}
.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: 10px 0; height: 92px;  width: 100%;  position: absolute;  transition: all 0.5s; z-index: 9;}
#header img { margin:0 auto;}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Saira', 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;}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  text-transform:uppercase;padding-bottom: 12px;
  z-index: 2;
}
.text-justify{text-align: justify;}
.section-title::before {content: ''; right: 0; width:100%; margin:0 auto; position: absolute;  left: 0; bottom: 20px; height: 2px;  background: #eee;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {margin-bottom: 0;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about { position: relative;  overflow: hidden; background: url(../image/abt-bg.jpg) no-repeat; background-attachment: fixed;}
.about .container { position: relative;  z-index: 10;}

.about .content {  padding: 10px 30px 0 30px;}

.about .content p {margin-bottom: 10px; text-align:justify; line-height:26px;}

.about .content .rd-mr {
  display: inline-block;
  background: #003049;
  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: #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 .abt-img{position: relative;}
.about .abt-img img{border-bottom-right-radius: 100px;}
.about .abt-img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: #ffba5f;
  z-index: -1;
  transition: 0.2s linear;
}
.about .abt-img::after {
  content: "";
    position: absolute;
    bottom: -12px;
    left: initial;
    bottom: 0;
    right: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffba5f;
    z-index: 1;
    transition: 0.2s linear;
}
.hm-qury .sub-btn-hm {
  color: #fff;
  background: #000;
  border: 1px solid #cc1616;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all .25s ease-in-out;
  width: 100%;
  margin-bottom: 20px;
}
.hm-qury .sub-btn-hm:hover {
  background: #333;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{position:relative; background-color: rgba(246, 249, 254, 0.5); background-image:url(../image/bg-2.png); background-repeat: no-repeat; background-size: cover; padding: 80px 0;background-attachment: fixed;}
.ser-bx {width: 100%;  position: relative;  z-index: 0;border-radius: 4px; margin:10px auto;  transition:.5s;}
.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 .fa{font-size: 40px; line-height: 40px; text-align: center; }
.ser-bx .img-bx .fa-arrow-right{font-size: 20px; background: #003049; line-height: 40px; border-radius: 50%; width: 40px; height: 40px;  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: 16px; font-weight: 700; text-transform: uppercase; text-align:center; margin: 0; line-height: 40px;}
.ser-bx .text p {font-size: 15px;}
.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
--------------------------------------------------------------*/
.qyery-hm{background:url(../image/query-bg.jpg) no-repeat; background-size:cover;  padding: 50px 0 50px; background-attachment:fixed;}

.qyery-hm h4{    margin-bottom: 0;
    font-size: 31px;
    font-weight: normal;
    font-family: cursive;
    color: #ccc; text-align:center;}
	
.qyery-hm h4 strong{font-family: sans-serif;
    font-size: 44px;
    color: #ffba5f;}
	
.qyery-hm h4 span{ font-family: sans-serif;
    background: #ffba5f;
    color: #fff;
    font-size: 18px;
    padding: 8px 17px;
    vertical-align: super;
    margin-top: 10px;
    top: 31px;
    border-radius: 45px;
    margin-left: 30px;
    border: 2px solid rgba(0,0,0,0.5); transition:0.5s;}
	
.qyery-hm h4 span:hover{background:#333; transition:0.5s;}
	
.qyery-hm h4 span a{COLOR:#FFF;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {background: url(../image/footer-bg.jpg) no-repeat; color: #fff; font-size: 15px; background-attachment: fixed; background-size: cover; padding-top: 30px;}
#footer .footer-info p {font-size: 15px; line-height: 24px; margin-bottom: 0; font-family: 'Saira', sans-serif;}
#footer .footer-info .fa{ height: 40px; line-height: 20px;  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:#fff; padding: 10px;}
#footer .social-links a { font-size: 16px; display: inline-block; background:#f80000; color:#eee; 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;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}

#footer .copyright {
  border-top: 1px solid rgba(254,254,254,.2);
  text-align: center;
  background: rgba(248, 0, 0, 0.75);
}
.credits a{color:#fff;}
#footer .credits {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #eee;
}
.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%;
}
}