/*start css for mlmblog, powered by arrow2web*/
@font-face {
    font-family: Roboto-Bold;
    src: url(../font/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../font/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../font/Roboto-Regular.ttf);
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    color: #333;
    font-family: Roboto-Regular;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 1.7;
}
a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 0px;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
@keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
 @keyframes jump-2 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
/*==============preset css======*/
.pad_t_b_60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pad_l_r_0{
    padding-left: 0px;
    padding-right: 0px;
}
.pad_t_60{
    padding-top: 60px;
}
.pad_t_118{
    padding-top: 118px;
}
.pad_b_60{
    padding-bottom: 60px;
}
.pad_b_20{
    padding-bottom: 20px;
}
.pad_t_b70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pad_t_35{
    padding-top: 35px;
}
.pad_b_35{
    padding-bottom: 35px;
}
.m_0{
    margin: 0;
}
.mar_b60{
    margin-bottom: 70px;
}

.pad_t_83 {
    padding-top: 83px;
    padding-bottom: 24px;
}
.smfont{
    font-size: 28px;
}


.dabtn{
    display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      position: relative;
      overflow: hidden;
      background: transparent;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      font-size: 15px;
      font-family: Roboto-Medium;
    color: #fff;
    padding:10px 20px;
    border: 1px solid #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s; 
    background-color: transparent;
    
}
.dabtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #fff;
}
.dabtn:hover, .dabtn:focus, .dabtn:active {
  color: #222;
  border: 1px solid #fff;
}
.dabtn:hover:before, .dabtn:focus:before, .dabtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-----------------------------------*/

.darkbubtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-size: 16px;
  font-family: Roboto-Medium;
   border: 1px solid #000;
   color: #fff;
    padding:10px 69px;
     background-color: #000;
     text-transform: uppercase;


  
}
.darkbubtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d7d7d7;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #d7d7d7;
}
.darkbubtn:hover, .darkbubtn:focus, .darkbubtn:active {
  color: #000;
  border: 1px solid #d7d7d7;
}
.darkbubtn:hover:before, .darkbubtn:focus:before, .darkbubtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*--------------------*/
.darkrdbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: -1px 3px 6px 3px #ececec;
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #000;
  padding:15px 30px;
  border: 1px solid #f55c4e;
}
.darkrdbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f55c4e;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.darkrdbtn:hover, .darkrdbtn:focus, .darkrdbtn:active {
  color: #fff;
  border: 1px solid #f55c4e;
}
.darkrdbtn:hover:before, .darkrdbtn:focus:before, .darkrdbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*==================topbar*/
.topbar {
     border-bottom: 1px solid #bfbfbf;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topmenu {
    display: flex;
    justify-content: flex-end;
}
.topmenu ul {
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #bfbfbf;
}
.topmenu ul li {
    font-size: 14px;
    font-family: Roboto-Medium;
    padding: 8px 19px;
}
.topmenu ul li a {
    color: #333;
    transition: 0.3s;
}
.topmenu ul li a:hover {
    color: #696d6e;
    transition: 0.3s;
}
.topmenu {
    padding-top: 2px;
}

.lang select {
    outline: none;
    height: 37px;
    border: 0px;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 14px;
    width: 100%;
    padding-left: 11px;
    margin-left: 7px;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*==============end preset css======*/
::placeholder {
  color: #d7d7d7;
  opacity: 1;
  font-family: Roboto-Regular;
}

:-ms-input-placeholder { 
 font-family: Roboto-Regular;   
 color: #d7d7d7;
}

::-ms-input-placeholder {
    font-family: Roboto-Regular;
 color: #d7d7d7;
}
/*================end=================*/
.navbar-nav2 {
    width: 100%;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 20px;
    right: 67px;
    z-index: 1000;
}
.navbar-nav2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
    color: #939699 !important;
    transition: 0.3s !important;
    font-size: 15px !important;
     font-family: Roboto-Medium !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    justify-content: right;
    margin-top: -6px;
}
.navbar {
    padding: .5rem 0rem;
    position: relative;
    z-index: 999;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .active >.nav-link {
    color: #001f5fC !important;
  /*  border-bottom: 1px solid #D60B8C;*/
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #001f5f !important;
  /*border-bottom: 1px solid #D60B8C;*/
}
.nav-link2 {
    color: #fff;
    font-size: 15px;
    /* border: 1px solid #D60B8C; */
    padding: 13px 18px;
    background-color: #001f5f;
    transition: 0.3s;
    border-radius: 5px;
}
.nav-link2:hover {
    color: #fff;
    background-color: #20baf3;
    transition: 0.3s;
/*    border: 1px solid #12a39f;*/
}
.nav-item2 {
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 0;
}
.navbar-brand img {
    width: 68%;
    padding-top: 7px;
    padding-bottom: 9px;
}
/*=============for sticky=========*/
.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: -10px;
    background: #fff;
    height: 88px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 999;
} 

