/******************************************MY CSS******************************/
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
ul.navbar-nav li:hover a {
    color: #395a7f !important;
    text-decoration: 2px underline;
    text-underline-offset: 7px;
}


.col-md-4.serviceCard {
    background: #fff;
    padding: 0 0 20px 0;
    margin: 0;
    max-width: 30%;
    border-radius: 12px;
    overflow: hidden;
}
.topHeaderInner p {
    margin: 0;
    color: #fff !important;
    margin-right: 0px;
    font-weight: 300;
    font-size: 14px;
}
.mainSLider {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}

aside.widget-area {
    display: none;
}
header#masthead {
    display: none;
}
footer#colophon {
    display: none;
}
body {
    margin: 0 !important;
    font-family: 'Roboto' !important;
}
.slidemain .carousel-item {
    background-image: url(images/slider1.jpg);
    background-size: cover;
    background-position: top;
    height: 90vh;
}
.slidemain .carousel-item h2 {
	color:#fff;
	z-index:999;
	position: relative;
}
.slidemain .carousel-item p {
	color:#fff;
	z-index:99;
	position: relative;
}
.slidemain .carousel-caption {
    position: absolute;
    right: 15%;
    top: 33%;
    left: 15%;
}
.col-lg-4.d-flex.align-items-center.justify-content-center.registerForm {
    position: absolute;
    right: 40px;
    top: -40px;
	z-index:99;
}
button.carousel-control-prev, button.carousel-control-next {
    z-index: 99;
}
.registerFormInner {
	width: 100%;
}
.slidemain {
	position:relative;
	height: 90vh;
}
.slidemain:before {
	content: '';
	opacity: 0.6;
	    background-color: #29313C;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	z-index:99;
}

.Maincontainer {
	max-width: 90%;
	margin: 0 auto;
}
.catCard {
    padding: 51px 17px 30px 18px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    max-width: 33%;
	position: relative;
}
.catCard h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto';
	color: #fff;
}
.catCard  p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
	color: #fff;
}
.catCard h3 {
    position: absolute;
    top: 0;
    left: 0;
	color: #fff;
    background: #395a7f;
    padding: 5px 14px 9px 16px;
    border-radius: 0px 0px 55px 0px;
    font-size: 13px;
    font-weight: 600;
}
.catCard.first h2, .catCard.first p {
	color: #000 !important;
}
.catCard.first {
	background: #fff !important;
}
.catCard.second h3 {
	background: #fff !important;
	color: #000 !important;
}
.catCard.second {
	background: #395a7f;
}
.catCard.third {
	background: #29313C;
}
.allCat {
	position: relative;
	bottom: 50px;
	z-index: 999;
}

.whoWeMain {
	padding-top: 30px;
    padding-bottom: 50px;
}
.whoWe img {
	width: 90%;
}

.whoWeInner h3 {
    font-size: 14px;
    color: #395a7f;
    font-weight: 900;
}
.whoWeInner h2 {
    font-size: 34px;
    font-weight: 700;

    margin: 14px 0;
    position: relative;
}
.whoWeInner h2:before {
	position: absolute;
	content: '';
	background: #395a7f;
	height: 100%;
	width: 2px;
	left: -10px;
}
.whoWeInner p {
    margin: 46px 0 26px;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0px;
}

.ourServices img {
    width: 100%;
    transition: 0.8s all ease;
    height: 211px;
    object-fit: cover;
}
.ourServices .Maincontainer {
	max-width: 78% !important;
}
.ourServices {
	background: #29323d;
	padding: 50px 0 ;
}
.ourServices h2 {
    color: #fff;

    font-size: 30px;
}
.ourServices p {
    color: #395a7f;

    font-size: 12px;
}
.col-md-4.serviceCard {
    background: #fff;
    padding: 0 0 20px 0;
    margin: 0 18px 42px;
    max-width: 30%;
    border-radius: 12px;
    overflow: hidden;
}
.col-md-4.serviceCard h3 {
    padding: 0 14px;
    font-size: 20px;
    font-weight: 700;

    letter-spacing: 2px;
}

