@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&display=swap');

body {font-family: 'Nunito Sans', sans-serif; color: #444444;}
p {font-family: 'Nunito Sans', sans-serif; margin: 0 0 10px; font-size: 16px; font-weight: 400; line-height:24px; text-align:justify;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo Thambi 2', cursive;
}

ul li {font-family: 'Nunito Sans', sans-serif; margin: 0 0 5px; font-size: 16px; font-weight: 400; text-align:left; line-height:24px; color: #333;}

/*color and background*/
.main-text-color { color: #ed6436;}
.main-bg { background: #ed6436; transition:.5s;}
.other-bg{ background: #0b1b3f; transition:.5s;}
.other-text-color{ color: #0b1b3f;}
.btn.main-bg:hover{background: #0b1b3f; color: #fff;}
/*header*/

header img{ margin-top:10px;}


/*** banner-sec ***/
.banner-sec { position: relative;}
.banner-sec .carousel-caption{ right:15%; left:15%;}

.banner-sec h1{ color: #ed6436; font-size:45px; font-weight:600;}
.banner-sec h3{ color:#fff;}

.banner-sec::after{content: "";  position: absolute;  left: 0;  top: 0; 
background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);  width: 100%;  height: 195px;  z-index: 2;}

.banner-sec .bannr-bx img{ background-color: rgba(237,100,54,.85);}
.banner-sec .bannr-bx figure{overflow: hidden;padding: 5px;}
.banner-sec .bannr-bx figure figcaption{ display: flex; position: absolute; align-items: center;  top: 0;   width: 100%; height: 100%;  z-index: 9;  padding: 20px; }
.banner-sec .bannr-bx figure figcaption p{text-align: center; color: #fff; opacity: 0; transition: .9s;}
.banner-sec .bannr-bx:hover figure .ser-img:before { transform: scale(1);}
.banner-sec .bannr-bx:hover figure figcaption p{opacity: 1;} 
.banner-sec .bannr-bx figure .ser-img:before{    position: absolute;  content: "";  top: 0;  left: 0;  width: 100%;  height: 100%;  background:  rgba(237,100,54,.85); transform: scale(0);  -webkit-transition: 1.1s all ease;
    z-index: 9; border-radius: 50%;}
.banner-sec .bannr-bx:hover .fa, .banner-sec .ser-bx:hover h4, .banner-sec .ser-bx:hover p{color:#fff; border:0;}
.banner-sec .bannr-bx a{background: #0b1b3f; color: #fff; padding:2px 5px; position: relative; top:5px;font-weight: bold; padding: 3px 8px;} 
.banner-sec .bannr-bx .circle{position: absolute; width: 100%; left: 0px;  top: 0px; height: 100%; border-radius: 50%;  padding: 2.5px; background-clip: content-box; animation: spin 10s linear infinite;  border: 6px dotted #eee;}
.banner-sec .bannr-bx:hover .circle {  animation: spin 2s linear infinite;}
/*** Section Title ***/
.section-title {position: relative; margin-bottom: 20px;}
.section-title h2{font-size: 50px; margin-bottom: 0;}
.section-title p{display: inline-block;}
.section-title p::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 50%;
    left: 60px;
    background: #0b1b3f;
}

.section-title p::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 50%;
    right: 60px;
    background: #0b1b3f;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** bnr-btm-item ***/
.bnr-btm-item {position: relative;overflow: hidden;  box-shadow: 0 0 45px rgba(0, 0, 0, .7);  transition: .5s;}
.bnr-btm-item .back-bg{position: absolute; right: -5px;  bottom: 40px; }
.bnr-btm-item:hover .back-bg{transform: rotate(-20deg);}
.bnr-btm-item p, .bnr-btm-item h4, .bnr-btm-item .fa, .bnr-btm-item p a{color: #FFFFFF !important;}
.bnr-btm-item .back-bg .fa{font-size: 120px; opacity: .25;}
.bnr-btm-item * { transition: .5s;}
/*abt-sec*/
.abt-sec figure img{position:relative; border-top-left-radius: 100vw;  border-top-right-radius: 100vw;}
/*hm-service*/
.hm-service{background: url(image/ser-bg.jpg) fixed; background-size: 100% 100%;}
.hm-service:before{content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0;background-color:rgba(11, 27, 61,.85); }
.hm-service .section-title p::after, .hm-service .section-title p::before{background: #fff;}
.hm-service .ser-bx img{background-color: rgba(237,100,54,.85);}
.hm-service .ser-bx figure{overflow: hidden;padding: 5px;}
.hm-service .ser-bx figure figcaption{ display: flex; position: absolute; align-items: center;  top: 0;   width: 100%; height: 100%;  z-index: 9;  padding: 20px; }
.hm-service .ser-bx figure figcaption p{text-align: center; color: #fff; opacity: 0; transition: .9s;}
.hm-service .ser-bx:hover figure .ser-img:before { transform: scale(1);}
.hm-service .ser-bx:hover figure figcaption p{opacity: 1;} 
.hm-service .ser-bx figure .ser-img:before{    position: absolute;  content: "";  top: 0;  left: 0;  width: 100%;  height: 100%;  background:  rgba(237,100,54,.85); transform: scale(0);  -webkit-transition: 1.1s all ease;
    z-index: 9; border-radius: 50%;}
.hm-service .ser-bx:hover .fa, .hm-service .ser-bx:hover h4, .hm-service .ser-bx:hover p{color:#fff; border:0;}
.hm-service .ser-bx a{background: #0b1b3f; color: #fff; padding:2px 5px; position: relative; top:5px;font-weight: bold; padding: 3px 8px;} 
.hm-service .ser-bx .circle{position: absolute; width: 100%; left: 0px;  top: 0px; height: 100%; border-radius: 50%;  padding: 2.5px; background-clip: content-box; animation: spin 10s linear infinite;  border: 6px dotted #eee;}
.hm-service .ser-bx:hover .circle {  animation: spin 2s linear infinite;}
@keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }
  
.hm-service .ser-bx h3{color: #fff; margin-top: 20px; font-size: 30px; font-weight: bold;}
/*hm-service*/
/*Call Back*/
.cont-hm-lft label{ color:#000; font-weight: bold; margin:5px 0;}
.cont-hm-lft .sub-btn-hm{transition:.5s; color:#000;}
.hm-contact{background-image:url(image/cont-img.jpg); background-attachment: fixed; background-size: cover;}
.cont-hm-rht{position:relative;}
.cont-hm-rht .fa{font-size:30px; width:70px; height:70px; text-align:center; line-height: 50px; padding:10px;}
.cont-hm-rht .fa-map-marker{ width:75px; height:70px;}
.cont-hm-rht p span{font-size:18px; font-weight:600;}
/*Call Back*/
/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}




/*-- inner page Banner --*/
.banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .fa{ color: #FFFFFF;}
.footer p{ color: #ffffff;}

.footer .btn.btn-social:hover { color:#0f172b;}

.footer .btn.btn-link {display: block; text-decoration:none; margin-bottom: 5px;  padding: 0; text-align: left; color: #FFFFFF; font-size: 15px;   font-weight: normal;  text-transform: capitalize;  transition: .3s;}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #fff;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.ft-logo{width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -40px;}
	
.ft-logo img{ max-height: 90px; border-radius:50%;}


.top {  position: fixed;  right: 20px;  bottom: 30px;  text-align: center;  color: #fff; background-color:#ed6436;  padding: 10px 15px; z-index: 9; 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;}



#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}


#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C
{height:100%;}

#HeaderControl{
  height: 80px;
  float: Left;
  margin-bottom: 0;
  padding: 7px 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top:0;
  z-index: 9;
  width: 30%;
 background: transparent; 
  text-align: center;
   /* background: #ffffff26;*/
  }

#MenuControl{    height: 80px;
  float: Right;
  margin-bottom: 0;
  padding: 0px 0;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 70%;
  background: transparent;}


.body-fx #HeaderControl{
    float: Left;
    position: fixed;
    width: 30%;
    padding: 0;
    padding-left:0;
    background-color: #0b1b3f;
    z-index: 99;
    text-align: left;
    transition: 0.5s;
    height:80px !important;
    top:0;
}

.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 70%;
    padding: 0;
    padding-right: 0;
    background-color: #0b1b3f;
    transition: 0.5s;
    top: 0;
    height: 80px !important;
}



center #form1 #HomepagecontentControl{ padding-top:0; margin-top:0;}
center #form1 #HeaderControl,
center #form1 #MenuControl{ background-color: #0b1b3f;}

center #form1 #HeaderControl{ margin-left:0;}
center #form1 #MenuControl{margin-right:0;}
.body-fx center #form1 #HeaderControl{ margin-left:0;}
.body-fx center #form1 #MenuControl{ margin-right:0;}


	
@media(max-width:767px){

#HeaderControl{ width: 100% !important; text-align: center; position:relative;}
#MenuControl{ width: 100% !important;  position:relative;}	

.body-fx #HeaderControl .logo-hover{ display: inline-block;}	
.body-fx #HeaderControl{ width: 100% !important; text-align: center;}	
.body-fx #MenuControl{ width: 100% !important; top: 80px;}
header{ text-align: center;}

.ser-bx{ width: 400px;}

	
}


@media(max-width:600px){
.carousel-caption{ bottom: 7% !important;}
	
}




@media(max-width:480px){
		
.ser-bx{ width: 300px;}	
	
}