/************** common variables *******************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700,900");
body {
  overflow-x: hidden;
}

html, body, ul, ul li {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ul li {
  list-style: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 60px;
  margin: 0px 0px 30px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

p {
  padding: 0px;
  margin-bottom: 20px;
}

/****************** header css *******************/
.disflex-row, .header-top .socialicons, footer ul, .requestquote .quoteform, .requestquote .quoteform ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.disflex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hedermain {
  background: #293188;
  width: 100%;
  display: block;
}

.headerbox {
  height: 45px;
  background: #293188;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  font-weight: normal;
}

.headerbox ul li {
  line-height: 44px;
  margin-left: 20px;
}

.headerbox ul li a {
  color: #fff;
}

header {
  position: relative;
  top: 0px;
  width: 100%;
  display: block;
  z-index: 9;
}

.header-top {
  padding: 22px 0px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-top .socialicons a {
  width: 36px;
  height: 34px;
  font-size: 18px;
  padding: 8px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 5px;
}

.header-top .socialicons a i {
  color: #fff;
}

.header-top a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -3px;
}

.header-top .socialicons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  color: #e41113;
  line-height: 30px;
}

.header-top .socialicons a.facebook {
  background: #3b5998;
}

.header-top .socialicons a.facebook:hover {
  background: #294681;
}

.header-top .socialicons a.twitter {
  background: #0073b6;
}

.header-top .socialicons a.twitter:hover {
  background: #02679b;
}

.header-top .socialicons a.linkdin {
  background: #55acee;
}

.header-top .socialicons a.linkdin:hover {
  background: #4499d9;
}

.header-top .logo a {
  width: auto !important;
  height: auto !important;
}

.headerrbox {
  background: #e41113;
}

.headeright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quickcontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

.quickcontact a {
  color: #343434;
  padding: 8px 10px;
  font-size: 15px;
  margin-left: 15px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #333333;
}

.quickcontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.emaillink {
  background: url(../images/icon_ftremail.png) no-repeat left center;
  padding-left: 40px !important;
}

.phonelink {
  background: url(../images/icon_ftrcall.png) no-repeat left center;
  padding-left: 30px !important;
}

/*************** home banner ***********************/
.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-dots li button {
  background: #ccc;
  border-radius: 10px;
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button {
  background: #07407f;
}

.slick-dots li {
  margin: 0px !important;
}

/********************** footer area ***************************/
footer {
  background: #293188;
  padding: 45px 0px 5px;
}

footer h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 25px;
}

footer ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
}

footer ul li a {
  font-size: 18px;
  color: #fff;
  padding: 5px 0px;
}

footer ul li a:hover {
  color: #ed1d25;
}

footer ul li a.active {
  color: #ed1d25;
}

footer p {
  padding-left: 50px;
  color: #fff;
}

footer p.address {
  background: url(../images/icon_ftrlocation.png) no-repeat left 8px;
}

footer p.email {
  background: url(../images/icon_ftremail.png) no-repeat left 6px;
}

footer p.phonebox {
  background: url(../images/icon_ftrcall.png) no-repeat left 2px;
  min-height: 50px;
}

footer .copyrightbox {
  border-top: 1px solid #282828;
  color: #fff;
  padding-top: 20px;
  margin-top: 15px;
}

footer .copyrightbox p {
  font-size: 18px;
  padding-left: 0px;
}

