*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a,a:hover{
    text-decoration: none;
}
html,body{
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  margin: 0;
}
::-webkit-scrollbar
{
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #ef5b1f;
}

/*common class*/
.bg1{
  background-color: #171717;
}
.bg2{
  background-color: #F2F2F2;
}
.bg3{
    background-color: #08304D;
}
.smalltoppad{
  padding-top: 40px;
}
.smallbottompad{
  padding-bottom: 40px;
}
.commontoppad{
  padding-top: 90px;
}
.commonbottompad{
  padding-bottom: 90px;
}
.orangecol{
    color: #ef5b1f;
}
.mb20{
    margin-bottom: 20px;
}
.btnstyle {
    background: #ef5b1f;
    border: 1px solid #ef5b1f;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s linear;
}
.btnstyle:hover {
    background: transparent;
    border: 1px solid #ef5b1f;
    color: #000;
    transition: 0.3s linear;
}
.foottitle {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}
.headstyle2 {
    border-bottom: 3px solid #ef5b1f;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.commonpara p {
    color: #464646;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.coloredheading {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 25px;
}
.mainheading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
}
.filledbtn {
    background-color: #ef5a1e;
    padding: 7px 20px;
    border-radius: 20px;
    border: 1px solid #ef5a1e;
    color: #fff;
    transition: 0.3s linear;
    font-size: 15px;
}
.filledbtn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    transition: 0.3s linear;
    color: #fff;
}
.filledbtn1 {
    background-color: #ef5a1e;
    padding: 7px 20px;
    border-radius: 20px;
    border: 1px solid #ef5a1e;
    color: #fff;
    transition: 0.3s linear;
    font-size: 15px;
}
.filledbtn1:hover {
    background-color: transparent;
    border: 1px solid #ef5a1e;
    transition: 0.3s linear;
    color: #ef5a1e;
}
.banner_maintitle {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
}

.banner_subtitle {
    color: #ffffffb8;
    font-size: 19px;
    font-weight: 800;
    display: block;
    margin-bottom: 30px;
}
.lightbtn {
    background-color: #F4F4F4;
    color: #000;
    display: flex;
    align-items: center;
    width: 140px;
    justify-content: center;
    padding: 7px 0px;
    border-radius: 20px;
    font-size: 15px;
    border: 1px solid #F4F4F4;
    transition: 0.3s linear;
}
.lightbtn:hover {
    background-color: #ef5b1f;
    color: #fff;
    border: 1px solid #ef5b1f;
    transition: 0.3s linear;
}
.mt40{
    margin-top: 40px;
}
.textbtn {
    color: #ef5b1f;
    display: flex;
    align-items: center;
    transition: 0.3s linear;
    font-weight: 400;
    letter-spacing: 1.04px;
}
.textbtn iconify-icon{
    margin-left: 10px;
}
.textbtn:hover {
    color: #000;
    transition: 0.3s linear;
}
/**/

/*header*/
.logosec img {
    width: 190px;
}
.nav_menus {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.nav_menus li{
    margin: 0 15px;
}
.nav_menus li a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}
.top_nav {
    /* border-bottom: 1px solid #9393938c; */
    padding-bottom: 20px;
    padding-top: 20px;
    height: 78px;
}
.roundphone {
    border: 1px solid #ef5a1e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;    
}
.roundphone:hover {
    background-color: #fff;
    transition: 0.3s linear;
}

.bannersec {
    position: relative;
    height: calc(100vh - 78px);
    width: 100%;
    margin-top: 78px;
}
.menusec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: 0.3s linear;
    background-color: #171717;
}
.banner_content img {
    height: calc(100vh - 78px);
}
.banner_content:after{
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.57);*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner_content {
    height: calc(100vh - 78px);
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
    color: #fff;
}
.ban_content {
    width: 440px;
}
.bannersec .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
}
.bannersec .owl-dots .owl-dot {
    border: none;
    margin: 0 4px;
    opacity: 0.5;
    width: 30px;
    height: 2px;
}
.bannersec .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}
/**/


.h_abtlt {
    padding-right: 60px;
}
.h_abtlt .mainheading {
    margin-bottom: 30px;
}
.lightbtn iconify-icon{
    margin-left: 10px;
}

