@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
#Div_body .container-fluid { margin: 0; padding: 0;}
#HomepagecontentControl { min-height: auto !important;}
body { font-family: 'Poppins', sans-serif;}
a { text-decoration: none;}
p { font-size: 15px; color: #525252; letter-spacing: .3px;}

.heading h2 span { padding: 3px 9px; position: relative; z-index: 9; background: transparent;}
.heading h2 span:before { content: ""; position: absolute; left: 0; height: 3px; width: 70%; background: #262626; bottom: -7px; right: 0; margin: 0 auto;}
.heading h2 span:after { content: ""; position: absolute; left: 0; height: 8px; width: 20%; background: #f9c809; bottom: -12px; right: 0; margin: 0 auto;}

.top-nav { background: #333;}
.top-nav .container { background: #f9c809; position: relative;}
.top-nav .container::before { content: ""; position: absolute; right: -15px; height: 100%; width: 30px; background: #f9c809; top: 0; transform: skew(-34deg); z-index: 1;}
.top-nav .container::after { content: ""; position: absolute; left: -15px; height: 100%; width: 30px; background: #f9c809; top: 0; transform: skew(34deg); z-index: 1;}
.top-nav .text, .top-nav .social-icon { position: relative; z-index: 2;}
.top-nav .text a img { width: 20px; height: 20px; margin: 0 10px 0 0;}
.top-nav .text a { color: #333; font-size: 15px; margin: 0 30px 0 0; padding: 8px 0; display: inline-block; font-weight: 500;}
.top-nav .social-icon a img { margin: 0 3px; transition: all .4s ease-in-out;}
.top-nav .social-icon a img:hover { transform: rotate(360deg);}

.header p img { float: left; padding-right: 16px;}

.header p {font-size: 18px;margin-top: 14px;font-weight: 500;line-height: 1.4;}
.header p span { font-size: 16px; font-weight: 400;}

.slider img { width: 100%; height: 450px;}

.banner-bx { position: relative; z-index: 2;}
.td-banner { width: 100%; height: 310px; position: relative; padding-top: 15px; float: left; overflow: hidden; margin-top: -180px; background: url(image/banner-bx.png) no-repeat; background-size: 100% 100%;}
.img-bn img{ background: #f9c809; border-radius: 50%; padding: 10px 10px; border: 3px solid #8e7100; box-shadow:3px 3px 5px #111; transition: 0.5s;}
.td-banner:hover .img-bn img { transform:rotate(360deg) scale(1.1); transition:0.5s;}
.td-banner h2{ font-size: 24px; font-weight: 400; text-align: center; color: #fff; margin-top: 10px; margin-top: 0; padding: 3px 0px 5px;}
.td-banner p{ font-size: 14px; color: #fff; padding: 0 10px; text-align: center; margin-top: 75px; transition:0.5s;}
.td-banner a{ color: #fff; text-decoration: none; margin-right: 0; font-size: 13px; background: #f9c809; padding: 4px 10px; border-radius: 5px;color: #000; box-shadow: 4px 5px 4px #000;}	
.td-banner:hover p{margin-top:0px; transition:0.5s;}
.td-banner:hover p.img-bn{margin-top:20px; transition:0.5s;}

.about-section {padding: 4% 0;}

.team-section{ background: url(image/team-bg.jpg) no-repeat; background-attachment: fixed; padding: 40px 0px; border-top: 6px solid #262626; border-bottom: 6px solid #262626; box-shadow: 0px 7px 5px #ccc;}
.team-section .heading h2 { color: #fff;}
.team-section .heading h2 span strong { color: #f9c809;}
.team-section .heading h2 span:before { background: rgba(255, 255, 255, .6);}
.team-section p { color:#fff; text-align:center;}
.team-section p.rd-mr{ margin-top: 30px;}

.team-section p.rd-mr a{  border-radius: 6px;
    background: #f9c809;
    color: #000;
    padding: 7px 18px 7px 43px;
    border-color: #8e7204;
    box-shadow: 4px 3px 5px #222; position: relative;}
	
.team-section p.rd-mr a:before{position: absolute;
    left: 0;
    padding-right: 15px;
    width: 100%;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}

.iconn {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px;
    border-radius: 6px;
    text-align: center;
    color: #ffdd00;
    background-color: #222;
    transition: all 0.5s ease;
}

.iconn img {
    filter: brightness(0) invert(1);
    vertical-align: top;
    margin-top: 3px;
}    

.serv-bx:hover:after, .serv-bx:hover:before{ left: 35px; opacity: 1;}
p.rd-mr a:hover:before{opacity: 1;}
p.rd-mr a:hover .text-btn { opacity: 0;}
    
    p.rd-mr a:hover .iconn {
        left: calc(100% - 24px);
        left: -webkit-calc(100% - 24px);
        left: -moz-calc(100% - 24px);
    }

.services-section {padding: 5% 0;}
.serv-bx {  border: 1px solid #ddd; padding: 15px 15px; margin-bottom: 18px; position: relative; height: 180px;}
.ser-img { float: left; width: 25%;}
.ser-img img { height: 60px;}
.ser-cnt{ float: left; width: 75%;}
.ser-cnt h3{ margin: 0; color: #0e1320; margin-bottom: 10px; font-size: 18px;}
.ser-cnt p{ font-size: 14px; letter-spacing: 0;}
.serv-bx, .serv-bx:hover, .rd-mr img, .ser-img img{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.serv-bx:hover{box-shadow: 2px 3px 4px #ccc; border-color:#0e1320;}
.serv-bx:hover .rd-mr img{ margin-left: 15px;}
.serv-bx:hover img{transform:rotate(15deg);}
.serv-bx:before{ content: "";
    background-color: #0e1320;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; top:0;}
        
.serv-bx:after{content: "";
    background-color: #0e1320;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; bottom: 0;}
    
.serv-bx:hover:after, .serv-bx:hover:before{ left: 35px; opacity: 1;}
.services-section .ser-left-img { position: relative;}
.services-section .ser-left-img img{height: 380px; width: 100%; border: 5px solid #f9c809; box-shadow: 7px 5px 5px #ccc; }
.services-section .ser-left-img .text { position: absolute; width: 100%; top: 50%; transform: translate(0, -50%); text-align: center;}
.services-section .ser-left-img .text h2 { color: #fff; font-size: 32px;}
.services-section .ser-left-img .text h2 b { color: #f9c809;}
    
    

footer{ margin-top: 0px; background: url(image/ft-bg.jpg) no-repeat; background-attachment: fixed; color: #fff; background-size: cover; padding-top: 50px; padding-bottom: 10px;}
footer h4{ font-weight: 500; font-size: 20px; position: relative; color: #fff; margin-bottom: 13px; text-transform: capitalize; border-bottom: 1px dashed #333; padding-bottom: 5px;}
footer a{ color: #fff;}
footer ul li a, footer p { color: #a5a5a5; font-size: 14px;}
footer ul li a:hover { color: #f9c809;}
.ft-cont i {
    width: 35px;
    /* height: 35px; */
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    /* line-height: 44px; */
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: initial;
    float: left;
    transition: 0.5s;
    padding: 7px 0;
}

.copyrht{ margin-top: 10px;
    color: #fff;
    font-size: 13px;
    padding: 6px 0;     height: 26px;     position: relative;     border-top: 1px solid #111;
}
	
.copyrht p{
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 13px;
    }


.cprht-lft{float:left;}

.cprht-rht{float:right;}

.cprht-rht a{color:#fff;}

p.cprht-rht img {
    height: 25px; transition:0.5s;
}

p.cprht-rht img:hover{/* transform:rotate(360deg); *//* transition:0.5s; */}

.ft-cont i { width: 35px;
    /* height: 35px; */
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    /* line-height: 44px; */
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: initial;
    float: left;
    transition: 0.5s;
    padding: 7px 0;
}

.ft-cont p:hover i{background:#f9c809; transition:0.5s;}

.top{ position: absolute;
    top: -28px;
    left: 60px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* z-index: 1; */
    width: 55px;
    background: #000;
    color: #8e8e8e;
    padding: 15px 0px 10px;
    border: 2px solid #222;
    border-bottom: 0; cursor:pointer; transition:0.5s;}
	
.top img{ display: block; text-align: center; margin: 0 auto;}

@media (min-width: 320px) and (max-width: 768px) {
    .top-nav .container::before { display: none}
    .top-nav .text a img { width: 15px; height: 15px; margin: 0 5px 0 0;}
    .top-nav .text a { font-size: 13px; margin: 0 5px;}
    .top-nav .social-icon a img { padding: 0 0 5px 0;}

    #HeaderControl { height: 52px !important;}
    .header p { margin-top: 0;}
    .header p img { width: 35px; padding-right: 0; }
    .header p, .header p span { font-size: 12px;}

    #widgetsControl { height: 1100px !important;}
    #widgetsControl_C { height: auto !important;}
    .slider img { height: 200px;}
    .td-banner { margin-top: 0;}

    footer { padding-bottom: 35px;}
   .cprht-rht { float: left;}
   .top { top: 0; left: auto;}

}

@media (min-width: 769px) and (max-width: 990px) {
    .top-nav { background: #f9c809; }
    .top-nav .text a { margin: 0 15px 0 0;}

.services-section .ser-left-img img { height: 300px; object-fit: cover; margin: 0 0 25px 0;}
}