@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600;700&display=swap');

body{
	font-family: 'Montserrat', sans-serif;
}
.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pl-30{
    padding-left: 30px;
}
h1, h2, h3, h4{
    font-family: 'Zilla Slab', serif;
}

/*header*/
#header{
	background-color: #fff;
	position: relative;
}
.header-content{
	padding: 18px 10px;
}
.logo{
	max-width: 150px;
	width: 100%;
}
.navigation{
	max-width: 621px;
	width: 100%;
	margin: auto;
	height: 100%;
    position: relative;
}
.menu-bar{
	list-style: none;
	padding-left: 0;
	display: flex;
	height: 100%;
    margin-bottom: 0;
}
.menu-bar li{
	flex: auto;
	text-align: center;
    align-self: center;
}
.menu-bar li:hover a{
    text-decoration: none;
}
.menu-bar li a{
	text-transform: capitalize;
	font-size: 18px;
    font-weight: 500;
    color: #004861;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.menu-bar li a:before{
  content: '';
  background: #0e4a5e;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

.menu-bar li:hover a {
 background-position: 0;
}

.menu-bar li:hover a::before{
  width: 100%;
}
.menu-bar li.active a{    
    font-weight: 700;
    color: #FF6C33;
}
.menu-bar li.contact {
    border: 1px solid #013D51;
    padding: 4px 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.menu-bar li.contact.active a {
    color: #004861;
}
.menu-bar li.contact:hover{
    background-color: #004861;
}
.menu-bar li.contact:hover a{
    color: #fff;
}
.menu-bar li.contact a::before{
    background: transparent;
}

/*banner*/
#banner {
    background-image: url('../images/main-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-content {
    padding: 65px 10px;
    position: relative;
    width: 100%;
    max-width: 895px;
    margin: auto;
}
.main-heading {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 1px 1px #2c2c2c;
    text-transform: capitalize;
}
.main-heading strong {
    font-weight: 600;
    color: #ffc300;
}
.banner-content p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400;
    padding: 0 30px;
}
.call-to-action {
    background: linear-gradient(180deg, #e5af00 0%, #e9551c 100%);
    max-width: 350px;
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: center;
    margin: auto;
    border-radius: 12px;
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    transition: .3s all ease;
}
a.call-to-action:hover {
    color: #ffffff !important;
    background: linear-gradient(180deg,#d73d00 0% , #e1ab00 100%);
    text-decoration: none;
}

/*section*/
.section-content {
    padding: 70px 0;
    position: relative;
    width: 100%;
}
.section-heading {
    font-size: 38px;
    font-weight: 500;
    color: #004861;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1.2;
}
.section-heading .subheading {
    display: block;
}
.section-heading .subheading strong:after {
    content: '';
    background-image: url('../images/horizontal-row.png');
    display: block;
    width: 100%;
}
.section-heading .subheading strong {
    position: relative;
}
.section-heading .subheading strong:after {
    content: '';
    background-image: url('../images/horizontal-row.png');
    width: 100%;
    height: 15px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -6px;
    left: 0;
    background-position: center;
}
p.para-frmt {
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 30px;
}
.section-grid {
    border: 1px dashed #000000;
    padding: 35px 30px;
    border-radius: 20px;
}
.center-box .grid-heading {
    font-size: 21px;
}
.plr-0{
    padding-left: 0;
    padding-right: 0;
}
.box {
    padding: 18px;
}
.center-box{
    box-shadow: 0px 4px 20px 0px #00000014;
    border-radius: 10px;
    border: 1px solid #0000001A;
    padding: 20px;
}
.center-box .tick-icon {
    max-width: 45px;
    margin-bottom: 10px;
}
.col-4.algn-slf {
    padding-left: 0;
    padding-right: 0;
}
.center-box p.para-frmt {
    font-size: 18px;
}
.tick-icon {
    max-width: 48px;
    width: 100%;
    margin-bottom: 20px;
}
.center-box .grid-heading {
    color: #004861;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.para-frmt1{
    font-size: 16px;
    margin-bottom: 0;
}
.white-boxheading {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.row.pt-30 {
    padding-top: 50px;
}
/*services*/
#services {
    background: #1F1F1F;
    padding: 70px 0;
}
.section-subheading {
    color: #E56A92;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.heading {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 0 20px;
    font-weight: 700;
}
.heading .subheading-light {
    display: block;
    font-weight: 300;
}
.dsply-blck {
    display: block;
}
.white-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    min-height: 325px;
}
.plr-20{
    padding-left: 20px;
    padding-right: 20px;
}
.plr-50{
    padding-left: 50px;
    padding-right: 50px;
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

/*reviews*/

#reviews {
    width: 100%;
    position: relative;
}
.review-content {
    width: 100%;
    position: relative;
    padding: 70px 0;
}
.review-heading {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.review-para {
    max-width: 500px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.review-box {
    padding: 0px 0 20px;
}
.item {
    padding: 10px;
}
.testimonial-box {
    padding: 16px 20px;
    box-shadow: 0 0 5px 0 #00000024;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    margin: auto;
    min-height: 275px;
}
.testimonial-box p {
    font-size: 18px;
}
.name {
    color: #004861;
    font-weight: 800;
    font-size: 20px;
}
.name p {
    margin-bottom: 2px;
}
.address p {
    font-size: 17px;
    color: #1F1F1FB5;
}
.testi-pic {
    box-shadow: 0px 4px 10px 0px #00000021;
    max-width: 90px;
    width: 100%;
    border-radius: 100%;
    padding: 7px;
}
.owl-stage-outer {
    position: relative;
    padding-top: 45px;
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
    top: 0;
    right: 45px;
}
.owl-nav {
    position: absolute;
    top: 0;
    right: 45px;
}
.owl-prev span, .owl-next span {
    font-size: 35px;
    font-weight: 800;
}
.owl-theme .owl-nav {
    margin-top: -6px !important;
}
button.owl-prev:hover, button.owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}
button.owl-prev:focus, button.owl-next:focus {
    border: none !important;
    outline: none !important;
}

/*call to action*/
#calltoaction{
    position: relative;
    background-image: url('../images/calltoaction-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.action-content{
    padding: 70px 0;
}
.action-heading {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.action-content p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    text-transform: capitalize;
    max-width: 770px;
    width: 100%;
    margin: auto;
    line-height: 1.4;
    margin-bottom: 40px;
}
.call-to-action.wdth {
    max-width: 330px;
    padding: 12px 10px;
}
.socialmedia-box{
    background-color: #272727;
}

/*footer*/

.footer-content{
    padding: 40px 0;
    position: relative;
}
.footer-logo {
    max-width: 140px;
    width: 100%;
    margin-bottom: 22px;
}
.footer-para {
    font-size: 16px;
    color: #FFFFFF80;
    line-height: 1.5;
    text-transform: capitalize;
    padding-right: 20px;
}
.footer-heading {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.footer-heading {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-links {
    padding-left: 0;
    color: #fff;
    list-style: none;
}
.footer-links li {
    padding-left: 5px;
    margin-bottom: 10px;
}
.footer-links li a{
    color: #FFFFFF80;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-links li a i{
    color: #fff;
    padding-right: 5px;
}
.footer-links li:hover a{
    text-decoration: none;
    color: #fff;
}
.socilamedia-links {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    /*max-width: 73%;*/
    width: 100%;
}
/*.socilamedia-links li {
    flex: 33.3%;
    margin-bottom: 12px;
    text-align: center;
    padding: 0 10px;
}
.socilamedia-links li a {
    font-size: 23px;
    background: linear-gradient(180deg, #FFC300 0%, #FF6C33 100%);
    color: #fff;
    padding: 4px 0;
    border-radius: 5px;
    margin-bottom: 8px;
    display: block;
}
.socilamedia-links li a:hover{
    background: linear-gradient(180deg, #f57e50 0%, #ffd036 100%);
}*/
.pl-list.footer-heading{
    padding-left: 11px;
}
/*.socilamedia-links li img {
    width: 100%;
    padding: 2px;
}*/
.copyright {
    background-color: #1F1F1F;
    position: relative;
}
.copright-content p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.copright-content {
    padding: 20px 0;
}

/*about banner*/
#about-banner{
    background-image: url('../images/about-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aboutbanner-content {
    padding: 50px 0;
    position: relative;
}
.show-page {
    color: #fff;
    text-transform: capitalize;
}
.show-page a{
    color: #fff;
}
.show-page a:hover{
    text-decoration: none;
}
.show-page strong{
    font-weight: 600;
}
.aboutmain-heading {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 40px;
}
p.aboutpara {
    color: #fff;
    text-align: center;
    max-width: 440px;
    width: 100%;
    margin: auto;
    margin-bottom: 0 !important;
}
#about-content {
    background-color: #fff;
    width: 100%;
    position: relative;
}
.about-img {
    width: 100%;
    /*max-width: 500px;*/
    float: right;
}
.algn-slf{
    align-self: center;
}
.aboutcontent-heading {
    font-size: 32px;
    color: #004861;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-intro {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.about-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.about-list li {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.about-list li i {
    color: #FF6C33;
    padding-right: 8px;
}
.pl-50{
    padding-left: 50px;
}
.mrall-0{
    margin: 0 !important;
}
.pdr-0{
    padding-right: 0 !important;
}
/*core values*/
#core-values {
    background-color: #F5F5F5;
    padding: 70px 0;
    width: 100%;
    position: relative;
}
.core-heading {
    text-align: center;
    text-transform: capitalize;
    color: #1F1F1F;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.corevalue-grid {
    width: 100%;
    padding-top: 28px;
}
.grid-box {
    background-color: #1F1F1F;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px;
}
.grid-icon {
    max-width: 70px;
    width: 100%;
    margin-bottom: 20px;
}
.grid-icon img {
    width: 100%;
}
.grid-box .grid-heading {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.grid-heading {
    color: #004861;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.grid-content {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
}
/*contact*/

#contact-from {
    width: 100%;
    position: relative;
}
.contactform-data {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 65px 0;
}
.inputfield-box {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    background-color: rgba(127, 138, 250, 0.05);
    border: 2px solid #0048610F;
    border-radius: 10px;
    display: flex;
}
.input-field {
    border: none;
    background-color: transparent;
    width: 100%;
}
.input-field::focus{
    outline: none;
    border: none;
}
.input-field::placeholder {
    color: #05095059;
}
.inputfield-box span {
    padding: 2px 9px 0 5px;
    color: #05095059;
}
.btn-submit {
    max-width: 250px;
    width: 100%;
    padding: 8px;
    background-color: #004861;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    margin: auto;
}
.address-details {
    padding-top: 40px;
}
.full-address {
    background-color: #F2F2F2;
    padding: 20px 25px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 4px 20px 0px #00000014;
    border-radius: 20px;
    margin-bottom: 50px;
}
.full-address p{
    margin-bottom: 0;
}
.full-address span i {
    color: #D61050;
    font-size: 22px;
    margin-bottom: 10px;
}
.full-address .row .col-4:nth-child(3) span i{
    margin-bottom: 0 !important;
}
.email-id, .phone-number, .email-id {
    font-size: 17px;
    font-weight: 600;
}
.txt-captl{
    text-transform: capitalize;
}
button.navbar-toggler {
    display: none;
}
.socilamedia-links li {
    flex: 1;
    margin: 0;
    position: relative;
    font-size: 1.5em;
    text-align: center;
}
.socilamedia-links li a {
        display: inline-block;
}
.socilamedia-links li a i {
    color: #fff;
    position: absolute;
    top: 13px;
    left: 36%;
    transition: all 265ms ease-out;
    text-align: center;
}
.socilamedia-links li a.youtube i{
    left: 32%;
}
.socilamedia-links li a.facebook i{
    left: 39%;
}
.socilamedia-links li a.instagram i {
    left: 35%;
}
.socilamedia-links a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(180deg, #ffaeae 0%, #f18961fa 100%);
    transition: all 265ms ease;
}
.socilamedia-links a:hover:before {
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.socilamedia-links a:hover i {
    color: #00B5F5;
    background: -webkit-linear-gradient(45deg, #ffc300d9 0%, #ff6c33fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease;
}

/*404 page*/

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: white;
  animation: colorSlide 15s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.flex-container .text-center {
    text-align: center;
}
.flex-container .text-center h1, .flex-container .text-center h3 {
    margin: 10px;
    cursor: default;
}
.flex-container .text-center .fade-in {
    animation: fadeIn 2s ease infinite;
}

.flex-container .text-center h1 {
      font-size: 8em;
      transition: font-size 200ms ease-in-out;
      border-bottom: 1px dashed white;
}
.flex-container .text-center h1 span#digit1 { animation-delay: 200ms; }
.flex-container .text-center h1 span#digit2 { animation-delay: 300ms; }
.flex-container .text-center h1 span#digit3 { animation-delay: 400ms; }

.flex-container .text-center a {
      border: 1px solid white;
      background: transparent;
      outline: none;
      padding: 10px 20px;
      font-size: 1.1rem;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      transition: background-color 200ms ease-in;
      /*margin: 0;*/
      display: block;
      margin: 20px auto;
}
.flex-container .text-center a:hover {
    background-color: white;
    color: #555;
    cursor: pointer;
  }

/*@keyframes colorSlide {
  0% { background-color: #004861; }
  25% { background-color: royalblue; }
  50% { background-color: seagreen; }
  75% { background-color: #ff6c33; }
  100% { background-color: #152a68; }
}*/

@keyframes fadeIn {
  from {
    opacity: 0;
  };
  100% {
    opacity: 1;
  }
}


/*responsive*/


@media(max-width: 1024px)
{
    .main-heading {
        font-size: 42px;
    }
    .section-heading {
        font-size: 36px;
    }
    .section-grid {
        padding: 30px 25px;
    }
    .box {
        padding: 15px;
    }
    .grid-heading, .center-box .grid-heading {
        font-size: 21px;
    }
    .para-frmt {
        font-size: 19px;
    }
    .aboutcontent-heading {
        font-size: 28px;
    }
    .about-intro {
        font-size: 17px;
    }
    .action-heading {
        font-size: 34px;
    }
    .footer-heading {
        font-size: 21px;
    }
    .footer-logo {
        max-width: 120px;
        margin-bottom: 20px;
    }
    .footer-para {
        font-size: 15px;
    }
    .copright-content p {
        font-size: 17px;
    }
    .email-id, .phone-number, .email-id {
        font-size: 16px;
    }
    .full-address span i {
        font-size: 20px;
    }
    .btn-submit {
        font-size: 20px;
    }
    .menu-bar li.contact {
        padding: 4px 5px;
    }
    .header-content {
        padding: 18px 0px;
    }
    .socilamedia-links li a i {
        left: 32%;
    }
    .socilamedia-links li a.youtube i {
        left: 27%;
    }
    .socilamedia-links li a.facebook i {
        left: 37%;
    }
    .socilamedia-links li a.instagram i {
        left: 33%;
    }
}

@media (max-width: 768px)
{
    button.navbar-toggler {
        border: 1px solid #000;
        padding: 8px 13px;
        display: block;
        position: absolute;
        right: 10px;
        top: 3px;
    }
    .menu-bar {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1;
        background-color: #fff;
        flex-wrap: wrap;
        height: 0;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 0 8px 0 hwb(0deg 0% 100% / 20%);
        visibility: hidden;
    }
    .menu-bar li {
        flex: 100%;
        padding: 5px 0;
        border-bottom: 1px solid #08445926;
    }
    .menu-bar li.contact {
        border: none;
        padding: 5px 0 0;
        border-radius: 14px;
    }
    .menu-bar li.contact:hover{
        background-color: transparent;
    }
    .menu-bar li.contact:hover a{
        color: #004861;
    }
    .menu-bar li.contact a::before {
        background: #0e4a5e;
    }
    .menu-bar.collapse.show
    {
        visibility: visible;
        height: auto;
    }
    button.navbar-toggler:focus {
        outline: 1px dotted;
        outline: 5px auto #0a465b;
    }
    .main-heading {
        font-size: 38px;
    }
    .banner-content p {
        margin-bottom: 40px;
    }
    .banner-content {
        padding: 60px 10px;
    }
    .section-content {
        padding: 50px 0;
    }
    .section-heading {
        font-size: 32px;
    }
    p.para-frmt, .center-box p.para-frmt {
        font-size: 18px;
    }
    .col-4 {
        max-width: 100%;
        flex: 100%;
    }
    .tick-icon, .center-box .tick-icon {
        max-width: 42px;
        margin-bottom: 16px;
    }
    .grid-heading, .center-box .grid-heading {
        font-size: 22px;
    }
    .box p.para-frmt {
        margin-bottom: 0;
    }
    .box {
        padding: 15px;
        margin-bottom: 15px;
    }
    .section-grid .row .col-4:nth-child(3) .box{
        margin-bottom: 0;
    }
    .section-grid {
        padding: 25px 20px;
    }
    #services {
        padding: 50px 0;
    }
    .heading {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .row.pt-30 {
        padding-top: 30px;
    }
    .white-box {
        margin-bottom: 25px;
        min-height: auto;
    }
    .col-4.plr-20{
        padding-left: 0;
    padding-right: 0;
    }
    .review-content {
        padding: 40px 0;
    }
    .review-para {
        font-size: 19px;
    }
    .owl-stage-outer {
        padding-top: 15px;
    }
    .action-content {
        padding: 50px 0 45px;
    }
    .action-heading {
        font-size: 32px;
    }
    .action-content p {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .call-to-action {
        /*max-width: 250px;*/
        font-size: 17px;
    }
    .footer-content .col-4 {
        max-width: 33.3%;
        flex: 33.3%;
    }
    .footer-para {
        padding-right: 0;
        font-size: 15px;
    }
    .pl-30 {
        padding-left: 15px;
    }
    .socilamedia-links li img {
        width: 80%;
    }
    .copright-content p {
        font-size: 16px;
    }
    .col-6{
        flex: 100%;
        max-width: 100%;
    }
    .aboutcontent {
        padding: 30px 0;
    }
    .aboutcontent-heading {
        font-size: 25px;
    }
    .about-list li {
        font-size: 16px;
    }
    .pl-50 {
        padding-left: 40px;
    }
    .about-list {
        margin-bottom: 25px !important;
    }
    .about-img {
        max-width: 470px;
        float: none;
        margin: auto;
        display: block;
        border-radius: 20px;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    }
    .core-heading {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .section-subheading {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .corevalue-grid {
        padding-top: 20px;
    }
    .grid-box {
        margin-bottom: 20px;
    }
    .grid-icon {
        max-width: 60px;
    }
    #core-values {
        padding: 50px 0;
    }
    .contactform-data {
        padding: 50px 0;
    }
    .address-details {
        padding-top: 25px;
    }
    .full-address .row .col-3 {
        flex: 50%;
        max-width: 50%;
    }
    .address-detail.algn-slf {
        padding-top: 25px;
    }
    .footer-logo {
        max-width: 110px;
        margin-bottom: 10px;
    }
    .footer-content {
        padding: 30px 0 12px;
        position: relative;
    }
    .aboutbanner-content {
        padding: 40px 0;
    }
    .aboutmain-heading {
        margin-bottom: 11px;
        font-size: 38px;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
    .owl-theme .owl-nav {
        margin-top: -38px !important;
    }
    .socilamedia-links {
        max-width: 100%;
    }
    .col-4.plr-0 {
        padding-left: 13px;
        padding-right: 13px;
    }
    .socilamedia-links li {
        flex: 30%;
    }
    .socilamedia-links li a i {
        left: 34%;
    }
    .socilamedia-links li a.youtube i {
        left: 37%;
    }
    .socilamedia-links li a.facebook i {
        left: 38%;
    }
    .socilamedia-links li a.instagram i {
        left: 40%;
    }
}

@media (max-width: 425px)
{
    .aboutbanner-content {
        padding: 31px 0;
    }
    .aboutmain-heading {
        margin-bottom: 10px;
        font-size: 34px;
    }
    .logo {
        max-width: 120px;
        width: 100%;
    }
    button.navbar-toggler {
        padding: 5px 10px;
    }
    .menu-bar li a {
        font-size: 16px;
    }
    .menu-bar {
        width: 110%;
    }
    .contactform-data {
        padding: 40px 0;
    }
    .full-address .row .col-3 {
        flex: 100%;
        max-width: 100%;
    }
    .mail-details {
        margin-bottom: 20px;
    }
    .footer-content .col-4 {
        flex: 100%;
        max-width: 100%;
    }
    .footer-content .col-4:nth-child(1), .footer-content .col-4:nth-child(2) {
        margin-bottom: 12px;
    }
    .footer-content {
        padding: 30px 0 20px;
    }
    .main-heading {
        font-size: 35px;
    }
    .banner-content {
        padding: 40px 10px;
    }
    .section-heading {
        font-size: 28px;
        margin-bottom: 17px;
    }
    p.para-frmt, .center-box p.para-frmt {
        font-size: 17px;
    }
    .heading {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .row.pt-30 {
        margin-left: 0;
        margin-right: 0;
    }
    .review-heading {
        font-size: 28px;
    }
    .section-subheading {
        font-size: 20px;
    }
    .review-para {
        font-size: 17px;
        margin-bottom: 32px;
    }
    .testimonial-box p {
        font-size: 16px;
    }
    .testi-pic {
        max-width: 75px;
        padding: 4px;
    }
    .action-heading {
        font-size: 33px;
    }
    .action-content p {
        font-size: 17px;
        margin-bottom: 26px;
    }
    .footer-logo {
        max-width: 100px;
        margin-bottom: 14px;
    }
    .pl-50 {
        padding-left: 25px;
    }
    .aboutcontent-heading {
        font-size: 25px;
    }
    .about-intro {
        font-size: 16px;
    }
    .col-6.pdr-0 {
        padding-right: 15px !important;
    }
    .core-heading {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .section-subheading {
        font-size: 19px;
    }
    .flex-container .text-center h1 {
        font-size: 6em;
    }
    .banner-content p {
        padding: 0 10px;
    }
    .grid-box .grid-heading {
        font-size: 22px;
    }
    .socilamedia-links li {
        flex: 1;
    }
    .socilamedia-links li a i {
        left: 37%;
    }
    .socilamedia-links li a.youtube i {
        left: 34%;
    }
    .socilamedia-links li a.instagram i {
        left: 37%;
    }
    .socilamedia-links li a.facebook i {
        left: 41%;
    }

}
@media (max-width: 375px)
{
    .main-heading {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .banner-content p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .banner-content {
        padding: 30px 10px;
    }
    .logo {
        max-width: 100px;
        width: 100%;
    }
    .menu-bar {
        width: 120%;
        padding: 10px;
        top: 130%;
    }
    .menu-bar li {
        padding: 3px 0;
    }
    .call-to-action {
        max-width: 280px;
        font-size: 16px;
        padding: 11px 5px;
    }
    .section-content {
        padding: 30px 0;
    }
    .section-heading {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .plr-20 {
        padding-left: 5px;
        padding-right: 5px;
    }
    p.para-frmt, .center-box p.para-frmt {
        font-size: 16px;
    }
    .section-grid {
        padding: 10px;
    }
    .box {
        padding: 10px;
        margin-bottom: 15px;
    }
    .tick-icon, .center-box .tick-icon {
        max-width: 38px;
        margin-bottom: 10px;
    }
    .grid-heading, .center-box .grid-heading {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .box.center-box {
        padding: 15px;
    }
    .heading {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .row.pt-30 {
        margin-left: 0;
        margin-right: 0;
    }
    .white-box {
        padding: 20px 20px;
    }
    .white-boxheading {
        font-size: 19px;
        margin-bottom: 8px;
    }
    #services {
        padding: 40px 0;
    }
    .review-content {
        padding: 30px 0;
    }
    .review-heading {
        font-size: 25px;
    }
    .review-para {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .owl-nav {
        right: 25px;
    }
    .action-heading {
        font-size: 30px;
    }
    .action-content p {
        font-size: 16px;
    }
    .action-content {
        padding: 40px 0 40px;
    }
    .copright-content p {
        font-size: 15px;
    }
    .aboutmain-heading {
        font-size: 32px;
    }
    .aboutbanner-content {
        padding: 26px 0;
    }
    .aboutcontent-heading {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .core-heading {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .address-detail, .phone-details, .mail-details {
        padding-top: 10px;
        display: flex;
    }
    .address-detail span, .phone-details span, .mail-details span{
        padding-right: 10px;
    }
    .mail-details {
        margin-bottom: 0;
    }
    .address-detail.algn-slf {
        padding-top: 8px;
    }
    .flex-container .text-center h1, .flex-container .text-center h3 {
        font-size: 1.5rem;
    }
    .flex-container .text-center h1 {
        font-size: 5em;
    }
    .section-grid .row {
        margin-left: 0;
        margin-right: 0;
    }
    .col-4.plr-0 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn-submit {
        font-size: 18px;
    }
}
@media (max-width: 320px)
{
    .aboutmain-heading {
        font-size: 28px;
    }
    p.aboutpara {
        font-size: 15px;
    }
    .full-address {
        padding: 18px 15px;
        margin-bottom: 40px;
    }
    .email-id, .phone-number, .email-id {
        font-size: 15px;
    }
    .main-heading {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .banner-content p {
        font-size: 17px;
    }
    .section-heading {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .tick-icon, .center-box .tick-icon {
        max-width: 35px;
    }
    .grid-heading, .center-box .grid-heading {
        font-size: 19px;
        margin-bottom: 4px;
    }
    .box {
        padding: 5px;
    }
    .col-4.plr-0 {
        padding-left: 1px;
        padding-right: 1px;
    }
    .action-heading {
        font-size: 28px;
        margin-bottom: 13px;
    }
    p.para-frmt {
        line-height: 1.5;
    }
    .heading {
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
    }
    .white-box {
        padding: 15px;
    }
    .review-heading {
        font-size: 24px;
    }
    .review-para {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .testimonial-box {
        padding: 13px 15px;
    }
    .testimonial-box p {
        font-size: 15px;
    }
    .testi-pic {
        max-width: 66px;
    }
    .action-heading {
        font-size: 23px;
    }
    .footer-heading {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .copright-content p {
        font-size: 14px;
    }
    .aboutcontent-heading {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .pl-50 {
        padding-left: 17px;
    }
    .about-list li i {
        padding-right: 0px;
    }
    .about-list li {
        line-height: 1.3;
        margin-bottom: 15px;
        font-size: 16px;
    }
    #core-values {
        padding: 30px 0;
    }
    .core-heading {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .section-subheading {
        font-size: 18px;
    }
    .grid-icon {
        max-width: 55px;
        margin-bottom: 10px;
    }
    .grid-content {
        margin-bottom: 0;
    }
    .grid-box .grid-heading, .center-box .grid-heading {
        font-size: 19px;
    }
    .socilamedia-links li a.instagram i {
        left: 34%;
    }
    .socilamedia-links li a.youtube i {
        left: 31%;
    }
    .socilamedia-links li a i {
        left: 33%;
        top: 15px;
    }
    .socilamedia-links li a.facebook i {
        left: 37%;
    }
    .socilamedia-links li {
        font-size: 1.3em;
    }
}


















