/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900&display=swap');
@font-face {
    font-family: 'Calibri-bold';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri-normal';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Gothic-bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Gothic-normal';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html{
    margin:0;
    padding:0;
}
body{
    margin:0;
    padding:0;
    /*background:#fff none repeat scroll 0 0;*/
	background: url("../images/bodybg.jpg");
    font-family: 'Calibri';
    overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
}
li,ul{
    list-style: none;
    margin : 0px;
    padding: 0px;
}
a{
    outline: none !important;
    text-decoration: none !important;
}
input{
    outline: none !important;
    text-decoration: none !important;
}
i{
    vertical-align: middle;
}
/* all */
::-webkit-input-placeholder { color:#b9b9b9 !important; }
::-moz-placeholder { color:#b9b9b9 !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#b9b9b9 !important; } /* ie */
input:-moz-placeholder { color:#b9b9b9 !important; }
button,label,a{
    outline: none !important;
}
/*To Stop Sceen Rotation*/


.container {
    max-width: 1180px;
}

header {
    /*background: #011e3e;*/
    padding: 50px 0px;
}
.navbar {
    padding: 0;
    background: #ececec;
    border-radius: 10px;
    margin-top: -8px;
}
.contactInfo {
    background: #1e6cbb;
    padding: 5px 0px 18px 0px;
    border-radius: 5px;
    text-align: right;
}
.contactInfo ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0px 10px;
    display: inline-block;
}
.contactInfo ul li img {
    margin-right: 5px;
}
.logoHolder {
    background: #1e6cbb;
    position: absolute;
    z-index: 9;
    padding: 10px;
    border-radius: 10px;
    top: -30px;
}
.contactInfo ul li a {
    color: #ffcc00;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
}
.navbar-nav a.nav-link {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: .6rem .8rem !important;
}
.navbar-nav a.nav-link:hover,
.nav-item.active a.nav-link{
    color: #d80001;
}
.bannerWrap{
    position: relative;
}
.bannerText {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
    left: 15%;
    text-align: center;
    padding: 75px 0px;
    font-family: 'Raleway', sans-serif;
}
.bannerText h3 {
    font-size: 72px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.09);
}
.bannerText h3 b{
    font-weight:900;
}
.bannerWrap hr{
    border-color: #fff;
}
.bannerText p {
    color: #fff;
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: 500;
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.09);
}
.services {
    margin-top: 10rem;
}
.services h4 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.services hr {
    width: 70px;
    border-width: 4px;
    border-color: #d80001;
}
.services a {
    color: #fff;
    text-transform: uppercase;
    background: #ffffff85;
    display: inline-block;
    border: 2px solid #fff;
    padding: 11px 50px;
    font-size: 18px;
    border-radius: 26px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
    font-weight: 700;
}
.specialityWrap {
    background: #1e6cbb;
    padding: 8px 0px;
}
.specialityWrap p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-family: 'Calibri-normal';
}
.specialityWrap p b{
    color:#fff;
}
.specialityWrap p b span{
    color:#fff !important;
}
.aboutWrap{
    margin: 30px 0px;
	background: url(../images/aboutustxtbg.jpg);
}
.aboutText hr {
    width: 50px;
    margin: 20px 0px 10px 0px;
    border-width: 3px;
    border-color: #cab274;
}
.aboutText h3 {
    font-size: 26px;
    font-weight: 900;
    color: #1e6cbb;
    font-family: 'Raleway', sans-serif;
}
.aboutText h3 span{
    color: #d80001;
}
.aboutText p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
    font-family: 'Calibri-normal';
    line-height: 21px;
}
.aboutText p i {
    font-size: 24px;
    font-style: normal;
    vertical-align: baseline;
    line-height: 35px;
	font-weight: bold;
}
.aboutText p b {
    font-size: 18px;
}
.aboutBg {
    background: url(../images/aboutusbg.png);
    background-repeat: no-repeat;
    min-height: 277px;
    background-size: 100%;
    padding: 113px 195px 0px 130px;
}
.aboutText a {
    font-weight: 600;
    float: right;
    margin-top: 10px;
    color: #d80001;
}
.aboutBg h3 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.aboutBg p {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}
.aboutBg p a{
    color: #cab274;
}

