@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GAUTAMI_0";
  src: url("../fonts/GAUTAMI_0.eot");
  src: url("../fonts/GAUTAMI_0.eot") format("embedded-opentype"), url("../fonts/GAUTAMI_0.woff2") format("woff2"), url("../fonts/GAUTAMI_0.woff") format("woff"), url("../fonts/GAUTAMI_0.ttf") format("truetype"), url("../fonts/GAUTAMI_0.svg#GAUTAMI_0") format("svg");
}
@font-face {
  font-family: "GAUTAMIB";
  src: url("../fonts/GAUTAMIB.eot");
  src: url("../fonts/GAUTAMIB.eot") format("embedded-opentype"), url("../fonts/GAUTAMIB.woff2") format("woff2"), url("../fonts/GAUTAMIB.woff") format("woff"), url("../fonts/GAUTAMIB.ttf") format("truetype"), url("../fonts/GAUTAMIB.svg#GAUTAMIB") format("svg");
}
@font-face {
  font-family: "CALIBRI_0";
  src: url("../fonts/CALIBRI_0.eot");
  src: url("../fonts/CALIBRI_0.eot") format("embedded-opentype"), url("../fonts/CALIBRI_0.woff2") format("woff2"), url("../fonts/CALIBRI_0.woff") format("woff"), url("../fonts/CALIBRI_0.ttf") format("truetype"), url("../fonts/CALIBRI_0.svg#CALIBRI_0") format("svg");
}
@font-face {
  font-family: "CALIBRIB_0";
  src: url("../fonts/CALIBRIB_0.eot");
  src: url("../fonts/CALIBRIB_0.eot") format("embedded-opentype"), url("../fonts/CALIBRIB_0.woff2") format("woff2"), url("../fonts/CALIBRIB_0.woff") format("woff"), url("../fonts/CALIBRIB_0.ttf") format("truetype"), url("../fonts/CALIBRIB_0.svg#CALIBRIB_0") format("svg");
}
@font-face {
  font-family: "bouquetuploaded_file";
  src: url("../fonts/bouquet-webfont.woff2") format("woff2"), url("../fonts/bouquet-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/********/
html {
  overflow: auto;
  font-size: 1rem;
}

body {
  font-size: 15px;
  color: #666666;
  font-weight: normal;
  line-height: normal;
  background: #fff;
  overflow-x: hidden;
  /*font-family: 'GAUTAMI_0';*/
  font-family: "Open Sans", sans-serif;
}

a {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #3065b5;
}

a:hover {
  color: #3065b5;
  text-decoration: none;
}

a:focus {
  outline: 0;
  /* color: #fff; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0 0 10px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  color: #3065b5;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  color: #3065b5;
}

h4 {
  font-size: 28px;
  color: #3065b5;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  color: #3065b5;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  color: #3065b5;
  font-weight: 500;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #494949;
  opacity: 1;
}

:-moz-placeholder {
  color: #494949;
  opacity: 1;
}

::-moz-placeholder {
  color: #494949;
  opacity: 1;
}

input {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

p {
  margin-bottom: 10px;
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  /*font-family: 'GAUTAMI_0';*/
  font-family: "Open Sans", sans-serif;
}

.alignLeft,
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignRight,
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/***************/
.header {
  width: 100%;
  background: white;
  /*padding: 45px 0 0px;*/
  padding: 15px 0 0px;
}

.header .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  display: table;
  width: 100%;
}

.hdr_fix {
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.9s;
  background: #3065b5;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
/*.float-panel {
    width:100%;
    z-index:300;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s; 
}
.fixed {
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
	animation:slide-down 0.7s;
	opacity:1;
	background:rgba(0,0,0,0.9);
}*/
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
/* ----------------end For sticky header  ------------------*/
.hdr_top {
  /*padding: 0 0 65px;*/
  padding: 0 0 15px;
  text-align: right;
}

.social {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.social li {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

.social li a .fa {
  color: #b3b3b3;
  font-size: 34px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.social li a:hover .fa-facebook-square {
  color: #3b5998;
}

.social li a:hover .fa-twitter-square {
  color: #55acee;
}

.social li a:hover .fa-pinterest-square {
  color: #bd081c;
}

.social li a:hover .fa-vimeo-square {
  color: #45bbff;
}

/**********/
.logo {
  float: left;
  /*width: 447px;*/
  width: 350px;
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  /*margin-bottom: 30px;*/
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}

.logo img {
  width: 100%;
  height: auto;
}

.hdr_rht {
  float: right;
  /*padding: 20px 0 0px;*/
  padding: 10px 0 0px;
  text-align: right;
}

.navbar-header {
  display: table-cell;
  float: none;
  text-align: right;
  vertical-align: middle;
}

.navbar-collapse {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 0;
}

.top_nav ul {
  padding: 0;
  margin: 0;
}

.top_nav ul li {
  display: inline-block;
  margin-right: 24px;
  line-height: 1;
}

.top_nav ul li:last-child {
  margin-right: 0;
}

.top_nav ul li a {
  display: inline-block;
  color: #808080;
  /* font-size: 22px; */
  font-size: 18px;
  padding: 0px;
  /* font-family: 'GAUTAMI_0'; */
  font-family: "Open Sans", sans-serif;
}

.top_nav ul li.active a,
.top_nav ul li.current-menu-item a,
.top_nav ul li:hover a {
  color: #4790d7;
  text-decoration: none;
}

.top_nav ul li:focus a {
  color: #4790d7;
}

/*.hdr_fix .top_nav ul li.active a, .hdr_fix .top_nav ul li.current-menu-item a, .hdr_fix .top_nav ul li:hover a {
	color: #0392ce;
}*/
.top_nav {
  position: relative;
  padding-bottom: 25px;
}

.dropdown {
  position: static;
}

ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 565px;
  padding: 5px 0;
  margin: 0;
  font-size: 20px;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 0;
  border-top: 7px solid #7eb3e2;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 0;
  margin: auto;
  /*padding: 30px 60px;*/
  padding: 18px 38px;
}

ul.dropdown-menu:after {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  width: 100%;
  height: 30px;
  background: transparent;
}

ul.dropdown-menu li {
  width: 50%;
  float: left;
  margin-right: 0;
  margin-bottom: 5px;
}

ul.dropdown-menu li a {
  display: inline-block;
  color: #808080 !important;
  /*color: #3B3B3B!important;*/
  /* font-size: 22px;
      padding-bottom: 2px; */
  font-size: 17px;
  padding-bottom: 6px;
  position: relative;
}

ul.dropdown-menu li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #808080;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s;
}

ul.dropdown-menu li a:hover:after {
  width: 100%;
  background: #7eb3e2;
}

ul.dropdown-menu li:hover a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  background: none;
}

ul.dropdown-menu li a img {
  padding-left: 15px;
}

/*****************/
.banner_container {
  position: relative;
  width: 100%;
}

.ban_cont {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
  width: 100%;
  top: 60%;
  transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
}

.ban_cont h1 {
  font-family: "bouquetuploaded_file";
  /*font-size: 90px;*/
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  /*line-height: 62px;*/
  line-height: 55px;
}

.caption .sub {
  font-family: "bouquetuploaded_file";
  /*font-size: 38px;*/
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 7px;
}

.caption .sub.fa {
  font-size: 42px;
}

.inr_banner .ban_cont h1 {
  font-size: 60px;
  line-height: 50px;
}

/*******************/
/*********************************/
.main_body {
  background: url(../images/bodybg.jpg) no-repeat 0 0;
  background-size: 100% auto;
  padding-bottom: 40px;
  border-top: 17px solid #4790d7;
}

.main_cont_box {
  background: #fff;
  border-top: 9px solid #3d7cb9;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  /*margin-bottom: 80px;*/
  margin-bottom: 45px;
  margin-top: -70px;
  position: relative;
}

.main_cont_box.et_pb_row_fullwidth {
  width: 100% !important;
  max-width: none !important;
}

.welcome_cont {
  /*padding: 70px 100px 50px;*/
  padding: 45px 75px 50px;
}

.welcome_cont h2 {
  color: #4790d7 !important;
  font-size: 50px;
  font-family: "GAUTAMIB";
  margin-bottom: 10px;
  line-height: 60px;
}

.welcome_cont p {
  color: #808080;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
}

.welcome_cont p strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #4790d7;
  line-height: 18px;
}

.icons_tbl {
  display: table;
  width: 100%;
}

.icon_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  /*height: 225px;*/
  height: 195px;
}