.col-md-4.serviceCard p {
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
	text-transform: none !important;
}
.col-md-4.serviceCard a {
    margin-left: 14px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: #395a7f;
    padding: 5px 16px;
    border-radius: 5px;
}
.col-md-4.serviceCard figure {
	overflow: hidden;
}
.col-md-4.serviceCard:hover  img {
	    transform: scale3d(1.5, 1.5, 1.5);
}
.testimonials .carousel-caption {
    position: relative;
    padding: 20px 0px 0 !important;
    color: #000 !important;
    top: 0;
	    right: 0;
    bottom: 0;
    left: 0;
	    text-align: left;
		margin-top: 30px;
}
.testimonials .row {
	max-width: 100% !important;
	width: 100% !important;
}
.testimonials {
	max-width: 100%;
	margin: 0 auto;
}
.testimonials .carousel-indicators {
    display: none;
}
.testimonials h3 {
    color: #395a7f;
    font-size: 16px !important;
    margin: 0;
    font-weight: 600;

}
.profileNameImg img {
    width: 62px;
    margin: 0;
    padding: 0;
}
.designation h4 {
    font-size: 15px;
    margin: 0 !important;
    font-weight: 700;
}
.designation p {
    font-size: 12px;
    margin: 0 !important;
    font-weight: 400;
	font-style: Italic;
	color: #395a7f;
}
.profileNameImg {
	padding-bottom: 30px;
}
.testimonials span.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}
.testimonials span.carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}
.testimonials button.carousel-control-next {
    background: #157eab;
    height: fit-content;
    width: fit-content;
    border-radius: 50%;
    padding: 8px;
}
.testimonials button.carousel-control-prev {
    left: 80% !important;
    background: #157eab;
    height: fit-content;
    width: fit-content;
    border-radius: 50%;
    padding: 8px;
}
.testimonials p.clientSay {
    text-align: center;
    font-size: 15px;
    color: dimgrey;
}
.testimonials h2 {
    font-size: 34px;
    margin: 10px 0 28px 0;
    font-weight: 700;
    padding-left: 10px;
    position: relative;

}
.testimonials h2:before {
	position: absolute;
	content: '';
	background: #395a7f;
	Height: 100%;
	width: 2px;
	left: 0;

}

 .gallery img {
            width: 100%;
            height: auto;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .gallery img:hover {
            transform: scale(1.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        }
        .gallery-item {
            margin-bottom: 30px;
        }
.galleryMain h2 {
    font-size: 34px;
    font-weight: 700;
    padding-left: 10px;
    position: relative;

    width: fit-content;
    margin: 10px auto 40px !important;
}
.galleryMain h2:before {
	position: absolute;
	content: '';
	background: #395a7f;
	Height: 100%;
	width: 2px;
	left: 0;

}
.galleryMain h3 {
    color: #395a7f;
    font-size: 16px !important;
    margin: 0;
    font-weight: 600;

	text-align: center;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    z-index: 999;
    background: #fff !important;
    max-width: 90%;
    margin: 0 auto;
}
ul.navbar-nav li a {
    color: #000 !important;
    font-family: 'Roboto';
    font-size: 14px;
}
ul.navbar-nav {
    gap: 29px;
}
.topHeaderInner {
    max-width: 90%;
}
.topHeaderInner {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 50px;
}
.topHeader {
    background: #395a7f;
    padding: 4px 0;
}
.topHeaderInner p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
a.navbar-brand img {
    width: 56%;
}
.mainHeader {
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
    background: #fff;
    transition: top 0.3s;
    position: relative;
}

.mainHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.mainBanner img {
        height: 400px;
    width: 100%;
    object-fit: cover;
}
.mainBanner {
    position: relative;
}
.bannerContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.mainBanner:before {
    position: absolute;
    content: '';
    background: #0000004d;
    width: 100%;
    height: 100%;
}
.bannerContent h1 {
    font-size: 68px;
}
.aboutContainer {
    padding: 36px 0 0;
    max-width: 76%;
    margin: 0 auto;
}
a.mainButton {
    border: 1px solid #395a75;
    padding: 5px 19px;
    color: #395a75;
    text-decoration: none;
    transition: 0.8s ease all;
}
a.mainButton:hover {
    border: 1px solid #395a75;
    color: #fff;
    background: #395a75;
}
.aboutContainer.ourFirm img {
    width: 73%;
}
.principles {
    margin: 80px 0;
    background: #395a7f;
    padding: 50px 0;
}
.principleInner {
    max-width: 76%;
    margin: 0 auto;
}
.principleInner h2 {
    color: #fff;
}
.principleInner p {
    color: #fff;
}
.allPrinciple {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 0;
}
.principleCards {
    background: #fff;
    width: 23%;
    margin-bottom:20px;
    text-align: center;
    padding: 20px 8px;
    border-radius: 5px;
}
.principleCards h3 {
    font-size: 20px;
}
.principleCards p {
    font-size: 14px;
    color: #000;
}
button.btn.btn-primary.w-100 {
    background: #395a7f;
}
ul.footerMenu {
    list-style: none;
}
ul.socialIcons {
    list-style: none;
}
ul.socialIcons li a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}
.footerMain {
    background: #d8d8d8;
    padding: 42px 0 0;
}
.footerInner {
    max-width: 90%;
    margin: 0 auto;
}
ul.footerMenu li a {
    font-size: 16px;
    padding: 0 37px 0;
    border-right: 1px solid;
    color: #000;
    text-decoration: none;
}
.footerInner p {
    margin-top: 17px;
    font-size: 13px;
}

.col-md-4.serviceCard h4 {
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 400;

    letter-spacing: 1px;
    border-bottom: 1px solid lightgrey;
}
.ourServices.py-4 {
    margin: 80px 0;
}

.conatentContainer {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.contactSection {
    margin-bottom: 0;
    padding: 80px;
    text-align: center;
    background: #395A7f;
    color: #fff !important;
}
a.mainButtonWhite {
    border: 1px solid #fff;
    padding: 5px 19px;
    background: #fff;
    color: #395a7f;
    text-decoration: none;
    transition: 0.8s ease all;
}
a.mainButtonWhite:hover {
    border: 1px solid #fff;
    background: #395a7f;
    color: #fff;
}

.col-md-3.serviceCards {
    background: #395a7f;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    width: 32%;
    margin-bottom: 0px;
}
.col-md-3.serviceCards ul {
    list-style:none;
}
.ourServicej {
    gap: 22px;
}
.col-md-3.serviceCards li:before {
    position: absolute;
    content: '';
    background: url(images/arrowwhite.png);
    width: 10px;
    height: 11px;
    left: -29px;
    background-size: contain;
    top: 12%;
}

.col-md-3.serviceCards li {
    position: relative;
    font-size: 14px;
    margin: 14px 0;
}

.ourServicej h3 {
    font-size: 19px;
}
#registrationForm .mb-3 {
    width: 48%;
}
#registrationForm .mb-3 input, #registrationForm .mb-3 select {
    font-size: 12px;
    color: #64676a;
    margin-bottom: 10px;
}

