*{margin:0%;
    padding: 0%;
    box-sizing: border-box;}

body{
font-family: 'Roboto', sans-serif;

}
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto', sans-serif;
}
:focus{
outline: none !important;
}
p{
letter-spacing: 0.5px;

}
:root {
--main-colorblue: #2c3e57;
--main-colororange:#fd5900;
--main-colorlightblue:#113362;

}
b, strong {
    font-weight: bolder;
    font-size: inherit;
}
.bg-blue{
background-color: var(--main-colorblue);
padding-bottom: 100px;
/* z-index: -1; */
}
.navbar{
    padding: 0rem 1rem;
    padding-right: 0px;
}
.price .bg-orange1{
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f95901), color-stop(0.15, #e1550c), color-stop(0.3, #e0550c), color-stop(0.45, #b8501d), color-stop(0.6, #884a31),color-stop(0.75, #71473a), color-stop(0.9, #604541), color-stop(1, #303e56) );
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
color:transparent;
-webkit-background-clip: text;
background-clip: text;
font-size: 3rem;
font-weight: 600;
}
.bottom_shape{
    margin-top: 50px;
}
.price{
font-size: 1.5rem;
font-weight:500;
margin-bottom: 10px;
}
.navbar .nav-item{
padding:10px 15px;
}
.navbar .nav-item .nav-link{
font-weight: 500;
font-size: 16px;
}
.nav-link.active{
border-bottom: 4px solid var(--main-colororange);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;

}

.top_list li{
list-style: none; 
float: left;


}
.breadcrumb{margin-bottom:0px;}
.breadcrumb-item.active {
    color: #fd5900;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.bg-orange a{
font-size: 26px;
}
.bg-orange{
color: var(--main-colororange);
text-decoration:underline;
}
.bg-orange2{
color: var(--main-colororange);
}
.forthWord {
color: var(--main-colororange);
font-weight: 600;
}