.sticky .navbar-nav2 {
    width: 100%;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 27px;
    right: 70px;
}




 #menu-bar{
            transition: 0.4s;
            border-bottom: 1px solid #eff0f0;
        }

.lm {
    display: none;
}
.tm {
    display: block;
}
.sticky .tm{
  display: none;
}
.sticky .lm {
    display: block;
    padding-top: 7px;
}
.sticky .navbar-nav {
    margin-top: 0px;
}
.navbar-expand-lg .navbar-nav .active >.nav-link {
    color: #D60B8C !important;
    /*border-bottom: 1px solid #D60B8C;*/
}



.sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
    color: #03225b !important;
    transition: 0.3s !important;
    font-size: 15px !important;
    font-family: Roboto-Medium !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}





/*==============end==*/
.partner {
    background-color: #F5F5F5;
}
#banner{
    position: relative;
}
.overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(18,163,159,0.8), rgba(3,34,91,0.6));
    position: absolute;
    z-index: 9;
    top: 0;
}
.carousel-item img {
    width: 100%;
}
.carousel-caption h3 {
    font-size: 50px;
    color: #fff;
    font-family: Roboto-Bold;
    text-align: left;
}
.carousel-caption p {
    font-size: 35px;
    color: #fff;
    font-family: Roboto-Regular;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    bottom: 36px;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 7%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 25%;
}
.offerTitle {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
}
.offerTitle h4{
   font-family: Roboto-Regular;
   font-size: 18px;
   color: #333;
   margin: 0;
  }