section.contact {
    background-image: url(images/contactbg.png);
    padding: 175px 0px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
}
.contact-container {
    display: flex;
    flex-flow: wrap;
    background-color: white;
    border-left: 10px solid;
    border-right: 10px solid;
    border-color: #395a7f;
    padding: 39px 0px;
    justify-content: center;
}
.contact-type {
    display: flex;
    padding: 20px 52px;
    grid-gap: 15px;
    width: 327px;
}
.con-border {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
section.contact h1 {
    font-size: 17px;
    font-weight: 600;
    padding: 18px 0px 11px;
    width: 110px;
    margin: 0px auto 0px 0px;
    text-align: left;
}
section.contact p {
    text-align: left;
    max-width: 300px;
    font-size: 18px;
    line-height: 29px;
    color: #999999;
    font-weight: 400;
    font-family: "PT Serif";
}
section.contact img {
    width: 50px;
    height: 50px;
}

section.form {
    padding: 15px 0px 0;
}
section.form h1 {
    font-size: 27px;

    color: #222222;
    font-weight: 500;
}
section.form  hr {
    width: 280px;
    border: 1px solid #395a7f;
}
.form-flex {
    display: flex;
    flex-flow: wrap;
    grid-gap: 15px;
    max-width: 910px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 25px;
}
.form-flex input[type=text],select,
.form-flex input[type=email],select,
.form-flex textarea {
    width: 100%;
    padding: 12px 20px 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: 2px solid #bdbdbd;
}
.alpha {
    max-width: 447px;
}
textarea {
    resize: none;
    height: 100px;
    font-family: "Open Sans", sans-serif;
}
input[type=submit] {
    background-color: #4a912b;
    color: white;
    padding: 21px 43px;
    margin: 8px auto;
    border: none;
    cursor: pointer;
    font-weight: 500;

    font-size: 15px;
}



.innerForm {


    /* border: 1px solid; */
    padding: 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    /* text-align: center; */
    z-index: 1;
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    margin-bottom: 60px;
    /* margin-left: 10%; */

}

div#multiImageCarousel .row {
    justify-content: space-between;
}
div#multiImageCarousel .col-3 {
    width: 22% !important;
}


