@charset "utf-8";
/**========Header========**/
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.45);
}
#header .naemenu {
    background: transparent;
    border: none;
    padding: 12px 0px;
}
.topbar {
    color: #f2f556;
    padding: 6px 0px;
    font-size: 13px;
    border-bottom: solid 1px #65656b;
    font-weight: 600;
}
.topbar a {
    margin-left: 5px;
    color: #f2f556;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
.top_right {
    text-align: right;
}
.top_right a {
    background-color: #f2f556;
    color: #000;
    padding: 3px 15px;
    border-radius: 19px;
    
}
#header .navbar-nav {
    width: 100%;
    text-align: right;
}
#header .navbar-nav > li {
    float:none;
    display:inline-block;
}
#header .navbar-nav > li > a {
    transition: all 0.4s ease;
    color: #fff;
    text-transform: uppercase;
    padding:2px 10px 2px 10px;
    font-weight: 600;
}
.services_box .colusonbox a {
    color: #ffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #bf2121;
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    top: -7px;
    text-decoration: none;
    font-size: 13px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.44);
}
#header .naemenu .row.d-flex {
    display: flex;
    align-items: center;
}
#header .naemenu  .container-fluid {
    padding:0px;
}
.col-md-7.top_left span {
    margin-right: 25px;
}
/**========Banner-Slider========**/
.top_main_slider .carousel-inner .item .carousel-captions {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    padding: 140px 0px 40px 0px;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background: #BF2121;
    transition: all 0.4s ease;
    text-shadow: 0px 0px 1px #BF2121;
    border-radius: 12px;
}
.top_main_slider .carousel-inner .item .carousel-captions.caption-1 {
   background: url(../images/sld-new3.jpg); 
}
.top_main_slider .carousel-inner .item .carousel-captions.caption-2 {
   background: url(../images/sld-new2.jpg); 
}
.top_main_slider .carousel-inner .item .carousel-captions.caption-3 {
   background: url(../images/sld-new.jpg); 
}
.top_main_slider .carousel-inner .item .carousel-captions.caption-4 {
   background: url(../images/sld-new4.jpg); 
}
.top_main_slider .carousel-inner .item .carousel-captions:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.top_main_slider .carousel-inner .item .carousel-captions .container {
    position: relative;
    z-index: 1;
}
.top_main_slider .carousel-inner .item .profile_pic {
    border: 5px dotted #fff;
    padding: 5px;
    width: 300px;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 80px;
    /*transition: all .2s linear;*/
    margin:auto;
    
}
.gaur_pic.animated.slideInLeft.profile_pic img {
    width: 300px;
    border-radius: 50%;
}
.profile_pic:before {
    content: "";
    background-image: url(../images/bordered-circle.png);
    background-size: 400px 400px;
    height: 400px;
    margin: auto;
    position: absolute;
    left: -54px;
    top: -55px;
    width: 400px;
    background-repeat: no-repeat;
 -webkit-animation-name: Rotate;
 -webkit-animation-duration: 10s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: Rotate;
 -moz-animation-duration: 10s;
 -moz-animation-iteration-count: infinite;
 -moz-animation-timing-function: linear;
 -ms-animation-name: Rotate;
 -ms-animation-duration: 10s;
 -ms-animation-iteration-count: infinite;
 -ms-animation-timing-function: linear;
}
@-webkit-keyframes Rotate
{
 from{-webkit-transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
 from{-moz-transform:rotate(0deg);}
 to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
 from{-ms-transform:rotate(0deg);}
 to{-ms-transform:rotate(360deg);}
}
.top_main_slider .carousel-inner .item .caption-2 .gaur_pic img {
    border: dotted 2px #fff;
    padding: 5px;
    border: dotted 2px #fff;
    padding: 5px;
    width: 250px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    top:30px;
}
.nagitavie_margin {
    position: relative !important;
    top:-30px !important;
}
.top_main_slider .carousel-captions.caption-2 .content.second-astro {
    margin-bottom:35px
}
.top_main_slider .astrology_solu.gaur_pic img {
    border: dotted 2px #fefefe;
    padding: 5px;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3215686274509804);
}
.astrology_solu .text-contant {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_main_slider .carousel-inner .item .animated   {
    animation-duration: 2s;
}
.top_main_slider .carousel-inner .item .carousel-captions .content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    animation-delay: 200ms;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom:0px;
}
.top_main_slider .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
}
.top_main_slider .carousel-control .fa {
    background-color: #BF2121;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 26px;
    border-radius: 50%;
}
.top_main_slider .carousel-inner .item .carousel-captions .content h4 {
    font-family: 'Poppins', sans-serif;
    color:#fff;
    font-size:16px;
} 
.yellow_text{
    color: #ffd200;
}
.pink_text{
    color: #15206d;
}
.mb-4 {
    margin-bottom:4rem;
}
.mt-4 {
    margin-top:4rem;
}
.circle_img {
    border-radius:50%;
}
.image_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_main_slider .carousel-indicators {
    display:none;
}
.btn-info {
    color: #000;
    background-color: #ffd200;
    border-color: #ffd200;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 16px;
}
.content.first-astro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 60px;
}
.d-flex {
   display: flex;
   flex-wrap: wrap;
}
.sli_ratting i {
    font-size: 22px;
    color: #fff;
    margin: 0px 2px 0px 2px;
}
.top_main_slider .carousel-inner .item .caption-3 .gaur_pic h4 {
    border: dotted 2px #bf2121;
    color: #bf2121;
    padding: 11px 15px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 16px;
    min-width: 240px;
}
.astrology_solu {
    background-color: #ffffff;
    border-radius: 75px;
    display: flex;
    margin-bottom: 40px;
    margin-bottom: 40px;
    width: 90%;
}
.top_main_slider .carousel-inner .item  .btn-info {
    min-width: 175px;
    border-radius: 30px;
}
.belowbanner_form {
    padding: 0px;
    background: transparent;
    position: relative;
    top: -50px;
}
.from_wrapper {
    background-color: #BF2121;
    padding: 30px 30px 15px 30px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    font-family: 'Poppins', sans-serif;
}
.from_wrapper h2 {
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    font-size: 28px;
    text-transform: capitalize;
}
.from_wrapper .form-group {
    margin-bottom: 15px;
}
.from_wrapper .form-control {
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 46px;
    line-height: 30px;
    padding: 0 15px;
    width: 100%;
}
.from_wrapper .btn-primary {
    padding: 10px;
    height: 46px;
    font-size: 18px;
    font-weight: 600;
    background-color: #000;
}

