/*start css for mlmblog, powered by arrow2web*/
@font-face {
    font-family: Sen-Bold;
    src: url(../font/Sen-Bold.ttf);
}
@font-face {
    font-family: Sen-Regular;
    src: url(../font/Sen-Regular.ttf);
}
@font-face {
    font-family: SofiaProBold;
    src: url(../font/SofiaProBold.ttf);
}
@font-face {
    font-family: SofiaProRegular;
    src: url(../font/SofiaProRegular.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;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 1.7;
}
p{
  margin:0; 
}
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;
}
h5{
    font-family: SofiaProBold;
}
/*==============end preset css======*/
::placeholder {
  color: #000 !important;
  font-family: Sen-Regular;
  font-size: 18px;
}

:-ms-input-placeholder { 
 color: #000 !important;
 font-family: Sen-Regular;
 font-size: 18px;
}

::-ms-input-placeholder {
color: #000 !important;
font-family: Sen-Regular;
font-size: 18px;
}
select {
    color: #fff;
}


/*==============preset css======*/
.pad_t_b_61 {
    padding-bottom: 130px;
    padding-top: 75px;
}
.pad_t_b_60 {
    padding-top: 65px;
    padding-bottom: 100px;
}
.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;
}
.mnp {
    width: 30px !important;
    height: 19px;
}
.pad_b_0{
   padding-bottom: 0px !important;
}

/*button design*/
.mnk {
    margin-top: 40px;
}
.mnp {
    width: 30px !important;
    height: 19px;
    float: left;
    margin-top: 4px;
    margin-right: 26px;
}
.gnbtn {
    display: inline-block;
    font-size: 17px;
    font-family: Sen-Regular;
    background-color: #064ea6;
  /*  background-image: linear-gradient(to right, #6ea706 , #88c31e);*/
    color: #fff;
    padding: 13px 37px 14px 23px;
    border-radius: 7px;
    position: relative;
       transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.gnbtn:hover{
     background-color: #ff3415;   
        color: #fff;
      transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.gnbtn:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
   /* background: url(../images/line.png) no-repeat;*/
    left: 67px;
}
.mnk.nord {
    margin-top: 10px;
}
/*==================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;
    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;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
/*================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: #064ea6 !important;
    transition: 0.3s !important;
    font-size: 18px !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: flex-end;
    margin-top: -6px;
    font-family: Sen-Bold;
}

.navbar-expand-lg .navbar-nav .active >.nav-link {
    color: #ff3415

     !important;
  /*  border-bottom: 1px solid #1addd8;*/
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff3415 !important;
/*  border-bottom: 1px solid #1addd8;*/
}
.nav-link2:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    /*background: url(../images/line.png) no-repeat;*/
    left: 72px;
}
.nav-link2 {
    color: #fff;
    font-size: 17px;
    padding: 23px 27px;
    transition: 0.3s;
    background-color: #064ea6;
    border-radius: 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
}
.nav-link2:hover {
    background-color: #ff3415;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    color: #fff;
}
.nav-item2 {
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 0;
}
.img-box1 .img2 img {
    border-radius: 156px 156px 156px 0px;
}
.img-box1 .img2 {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.img-box1 .img3 img {
    border-radius: 156px 0px 156px 156px;
}

.img-box1 .img3 {
    position: absolute;
    bottom: -20px;
    right: 0;
    overflow: hidden
}
.img-box1 .img1 img {
    border-radius: 156px 156px 0px 156px
}

.img-box1 .img2 {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}
.img-box3 .img2 {
    position: absolute;
    top: 20%;
    right: 12%;
}
.img-box3 .img1 img {
    border-radius: 24px;
}
.img-box3 .img2 img {
    border-radius: 24px;
    border: 5px solid var(--white-color);
}
.img-box3 .img3 {
    position: relative;
    margin-top: 30px;
    z-index: 3;
}
/*=============for sticky=========*/
.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #f2f2f2;
    height: 93px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 999;
    transition: 0.4s;
} 
 #menu-bar{
            transition: 0.4s;
            background-color: #fff;
        }

