@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@charset "utf-8";
/* CSS Document */
html { }
body{font-family: "Poppins", serif; color: #132b4c;}
.h1, h1 {}
.sticky {
    position: fixed !important;    top: 0px;     z-index: 999;    -webkit-animation-fill-mode: both;    
	animation-fill-mode: both;    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-name: slideInDown;    
	animation-name: slideInDown;    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);}
	.sticky	.hdr-top{display: none;}
.sticky	.navbar-brand>img {height: 55px;}
.sticky	.navbar-expand-lg .navbar-nav .nav-link {}
	.media{}
.media .media-left, .media .media-body, .media .media-right{display: table-cell;vertical-align: top;}
.media .media-left{}
.media .media-body{padding-left: calc(var(--bs-gutter-x) * .5);width: 10000px;}
img{max-width: 100%;}
  a{text-decoration:none;}
  .btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #A1C33A;
    border-color: #A1C33A;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
h1, h2, h3, h4, h5{margin-top: 0px;}
p{      line-height: 26px;
    color: #606f83;
    font-size: 16px;}
p strong{font-weight: 600;}
.list-point{position: relative;    margin-bottom: 25px;}
.list-point ul{}
.list-point ul li:before{content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 2px;
    top: 4px;
    color: #fda31b;}
.list-point ul li{line-height: 22px;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color:#383838;}
    .text-success {
    color: #A1C33A !important;
}
    .text-info {
        color: #2CA9E1 !important;
    }
    .bg-primary {
        background-color: #163a6b !important;
    }
    .text-primary {
        color: #163a6b !important;
    }
    .text-dark {
        color: #02202e !important;
    }
    .border {
    border: 1px solid #bdcde3 !important;
}
 .btn-light{
    color: #163a6b;
    background-color: #d6e8ff;
    border-color: #a3b8d7;
}
.btn-light:hover {
    color: #fff;
    background-color: #163a6b;
    border-color: #163a6b;
}
    .btn-success {
    color: #fff;
    background-color: #A1C33A;
    border-color: #A1C33A;
}
.btn-success:hover {
    color: #fff;
    background-color: #A1C33A;
    border-color: #A1C33A;
}
.btn-outline-primary {
    color: #163a6b;
    border-color:#163a6b;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #163a6b;
    border-color:#163a6b;
}
.btn-primary {
    color: #fff;
    background-color:#163a6b;
    border-color:#163a6b;
}
.btn-primary:hover{
    color: #fff;
     background-color:#23334a;
    border-color:#23334a;
}
.btn-info {
    color: #fff;
    background-color: #2CA9E1;
    border-color: #2CA9E1;
}
.btn-info:hover {
    color: #fff;
    background-color: #0fb1f9;
    border-color: #0fb1f9;
}
.bg-light {
    background-color:#f1f7ff !important;
}
.media .d-m-show{display:none;}
.container-fluid {padding-left: 30px;padding-right: 30px;}
header{ z-index:1000;/*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;    width: 100%;}
.hdr-top { padding-top: 10px;
    padding-bottom: 5px;
}
.hdr-social-link li{padding-right: 2px;
    padding-left: 2px;}
.hdr-social-link li a {font-size: 14px;
    color: #193B6B;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}
.hdr-social-link li a:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
.hdr-social-link li a.fb{background-color: #3c579e;color: #fff;}
.hdr-social-link li a.tw{background-color: #1da1f3;color: #fff;}
.hdr-social-link li a.linden{background-color: #0076b4;color: #fff;}
.hdr-top-cnt{margin-bottom: 5px;}
.hdr-top-cnt li{margin-right: 15px;}
.hdr-top-cnt li:last-child{margin-right: 0px;}
.hdr-top-cnt li a {color: #163a6b;
    font-weight: 500;
    font-size: 14px;
}
.hdr-top-cnt li a>i{color: #235eaf;}
.hdr-top-cnt li a.btn{border-radius: 0px;padding: 3px 8px;}
.hdr-top-cnt li a:hover {
    color: #456591;
}
.hdr-top .hdr-social-link li{margin-right:5px;}
.hdr-top .hdr-social-link li a {color: #193B6B;}
.txt-rgt{ text-align:right;}
.navbar{}

.navbar-brand {  padding: 5px 0px;
    color: #2CA9E1 !important;
    font-weight: 700;
    font-size: 30px;}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;}
.navbar-default .navbar-brand {}
.navbar-brand span{}
.navbar-brand>img {    height: 70px;}
.navbar-default .navbar-nav>li>a{color: #333;}
.navbar-nav>li>a.logo{    padding: 5px 35px;margin-top: 10px;}
.navbar-nav{}
.navbar-expand-lg .navbar-nav .nav-link { color: #445164;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;}
    .navbar-expand-lg .navbar-nav .nav-item:first-child> .nav-link:before{display: none;}
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{color:#77dd76;}
	.navbar-nav>li:hover>.drop-menu{ display:block;}

.navbar-expand-lg .navbar-nav>li>a.login-nav{ border:1px solid #a3b8d7;
   color: #163a6b;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
    }
    .navbar-expand-lg .navbar-nav>li>a.reg { background-color:#d6e8ff;}
.navbar-expand-lg .navbar-nav>li>a.login-nav:hover{background-color:#d2deef;}
	.drop-menu{ padding:0px;width: 100%}
.drop-menu-srvs{ }
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0f4aa4;
}
	.drop-menu>li>a { padding: 12px 20px;font-weight: 600;color: #444; border-bottom: 1px solid #ddd;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#e43039;
}
/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus, .navbar-default .navbar-nav>li>a.logo:hover{background-color: transparent;}
.navbar-light .navbar-nav .nav-link:hover {
    color:#163a6b;
}
	/*============ slider css =============*/
 .bs-slider-overlay {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22 58 107 / 82%); 
}

/********************
*****Slide effect
**********************/
.slider-wrap{ width: 100%; position: relative;overflow: hidden;background:url(../images/line-shap.png)no-repeat;background-position: right top;}
.slider-wrap:before{   /* content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.84);*/}
.slider-wrap>img{    width: 100%;
    height: 550px;
    object-fit: cover;}
.slider-wrap .owl-carousel .owl-item img{height: 550PX;
    object-fit: cover;}
.slider-wrap .owl-nav{position: absolute;
    top: 50%;justify-content: space-between;
    width: 100%;}
.slider-wrap .owl-dots{text-align: center;
    position: absolute;
    bottom: 40px;
    left: 8%;}
.slider-wrap .owl-nav .owl-prev{float: left;margin-left: 30px;}
.slider-wrap .owl-nav .owl-next{float: right;margin-right: 30px;}
.slider-wrap .owl-nav .owl-prev span{ font-size: 50px; color: #fff; }
.slider-wrap  .owl-nav .owl-next span{ font-size: 50px; color: #fff; }
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto { margin:auto;}

.slide-text {left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    justify-content: center;
        align-items: center;
	    display: flex;
    /* background: linear-gradient(90deg, #000000 -14.3%, rgba(0, 0, 0, 0.74) 41.8%, rgba(0, 0, 0, 0.21) 100.18%); */
    height: 100%;
}
.slide-text-dec{position: relative; }
.slide-text h4 { font-weight:600;font-size: 24px;}
.slide-text h1 { font-weight: 700;
    font-size: 54px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
       margin-bottom: 20px;
}
.slide-text h1 span{}
.slide-text h3{ margin-bottom: 0px;
    font-size: 40px;}
.slide-text h5{font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;}
.slide-text p {     position: relative;
        font-size: 16px;
    line-height: 26px;
}
.slide-text .list-point{background: rgb(22 58 107 / 75%);
    padding: 15px 20px 2px;
    border-radius: 12px;}
 .slide-text .list-point ul li {
        line-height: 26px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    }
     .slide-text .list-point ul li>i{position: absolute;
    left: 0px;
    top: 4px;
    font-size: 15px;}
    .slide-text .list-point ul li:before {
       display: none;
    }
    .slide-text .list-point ul li:last-child{margin-right: 0px;}
.slide-text .btn-lg{padding: 11px 24px;
    font-size: 15px;
    border-radius: 30px;}
/*=========== end ===========*/

.slider-form{position: relative;
    z-index: 1;
    border-radius: 8px;} 
.slider-form:after{position: absolute;
    left: -5%;
    top: 4%;
    content: "";
    height: 100%;
    width: 100%;
    background: #d6e8ff;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.7;}
.slider-form .title h4 {
    font-size: 22px;
    font-weight: 600;
}
.slider-form .title p{    font-size: 14px;
    line-height: 22px;}
.slider-form .form-ctrl{height: 50px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccdaef;
    font-size: 14px;
    padding-left: 0px;
    color: #000;}
    .slider-form .form-control::placeholder {
        color: #3b4e68;
        opacity: 1; /* Firefox */
      }
      
      .slider-form .form-control::-ms-input-placeholder { /* Edge 12-18 */
        color: #3b4e68;
      }
.slider-form .contact-form{box-shadow: 8px 8px 26px -7px rgb(0 0 0 / 23%);
    border-radius: 6px;}

/*========== enquire form ======*/
.btn{font-size: 14px;
    padding: 8px 15px;
    border-radius: 10px;}
.btn-lg{font-size: 16px;
    padding: 12px 25px;
    font-weight: 500;}
.btn-sm{font-size: 12px;
    padding:5px 15px;}
.btn-warning {
    color: #fff;
    background-color:#fda31b;
    border-color:#fda31b;}
.btn-warning:hover{color: #fff;
    background-color:#fda31b;
    border-color:#fda31b;}
.GetinTouch-form .close {
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}
.GetinTouch-form  .modal-body {
    padding: 25px 45px;}
.popup-img {
    text-align: center;
    margin: 10px auto 40px;
    display: block;
}
.popup-img h3{ font-weight: 600;}
.GetinTouch-form .form-group{position: relative; margin-bottom: 20px;}
.form-control{box-shadow: none;}
.GetinTouch-form .form-group .form-ctrl-pop{ border-radius: 30px; height: 45px; padding-left: 40px;}
.GetinTouch-form .form-group .form-ctrl-msg{border-radius: 30px; padding-left: 40px;}
.GetinTouch-form .form-group .form-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #c22a36;}
.GetinTouch-form .form-group .btn{border-radius: 30px;}
.top-40{top: 40%;}
.wrap{ position:relative; padding-top:70px; padding-bottom:70px;}
.bg-white{background-color: #fff;}
.title{ position:relative; margin-bottom:35px;}
.title h1{    font-size: 52px;font-weight: 700;}
.title h2{    font-size: 48px;font-weight: 700;}
.title h2 .rounded{border-radius: 14px !important;}
.text-stroke-white{-webkit-text-stroke: 1px #fff;}
.title h3{font-size: 40px;font-weight: 700;}
.title h4{font-size: 30px;font-weight: 700;}
.title h4 span{}
.title h5{font-weight: 600;}
.title h6{font-weight: 600;}
.title p{font-size: 20px;line-height: 30px;}
.title-bg{position: relative; width: 50px; height: 5px; background-color:#77dd76; display: inline-block; border-radius: 4px;}
.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
}
.embed-responsive>video, .embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.banner-btm .why-choose h5 {
    font-weight: 700;
}
/*=========== about hompe page ================*/
.play-overlay{background: rgb(0 0 0 / 32%);}
.play-overlay>a{font-size: 75px;    color: #ff2828;}
.bg-gray{ background-color: #f6f6f8;}
.bg-gray-green {background-color: #ebfff2;}
.bg-green{background-color: #06da50;}
.abt-box{position: relative;margin-bottom: 25px;}
.abt-box h4{font-size: 28px;}
.abt-box p{}
.abt-icon{    width: 75px;
 height: 75px;
    margin-bottom: 5px;}
.abt-icon>img{width: 100%;height: 100%;object-fit: contain;}
.abt-img{position: relative;
    width: 100%;
   background: #fff;
height: 600px;
overflow: hidden;}
.abt-img>img{width: 100%;height: 100%;object-fit:contain;}
.abt-img1{}
.abt-img2{margin-top: 30px;height: 240px;    border-radius: 60px 0px 60px 0px;}
.abt-img2>img{object-fit: cover;}

.abt-img:before{    /*content: "";
    position: absolute;
    border: 4px solid #fff;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: hsl(0deg 0% 0% / 11%);*/
}
.item-box{position: relative;margin-bottom: 25px;}
.tmb{position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;}
.tmb>img{width: 100%;height: 100%;object-fit: cover;}
.item-dec{}
.item-dec h4{font-size: 20px;
    font-weight: 600;}
.item-dec p{line-height: 22px;color: #666;}
.Getstarted-wrap{background:url(../images/slide3.jpg)no-repeat;}
.Getstarted-wrap .title h2{color: #fff;font-size: 50px;}
.Getstarted-wrap .title h2 span{-webkit-text-stroke: 1px #fff;}
/*========== services  ========*/
.service-wrap{background: url(../images/shape1.png)no-repeat;}
.srvs-dec{position: relative;z-index: 1;}
.srvs-dec p{font-size: 18px;color: #000;line-height: 32px;margin-bottom: 35px;}
.srvs-dec p:last-child{margin-bottom: 0px;}
.border-dashed-top{border-top: 1px dashed #a8bad1;}
.srvs-box{     position: relative;}
.srvs-icon{ width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;}
.srvs-icon>img{width: 100%;height: 100%;object-fit: cover;}
.srvs-no{font-size: 40px;
    font-weight: 700;
    color: #012758;
    background-color: #fff;
    width: 100px;
    border: 10px solid #f4f4f4;
    height: 100px;
    margin:-65px auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;}
    .srvs-box h3{    font-weight: 600;
    font-size: 34px; }
.srvs-box h4{    font-weight: 500;
    font-size: 18px;color: #000;}
.srvs-box h5{font-size: 16px;}
.srvs-box h6{font-size: 13px;}
.srvs-box p{}


.noOne-wrap{background: url(../images/banner0.jpeg)no-repeat;background-attachment: fixed;
    background-size: cover;}
.noOne-wrap .title{}
.noOne-wrap .title h1{}
.noOne-wrap .title h4{}
.noOne-wrap .title h4>img{}


/*================= Why Choose Us ===================*/
.why-choose-wrap{}
.why-choose{position: relative;}

.why-choose-icon{width: 55px;
    height: 55px;
    background:#d6e8ff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px;}
.why-choose-icon>img{width: 100%;height: 100%;object-fit: contain;transition: 0.5s;}
.why-choose-icon>i{transition: 0.5s;}
.why-choose:hover .why-choose-icon:hover>img, .why-choose:hover .why-choose-icon:hover>i{    transform: scale(1.2);    -webkit-transform: scale(1.2);    -o-transform: scale(1.2);}
.why-choose h4{font-weight: 600;font-size: 20px;}
.why-choose h5{font-size: 18px;}
.why-choose p{}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking-text {
  animation: blinker 1s linear infinite;
}

/*=========== faq ================*/
.sidebar-sticky{position: sticky;top: 80px;}
.faq-accordion{position: relative;}
.faq-accordion .accordion-item {
    background-color: transparent;
}
.faq-accordion .accordion-button {font-size: 16px;
    color: #222;background-color: transparent;
    font-weight: 600;padding: 20px 20px 20px 35px;}
.faq-accordion .accordion-button::after {content: "\f067";
    background-image: none;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color: #fda31b;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: "\f068";
}
.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;color: #fda31b;
}
.faq-accordion .accordion-body {
    padding: 5px 12px 12px 35px;
}
.faq-accordion p {
    font-size: 14px;
    line-height: 22px;
}

/*================= Our Process ===================*/
.process-wrap{ }
.partner-items::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 500px;
    width: 500px;
    z-index: -1;
    animation: rotate-animation 30s infinite linear;
    margin-left: -250px;
    margin-top: -250px;
    background: url(../images/globe.webp);
    background-size: contain;
}
.process-line-wt {position: relative;
    width: 90%;
    margin: auto;
}
.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}
.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}
.process-list{display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin: auto;
    text-align: center;}
.process-list li{    width: 33.33%;}
.process-list li:nth-child(odd){}
.process-box {
    position: relative;
}
.process-icon {      position: relative;
    width: 65px;height: 65px;
}
.process-icon-bg{
    width: 100%;height: 100%;object-fit: contain;}
.process-icon img {width: 100%;height: 100%;object-fit: contain;transition: 0.5s;
    
}
.process-box:hover{    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%) !important;}
.process-box:hover>.process-icon>img{transform: scale(1.1);-o-transform: scale(1.1);-webkit-transform: scale(1.1);}
.process-icon span {  position: absolute;
    bottom: 35%;
    right: -30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
   background-color: #fda31b;
    border-radius: 50%;
}
.process-box h4 {font-size: 18px;
    font-weight: 600;
}
.process-box p{   
    font-size: 14px;
    line-height: 22px;}

/* case-studes sec */
.case-stude-item{}
.case-stude-img{}
.case-stude-img>img{}
.web-logo {
    margin-bottom: 10px;
    height: 70px;
    width: 250px;
}
.web-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case-stude-dec{}
.case-stude-dec h3{font-size: 25px;
    font-weight: 700;}
.case-stude-dec h6{font-size: 16px;
    font-weight: 600;    color: #0b4da3;}
.case-stude-dec p{}
.Scroll-explore{color: #0b4da3;
    font-size: 14px;
    font-weight: 600;
    padding-left: 50px;}
.Scroll-explore:before{content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 38px;
    height: 2px;
    background: #0b4da3;}

/* ========== Pricing =============== */
.price-wrap{background: url(../images/left-circle-line.png)no-repeat;background-position: left center;}
.price-card{border:1px solid #e4e7ed;}
.price-card.active{border:1px solid #fff;border-top: 3px solid #163a6b; box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);}
.price-card:hover{border:1px solid #fff; border-top: 3px solid #163a6b;   box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);}
.price-card .card-header h2{    color: #163a6b;
    font-size: 40px;}
.price-card .card-header h2 sub, .price-card .card-header h2 sup{font-weight: 500;
    font-size: 16px;}
    .price-card .card-header h2 sup{top: -12px;
    font-size: 22px;}
.price-card .card-header h6{color: #8b95a3;
    font-weight: 600;}
    .price-card p{    min-height: 55px; color: #333;}
   .price-card ul .list-group-item{color: #606f83;font-size: 14px;}
   .price-card ul .list-group-item-header{color: #333;font-weight: 500;font-size: 15px;}
    .price-card .btn{border-radius: 30px;font-size: 14px;}
/* become-client-wrap */
.become-client-wrap{background:#163a6b;}
.become-client-img{}
.become-client-img>img{    width: 100%;
    height: 550px;
    object-fit: cover;}
.become-client-wrap .title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.become-client-wrap .list-point ul li:before {
    content: "\f058";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 2px;
    top: 4px;
    color: #fff;
}
/*================= client home page ===================*/
/*============= button style ================*/
.button-1{width: 100%;
    outline: none;
    height: 50px;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 0px 0px 0;
    background-color:#d3a023;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: none;
}
.button-1 a, .button-1 span{ text-transform: uppercase;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
    font-weight: 500;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.button-1 a img{    float: none;
    margin-left: 10px;}
.eff-1{
  width:100%;
  height:50px;
  right:-840px;
  background:#c38e0d;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-1:hover .eff-1{
  right:0px;top: 0px;
}
.button-1:hover a{
  color:#000;
}
.button-1:hover a, .button-1:hover.book-btn{
  color:#000;
}

/*=============== our team ===================*/
.owl-dots{text-align: center;}
.owl-carousel button.owl-dot{width: 8px; height: 8px; display:inline-block; margin: 5px; border-radius: 50%; background-color:#feeed6; }
.owl-carousel button.active{background-color:#fda31b;width: 10px; height: 10px;}
.owl-nav {     position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 40px;}
.owl-nav button span { font-size: 50px;
    line-height: 22px;
    font-weight: 100;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    color: #404041;
}
.owl-nav button span:hover{/*border: 1px solid #E93131;
    color: #E93131;*/}
.owl-nav .owl-next{float: right;margin-right:-35px;}
.owl-nav .owl-prev {float: left;margin-left:-35px;}
/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {width: 100%;
    position: relative;

}
/*.testimonial_block:before{    content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#88b0e9;
    font-size: 40px;
    left: -18px;
    top: -18px;}
*/
.client_message:before{   content: "\f10e";
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #88b0e9;
    font-size: 26px;
    right: 20px;
    top: 30px;
}
.testimonial_icon {width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.testimonial_icon i {
  width: 100%;height: 100%;object-fit: cover;
}
.client_message {position: relative;
    width: 100%;
    background-color: #ebf3ff;
    padding: 25px 30px;
    border-radius: 10px;
}
.client_message p {font-size: 15px;    max-height: 155px;
    overflow: auto;
}
.client_info{}
.client_info .media-left, .client_info .media-body{vertical-align: middle;}
.client_info .name h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.client_info .name h6{}
.client_info .name span {
    font-size: 12px;
    line-height:18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.testimonial_block .quote_left i {
    font-size: 70px;
    color:#e8fff0;
}
#testimonials .owl-carousel .owl-dots{text-align: center;}
#testimonials .owl-carousel .owl-dots .owl-dot{width: 12px; outline: none;
    height: 12px; margin: 2px;
    border-radius: 50%;
    background-color: #ddd;}
#testimonials .owl-carousel .owl-dots .owl-dot.active{background-color:#ff0000;}
/*========= home page contact =========*/
.home-contact-wrap{}
.contactinfo-rgt .title{margin-bottom: 40px;}
.contactinfo-rgt .fotr-media{margin-bottom: 20px;}
.contactinfo-rgt .fotr-media h6{font-size: 13px; color: #777;}
.contactinfo-rgt .fotr-media p{ color: #000;}
.contactinfo-rgt .fotr-media p a{ color: #000;}
.contactinfo-rgt .hdr-social-link li a {}
.contact-form{ position: relative;
    background-color: #f4f4f4;
    padding: 35px 45px;
    border-radius: 0px;}
.contact-form h4{font-size: 28px;}
.map-col .contact-form{ padding-left: 50px;}
.contact-form .form-group{ margin-bottom: 20px;}
.contact-form label{ font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;}
.form-ctrl{height: 48px;
    border: 1px solid #bebdbd;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
}
.btn-submit{    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;}
textarea.form-ctrl{padding-left: 15px;height:auto;}
/*=========== Our Clients ================*/
.partner-logo{    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    padding: 15px 24px;
    background-color: #fff;
    height: 100px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 12%);margin-bottom: 25px;
}
.partner-logo>img{transition: 0.5s;width: 100%;height: 100%;object-fit: contain;}
.partner-logo:hover> img{ transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2);}

/*=========== footer ================*/
footer{    background: #163a6b url(../images/line-shap0.png) center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 70px;}
   
footer .title{}
footer .title h2{color: #000;}
footer .title h2 span{-webkit-text-stroke: 1px #000;
    color: #404041;}
.fotr-logo{ margin-bottom: 15px;width: 125px;}
footer h3{color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;}


footer p{  color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;}
.fotr-media{    margin-bottom: 15px;
    position: relative;}
.fotr-media-icon{width: 35px;
    height: 35px;
    background-color: #2CA9E1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;}
.fotr-media-icon>img{width: 100%;height: 100%;object-fit: contain;}
.fotr-media h6{margin-top: 0px;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;}
.fotr-media p{ margin-bottom: 5px;}
.fotr-media p a{font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;}
.fotr-media p a:hover{color: #A1C33A;}
.fotr-media p i{  font-size: 14px;
   /* width: 25px;
    height: 25px;
    background-color: #d3a023;
    line-height: 26px;
    border-radius: 50%*/
    color:  #2CA9E1;
    text-align: center;}
.fotr-media h4{ margin-top: 0px; position: relative; margin-bottom: 20px;}
.fotr-media h4:before{position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color:#2CA9E1;
    left: 0px;
    content: "";}
.adress{padding-right:80px;}
.fotr-media-item{margin-bottom: 45px;}
.fotr-menu{}
.fotr-menu li{margin-right: 40px;}
.fotr-menu li:last-child{margin-right: 0px;}
.fotr-menu li  img{width: 20px;height: 20px;margin-right: 5px;object-fit: contain;}
.fotr-menu li a{   color: #fff;
    display: inline-block;
    padding: 6px 0px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 14px;}
	.fotr-menu li a:hover{transform: translate(10px, 0px);-o-transform: translate(10px, 0px);-webkit-transform: translate(10px, 0px); text-decoration:none;color: #A1C33A;}
	.cpyrgt-wrap{       position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #244a81;}
footer .hdr-social-link{margin-top: 10px;}
footer .hdr-social-link li{padding-right: 10px;}
footer .hdr-social-link li a{color: #fff;
    transition: 0.5s;
    background-color: transparent;
    border: 1px solid #fff;}
footer .hdr-social-link li a:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
    .cpyrgt-wrap p{ font-size: 14px;
    font-weight: 500;
    color:#fff;}
.cpyrgt-wrap p a{color: #fff;font-weight: 500;}
.cpyrgt-wrap p a:hover{color: #fff;}
/*========== whatsapp ==========*/
.fixed-links {right: 5px;
    position: fixed;
    z-index: 100;
    bottom: 50px;}
.fixed-links>a{font-weight: 600;
    border-radius:50%;
    font-size: 22px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
    padding: 11px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
    text-decoration: none;
    text-align: center;}
.fixed-links>a.whatsap{background: #25d366;border-radius: 50%;}
.fixed-links>a.call{background-color:#A1C33A;}
.mrgn-btm0{margin-bottom: 0px;}
/*================ thank you  ===========*/
.thanks-section{padding-top: 90px;padding-bottom: 80px; background-color: #f5f5f5;}
.inner-thanks{}
.inner-thanks img{ width: 100px;margin-bottom:10px;}
.thanks-footer{padding-top: 0px;}
.thanks-footer .cpyrgt-wrap{ margin-top: 0px;}
.btn-width{width: 150px; margin: auto;}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 20px;
}
.txt_dec h4 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-transform: inherit;
}
.txt_dec p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}
/*============= about us ================*/
.inr-wrap{position: relative; padding-top:20px;padding-bottom: 10px;background-color:#fda31b;overflow: hidden;}
.inr-wrap:before{content: "";position: absolute; background-color:#012758; width: 300px; top: 0px; bottom: 0px; right: -20px; -ms-transform: skewX(-20deg); /* IE 9 */
  transform: skewX(-20deg); /*Standard syntax */}
  .inr-wrap-banner{padding-top: 0px;padding-bottom: 0px;}
.about-bnr{ }
.inr-title{ position: relative;}
.inr-title h2{text-transform: uppercase;color: #fff;}
.brdcrm{background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 0px;}
.brdcrm>li {    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;}
.brdcrm>li a{ color: #ffffff;}
.breadcrumb-item+.breadcrumb-item::before { color: #fff1d0;}
.brdcrm>li.active{ color: #fff;}





