@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

#HomepagecontentControl {
    margin-top: -20px;
}

.main-bg {
    background: #63ad4c;
}

.tp-fix {
    position: relative;
    bottom:20px;
    z-index: 9999;
    /* display: block; */
}
/*clnt-innr*/
.clnt-innr figure{background: #033d62;}
.clnt-innr figure figcaption h5{color: #fff; line-height: 40px; font-size: 18px; font-weight: bold;}
/*clnt-innr*/
.tp-fix a{color:#fff}
.tp-fix a:hover{text-decoration:none;}
.tp-fx-head{position: fixed;z-index: 999;bottom: 10px;color: #fff;font-weight: bold;right: -35px;}
.tp-fx-head h3{
     font-size: 18px;
     color: #fff;
     font-weight: bold;
     line-height: 22px;
     position: relative;
     bottom: 215px;
     z-index: 99999999999999;
     right:0;
     margin:0;
     border-radius: 10px 10px 0px 0px;
     transform: rotate(-90deg);
     padding: 14px 14px;
     width: 120px;
     display: inline-flex;
     cursor: pointer;
     background: #69AA5B;
     box-shadow: -2px -3px 10px #fff;
     }

body{ font-family: 'Ubuntu', sans-serif; font-size:15px; line-height:24px;}

div#alert {
    text-align: center;
    width: 70%;
    margin-left: 11%;
}


*{font-family:Ubuntu !important;}

.fa {font-family:fontawesome !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;
    bottom: 6em;
    right: 20px;
    width: 55px;
    right: 0px;
    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;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services1 {background: #f5f5f5;}
.ser-bx {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #033d62; transition:.5s;
}
.ser-bx:hover{background: #033d62;}
.ser-bx:before{ position:absolute; content:""; width:40px; top:0; left:0; height:30px;border-left: 3px solid #033d62;border-top: 3px solid #033d62; background-color:transparent;z-index: 1;  transition:all .9s;}
.ser-bx:after{ position:absolute; content:""; width:40px; bottom:0; right:0; height:30px;border-right: 3px solid #033d62;border-bottom: 3px solid #033d62; background-color:transparent; z-index:1;  transition:all .9s;}
.ser-bx:hover:before{border-left: 3px solid #63ad4c;border-top: 3px solid #63ad4c; width:100%; height:100%;}
.ser-bx:hover:after{border-right: 3px solid #63ad4c;border-bottom: 3px solid #63ad4c; width:100%; height:100%;}
.ser-bx .ser-item{z-index:9; position:relative; text-align:center;}
.ser-bx .ser-item .fa{font-size:50px;color: #63ad4c; line-height:60px; padding:25px 10px 10px; transition:.5s;}
.ser-bx:hover .ser-item .fa{color: #63ad4c;}
.ser-bx .ser-item .rd-mr a{
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #033d62;
  background: #63ad4c;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:600; font-size:15px;
}
.ser-bx:hover .ser-item .rd-mr a{color: #181818;background: #63ad4c;}
.ser-bx .text {z-index:9; text-align: center; /*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: 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);
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.fix-box{    position: fixed;
    top:35%; left:0; z-index:999; font-size: 14px;}	

.social-fx{list-style:none; padding-left:0; margin:0;}



p {
    font-size: 14px !important;
}
.pull-right {
    /* float: right; */
    font-size: 14px;
    color: #fff;
}
#topbar {
	background: #63ad4c;
	line-height: 40px;
	font-size: 14px;
	padding: 4px 0px;
	transition: all 0.5s;
	border-top: 5px solid #033d62;
	width: 100%;
	color: #033d62;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: #fff;
  font-size: 15px;
  float: left;
}

#topbar i {
  color: #fff; font-size:20px;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}
.banner-hm {
  padding: 0px 0px;
}
section{padding: 50px 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #fed136;*/
  transition: all 0.5s;
  /*z-index: 997;*/
  padding: 15px 0;/*position:absolute;*/
  /*top: 40px;*/width:100%;
}
header img{margin:0 auto;padding-top: 11px;/* max-width:100%; */}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*font-family: 'Ubuntu', sans-serif;*/
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*banner*/
.banner-main {
    position: relative;
}
.banner-main:before {/*
    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main:after {
    /*content: '';
    position: absolute;
    left: 0px;
    bottom: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main{position:relative;}
.banner-main:before{    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;}
	
.banner-main:after{    content: '';
    position: absolute;
    left: 0px;
    bottom: -472px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;}
.masthead {
    text-align:
    center;
    color:#fff;
    padding-top: 3%;
    /* padding-bottom: 12.5rem; */
    position: absolute;
    width:70%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.masthead .masthead-subheading {
    font-size: 40px;
    font-style: italic;
    line-height: 50px;
    margin-top: 2rem;
    margin-bottom: 0rem;
}
.masthead .masthead-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin: 0 0 15px;
}

.masthead .btn {
    color: #fff;
    font-size: 25px;
    padding: 15px 20px;
    font-weight: 700;
    background-color: #033d62;
    border: 3px solid #033d62; border-radius:50px;
}
.masthead .btn:hover {
    color: #63ad4c;
    font-size: 25px;
    border-color: #63ad4c;
    border-color: #63ad4c;
}
/*banner*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{/*padding:5px 40px 13px;*/}
.navbar-default .navbar-nav>li>a {
    color: #000;
    /* font-weight:600; */
    padding: 16px 25px;
    font-size: 15px;
}
/* .navbar-default .navbar-nav>li:nth-last-child(1) a{
    background: #fed136; */
    /* border-radius: 40px; */
    }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;left: 0;
    height: 3px;
    background: #fed136;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
/* .navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  display:none;}*/
/*Desktop Navigation*/

/*services*/
.services item-link{    position: relative;
    display: block;
    margin: 0 auto;}
.item-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(99, 176, 73, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}
.item:hover .item-link .item-hover {
    opacity: 1;
}
.item-link .fa{font-size:80px; line-height:80px;}
.item .item-link .item-hover .item-hover-content {
    font-size: 1.25rem;
    color: white;
}
.item {overflow:hidden;    margin: 15px 0;}
.item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.item-caption h2{font-size: 24px;color: #fff;}
.item-caption {
    background: #033d62;
    padding: 1.5rem;
    text-align: center;
}
img{max-width:100% !important;}
/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}
#contact .section-heading {
    color: #fff;
}
.page-section h2.section-heading {
    font-size: 40px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

/*contact*/
/*hm-abt*/

.abt-img::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: #033d62;
    z-index: -1;
    transition: 0.2s linear;
}
.abt-img::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: initial;
    bottom: 0;
    right: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #033d62;
    z-index: 1;
    transition: 0.2s linear;
}
.hm-abt {/* background:#000; *//* background-image:url(image/hm-abt-bg.jpg); *//* background-attachment:fixed; *//* background-position:top center; *//* padding:100px 0; *//* background-size: 100% 100%; */}
.abt-img img{/* border: 7px solid #033d62; *//* border-radius:10px; */}
.hm-abt .abt-cont {
    /* background-color: #ffffff; */
    color: #000;
    /* border: 7px dashed #033d62; */
    padding: 2rem;
    /* width: calc(100% + 120px); */
    /* margin-left: -120px; */
    border-radius: .25rem;
    /* box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); */
    -webkit-box-shadow: 0px 0px 30px rgb(3 3 3 / 46%);
    margin-top: 50px;
 }
	
.hm-abt .abt-cont p{text-align:justify;font-size: 16px !important;line-height: 26px;}
.hm-abt-btm-section{ padding:80px 0; background:#f7f7f7;}

.bx-item {
    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;
}

.bx-item::before {
    content: '';
    position: absolute;
    background: #fed136;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* border-radius: 50px; */
    transition: all 0.3s;
    z-index: -1;
}

.bx-item:hover::before {
    background: #fed136;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.bx-item i {
    font-size: 40px;
    color: #fed136;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
    color: #111;
}
.bx-item a {
    color: #fed136;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
    color: #111;
}

/*hm-abt*/

/*hm-contact*/
.hm-contact{
    background-color: #212529;
    background-image: url(../image/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px;
}
.hm-contact .section-heading{font-size:30px; font-weight:700; color:#fff; line-height:35px;margin-bottom: 40px;}
.hm-contact .btn-sbmit{background:#fed136; margin-top:30px;padding: 15px 25px;}
.hm-contact .form-group-textarea .form-control{margin-top:17px; padding:15px 12px;}
.hm-contact input{/* margin:20px 0; */padding: 3px 10px;line-height:40px;width: 100%;} 
/*hm-contact*/
/*footer*/
input, textarea, .uneditable-input {
    /* margin-left: 0; */
    /* width: 100%; */
    padding: 5px;
}
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
.top.scll-top .fa{width: 28px;  height: 25px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #fed136;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}

.qyery-hm{background:url(../image/query-bg.jpg) no-repeat;background-size:cover;padding: 50px 0 50px;background-attachment:fixed;display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;}

.qyery-hm h4{
    margin-bottom: 0;
    font-size: 31px;
    font-weight: normal;
    font-family: cursive;
    color: #00295a;
    text-align:center;
    }
	
.qyery-hm h4 strong{
    font-family: sans-serif;
    font-size: 44px;
    color: #00295a;
    }
	
.qyery-hm span{
    font-family: sans-serif;
    background: #00295a;
    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 {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 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; margin-bottom: 0; font-family: 'Poppins', sans-serif;}
#footer .footer-info .fa{height: 40px;line-height: 25px;text-align: center;font-size: 20px;color: #000;}
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 {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 .fa {
    color: #fff;
}
#footer .social-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#footer h3{
  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: #05555c;
  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(254,254,254,.2);
  text-align: center;
  padding-top: 30px;
}
.credits a{color:#fff;}
#footer .credits {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #eee;
}
/*footer*/
@media screen and (max-width:1200px){
.carousel-item img {width: 100%; height: 450px;}
}
@media screen and (max-width:980px){
    .masthead img {top: -135px !important;padding: 15px;}
    .masthead .masthead-subheading{margin-top: -3rem !important ;font-size: 24px !important;}
    .masthead .masthead-heading{font-size: 20px !important; line-height: 0px !important;}
    .masthead .btn{font-size: 14px !important;padding: 7px 8px !important;border: 2px solid #033d62 !important; margin-top:15px !important;}
}


@media screen and (max-width:991px){
.carousel-item img {width: 100%; height: 400px;}
.masthead{padding-top: 10%;}
}
@media screen and (max-width:767px){
	.carousel-item img {width: 100%; height: 350px;}
    .carousel-inner img{height: 250px;}
    .masthead img {top: -135px !important;}
    .masthead .masthead-subheading{margin-top: -3rem !important ;font-size: 24px !important;}
    .masthead .masthead-heading{font-size: 24px !important; line-height: 0px !important;}
    .masthead .btn{font-size: 14px !important;padding: 7px 8px !important;border: 2px solid #033d62 !important; margin-top:15px !important;}
	.masthead{ padding-top: 3%;}
} 
@media screen and (max-width:568px){
.masthead{ padding-top: 150px; width:90%;}
}
@media screen and (max-width:460px){
    .carousel-inner img{height: 250px;}
    .masthead img {top: -135px !important;}
    .masthead .masthead-subheading{margin-top: -3rem !important ;font-size: 24px !important;}
    .masthead .masthead-heading{font-size: 24px !important; line-height: 0px !important;}
    .masthead .btn{font-size: 14px !important;padding: 7px 8px !important;border: 2px solid #033d62 !important; margin-top :15px !important;}
	.carousel-item img {width: 100%; height: 300px;}
}
@media screen and (max-width:415px){
	.masthead{ padding-top: 120px;}
strong#HomepagecontentControl_C_ctl00_HeadText {
    line-height: 67px;
}
}