.offerTitle a{
   font-family: Roboto-Regular;
   font-size: 18px;
   color: #333;
  }
  .offerContent{
    background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    cursor: pointer;
      transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

  }
  .offerTitle{
     background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

.offerContent:hover .offerTitle {
 cursor: pointer;
 background-color: #d7d7d7;
 border-bottom: 2px solid #000;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.owl-ptnr .owl-nav button {
    margin-left: 5px;
    margin-right: 5px;
}
.owl-ptnr .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.owl-ptnr .owl-dots{
    display: none;

}
.offerPrice h5 {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: Roboto-Light;
}
.offerContent.ts {
    background-color: transparent;
    border:none; 
}

.owl-prftn .owl-dots button {
    width: 14px;
    height: 14px;
    background-color: #ccc !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}
.owl-prftn .owl-nav{
  display: none;
}
.owl-prftn .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.title_hed.gap20 {
    padding-bottom: 30px;
}

.owl-prftn .owl-dots .active  {
    width: 14px;
    height: 14px;
    background-color: #000 !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}








.title_hed h3 {
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 30px;
}

.title_hed {
    position: relative;
}

.smline{
  width: 139px;
  height: 2px;
  background-color: #c3c3c3;
  display: block;
  margin-left: auto;
  margin-right:auto; 
}
.bigine{
  width: 93px;
  height: 2px;
  background-color: #c3c3c3;
  display: block;
  margin-left: auto;
  margin-right:auto;
      margin-top: 15px;
      margin-bottom: 6px;
 
}
.ser_slide p {
    padding-top: 25px;
    margin: 0;
    padding-bottom: 20px;
}


.paralax{
  background:url(../images/plback.jpg) no-repeat center; 
  background-size: cover;
  min-height: 500px;
}

.ptext h2{
  text-transform: uppercase;
  font-family: Roboto-Medium;
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding-top: 233px;
}
.box_xon {
    display: flex;
    justify-content: space-between;
/*    border-bottom: 1px solid #bfbfbf;*/
}
.box_xon p {
    font-size: 25px;
    color: #fff;
    font-family: Roboto-Medium;
}
.img-responsive {
    max-width: 100%;
}
.more {
    display: flex;
    justify-content: space-between;
}

.bgcont h4 {
    font-size: 20px;
    font-family: Roboto-Medium;
    padding-top: 20px;
    margin: 0;
    padding-bottom: 30px;
}
.bgcont {
    padding-left: 15px;
    padding-right: 15px;
}
.more{
  padding-left: 15px;
    padding-right: 15px;
}
.mobilebox {
    background-color: #01b0f1;
    padding-top: 50px;
    padding-bottom: 35px;
}
.blogbox {
    border-bottom: 3px solid #442278;
    background-color: #f1f1f1;
    margin-top: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.more a {
    color: #000;
    font-family: Roboto-Medium;
    font-size: 14px;
    transition: 0.3s;
}
.more a:hover {
    color: #696d6e;
    font-family: Roboto-Medium;
    font-size: 14px;
}

.icobox {
    background-color: #001f5f;
    width: 75px;
    height: 75px;
    margin-left: 14px;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 2.7;
    padding: 7px;
}
.blogbox p {
    font-size: 12px;
}
.hm p {
    font-size: 14px;
}









/*======================end*/
footer {
    background-color: #fff;
    padding-top: 40px;
    border-top: 1px solid #d7d7d7;
}
.hed h3 {
    color: #9f9f9f;
}
.hed h3:before {
    content: "";
    position: absolute;
    width: 91px;
    height: 1px;
    background-color: #9f9f9f;
    left: 0;
    bottom: 7px;
}
.hed  {
   position: relative;
}

.hed h3 {
    color: #442278;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: Roboto-Light;
}
.kl li a {
    color: #333;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.kl li a:hover {
    color: #007bff;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

}
.kl li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 4px;
    padding-top: 8px;
    font-size: 12px;
}
.kl li:last-child {
    display: flex;
    border-bottom: none;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 4px;
}
.ntsx {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
}
.ntsx img {
    width: 47%;
}
.kl {
    margin-top: 5px;
}
.star {
    width: 12px;
    filter: invert(38%) sepia(12%) saturate(3376%) hue-rotate(320deg) brightness(115%) contrast(106%);
    margin-right: 9px;
}
.footerdown {
    background-color: #EEEEEE;
}
.bdr p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: Roboto-Light;
}
.ftr-link p {
    color: #9f9f9f;
}
.top-socil ul {
    display: flex;
    text-align: center;
}
.top-socil ul li {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #fff;
    line-height: 1.;
    padding-top: 2px;
}
.top-socil ul li a {
   text-align: center;
    line-height: 2.3;
    font-size: 15px;
    color: #fff;
}
.top-socil ul li a:hover {
opacity: 0.5;
}
.ftr-link span {
/*    color: #fff;*/
    margin-right: 8px;
}
.ftr-link a {
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.ftr-link a:hover {
    color: #e50695;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.top-socil {
    margin-top: 17px;
    margin-bottom: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 177px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #eaeff5;
    background-clip: padding-box;
    border: none;
    border-radius: inherit;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border-bottom: 3px solid #12a39f;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 0px 8px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 12px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #12a39f !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.listbox p {
    color: #9f9f9f;
    font-size: 14px;
}
.dil {
    font-family: Roboto-Medium;
    color: #9f9f9f;
    font-size: 15px;
}
.dil:hover {
    font-family: Roboto-Medium;
    color: #fff;
    font-size: 15px;
}
.serv {
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #03225b;
    position: relative;

}
.serv:before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/deepback.png) no-repeat center;
    background-size: cover;
    height: 171px;
    top: 61px;
    z-index: -1;
}
.serv:after {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/bg-pattern01.png) no-repeat center;
    background-size: cover;
    height: 269px;
    top: 2px;
}