.serviceWrap{
   /* background: #ededed;*/
    padding:50px 0px;
	padding-bottom: 0px;
}
.sHeading h3 {
    font-size: 26px;
    font-weight: 900;
    color: #1e6cbb;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.sHeading h3 span {
    color: #d80001;
}
.sHeading i {
    text-transform: uppercase;
    color: #2f3840;
}
.sHeading hr {
    width: 50px;
    border-width: 3px;
    border-color: #cab274;
}
.serviceItem {
    background: #fff;
}
.serviceImg {
    position: relative;
}
.serviceImg img {
    width: 100%;
}
.serviceImg a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1b2936;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 6px 40px 6px 15px;
}
.serviceImg a:hover{
    background: #2f383f;
}
.serviceImg a i {
    position: absolute;
    font-size: 9px;
    background: #2f383f;
    top: 0;
    right: 0;
    padding: 12px 11px;
}
.serviceText hr {
    width: 40px;
    margin: 5px 0px 10px 0px;
    border-width: 3px;
    border-color: #cab274;
}
.serviceText {
    padding: 15px;
}
.serviceText h3 {
    font-size: 18px;
    font-weight: 900;
    color: #1e6cbb;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}
.serviceText p {
    font-size: 15px;
    color: #4c4c4c;
    text-align: justify;
	line-height: normal;
}
.serviceItem {
    background: transparent;
    margin-top: 20px;
}
.bullets
{
	    padding-left: 30px;
}
.whyWrap{
    background: url(../images/whyus.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0px;
}
.whyText h3 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}
.whyText h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffcc00;
    font-weight: 600;
    font-family: 'Calibri';
    margin: 0;
}
.whyText p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
}
.whyImg {
    float: right;
    margin-top: 120px;
}
.whyImg h3{
    font-size: 18px;
    font-weight: 900;
    color: #002b55;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}
.FooterWrap {
    background: #ffcc00;
    padding: 20px 0px;
    margin: 5px 0px 20px;
    text-align: center;
}
.FooterWrap ul li{
    display:inline-block;
}
.FooterWrap ul li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 10px;
    /*text-shadow: 0px 2px 0px #9a8140;*/
}
.FooterWrap ul li a:hover {
    color:#002a53;
}
p.footerText {
    font-size: 15px;
    font-style: italic;
    line-height: 17px;
    margin: 0;
}
.social ul {
    float: right;
}
.social ul li {
    display: inline-block;
    margin-left: 13px;
}
.FooterBottom {
    margin-bottom: 20px;
}
.social p {
    text-align: right;
    color: #d80001;
    font-style: italic;
    margin-bottom: 5px;
}
.navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 56, 117)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-slide > .dropdown-menu {
  opacity:.3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity:1;
}

.dropdown  .dropdown-menu a{
    color: #fff !important;
    background: transparent !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    transition: all 0.3s;
    display: block;
	width: 255px;
}
.dropdown  .dropdown-menu a:hover{
    padding: 5px 13px !important;
    transition: all 0.3s;
}
.dropdown-menu {
    background: #003875;
    padding: 0;
    top: 42px;
    border: none;
}
ul.dropdown-menu.subDropdown {
    left: 160px;
    top: 0;
}

ol.breadcrumb {
    background: transparent;
}

.servicesList .serviceText h3 {
    margin-bottom: 10px;
}
.servicesDetails .serviceImg img {
    height: 245px;
    object-fit: cover;
    border-radius: 5px;
}
.servicesDetails ul li{
    font-size: 15px;
    color: #777777;
    text-align: justify;
}
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #1f6cbc;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

.cd-testimonials-wrapper:first-of-type {
  background-color: #e30613;
  background-color: #1f6cbc;
}

.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  background: #ffcc00;
  font-family: "Georgia", serif;
  color: white;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 1em auto;
    padding: 0px 50px 20px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-style:Calibri !important;
  
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
  padding-bottom:15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 18px;
    line-height: 1.6;
	
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
 
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 22px;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: rgba(37,37,37,0.1);
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    /* background-color: #5e5e63; */
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: white;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(37, 37, 37, 0.2);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: rgba(37,37,37,0.7);
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: rgba(37,37,37,0.7);
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