/*footer*/
.bottomfooter{
    padding: 20px 0;
}
.bft_lt{
    color: #B4B4B4;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 300;
}
.bft_rt{
    color: #B4B4B4;
    font-size: 14px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 300;
}
.bft_rt a{
    color: #B4B4B4;
}
.middlefooter {
    border-bottom: 1px solid #3D3D3D;
    border-top: 1px solid #3D3D3D;
    margin: 0;
    padding: 40px 0;
}
.inft_cnt {
    display: flex;
    align-items: center;
}
.inft_cnt .ft_text {
    color: #B4B4B4;
    width: 460px;
    padding-left: 30px;
    border-left: 1px solid #3D3D3D;
    margin-left: 30px;
    font-weight: 300;
}
.fttitle{
    color: #fff;
    font-size: 18px;
}
.ft_social {
    text-align: end;
}
.ft_social ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: end;
}
.ft_social ul li a {
    color: #fff;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    margin: 0 6px;
    align-items: center;
    justify-content: center;
}
.ft_social ul li:last-child a {
    margin-right: 0px;
}
.footmenu ul{
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.footmenu ul li a {
    margin-bottom: 10px;
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}
.footmenu ul li a:hover{
    color: #fff;
}
.footmenu .fttitle {
    margin-bottom: 20px;
}
.footmenu1 a {
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
}
.footmenu1 p {
    color: #b4b4b4;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}
.footmenu p {
    color: #b4b4b4;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}
.newsletter p {
    margin-bottom: 20px;
}
.newsletter form {
    position: relative;
}
.newsletter form .newsletteript {
    background: transparent;
    border: 1px solid #b4b4b4;
    padding: 10px 50px 10px 20px;
    width: 100%;
    border-radius: 20px;
    color:white;
}
button.newsletterbtn {
    position: absolute;
    right: 20px;
    top: 9px;
    border: none;
    background: transparent;
}
/**/

/*service*/
.h_servicebx img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.h_servicebx {
    display: block;
    width: 100%;
    color: #000;
    background-color: #fff;
    transition: 0.3s linear;
}
.h_servicebx h4 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 45px;
}
.h_ser_bx {
    padding: 25px 15px;
    position: relative;
    overflow: hidden;
    color: #000;
    height: 210px;
}
.h_ser_bx p {
    color: #464646;
    font-weight: 300;
    font-size: 14px;
}
.h_servicebx:hover .arrow{
    transition: 0.3s linear;
    display: flex;
}
.arrow {
    background-color: #ef5b1f;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 0 20px;
    display: none;
    transition: 0.3s linear;
}
/**/

.h_service .owl-nav button:hover{
    transition: 0.3s linear;
    border: 1px solid #ef5b1f;
    color: #ef5b1f;
}
.h_service .owl-nav button {
    border: 1px solid #011829;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f2f2f2;
    position: relative;
    z-index: 9;
    transition: 0.3s linear;
}
.h_service .owl-nav {
    position: relative;
    margin-top: 20px;
}
.h_service .owl-nav:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 18px;
    background-color: #D9D9D9;
}
.h_service .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
}


.cli_logo img {
    width: 100%;
    border: 1px solid #EBEBEB;
    margin-bottom: 25px;
}
.clients_sec {
    width: 75%;
    margin: 60px auto 0;
}
.ctasec {
    background: #F3F5F7;
}
.innercta {
    height: 250px;
    width: 80%;
    border: 1px solid #cbcbcb63;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    justify-content: space-between;
}
.innercta img {
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
}
.innercta .mainheading span {
    color: #011829;
    font-weight: 600;
}
.innercta .mainheading {
    margin-bottom: 20px;
    font-weight: 400;
}


.imgbx img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.imgbx:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.imgbx {
    position: relative;
}
.in_imgbx {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.he_newseclt h4 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 400;
}
.he_newseclt{
    padding-right: 40px;
}
.he_newseclt .filledbtn1 {
    margin-top: 10px;
    display: inline-block;
}
.h_institutelt .mainheading{
    margin-bottom: 15px;
}
.h_institutelt p {
    color: #ffffffde;
    margin-bottom: 30px;
}
.h_institutelt{
   padding-right: 40px; 
}
.h_institute{
    position: relative;
}
.h_institute:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/shade.svg);
    width: 500px;
    height: 500px;
    background-size: cover;
}