.iconbox {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ic {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.ic img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ic p {
    text-align: center;
    font-size: 13px;
    margin-top: 13px;
}
.xmn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 2px 6px #ccc;
    margin-bottom: 19px;
}
.xmn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}
.aboutbn img {
    height: 450px;
    width: 100%;
}
.why {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*===========================================================
====================================================================css start for other page
===================================================================================================================================*/
.fullbanner2{
    background:url(../images/upperbanner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 570px;
}
.subpage h1 {
    font-size: 45px;
    color: #fff;
    font-family: NunitoSans-SemiBold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.subpage p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.btnbox a {
    margin-right: 15px;
    margin-bottom: 35px;
}

.subdarkrdbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #f45243;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:-1px 1px 10px 7px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #fff;
  padding:13px 26px;
}
.subdarkrdbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.subdarkrdbtn:hover, .subdarkrdbtn:focus, .subdarkrdbtn:active {
  color: #000;
}
.subdarkrdbtn:hover:before, .subdarkrdbtn:focus:before, .subdarkrdbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.subdarkrdbtn:hover .subparrow{
    filter: invert(0%) sepia(98%) saturate(10%) hue-rotate(10deg) brightness(93%) contrast(101%);
}

.subparrow {
    width: 30px;
    padding-left: 1px;
    filter: invert(100%) sepia(0%) saturate(28%) hue-rotate(57deg) brightness(106%) contrast(109%);
}

.rigbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #40aef1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:-1px 1px 10px 7px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #fff;
  padding:13px 26px;
}
.rigbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rigbtn:hover, .rigbtn:focus, .rigbtn:active {
  color: #000;
}
.rigbtn:hover:before, .rigbtn:focus:before, .rigbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.rigbtn:hover .subparrow{
    filter: invert(0%) sepia(98%) saturate(10%) hue-rotate(10deg) brightness(93%) contrast(101%);
}

.subparrow {
    width: 30px;
    padding-left: 1px;
    filter: invert(100%) sepia(0%) saturate(28%) hue-rotate(57deg) brightness(106%) contrast(109%);
}

.imgsubpage {
    max-width: 100%;
    padding-top: 24px;
}
.boxplan span{
    color: #3a45d3;
}
.contbox p {
    color: #000;
    margin-bottom: 33px;
    text-align: justify;
    font-size: 14px;
}
.img-res {
    width: 100%;
}

.lightback{
    background-color: #eaeff5;

}
.boxplan2 h4 {
    text-align: center;
    font-size: 35px;
    font-family: NunitoSans-Bold;
    margin-bottom: 10px;
    color: #000;
}
.boxplan2 span {
    color: #3a45d3;
}
.boxplan2 p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 9px;
}

.tophed h1 {
    font-size: 24px;
    font-family: NunitoSans-SemiBold;
}
.simg {
    width: 100%;
}
.simg {
    width: 100%;
    border-bottom-left-radius: 50px;
}
.tbox {
    position: relative;
}
.tbox:before {
    content: "";
    position: absolute;
    background-color: transparent;
    border-bottom-left-radius: 50px;
    border: 2px dashed #f45243;
    width: 100%;
    height: 100%;
    left: -12px;
    top: 9px;
    z-index: -1;
}
.tbox:after {
    content: "";
    position: absolute;
    background-color: transparent;
    border-right: 2px dashed #3a45d3;
    width: 100%;
    height: 100%;
    top: 32px;
    right: -10px;
}
.tophed {
    padding-left: 24px;
}
.tophed p {
    font-size: 14px;
    color: #2c2c2c;
}

.boxplan3 h2{
    font-family: NunitoSans-Bold;
    font-size: 35px;
    font-family: NunitoSans-Bold;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}