div#multiImageCarousel .carousel-item img {
            height: 250px;
            object-fit: cover;
            width: 100%;
            cursor: pointer;
        }
        div#multiImageCarousel {
    max-width: 81%;
    margin: 0 auto;
    padding-bottom: 58px;
}

.modal-content {
    background: transparent;
}
.modal-body {
    text-align: center;
}
/*.modal-footer {*/
/*    display: none;*/
/*}*/
.img-fluid {
    max-width: 100%;
    height: 90vh;
}

/*******************RESPONSIVE*****************/


@media only screen and (max-width: 1231px) {
    ul.navbar-nav { gap: 14px; }
    .col-lg-4.d-flex.align-items-center.justify-content-center.registerForm { right: 40px; top: -150px; }
    .slidemain { height: 68vh; }
    .col-md-4.serviceCard { max-width: 29%; }
}


@media only screen and (max-width: 980px) {
    .navbar-toggler { background-color: #395a7f;}
    .col-lg-4.d-flex.align-items-center.justify-content-center.registerForm { right: 0; top: -46px;  width: 83%; position: relative; margin: 0 auto; height: 62vh !important; }
    .slidemain .carousel-caption { right: 0; top: 22%; left: 9%; }
    .Maincontainer .row { flex-direction: column; gap: 29px; }
    .Maincontainer .row > div { width: 100% !important; max-width: 100%; margin: 0; }
    .allCat { position: relative; bottom: 0; padding: 20px 0; }
    .col-md-6.whoWeInner { padding-bottom: 30px; }
    .testimonials .row { max-width: auto !important; width: auto !important; }
    .whoWeMain { padding-top: 30px; padding-bottom: 30px !important; }
    video { margin-bottom: 30px; }
    .testimonials .row > div { width: 100%; max-width: 100%; }
    .testimonials .row { flex-direction: column; display: flex !important; margin: 0 auto; }
    .testimonials .row .profileNameImg img { width: 34px; }
    .testimonials .row .col-md-6 { padding: 0; }
    .testimonials .row img { width: 100%; }
    ul.footerMenu.d-flex.justify-content-center { padding: 0; }
    .aboutContainer { max-width: 90%; }
    .principleCards { width: 100%; }
    .principleInner { max-width: 90%; margin: 0 auto; }
    .aboutContainer .row > div { width: 100%; }
    .aboutContainer.ourFirm .text-start, .aboutContainer.ourFirm .text-end { text-align: left !important; order: 2; }
    .bannerContent h1 { font-size: 42px; }
    .form .row > div { width: 100%; }
    .form .row { flex-direction: column; }
    section.contact { padding: 175px 0px 64px; }
    button.navbar-toggler { position: fixed; right: 43px; }
    .slidemain { height: 90vh; }
}

@media only screen and (max-width: 430px) {
    .catCard { max-width: 100%; }
    .allCat { flex-direction: column; gap: 28px !important; }
    .slidemain .carousel-caption { right: 0; top: 17%; left: 0; width: 90%; margin: 0 auto; }
    .testimonials button.carousel-control-prev { left: 63% !important;}
    button.navbar-toggler { background: #39597e; }
    ul.footerMenu.d-flex.justify-content-center { flex-direction: column; gap: 29px !important; align-items: center; }
    .footerInner > div { flex-direction: column; }
    ul.footerMenu li a { border: none !important; }
    .footerInner p { margin-top: 17px; font-size: 13px; text-align: center; }
    .col-lg-4.d-flex.align-items-center.justify-content-center.registerForm { top: -193px; width: 95%; height: 100% !important; position: relative;}
    .container-fluid.mainSLider { margin-bottom: -9rem; }

}