.cell1 {
  background: #7aa6d8;
}

.cell2 {
  background: #6b9dd4;
}

.cell3 {
  background: #5b96d0;
}

.cell4 {
  background: #4c90cd;
}

.icon_cell .icon {
  display: table;
  height: 84px;
  width: 100%;
}

.icon_cell .icon i {
  display: table-cell;
  vertical-align: bottom;
}

.icon_cell span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 15px;
}

/**********/
.news_event_sec {
  /*margin-bottom: 75px;*/
  margin-bottom: 45px;
  text-align: center;
}

.comn_hdng h3 {
  color: #4c8fcc;
  /*font-size: 32px;*/
  font-size: 28px;
  /*margin-bottom: 30px;*/
  margin-bottom: 20px;
  font-family: "bouquetuploaded_file";
  text-transform: uppercase;
}

.news_box {
  border: 1px solid #b3b3b3;
  background: #fff;
  display: block;
  margin-bottom: 20px;
}

.news_box_pic {
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3;
}

.news_box_pic img {
  width: 100%;
  max-height: 146px;
  min-height: 146px;
}

.news_cont {
  padding: 24px 30px;
  text-align: left;
}

.news_cont p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #808080;
  font-size: 19px;
  margin-bottom: 15px;
}

.news_cont p strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #4790d7;
}