.boxplan3 p {
    font-size: 14px;
}
.boxplan3 span{
    color: #3a45d3;
}

.lightback2{
   background: url(../images/secback2.jpg) no-repeat center bottom;
    background-size: cover; 
}

.nav-tabs {
    border-bottom: 1px solid #f45243;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f45243;
    border-color: #dee2e6 #dee2e6 #f45243;
    font-family: NunitoSans-SemiBold;
}
.tab-pane {
    padding-top: 20px;
}
.tab-pane p {
    font-size: 16px;
    color: #2c2c2c;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
}
.icon {
    text-align: center;
    border: 4px solid #eaeff5;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 70px;
    line-height: 2.8;
    font-size: 24px;
    color: #f55c4e;
}
.clbox h5 {
    text-align: center;
    padding-top: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: NunitoSans-SemiBold;
}
.boxes ul {
    display: flex;
    justify-content: center;
}
.boxes ul li {
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: -2px 7px 27px 9px #ececec;
    width: 40%;
    border: 1px solid #f1f1f1;
}
.clbox {
    padding-top: 20px;
}

.boxplan3 ul li {
    list-style: disc;
    margin-left: 20px;
}
.back50 {
    background-color: #3a45d3;
}
.redback2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f45243;
    right: 0;
}

.redback2:after {
    content: "";
    position: absolute;
    width: 390px;
    height: 259px;
    background: url(../images/dottedback.png) no-repeat;
    right: 0;
    z-index: 1;
    top: 0px;
}
.back50 {
    background-color: #3a45d3;
    overflow: hidden;
    position: relative;
}
.formbox input {
    height: 50px;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
}
.formbox textarea {
    width: 100%;
    /* border-bottom: 1px solid #d7d7d7; */
    padding-left: 14px;
    min-height: 100px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.fullbanner3 {
    background: url(../images/subpagerbanner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 366px;
}
.map {
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.btn-link2 {
    font-size: 17px;
    color: #3a45d3;
    width: 100%;
    background-color:#3a45d3; 
    color:#fff;
    text-align: left;
    padding: .75rem 1.25rem;
    transition: 0.3s;
    border-radius: 0px;
}
.btn-link2:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f45243;
    transition: 0.3s;
}

.card-header {
    padding:0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
button:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.plan2{
    background: url(../images/faqback.png) no-repeat right;
    background-size: contain;
}
/*=================================start blog===============================*/
.ppty-item-pic2 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.blogcont {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    margin-left: 26px;
    margin-right: 26px;
    top: -51px;
    padding: 25px;
    box-shadow: 1px -2px 21px 7px #e6e6e6;
}
.bloghead {
    position: relative;
}
.bloghead p {
    margin: 0;
    font-size: 15px;
    color: #959595;
    margin-bottom: 17px;
}
.share a {
    position: absolute;
    right: 0;
    top: 0px;
}
.blogcont h4 {
    color: #000;
    font-family: NunitoSans-SemiBold;
    font-size: 19px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}
.blogcont p {
    font-size: 15px;
    color: #585858;
}
.blogback {
    position: relative;
    border-radius: 10px;
}
.datebox {
    position: absolute;
    z-index: 1;
    right: 19px;
    top: 30px;
}
.datebox {
    background-color: #f45243;
    width: 53px;
    height: 58px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    font-family: NunitoSans-SemiBold;
}
.datebox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 17px solid transparent;
    border-top: 28px solid #f45243;
    top: 58px;
    right: 0px;
} 

.searchbox input {
    border-radius: 0px;
    outline: none;
    height: 45px;
    border: 1px solid #3a45d3;
    color: #fff;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 94% 13px;
    background-color: #3a45d3;
    width: 100%
}

.searchbox input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: NunitoSans-Regular;
}

.searchbox input::-ms-input-placeholder { 
 font-family: NunitoSans-Regular;   
 color: #fff;
}

.searchbox input::-ms-input-placeholder {
    font-family: NunitoSans-Regular;
 color: #fff;
}
.subcontbox2 {
    margin-bottom: 25px;
}
.subcontbox2 img {
    float: left;
    min-height: 82px;
    /* padding-right: 37px; */
    width: 120px;
    border: 1px solid #d7d7d7;
    margin-right: 23px;
    box-shadow: 0px 6px 13px #d7d7d7;
}
.conbox2 {
    display: flex;
    flex-direction: column;
}
.ppty-item-pic2 img {
    max-width: 100%;
    height: 300px;
    
}
.org {
    color: #f45243;
}

.org:hover {
    color: #3a45d3;
}

.blu {
    color: #3a45d3;
}

.blu:hover {
    color: #f45243;
}

.recentpost h2 {
    font-size: 25px;
    font-family: NunitoSans-SemiBold;
    margin-bottom: 21px;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #f45243;
  color: white;
  border: 1px solid #f45243;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


.ftr-link {
    margin-top: 16px;
}
.listbox p {
    color: #333;
    font-size: 12px;
    margin-top: 15px;
}

.modal-title {
    text-align: left;
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.modal-title::before {
    content: "";
    position: absolute;
    width: 139px;
    height: 2px;
    background-color: #000;
    bottom: -10px;
}
.form-control.bm {
    height: 45px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    padding-left: 63px;
    margin-bottom: 24px;
}
.gbox span {
    padding-top: 7px;
}
.loginbtn {
    background-color: #fc3d6a;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.formpoup{
    position: relative;

}
.formpoup span {
    position: absolute;
    bottom: 13px;
    left: 14px;
    font-size: 14px;
}
.formpoup span:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #cfcfcf;
    left: 33px;
    top: -2px;
}
.linkbox {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.close {
    position: absolute;
    right: 11px;
    top: 7px;
    border: 1px solid #000;
}
.linkbox span{
  font-family: Roboto-Medium;
}
.linkbox p {
    font-family: Roboto-Light;
    font-size: 16px;
    color: #000;
}
.blk2 {
    font-size: 16px;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    color: #000;
    font-family: Roboto-Light;
}
.blk2:hover {
    font-size: 16px;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    color: #696d6e;
    font-family: Roboto-Light;
    opacity: 0.5;
}

.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    display: none;
}
.boximg img {
    width: 100%;
}
.cl_contact {
   background-color: #01b0f1;
/*   background-image: linear-gradient(to right, #03225b , #12a39f);*/
}
.pad_t_b_61 {
    padding-top: 89px;
    padding-bottom: 60px;
}
.mobilebox img {
    width: 100%;
}
.mbhed {
    padding-left: 58px;
}
.mbhed h4 {
    color: #000;
    font-size: 35px;
    margin-bottom: 28px;
}
.boxtitle h2 {
    position: absolute;
    bottom: 0;
    z-index: 999;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 50px;
     font-family: Roboto-Bold;
}
.hm h5 {
    font-size: 2rem;
    margin-bottom: 24px;
}
.hm ul li {
    padding-bottom: 20px;
    color: #595959;
    font-size: 13px;
}
.hm ul li img {
    width: 39px;
    float: left;
    margin-right: 18px;
}
.wimg img {
    width: 100%;
}
.hm {
    padding-top: 0px;
}
.imcbox h2 {
    font-size: 17px;
     font-family: Roboto-Medium;
     text-align: center;
}
.imcbox p {
    text-align: center;
    font-size: 13px;
}
.cformbox {
    position: relative;
    padding-bottom: 41px;
}
.cformbox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 170px;
   /* background-color: #f2f2f2;*/
    top: 0;
}
.formbox {
    background-color: #001f5f;
    padding: 42px 35px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 17px;
    /* margin-top: 78px; */
    border-radius: 5px;
}
.title_hed_q {
    position: relative;
}
.formbox input {
    height: 50px;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: #fff;
}
.imcbox {
    border-bottom: 3px solid #12a39f;
    margin-bottom: 35px;
}
.mbtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* box-shadow: -1px 3px 6px 3px #ececec; */
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #fff !important;
    padding: 7px 40px;
    border: 1px solid #fff;
}
.mbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #03225b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mbtn:hover, .mbtn:focus, .mbtn:active {
  color: #fff;
  border: 1px solid #03225b;
}
.mbtn:hover:before, .mbtn:focus:before, .mbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.contactbox {
    position: relative;
    height: 333px;
    border: 1px solid #d7d7d7;
    padding-top: 26px;
    margin-bottom: 30px;
}
.icon {
    text-align: center;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 140px;
    line-height: 2.8;
    font-size: 24px;
    color: #f55c4e;
    box-shadow: 1px 7px 6px #e1e1e1;
    margin-bottom: 30px;
    padding-top: 28px;
}
.contactbox p {
    text-align: center;
}
.title_hed_q h3 {
    color: #fff;
    font-family: Roboto-Medium;
}