.lm {
    display: none;
}
.tm {
    display: block;
    width: 81%;
    padding-top: 5px;
}
.sticky .tm{
  display: none;
}
.sticky .lm {
    display: block;
    padding-top: 0px;
    width: 72%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.sticky .navbar-nav {
    margin-top: 0px;
}
.navbar-expand-lg .navbar-nav .active >.nav-link {
    color: #ff3415 !important;
    /*border-bottom: 1px solid #13dfd9;*/
}
.sticky .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px !important;
}
/*==============end==*/
#banner {
    position: relative;
    padding-top: 0px;
}

.dig h2{
  color: #2a8801;
  font-size: 48px;
   font-family: SofiaProRegular;

}
.dig h3 {
    color: #00437c;
    font-size: 90px;
    font-family: SofiaProBold;
    line-height: 0.9;
}
.dig p {
    font-size: 20px;
    padding-top: 16px;
    font-family: SofiaProRegular;
    color: #002f57;
    line-height: 1.4;
}
.dig {
    padding-top: 135px;
}

.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;
}
.prv {
    background-color: #43567c;
    color: #fff;
    /* padding: 13px 36px; */
    font-size: 18px;
    border-radius: 7px;
    font-family: Sen-Regular;
    margin-right: 12px;
    width: 45px;
    height: 45px;
    padding-top: 9px;
}
.prv:hover {
    background-color: #000;
    color: #fff;
}
.owl-nav {
    position: absolute;
    /* top: 46%; */
    right: 0px;
    /* top: calc(50% - 34px); */
    display: block;
    /* transform: rotate(270deg); */
    left: 32px;
    bottom: -41px;
}
.nex {
    background-color: #43567c;
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    font-family: Sen-Regular;
    width: 45px;
    height: 45px;
    padding-top: 9px;
}
.nex:hover {
    background-color: #000;
    color: #fff;
}

.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-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;
}


.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: 10px;
}
.bgcont {
    padding-left: 15px;
    padding-right: 15px;
}
.more{
  padding-left: 15px;
    padding-right: 15px;
}
.blogbox {
    border-bottom: 3px solid #12a39f;
    background-color: #f1f1f1;
}
.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: #12a39f;
    width: 50px;
    height: 50px;
    margin-left: 14px;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 2.7;
}
#banner_sub {
    position: relative;
    padding-bottom: 50px;
}
.boxtitle {
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
}
.boxtitle h2{
         font-size: 75px;
         color: #fff;
         text-shadow: 2px 3px 2px #333;
         font-family: Sen-Bold;
         text-align: center;
}
.boxtitle p {
    font-size: 24px;
    padding-top: 3px;  
    font-family: Sen-Regular;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 2px #333;
}
#banner_sub:before {
    position: absolute;
    content: "";
    background: url(../images/right_cricle.png) no-repeat;
    width: 419px;
    height: 728px;
    right: 0;
    top: 50%;
}
.contactbox {
    background-color: #064ea6;
    padding-top: 108px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 305px;
    border-radius: 7px;
}
.contactbox2 {
    background-color: #064ea6;
    padding-top: 136px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 503px;
    border-radius: 7px;
}
.icon {
    width: 90px;
    height: 85px;
    background-color: #f0f0f0;
    border-radius: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 18px;
}
.blue {
    color: #49b859;
    font-size: 41px;
    text-align: center;
}
.contactbox2 p {
    color: #fff;
    font-family: Sen-Regular;
    text-align: center;
    padding-top: 17px;
    font-size: 18px;
}

.contactbox p {
    color: #fff;
    font-family: Sen-Regular;
    text-align: center;
    padding-top: 17px;
    font-size: 18px;
}
.contactbox.specl {
    min-height: 227px !important;
    padding-top: 61px !important;
}
.mapbox {
    position: relative;
    height: 450px;
    margin-top: 40px;
}
.map2 {
    position: absolute;
    height: 450px;
    width: 100%;
}
.serviceschrege.pad_t_b_80 {
    padding-top: 40px;
}
 .single-item {
    box-shadow: 2px 0 90px rgba(0, 0, 0, 0.08);
    padding: 35px 10px 35px 0;
    position: relative;
    margin-bottom: 40px;
}
.vxbox_item {
    background-color: #e8f5fd;
    padding: 38px 17px;
}
.vxbox_item {
    background-color: #fde5e1;
    padding: 38px 17px 38px 30px;
    text-align: right;
    border-bottom-right-radius: 35px;
    position: relative;
    margin-right: 17px;
    min-height: 334px;
}