.top-header{overflow: hidden;}
.top-header i{
color:inherit;
}
.top-header a i{
color:black;
}
.top-header a{
color:  var(--main-colororange);
font-weight: 600;
margin: 10px 4px 10px 14px; 
}
.banner h4{
    margin-bottom:50px;
}
.content_heading h1{
    font-size: 2.90rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.banner .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.content_heading p{
font-size:1.2rem;
margin-bottom: 10px;
}
.banner{position: relative;
background-image: url("../images/banner.jpg");
background-size: cover;
background-color: #ebedee;
background-position: right center;
/* background-attachment: fixed; */
background-repeat: no-repeat;
background-size: 100%;

}
.banner::after{
content: "";
position: absolute;
width: 300px;
height: 14px;
right: 0px;
background-color: var(--main-colorlightblue);
bottom: -6px;
}
.banner::before{
content: "";
position: absolute;
width: 50px;
height: 50px;

right: 100px;
background-color: #7c8594;
border-radius: 50%;
bottom:70px;
}
.img-box img{
margin: 0 auto;
margin: 0 auto;
border-radius: 50%;
border:10px solid #fd5900;
transform: rotate(17deg);  
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.circle1  .img-box{position: relative;}
.img-box .testimonial-icon::before{
content: "";
position:absolute;
display: inline-block;
width: 80px;
height: 80px;
border-radius: 50%;
border:2px solid var(--main-colororange);
top: 129px;
right: -35px;
z-index: 1;   
}
.circle1 .img-box{
width: 400px;
height: 400px;
padding:5px;
box-sizing: border-box;
border:6px solid #2c3e57;
object-fit: cover;
/* top: 30px; */
right: -100px;
border-radius: 50%;
border-left:6px solid rgb(204 204 204 / 0%);
transform: rotate(-20deg); 
z-index: 99;
}
.circle1 .img-box::after{
content: "";
position: absolute;
width: 80px;
height: 80px;
background-color: var(--main-colorblue);
z-index: 99;
top:232px;;
left: -28px;
border-radius: 50%;
} 
.service-content ul li{
	text-align:justify;
margin-left:15px;
}
.our-portfolio-section{
    margin-bottom: 40px;
}
.our-portfolio-section h2{
    margin-bottom: 30px;
    font-size: 30px;
}
.our-portfolio-section .item{
    margin-bottom: 20px;
    box-shadow: 6px 1px 10px #cccccc36;
    border-radius: 4px;
    transition:all 0.5s;
}
.our-portfolio-section .item:hover{box-shadow:none;}
.our-portfolio-section .item img{
    padding: 18px;
    padding-bottom: 10px;
}
.item a .s_text{
    font-size: 15px;
    margin-top: 0px;
display:block;
margin-bottom: 9px;
}

.not-found h1{
    font-size: 10rem;
    font-weight: bold;
    color: #fd5900;
}
.not-found h5{
    font-size: 2.25rem;
    font-weight: bold;
}
#owl-demo .item{
background: #3fbf79;
padding: 30px 0px;
margin: 10px;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
}
.customNavigation{
text-align: center;
}

.customNavigation a{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-item img {
display: block;
width: auto!important;
}
.owl-nav{
text-align: center;
padding: 20px;}



.owl-nav .owl-next span{
display: inline-block;
border: 1px solid #ccc;
padding: 6px 17px;
color: #fd813d;
margin-left: 10px;
font-size: 25px;
}
.owl-nav .owl-prev span{
display: inline-block;
border: 1px solid #ccc;
padding: 6px 17px;
margin-left: 10px;
color: #fd813d; 
font-size: 25px;

}
#slider .border{
border: 2px solid red;
padding: 7px;
text-align: -webkit-center;}

.wrapper{

background-color: #ffffff;
padding: 20px;
border-radius: 10px;
text-align: center;
}
.wrapper1{
position: relative;
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
text-align: center;
}
.bg-gray{
background-color: #e4e7ebc4 !important;
}
.numscroller, .num {
font-size: 40px;
color: var(--main-colororange);
margin: 5px 0;
font-weight: 300;
}
.wrapper #shiva .icons i{
font-size: 34px;
}
.wrapper1 #shiva .icons i{
font-size: 34px;
}
.wrapper #shiva .circle{
position: relative;

}
.wrapper1 #shiva .circle::after{
content: "";
position:absolute;
width: 50px;
height: 50px;
border-radius: 50%;
border:5px solid var(--main-colororange);
top: -20px;
right: -20px;
z-index: -1;
}
section.about-with-promo{
    padding-bottom: 50px;
    padding-top: 0px;
}
.about-with-promo h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px;
}
.about-with-promo{position: relative;}
.about-with-promo::after{
content: "";
position:absolute;
bottom: 40px;
width: 195px;
height: 5px;
left: 0px;
border: 6px solid var(--main-colororange); 
}