.full2 input {
    border-radius: 0px;
    outline: none;
    height: 48px;
    border: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    width: 100%;
    margin-right: 15px;
    padding-left: 20px;
}
.full2 select {
    outline: none;
    height: 48px;
    border: 0px;
    border: 1px solid #d7d7d7;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    width: 100%;
    padding-left: 20px;
}
.btn.submit {
    background-color: #12a39f;
    padding: 10px 44px;
    color: #fff;
    transition: 0.3s;
}
.btn.submit:hover {
    background-color: #03225b;
    padding: 10px 44px;
    color: #fff;
    transition: 0.3s;
}
.icbox {
    flex: 0 0 auto;
    /* display: inline-flex; */
    margin-right: 15px;
}
.article {
    display: flex;
    text-align: left;
    flex-direction: row;
    margin-bottom: 20px;
}
.article__title {
    font-size: 19px;
    color:#f2f2f2;
    font-family: Roboto-Medium;
}
.headerp h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-family: Roboto-Medium;
}

.pin {
    position: absolute;
    top: -48px;
    width: 140px;
    height: 140px;
    left: -19px;
    z-index: 1;
    animation: jump-2 3s infinite;

}
.headerp p {
    margin-bottom: 87px;
    color:#000;
}
.left_p {
    padding-right: 34px;
}
.right_p {
    padding-left: 28px;
}
.widget img {
    width: 61%;
    margin-bottom: 20px;
}
.rd_box:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -32%;
    top: -31%;
    display: block;
    width: 130px;
    height: 130px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #4b72fb;
    animation: waves 3s ease-in-out infinite;
}
.icbox {
    transform: translateX(-14%) translateY(0%);
    box-sizing: content-box;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /* padding: 18px 20px 18px 17px; */
    background-color: #fff;
}
.icbox2 {
    transform: translateX(22%) translateY(0%);
    box-sizing: content-box;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /* padding: 18px 20px 18px 17px; */
    background-color: #fff;
}
.icbox2 {
    flex: 0 0 auto;
    /* display: inline-flex; */
    margin-right: 15px;
}
.cl_dark {
    z-index: 9;
    position: relative;
    padding: 21px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -23%;
    top: -23%;
    display: block;
    width: 130px;
    height: 130px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #4b72fb;
    animation: waves 3s ease-in-out infinite;
}
.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #001f5f;
    border-radius: 50%;
    transition: all 200ms;
}
.headerp .headerp h2 {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    margin-right: 10px;
    border-radius: 5px;
}
.owl-prev {
    position: absolute;
    top: 25%;
    right: -48px;
}
.owl-next {
    position: absolute;
    top: 25%;
    left: -43px;
}
.owl-prev:hover, .owl-next:hover{
    opacity:0.5;
}
.icon img {
    width: 50%;
}
.contactbox h5 {
    font-size: 18px;
    text-align: center;
    color: #00adef;
    text-shadow: 0px 1px 1px #000;
}
.service-one-inner {
    display: flex;
    position: relative;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
.service-one-inner .thumbnail {
    margin-right: 37px;
}
.na {
    width: 20px;
}
.visble {
    display: none;
}
.sm_ic {
    float: left;
    width: 23px;
    padding-right: 6px;
    padding-bottom: 12px;
    padding-top: 5px;
}