.more {
  display: inline-block;
  color: #4790d7;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.news_box:hover .news_box_pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/*************/
.form_box {
  background: #6a9cd3;
  padding: 45px 30px;
  position: relative;
  overflow: hidden;
}

.form_hdr {
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "CALIBRIB_0";
}

.form_hdr p {
  color: #fff;
  font-size: 17px;
  font-family: "CALIBRI_0";
  text-transform: none;
  line-height: 18px;
  padding-top: 8px;
}

.form_box form {
  position: relative;
  z-index: 1;
}

.form_box form input {
  width: 100%;
  height: 31px;
  background: #fff;
  padding: 0 0px 0 10px;
  color: #999999;
  font-size: 14px;
  border: 0;
  outline: 0;
  box-shadow: none;
  margin-bottom: 12px;
}

.form_box form input[type=submit] {
  width: 100%;
  height: 32px;
  background: #3d7eb6 url(../images/btn_icon.png) no-repeat 95% center;
  padding: 0 0px 0 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-align: left;
  margin-bottom: 16px;
}

.form_box form input[type=submit]:hover {
  background: #3d7eb6 url(../images/btn_icon.png) no-repeat 92% center;
  color: #fff;
}

/******************/
.online_service_sec {
  text-align: center;
}

.online_inr {
  padding: 0 8%;
}
.online_inr .row{
    margin: 0 -5px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.online_inr .row [class*="col-lg-1"]{
    display: none;
}
.online_inr .row [class*="col-"]{
    padding: 0 5px;
}

.online_icon_box span {
  display: block;
  padding-top: 20px;
  color: #4790d7;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.online_icon_box:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/************/
.story_sec {
  display: table;
  width: 100%;
}

.story_cell {
  position: relative;
  display: table-cell;
}

.lft {
  width: 42.33%;
}

.rht {
  width: 57.67%;
}

.story_cell img {
  width: 100%;
}

.lft:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(102, 102, 102, 0.5);
}

.rht:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(140, 140, 140, 0.5);
}

.story_cell_cont {
  position: absolute;
  left: 45px;
  bottom: 70px;
  width: 100%;
  z-index: 1;
}

.story_cell_cont h2 {
  font-family: "bouquetuploaded_file";
  /*font-size: 100px;*/
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  line-height: 62px;
}

.story_cell_cont h4 {
  font-family: "bouquetuploaded_file";
  /*font-size: 40px;*/
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 7px;
}

.story_cell_cont h4 a {
  color: #fff;
}

.story_cell_cont h4 .fa {
  font-size: 45px;
}

/*footer********************************************************************************/
footer {
  background: #4c90cd url(../images/ftrbg.png) no-repeat 95% 0/auto 100%;
  position: relative;
  /*padding: 115px 0;*/
  padding: 65px 0;
}

.ftr_top {
  padding: 50px 0 25px;
}

.ftr_cont h4 {
  color: #fff;
  font-size: 20px;
  /* margin:0px; */
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.ftr_cont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ftr_cont ul li {
  margin-bottom: 0px;
}

.ftr_cont ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.ftr_cont ul li:hover a,
.ftr_cont ul li.active a,
.ftr_cont ul li.current-page-item a {
  color: #fff;
}

.ftr_cont p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 5px;
}

.ftr_cont a {
  color: #fff;
  font-size: 16px;
  margin: 0px;
}

.last {
  text-align: center;
}

.ftrlogo {
  display: inline-block;
}

.ftr_cont .social {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}

.ftr_cont .social li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.ftr_cont .social li a .fa {
  color: #fff;
}

.ftr_cont .social li a:hover .fa-facebook-square {
  color: #3b5998;
}

.ftr_cont .social li a:hover .fa-twitter-square {
  color: #55acee;
}

.ftr_cont .social li a:hover .fa-pinterest-square {
  color: #bd081c;
}

.ftr_cont .social li a:hover .fa-vimeo-square {
  color: #45bbff;
}

/***/
/*************/
.inr_banner {
  position: relative;
}

.inr_banner img {
  width: 100%;
  height: auto;
}

.innr_page_cont {
  /*padding: 60px 30px;*/
  padding: 40px 30px;
}

.innr_page_cont .col-lg-3 {
  float: right;
}

.innr_page_cont .col-lg-9 {
  float: left;
}

.innr_cont {
  border-right: 1px solid #b3b3b3;
  padding-right: 25px;
}

.innr_cont.full-width {
  border: none;
  padding: 0;
}

.alignleft {
  float: left;
  margin: 0 25px 10px 0;
}

.innr_cont p {
  margin-bottom: 20px;
  color: #808080;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.innr_cont h3 {
  margin-bottom: 5px;
  color: #4790d7;
  /*font-size: 44px;*/
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 55px;
}

.side_menu {
  padding-top: 45px;
}

.side_menu h5 {
  color: #636262;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /* margin-bottom: 0; */
}

.side_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.side_menu ul li {
  margin-bottom: 5px;
}

.side_menu ul li a {
  display: inline-block;
  color: #636262;
  font-size: 16px;
  text-transform: uppercase;
}

.side_menu ul li:hover a,
.side_menu ul li.current_page_item a {
  color: #4790d7;
}

/**********/
.side_menu.contact .textwidget iframe {
  margin-top: 20px;
}

.designlab {
  color: #fff;
  font-size: 18px;
  padding: 30px 0 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.designlab a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  /*color: #1c2b17!important;*/
  color: #fff !important;
}

.designlab a:hover {
  color: #0b0135 !important;
}

.et_pb_contactform_validate_field {
  display: none;
}

/*
 * How can we help
 */
.et_pb_contact_form {
  max-width: 544px;
}

.et_pb_contact_form input,
.et_pb_contact_form textarea,
.et_pb_contact_form select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 42px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.et_pb_contact_form .et_pb_contactform_validate_field {
  display: none;
}

.et_pb_contact_form textarea {
  height: 100px;
  resize: vertical;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.et_pb_contact_form label {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.et_pb_contact_submit {
  width: 120px;
  height: 32px;
  background: #3d7eb6 url(../images/btn_icon.png) no-repeat 95% center;
  padding: 0 60px 0 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-align: right;
  margin-bottom: 16px;
  float: right;
  transition: all 0.14s ease-in-out;
}

.et_pb_contact_submit:hover {
  background: #3d7eb6 url(../images/btn_icon.png) no-repeat 97% center;
}

@media screen and (min-width: 640px) {
  .et_pb_contact_form .et_pb_contact_field {
    overflow: hidden;
  }
  .et_pb_contact_form label,
.et_pb_contact_form .et_pb_contact_captcha_question {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
    padding-top: 13px;
  }
  .et_pb_contact_form input,
.et_pb_contact_form textarea,
.et_pb_contact_form select {
    float: left;
    width: 60%;
  }
  /* et_contact_bottom_container */
  .et_contact_bottom_container p {
    font-size: 0;
  }
  .et_pb_contact_captcha_question {
    font-size: 16px;
  }
  .et_pb_contact_captcha_question:after {
    content: " =";
    display: inline;
  }
}
/* Search-form */
.Mill-form-src {
  position: relative;
}

.Mill-form-src input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  padding-right: 72px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 42px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.Mill-form-src input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background: #3d7cb9 url(../images/search_02.png) no-repeat center center;
  background-size: content;
  z-index: 1;
  width: 60px;
  padding: 0;
}

.innr_cont ul li {
  color: #808080;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

/******5/4/17***************/
.innr_cont table {
  border: 1px solid #ccc;
  border-top: 0;
}

.innr_cont table th {
  background: #4790d7;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 16px;
}

.innr_cont table th:last-child {
  border-right: 1px solid #4790d7;
}

.innr_cont table td {
  background: #eee;
}

.innr_cont table tr:nth-child(2n) td {
  background: #fff;
}

.ftr_cont ul li {
  margin-bottom: 5px;
}

.innr_cont ul.simcal-events li {
  font-size: 0.925rem;
  line-height: 1.4;
  color: #555;
}

.innr_cont table.simcal-calendar-grid td {
  background: transparent;
}

.innr_cont table.simcal-calendar-grid tbody td {
  border: 1px solid #ddd;
}

.simcal-event-bubble .simcal-event-details .simcal-event-description,
.simcal-event-bubble .simcal-event-details p {
  font-size: 0.925rem;
  line-height: 1.4;
  color: #555;
}

.simcal-event-bubble .simcal-event-details p {
  padding-bottom: 0;
}

/*-----------Biswajit/26/06/2021------------*/
/*-----------------Owl nav-------------*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff !important;
  width: 54px;
  height: 54px;
  border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #76b443;
}

.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-] span {
  display: block;
  font-size: 0 !important;
}

.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  background: url(../images/icon/right-arrow.svg) no-repeat center;
  width: 28px;
  height: 28px;
  background-size: 100% 100% !important;
  margin: 0 auto;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.owl-carousel .owl-nav button.owl-prev span {
  background: url(../images/icon/left-arrow.svg) no-repeat center;
}

/*-----------------scrollTab_sec-------------*/
.scrollTab_sec {
  padding-right: 50px;
}

/*
.scrollTab_sec h3{
    color: #ea0000;
}
*/
.scrollTab_sec p strong {
  font-weight: 600;
}

.scrollTab_sec h5 {
  font-weight: 700;
  color: #808080;
  margin-bottom: 20px;
}

/*------------count_sec----------*/
.count_sec {
  padding: 60px 0;
}

.count_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.count_sec ul li {
  width: 25%;
  color: #5489e5;
}

.count_sec ul li .counter {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  height: 100%;
}

.counter p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #5489e5;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.counter-value,
.counter span {
  margin-top: auto;
}

/*--------------scrollTab_wrap--------*/
.scrollTab {
  overflow: hidden;
}

.scrollTab ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 40px;
}

.scrollTab ul li {
  width: auto;
  margin-bottom: 0;
}

.scrollTab ul li a {
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 12px 20px;
  border: 1px solid #cfcfcf;
  border-right: none;
  display: block;
  text-align: center;
}

.scrollTab ul li:last-child a {
  border-right: 1px solid #cfcfcf;
}

.scrollTab ul li a:hover,
.scrollTab ul li a.active {
  color: #fff;
  background: #458cd1;
  border-color: #458cd1;
}

/*--------------common_txt--------*/
.common_txt {
  padding-bottom: 60px;
}

#adventure .common_txt {
  padding-bottom: 0;
}

.common_txt h5 {
  color: #458bd0;
}

.common_txt p strong {
  font-weight: 700;
}

.d-block {
  display: block;
}

.common_txt ul li {
  position: relative;
  padding: 0 0 20px 15px;
  margin-bottom: 0;
}

.common_txt ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #458bd0;
}