.promo-item .promo-img i{
text-align: left;
font-size: 2rem;
}
.promo-item1 .promo-img i{
text-align: center;
font-size: 2rem;
}
.promo-item1:hover .promo-img i{
text-align: center;
font-size: 2rem;
color: black; 
}
.promo-item:hover .promo-img i{
text-align: center;
font-size: 2rem;
color: white;
}
.promo-item1 .promo-img{
text-align: center;
}
.promo-item h3{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.promo-item1 h3{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-promo-wrap .promo-item:hover{
background-color: var(--main-colorblue);
padding: 20px;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
transition: 0.5s;
}
.about-promo-wrap .promo-item{
background-color: #ffffff;
text-align: -webkit-center;
padding: 20px;
border-radius: 4px;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.about-promo-wrap .promo-item1{
background-color: var(--main-colorblue);
color: white;
padding: 20px;
border-radius: 4px;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.about-promo-wrap .promo-item1:hover{
background-color:white;
padding: 20px;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
transition: 0.5s;
}
.about-promo-wrap .promo-item1:hover P{
color: rgb(15, 15, 15);
}
.about-promo-wrap .promo-item:hover P{
color: white;
}
.cl{
    display: flex;
}
.about-promo-wrap .promo-item p{
    text-align: justify;
    margin-bottom: 0px;
}
.about-promo-wrap .promo-item1 p{
    text-align: justify;
    margin-bottom: 0px;
}
/* slider bottom */
.demo{ background: #E6E8E9;
position: relative; }
.demo::after{
content: "";
position: absolute;
width: 200px;
height: 14px;
right: 0px;
background-color: var(--main-colorlightblue);
bottom: -6px;
}
.demo h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px;
}
.faq h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px;
}
.section-heading .item{
text-align: center;
padding: 4px;
}
.section-heading .item h6{
text-align: center;
padding: 8px;
}
.box-content .testimonial .testimonial-content{
    padding: 15px 20px;
}
.box-content .testimonial .testimonial-content p{
    text-align: justify;
}
.serviceBox{
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    margin: 20px 0 0;
    border-radius: 20px 0 20px 0;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-bottom: 20px;
}
.serviceBox:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.serviceBox:before{
    content: '';
    background: linear-gradient(45deg,#a87508 49%,transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 74px;
    top: -15px;
}
.serviceBox .service-count{
    color: #fff;
    background: linear-gradient(135deg,#FDBB26 25%,#ffcd44 26%,#ffcd44 40%,#FDBB26 41%,#FDBB26 47%,#ffcd44 48%, #ffcd44 60%, #FDBB26 61%);
    font-size: 45px;
    text-align: center;
    line-height: 75px;
    width: 60px;
    height: 96px;
    margin: -35px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox .service-icon{
    color:#909090;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .title{
    color: #505050;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #212529;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
}
.serviceBox.orange:before{
    background: linear-gradient(45deg,#c16226 49%,transparent 50%);
}
.serviceBox.orange .service-count{
    background:linear-gradient(135deg,#fd5900 25%,#fd5900 26%, #fd5900 40%,#fd5900 41%, #FD893E 47%, #fd5900 48%, #fd5900 60%, #fd5900 61%);
}
.serviceBox.blue:before{
    background: linear-gradient(45deg,#2c3e57 49%,transparent 50%);
}
.serviceBox.blue .service-count{
    background:linear-gradient(135deg,#2c3e57 25%,#2c3e57 26%, #2c3e57 40%,#2c3e57 41%, #2d91ff 47%, #2c3e57 48%, #2c3e57 60%, #2c3e57 61%);
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 50px; }
}
.card.single-promo-card {
    border: 1px solid #eff2f7;
    border-radius: 0.2rem;
}
.single-promo-card .card-body {
    padding: 1.5rem;
}
.text-muted {
    color: #6c757d!important;
}
.contact-us{padding:50px 0px;}
.contact-us i{color:#fd5900;font-size:30px;}
.testimonial{
margin: 0 20px 40px;
}
.testimonial .testimonial-content{
padding: 35px 25px 35px 50px;
margin-bottom: 35px;
background: #fff;
border: 1px solid #f0f0f0;
position: relative;
}
.testimonial .testimonial-content:after{
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: #fff;
position: absolute;
bottom: -10px;
left: 22px;
transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
width: 60px;
height: 38px;
background:var(--main-colororange);
text-align: center;
font-size: 22px;
color: #fff;
line-height: 42px;
position: absolute;
top: 37px;
left: -19px;
}
.testimonial-content .testimonial-icon:before{
content: "";
border-bottom: 16px solid #e41212;
border-left: 18px solid transparent;
position: absolute;
top: -16px;
left: 1px;
}
.testimonial .description{
font-size: 14px;
color: #333;
line-height: 23px;
margin: 0;
}
.testimonial .title{
display: block;
font-size: 18px;
font-weight: 700;
color: #000000;
text-transform: capitalize;
letter-spacing: 1px;
margin: 0 0 5px 0;
}
.testimonial .post{
display: block;
font-size: 14px;
color: var(--main-colororange);
}
*/
.owl-theme .owl-controls{
margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
background: #ccc;
opacity: 1;
transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background: #ff4242;
}
/* codding start */


section .section-title {
text-align: center;
color: #007b5e;
margin-bottom: 50px;
text-transform: uppercase;
}
#tabs{
    background-color: white;
    position: relative;
    padding: 15px 15px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin-top: 40px;
}
#tabs .nav-link {
    padding-top: 0px;
}
#tabs::after{
content: "";
position: absolute;
right: -20px;
width:50px;
height:50px;
bottom: -20px;
border-radius: 50%;
background:var(--main-colorblue);
z-index: -1;
}
#tabs h6.section-title{
color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: var(--main-colororange) !important;
background-color: transparent;
border-color: transparent transparent #f3f3f3;
border-bottom: 2px solid var(--main-colorblue) !important;
font-size: 20px;
font-weight: bold;
}
#tabs .nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
color: #333;
font-size: 19px;
}
#tabs .nav-tabs .nav-link h3{font-size: 18px;}
.ellipse_shape{
position: relative;
}
.ellipse_shape .bottom_shape::after{
position: absolute;
content: "";
bottom: -10px;
left: -20px;
background-color: var(--main-colorblue);;
width:50px;
height:50px;
border-radius:50%;
z-index:-1;
}
.ellipse_shape .bottom_shape::before{
position: absolute;
content: "";
bottom: 0px;
left:0px;
background-color: var(--main-colororange);
width:150px;
height:10px;

z-index:1;
}
.con-section{
    background: #E6E8E9;
    padding: 50px 0px;
}
.con-section h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px;
}
.con-section .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
}
.video-section{
    padding: 50px 0px;
}
.video-section h2{
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 15px;
}
footer{
    font-size: 14px;
}
footer .social li {
list-style-type: none;
display: inline-block;
margin-right: 20px;
}
footer .list li{content: ""; color: #FD5900;
font-size: 1rem;
padding-bottom: 15px;
line-height: 20px;}
footer .list li a{
    font-size: 14px;
}
footer .items{padding-bottom: 15px;}
footer h6{
    margin-bottom: 20px;
    font-size: 14px;
}
.social{list-style-type: none;}
/* .social li a i{
margin:12px;
} */
footer .items a i{
font-size: 18px;
color: var(--main-colororange);
}
.text-blue{
color: var(--main-colorblue);
}
#demo1{
background: #E6E8E9;
padding-top: 3rem;
}

#padding_top{
padding-top: 20px;
padding-bottom:3rem;;
}
.faq{
position: relative;
}
.faq::after{
content: "";
position:absolute;
bottom: -5px;
width: 50px;
height: 16px;
right: 0px;
background-color:var(--main-colororange); 
z-index: 1;
}
.faq::before{
content: "";
position:absolute;
width: 70px;
height: 70px;
border-radius: 50%;
border:8px solid var(--main-colororange);
top: 47px;
left:-10px;
z-index: 1;   
}
.accordion_wrap .accordion_header{
width: 100%;
padding: 7px 0px;
position: relative;
cursor: pointer;
}
.accordion_header h3{
    margin-bottom: 0px;
}
.accordion_wrap .accordion_header a{
color: #33336e;
}
.accordion_wrap:first-child .accordion_header{
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.wrapper .accordion_wrap .accordion_header:hover{
color: #01645d;
border-color:#01645d;
}
.wrapper .accordion_wrap .accordion_header:hover::before,
.wrapper .accordion_wrap .accordion_header:hover::after{
background:#01645d;
}
.wrapper .accordion_wrap:last-child .accordion_header:hover{
border-bottom:2px solid transparent;
}


.background_image{   
position: relative;
background-color: var(--main-colorblue);
padding-bottom: 50px;
}

.background_image::after{
content: "";
position:absolute;
width: 100px;
height: 20px;
bottom: 0px;
right: 0%;
background-color: var(--main-colororange);
/* z-index:2; */
}
.background_image h2{
    font-size: 30px;
    margin-top: 44px;
    margin-bottom: 15px;
    line-height: 40px;
    color: #fff;
}
.background_image h2 span{
    font-weight: bold;
}
.background_image .btn-success {
    color: #fff;
    background-color: var(--main-colororange);
    border-color: var(--main-colororange);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
}
.background-shape
{position: relative;
padding-bottom: 50px;
padding-top: 50px;
}
.background-shape::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
/* width: 100%;
height: 100%; */
transform: rotate(0deg);
background: linear-gradient(to bottom left, rgb(252, 252, 252) 30%, rgb(241, 240, 240) 20%, #f5f6f6 100%, #f5f6f6 100%);
z-index: -1;
} 
.background-shape h2{
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 15px;
}
.background-shape span{
    font-weight: bold;
}
.background-shape .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
}
footer h4{
    color:#113362;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer p{
    line-height: 30px;
}
.inner-header{
    background-color: #ebedee;
}
.services-header {
    background: url(../images/service-banner.jpg);
    background-size: cover;
    padding: 60px 0px;
    color: #fff;
    text-align: center;
    overflow-x: hidden;
}
.services-header h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 2.75rem;
    font-weight: bold;
}
.imp-text {
    font-size: 24px;
    font-weight: 300;
}

