*
{
    font-family: 'Lato', sans-serif !important;
}


@font-face {
    font-family: 'gilroyBold';
    src: url('/assets/Gilroy-Bold.woff') format("woff"),
    url('/assets/Gilroy-Bold.svg') format("svg"),
    url('/assets/Gilroy-Bold.ttf') format("truetype"),    
    url('/assets/Gilroy-Bold.eot') format("embedded-opentype"),
    url('/assets/Gilroy-Bold.woff2');   
}

@font-face {
    font-family: 'gilroySemiBold';
    src: url('/assets/Gilroy-SemiBold.woff') format("woff"),
    url('/assets/Gilroy-SemiBold.svg') format("svg"),
    url('/assets/Gilroy-SemiBold.ttf') format("truetype"),  
    url('/assets/Gilroy-SemiBold.eot') format("embedded-opentype"),
    url('/assets/Gilroy-SemiBold.woff2');    
}

@font-face {
    font-family: 'gilroyMedium';
    src: url('/assets/Gilroy-Medium.woff') format("woff"),
    url('/assets/Gilroy-Medium.svg') format("svg"),
    url('/assets/Gilroy-Medium.ttf') format("truetype"),  
    url('/assets/Gilroy-Medium.eot') format("embedded-opentype"),
    url('/assets/Gilroy-Medium.woff2');    
}