.headLine_wrap {
  padding-top: 20px;
}

.headLines_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 22%;
  margin: 35px 0 30px;
}

.cmn_img {
  margin-top: 50px;
}

.cmn_img img {
  width: 100%;
}

.margin_bottom {
  margin-bottom: 30px;
}

.circle_Img {
  width: 405px;
  margin: 50px auto 0;
}

.adventure_wrap {
  padding-top: 30px;
}

.adventure_item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70%;
}

/*--------------quote_wrap--------*/
.quote_wrap p {
  color: #458bd0;
  position: relative;
  padding-left: 45px;
}

.quote_wrap p::before,
.quote_wrap p::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: url(../images/icon/quote.svg) no-repeat center;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
}

.quote_wrap p::after {
  top: auto;
  left: auto;
  right: auto;
  bottom: -15px;
  transform: rotate(180deg);
}

.quote_wrap {
  padding-top: 25px;
  width: 80%;
  margin: 0 auto;
}

.quote_wrap p span {
  margin-right: 15px;
}

.quote_wrap em {
  color: #458bd0;
  display: block;
  text-align: center;
  font-style: normal;
}

.quote_wrap em strong {
  position: relative;
  padding-left: 12px;
}

.quote_wrap em strong::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #458bd0;
}

/*--------------table_wrap--------*/
.table_wrap {
  padding-bottom: 40px;
}