.rat-box {
    padding: 0px 0px;
}
.rat-box {
    margin-top: 40px;
    border-left: 1px solid rgb(204 204 204 / 51%);
}
.border-n {
    border: none;
}
.rat-box .p-title {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
}
.rat-box .p-text {
    font-size: 16px;
}
.well {
    background: rgb(204 204 204 / 30%);
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 30px;
    padding: 20px;
    text-align: left;
}
.well p{
    margin-bottom: 0px;
}
.well .btn-warning {
    color: #ffffff;
    background-color: #fd5900;
    border-color: #fd5900;
    padding: 10px 15px;
}
.well .btn-warning:focus,.well .btn-warning:not(:disabled):not(.disabled):active  {
    color: #ffffff;
    background-color: #fd5900;
    border-color: #fd5900;
    box-shadow: none;
}
.well .btn-outline-warning{
    border-color:#fff;
    padding: 10px 15px;
    color:#fff;
}
.well .btn-outline-warning:hover{
    background-color: #fff;
    color:#000000;
}
.col-section{
    padding: 60px 0px;
}
.col-section h2{
    margin-bottom: 0px;
    font-size: 30px;
}
.dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}
.dropdown-item {
    border-bottom: 1px dotted #ccc;
    padding: 8px 22px;
    font-size: 15px;
    position: relative;
}
.dropdown-item:before {
    content: '\f101';
    font-family: 'fontawesome';
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fd5900;
}
.dropdown-item:last-child{
    border-bottom: none;
}
.box-design {
    background: #fff;
    margin-top: 30px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    overflow:hidden;
    position: relative;
    padding-bottom: 50px;
}
.box-design:before {
    content: '';
    position: absolute;
    width: 104%;
    height: 57px;
    background: #2c3e57;
    transform: rotate( 
-9deg
 );
    top: -38px;
    left: -7px;
}
.box-design:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 57px;
    background: #fd5900;
    transform: rotate( 
15deg
 );
    top: -46px;
    left: 41px;
}
.cl{
    display: flex;
}
.box-design h3 {
    text-align: center;
    font-size: 16px;
    padding: 14px 0px;
    color: #2c3e57;
    font-weight: 500;
    z-index: 9;
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
}
.box-design .box-body {
    padding: 20px;
    padding-top: 10px;
}
.box-design ul li {
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding-left: 24px;
    font-size: 15px;
    text-align: justify;
}
.blue ul li:before {
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #2c3e57;
}
.yell ul li:before {
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fd5900;
}
.box-design .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    position: absolute;
}
.box-design .btn-warning {
    color: #fff;
    background-color: #fd5900;
    border-color:#fd5900;
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    position: absolute;
}
.background_sec{
    background-color: #2c3e57;
    padding: 60px 0px;
    color:#fff;
}
.background_sec a{color:#fff;}
.background_sec hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(213 213 213 / 10%);
}
.background_sec h2{
    font-size: 30px;
    margin-bottom: 10px;
}
.background_sec h3{
    font-size: 24px;
}
.background_sec h3 span{
    font-size: 30px;
    color: #fd5900;
}
.background_sec ul {columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.background_sec  .btn-success {
    color: #fff;
    background-color: var(--main-colororange);
    border-color: var(--main-colororange);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
}
.background_sec ul li{
    list-style-type: none;
}
.background_sec ul li{
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}
.background_sec ul li:before {
    content: '\f101';
    font-family: 'fontawesome';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fd5900;
}
.background_sec p{
    text-align: justify;
}
.box-content{
    padding: 60px 0px;
}
.box-content h2 {
    margin-bottom: 0px;
    font-size: 30px;
}
.p-policy h1{font-size:24px!important;}
.p-policy h2{font-size:20px!important;}
.add-content{
    padding: 60px 0px;
    background-color: #f5f6f6;
}
.add-content h2{
    font-size: 30px;
    margin-bottom: 10px;  
}
.add-content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    list-style-type: none;
}
.add-content ul li:before {
    content: '\f101';
    font-family: 'fontawesome';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fd5900;
}
.form-con{
    background: #5e5e5e;
    border-radius: 4px;
    padding: 20px;
}
.form-con .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
}
.form-text{
    font-size: 20px;
    margin-bottom: 20px;
}
.form-text span{
    color: #fd5900;
}
.blog-section{
    padding: 60px 0px;
}
.blog-section h2{
    font-size: 30px;
}
.blog-post {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  }
  
  .blog-post .blog-img .overlay,
  .blog-post .blog-img .post-meta {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .blog-post .blog-img .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .blog-post .blog-img .post-meta {
    bottom: 5%;
    right: 5%;
    z-index: 1;
  }
  
  .blog-post .blog-img .post-meta .read-more:hover {
    color: #fd5900 !important;
  }
  
  .blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
    line-height: 1.2;
  }
  
  .blog-post .content .title {
    font-size: 18px;
  }
  
  .blog-post .content .title:hover {
    color: #fd5900 !important;
  }
  
  .blog-post .content .author .name:hover {
    color: #fd5900 !important;
  }
  
  .blog-post:hover {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  .blog-post:hover .blog-img .overlay {
    opacity: 0.65;
  }
  
  .blog-post:hover .blog-img .post-meta {
    opacity: 1;
  }
  
  .bg{
      background: #fd5900 !important;
      padding: 50px;
      color:#fff;
  }
  .bg h2{
      font-size: 30px;
      margin-bottom: 30px;
  }
  .bg h2{
    font-size: 30px;
    margin-bottom: 30px;
}
  .bg .btn-bg{
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
  }
  .bg .btn-bg:hover{
    text-decoration: none;
  }
/*------------------------------ media query ----------------------------- */
@media (max-width: 1024px) {
body{
    overflow-x: hidden;
}
.navbar-toggler {
    margin-right: 15px;
    font-size: 2rem;
    color: rgb(44 62 87);
    border-color: rgb(0 0 0 / 0%);
}
.circle1 .img-box{
width: 350px;
height: 350px;
padding:5px;

top: 20px; 
right: -59px;

}
.banner::before {
right: 70px;
bottom: 60px;

}
.circle1 .img-box::after{
top: 163px;
}
.content_heading h1 {
font-size: 2.1875rem;
} 
.price h2 {
font-size: 1.9rem;
}
.price .bg-orange1 {
font-size: 2.3rem;
}
.promo-item .promo-img i{
font-size: 2rem;
}

.promo-item:hover .promo-img i {
font-size: 2rem;
}
.promo-item1 .promo-img i{
font-size: 4rem;
}
.promo-item1:hover .promo-img i {
font-size: 4rem;
}

.about-promo-wrap .promo-item{
padding: 14px!important;
}
.about-promo-wrap .promo-item1{
padding: 14px!important;
}

}

@media (max-width: 768px) {
.circle1 .img-box{
width: 300px;
height: 300px;
padding:5px;
object-fit: cover;
top: 20px; 
right: -120px;

}
.bottom_shape{
    margin-top: 0px;
}
.accordion_wrap .accordion_header::after {
right: 0;
}
#tabs .nav-tabs .nav-link {
display: block;
width: 100%;
}
.banner::before {
right: 20px;
bottom: 60px;

}
.wrapper{
padding: 21px;

}
.wrapper1{
padding: 21px;

}
.wrapper #shiva .icons i{
font-size: 24px;
}
.wrapper1 #shiva .icons i{
font-size: 32px;
}
.wrapper #shiva .icons i{
font-size: 32px;
}
.numscroller, .num {
font-size: 30px;

}
.content_heading p {
font-size: 1.2rem;
}
.content_heading h1 {
font-size: 2.3rem;
}
.price h2 {
font-size: 1.4rem;
}
.price .bg-orange1 {
font-size: 2rem;
}
.btn-primary {
padding: 14px 42px;
}
.bg-orange a {
font-size: 22px;
}

}