.vxbox_item:before {
    content: "";
    position: absolute;
    background-color: #ff4121;
    border-bottom-right-radius: 35px;
    width: 100%;
    height: 313px;
    z-index: -1;
    top: 17px;
    left: 17px;
}
.vboxno {
    position: absolute;
    font-size: 82px;
    color: #064ea6;
    top: -50px;
}
.vbox {
    padding-top: 65px;
    padding-bottom: 65px;
}
.vxbox_item p {
    color: #222222;
    font-size: 15px;
    padding-top: 15px;
}
.vxbox_item h3 {
    color: #e8f5fd;
    font-size: 27px;
    text-transform: uppercase;
    padding-top: 20px;
}
.gt {
    padding-top: 73px;
}
.box_xon p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}
#banner_sub2 {
    background-color:#064ea6;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
#banner_sub2 {
    background-color: #064ea6;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.hed_text h3 {
    color: #fff;
    font-size: 42px;
}
.privacy {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.privacy h3 {
    font-size: 24px;
    margin-top: 30px;
}

/*======================end*/
footer {
    background-color: #f3f3f3;
    padding-top: 66px;
    padding-bottom: 35px;
}
.bdr {
    border-top: 1px solid #ff4121;
}
.hed h3 {
    color: #9f9f9f;
}
.hed h3 {
    color: #ff4121;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: SofiaProBold;   
}
.listbox p {
    color: #333;
    font-family: Sen-Regular;
    font-size: 17px;
    line-height: 1.5;
}
.subcribe_box {
    position: relative;
} 
.subcribe_box input {
    color: #064ea6;
    background-color: #fff;
    border: 1px solid #064ea6;
    height: 50px;
    width: 100%;
    padding-left: 16px;
    font-family: Sen-Regular;
}
.btn.blu {
    background-color: #064ea6;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 25px;
}
.btn.blu:hover {
    background-color: #465669;
    color: #fff;
}
.subcribe_box {
    position: relative;
    padding-top: 30px;
    padding-bottom: 22px;
}
.kl li a {
    color: #333;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.kl li a:hover {
    color: #ff4121;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

}
.kl li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 5px;
    font-size: 18px;
    color: #333;
}
.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: 90%;
}
.kl {
    margin: 0;
    padding: 0;
}
.footerdown {
    background-color: #f3f3f3;
}
.footerdown p {
    text-align: left;
    font-size: 15px;
    font-family: Sen-Regular;
}
.bdr p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}
.bdr ul {
    list-style: none;
    display: flex;
    justify-content: end;
    margin-top: 13px;
    font-size: 15px;
    color: #333;
    font-family: Sen-Regular;
}
.bdr ul li a {
    color: #333;
    font-family: Sen-Regular;
}
.bdr ul li a:hover {
    color: #55c410;
    font-family: Sen-Regular;
}

.ftr-link p {
    color: #333;
    font-family: Sen-Regular;
    font-size: 17px;
}
.top-socil ul {
    display: flex;
    text-align: center;
    list-style: none;
    padding: 0;
}
.hed img {
    max-width: 100%;
    margin-bottom: 24px;
}



.top-socil ul li {
    width: 44px;
    height: 44px;
    margin-right:10px;
}

        .top-socil ul li a {
            width: 44px !important;
            height: 44px !important;
            text-align: center;
            line-height: 1.4;
            font-size: 21px;
            color: #fff;
            vertical-align: middle;
            border-radius: 50%;
            margin-right: 10px;
            border: 1px solid #064ea6;
            line-height: 1.;
            background: #064ea6;
            display: block;
            padding: 7px;
            transition: 0.5s;
        }
        
                .top-socil ul li a:hover {
                background-color:#ff4121;
                border: 1px solid #ff4121;
                color:#fff;
                transition: 0.5s;
                }

.ftr-link span {
    color: #fff;
    margin-right: 8px;
}
.ftr-link a {
    color: #9f9f9f;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.ftr-link a:hover {
    color: #fff;
    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;
}