.table_wrap > p {
  text-align: center;
}

.goals_sec p .d-block {
  margin-bottom: 15px;
}

.table_wrap table th {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 32px 14px 14px !important;
}

.table_wrap .table > thead > tr > th {
  vertical-align: top;
}

.table_wrap .table tbody td span {
  display: block;
  width: 200px;
}

.table_wrap table td {
  font-size: 16px;
  line-height: 24px !important;
  background: #fff;
  padding: 12px 15px !important;
}

.table_sec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  margin: 9px auto;
}

.table_sec .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 30px;
}

.table_sec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dedede;
}

.table_sec .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #dedede;
}

.table_sec .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 0;
}

.table_sec .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 18px;
}

.table_sec .table {
  margin-bottom: 12px;
}

.table_sec {
  border: 1px solid #ddd;
}

/* Accordion */
.accordion .icon.d-none {
  display: none !important;
}

.accordion .textSection {
  color: #585858;
}

.accordion .textSection > *:last-child {
  margin-bottom: 0;
}

.accordion .textSection p {
  color: #585858;
  font-size: 17px;
  line-height: 1.4;
}

.accordion .group {
  border: 1px solid #cfcfcf;
}

.accordion .group + .group {
  margin-top: 12px;
}

.accordion .group.open .accordion_content {
  display: block;
}