.revealY{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.revealY.active{
    transform: translateY(0);
    opacity: 1;
}

.revealX{
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.revealX.active{
    transform: translateX(0);
    opacity: 1;
}

.reveal-X{
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.reveal-X.active{
    transform: translateX(0px);
    opacity: 1;
}

h1,h2,h3,h4,h5,h6,p
{
    margin: 0px !important;
}

h1{
    font-family:'gilroyBold' !important;
    font-size: 3rem;
    color: #fff;
    letter-spacing: -2px;
    line-height:-40px !important;
}

h2
{
    font-size: 2.375rem;
    font-family: 'gilroyBold' !important;
    letter-spacing: -1px;
    color: #202124 !important;
}

h3
{
    font-size: 1.7rem;
    margin-top: -5px !important;
}

h4
{
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'gilroyBold' !important;
}

h5{
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h6{
    font-family: 'gilroyBold' !important;
    font-size: .995rem;
    margin-bottom: 12px !important;
    font-weight: 800;
    color: #202124 !important;
}

.preloader-container {
    width: 100%;
    height: 100vh;
    background: #1a78d5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
  .loader {
    position: relative;
    width: 75px;
    height: 100px;
  }
  
  .loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: white;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  
  .loader__bar:nth-child(1) {
    left: 0px;
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
            animation: barUp1 4s infinite;
  }
  
  .loader__bar:nth-child(2) {
    left: 15px;
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
            animation: barUp2 4s infinite;
  }
  
  .loader__bar:nth-child(3) {
    left: 30px;
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
            animation: barUp3 4s infinite;
  }
  
  .loader__bar:nth-child(4) {
    left: 45px;
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
            animation: barUp4 4s infinite;
  }
  
  .loader__bar:nth-child(5) {
    left: 60px;
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
            animation: barUp5 4s infinite;
  }
  
  .loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
            animation: ball 4s infinite;
  }
  
  @-webkit-keyframes ball {
    0% {
      transform: translate(0, 0);
    }
  
    5% {
      transform: translate(8px, -14px);
    }
  
    10% {
      transform: translate(15px, -10px);
    }
  
    17% {
      transform: translate(23px, -24px);
    }
  
    20% {
      transform: translate(30px, -20px);
    }
  
    27% {
      transform: translate(38px, -34px);
    }
  
    30% {
      transform: translate(45px, -30px);
    }
  
    37% {
      transform: translate(53px, -44px);
    }
  
    40% {
      transform: translate(60px, -40px);
    }
  
    50% {
      transform: translate(60px, 0);
    }
  
    57% {
      transform: translate(53px, -14px);
    }
  
    60% {
      transform: translate(45px, -10px);
    }
  
    67% {
      transform: translate(37px, -24px);
    }
  
    70% {
      transform: translate(30px, -20px);
    }
  
    77% {
      transform: translate(22px, -34px);
    }
  
    80% {
      transform: translate(15px, -30px);
    }
  
    87% {
      transform: translate(7px, -44px);
    }
  
    90% {
      transform: translate(0, -40px);
    }
  
    100% {
      transform: translate(0, 0);
    }
  }
  
  @keyframes ball {
    0% {
      transform: translate(0, 0);
    }
  
    5% {
      transform: translate(8px, -14px);
    }
  
    10% {
      transform: translate(15px, -10px);
    }
  
    17% {
      transform: translate(23px, -24px);
    }
  
    20% {
      transform: translate(30px, -20px);
    }
  
    27% {
      transform: translate(38px, -34px);
    }
  
    30% {
      transform: translate(45px, -30px);
    }
  
    37% {
      transform: translate(53px, -44px);
    }
  
    40% {
      transform: translate(60px, -40px);
    }
  
    50% {
      transform: translate(60px, 0);
    }
  
    57% {
      transform: translate(53px, -14px);
    }
  
    60% {
      transform: translate(45px, -10px);
    }
  
    67% {
      transform: translate(37px, -24px);
    }
  
    70% {
      transform: translate(30px, -20px);
    }
  
    77% {
      transform: translate(22px, -34px);
    }
  
    80% {
      transform: translate(15px, -30px);
    }
  
    87% {
      transform: translate(7px, -44px);
    }
  
    90% {
      transform: translate(0, -40px);
    }
  
    100% {
      transform: translate(0, 0);
    }
  }
  
  @-webkit-keyframes barUp1 {
    0% {
      transform: scale(1, 0.2);
    }
  
    40% {
      transform: scale(1, 0.2);
    }
  
    50% {
      transform: scale(1, 1);
    }
  
    90% {
      transform: scale(1, 1);
    }
  
    100% {
      transform: scale(1, 0.2);
    }
  }
  
  @keyframes barUp1 {
    0% {
      transform: scale(1, 0.2);
    }
  
    40% {
      transform: scale(1, 0.2);
    }
  
    50% {
      transform: scale(1, 1);
    }
  
    90% {
      transform: scale(1, 1);
    }
  
    100% {
      transform: scale(1, 0.2);
    }
  }
  
  @-webkit-keyframes barUp2 {
    0% {
      transform: scale(1, 0.4);
    }
  
    40% {
      transform: scale(1, 0.4);
    }
  
    50% {
      transform: scale(1, 0.8);
    }
  
    90% {
      transform: scale(1, 0.8);
    }
  
    100% {
      transform: scale(1, 0.4);
    }
  }
  
  @keyframes barUp2 {
    0% {
      transform: scale(1, 0.4);
    }
  
    40% {
      transform: scale(1, 0.4);
    }
  
    50% {
      transform: scale(1, 0.8);
    }
  
    90% {
      transform: scale(1, 0.8);
    }
  
    100% {
      transform: scale(1, 0.4);
    }
  }
  
  @-webkit-keyframes barUp3 {
    0% {
      transform: scale(1, 0.6);
    }
  
    100% {
      transform: scale(1, 0.6);
    }
  }
  
  @keyframes barUp3 {
    0% {
      transform: scale(1, 0.6);
    }
  
    100% {
      transform: scale(1, 0.6);
    }
  }
  
  @-webkit-keyframes barUp4 {
    0% {
      transform: scale(1, 0.8);
    }
  
    40% {
      transform: scale(1, 0.8);
    }
  
    50% {
      transform: scale(1, 0.4);
    }
  
    90% {
      transform: scale(1, 0.4);
    }
  
    100% {
      transform: scale(1, 0.8);
    }
  }
  
  @keyframes barUp4 {
    0% {
      transform: scale(1, 0.8);
    }
  
    40% {
      transform: scale(1, 0.8);
    }
  
    50% {
      transform: scale(1, 0.4);
    }
  
    90% {
      transform: scale(1, 0.4);
    }
  
    100% {
      transform: scale(1, 0.8);
    }
  }
  
  @-webkit-keyframes barUp5 {
    0% {
      transform: scale(1, 1);
    }
  
    40% {
      transform: scale(1, 1);
    }
  
    50% {
      transform: scale(1, 0.2);
    }
  
    90% {
      transform: scale(1, 0.2);
    }
  
    100% {
      transform: scale(1, 1);
    }
  }
  
  @keyframes barUp5 {
    0% {
      transform: scale(1, 1);
    }
  
    40% {
      transform: scale(1, 1);
    }
  
    50% {
      transform: scale(1, 0.2);
    }
  
    90% {
      transform: scale(1, 0.2);
    }
  
    100% {
      transform: scale(1, 1);
    }
  }

p,.ourServices-block p
{
    font-size: 0.969rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px !important;
}

.mainPara
{
    font-size: 1.12rem !important;
    line-height: 32px !important;
    margin: 30px 0px !important;
    font-weight: 500 !important;
}


header p
{
    font-size: .875rem !important;
    color: #757575;
}

a
{
    text-decoration: none;
    color: #000;
}

















/* Header Section */

header
{
    padding:20px 0px !important;
}

.lan-Selection
{
    text-align: right;    
}

header span
{
    font-family: 'gilroyBold' !important;
    font-size: .975rem ;
    font-weight: 600;
    color: #202124 !important;
}

.header-contact,.header-contact a
{
    color: white !important;
    margin-left: 8px;
    font-family: gilroyMedium !important; ;
}

.header-contact i
{
    margin:0px 0 0 15px;
}

.nav-link
{
    color: #fff !important;
}

.nav-link:hover
{
    color: #FF9401 !important;
}

.landLine:hover,.offMail:hover

{
    color: #FF9401 !important;
}


/* header Section End  */














/* Banner Section Start Here */


.bannerSection
{
    /* height: calc(100vh - 151px); */
    width: 100%;
    height: auto;
    background:url('/images/BannerHero.png');
    background-image:linear-gradient(283deg, rgb(31, 189, 224) 0%, rgb(3, 53, 255) 80%);    
    background-repeat: no-repeat;
    background-position:left center; 
    background-size: 100%;
    padding:155px 0px !important;
    position: relative;
}

/*
 .bannerSection::after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./images/BannerHero.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 75%;
    z-index: 1;
    background-blend-mode: multiply;
} */

#bannerSet
{
    z-index: 111;
}

.bannerContent
{
    color: #fff !important;
}

.FoldHeading
{
    margin-top: -15px !important;
}

.bannerButton
{
    padding: 11px 38px;
    background: #FF9401;
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 16px;
    font-family: 'gilroyBold' !important;
    color: #fff !important;
    text-transform: uppercase;

}

.bannerButton:hover
{
    color: #0D39EE !important;
    background: #fff !important;
    transition: all .2s ease-in-out;
}

.bannerButton.enquiry:hover 
{
    color: #fff !important;
    background: #0D39EE !important;
}

.heroenQuiryForm
{
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, .5);
    padding: 48px;
}

.subHeading
{
    font-family: 'gilroySemiBold' !important;
    letter-spacing: -1px;
    font-size: 2rem;
}

.subHeadingTwo
{
    font-family: 'gilroyBold' !important;
    letter-spacing: -1px;
    color: #0D39EE;
    margin-top: -5px !important;
    margin-bottom: 30px !important;
    font-size: 2rem;
}

.heroenQuiryForm input,.heroenQuiryForm select
{
    width: 100%;
    padding: 15px 20px !important;
    border-color: #DEE1E8;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    outline: none;
    font-weight: 400;
    color: #36393f;
    z-index: 111 !important;
    margin-bottom: 20px !important;
    appearance: none;
}
.heroenQuiryForm div
{
    margin-bottom: 20px !important;
    position: relative;    
    z-index: 1;
    
}

.selectItem::before
{
    content:"";
    background-image: url('/images/triangle-fill.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 22px;
    bottom: 0px;
    right: 36px;
    z-index: 11;
}

/* Banner Section End Here */















/* Due Section */

.duedateSection
{
    padding: 120px 0px;
    background: #EAF3FF;
}

.duedatePick
{
    position: relative !important;
}

#datepicker
{
    position: absolute;
    z-index: 111;
    right: 0px;
    top: 30px;
}

.dueDate-info
{
    padding:45px 0 0 40px;
}

.dueDate-info.newDate-infoforLg
{
    display: none !important;
}

.due-bell
{
    float:left;
    margin-right: 40px;
    margin-top: 10px;
}

.dueDate-info h2
{
    margin-top: 3px;
}

.dueDate-info h3
{
    margin-top: -12px;
}

.dueDate-info p
{
    padding-right: 100px;
}

.whatsNew-title
{
    background: rgb(40,180,212);
    background: linear-gradient(90deg,rgba(12,56,237,1)  0%, rgba(40,180,212,1) 100%);
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 38px 10px;
}

.dueDate-title
{
    background: rgb(255,148,1);
background: linear-gradient(90deg, rgba(255,148,1,1) 0%, rgba(255,114,114,1) 100%);
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 38px 10px;
    z-index: -1 !important;
}

.whatsNew-title span
{
    font-weight: 400;
}

.whatsNew-list
{
    max-height: 456.36px !important;
    z-index: 1 !important;
}

.whatsNew-list,.dueDate-list
{
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 2px 10px rgba(110,110,255,.1);
    overflow-y: scroll;
}

.whatsNew-block,.dueDate-block
{
    padding: 16px 38px;
    border-top:solid 1px #D5E1F2 ;
}

.whatsNew-block:hover,.dueDate-block:hover
{
    background:#EAF3FF ;
    cursor: pointer;
}

.whatsNew-block .whatsNew-Date,.whatsNew-block .whatsNew-topic,
.dueDate-block .dueDate-Date,.dueDate-block .dueDate-topic
{
    float: left;
}

.whatsNew-message,.dueDate-message
{
    clear: both;
    padding:none !important;
    color: #5f6368;

}

#nav-tab .nav-link
{
    color: #202124 !important;
    width: 33.3%;
    font-size: 18px;            
    background: #DCE5FF !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    font-family: 'gilroySemiBold';
    appearance: none !important;
    outline: none !important;
}

#nav-tab .nav-link:nth-child(2)
{
    border-right: solid 1px rgba(0,0,0,.1);
    border-left: solid 1px rgba(0,0,0,.1);
}

#nav-tab .nav-link.active
{
    font-weight: 600 !important;
    background: #FFF !important;
    font-family:'gilroyBold' !important;
    border: none !important;
    appearance: none !important;
    outline: none !important;
}

/* Due Section End Here */











/* AboutUs Start Here */

.aboutUsSection
{
    padding: 60px 0px;
    background:url('/images/aboutUsHero.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.aboutUsContent
{
    padding: 90px 90px 70px;
    background: #fff;
    border-radius: 8px 0px 0px 8px !important;
}

.aboutUsContent h2
{
    margin-top: 2px !important;
}

.aboutUsContent h5::before
{
    content: '';
    position: absolute;
    width: 5px;
    height: 60px;
    background: #FF9401;
    border-radius: 4px;
    left: -30px;
}

.aboutUsContent h5,.aboutUsContent h2
{
    margin-left: 30px;
    position: relative;
}

.aboutUsContent p
{
    margin-top: 35px !important;
    text-align: justify;
    text-align-last: left;
    color: #5f6368 !important;
}

.aboutUsImage
{
    height: 100%;
    overflow: hidden;
    border-radius: 0px 8px 8px 0px !important;
    background: url('/images/aboutUs.jpg') no-repeat;
    background-size: cover;
    background-position: center;

}

















/* Our Services Start here */


.ourServicesSection
{
    padding: 60px 0px;
    background: #1A78D5;
}


.centerTitle
{
    text-align: center;
    position: relative;
}

.centerTitle::before
{
    content: "OurServices";
    position: absolute;
    font-size: 136px;
    font-family: 'gilroyBold' !important;
    text-transform: uppercase;
    opacity: .05;
    letter-spacing: 2px;
    left: 0px;
    right: 0px;
    bottom: -45px;
}


.centerTitle::after
{
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background: #FF9401;
    border-radius: 4px;
    left: 50%;
    top: 120%;
    transform: translate(-50%,-50%);
}

.servicemain_block
{
    margin-top: 150px;
}

.ourServices-block
{
    color: #fff !important;
    padding: 30px;
    animation-name: out;
    animation-duration: 1s;
}

@keyframes in {
    from   { -webkit-transform: translate(0px,0px); }
    to { -webkit-transform: translate(0px,-15px);}
}

@keyframes out {
    0%   { -webkit-transform: translate(0px,-15px); }
    100% { -webkit-transform: translate(0px,0px); }
}

.ourServices-block:hover
{
    background: #fff;
    color: #202124 !important;
    transition: all ease-in-out .2s;
    cursor: pointer;
    transform: translate(0px,-15px);
    border-radius: 8px 8px 0px 0px;
    animation-name: in;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    -ms-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
    border-bottom: solid 3px #FD9700;
}

.ourServices-block:hover p
{
    color: #5f6368 !important;
    margin-top: 15px !important;
}

.ourServices-block:hover #onhover
{
    display: block;
    transition: all 0.2s ease-in-out;    
}

.ourServices-block:hover a
{
    display: block;
}

.img-block
{
    position: relative;
}

.ourServices-block img
{
    float: left;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    position: relative;
}

#onhover
{
    position: absolute;
    inset: 0px;
    display: none;
    padding: 12px;
    float: left;
    background: #fff;
    border-radius: 4px;
}

.ourServices-block p
{
   clear: both;
   margin:35px 0px 16px !important;
   color: #fff !important;
   font-size: 0.938rem;
}

.ourServices-block a
{
   clear: both;
   color: #202124 !important;
   font-size: 0.975rem;
   font-family: 'gilroyBold' !important;
   display: none;
}





















/* OurTeam Section Start here */

.ourTeamSection
{
    padding: 60px 0px;
    color: #fff;
}


.ourTeamSection .centerTitle,
.testmonialSection .centerTitle
{
    color: #202124 !important;
}

.centerTitle.ourTeam::before
{
    content: "Our Team" !important;
}

.ourTeamSection .mainPara
{
    margin: 50px auto !important;
    width: 60% !important;
    color: #5f6368 !important;
    text-align: center;
    line-height: 28px !important;
}

.ourTeamMain_block
{
    margin-top: 100px !important;
}

.ourTeam-block
{
    color: #202124 !important;
    box-shadow: 0px 2px 10px rgba(110,110,255,.1);
    position: relative;
    overflow: hidden !important;
    border-bottom: solid 3px #2AB9D7;
    padding-bottom: 130px;
}


.teamImgBlock
{
    border-radius: 8px 8px 0px 0px;
    overflow:hidden;
    z-index: 1;   
}

.teaminfoBlockOverlay
{
    padding: 27px 38px;
    z-index: 111;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 130px;
    transition: .5s ease;
}

.teaminfoBlockOverlay p
{
    color: #5f6368 !important;
    font-size: 0.938rem !important;
    line-height: 23px !important;
}

.ourTeam-block:hover .teaminfoBlockOverlay 
{
    height: 100%;
    border-bottom: solid 3px #FF9401;
    border-top: solid 3px #FF9401;
    padding-top: 32px !important;
    cursor: pointer;
}

.ourTeam-block:hover
{
    border-bottom: none;
    overflow: visible;
}

.teaminfoBlockOverlay h4
{
    margin-bottom: 16px !important;
}

.specializationBlock h6
{
    margin: 30px 0px 20px 0px !important;
}


.specializationBlock ul li
{
    color: #5f6368 !important;
    font-size:1rem !important ;
}



/* OurTeam End Here */






/* Call to Action Start Here */

.calltoActionSection
{
    padding: 50px 0px 35px;
    background-image:url('/images/pattern.png'),linear-gradient(283deg, rgb(26, 120, 213) 0%, rgb(16, 93, 171) 100%);
    color: #fff !important;
    background-size: cover;
    background-position: center;
}

.calltoActionSection h5{
    letter-spacing: 0px !important;
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: 300 !important;
}

.calltoActionSection h2{
    color: #fff !important;
}


#calltoAction  .bannerButton
{
    color: #fff !important;
    text-decoration: none !important;
}

#calltoAction .bannerButton:hover
{
    color: #0D39EE !important;
    background: #fff !important;
    transition: all .2s ease-in-out;
}

.testmonialSection
{
    padding: 120px 0px 140px;
}

.testmonialSection .centerTitle.testimonial::before
{
    content: "testimonial" !important;
}

.testimonialMainblock
{
    padding: 120px 0px 40px;
}

.testmonialBlock
{
    border:solid 1px #EFF0F4 !important;
    padding: 40px !important;
    border-radius: 8px;
}

.testmonialBlock h2
{
    font-family: 'gilroyMedium' !important;
}

.testmonialBlock p
{
    margin: 20px 0px !important;
}

.testmonialBlock h6 span
{
    font-weight: 400 !important;
    font-size: .895rem;
}

.contactMainBlock
{
    padding: 95px 70px 0px !important;
    background-image:linear-gradient(283deg, rgb(26, 120, 213) 0%, rgb(16, 93, 171) 100%);
}

.contactMainBlock h1
{
    position: relative;
    text-align: left !important;
}

.contactMainBlock .centerTitle.contact::before
{
    content: "contact" !important;
    text-transform: capitalize !important;
}

.contactMainBlock .centerTitle.contact::after
{
    
    left: 4% !important;
}

.contactForm
{
    padding: 80px 0px 60px !important;
}

.contactForm input,
.contactForm select
{
    width: 48%;
    background: none !important;
    border: none !important;
    border-bottom: solid 1.2px rgba(255, 255, 255, 0.55) !important;
    appearance: none !important;
    outline:none  !important;
    margin:0px 0px 30px 0px !important ;
    color: #fff !important;
    font-size: 1rem !important;
    padding: 12px 25px!important;
}

.contactForm input:nth-child(2),
.contactForm select
{
    margin-left: 25px !important ;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder,
.contactForm select option:disabled
{
    color: #fff !important;
    opacity: .5;
    font-size: 1rem !important;
}

.contactForm select option
{
    opacity: .5;
    font-size: 1rem !important;
    color: #000 !important;
    margin-top: 12px !important;
}

.contactForm textarea
{
    background: none !important;
    border: none !important;
    border-bottom: solid 1.2px rgba(255, 255, 255, 0.55) !important;
    appearance: none !important;
    outline:none  !important;
    color: #fff !important;
    font-size: 1rem !important;
    max-height: 110px !important;
}


.contactForm button
{
    margin: 50px 0px 80px !important;
}

.iconblock
{
    background:rgba(255, 255, 255, 0.2) !important;
    color:#FF9401 ;
    font-size: 1.5rem;
    border-radius: 8px;
    padding: 15px !important;
}

.infoblock
{
    color:#fff !important;
    padding-left: 20px !important;
}

.infoblock .label
{
    font-size: .975rem !important;
}


.infoblock .info
{
    font-size: .975rem !important;
    padding-top: 6px !important;
}

.info.social i
{
    margin-right: 15px !important;
}

.info.two span
{
    font-size: .875rem !important;
}

.setTwo
{
    margin-top: 40px !important;
}

.mapMainBlock
{
    height: 100%;
}


footer
{
    padding: 80px 0px 50px !important;
    background: #000B22;
}

.footerBlock
{
    padding-bottom: 55px !important;
    border-bottom: solid 1.2px rgba(255, 255, 255, 0.55) !important;
}

.footerBlock ul
{
    list-style-type: none;
    padding: 0px !important;
}

.footerBlock ul li
{
    line-height: 35px;
}

.footerBlock ul li a
{
    color:rgba(255, 255, 255, 0.8) !important;
    font-size: .875rem !important;
}


.footerBlock ul li a:hover
{
    text-decoration: underline;
}


.copymainblock, 
.copymainblock a
{
    font-size: .875rem !important;
    color: #fff !important;
    padding: 15px 0px !important;
    opacity: .5;
}

.copymainblock a
{
    opacity: 1;
}

.designblock
{
    text-align: right;
}

























































@media (max-width:1366px) and (min-width:1200px)
{

    .container
    {
        max-width:1200px !important;
    }

    header
    {
        padding:10px 0px !important;
    }

    h1{
        font-size: 2.5rem !important;
    }
    
    h2
    {
        font-size: 2rem !important;
        margin-top: -5px !important;
    }

    h3
    {
        font-size: 1.65rem;
        margin-top: -5px !important;
    }

    h4
    {
        font-size: 1.1rem !important;
    }
    
    h5{
        font-size: 16px;
    }

    h6{
        font-size: .975rem !important;
        margin-bottom: 12px !important;
    }
    
    p,.ourServices-block p
    {
        font-size: .875rem !important;
        line-height: 19.3px !important;
    }
    
    header p
    {
        font-size: .875rem !important;
    }

    header span
    {
        font-size: .975rem ;
    }

    .navbar
    {
        padding: 6px 0px !important;
        font-size: 14px;
    }

    .bannerSection
    {
        padding:56px 0px !important;
        width: 100%;
        height:calc(100%-350px) !important;
    }

    .heroenQuiryForm
    {
        padding: 40px 48px !important;
    }

    .subHeading
    {
        letter-spacing: -0.9px;
        font-size: 1.15rem;
    }

    .subHeadingTwo
    {
        margin-bottom: 25px !important;
        font-size: 1.8rem;
    }

    .heroenQuiryForm input,
    .heroenQuiryForm select
    {
        padding: 12px 20px !important;
        margin-bottom: 15px !important;
    }

    .heroenQuiryForm div
    {
        margin-bottom: 25px !important;
        position: relative;    
        z-index: 1;        
    }


    .selectItem::before
    {
        top: 17px !important;
    }

    .selectItem::before
    {
        width: 13px;
        height: 13px;
        position: absolute;
        top: 22px;
        bottom: 0px;
        right: 36px;
        z-index: 11;
    }

    .bannerButton
    {
        padding: 8px 48px;
        font-size: .975rem !important;
    }


    .aboutUsContent
    {
        padding:60px 60px 50px;
        border-radius:0px 0px 8px 8px ;
    }

    .aboutUsImage
    {
        padding: 200px 0px;
        border-radius: 8px 8px 0px 0px;
    }

    .duedateSection
    {
        padding: 80px 0px;
    }

    .dueDate-info
    {
        padding: 52px 0 0 40px;
    }

    .dueDate-info p
    {
        line-height: 26px  !important;
        font-size: 1.05rem !important;
        padding-right: 70px !important;
    }

    .whatsNew-title,.dueDate-title
    {
        padding: 12px 38px 12px;
    }

    .whatsNew-list
    {
        max-height: 305.4px !important;
    }
    .dueDate-list
    {
        max-height: 511.5px !important;
    }

    .dueDate-block
    {
        padding-right: 70px !important;
    }

    .dueDate-info.newDate-infoforLg
    {
        display: none !important;
    }

    #nav-tab .nav-link.active
    {
        font-size: 1.1rem !important;
    }

    #nav-tab .nav-link
    {
        font-size: 1rem !important;
    }

    .centerTitle::before
    {
        font-size: 106px;
        bottom: -37px !important;
    }

    .servicemain_block
    {
        margin-top: 80px !important;        
    }

    .ourTeamMain_block
    {
        margin-top: 80px !important;
    }

    .ourTeamSection .mainPara
    {
        line-height: 26px !important;
        font-size: 1.05rem !important;
        padding-right: 70px !important;
    }

    .teaminfoBlockOverlay
    {
        padding: 27px 38px;
        width: 100%;
        height: 125px;
    }

    .specializationBlock h6
    {
        margin: 15px 0px !important;
    }

    .specializationBlock ul li
    {
        color: #5f6368 !important;
        font-size: 0.938rem !important;
    }


    .contactMainBlock
    {
        padding: 60px 65px 30px !important;
    }

    .contactForm
    {
        padding-bottom: 0px !important;
    }

    .contactForm input, .contactForm select 
    {
    padding: 10px 20px!important;
   border-bottom: solid 1px rgba(255, 255, 255, 0.55) !important;
    }

    .contactForm input:nth-child(2),
    .contactForm select
    {
        margin-left: 25px !important ;
    }

    .contactForm textarea
    {
        max-height: 85px !important;
    }

    .contactForm button
    {
    margin: 50px 0px 40px !important;
    padding: 15px 20px !important;
    }
    
    .setTwo
    {
        margin-top: 0px !important;
    }

    .mailblock,.socialblock,.callblock,.findblock
    {
        margin: 15px 0px !important;
    }

}













@media (max-width:1199px) and (min-width:992px)
{
    h1
    {
        font-size: 2.5rem !important;
        margin-bottom: 10px !important;
    }
    
    h2
    {
        font-size: 1.9rem !important;
        margin-top: -5px !important;
    }

    h3
    {
        font-size: 1.7  rem;
        margin-top: -5px !important;
    }

    h4
    {
        font-size: 1.1rem !important;
    }
    
    h5{
        font-size: .95rem !important;
    }

    h6{
        font-size: .975rem !important;
        margin-bottom: 12px !important;
    }
    
    p,.ourServices-block p
    {
        font-size: .885rem;
        line-height: 20.5px !important;
    }

    .servicemain_block h4
    {
        font-size: 1.2rem !important;
    }

    #mainpara
    {
        font-size: 1.1rem !important;
    }

    .container
    {
        max-width:1000px;
    }

    .navbar
    {
        padding: 6px 0px !important;
        font-size: 14px;
    }

    .bannerSection
    {
        padding:45px 0px !important;
    }

    .bannerSection .mainPara
    {
        padding-right: 60px !important;
    }

    .heroenQuiryForm
    {
        padding: 45px 48px !important;
    }

    .subHeading
    {
        letter-spacing: -0.9px;
        font-size: 1.15rem;
    }

    .subHeadingTwo
    {
        margin-bottom: 25px !important;
        font-size: 1.8rem;
    }

    .heroenQuiryForm input,
    .heroenQuiryForm select
    {
        padding: 10px 20px !important;
        margin-bottom: 15px !important;
    }

    .heroenQuiryForm div
    {
        margin-bottom: 20px !important;
        position: relative;    
        z-index: 1;        
    }

    .selectItem::before
    {
        top: 17px !important;
    }

    .bannerButton
    {
        padding: 7px 48px;
        font-size: .975rem !important;
    }

    .aboutUsContent
    {
        padding:60px 60px 50px;
        border-radius:0px 0px 8px 8px ;
    }

    .duedateSection
    {
        padding: 60px 0px;
    }

    .whatsNew-title h4,.dueDate-title h4
    {
        font-size: 1.04rem !important;
    }

    .whatsNew-title a,.dueDate-title a
    {
        font-size: .925rem !important;
    }


    .dueDate-info.newDate-infoforLg
    {
        display: block !important;
        text-align: center !important;
        padding: 0px !important;
    }

    .dueDate-info.newDate-infoforLg p
    {
        line-height: 26px !important;
        font-size: 1.05rem !important;
        padding-right: 70px !important;   
    }

    .dueDate-info.newDate-infoforLg h2,
    .dueDate-info.newDate-infoforLg h3,
    .dueDate-info.newDate-infoforLg img
    {
        margin: 0px;
        clear: both;
        display: block;
        margin: 0 auto !important;
        float: none;
    }

    .dueDate-info.newDate-infoforLg p
    {
        padding: 0px 220px !important;
        margin-bottom: 35px !important;
    }            

    .dueDate-info
    {
        display: none !important;
    }

    #nav-tab .nav-link
    {
    padding:6px 16px !important;
    font-size:0.895rem !important ;
    }

    .whatsNew-list,.dueDate-list
    {
        max-height: 414.8px !important;        
    }

    .servicemain_block
    {
        margin-top: 40px !important;
    }

    .centerTitle::before
    {
        font-size: 112px;
    }

    .teaminfoBlockOverlay 
    {
        padding: 32px 25px !important;
    }

    .ourTeamMain_block
    {
        margin-top: 60px !important;
    }

    .teaminfoBlockOverlay
    {
        padding: 27px 38px;
        width: 100%;
        height: 170px;
    }    

    .specializationBlock h4
    {
        font-size: .975rem !important;
    }

    .specializationBlock h6
    {
        margin: 14px 0px !important;
    }

    .ourTeamSection .mainPara
    {
        line-height: 26px !important;
        font-size: 1.05rem !important;
        padding-right: 70px !important;
        width: 85% !important;
    }

    .specializationBlock ul li
    {
        color: #5f6368 !important;
        font-size: 0.900rem !important;
    }

    .teamImgBlock
    {
        margin-bottom: 30px !important;
    }

    .ourTeam-block:hover .teaminfoBlockOverlay 
    {
        height: 100% !important;
        padding-top: 15px !important;
        overflow: visible !important;
    }

    .teaminfoBlockOverlay p
    {
        font-size: .900rem !important;
    }

    .calltoActionSection h5{
        font-size: 1.4rem !important;
        margin-bottom: 5px !important;
    }


    #calltoAction a
    {
        padding: 12px 55px !important;     
    }

    .contactMainBlock
    {
        padding: 60px 35px 30px !important;
    }

    .contactForm
    {
        padding-bottom: 0px !important;
    }

    .contactForm input, .contactForm select 
    {
    padding: 10px 20px!important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.55) !important;
    }

    .contactForm input:nth-child(2),
    .contactForm select
    {
        margin-left: 25px !important ;
    }

    .contactForm textarea
    {
        max-height: 85px !important;
    }

    .contactForm button
    {
    margin: 50px 0px 40px !important;
    padding: 15px 20px !important;
    }
    
    .setTwo
    {
        margin-top: 0px !important;
    }

    .mailblock,.socialblock,.callblock,.findblock
    {
        margin: 15px 0px !important;
    }

    .mapMainBlock
    {
    height: 100%;
    min-height: 600px !important;
    }

    .quicklinksBlock
    {
        margin-top: 50px!important;        
    }



}











@media (max-width:991px) and (min-width:768px)

{

    .container
    {
        max-width:750px;
    }
    
    .lan-Selection p
    {
    font-size: 14.5px;
    }

    h1{
        font-size: 2.8rem !important;
        margin-bottom: 10px !important;
    }
    
    h2
    {
        font-size: 1.9rem !important;
        margin-top: -5px !important;
    }

    h3
    {
        font-size: 1.7  rem;
        margin-top: -5px !important;
    }

    h4
    {
        font-size: 1.1rem !important;
    }

    h4 span
    {
        font-size: 1.2rem !important;
        margin-top: -5px !important;
    }
    
    h5
    {
        font-size: .95rem !important;
    }

    h6{
        font-size: .975rem !important;
        margin-bottom: 12px !important;
    }
    
    p,.ourServices-block p
    {
        font-size: .885rem;
        line-height: 20.5px !important;
    }

    .servicemain_block h4
    {
        font-size: 1.2rem !important;
    }

    #mainpara
    {
        font-size: 1.1rem !important;
    }

    .bannerSection
    {
        padding:45px 0px !important;
    }

    .bannerContent
    {
        margin-bottom:35px !important;
        text-align: center;
    } 

    .bannerSection .mainPara
    {
        padding: 0px  50px !important;
    }

    .heroenQuiryForm
    {
        padding: 45px 48px !important;
        margin: 0px 30px !important;
    }

    .subHeading
    {
        letter-spacing: -0.9px;
        font-size: 1.15rem;
        text-align: center !important;
    }

    .subHeadingTwo
    {
        margin-bottom: 25px !important;
        font-size: 1.8rem;
        margin-top: 2px !important;
        text-align: center !important;
    }

    .heroenQuiryForm input,
    .heroenQuiryForm select
    {
        padding: 10px 20px !important;
        margin-bottom: 15px !important;
    }

    .heroenQuiryForm div
    {
        margin-bottom: 20px !important;
        position: relative;    
        z-index: 1;        
    }

    .selectItem::before
    {
        top: 18px !important;
    }

    .bannerButton
    {
        padding: 7px 48px;
        font-size: .975rem !important;
    }

    .heroenQuiryForm button
    {
        margin: 0 auto !important;
        display: block !important;
    }


    .dueDate-info.newDate-infoforLg
    {
        display: block !important;
        text-align: center !important;
        padding: 0px !important;
    }

    .dueDate-info.newDate-infoforLg p
    {
        line-height: 26px !important;
        font-size: 1.05rem !important;
        padding: 0px 60px !important;
        margin-bottom: 35px !important; 
    }

    .dueDate-info.newDate-infoforLg h2,
    .dueDate-info.newDate-infoforLg h3,
    .dueDate-info.newDate-infoforLg img
    {
        margin: 0px;
        clear: both;
        display: block;
        margin: 0 auto !important;
        float: none;
    }

    .dueDate-info
    {
        display: none !important;
    }

    .aboutUsContent
    {
        padding:60px 60px 35px;
        border-radius:0px 0px 8px 8px !important;
    }

    .aboutUsContent h5::before
    {
        left:2px !important;
        top: -3px !important;
    }

    .aboutUsContent h5,.aboutUsContent h2
    {
        padding-left: 40px !important;
    }

    .aboutUsContent p
    {
        margin-top: 30px !important;
    }

    .aboutUsImage
    {
        padding: 200px 0px;
        border-radius: 8px 8px 0px 0px !important;
    }

    .duedateSection
    {
        padding: 60px 0px;
    }

    .dueDate-title
    {
        margin-top: 35px;
    }

    .whatsNew-list,.dueDate-list
    {
        max-height: 418.76px !important;
    }

    .centerTitle::before
    {
        font-size: 90px;
        left: 0px;
        right: 0px;
        bottom: -30px;
    }

    .ourTeamMain_block
    {
        margin-top: 40px !important;
    }

    .ourTeam-block
    {
        overflow: visible !important;
        border-bottom: solid 3px #2AB9D7;
        padding-bottom: 0px !important;
        margin-bottom: 40px !important;
    }

    .teaminfoBlockOverlay
    {
        padding: 27px 38px;
        z-index: 111;
        position: static !important;
        overflow: visible !important;
        width: 100%;
        height: auto !important;
    }


    .ourTeam-block:hover .teaminfoBlockOverlay 
    {
        height: auto !important;
        border-bottom: none !important;
        border-top: none !important;
        padding-top: 27px !important;
        cursor: pointer;
    }

    .ourTeam-block:hover
    {
        border-bottom: solid 3px #2AB9D7 !important;
        overflow: visible !important;
    }

    .specializationBlock ul
    {
        margin-bottom: 0px !important;
    }


    .ourTeamSection .mainPara
    {
        margin: 50px auto 10px !important;
        width: 95% !important;
    }

    .servicemain_block
    {
        margin-top: 40px !important;
    }


    .calltoActionSection h5{
        font-size: 1.4rem !important;
        margin-bottom: 5px !important;
    }


    #calltoAction a
    {
        padding: 12px 55px !important;     
    }

    .contactMainBlock
    {
        padding: 60px 35px 30px !important;
    }

    .contactForm
    {
        padding-bottom: 0px !important;
    }

    .contactForm input, .contactForm select 
    {
    padding: 10px 20px!important;
   border-bottom: solid 1px rgba(255, 255, 255, 0.55) !important;
    }

    .contactForm input:nth-child(2),
    .contactForm select
    {
        margin-left: 25px !important ;
    }

    .contactForm textarea
    {
        max-height: 85px !important;
    }

    .contactForm button
    {
    margin: 50px 0px 40px !important;
    padding: 15px 20px !important;
    }
    
    .setTwo
    {
        margin-top: 0px !important;
    }

    .mailblock,.socialblock,.callblock,.findblock
    {
        margin: 15px 0px !important;
    }

    .mapMainBlock
    {
    height: 100%;
    min-height: 600px !important;
    }
    
    #mainQuickLinks ul
    {
        display: flex !important;
        justify-content: space-evenly !important;
        margin: 30px 0px !important;
    }
   
   .copymainblock,.copymainblock a
   {
       font-size: .75rem !important;
   }
    
}



















@media (max-width:767px) and (min-width:500px)
{

    .container
    {
        max-width:600px;
    }

    h1{
        font-size: 2.8rem !important;
        margin-bottom: 10px !important;
    }
    
    h2
    {
        font-size: 1.9rem !important;
        margin-top: -5px !important;
    }

    h3
    {
        font-size: 1.7  rem;
        margin-top: -5px !important;
    }

    h4
    {
        font-size: 1.1rem !important;
    }

    h4 span
    {
        font-size: 1.2rem !important;
        margin-top: -5px !important;
    }
    
    h5
    {
        font-size: .95rem !important;
    }

    h6{
        font-size: .975rem !important;
        margin-bottom: 12px !important;
    }
    
    p,.ourServices-block p
    {
        font-size: .935rem;
        line-height: 20.5px !important;
    }

    .lan-Selection span
    {
        font-size: .85rem !important;
    }

    .servicemain_block h4
    {
        font-size: 1.2rem !important;
    }

    #mainpara
    {
        font-size: 1.1rem !important;
    }

    .bannerSection
    {
        padding:45px 0px 105px !important;
        height: 80vh !important;
    }

    .bannerContent
    {
        margin-bottom:35px !important;
    } 

    .bannerSection .mainPara
    {
        padding-right: 70px !important;
        line-height: 28px !important;
    }

    .heroenQuiryForm
    {
        display: none !important;
    }

    .bannerButton
    {
        padding: 6px 38px;
        font-size: .975rem !important;
    }

    .duedateSection
    {
        padding: 60px 0px;
    }

        .dueDate-title
    {
        margin-top: 35px;
    }

    .dueDate-info
    {
        padding-top:0px !important ;
    }

    .dueDate-info img
    {
        float: none !important;
        margin-bottom: 20px !important;
    }

    .dueDate-info p
    {
        padding-right: 25px !important;
    }

    .whatsNew-list,.dueDate-list
    {
        max-height: 417.76px !important
    }

    .aboutUsContent
    {
        padding: 50px 55px !important;
        border-radius: 8px !important;
    }

    .aboutUsContent h5::before
    {
        left:2px !important;
        top: -3px !important;
    }

    .aboutUsContent h5,.aboutUsContent h2
    {
        padding-left: 40px !important;
    }

    .aboutUsContent p
    {
        margin-top: 30px !important;
    }

    .ourServices-block
    {
        color: #fff !important;
        animation-name: none;
        border-radius: 8px !important;
        -webkit-animation:none !important;
    }

    .ourServices-block:hover
    {
        background:none;
        cursor: pointer;
        border-bottom: none;
        color: #fff !important;
        transform: translate(0px,0px) !important;
    }

    .ourServices-block p
    {
        padding-right: 120px !important;
    }

    .ourServices-block:hover p
    {
        color: #fff !important;
        margin-top: 35px !important;
    }

    .ourServices-block p:hover
    {
        color: #fff !important;
    }

    .ourServices-block a
    {
        display: block !important;
    }

    .ourServices-block:hover #onhover
    {
        display: none !important;  
    }

    #ourService>div:nth-child(odd)
    {
        background: rgba(255,255,255,.1);
    }

    #ourService>div:nth-child(even)
    {
        background: rgba(255,255,255,.2);
    }


    .centerTitle::before
    {
        font-size: 80px;
        left: 0px;
        right: 0px;
        bottom: -10px;
    }

    .servicemain_block
    {
        margin-top: 60px;
    }

     .centerTitle::before
    {
        font-size: 70px;
        left: 0px;
        right: 0px;
        bottom: -8px;
    }

    .ourTeamSection
    {
        padding: 80px 0px;
    }

    .ourTeamMain_block
    {
        margin-top: 40px !important;
    }

    .ourTeam-block
    {
        overflow: visible !important;
        border-bottom: solid 3px #2AB9D7;
        padding-bottom: 0px !important;
        margin-bottom: 40px !important;
    }

    .teaminfoBlockOverlay
    {
        padding: 27px 38px;
        z-index: 111;
        position: static !important;
        overflow: visible !important;
        width: 100%;
        height: auto !important;
    }


    .ourTeam-block:hover .teaminfoBlockOverlay 
    {
        height: auto !important;
        border-bottom: none !important;
        border-top: none !important;
        padding-top: 27px !important;
        cursor: pointer;
    }

    .ourTeam-block:hover
    {
        border-bottom: solid 3px #2AB9D7 !important;
        overflow: visible !important;
    }

    .specializationBlock ul
    {
        margin-bottom: 0px !important;
    }


    .ourTeamSection .mainPara
    {
        margin: 50px auto !important;
        width: 85% !important;
    }

    .servicemain_block
    {
        margin-top: 40px !important;
    }

    .calltoActionSection h5{
        font-size: 1.4rem !important;
        padding-right: 80px !important;
        margin-bottom: 5px !important;
    }


    #calltoAction a
    {
        padding: 12px 55px !important;     
    }

    .contactMainBlock
    {
        padding: 60px 35px 30px !important;
    }

    .contactForm
    {
        padding-bottom: 0px !important;
    }

    .contactForm input, .contactForm select 
    {
    width: 100%;
    padding: 10px 20px!important;
   border-bottom: solid 1px rgba(255, 255, 255, 0.55) !important;
    }

    .contactForm input:nth-child(2),
    .contactForm select
    {
        margin-left: 0px !important ;
    }

    .contactForm textarea
    {
        max-height: 85px !important;
    }

    .contactForm button
    {
    margin: 50px 0px 40px !important;
    padding: 15px 20px !important;
    }
    
    .setTwo
    {
        margin-top: 0px !important;
    }

    .mailblock,.socialblock,.callblock,.findblock
    {
        margin: 15px 0px !important;
    }

    .mapMainBlock
    {
    height: 100%;
    min-height: 600px !important;
    }

    .footerBlock
    {
        padding-bottom: 0px !important;
    }

    .quicklinksBlock
    {
        margin: 30px 0px !important;
    }

   
   .copymainblock
   {
       font-size: .75rem !important;
       opacity: .5;
   }

   .copymainblock a
   {
       font-size: .75rem !important;
       opacity: 1;
   }   
    
}



@media (max-width:575px) and (min-width:501px)
{
    #calltoAction a
    {
        margin: 25px 0px 0px 0px !important;
    }

    .navbar
    {
        position:relative !important
    }

    .contactSet
    {
        position: absolute !important;
        right: 30px !important;
        top: 15px !important;
    }

}










@media (max-width:500px) and (min-width:320px)
{

    .container
    {
        max-width:88% !important;
        padding: 0px !important;
    }


    .lan-Selection p
    {
    font-size: .8rem !important;
    }

    h1{
        font-size: 2.1rem !important;
        margin-bottom: 10px !important;
    }
    
    h2
    {
        font-size: 1.7rem !important;
        margin-top: -5px !important;
    }

    h3
    {
        font-size: 1.5rem !important;
        margin-top: -5px !important;
    }

    h4
    {
        font-size: 1.1rem !important;
    }

    h4 span
    {
        font-size: 1.1rem !important;
        margin-top: -5px !important;
    }
    
    h5
    {
        font-size: .95rem !important;
    }

    h6{
        font-size: .95rem !important;
        margin-bottom: 12px !important;
    }
    
    p,.ourServices-block p
    {
        font-size: .85rem;
        line-height: 20.5px !important;
    }

    .teaminfoBlockOverlay p
    {
        font-size: .85rem !important;
    }

    header
    {
        padding: 15px 0px !important;
    }

    .lan-Selection
    {
        display: none;
    }

    .navbar
    {
        position:relative !important
    }

    .contactSet
    {
        position: absolute !important;
        right: 30px !important;
        top: 15px !important;
    }

    .offMail
    {
        display: none !important;
    }

    #offMialIcon
    {
        display: none !important;
    }

    .heroenQuiryForm
    {
        display: none!important;
    }

    .duedateSection
    {
        padding: 30px 0px !important;
    }

    .dueDate-info
    {
        padding-top:0px !important ;
        padding-left: 20px !important;
    }

    .whatsNew-list,.dueDate-list
    {
        max-height: 416.92px !important
    }

    .whatsNew-block,.dueDate-block
    {
        padding: 15px 25px !important;
    }

    .dueDate-info img
    {
        float: none !important;
        margin-bottom: 20px !important;
        min-width: 50px !important;
    }

    .dueDate-info p
    {
        padding-right: 25px !important;
        font-size: 1rem !important;
        line-height: 24px !important;
    }

    .whatsNew-title
    {
        padding: 10px 38px 10px !important;
    }

    .duedateMainBlock
    {
        margin-top: 30px !important;
    }

    #nav-tab .nav-link.active
    {
        font-size: 1rem !important;
    }

    #nav-tab .nav-link
    {
        font-size: 1rem !important;
    }

    .aboutUsSection,.ourServicesSection,.ourTeamSection,.testmonialSection
    {
        padding: 30px 0px !important;
    }

    .aboutUsContent
    {
        padding: 40px !important;
        border-radius: 8px !important;
    }

    .aboutUsContent h5, .aboutUsContent h2
    {
        margin-left: 30px !important;
    }

    .centerTitle::before
    {
        font-size: 3rem !important;
        bottom: -5px !important;
    }

    .ourTeamSection .mainPara
    {
        font-size: .95rem !important;
        line-height: 24px !important;
        margin: 40px auto 0px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .ourTeamMain_block
    {
        margin-top: 40px !important;
    }

    .ourTeam-block
    {
        overflow: visible !important;
        border-bottom: solid 3px #2AB9D7;
        padding-bottom: 0px !important;
        margin-bottom: 40px !important;
    }

    .teaminfoBlockOverlay
    {
        padding: 27px 27px;
        z-index: 111;
        position: static !important;
        overflow: visible !important;
        width: 100%;
        height: auto !important;
    }

    .ourTeam-block:hover .teaminfoBlockOverlay 
    {
        height: auto !important;
        border-bottom: none !important;
        border-top: none !important;
        padding-top: 27px !important;
        cursor: pointer;
    }

    .ourTeam-block:hover
    {
        border-bottom: solid 3px #2AB9D7 !important;
        overflow: visible !important;
    }

    .specializationBlock ul
    {
        margin-bottom: 0px !important;
    }

    .specializationBlock ul li
    {
        font-size: .875rem !important;
    }

    .servicemain_block
    {
        margin-top: 40px!important;
    }

    .ourServices-block
    {
        color: #fff !important;
        animation-name: none;
        border-radius: 8px !important;
        -webkit-animation:none !important;
    }

    .ourServices-block:hover
    {
        background:none;
        cursor: pointer;
        border-bottom: none;
        color: #fff !important;
        transform: translate(0px,0px) !important;
    }

    .ourServices-block p
    {
        padding-right: 0px !important;
    }

    .ourServices-block:hover p
    {
        color: #fff !important;
        margin-top: 35px !important;
    }

    .ourServices-block p:hover
    {
        color: #fff !important;
    }

    .ourServices-block a
    {
        display: block !important;
    }

    .ourServices-block:hover #onhover
    {
        display: none !important;  
    }

    #ourService>div:nth-child(odd)
    {
        background: rgba(255,255,255,.1);
    }

    #ourService>div:nth-child(even)
    {
        background: rgba(255,255,255,.2);
    }

    .calltoActionSection h5
    {
        font-size: 1.1rem !important;
        text-align: center !important;
        padding-right: 0px !important;
    }

    .calltoActionSection h2
    {
        font-size: 2rem !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    .testimonialMainblock
    {
        padding: 25px 0px !important;
    }

    #calltoAction a
    {
        margin: 0 auto !important;
    }


    .contactMainBlock
    {
        padding: 40px !important;
    }

    .contactMainBlock .centerTitle.contact::after
    {
        left: 10% !important;
    }

    .contactForm
    {
        padding: 40px 0px !important;
    }

    .contactForm
    {
        padding-bottom: 0px !important;
    }

    .contactForm input, .contactForm select 
    {
    width: 100%;
    padding: 10px 20px!important;
   border-bottom: solid 1px rgba(255, 255, 255, 0.55) !important;
    }

    .contactForm input:nth-child(2),
    .contactForm select
    {
        margin-left: 0px !important ;
    }

    .contactForm textarea
    {
        max-height: 85px !important;
    }

    .contactForm button
    {
    margin: 50px 0px 40px !important;
    padding: 15px 20px !important;
    }
    
    .setTwo
    {
        margin-top: 0px !important;
    }

    .mailblock,.socialblock,.callblock,.findblock
    {
        margin: 15px 0px !important;
    }

    .mapMainBlock
    {
    height: 100%;
    min-height: 600px !important;
    }


    .footerBlock
    {
        padding-bottom: 0px !important;
    }

    .quicklinksBlock
    {
        margin: 30px 0px !important;
    }

   
   .copymainblock
   {
       font-size: .75rem !important;
       opacity: .5;
   }

   .copymainblock a
   {
       font-size: .75rem !important;
       opacity: 1;
   }  

   .designblock
   {
       text-align: left !important;
       margin-top: 10px !important;
   }

}