.serv {
    padding-top: 50px;
    padding-bottom:50px;
    position: relative;

}
.hdbox h2 {
    text-align: center;
    color: #064ea6;
    font-size: 53px;
    position: relative;
       font-family: SofiaProBold;
}
.hdbox h2:before {
    background-color: #ff4121;
    content: "";
    position: absolute;
    width: 225px;
    height: 4px;
    margin-left: 42px;
    bottom: -16px;
}
.hdbox p {
    font-size: 20px;
    padding-top: 16px;
    font-family: SofiaProRegular;
    color: #002f57;
    line-height: 1.4;
    text-align: center;
    padding-top: 27px;
    margin-bottom: 60px;
}
.ser_box h3 {
    font-family: Sen-Bold;
    font-size: 24px;
    text-align: center;
    color: #064ea6;
    margin: 0px;
    padding-bottom: 40px;
}
.ser_box {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-top: 9px;
    border: 1px solid #d7d7d7;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ser_box:hover {
    background-color: #e5f1ff;
    padding-top: 9px;
    border: 1px solid #064ea6;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ser_box img {
    width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 19px;
}
.boximg:before {
    position: absolute;
    content: "";
    background-color: #fff;
    border: 5px solid #ff4121;
    width: 64%;
    height: 606px;
    z-index: -1;
    bottom: -28px;
    right: 0;
}
.hedbox {
    padding-left: 57px;
    padding-top: 30px;
}
.hedbox h2 {
    font-size: 24px;
    color: #15263b;
    font-family: SofiaProBold;
    padding-bottom: 15px;
}
.hedbox p{
  font-size: 18px;
  font-family: SofiaProRegular;
  color: #15263b;
}
.gap {
    padding-bottom: 15px !important;
}
.phic {
    background-color: #ff3415;
    width: 65px;
    height: 65px;
    line-height: 2.7;
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
    margin-left: 14px;
}
.phic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    padding-top: 18px;
}
.phic:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    background-color: #fde5e1;
    z-index: -1;
    border-radius: 50%;
    left: -14px;
    top: -12px;
}
.phcon h3 {
    color: #15263b;
    font-size: 20px;
    font-family: SofiaProRegular;
    margin: 0px;
}
.phcon h4 {
    font-size: 35px;
    font-family: SofiaProBold;
    color: #15263b;
}
.ic_boxn {
    display: flex;
    justify-content: left;
    margin-top: 40px;
}
.phcon {
    padding-left: 35px;
}
.phic {
    background-color: #ff3415;
    width: 70px;
    height: 70px;
    line-height: 3.7;
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
    margin-left: 14px;
}
.cl_contact {
  /* background-color: #f1f1f1;*/
       background: url(../images/tour_bg_1.jpg) no-repeat center top;
}
.box_xon h2 {
    color: #15263b;
    text-align: center;
    font-family: SofiaProBold;
    font-size: 45px;
    padding-bottom: 40px;
}
.icbox_con {
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}
.sbox {
    background-color: #43567c;
    height: 592px;
}
.res_imgs{
  max-width: 100%;
    height: 190px;
}
.icbox {
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 17px;
    margin-right: 14px;
}
.icbox img {
    padding-top: 17px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.del_box h2 {
    color: #fff;
    font-size: 20px;
    font-family: SofiaProBold;
}
.del_box {
    display: flex;
}
.del_box {
    padding: 20px 25px;
}
.abt img {
    width: 100%;
}
.mbhed {
    padding-right: 70px;
}
.mbhed h2 {
    font-size: 33px;
    font-family: SofiaProBold;
    color: #15263b;
    margin-bottom: 45px;
}
.mbhed p {
    font-size: 20px;
    font-family: SofiaProRegular;
    color: #15263b;
    line-height: 1.3;
}
.commission2 {
    padding-top: 85px;
    padding-bottom: 94px;
}
.commission2:before {
    position: absolute;
    content: "";
    background: url(../images/rslide_cricle.png) no-repeat;
    width: 455px;
    height: 648px;
    right:0px;
    }
.commission {
    padding-top: 85px;
    padding-bottom: 257px;
}
.commission:before {
    position: absolute;
    content: "";
    background: url(../images/rslide_cricle.png) no-repeat;
    width: 455px;
    height: 648px;
    right:0px;
    }
   /* -webkit-animation:spin 12s linear infinite;
   -moz-animation:spin 12s linear infinite;
    animation:spin 12s linear infinite;*/

/*@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}*/
.row.gap56 {
    padding-top: 105px;
}
.form_box {
    background-color: #064ea6;
    padding: 30px 42px;
    border-radius: 7px;
}
.sm_form_box {
    border: #eefff0 1px solid;
    padding: 45px 33px;
    border-radius: 7px;
}
.form-control.bm {
    height: 45px;
    background-color: #f3f3f3;
    border: 0px;
    padding-left: 22px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.btn.blue {
    font-size: 15px;
    background-color: #ff3415;
    color: #fff;
    font-family: Sen-Bold;
    border-radius: 5px;
    padding: 11px 25px;
    margin-top: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.btn.blue:hover {
    background-color: #00437c;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.txt_box h2 {
    text-align: center;
    font-size: 45px;
    font-family: Sen-Bold;
    color: #fff;
}
.contact {
    padding-bottom: 80px;
    position: relative;
}
.contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    background-color: #f3f3f3;
    bottom: 0;
}
.txt_box p {
    text-align: center;
    font-size: 18px;
    font-family: Sen-Regular;
    color: #fff;
    margin-bottom: 60px;
}
.sm_form_box select {
    outline: none;
    height: 50px;
    border: 0px;
    color: #000 !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 21px;
    width: 100%;
    padding-left: 20px;
    font-family: Sen-Regular;
    font-size: 18px;
}

.abt img {
    border-radius: 5px;
}

.im_cir {
    background-color: #064ea6;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    text-align: center;
    padding-top: 66px;
    position: relative;
}
.im_cir:before {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 50%;
    left: 35px;
    top: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.im_cir img {
    width: 45%;
    z-index: 1;
    position: relative;
}
.mbox {
    background-color: #f1f1f1;
    padding: 32px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
}
.mbox:after {
    position: absolute;
    content: "";
    width: 255px;
    background-color: #f1f1f1;
    height: 168px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    top: -82px;
    z-index: -1;
    left: 0;
}
.dip{
    background-color: #ff4121 !important;
}
.yel{
    background-color: #064ea6 !important;
}

.content {
    background-color: #fde5e1;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 32px;
    position: relative;
    border: 1px solid #fde5e1;
    position: relative;
    margin-bottom: 67px;
}
.time h4 {
    background-color: #064ea6;
    position: absolute;
    color: #fff;
    border-radius: 10px;
    font-size: 19px;
    padding: 10px;
}
.content p {
    margin-bottom: 25px;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    height: 400px;
}


/*===============================new css=============================*/
.hedbox2 h2 {
    font-size: 33px;
    font-family: SofiaProBold;
    color: #15263b;
    margin-bottom: 45px;
}

.hedbox2 p {
    font-size: 18px;
    font-family: SofiaProRegular;
    color: #15263b;
    line-height: 1.3;
    text-align: justify;
}
.hdbox3 h2 {
    text-align: center;
    color: #00437c;
    font-size: 40px;
    position: relative;
    font-family: SofiaProBold;
}
.register_frm {
    padding-bottom: 75px;
    padding-top: 50px;
}

.register_frm select {
    outline: none;
    height: 50px;
    border: 0px;
    color: #fff !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 21px;
    width: 100%;
    padding-left: 20px;
    font-family: Sen-Regular;
    font-size: 18px;
}
.register_frm textarea {
    min-height: 180px;
}
.register_frm h2 {
    margin-bottom: 48px;
}
.nav-link4 {
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    padding: 16px 27px;
    transition: 0.3s;
    background-color: #8dc822;
    border-radius: 7px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
}
.formbox {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #fff;
}
.z-center h4 {
    color: #064ea6;
}
label {
    display: inline-block;
    margin-bottom: 0px;
}
.res_imgs2 {
    max-width: 100%;
    /* height: 190px; */
}

.sbox2 {
    background-color: #064ea6;
    height: 504px;
}
.wh {
    color: #ff4121;
}
.wh:hover {
    color: #333;
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background-repeat: no-repeat;
}
.logo-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 21%;
    height: 92px;
    background-color: #fff;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    z-index: 1;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #2E7D32;
    border-radius: 50%;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background-color:transparent;
}

input:checked + .slider {
  background-color: #2E7D32;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2E7D32;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
a{
  cursor: pointer;
}



.slider.round {
    border-radius: 5px;
}
.slider.round:before {
    border-radius: 5%;
}
.required{
	color:red;
	font-weight: bold;
}