.accordion .heading {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 16px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #eaeaea;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion .heading:hover {
  background: #4790d7;
}

.accordion .heading:hover .angleRight svg {
  fill: #fff;
}

.accordion .heading.active {
  background: #4790d7;
}

.accordion .heading:hover strong {
  color: #fff;
}

.accordion .heading:hover strong .angleRight svg {
  fill: #fff;
}

.accordion .heading.active strong {
  color: #fff;
  cursor: default;
}

.accordion .heading.active strong .angleRight svg {
  fill: #fff;
}

.accordion .heading.active .angleRight svg {
  transform: rotate(90deg);
  fill: #fff;
}

.accordion .heading.active .plusIcon i:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion .heading strong {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #4d4d4d;
  text-transform: uppercase;
  display: block;
  flex-grow: 1;
  width: 70%;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion .heading .angleRight {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.accordion .heading .angleRight svg {
  width: 18px;
  height: 18px;
  fill: #4d4d4d;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion_content {
  padding: 15px 16px 22px;
  display: none;
}

.accordion_content .textSection + .accordion {
  margin-top: 20px;
}

.modal-backdrop.in {
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.modal-backdrop {
  background-color: #04192d;
}

.ctct-popup-overlay {
  background-color: rgba(4, 25, 45, 0.65) !important;
}

.btn-bordered {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.btn-bordered:hover,
.btn-bordered:focus {
  background: #fff;
  color: #4790d7;
}

.ctct-popup-content div.ctct-form-defaults,
.ctct-popup-content div.ctct-form-defaults p.ctct-form-text {
  font-family: "Open Sans", sans-serif !important;
}

.ctct-popup-content div.ctct-form-defaults {
  border-radius: 0 !important;
  padding: 30px 20px !important;
  color: #666666 !important;
}

.form_0 .ctct-popup-content,
.ctct-form-popup.form_0 .ctct-form-defaults {
  background-color: #fff !important;
}

.ctct-popup-content div.ctct-form-popup form.ctct-form-custom label.ctct-form-label {
  display: inline-block !important;
}

.ctct-popup-content div.ctct-form-popup form.ctct-form-custom .ctct-form-required::before {
  top: -8px !important;
  left: auto !important;
  right: -14px !important;
  font-size: 1.2em !important;
  font-family: "Open Sans", sans-serif !important;
}

.ctct-popup-content div.ctct-form-popup form.ctct-form-custom input.ctct-form-element {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: inherit !important;
  font-family: "Open Sans", sans-serif !important;
}

.ctct-popup-content div.ctct-form-defaults h2.ctct-form-header {
  color: #4790d7 !important;
  font-family: "GAUTAMIB" !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.ctct-popup-content div.ctct-form-popup form.ctct-form-custom input.ctct-form-element:focus {
  border-color: #5dacd6 !important;
  outline: none !important;
}

.ctct-popup-content .ctct-form-popup.form_0 .ctct-form-custom .ctct-form-button {
  font-weight: bold !important;
  border-radius: 0 !important;
  background-color: #4490d7 !important;
  border: 1px solid #4490d7 !important;
  padding: 14px 16px !important;
  line-height: 1.2 !important;
}

.ctct-popup-content .ctct-form-popup.form_0 .ctct-form-custom .ctct-form-button:hover,
.ctct-popup-content .ctct-form-popup.form_0 .ctct-form-custom .ctct-form-button:focus {
  background-color: #1b6bb2 !important;
  border-color: #1b6bb2 !important;
}

.ctct-popup-inner {
  min-width: 300px !important;
  max-width: 650px !important;
}

.btn {
  font-size: 15px;
  border-radius: 0;
  padding: 9px 24px;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 2px;
}
.btn.btn-lg {
  font-size: 17px;
  padding: 12px 30px;
}

.btn-primary {
  background-color: #1b6bb2;
  border-color: #1b6bb2;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #1b6bb2;
  color: #1b6bb2;
  background-color: transparent;
}

.mt-20 {
  margin-top: 20px;
}

.mt-35 {
  margin-top: 35px;
}

.simcal-calendar {
  margin-top: 15px;
}

.btn {
  white-space: initial;
}

/*# sourceMappingURL=custom.css.map */
