@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body{ font-family: 'Ubuntu', sans-serif; font-size:15px; line-height:24px;}

#widgetsControl {
    height: auto !important;
}



*{font-family:Ubuntu !important;}

.fa {font-family:fontawesome !important;}


  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section-title{ padding-bottom: 40px; text-align:left;}

.section-title h1{ font-size: 30px; font-weight: 600; text-transform: uppercase;
  color: #fff; text-align:left;}
  
.section-title h2{
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align:left;
  
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}



.ser-sec{background:url(./Image/ser-bg.jpg);  background-size:cover; background-attachment:fixed; padding:100px 0;	}
.ser-sec .tab-content{padding-top:50px;}
.ser-sec .nav-pills>li{/*float:inherit;*/}
.ser-sec .nav-pills>li>a{background: #000;font-size: 16px;}
.ser-sec .nav-pills li .fa{margin-right:10px;}
.ser-sec .nav-pills>li>a:hover {background: #f9bf1e; color:#000;}
.ser-sec .nav-pills>li.active>a, .ser-sec .nav-pills>li.active>a:focus, .ser-sec .nav-pills>li.active>a:hover{background: #f9bf1e;color: #555;}
.ser-sec h3{margin:0;text-align: left;    line-height: 30px; color:#fff;
    font-size: 22px;
    font-weight: 700;}
.ser-sec .nav-pills{border-bottom: 1px solid #f9bf1e;text-align: center;padding-bottom: 0px;padding-left: 55px;}
.ser-sec .nav-pills>li>a{border: 1px solid #f9bf1e;border-radius: 4px 4px 0 0;margin-top: -15px;color: #f9bf1e;padding: 10px;}
.ser-sec .nav-pills>li {
    float: initial;
    padding-right: 10px;
    margin-bottom: -1px;
    display: inline-block;
}
.ser-sec ul{margin-top: 10px;}
.ser-sec ul li, .ser-sec p{text-align:justify;color:#fff;line-height: 28px;list-style:none;font-size: 15px;position:relative;}
.ser-sec .tab-content ul li:before{content: "\f0a4"; font-family:FontAwesome; position:absolute; left:-30px;}
.ser-sec img{padding-top:50px;}
.ser-sec .tab-content p a{border:1px dashed #000; padding:10px 15px; background:#f9bf1e; color:#000;}
.ser-sec .tab-content .rd-more{margin-top:20px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #fed136;
}
  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
p {
    font-size: 15px !important;line-height:24px;
}
.main-table ul li{font-size:15px;line-height:28px;}
.main-table h4{font-size:20px;}
.main-table {padding-top:20px;padding-bottom:40px;}
.pull-right {
    float: right;
    font-size: 14px;
    color: #fed136;
}
#topbar {
	background:#000;
	line-height: 40px;
	font-size: 14px;
	padding: 7px 0px;
	transition: all 0.5s;
	border-top: 5px solid #fed136;
	width: 100%;
	color: #fed136;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: #fed136;
  font-size: 14px;
  float: left;
}

#topbar i {
  color: #fed136; 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-top: 0px;
}
.banner-hm img{
width:100%;
height:470px;
}
section{padding:30px 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: 10px;/* 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: 8rem;
    padding-bottom: 12.5rem;
    position: absolute;
    width:70%;
    top: 0%;
    /* background: #00000057; */
    right: 0;
    left: 0;
    margin: 0 auto;
}
.masthead .masthead-subheading {
    font-size: 40px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 2rem;
}
.masthead .masthead-heading {
    font-size: 19px;
    /* font-weight: 700; */
    line-height: 30px;
    margin: 0 0 34px;
}

.masthead .btn {
    color: #000;  font-size: 25px; padding: 15px 20px;font-weight: 700;
    background-color: #fed136;  border:3px solid #fed136; border-radius:50px;
}
.masthead .btn:hover {
    color: #fed136;    font-size: 25px;
    background-color: #000;
    border-color: #fed136;
}
/*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(254, 209, 54, 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;
}
.services img{width:100%;height:250px;}
.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: 22px;
color: #000
}
.item-caption {
    background:#fed136;
    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*/

.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 #ffc610; border-radius:10px;}
.hm-abt .abt-cont {
    background-color: #ffffff;
    color: #000;
    border:7px dashed #ffc610;
    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 rgba(115, 128, 157, 0.1);
    margin-top: 105px;
 }
	
.hm-abt .abt-cont p{ text-align:justify; }
.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:80px;
}
.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;
}
footer{background:#111; padding:20px 0 10px;}
footer p, footer a{color:#fff; line-height:40px;  transition:all .3s;}
footer .fa{font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fed136;
    border: 1px solid #fed136;
    width: 30px;
    height: 30px;
    border-radius: 50%; transition:all .3s;}
footer .fa:hover{font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    border: 1px solid #fed136;
	background:#fed136;;
    width: 30px;
    height: 30px;
    border-radius: 50%;}
footer .text-right{text-align: right;font-size: 14px;color:#fff;}
footer a:hover{color: #fed136;}
a {
  text-decoration: none;
}
/*footer*/

/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container {max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {margin-top: 0 !important;}
.innr-pg-c {margin: 0px 0px 20px 0px;padding: 25px 0;position: relative;background: url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll;}
.innr-pg-c h1 {font-weight: 600;Font-size: 26px;color: #fff;text-align: left;border-left: 4px #fff 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: linear-gradient(324deg, #F29713, #FAC508, #EA5F20);}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(180deg);
}
.dropend .dropdown-menu {
  right: 100% !important; top:0;
  left: auto !important;
}

/*--------------------------------------------------------------
#Contact page
--------------------------------------------------------------*/

.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: #000;
  padding-top: 10px;
  padding-bottom: 13px;
  margin-bottom: 10px;
  padding-right: 13px;
  color: #fff;
}

.feature-box-content{ text-align: left;font-size:15px;}
.feature-box-content a{ 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;}
/*cont-page*/

/*home*/
.hom{ width:730px;}	
.mn-trcl{ margin:50px 0;}
.three-bx{ height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    height: 285px;
    overflow: hidden;
    text-align: center;
    border:8px solid #eee;
    box-shadow: 2px 5px 4px #ccc;
    background:#0070c0;
}
	
.three-bx p{text-align:center;}
	
.three-bx:before{    content: '';
    display: table;}
	
.three-bx-inner div{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: -8px;
	left: 172px;
}
	
.three-bx-front{box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}
.three-bx-inner div, .three-bx-inner{
	display: block;
	position: absolute;
	width: 101%;
	height: 101%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	overflow: hidden;
	left: -1px;
	top: 0px;
	background-color: #fed136;
}
	
.three-bx-front img{width:100%; height:100%;}

.three-bx-front h3{
    top: 182px;
    left: 0;
    font-size: 18px;
    width: 100%;
    position: absolute;
    /* top: 0; */
    background: rgba(255,255,255,0.8);
    color: #000;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #888;
    }

.three-bx-back{    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #fed136;
    opacity: 0; color:#fff;}
	
.three-bx-back h3{
    padding-top: 0;
    background: #333;
    margin-top: 45px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 200;
    }
	
.three-bx-back p{ line-height: 28px; font-size: 16px !important;padding: 20px;color: #000;}

.three-bx-back p.rdmr a{
    color: #fff;
    background: #333;
    padding: 5px 12px;
    border-radius: 7px;
    font-size: 14px;
    }
	
.three-bx-inner:hover .three-bx-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.three-bx-inner:hover .three-bx-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.three-bx-back ul{padding-left:0;}

.mar-dv{    margin: 0 2.5%;}



.hm-abt .container-middle{
    background: #fff;
    padding:5px 0px 50px;
    }
	
.hm-abt .container-middle{/* border-left: 1px solid #eee; *//* padding-left: 11px; */}
.mn-trcl .container-middle{
    /* border-right: 1px solid #eee; */
    border-top: 1px solid #eee;
    padding-right: 11px;
    padding-top: 40px;
    padding-bottom: 55px;
    }

    .hm-contact .alert a{float: inline-end;}
    @media(min-width:991px){
.three-col{width: 960px;  margin: 0 auto;}
.three-bx{width: 300px; margin: 0 auto;}
.mar-dv{margin:10px auto;}
    }


      /*============WHATSAPP==========*/
      
    .whatsapp_btn{
        position: fixed;
        top: 26em;
        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;
        }
    }

    .callus {
        width: 100%;
        margin: 8px 0 0 0;
        text-align: right;
        position: fixed;
        top: 32em;
        right: 9px;
        width: 50px;
        height: 50px;
        z-index: 99999;
    }
 
    
    .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;
    }

    .sub-head {
    font-weight: 700;
    Font-size: 22px;
    color: #000;
    line-height: 34px;
    /* text-transform: uppercase; */
    /* margin-top: 30px; */
    text-align: left;
    position: relative;
    margin-bottom: 1rem;
}
.sub-head::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #fed136;
    left: 0;
    bottom: -10px;
}

.ups1 {
    /* height:300px; */
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups1 img {
    width: 80px;
    margin: 0 0 12px 0;
}

.ups1 h5{color: #000;font-weight: 600;font-size:20px}
.ups1 p{color: #333;font-size:15px;text-align: center!important;}


.sectors-bx {
    height:200px;
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sectors-bx  img {
    width: 80px;
    margin: 0 0 20px 0;
}

.sectors-bx  h5{color: #000;font-size:20px}
.sectors-bx  p{color: #333;font-size:15px;text-align: center!important;}