.h_institutert .accordion-item {
    background-color: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #ffffff2b;
    margin-bottom: 20px;
    border-radius: 0;
}
.h_institutert .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #ffffff2b;
    padding: 0 0 20px;
    border-radius: 0;
}
.h_institutert .accordion-item .accordion-body {
    color: #fff;
    padding: 20px 0 20px;
}
.h_institutert .accordion-item .accordion-body p{
    color: #ffffffde;
}
.h_institutert .accordion-button {
    width: 100%;
    padding: 0 0 20px;
    color: #fff;
    background-color: transparent;
}
.h_institutert  .accordion-button::after {
    filter: brightness(0) invert(1);
}
.h_institutert .accordion-button:focus {
    box-shadow: none;
}
.h_institutert {
    padding-left: 40px;
}


.servicepg .h_servicebx {
    margin-bottom: 25px;
    border: 1px solid #ececec;
}
.innerbannersec .banner_content:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.innerbannersec .banner_content {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
    color: #fff;
}
.innerbannersec {
    position: relative;
    height: 300px;
    margin-top: 78px;
}
.banner_maintitle1 {
    margin: 0;
    position: relative;
    top: 0px;
    font-size: 30px;
}



.contactlt {
    background: #EF5B1F;
    color: #fff;
    padding: 60px 35px;
    margin-right: 30px;
}
.contactlt > p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}
.cnt_bxsec {
    display: flex;
}
.cnt_bxsec iconify-icon {
    margin-right: 15px;
    font-size: 23px;
}
.cnt_bxsec p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}
.cnt_bxsec a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.mb30{
    margin-bottom: 30px;
}
.iptbx input,.iptbx select {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 45px;
    padding: 0 20px;
}
.iptbx textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 20px 20px;
}
.iptbx{
    margin-bottom: 30px;
}
.iptbx input.filledbtn1 {
    width: unset;
}
.viewmap {
    margin: 7px 0 0!important;
    font-weight: 600!important;
    font-size: 14px!important;
    text-transform: uppercase;
    display: flex!important;
}
.viewmap iconify-icon{
    margin-left: 15px;
}
.font18{
    font-size: 18px!important;
}
.clientspg .clients_sec {
    margin-top: 0;
}
.contactrt form {
    margin-top: 30px;
}
.contactrt h4 {
    margin-bottom: 15px;
}
.cli {
    background-color: #ececec94;
    border: 1px solid #ececec94;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 14px;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: 0.3s linear;
}
.cli iconify-icon {
    color: #ef5a1e;
    font-size: 20px;
    margin-right: 13px;
}
.cli:hover{
    transition: 0.3s linear;
    background-color: transparent;
    border: 1px solid #ef5a1e;
    box-shadow: 0px 7px 9px 2px #00000014;
}

.titlesec {
    width: 50%;
    margin-bottom: 40px;
}
.abtlt img {
    width: 100%;
}
.abtrt {
    padding-left: 30px;
    text-align: justify;
}

