@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body { margin: 0; padding: 0; font-family: "Poppins", sans-serif;}
p {color: #3A526A;font-size: 16px;letter-spacing: .4px;line-height: 1.6;margin: 0 0 10px 0;font-family: "Poppins", sans-serif;}
.main-table li {color: #000;font-size: 15px;line-height: 1.5;margin: 0 0 7px 0;font-family: "Poppins", sans-serif;}
a { text-decoration: none !important; font-family: "Poppins", sans-serif;}
h1, h2, h3, h4, h5 {font-family: "Poppins", sans-serif;/* color: #ffffff; */}

.if-center {
    text-align: center;
}

.main-table h5 strong {
    color: #6a6969;
}

.Industry-box {
   position: relative;
   width: 100%; /* for IE 6 */
   margin-bottom: 20px;
}

.Industry-box h2 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.Industry-box h2 span {
    color: white;
    /* font: bold 24px / 45px Helvetica, Sans-Serif; */
    font-size: 17px;
    letter-spacing: -1px;
    /* padding: 10px; */
    }

h3 {font-size: 23px;/* color: #3A526A; */}
.heading { margin: 0 0 48px 0;}
.heading h2 {color: #3A526A; font-size: 40px; text-transform: uppercase; font-weight: 500; letter-spacing: 5px; text-align: center;}
.heading h5 {color: #3A526A;font-size: 20px;letter-spacing: .8px;font-weight: 450;text-align: center;}
.heading1 h4 {text-transform: uppercase;color: #ea8436;/*letter-spacing: 4px;*/font-size: 26px;}
.heading1 h2 {font-size: 38px;margin: 0 0 20px 0;font-weight: 600;color: #3A526A;}
.custom-btn { display: inline-block; background: #ea8436; color: #fff; padding: 16px 48px; font-size: 16px; font-weight: 500; transition: .5s;} 
.custom-btn:hover { background: #c29e7c; color: #fff;}
.border-primary { border-color: #ea8436 !important;}
.text-color { color: #ea8436;}
.sub-heading, .main-heading {font-size: 38px;text-align: start;margin: 0 0 30px 0;position: relative;color: #3A526A;border-bottom: 1px dashed #3A526A;}

.top-header { padding: 8px 0; background: #3A526A;}
.top-header p a, .top-header p { color: #f0f0f0; font-size: 13px;}
.top-header .social-icon a{ display: inline-block; background: #ea8436; color: #fff; width: 28px; height: 28px; font-size: 14px; text-align: center; border-radius: 50%; line-height: 2; transition: all .2s ease-in-out;}
.top-header .social-icon a:hover { background: #c29e7c;}

header { /*background: #3A526A;*/padding: 3px;text-align: center;}

.banner-section .carousel-caption { text-align: left; top: 28%; width: 48%;  left: 0;  right: 0;  margin: 0 auto; text-align: center;}
.banner-section .carousel-caption h1 {font-size: 55px;line-height: 1.1;color: #fff;font-weight: 600;margin: 0 0 20px 0;}
.banner-section .carousel-control-next, .banner-section .carousel-control-prev { width: 10%;}


.body-fx #HeaderControl {
    height: 90px;
    float: Left;
    position: fixed;
    /* width: 30%; */
    /* padding: 10px 2px; */
    padding-left: 0;
    background: rgba(0,41,90,.85);
    z-index: 99;
    text-align: left;
    transition: 0.5s;
    height: 82px !important;
    top: 0;
}
.body-fx #MenuControl {
    height: 65px;
    float: Right;
    position: fixed;
    right: 0;
    /* width: 70%; */
    padding: 0;
    padding-right: 0;
    background: rgba(0,41,90,.85);
    transition: 0.5s;
    top: 0;
    height: 82px !important;
}
.body-fx .navbar-default, .navbar-default{background-color: transparent !important;}

.services {background: #fff;position:relative;}
.services:before{/* position:absolute; *//* background: #fff; *//* content:''; *//* width:100%; *//* height:400px; *//* top:0; *//* right:0; *//* left:0; */}
.ser-bx {
    margin-bottom: 40px;
    /* padding: 20px; */
    border-radius: 5px;
    -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;
    background: #ebebeb;
    -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
    /* box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%); */
}
.ser-bx .img {
    width: 100%;
    /* height: 220px; */
}
.ser-bx .text {
    width: 100%;
    text-align: center;
    padding: 35px 5px;
    position: relative;
}
.ser-bx .text .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: solid 5px #fff;
    background: #e98541;
    margin: -65px auto 20px auto;
    -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 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text .icon .fa {
    color: #003163;
    font-size: 23px;
    line-height: 48px;
    -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;
}
.ser-bx .text h3 {
    font-weight: 600;
    font-size: 20px;
    padding-top: 14px;
    color: #3A526A;
}
.ser-bx .text p{font-size: 16px; line-height:26px;}
.ser-bx .text .btn-custom {
    position: absolute; transition: all 0.3s ease;
    bottom: -45px;
    left: 0;
    right: 0;
    width: 80%;
    background: #003163;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.ser-bx:hover .text .icon {
    background: #33436e;
}
.ser-bx:hover .text .icon .fa{
    color: #fff;
}
.ser-bx:hover .text .btn-custom {
    background: #ffce00;
}
.registration-steps { padding: 0 0 6% 0;}
.registration-steps .fact-item .fact-icon { width: 120px; height: 120px; margin-top: -40px; margin-bottom: 1.5rem; display: inline-flex; align-items: center; justify-content: center; background: #FFFFFF; border-radius: 120px; border:3px solid #3e2309; transition: .5s; }
.registration-steps .fact-item:hover .fact-icon { background: #ea8436;}
.registration-steps .fact-item .fact-icon i {transition: .5;}

.slider { padding: 0 0 6% 0;}
.slider .carousel { padding: 40px 45px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.slider .carousel-control-next, .slider .carousel-control-prev { width: 3.5%; filter: brightness(0);}
.slider .carousel h4 {font-size: 26px;color: #3A526A;line-height: 1.4;margin: 0;font-weight: 600;margin-bottom: 9px;}
.slider .carousel p {font-size: 17px;}
.slider .carousel h4 i { color: #ea8436; font-size: 30px; animation: fa-beat 1s infinite;}

@keyframes fa-beat {
    0% { transform: scale(.9)}
    50% {
        transform: scale(1.3)
    }
    100% { transform: scale(.9);}
}

.about-section { padding: 2% 0;}
.about-img, .feature-img {position: relative;height: 100%;min-height: 550px;}
.about-img img, .feature-img img {position: absolute;width: 60%;height: 82%;object-fit: cover;}
.about-img img:last-child, .feature-img img:last-child { margin: 20% 0 0 40%;}
.about-img::before, .feature-img::before {position: absolute;content: "";width: 60%;height: 82%;top: 10%;left: 20%;border: 5px solid #ea8436;z-index: -1;}

.why-choose { padding: 9% 0;}
.why-choose h3 {font-size: 20px;margin: 0 0 5px 0;font-weight: 600;color: #3A526A;}

.about-header {padding: 6% 0;background-image: linear-gradient( rgba(58, 82, 106, 1)0%,rgb(0, 0, 0, 0.836));margin-bottom: 3%;}
.about-header h1 {color: #fff;font-size: 76px;margin: 0;font-weight: 600;text-align: center;}

.service-page { padding: 3% 0;}
.service-page .list-group-item { padding: 12px 10px; font-family: "Poppins", sans-serif; font-size: 23px; font-weight: 400;}
.service-page .list-group-item.active { background: #ea8436; border-radius: 0; border: 0;}

.why-choose i { font-size: 52px; margin: 0 0 10px 0;}

@media (min-width: 320px) and (max-width: 768px) { 
    .body-fx #MenuControl, #MenuControl, #HeaderControl, .body-fx #HeaderControl {
    float: inherit !important;
    position: relative;
    width: 100%;
    padding: 0px 2px;
    padding-left: 0;
	padding-right: 0;
    background: rgba(0,41,90,1);
    z-index: 99;
    text-align: center;
    transition: 0.5s;
    height: inherit !important;
    top: inherit;
}
#MenuControl_C, #HeaderControl_C {height:inherit !important;}
.body-fx #MenuControl.col-md-8, #MenuControl.col-md-8, #HeaderControl.col-md-4, .body-fx #HeaderControl.col-md-4 {max-width:100%;}
    p {font-size: 15px; letter-spacing: .2px;}
    .main-table li {font-size: 15px; letter-spacing: .2px;}
    
    h3 { font-size: 24px;}
    .heading { margin: 0 0 48px 0;}
    .heading h2 {font-size: 30px; margin: 0; letter-spacing: 3px;}
    .heading h5 {font-size: 20px; letter-spacing: .8px;}
    .heading1 h4 { letter-spacing: 3px; font-size: 21px; margin: 0;}
    .heading1 h2 { font-size: 30px; margin: 0 0 10px 0;}
    .custom-btn { padding: 10px 24px; font-size: 14px;} 

    .banner-section .carousel-item img { height: 240px; object-fit: cover;}
    .banner-section .carousel-caption { top: 12%; width: 80%; left: 10%;}
    .banner-section .carousel-caption h1 { font-size: 42px; font-weight: 500; margin: 0 0 10px 0;}

    .registration-steps { padding: 0;}
    .registration-steps .fact-item .fact-icon { margin-top: 0;}

    .slider { padding: 0 0 6% 0;}
    .slider .carousel { padding: 25px;}
    .slider .carousel-control-next, .slider .carousel-control-prev { width: 7%;}
    .slider .carousel h4 { font-size: 24px; margin: 20px 0 0 0;}
    .slider .carousel h4 i { color: #ea8436; font-size: 26px; animation: fa-beat 1s infinite;}

    .contact-section { padding: 0 0 12% 0;}
    .contact-section .icon i { font-size: 30px;}
    .contact-section h4 a { font-size: 21px;}
    .contact-section .contact-form{box-shadow: none;}
    .contact-section .contact-form .form-control { margin: 0 0 10px 0; padding: 12px;}
    .contact-section .contact-form input[type='button'] { margin: 15px 0 0 0; padding: 12px;}

    .testimonial-section .carousel-item p { font-size: 15px; margin: 0 0 10px 0;}

    footer h5 { margin: 25px 0 12px 0; font-size: 21px; letter-spacing: 3px;}
    footer .left-text { padding: 10% 5%;}
    footer .left-text p { font-size: 15px;}

    .about-header {padding: 20% 0 10% 0 !important;}
    .about-header h1 { color: #fff; font-size: 32px; margin: 0; font-weight: 500;}

    .service-page .list-group-item { padding: 10px 7px; font-size: 18px;}

    .why-choose i { font-size: 27px;}
}
#form_wrap{ border: 3px solid #ea8436; padding: 30px; position: sticky; position: -webkit-sticky;top: 20px;}
#form_wrap #errmsg{font-size: 13px !important;}
#HomepagecontentControl_C{overflow: initial !important;}
#HomepagecontentControl{overflow: initial !important;}
#HomepagecontentControl_C > center >table{margin-top: 0 !important;}
#inner_pg_tab_wrap{top: 80px;}
.map-hm-rht .form-control { margin: 0 0 15px 0; padding: 12px; border: none; border-bottom: 2px solid #8b8b8b; border-radius: 0;}
.map-hm-rht input[type='button'] { background: #ea8436; border: none; width: 100%; padding: 15px; color: #fff; font-size: 16px}

.service-page .ser-box { padding: 20px 20px 10px 20px; border-left: 5px solid #3e2309; box-shadow: 3px 3px 3px 3px gray; margin: 0 0 20px 0;}
.service-page .ser-box p { font-weight: 500;}
.text-justify{text-align: justify;}

.counter-section { padding: 2% 0 2%; background-image: url(image/counter-bg.jpg); background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
.counter-section .heading1 h2 { font-size: 54px; color: #fff; position: relative; letter-spacing: .8px; margin: 0 0 50px 0;}
.counter-section .heading1 h2::after { content: ''; position: absolute; width: 70px; height: 3px; background: #ea8436; left: 0; right: 0; margin: 0 auto; bottom: -20px;}
.counter-section .heading1 p { color: #f4f4f4; font-size: 18px;}
.counter-section .count-box {margin: 0px 0 0 0; padding: 40px 30px; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(0, 0, 0, 0.4); transition: all 300ms ease;}
.counter-section .count-box:hover { border-color: #ea8436;}
.counter-section .count-box .icon i { color: #e4e4e4; font-size: 40px; margin: 0 20px 0 0; transition: all 600ms ease;}
.counter-section .count-box .content h2{ color: #e4e4e4; font-size: 54px; letter-spacing: .7px; margin: 0;}
.counter-section .count-box p { color: #e4e4e4; margin: 0; font-size: 21px; font-weight: 500;}
.counter-section .count-box:hover .icon i{transform: scale(-1) rotate(180deg); color: #ea8436;}

.bg-img { margin: -20% 0 0 0;}

.core-values {padding: 4% 0;}
.practice-block {position: relative;text-align: center;padding: 40px 25px;border-right: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;cursor: pointer;}
.practice-block .inner-box:before{position:absolute;content:'';left:0px;top:0px;bottom:0px;height:100%;width:40%;opacity:0;background-color: #ea8436;transition:all 500ms ease;}
.practice-block:hover .inner-box::before{opacity:1;width:100%;}
.practice-block .inner-box .icon{font-size:60px;color: #1b2523;line-height:1em;margin-bottom:28px;display:inline-block;transition:all 500ms ease;}
.practice-block:hover .inner-box .icon{transform:rotateY(180deg);filter: invert(1);}
.practice-block .inner-box h5{position:relative;margin-bottom:12px;text-transform:uppercase;font-size: 19px;font-weight: 700;color: #3A526A;}
.practice-block:hover .inner-box .text {color:#ffffff;}
.practice-block:hover .inner-box h5 {color:#ffffff;}
.practice-block .inner-box .text{margin-bottom: 15px;transition:all 500ms ease;position: relative;}

.contact-section { padding: 7% 0; background: rgba(0, 0, 0, 0.2);}
.contact-section .heading1 h2 { font-size: 40px; position: relative;}
.contact-section .heading1 h2::after { content: ''; position: absolute; width: 70px; height: 3px; background: #ea8436; left: 0; bottom: -20px;}
.contact-section .contact-form .form-control { border: 0; border-radius: 0; padding: 16px; margin: 0 0 12px 0;}
.contact-section .contact-form input[type='button'] { background: #ea8436; color: #fff; padding: 16px 42px; font-size: 15px; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; transition: .5s; border: 0;}

.meet-expert {padding: 7% 0 1% 0;}
.meet-expert .heading::after {left: 0;right: 0;margin: 0 auto;}
.meet-expert .heading1 h2 { font-size: 40px; position: relative; letter-spacing: .8px; margin: 0 0 40px 0;}
.meet-expert .heading1 h2::after { content: ''; position: absolute; width: 70px; height: 3px; background: #ea8436; left: 0; right: 0; margin: 0 auto; bottom: -15px;}
.meet-expert .heading1 p {font-size: 18px;}
.meet-expert .meet-bx {position: relative;background: #3a526ac4;text-align: center;padding: 17px;border-radius: 5px;margin: 0px 0;height: 100%;}
.meet-expert .meet-bx img {border-radius: 50%;width: 175px;height: 175px;margin: 0 0 25px 0;/* border: 4px solid #fff; */}
.meet-expert .name-bx {/* width: 90%; *//* left: 5%; *//* position: absolute; *//* background: #182c5b; */bottom: -30px;z-index: 99;padding: 0;text-align: center;border-radius: 6px;}
.meet-expert .name-bx h4 {font-size: 20px;text-align: center;font-weight: 600;margin: 0;margin-bottom: 3px;color: #fff;}
.meet-expert .name-bx p {color: #ffffff;font-size: 14px;font-weight: 500;margin-bottom: 0;}
.meet-expert .name-bx h4 span {display: block;font-size: 14px;color: #888;}
.meet-expert .name-bx i {background: #ffffff;padding: 10px;line-height: 10px;color: #3A526A;width: 30px;height: 30px;border-radius: 100%;}
.meet-expert .name-bx .fa {color: #3A526A;font-size: 12px;font-weight: 300;}

footer .footer-top { background: #cccccc; margin: 0 0 -12% 0; position: relative; z-index: 2;position: relative; overflow: hidden;}
footer .footer-top::before{position:absolute;content:'';right:0px;bottom:0px;border-bottom: 150px solid #ea8436;border-left: 150px solid transparent;}
footer .footer-top .heading1 h2 { text-transform: uppercase; color: #131313; font-size: 40px; letter-spacing: .8px;}
footer .footer-bottom { background: #3A526A; padding: 16% 0 4% 0;}
footer .footer-bottom h4 { color: #fff; font-size: 23px; font-weight: 500; letter-spacing: .6px;}
footer .footer-bottom p { display: flex;}
footer .footer-bottom p, footer .footer-bottom p a  {color: #cccccc; font-size: 14px;}
footer .footer-bottom p i { color: #ea8436; font-size: 16px; margin: 3px 5px 0 0;}
footer .footer-bottom .social-icon a{ display: inline-block; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; text-align: center; border-radius: 50%; margin: 8px 3px 0 0; line-height: 2.8; font-size: 14px; transition: all 400ms ease;}
footer .footer-bottom .social-icon a:hover { background: #ea8436;}
footer .copy-right { padding: 15px 0; background: #3A526A; border-top: 1px solid rgba(255, 255, 255, 0.25);}
footer .copy-right p { color: #cccccc; font-size: 14px; margin: 0;}
footer .copy-right p a, footer .copy-right p  span { color: #ea8436;}

.top {position: fixed;right: 18px;bottom: 30px;text-align: center;color: #ffffff;border-radius: 50%;background-color: #ea8436;width: 50px;height: 49px;line-height: 49px;z-index: 999;cursor: pointer;opacity: 0;transition: ease-in 0.5s;display: flex;justify-content: center;align-items: center;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 56px;}
.top .fa { display: block !important;}

.our-team {/*background: #cccccc;*/ padding: 5% 0; margin: 0 0 5% 0;}
.our-team .team-card {background: #fff;border-radius: 10px;margin: 130px 0 0 0;padding: 30px;min-height: 370px;}
.our-team .team-card img {margin-top: -120px;width: 260px;height: 260px;object-fit: cover;object-position: top;margin-bottom: 20px;border: 4px solid #ea8436;border-radius: 20px;}
.our-team .team-card h4 {text-align: center !important;color: #000;font-size: 25px;font-weight: 600;margin: 0 0 5px 0;}
.our-team .team-card h5 {text-align: center !important;color: #bd5113;font-size: 17px;}
.our-team .team-card p {text-align: center !important;font-size: 15px;margin: 0;letter-spacing: 0;}
.team-pic {/*border: 1px solid #888;*/border-radius: 10px;}
.team-details h3 {color: #000000;font-size: 32px;margin: 15px 0;font-weight: 600;}
.team-details h4 {color: #bd5113;font-size: 18px;margin: 5px 0 15px 0;}
.meet-expert .meet-bx .name-bx .fa{display: none;}
.main-table {/* padding: 5% 0; */}

.our-values { padding: 0 0 7% 0;}
.our-values .left-img { position: relative;}
.our-values .left-img::after { content: ''; position: absolute; border: 5px solid #ea8436; width: 100%; height: 100%; left: -20px; top: -20px}
.our-values .left-img img { position: relative; z-index: 2;}
.our-values h5 { font-size: 22px; margin: 20px 0 0 0;}
.our-values h5 i { color: #ea8436; margin: 0 8px 0 0;}

.contact-page .contact-card {/* background: #182c5b; */padding: 30px 25px;margin: 0 0 20px 0;min-height: 193px;}
.contact-page .contact-card h5 {font-size: 26px;color: #000;}
.contact-page .contact-card p {display: flex;font-size: 15px;color: #000000;}
.contact-page .contact-card p i { font-size: 14px; margin: 5px 8px 0 0;}
.contact-page .form{box-shadow: rgb(183, 141, 101) 12px 10px 26px 0px;border: 3px solid #212959;padding: 50px;outline: 1px solid #3A526Aed;outline-offset: -4px;margin: 5% 0;}
.contact-page .form .form-control {margin: 0 0 15px 0;padding: 18px 12px;border: none;border-bottom: 2px solid #282657;border-radius: 0;}
.contact-page .form .form-control:focus { box-shadow: 0 0 0 .25rem rgb(183 141 101 / 32%);}
.contact-page .form .form-control::placeholder { color: #444444;}
.contact-page .form input[type='button'] {background: #444444;border: none;outline: 1px solid #3A526A91;outline-offset: -1px;padding: 18px 32px;color: #fff;font-size: 16px;}

.ser-page .ipo-ser {margin: 30px 0 0 0;/* box-shadow: rgb(183, 141, 101) 12px 10px 26px 0px; */border: 3px solid #ea8436;padding: 30px;outline: 1px solid #3A526Aed;min-height: 280px;}
.ser-page .ipo-ser .icon img{ height: 70px; width: 70px; margin: 0 40px 0 0;}
.ser-page .ipo-ser h4 { font-size: 26px;}
.ser-page .ipo-ser ul { margin-bottom: 0}
.ser-page .ipo-ser ul li { font-size: 15px; margin: 0 0 8px 0;}

.scope-of-services { background: #ccc;}
.scope-of-services .scope { background: #fff; padding: 30px; margin: 10px 0;}
.scope-of-services .scope p {font-size: 17px;margin: 17px 0 0 0;/* color: #ea8436; */font-weight: 600;line-height: 1.4;}
.scope-of-services .scope .icon { position: relative;}
.scope-of-services .scope .icon::after { content: ''; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: #ea8436; left: -10px; top: -10spx; opacity: .5;}
.scope-of-services .scope .icon img { position: relative; z-index: 2;}

#EventCalenderControl { margin: 4px 0 0 0}
#marquee1 a { color: #242424 !important; font-size: 14px !important;}

.banner-section .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 40s;
    animation: zoom 40s;

}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}
@media screen  and (max-width:768px){
    .about-header h1 {
    font-size: 42px;}
}
/*  */
.ser_sub_heading{font-size: 30px;font-weight: 600;margin: 0 0 40px 0;position: relative;color: #2a363a;}
.ser_sub_heading::before{content: "";position: absolute; bottom: -16px; left: 0; right: 0;  width: 50px; height: 5px; background-color: #ea8436;}
.ser_sub_heading.center::before{margin: 0 auto;}
/*  */
.ser_item_side{margin: 18px 0;transition: 0.3s linear;}
.ser_item_side:hover .ser_item_sideicon span{background-color: #242424;transition: 0.3s linear;} 
.ser_item_side p span{font-size: 18px;display: block;color: #2a363a;font-weight: 600;m;margin-bottom: 3px;}
.ser_item_side p{font-size: 14px; color: #515151;}
.ser_item_sideicon {margin-top: 18px;margin-right: 24px;}
.ser_item_sideicon span{border-radius: 4px;background-color: #ea8436;width: 54px;height: 54px;color: #fff;font-size: 25px;transform: rotate(40deg);display: flex;justify-content: center;align-items: center;}
.ser_item_sideicon span .fa {transform: rotate(320deg);}
  /*  */
.sub_title {color: #2a363a;font-family: "Poppins", Sans-serif;font-size: 30px;font-weight: 500;margin-bottom: 8px;margin: 24px 0;}
/*  */
 .innr_ser_box{border: 1px solid #ea8436; padding: 14px; height: 100%;}
.innr_ser_box_heading{font-size: 18px;font-weight: 600;}
.innr_ser_box ul{margin-bottom: 0;}
.innr_ser_box ul li{font-size: 15px;color: #222;line-height: 22px;}
/*  */
.innr_ser_pg ul{list-style: none;padding: 0;}
.innr_ser_pg p{font-size: 15px; line-height: 20px;    color: #222;}
.innr_ser_pg li{position: relative;    padding-left: 23px;}
.innr_ser_pg li::before{    content: "\f0da";position: absolute;left: 0;top: 5px;font-family: "fontawesome";width: 13px;height: 13px;line-height: 16px;font-size: 8px;border-radius: 50%;color: #fff;display: flex;justify-content: center;align-items: center;background-color: #ea8436;}