.socialslinks {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.socialslinks a {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
}

a.facebook {
  color: #005e94;
}

a.twitter {
  color: #00a8ff;
}

a.linkdin {
  color: #1267c6;
}

/************************ inner banner **********************/
.innerbanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.innrbanner img {
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-box {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  border: 2px sold #000;
  position: absolute;
  top: 55%;
  left: 17%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

.banner-box h3 {
  font-size: 50px;
}

.contact-banner h3 {
  color: #fff;
}

/*************** inner content css ********************/
.clear {
  clear: both;
}

/*********************** select2 css *********************************/
.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border-color: #ced4da;
  height: 50px;
  padding-left: 5px;
}

.select2.select2-container {
  width: 100% !important;
  font-size: 16px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
}

.navbar-brand {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 15px 34px;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-item.active a {
  background: #e41113;
}

.navbar {
  padding: 0px;
  margin-top: 19px;
}

.bannerform {
  width: 380px;
  min-height: 350px;
  padding: 30px;
  background: #da1319 url(../images/img_canadaleaf.jpg) no-repeat right top;
  position: absolute;
  top: 13%;
  right: 9%;
}

.bannerform ul li {
  list-style-type: none;
  margin-bottom: 4px;
}

.bannerform h3 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.bannerform .form-control {
  border-radius: 0px;
  background: #eb6064;
  border: 0px;
  height: 45px;
  color: #fff !important;
}

.form-controlbtnsubmit {
  background: #003972;
  color: #fff;
  width: 100%;
  border: 0px;
  padding: 10px 0px;
  margin-top: 10px;
  cursor: pointer;
}

.form-controlbtnsubmit:hover {
  background: #03468a;
}

.navbar-dark .navbar-nav .nav-item.active ul.dropdown-menu a {
  background: none;
}

.navbar-dark .navbar-nav .nav-item ul.dropdown-menu {
  display: none;
  top: 53px;
  border-radius: 0px;
  background: #003972;
}

.navbar-dark .navbar-nav .nav-item ul.dropdown-menu a.dropdown-item {
  color: #333333;
  padding: 10px;
}

.navbar-dark .navbar-nav .nav-item ul.dropdown-menu a.dropdown-item:hover {
  background: #00468c;
}

.navbar-dark .navbar-nav .nav-item:hover ul.dropdown-menu {
  display: block;
}

.row.wid100 {
  width: 100%;
}

.bannerform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.bannerform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.bannerform :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.bannerform :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/************** Home page css **********************/
.teaserbox {
  width: 100%;
  min-height: 200px;
  background: #003972;
}

.bannerarea {
  max-height: 678px;
  overflow: hidden;
}

.welcomebox {
  background: #f2f2f2;
  color: #333;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 10px;
}

.welcomebox h1 {
  font-size: 50px;
  color: #333;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 300;
}

.welcomebox ul li {
  background: url(../images/cnt_dot.png) no-repeat left 8px;
  padding-left: 23px;
  margin-bottom: 5px;
}

.homecnt .welcomebox {
  background: url(../images/img_servicesback.jpg) no-repeat center top;
  color: #333;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 10px;
}

.homecnt .welcomebox h1 {
  color: #fff;
}

.teaserbox {
  padding: 50px 0px 0px;
}

.teaserbox .teaderhead {
  background: #da1319;
  padding: 20px 40px;
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  margin-right: -5px;
}

.teaserbox .teaderhead span {
  font-size: 45px;
}

.teaserbox .teaseercnt {
  padding: 40px;
  font-size: 25px;
  color: #fff;
}

.teaserbox .teaseercnt ul li {
  background: url(../images/icon_whitedot.jpg) no-repeat left 8px;
  padding-left: 25px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  font-weight: normal;
}

.contactteaser {
  background: #da1319;
  padding-bottom: 80px !important;
}

.contactteaser .teaderhead {
  margin-right: 0px;
  font-size: 40px;
}

.contactteaser p {
  font-size: 18px;
  font-weight: normal;
  padding-left: 40px;
}

.contactteaser .teaseercnt {
  padding-top: 0px;
}

.contactteaser p.address {
  background: url(../images/icon_ftrlocation.png) no-repeat left 5px;
}

.contactteaser p.email {
  background: url(../images/icon_ftremail.png) no-repeat left 5px;
  word-break: break-all;
}

.contactteaser p.phone {
  background: url(../images/icon_ftrcall.png) no-repeat left 5px;
  min-height: 42px;
}

.contactteaser p a {
  color: #fff;
}

.servicesbox {
  background: #f6f7f9;
  background-size: cover;
  min-height: 400px;
  padding: 80px 0px;
}

.servicesbox h1 {
  color: #333333;
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.services-ttl {
  color: #293188;
  -webkit-box-shadow: 0px 3px 14px #e6e6e6;
          box-shadow: 0px 3px 14px #e6e6e6;
  margin-bottom: 30px !important;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  min-height: 260px;
  width: 260px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-ttl a {
  color: #343434;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-ttl:hover {
  background: #ed1d25;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

.services-ttl h4 {
  font-size: 50px;
  color: #ed1d25;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 40px;
}

.services-ttl h4:hover {
  color: #fff;
}

.services-ttl:hover h4 {
  color: #fff !important;
}

.services-ttl img {
  margin-bottom: 15px;
}

.successbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.successbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.successbox ul li {
  margin: 0px 15px;
}

.requestquote {
  background: #fff url(../images/img_newsletterback.jpg) no-repeat right top;
  padding: 70px 0px 75px;
  background-size: content;
}

.requestquote h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  color: #ed1d25;
  font-weight: 300;
}

.requestquote p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.requestquote .quoteform {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.requestquote .quoteform li, .requestquote .quoteform ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0px 10px;
}

.requestquote .quoteform li .form-control, .requestquote .quoteform ul li .form-control {
  background: #eaeaea;
  height: 70px;
  border: 1px solid #d3d3d3;
  width: 100%;
}

.requestquote .quoteform li .form-control, .requestquote .quoteform li .btn, .requestquote .quoteform ul li .form-control, .requestquote .quoteform ul li .btn {
  border-radius: 0px;
}

.requestquote .quoteform li .btn-primary, .requestquote .quoteform ul li .btn-primary {
  background: #ed1d25;
  color: #fff;
  padding: 10px 55px;
  border: 1px solid #ed1d25;
  width: 250px;
}

.quoteform ul li:first-child {
  width: 80%;
}

.quoteform form {
  width: 80%;
}

.newsletterbox {
  position: absolute;
  left: 30px;
  top: 30px;
}

.newsletterbox h5 {
  font-size: 20px;
  color: #afafaf;
}

.newsletterbox .form-control {
  background: #2d2d2d;
  border-radius: 0px;
  border: 0px;
  float: left;
  width: 220px;
  height: 40px;
}

.newsletterbox .btnnewsletter {
  background: #ffa406;
  color: #fff;
  font-size: 15px;
  border: 0px;
  padding: 8px 20px;
}

.newsletterbox .btnnewsletter:hover {
  background: #ed9804;
}

/***************** contact us page *****************/
.contactteaser h1 {
  color: #fff;
  padding-top: 0px;
  margin-top: 40px;
}

.btnregister {
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  display: block;
  background: #da1319;
  border-radius: 15px;
}

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

.contactteaser .socialslinks {
  margin-top: 0px !important;
  text-align: left;
}

.contactteaser .socialslinks a {
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feedbackform {
  padding-right: 80px;
}

.feedbackform ul li {
  background: none;
  padding-left: 0px;
}

.feedbackform ul li .form-control {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  padding: 20px;
}

.feedbackform .btn.btnblue {
  border-radius: 0px;
  background: #e41113;
  margin-top: 10px !important;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
  width: 100%;
}

.feedbackform .btn.btnblue:hover {
  background: #293188;
}

.contactteaser .socialslinks a.facebook:hover {
  background: #005e94;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contactteaser .socialslinks a.twitter:hover {
  background: #00a8ff;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contactteaser .socialslinks a.linkdin:hover {
  background: #1267c6;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bannerarea.innerbanner img {
  max-width: 100%;
}

.bannerarea.innerbanner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bannerarea.innerbanner h3 {
  position: absolute;
  width: 100%;
  text-shadow: 0px 2px 2px #333;
  font-size: 50px;
  color: #fff;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.martop40 {
  padding-top: 60px;
}

.aboutimg {
  max-width: 100%;
}

.marbtm25 {
  margin-bottom: 20px !important;
}

.spliit3, .split2 {
  display: inline-block;
}

.spliit3 li {
  width: 30%;
  float: left;
  margin-right: 15px;
}

.split2 li {
  width: 45%;
  float: left;
  margin-right: 15px;
}

.split4 li {
  width: 22%;
  float: left;
  margin-right: 15px;
}

.clear {
  clear: both;
}

.immigratebox {
  border: 1px solid #e8e6e6;
  background: #f1f0f0;
  padding: 40px;
  height: 100%;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.immigratebox:hover {
  -webkit-box-shadow: 1px 0px 10px #ccc;
          box-shadow: 1px 0px 10px #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.immigratebox h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

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

.minheight600 {
  min-height: 600px;
}

.uppercasebold {
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  margin-bottom: 25px;
}

.martop20 {
  margin-top: 20px !important;
}

h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

#horizontalTab ul.resp-tabs-list li {
  background: none;
  font-size: 18px;
  margin-bottom: 0px;
  background: #f1f0f0;
}

.resp-tab-active {
  background: #fff !important;
}

.resp-tab-content {
  padding: 30px;
}

.resp-tab-content h4 {
  margin-bottom: 20px;
}

.resp-tabs-container ul {
  margin-bottom: 40px;
}

.btnreadmore {
  background: #da1319;
  color: #fff;
  padding: 8px 15px;
  float: right;
}

.evaluationform ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.evaluationform ul li {
  background: none;
  padding-left: 0px;
  width: 48%;
  -webkit-box-flex: 48%;
      -ms-flex: 48%;
          flex: 48%;
  max-width: 48%;
  margin: 10px 1%;
  font-size: 16px;
}

.evaluationform ul li select {
  background: #f5f5f5;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  font-size: 16px;
  color: #6c757d;
  padding: 20px;
}

.evaluationform ul li.fullwidth {
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.evaluationform ul li span {
  font-size: 16px;
  color: #333;
}

.contactlink {
  margin-top: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.insuslider-box {
  background: #fff;
  padding: 20px 30px;
  margin: 0px 10px;
  min-height: 390px;
}

.insuslider-cnt {
  color: #333333;
}

.insuslider-cnt h3 {
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}

.insuslider-cnt ul li {
  background: url(../images/img_graydot.png) no-repeat left 10px;
}

.insuslider-cnt ul li a {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.indurance .slick-next {
  background: url(../images/btn_next.png) no-repeat left top;
  width: 43px;
  height: 44px;
  position: absolute;
  right: 10px;
  left: inherit;
  top: -51px;
}

.indurance .slick-prev {
  background: url(../images/btn_previous.png) no-repeat left top;
  width: 43px;
  height: 44px;
  position: absolute;
  right: 60px;
  left: inherit;
  top: -51px;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

.testimonialsbox {
  background: #ed1d25 url(../images/img_quote.jpg) no-repeat left top;
  padding: 70px 0px;
}

.testimonialsbox h1 {
  font-weight: 300;
  color: #fff;
}

.clientspeak {
  max-width: 1000px;
  margin: 0px auto;
}

.clientspeak p {
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  text-align: center;
}

.logo img {
  max-width: 100%;
}

.callus, .maiilus {
  display: none;
}

footer img {
  max-width: 200px;
}

.servicespage .insuslider-box {
  margin-bottom: 40px !important;
}

.servicespage .insuslider-box .insuslider-img {
  text-align: center;
}

.servicesdetail h1 {
  margin-top: 0px;
}

.leftmenu {
  background: #293188;
  padding: 20px 10px;
}

.leftmenu li {
  border-bottom: 1px solid #e0161d;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

.leftmenu li a {
  padding: 8px 15px !important;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}

.leftmenu li a:hover, .leftmenu li a.active {
  background: #e0161d;
  text-decoration: none;
}

#accordion .card-header {
  padding: 0px !important;
}

#accordion .card-header .btn, #accordion .card-header .btn:hover {
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  background: #e0161d;
  border-radius: 0px;
  text-decoration: none;
}

#accordion .card-header .btn.collapsed {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.card-body {
  border: 1px solid #fa7579;
}

.visibledevice .btn {
  display: none !important;
}

.leftmenu .dropdown-menu {
  display: block;
  min-width: inherit !important;
  border: 0px !important;
  background: none;
  float: none;
  position: relative !important;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.card-body h1 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.card-body h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.card-body ul {
  margin-bottom: 25px;
}

.card-body p, .card-body ul li {
  font-size: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .rightcnt {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 15px 22px;
    font-size: 12px;
  }
  .bannerform {
    top: 6%;
  }
  .services-ttl {
    width: 200px;
    height: 200px;
    min-height: 200px;
  }
  .services-ttl img {
    max-width: 40%;
  }
  .clientspeak {
    max-width: 80%;
  }
  html, body {
    overflow-x: hidden;
  }
  .headerbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .successbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .successbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .successbox ul li {
    margin: 0px 15px;
  }
}

@media screen and (max-width: 825px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 15px 22px;
    font-size: 12px;
  }
  .bannerform {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
  }
  .feedbackform {
    padding-right: 0px;
  }
  footer ul li {
    width: 48%;
  }
  footer ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactteaser {
    margin-top: 40px;
  }
  .bannerform {
    display: none;
  }
  .successbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .successbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .successbox ul li {
    margin: 0px 15px;
  }
  .ftrtop40 {
    margin-top: 40px;
  }
  .hideemail, .phonenumber {
    display: none;
  }
  .callus, .maiilus {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .leftmenu .btn {
    background: #293188;
    width: 100%;
  }
  .leftmenu {
    padding: 0px;
  }
  .visibledevice {
    margin-bottom: 30px;
  }
  .visibledevice .btn {
    display: block !important;
  }
  .leftmenu .dropdown-menu {
    display: none;
  }
  .leftmenu .dropdown-menu.show {
    display: block;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  .navbar-brand {
    display: block;
  }
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-top .logo a {
    width: 100% !important;
    text-align: left;
    display: block;
    margin-bottom: 0px;
  }
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  footer ul li a {
    display: block;
    text-align: center;
  }
  footer h3 {
    text-align: center;
  }
  footer p {
    text-align: center !important;
  }
  footer img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0px auto;
  }
  footer .container ul {
    max-width: 300px;
    margin: 0px auto;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 20px;
    color: #fff;
  }
  .bannerarea.innerbanner h3 {
    font-size: 35px;
  }
  .welcomebox h1 {
    font-size: 35px;
  }
  .evaluationform ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evaluationform ul li {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  footer ul li a {
    font-size: 13px !important;
  }
  .navbar-toggler {
    border-radius: 0px;
    background: #ed1d25;
  }
  .logo img {
    max-width: 150px;
  }
  .logo {
    width: 220px;
    float: left;
  }
  .headeright {
    width: 100%;
    padding: 0px;
  }
  .row.wid100 {
    width: auto !important;
  }
  .navbar-brand {
    display: none !important;
  }
  .navbar {
    margin-top: 0px !important;
  }
  .header-top {
    padding-bottom: 10px;
  }
  .navbar {
    margin-top: 18px !important;
  }
  .navbar-toggler {
    position: absolute;
    right: 20px;
    top: -75px;
  }
  .navbar-collapse {
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .navbar-nav {
    background: #293188;
  }
  footer .socialslinks a {
    line-height: 25px;
  }
  .newsletterbox2 .quoteform ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .newsletterbox2 .quoteform ul li {
    margin-bottom: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .newsletterbox2 .quoteform ul li .btn-primary {
    width: 100%;
  }
  .newsletterbox2 .quoteform form {
    width: 100%;
  }
  .newsletterbox2 .quoteform ul li:first-child {
    width: 100%;
  }
  .visibledevice {
    display: block;
  }
  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #293188;
    border-color: #293188;
  }
}

@media screen and (max-width: 400px) {
  .requestquote .quoteform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .requestquote .quoteform ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .requestquote .quoteform ul li {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .requestquote .quoteform ul li .form-control {
    width: 98%;
  }
  .teaserbox .teaseercnt {
    padding: 20px 15px;
  }
  .contactteaser p a {
    font-size: 15px !important;
  }
}
/*# sourceMappingURL=style.css.map */