.form-bgg{
    background: rgb(44, 62, 87, .8); margin-top: 50px;
}

@media (max-width: 576px) {
.circle1 .img-box {
width: 300px;
height: 300px;
padding: 5px;
object-fit: cover;
top: 20px;
right: 0px;
}
#tabs .nav-tabs .nav-link {
display: block;
width: 100%;
}
.content_heading h1 {
font-size: 1.9rem;
}
.content_heading p {
font-size: 1.1rem;
}
.price h2 {
font-size: 1.1rem;
}
.price .bg-orange1 {
font-size: 1.6rem;
}
.bg-orange a {
font-size: 17px;
}
.btn-primary {
padding: 12px 18px;
}
.banner::before {
right: 20px;
bottom: 40px;
}
.top-header a{
    font-size: 14px;
}
.price img{
    display: none;
}
.form-bgg{
margin-top: 0px;
}
}

.myCookieWarningClass {
box-shadow: 0px 0px 10px 1px #101010;
border-radius: 5px;
border: 1px solid #A1A1A1;
margin: 30px;
}

#output {
color: orange;
letter-spacing: 2px;
}
.text {
color: white;
}
.text a {
color: white;
}
.s_form .form-control{border-radius: 25px;
    padding: 14px 15px;
    height: 49px;}
/*#cookieWarnBox { text-align: left !important;}*/
.btn-ss{
  color: #fff;
    background-color: var(--main-colororange);
    border-color: var(--main-colororange);
    border-radius: 40px;
    padding: 3px 17px;
}
.btn-ss:hover{color:#fff;}
.modal_w .modal-content{background:#2c3e57;padding:15px;}
.modal_w .modal-content .modal-body{background:#fff;}
.modal_w .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fd5900;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 2px;
}
.modal_w .modal-content .modal-body ul li{
list-style-type:none;
}
.news_letter{
background:#E6E8E9;
padding:30px 0px;
border-bottom: 1px solid #ccc;
}
.news_letter a{font-size:18px;}
.news_letter a i{color: #fd5900;
    font-size: 26px;
    padding-right: 10px;}

.news_letter a:hover{text-decoration:none;}
.news_letter span{font-size: 18px; padding-right:10px;}
.news_letter a.btn-success {
    color: #fff;
    background-color: #2c3e57;
    border-color: #2c3e57;
    border-radius: 40px;
    padding: 5px 16px;
}
.btn-primary{
  padding: 6px 32px ;
}