.abtsec2 li.nav-item {
    background-color: #ef5b1f;
    color: #fff;
    border-radius: 0;
    margin-right: 10px;
}
.abtsec2 li.nav-item span {
    width: 25px;
    height: 25px;
    display: flex;
    background-color: #fff;
    color: #ef5b1f;
    font-size: 14px;
    margin-right: 9px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.abtsec2 .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: flex;
    padding: 10px 20px;
}
.abtsec2 li.nav-item .nav-link.active span {
    background-color: #171717;
    color: #fff;
}
.abtsec2 .nav-tabs .nav-link.active {
    color: #171717;
}
.abtsec2 .nav-tabs{
    border-bottom: 0;
}
.tabcnt {
    box-shadow: 0px 7px 9px 2px #00000014;
    padding: 60px 40px;
    background-color: #fff;
    margin-top: 10px;
}
.tabcnt .mainheading {
    margin-bottom: 20px;
}
.innerabtsec2 {
    width: 75%;
    margin: 0 auto;
    position: relative;
    top: -120px;
}
.abtsec2 {
    position: relative;
    background: #F3F5F7;
}
.abtsec2:before {
    content: "";
    background: url(../images/bgimg.jpg) no-repeat;
    width: 100%;
    height: 310px;
    display: block;
    background-size: cover;
    background-position: center;
}
.mainpoints{
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.mainpoints li {
    padding-left: 25px;
    position: relative;
    color: #464646;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 13px;
}
.mainpoints li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    background: url('https://api.iconify.design/bxs/right-arrow.svg?color=%23ef5a1e') no-repeat center center / contain;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.h_serlt img {
    width: 40%;
    height: 350px;
    object-fit: cover;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.h_serrt p{
    text-align: justify;
}
.h_serrt .mainheading {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.servicedetpg ul li {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    min-height: 400px;
}
.servicedetpg ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.servicedetpg ul{
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.servicedetpg ul li:nth-child(even) .h_serlt img{
    float: right;
    margin-left: 40px;
    margin-right: 0;
    margin-bottom: 20px;
}
.coursepg .abtrt a {
    margin-top: 20px;
    display: inline-block;
}

.faqpg {
    background-color: #F3F5F7;
}
.faq .accordion-item {
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
    margin-bottom: 0;
    border: 0;
}
.faq {
    width: 70%;
    margin: 0 auto;
}
.faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ef5a1e1c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.coursepg1 .faq {
    width: 100%;
}

.courseicon {
    background-color: #FCE6DD;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.courseicon iconify-icon {
    font-size: 25px;
    color: #ef5a1e;
}
.coursepg1 .abtlt .h_servicebx {
    background: #fff;
    box-shadow: 0px 7px 9px 2px #00000014;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #ececec;
    min-height: 270px;
}
.coursepg1 .abtlt .h_ser_bx {
    padding: 0px;
}
.innertitle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.h_service .h_abtrt {
    float: right;
}
.innertitle h4 {
    width: 70%;
    font-size: 16px;
    margin: 0 0 0 10px;
}
.coursepg1 .abtlt .h_servicebx p {
    margin: 0;
}
.mt30{
    margin-top: 30px;
}
.footmenu1 a:hover {
    color: #fff;
}



/*mobile menu*/
/*menu*/
    .sidenavR{
        background-color:#171717;
        height:100%;
        overflow-x:hidden;
        padding-top:90px;
        position:fixed;
        right:0;
        top:0;
        transition:.5s;
        width:0;
        z-index:9999;
    }
    .menuicon {
        font-size: 24px;
        cursor: pointer;
        float: right;
        color: #fff;
        position: relative;
        top: 0px;
    }
    .sidenavR a {
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        transition: .3s;
    }
    .sidenavR a:hover,.offcanvas a:focus{
        color:#f1f1f1;
    }
    .sidenavR .closebtn{
        font-size:36px;
        margin-left:50px;
        position:absolute;
        right:25px;
        top:0;
    }
    .mobilemenus {
    position: absolute;
    right: 15px;
    top: 13px;
}
.mobilemenus ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mobilemenus ul li:last-child {
    padding: 0 35px;
    margin-top: 20px;
}


/**/
.cli_logo img {
    overflow: hidden;
    transition: 0.3s linear;
}
.cli_logo img:hover {
    transform: scale(1.05);
    transition: 0.3s linear;
}
.h_institute .row {
    position: relative;
    z-index: 999;
}

.sectionfixed {
    position: fixed;
    background-color: #171717;
    z-index: 9999;
    transition: 0.3s linear;
}

.trin_trin iconify-icon
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.fixedicon {
    position: fixed;
    right: 10px;
    top: 45%;
    z-index: 9999;
}
.fixedicon a{
    display: block;
    margin-bottom: 10px;
}

.whatsapp:hover {
    transition: 0.3s linear;
    transform: scale(1.05);
   
}
.whatsapp {
    font-size: 50px;
    transition: 0.3s linear;
   
}
a.phone {
    background-color: #ef5b1f;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
        border: 2px solid #fff;
}