/**========Our-Services========**/
section.problam_pic_block {
    background-color: #f6f6f6;
    padding: 80px 0px 65px 0px;
}
.services_box .imgborder{
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0px 8px 10px #00000026; */
}
.services_box {
    transition: all .2s linear;
}
.services_box:hover {
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    border-radius:5px;
}
.main_mid_con .imgbox1 img {
    width:100%;
}
.scoreinner {
    border-right: 1px solid #ececec;
}
.main_mid_con .imgbox1, .main_mid_con .imgbox2, .main_mid_con .imgbox3 {
    margin-bottom: 15px;
    border: solid 1px #ddd;
    padding: 8px;
}
.services_box  .colusonbox {
    position: relative;
    top: -25px;
    margin: 0px 30px;
    border-radius: 5px;
    padding: 2px 0px;
    box-shadow: 0px 4px 10px #00000038;
}
.servicesbox {
    position: fixed;
    right: 0;
    top: 100px;
    background-color: #db2148;
    padding: 15px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px;
    border-radius: 5px 0px 0px 5px;
    z-index: 999999999;
}
.servicesbox h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 10px;
    border-bottom: solid 1px #ef0f3e;
    padding-bottom: 15px;
}
.servicesbox ul {
    margin:0px;
    padding:0px;
}
.servicesbox ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}
.servicesbox a.link {
    background: #000;
    border-color: #000;
    color: #fff;
    padding: 7px 15px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
}
.servicesbox ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}
.services_box .imgborder {
    position: relative;
}
.services_box .imgborder:before {
    content: '';
    background-color:rgba(0, 0, 0, 0.21);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.row.awardbtn.text-center {
    margin-top: 30px;
}
.btn-secondary {
    background-color: #BF2121;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.services_box h4.pro_pic_heading {
    font-size: 16px;
    background: transparent;
}
.services_box {
    margin-bottom: 10px;
    min-height: 390px;
}
#servicesection {
    width:100%;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 9999999999;
    height:0;
    transition: all .3s ease-out;
    padding-top: 50px;
    padding-right:5px;
}
body.show {
    overflow: hidden;
}
#servicesection.show {
     height:100%;
     top:0;
}
a.closelink {
    color: #fff;
    background-color: #db2148;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 6px;
    z-index: 99999999;
}
.scroll_box {
    overflow-y: scroll;
    height: 550px;
}
.scroll_box::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scroll_box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scroll_box::-webkit-scrollbar-thumb {
  background: #db2148; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll_box::-webkit-scrollbar-thumb:hover {
  background: #db2148; 
}
/**========client-say========**/
.section-header h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin: 0px;
}
.clientsay {
    background: url(../images/sld-new.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.section-header p {
    text-align: center;
    font-size: 16px;
}
.section-header {
    padding-bottom: 45px;
    font-family: 'Poppins', sans-serif;
}
.testimonial_box {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.testimonial_box .client_pt {
    border: 5px solid #ffffff;
    border-radius: 50%;
    float: left;
    height: 180px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    width: 180px;
    z-index: 1; 
}
.testimonial_box .testi_contant {
    background: #ffffff;
    border-radius: 0 30px;
    float: right;
    padding: 35px 35px 35px 92px;
    position: relative;
    width: 425px;
    height:300px;
    color:#000;
}
.testimonial_box .testi_contant::after {
    background: rgba(0, 0, 0, 0) url("../images/testimonial-content-bg.jpg") repeat scroll 0 0 / cover;
    border-radius: 0 30px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.client_pt .img-responsive {
    min-height: 207px;
}
.white-text {
    color:#fff !important;
}
.overlay {
    background-color:rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
#newtesimonal123 .owl-controls .owl-buttons div {
    background-color: #ff1849;
}
.sec_sapce {
    padding:80px 0;
}
.testimonial_box .testi_contant h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: right;
}
.horoscopeblock  {
    background-color: #f6f6f6;
}
/**========Appointment========**/
.appointment  {
     font-family: 'Poppins', sans-serif;
}
.tmsc-icon-box {
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 15px #00000017;
    min-height:260px;
    margin-top:60px;
}
.tmsc-icon-box figure {
    background-color: #ffffff;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: -105px;
    border-top: solid 5px #15206d;
}
.tmsc-icon-box figure img {
    max-height: 70px;
}
.tmsc-icon-box h3.icon-box-title {
    font-weight: 500;
    color: #15206d;
    margin: 8px 0px 15px 0px;
}
/**========Blog========**/
.blog_sec {
    background: url(../images/blog_bg.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background-attachment: fixed;
}
.blog_sec .overlay  {
    /*background-color: rgba(253, 153, 0, 0.6);*/
}
#blogsider .homeblog_warp  {
    margin:0px 15px;
    background-color: rgba(255, 255, 255, 0.85);
}
.homeblog_warp h4 {
    color:#ff1849;
    margin-top: 0px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:20px;
}
.homeblog_warp a {
    text-decoration: none;
}
.homeblog_warp p {
    color:#000;
    text-align: left;
    line-height: 20px;
    margin: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -mozkit-box;
    -mozkit-line-clamp: 3;
    -mozkit-box-orient: vertical; 
}
.blog_imgwarp img {
    height: 235px;
}
.blog_contant {
    padding: 25px;
    color:#fff;
    min-height: 150px;
}
.homeblog_warp p.post-meta {
    font-size: 13px;
    padding: 10px 20px;
    border-top: solid 1px #d6cec3;
    display:inline-block;
    width:100%;
}
.homeblog_warp i.fa.fa-calendar {
    color: #ff1849;
    margin-right: 5px;
}
.homeblog_warp .post-meta span.pink_text {
    float: left;
} 
.homeblog_warp .post-meta span {
    float:right;
}
.homeblog_warp p.post-meta a {
    color: #000;
    margin-left: 2px;
}
#blogsider .owl-controls .owl-buttons div {
    background-color: #ff1849;
}
/**========Footer========**/
.mainfooterbottomnew {
    padding:70px 0px 0px 0px;
    color:#fce8ec;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.mainfooterbottomnew h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin:0px 0px 45px 0px;
}
.mainfooterbottomnew h4:after {
    background-color: #dfcdea;
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
}
.mainfooterbottomnew ul {
    margin:0;
    padding:0;
}
.mainfooterbottomnew ul li {
    font-size: 14px;
    line-height: 28px;
    list-style:none;
}
.mainfooterbottomnew ul li a {
    color:#fce8ec; 
}
.getint i {
    color: #fff;
    font-size: 16px;
}
.mainfooterbottomnew .footer_awa {
    border: solid 2px #fff;
    padding: 3px;
    margin-top: 50px;
}
.mainfooterbottomnew ul li a i {
    margin-right: 5px;
    color: #ffffff;
}
.bottom_footer {
    border-top: solid 1px #d0cccd;
    padding: 20px 0px;
    margin-top: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.payment_cards img {
    display: inline-block;
    max-height: 25px;
}
.row.bottom_footer strong {
    text-transform: uppercase;
    margin-right: 5px;
}
.followus {
    text-align: right;
}
.followus a {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F2F556;
}
.navbar-default .navbar-toggle {
    border-color: #F2F556;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial_box .client_pt {
        width:120px;
        height:120px;
    }
    .client_pt .img-responsive {
        min-height:120px;
    }
    .testimonial_box .testi_contant {
        padding: 30px 20px 20px 92px;
        width: 88%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #header .naemenu .row.d-flex {
        flex-wrap: nowrap;
    }
    .top_main_slider .carousel-inner .item .carousel-captions .content h2 {
        font-size:26px;
    }
    .top_main_slider .carousel-inner .item .carousel-captions .content h4 {
        font-size:14px;
    }
    .top_main_slider .carousel-inner .item .profile_pic {
        width:200px;
    }
     .profile_pic:before {
        background-size: 300px 300px;
        height: 300px;
        width: 300px;
    }
    .sm-hide {
        display:none;
    }
    .top_main_slider .astrology_solu.gaur_pic img {
        width:85px;
        height:85px;
    }
    .astrology_solu .text-contant {
        padding-left:15px;
    }
    .sli_ratting i {
        font-size:14px;
    }
    .top_main_slider .carousel-inner .item .caption-3 .gaur_pic h4 {
        padding: 8px 14px;
        font-size: 14px;
        min-width: auto;
    }
    #header .navbar-nav > li > a {
        font-size: 12px;
        padding: 8px !important;
    }
    .tmsc-icon-box {
        min-height:285px;
    }
    .appointment .row .col-md-4:nth-child(3) {
        margin-top:50px;
    }
    .mainfooterbottomnew .row .col-md-3:nth-child(3),.mainfooterbottomnew .row .col-md-3:nth-child(4){
        margin-top:30px;
    }
    .mainfooterbottomnew h4 {
        margin: 0px 0px 20px 0px;
    }
    .testimonial_box .testi_contant {
        width:80%;
    }
    .top_main_slider .carousel-inner .item .caption-4  img  {
        max-width:140px;
    }
    .top_main_slider .carousel-inner .item .caption-4 img {
        max-width: 210px;
    }
    .top_main_slider .carousel-inner .item .carousel-captions {
        min-height:670px;
    }
}
@media (max-width: 767.98px) {
    .top_right {
        text-align: center;
        margin-top: 3px;
    }
    header#header {
        position: relative;
        background-color:#000;
    }
    header#header .navbar-toggle {
        position: absolute;
        top: -56px;
        right: -35px;
    }
    #header .navbar-nav {
        text-align: left;
    }
    #header .navbar-nav li {
        width:100%;
        display:block;
    }
    #header .naemenu .row.d-flex {
        display: inline-block;
        align-items: inherit;
        width: 100%;
    }
    .logomain .img-responsive {
        max-width: 150px;
    }
    .topbar {
        font-size:11px;
        border-bottom: solid 1px #eee;
    }
    .top_main_slider .carousel-inner .item .carousel-captions {
        padding: 45px 0px 45px 0px;
        min-height: 500px;
    }
    .inner-pg-slider {min-height: 250px!important;}
    .top_main_slider .carousel-inner .item .carousel-captions .content h2 {
        font-size: 22px;
        margin: 0;
        text-transform: uppercase;
    }
    .top_main_slider .carousel-inner .item .carousel-captions .content h4 {
        font-size: 12px;
        text-transform: uppercase;
    }
    .mobile_hide {
        display:none;
    }
    .desktop_text {
        display:none;  
    }
    .top_main_slider .carousel-inner .item .profile_pic {
        width: 200px;
    }
    .profile_pic:before {
        background-size: 280px 280px;
        height: 280px;
        left: -47px;
        top: -47px;
        width: 280px;
    }
    .btn-info {
        padding: 8px 14px;
        font-weight: 600;
        font-size: 14px;
    }
    .top_main_slider .carousel-control {
        width: 50px;
    }
    .top_main_slider .carousel-inner .item .caption-2 .gaur_pic img {
        width: 200px;
        top: -10px !important;
    }
    .top_main_slider .carousel-inner .item .caption-2 .botton-group{
        margin-top:2rem;
    }
    .astrology_solu .text-contant {
        padding-left: 15px;
    }
    .astrology_solu {
        width: 80%;
        margin: auto;
        margin-bottom: 15px;
    }
    .top_main_slider .astrology_solu.gaur_pic img {
        width: 70px;
        height: 70px;
        padding: 3px;
    }
    .sli_ratting i {
        font-size: 14px;
    }
    .top_main_slider .carousel-inner .item .caption-3 .gaur_pic h4 {
        font-weight: 600;
        font-size: 12px;
        min-width: auto;
        padding: 5px 15px;
        margin: 4px 0px;
    }
    .top_main_slider .mb-4{
        margin-bottom:3rem;
    }
    .top_main_slider .carousel-inner .item .caption-4  img  {
        max-width:140px;
    }
    .from_wrapper h2 {
        font-size: 24px;
    }
    .section-header h2 {
        font-size: 32px;
    }
    .section-header {
        padding-bottom: 25px;
    }
    section.problam_pic_block {
        padding: 60px 0px 45px 0px;
    }
    .sec_sapce {
        padding: 60px 0;
    }
    .tmsc-icon-box {
        margin-top:80px;
    }
    .testimonial_box .client_pt {
        height: 100px;
        left: 50%;
        position: relative;
        top: 45px;
        width: 100px;
        z-index: 1;
        transform: translate(-50%, 0px);
    }
    .client_pt .img-responsive {
        min-height: 100px;
    }
    .testimonial_box .testi_contant {
        padding: 30px;
        width: 100%;
        height: 320px;
    }
    .testimonial_box .testi_contant p {
       text-align: center; 
    }
    .testimonial_box .testi_contant h4 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: 30px;
    }
    .mainfooterbottomnew {
        padding:60px 0px 0px 0px;
    }
    .mainfooterbottomnew h4 {
        margin: 0px 0px 25px 0px;
    }
    .mainfooterbottomnew .footer_awa {
        margin-top: 40px;
    }
    .mainfooterbottomnew .col-md-3 + .col-md-3 {
        margin-top:30px;
    }
    .followus {
        margin-top: 10px;
    }
    .servicesbox h2,.servicesbox ul {
        display:none;
    }
    .servicesbox a.link {
        margin-top:0;
    }
    .servicesbox {
        bottom: 5px;
        top: auto;
        padding: 5px;
    }
    .scroll_box {
        overflow-y: scroll;
        height: 90vh;
    }
    .topbar .top_right {
        display:none;
    }
    .topbar .top_left {
        text-align:center;
    }
    .topbar .top_left span {
    margin: 0px 10px;
    }
}
@media (min-width: 768px) {
    .mobile_text {
        display:none;
    }
}
@media (max-width: 768px) {
    .dropdown-content {left: 10px;}
    .carousel-inner .inner-pg-slider {min-height: 110px!important;}
}
.prob_pic_inner p {padding: 0 1em; text-align: center;line-height: 1.8em;}
.coursebox {
    position: relative;
    top: -25px;
    margin: 20px 8px 20px;
    border-radius: 5px;
    padding: 2px 0px;
    box-shadow: 0px 4px 10px #00000038;
    background: #15206d;
}
.coursebox a {
    color: #ffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #bf2121;
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    top: -7px;
    text-decoration: none;
    font-size: 13px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.44);
}
.coursebox h4.pro_pic_heading {
    font-size: 16px;
    background: transparent;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.courses_box {
    transition: all .2s linear;
}
.inner-pg-slider {min-height: 400px!important;}
.about-list {padding-left: 1.5em;}
.about-list li {
    text-transform: none!important;
    font-size: 14px!important;
    font-weight: normal!important;
}
.about-list li:last-child {
    float: left !important;
}
.about-list li:first-child {
    float: none !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.gallery div {
    margin: 1em 0;
}
.gallery div img {
    border: 3px solid #ffffff;
    box-shadow: 2px 2px 6px #333;
}
.serv-a {
    background-color: none!important;
    padding: 0!important;
    border-radius: none!important;
    text-transform: none!important;
    font-weight: normal!important;
    font-size: 14px!important;
}
.serv-a h4 {padding-top: 16px !important}
.blogsider {margin-bottom: 2em;}
.blogsider .homeblog_warp  {
    margin:0px 15px;
    background-color: rgba(255, 255, 255, 0.85);
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #BE2121;
  min-width: 247px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #a5a2a2;
}
.dropdown-content a:hover {background-color:#44454a;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}