
h2 {
    font-weight: bold;
}
header.site-header.fixHeader {
    background-color: #fff;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #3c1ba9 !important;
}
.gt-a-btn.quoten a {
    display: block;
}
a {
  color: #3c1ba9;
}

.slide {
    position: relative;
}
.slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    filter: brightness(0.2);
}
.slide_procuct img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    filter: brightness(0.4);
}
.banner_content {
    color: #ffffff;
    max-width: 650px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%)
}
.banner_content h1 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 10px;
}
.banner_content p {
    font-size: 18px;
    margin-bottom: 25px;
}
.home-slider .slick-prev {
    left: 30px;
}
.home-slider .slick-next {
    right: 30px;
}

.inner_banner {
    position: relative;
    background-color: #000000;
}
.inner_banner img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
}
section.contact_bg img {
    object-position: top;
}

.banner_cont {
    position: absolute;
    top: calc(50% + 55px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 15px;
}
.banner_cont h1 {
    font-size: 48px;
    font-weight: 600;
    max-width: fit-content;
    margin: 0 auto 15px;
    position: relative;
    padding-bottom: 15px;
}
.banner_cont h1:after {
    content: "";
    height: 5px;
    width: 80px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 5px;
}
.our_services_sec {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.our_services_sec .row {
    padding: 15px 0;
}
.our_services_sec img {
    width: 100%;
}
.image_side {
    overflow: hidden;   
}
.image_side, .service_img, .service_img img {
    height: 100%;
}
.service_img img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.service_img {
    position: relative;
}
.service_img::before {
     background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
     content: "";
     display: block;
     height: 100%;
     left: -75%;
     position: absolute;
     top: 0;
     transform: skewX(-25deg);
     width: 50%;
     z-index: 2;
}
.our_services_sec .image_side:hover .service_img::before {
    animation: 0.75s ease 0s normal none 1 running shine;
}
 @-webkit-keyframes shine {
     100% {
        left: 125%;
    }
}
@keyframes shine {
     100% {
        left: 125%;
    }
}

.text_side {
    height: 100%;
    background-color: #021d2a;
    color: #ffffff;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
	min-height:368px;
}
.service_content h2 {
    
    font-weight: bold;
    letter-spacing: 0.5px;
}
.service_content h4 {
    font-weight: bold;
    font-size: 21px;
    max-width: 400px;
    margin: 0 auto 15px;
    font-style: italic;
}
a.read_more_btn {
    display: inline-block;
    padding: 11px 24px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #3c1ba9;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.a.read_more_btn:hover{
     border:2px solid #3c1ba9;
     background:#fff;
}

.text_side:hover {
    background-color: #3c1ba9;
}
.text_side:hover .service_content h2 {
    color: #ffffff;
}
.text_side:hover a.read_more_btn {
    background-color: #ffffff;
    color: #3c1ba9;
}
.text_side:hover a.read_more_btn:hover {
    text-decoration: none;
    background-color: #021d2a;
    color: #ffffff;
}
.partners .sec_heading_outr {
    margin-bottom: 60px;
}
.footer_logo {
    margin-bottom: 10px;
}
.gt-a-btn.quoten {
    width: 100%;
    max-width: 120px;
}
.about_page_wrapper {
    padding: 60px 0 40px;
}
.abt_sec_heading {
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}
p.intent {
        text-shadow: none !important;
        color: #3d1ba9;
    margin-bottom: 0px !important;
    font-weight: 700;
    font-size: 30px;
}
p.intent.banner_txt {
    background-color: rgb(255 255 255 / 70%);
    padding: 5px 10px;
    margin-bottom: 10px !important;
    max-width:70%;
}
.abt_sec_heading p {
    margin: 8px 0;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    font-style: italic;
}
.image_text, .text_image {
    padding: 30px 0;
}
.about_content {
    padding: 30px 15px;
}
.about_page_img {
    height: 100%;
}
.about_page_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cstm_btn {
    display: inline-block;
    background-color: #3c1ba9;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 24px;
    font-weight: 800;
    border: 2px solid #3c1ba9;
    letter-spacing: 0.4px;
}
.cstm_btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #3c1ba9;
}
a:hover {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.about_content strong {
    color: #000000;
    font-size: 18px;
    display: block;
}
.about_cont_wrapper {
    display: flex;
    align-items: center;
}
.about_content p:last-child {
    margin: 0;
}
.single_page_banner img {
    height: 75vh;
}
.content_area_sec {
    padding: 60px 0;
}
.content_area_sec h4,
.content_area_sec h4 i,
.content_area_sec h5 {
    font-weight: bold;
}
.content_area_sec h6 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 4px;
}
.content_area_sec h3 {
   
}
.content_area_sec ul,
.content_area_sec ol {
    padding-left: 25px
}
.contact_sec {
    padding: 70px 0;
}
.cont_form {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 29px #d7def1;
    padding: 40px 30px;
}

.cont_form h2,
.addr_info h2 {
    margin-bottom: 15px;
    color: #021d2a;
    text-transform: uppercase;
}

.cont_form input,
.cont_form textarea {
    line-height: normal;
    border-radius: 7px;
    box-shadow: none;
    background: #f4f7fe;
    border: 0;
    font-size: 15px;
    color: #000000;
    padding: 10px 21px
}
.cont_form .cstm_btn {
    background: #3c1ba9;
    color: #ffffff;
    border:2px solid #3c1ba9;
    border-radius:0px;
}
.cont_form .cstm_btn:hover {
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border:2px solid #3c1ba9;
    color:#3c1ba9;
}
.cont_form input {
    height: 50px
}
.cont_form textarea {
    height: 100px;
    resize: none;
}
.cont_form ::-webkit-input-placeholder {
    color: #03128a
}

.cont_form ::-moz-placeholder {
    color: #03128a
}

.cont_form :-ms-input-placeholder {
    color: #03128a
}

.cont_form :-moz-placeholder {
    color: #03128a
}
.form-control:focus {
    box-shadow: none;
    background-color: #f4f7fe;
}

iframe {
    display: block;
}
.addr_info {
    padding: 40px 30px;
}
ul.cont_info_list > li {
    list-style-type: none;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-weight: 600;
}
.cont_info_list span.info_icon {
    background-color: #3c1ba9;
    color: #f4f7fe;
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 15px;
    flex-shrink: 0;
}
.cont_info_list span.info_icon i {
    font-size: 24px;
    line-height: 59px;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
}
ul.cont_info_list {
    margin: 0;
}
ul.cont_info_list a {
    color: #000000;
}
ul.cont_info_list a:hover {
    color: #3c1ba9;
}
ul.cont_info_list span {
    max-width: 220px;
}
ul.cont_info_list > li:last-child {
    flex-direction: column;
    align-items: flex-start;
    margin: 30px 0 0;
}
ul.info_social {
    display: flex;
}
ul.info_social li {
    list-style-type: none;
    margin-right: 15px;
}
ul.info_social li a {
    font-size: 30px;
    color: #3c1ba9;
}
.addr_info h3 {
    font-size: 24px;
}
button.navbar-toggler {
    color: #3c1ba9;
    border: none;
    padding: 0;
    font-size: 24px;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
a.dropdown-item {
    padding: 10px 16px;
    line-height: normal;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #3c1ba9;
}
ul.navbar-nav i.fa.fa-angle-down {
    color: #000219;
    cursor: pointer;
    z-index: 1;
}
li.nav-item.dropdown a.nav-link {
    display: inline-block;
}

.blogs_sec {
    padding: 60px 0 30px;
}
.blogs_sec .col-lg-4 {
    margin-bottom: 30px;
}
.blog_outr img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.blog_outr {
    background-color: #021d2a;
    color: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 15px #a5a5a5;
    transition: 0.3s ease-in-out;
    height: 100%;
    position: relative;
}

.blog_image {
    overflow: hidden;
}
.blog_outr:hover img {
    transform: scale(1.1);
}
.blog_content {
        text-align: center;
    padding: 20px 20px 66px 20px;
}
.blog_content h3 {
    /*color: #de1b3b;*/
    color:#fff;
}
.blog_content .cstm_btn {
    position: absolute;
    bottom: 20px;
    left: 100px;
}

.blog_content .cstm_btn:hover {
    background-color:#fff;
    color: #3c1ba9;
}
.banner_content h5,
.banner_content h1,
.banner_content p {
    text-shadow: 1px 1px 2px #555555;
}
.blogs_sec_home {
    padding: 30px 0;
}
.blogs_sec .row,
.blogs_sec_home .row {
    justify-content: center;
}
.team_page_wrapper {
    padding: 30px 0;
}
.image_side img {
    width: 100%;
}
.team_page_wrapper h6 {
    font-weight: bold;
    text-transform: uppercase;
    color:#3c1ba9;
}
.team_page_wrapper .image_side {
    height: 400px;
    width: 400px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}
.team_page_wrapper .image_side img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease-in-out;
}
.team_page_wrapper .image_side img:hover {
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    cursor: pointer;
    transform: scale(1.2);
}
.team_page_wrapper .content_side {
    text-align: center;
    max-width: 540px;
    margin: auto;
}
.videos_sec {
    padding: 60px 0 30px;
}
.videos_sec .container {
    max-width: 80%;
}
.videos_sec .embed-responsive {
    margin-bottom: 30px;
}
.thank_you_content {
    padding: 60px 0;
    background-color: #f1f1f1;
    text-align: center;
}
.thank_you_content h2 {
    color: #e21f36;
    font-style: italic;
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

.pg-contnt h3 {
    font-size: 21px;
    color: #3c1ba9;
    font-weight: 700;
}
.pg-contnt h4 {
    margin-top: 25px;
} 


.partner-logo h4{
text-align:center;
}

.partner-logo-wrapper{
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 30px;
}
section.our-client {
    padding-bottom: 60px;
}
section.our-client h3{
    text-align:center;
}
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

@media screen and (max-width:1300px) {

    .home-slider .slick-prev {
        left: 10px;
    }
    .home-slider .slick-next {
        right: 10px;
    }
    .banner_content {
        padding: 20px;
    }
    .videos_sec .container {
        max-width: 100%;
        padding: 0 30px;
    }
    
    p.intent.banner_txt {
    max-width: 80%;
}
}

@media screen and (min-width: 992px) {
section.contact_bg img {
    object-position: 10%;
}
    li.nav-item:hover .dropdown-menu {
        display:block
    }
    .view_all_outr {
        padding-top: 15px;
    }
}

@media screen and (max-width: 991px) {
        section.contact_bg img {
    object-position: 10%;
}

    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    ul.navbar-nav i.fa.fa-angle-down {
        width: 24px;
        text-align: center;
        float: right;
        height: 40px;
        line-height: 38px;
        font-size: 24px;
        margin-left: 5px;
    }
    .banner_cont h1 {
        font-size: 42px;
    }
    .about_page_wrapper {
        padding: 40px 0;
    }
    .text_image .row {
        flex-direction: column-reverse;
    }
    .image_text, .text_image {
        padding: 20px 0;
    }
    .about_content {
        padding: 24px 0 0;
    }
    .contact_sec {
        padding: 50px 0;
    }
    .content_area_sec {
        padding: 40px 0;
    }
    .our_section {
        padding: 50px 0 30px;
    }
    .newletter_sec {
        padding: 50px 0;
    }
    .our_section .sec_heading_outr {
        padding-bottom: 0;
    }
    .testimoinal_Services {
        padding: 50px 0;
    }
    .testimoinal_Services h3 {
        font-size: 36px;
    }
    .testimoinal_Services p {
        font-size: 17px;
    }
    .get_in_touchsec {
        padding: 50px 0;
    }
    .partners {
        padding: 50px 0;
    }
    .gt-a-btn.quoten {
        /*padding-bottom: 10px;*/
    }
    .blogs_sec_home {
        padding: 50px 0;
    }
    .slide img {
        height: 500px;
    }
    .team_page_wrapper .image_side {
        margin-bottom: 30px;
    }
    .blogs_sec,
    .videos_sec {
        padding: 40px 0 10px;
    }
    .single_page_banner img {
        height: 395px;
    }
    .thank_you_content {
    padding: 40px 0;
    }
    .thank_you_content h2 {
        font-size: 25px;
    }
}


@media screen and (max-width: 767px) {
    section.contact_bg img {
    object-position: 10%;
}
    .banner_content {
    top: 60%;
   }
   .blog_content {
    padding: 20px 20px 20px 20px;
}
  .blog_content .cstm_btn {
    position: unset;
}  
    .banner_cont h1 {
        font-size: 36px;
    }
    .our_services_sec {
        padding: 30px 0;
    }    
    .text_side {
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }
    .service_img img {
        border-radius: 10px 10px 0 0;
    }
    .row.mobile_reverse {
        flex-direction: column-reverse;
    }
    .addr_info {
        padding: 40px 0 0;
    }
    .contact_sec {
        padding: 40px 0;
    }
    .cont_form {
        box-shadow: 0 0 12px #d7def1;
        padding: 30px 24px;
    }
    .cont_info_list span.info_icon {
        height: 46px;
        width: 46px;
        margin-right: 10px;
    }
    .cont_info_list span.info_icon i {
        font-size: 21px;
        line-height: 47px;
    }
    p.copy {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_social_outr {
        float: none;
        display: block;
    }
    .footer_social_outr ul {
        justify-content: center;
    }
    section.banner {
        min-height: auto;
    }
    section.map_sec iframe {
        height: 300px;
    }
    .blogs_sec_home {
        padding: 40px 0;
    }
    .banner_content {
        text-align: center;
        left: 0;
        right: 0;
        padding: 30px 40px;
    }
    .banner_content h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .banner_content p {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .thank_you_content h2 {
        font-size: 22px;
    }
    .partner-logo-wrapper {
    margin: 15px 0px;
    gap: 15px;
    flex-direction: column;
}
.partner-logo-wrapper img{
max-width:280px;
}
}

@media screen and (max-width: 480px) {
    section.contact_bg img {
    object-position: 10%;
}

    .about_page_wrapper {
        padding: 30px 0;
    }
    .testimoinal_Services h3 {
        font-size: 27px;
    }
    .sec_title {
        margin: 0 auto 24px;
    }
    .newletter_sec, .get_in_touchsec,
    .partners, .testimoinal_Services {
        padding: 40px 0;
    }
    .our_section {
        padding: 40px 0 20px;
    }
    .banner_content {
        width: 100%;
    }
    .banner_content h1 {
        font-size: 32px;
    }
    .testimoinal_sec p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .inner_banner img {
        height: 320px;
    }
    .banner_cont {
        top: 220px;
    }
    .team_page_wrapper .image_side {
        height: 260px;
        width: 260px;
    }
        .thank_you_content h2 {
        font-size: 20px;
    }
    p.intent.banner_txt {
   max-width:100%;
    margin: 0 auto;
}
.contact_bg img {
    object-position: 10%; 
}
}




