@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', sans-serif; color: #3E3F41;}
.mobile-builder{display: none;}
.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%);    background: #fff;}
	.sticky	.hdr-top{display: none;}
.sticky	.navbar-brand>img {height: 50px;}
.sticky	.navbar-expand-lg .navbar-nav .nav-link {color: #000;}
	.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:focus+.btn-warning, .btn-warning:focus {
    background-color: #FFB700;
    border-color:#FFB700;
    box-shadow: none;}
  .text-golden{color: #D89086 !important;}
.text-warning {
    color:#FFB700 !important;
}
.text-danger {
    color: #FD4D6D !important;
}
.text-primary {
    color: #007FC6 !important;
}
.text-info {
    color: #00adef !important;}
    h1, h2, h3{font-family: "Roboto", serif;font-weight: 800;}
h1, h2, h3, h4, h5{margin-top: 0px;font-weight: 600;}
p{ line-height: 26px;
    font-size: 16px;}
p strong{font-weight: 600;}
select.form-control{    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 8px center;
    background-size: 16px;
}
.list-point{position: relative;    margin-bottom: 25px;}
.list-point h4{font-size: 19px !important;}
.list-point ul{}
.list-point ul li:before{content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(../images/check-mark.png) no-repeat;
    background-position: center;
    background-size: 65%;}
.list-point ul li{line-height: 22px;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;}
	.btn-white{background-color:#fff;border:1px solid #fff;color:#000;}
.bg-info{background-color:#a0c9ff !important; }
.btn-info{background-color:#00adef;color: #fff;border-color:#00adef;}
.btn-info:hover{background-color:#19b7f4;border-color:#19b7f4;color: #fff;}
.btn-warning {
    color: #000;
    background-color:#FFB700;
    border-color:#FFB700;
}
.btn-warning:hover {
    color: #fff;
    background-color:#007FC6;
    border-color:#007FC6;
}
.btn-light {
    color: #000;
    background-color: #fdf2f0;
    border-color:#fdf2f0;}
    .btn-light:hover {
        color: #000;
        background-color: #f4dfdb;
        border-color:#f4dfdb;}
.btn-primary {font-weight: 500;
    color: #fff;
    background-color:#007FC6;
    border-color:#007FC6;
}
.btn-primary:hover{
    color: #000;
     background-color:#FFB700;
    border-color:#FFB700;
}
.btn-danger {text-transform: uppercase; font-weight: 500;
    color: #fff;
    background-color:#FD4D6D;
    border-color:#FD4D6D;
}
.btn-danger:hover {
    color: #fff;
  background-color:#1C246F;
    border-color: #1C246F;
}
.bg-light {
    background-color:#F1F4F4 !important;
}
.media .d-m-show{display:none;}
.container-fluid {padding-left: 30px;padding-right: 30px;}
.table tr th{font-weight: 600;}
.table>:not(caption)>*>* {
    font-size: 14px;
}
header{ z-index: 1000;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 20%); */
    transition: 0.5s;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    background: linear-gradient(#000000, transparent);}
.hdr-top {background-color: #012b42;
    padding-top: 10px;
}
.hdr-social-link li{padding-right: 5px;
    padding-left: 5px;}
.hdr-social-link li a {color: #fff;
    transition: 0.5s;
    background-color: transparent;
    width: 42px;
    height: 42px;
    border: 1px solid #ffff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 10px;}
.hdr-top-cnt li{margin-right: 30px;}
.hdr-top-cnt li:last-child{margin-right: 0px;}
.hdr-top-cnt li a {color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.hdr-top-cnt li a i{margin-right: 4px;color: #FFB700;}
.txt-rgt{ text-align:right;}

.navbar{}
.navbar>.container{position: relative;}
.navbar-brand {    padding: 5px 0px;}
.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:90px;}
.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: #fff;
    padding: 15px 25px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;}
	.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 .mobile-navbar .nav-link{padding: 12px 25px;border-radius: 6px;font-weight: 700;}
.navbar-expand-lg .navbar-nav>li>a.login-nav{    background-color: #FFB700;
    color: #000;
    margin-left: 40px;
    }
.navbar-expand-lg .navbar-nav>li>a.login-nav:hover{color:#fff; background-color:#007FC6;}
.dropdown-full {position: initial;}
.dropdown-menu{padding: 10px;
    margin: 0px;
    border: none;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
    margin-top: 0px !important;
    border-radius: 12px;
    left: 0px;
    transition: 0.5s;
    min-width: 12rem;}
	.drop-menu{width: 100%;    min-width: 17rem;}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0f4aa4;
}
	.drop-menu>li>a { padding: 12px 15px;
    color: #444;    border-radius: 8px;
    font-size: 14px;}
    .drop-menu>li:last-child>a{border-bottom: none;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#1141BE;
}
.drop-menu>li>a:hover {color: #1141BE;}
.dropdown-item.active, .dropdown-item:active {
    color: #1141BE;
    text-decoration: none;
    background-color: #1141BE;
}
/*.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:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1141BE;
}
.dropdown-full .dropdown-menu {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    padding:0px 20px;}
.dropdown-menu>.row>div:nth-of-type(even){background-color:#F5F8FD;}
.dropdown-menu-list{padding: 15px 0px;}
.dropdown-menu-list>li{}
.dropdown-menu-list>li>a{font-size: 13px;
    color: #505050;padding: 5px 0px;
    display: block;font-weight: 500;}
.dropdown-menu-list>li>a:hover{color: #000;}

	/*============ slider css =============*/
.type-box{text-align: center; margin: 30px;}
.type h1 a{ color:#fff; font-size:45px;}
	.bs-slider{
    overflow: hidden;
   /* height: 650px;*/
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
 .bs-slider-overlay {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 61%);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto; height:650px;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/
.slider-wrap{ width: 100%; position: relative;overflow: hidden;}
.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: 100%;
    object-fit: cover;}
.slider-wrap .owl-carousel .owl-item img{    height: 600px;
    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-self: center;
   align-items: center;
	    display: flex;
        flex-direction: column;
        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:500;
   font-size: 30px;}
.slide-text h1 {font-family: "Roboto", serif;
    font-size: 68px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 500;
   
}
.slide-text h1 span{font-weight: 700;}
.slide-text h3{ margin-bottom: 0px;
    font-size: 40px;}
.slide-text h5{    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;}
.slide-text p {  text-align: justify;
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 50px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    color: #070707;
}
.slide-text .btn-lg{
    padding: 15px 25px;
    font-size: 16px;
}

.slide-text-dec .btn-white{font-weight: 500;}
.banner-rgt{}
.banner-rgt>img{width: 430px !important;
    margin: 20px auto 0px;}
    .form-box{position: relative;}
        .form-box .form-group{margin-bottom: 20px;position: relative;}
    .search-form-slider{position: relative;margin-top: 100px;}
    .search-form-slider .form-box{position: relative;
        background-color: rgb(20 21 54 / 84%);
        padding: 20px 20px 10px;
        border-radius: 8px;}
        .search-form-slider .form-box .form-group{margin-bottom: 12px;}
        .banner-srvs-wrap{position: relative; margin-top: -70px;z-index: 1;}
        .banner-srvs-row{position: relative;}
        .banner-srvs-item{
            background-color: #fff;
            padding: 30px 60px;
    box-shadow: 0px 25px 40px 0px #0000001A;
            position: relative;}
        .banner-srvs-icon{width: 52px;
            height: 52px;
            overflow: hidden;
            margin-bottom: 20px;}
        .banner-srvs-icon>img{width: 100%;height: 100%;object-fit: contain;}
        .banner-srvs-item h4{font-family: "Roboto", serif;
            font-size: 22px;
            margin-bottom: 12px;}
        .banner-srvs-item p{font-size: 15px;
            font-weight: 500;
            color: #5c5c5c;margin-bottom: 25px;}
        .banner-srvs-item .btn{border-radius: 30px;}
        .welcome-wrap{position: relative;    padding: 25px 0px 30px;background-color: #012b42;}
       .welcome-wrap .title h1{font-size: 70px;}
       .welcome-wrap .title h4{}
       .welcome-wrap .title p{font-weight: 500;font-size: 22px;}
/*=========== end ===========*/
/*========== enquire form ======*/
.btn{font-size: 14px;
    padding: 10px 20px;border-radius: 8px;}
.btn-lg{font-size: 15px;
    padding:14px 25px;}
.btn-sm{font-size: 12px;
    padding:5px 15px;}

.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;}

.wrap{ position:relative; padding-top:70px; padding-bottom:70px;}
.bg-yellow{background-color:#FFB700 !important;}
.bg-yellow-light {
    background-color: #fff8dc !important;
}
.bg-primary {
    background-color:#007FC6 !important;
}
.title{ position:relative; margin-bottom:25px;}
.title h1{font-size: 46px;}
.title h2{    font-size: 40px;position: relative;}
.title h2 span{font-weight: 400;}
.text-stroke-white{-webkit-text-stroke: 1px #fff;}
.title h3{font-size: 35px;}
.title h3 span{}
.title h4{font-size: 30px;font-weight: 600;}
.title h4 span{}
.title p{font-size: 18px;line-height: 30px;}
.title-bg{position: relative; width: 50px; height: 5px; background-color:#77dd76; display: inline-block; border-radius: 4px;}
.green{color: #77dd76;}
.red{color: #e43039;}
.white{ color:#fff;}
.bg-blue{background-color: #19ace9;}
.embed-responsive {
    width: 100%;
    height: 350px;
    background-color: #000;
}
.embed-responsive>video, .embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.slider-wrap>.embed-responsive{height: 650px;}
.slider-wrap .slide-text{background: rgb(0 0 0 / 10%);}
/*=========== about hompe page ================*/
#about{background: url(../images/builders.png)no-repeat;background-position: right bottom;}
.abt-box{position: relative;margin-bottom: 25px;}
.abt-box .title{margin-bottom: 20px;}
.abt-box .title h1{font-weight: 900;}
.abt-box h4{font-size: 24px;
    font-weight: 500;}
.abt-box p{line-height: 26px;}
.abt-box p.mb-4{margin-bottom: 35px !important;}
.abt-box .btn-lg{    padding: 13px 32px;
    font-size: 18px;
    font-weight: 400;
}
.abt-icon{width: 60px;height: 60px;margin: 5px auto;}
.abt-icon>img{width: 100%;height: 100%;object-fit: contain;}
.abt-img{ position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}
.abt-img>img{width: 100%;height: 100%;object-fit: cover;}
.abt-img1{margin-top: 30px;height: 430px;}
.abt-img-md{height:400px;}
.abt-media-row{background-color: #FFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 25px 40px 0px #0000001A;
    border-radius: 20px;
    padding: 26px; margin-top: 30px;}
.abt-media{}
.abt-media .media-left, .abt-media .media-body{
    vertical-align: middle;
}
.abt-media-row .border-left{border-left: 1px solid #eee;}
.abt-media-icon{width: 52px;height: 52px;}
.abt-media-icon>img{width: 100%;height: 100%;object-fit: contain;}
.abt-media h5{margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;}
.item-box{position: relative;margin-bottom: 25px;}
.tmb{position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;}
.tmb>img{width: 100%;height: 100%;object-fit: cover;}
.item-dec{padding: 5px 15px 15px;}
.item-dec h4{    font-size: 19px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.item-dec p{line-height: 22px;color: #666;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
.item-dec .btn-link{    font-weight: 500;color:#d87c70;
    text-decoration: none;}
.Getstarted-wrap{background:url(../images/delivery-img3.jpeg)no-repeat;background-position: right center;
    background-size:cover;}
.Getstarted-wrap .title h2{color: #fff;font-size: 50px;}
.Getstarted-wrap .title h2 span{-webkit-text-stroke: 1px #fff;}
.Getstarted-wrap .btn-lg{    font-size: 22px;
    font-weight: 600;
    padding: 8px 16px;}
/*========== services  ========*/
.srvs-wrap{}
.Choose-us:before, .testimonial_wrap:before{position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 127 198 / 84%);
    top: 0px;
    left: 0px;}
.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;}

.srvs-box{ box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 19%);
    padding: 20px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}
.srvs-icon{    width: 100%;
    height: 290px;
    margin: 0px auto 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #18557a;}
.srvs-icon>img{width: 100%;height: 100%;object-fit: cover;}
.srvs-box h4{font-size: 20px;
    margin-bottom: 15px;}
.srvs-box h3{font-size: 24px;font-weight: 500;
    margin-bottom: 15px;}
.srvs-box h6{font-size: 14px;color:#000;}
.srvs-box p{  font-size: 14px;margin-bottom: 25px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; }
.srvs-box .btn{
    font-size: 14px;
    font-weight: 600;}



/*================= Why Choose Us ===================*/
.Choose-us { background: url(../images/tvn-img4.jpeg)no-repeat;background-size: cover;background-position: center; }
.Choose-us:before{background:linear-gradient(45deg, #00121c, transparent);}
.Choose-us .list-point ul {
    margin-bottom: 40px;
}
.Choose-us .list-point ul li:before{background: url(../images/check-markY.png) no-repeat;
    background-position: center;
    background-size: 95%;
}
.why-choose{  position: relative;
    background-color: #fff;
    padding: 40px 25px 35px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-top: 25px;
    box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 19%);}

.why-choose-icon{    width: 75px;
    height: 75px;
    margin-bottom: 20px;
    border-radius: 50%;
    padding: 10px;
    background-color: #e3f5ff;
    position: relative;
    text-align: center;
    font-size: 35px;
    font-weight: 600;}
    .why-choose-icon:before{content: "";
        right: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
        position: absolute;
        background: #FFB700;
        border-radius: 50%;}
.why-choose-icon>img{width: 100%;height: 100%;object-fit: contain;}
.why-choose h4{    font-weight: 600;
    font-size: 20px;
    font-family: "Roboto", serif;}
    
.why-choose p{}
.why-choose p strong{}
.choose-img{    height: 670px;}
.choose-img>img{}
.mb-70{margin-bottom: 70px !important;}

.learn-list .why-choose {
    padding: 25px;
    margin-bottom: 25px;
    min-height: 390px;
    margin-top: 0px;
}
/*=========== Priority ================*/
.priority-card{background-color: #fff;border: 1px solid #f0eded;}
    .priority-card:hover{box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);}
        .property-dec{}
        .property-dec p{}

/*=========== faq ================*/
.sidebar-sticky{position: sticky;top: 100px;}
.faq-accordion{position: relative;}
.faq-accordion .accordion-item {
    background-color: transparent;
}
.faq-accordion .accordion-button {font-size: 20px;
    color: #222;background-color: transparent;
    font-weight: 400;padding: 20px 20px 20px 35px;}
.faq-accordion .accordion-button::after {content: "\f067";
    background-image: none;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color:#d87c70;
    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:#d87c70;
}
.faq-accordion .accordion-body {
    padding: 5px 12px 12px 35px;
}
.faq-accordion p {
    font-size: 14px;
    line-height: 22px;
}

/*================= Our Process ===================*/
.bg-light-warning{background-color: #fffaec;}
.process-line-wt {    position: relative;
    width: 100%;
    margin: auto;
}
.process-line {display: none;
    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:center;
    align-self: center;
    margin: auto;
    text-align: center;}
.process-list li{ width: 25%;
    padding: 10px;}
.process-list li:nth-child(odd){}
.process-box {position: relative;
    background-color: #fff;
    box-shadow: 0px 25px 40px 0px #0000001A;
    padding: 25px 0px;
    border-radius: 24px;
    min-height: 315px;
}
.process-icon {      position: relative;
    width: 120px;height: 120px;
    border-radius: 50%;
    margin: 0px auto 30px;
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 8%);
    background-color: #007FC6;
    padding: 15px;
   
}
.process-icon-bg{ background-color: #e5f6ff; position: relative;
    width: 100%;height: 100%;
    border-radius: 50%;
    margin: 0px auto 10px;}
.process-icon img {
   position: relative;
    top: 18px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.process-icon span {  position: absolute;display: none;
    bottom: -30px;
    right: 32%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    background-color: #d7d7d7;
    border-radius: 50%;
}
.process-list li h4 {    font-size: 19px;
    font-weight: 600;
    margin: 10px auto;
}
.process-list li p{  margin: auto;
    color: #4c4949;
    font-size: 14px;font-weight: 500;
    padding: 0px 15px;}



/*================= client home page ===================*/
.bdr-bg{     width: 80px;
    background-color: #000;
    height: 3px;
    display: inline-block;}
.bdr-bg1{     width: 80px;
    background-color:#e4be82;
    height: 3px;
    display: inline-block;}
.lightgold{color:#e4be82;}
.inner-box{box-shadow: 0px 0px 20px rgba(0,0,0,0.10);    background-color: #fff;
    text-align: center;}
.inner-box>.thumbnail{ margin-bottom: 0px;}
.inner-box>.thumbnail img{    width: 100%;
    height: 225px;
}
/*============= 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 ===================*/
.team-card{position: relative;padding: 40px 10px 25px;}
.team-card-icon{width: 80px;height: 80px;margin: 0px auto 15px;transition: 0.5s;}
.team-card-icon>img{width: 100%;height: 100%;object-fit: contain;}
.team-card:hover>.team-card-icon{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.team-card h3{font-size: 30px;font-weight: 600;color: #fff;}
.ourteam-wrap{background-color: #404041;position: relative;padding-top: 40px;}
.team-box{position: relative;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #f4fafd;
    border-radius: 12px;}
.team-box .media-left{width:15% !important;}
.team-box .team-box-img{width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;}
.team-box .team-box-img img{width:100%; height: 100%; transition: 0.5s;object-fit: cover;}
/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info{padding: 0px;position: relative;margin: 0px;}
.team-box .client_info h4{ font-size: 18px;
    font-weight: 500;
    color: #000;}
.team-box .client_info h6{
    font-size: 12px;font-weight: 400;}
.team-box .client_info p{font-size: 14px;
    line-height: 22px;}
.team-box .client_info p:first-child{margin-bottom: 0px;}
.team-box .client_info .collapse-text a{font-weight: 400;
    color: #0f4aa4;}
.team-box .hdr-social-link{}
.team-box .hdr-social-link li a {   }
.owl-dots{text-align: center;}
.owl-carousel button.owl-dot{width: 8px; height: 8px; display:inline-block; margin: 5px; border-radius: 50%; background-color: #ffdce0; }
.owl-carousel button.active{background-color:#FFB700;width: 10px; height: 10px;}
.owl-nav { position: absolute;
    top: -55px;
    right: 0px;}
.owl-nav button span { font-size: 40px;
    line-height: 30px;
    font-weight: 100;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    color: #000;
    border: 1px solid #e1e0e0;
}
.owl-nav button span:hover{border: 1px solid #e1e0e0; background-color:  #e1e0e0;}
.owl-nav .owl-next{margin-left: 10px;}
.owl-nav .owl-prev {}
.counter-box{position: relative;
    border-bottom: 1px solid #acacac;
    margin-top: 25px;}
.counter-box h2{font-size: 50px;}
.counter-box h2 span.text-warning{font-size: 30px;}
.counter-box h4{    color: #007FC6;
    font-size: 18px;}
.counter-box p{    font-size: 14px;
    line-height: 24px;}
/*====================  ====================*/
/*==================== ====================*/
.testimonial_wrap{}
.testimonial_wrap:before {
    background:transparent;
}
.Quote{position: relative;}
.Quote>span{width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFB700;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 30px;}
.testimonial_block {width: 100%;
    position: relative;
}
.client_message:before{  /*  content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#FFB700;
    font-size: 40px;
    left: 4%;
    top: 25%;*/}

/*.client_message:after{    content: "\f10e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #FD4D6D;
    font-size: 24px;
    right: 10px;
    bottom: 10px;
}*/
.testimonial_icon {width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0px auto 10px;
}
.testimonial_icon i {
  width: 100%;height: 100%;object-fit: cover;
}
.client_message {    position: relative;
    width: 100%;
    border-radius: 8px;
    padding: 25px 25px 15px;
    background: #edf8ff;
}
.client_message p {      font-size: 14px;
    color: #000;font-weight: 400;overflow: auto;
    height: 130px;padding-right: 10px;
}
.client_info{margin-bottom: 15px;}
.client_info .name h4 {    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #000;
    text-transform: uppercase;
}
.client_info .name h6 {
    font-size: 14px;
    line-height:16px;
    font-weight: 400;
    color: #999;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.testimonial_block .quote_left i {
    font-size: 70px;
    color:#e8fff0;
}
.testimonial_block .owl-dots {
    margin-top: 25px;
}
/*========= home page contact =========*/
.home-contact-wrap{/*background: linear-gradient(to bottom, transparent 80%, #1141BE 80%);    padding-bottom: 20px;*/padding-top: 200px;}
.contactinfo-rgt{background-color: #012b42;
    position: relative;box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 23%);
    border-radius: 24px;}
	.contactinfo-rgt .young-bnr{ border-radius: 12px 0px 0px 12px;width: 433px;display: block;
    margin: auto}
.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;    font-size: 16px;}
.contactinfo-rgt .fotr-media .fotr-media-icon {    margin-right: 10px;
    background-color: #FFB700;
    color: #000;
    border-radius: 6px;
    border: none;
}
.contactinfo-rgt .hdr-social-link li a {}
.contact-form{ position: relative;
    background-color: #007FC6;
    padding: 35px 45px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 23%);
    border-radius: 25px;margin-top: -120px;}
.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: 50px;
    border-radius: 6px;
    padding-left: 15px;
    border: 1px solid #eeeaea;
    font-size: 13px;
    color: #000;
}
.btn-submit{padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;}
textarea.form-ctrl{padding-left: 15px;height:auto;}
/*=========== Our Clients ================*/
.ulRowfive{}
.ulRowfive>li{width: 20%;}
.partner-logo{position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 50px;
    background-color: #fff;
   height: 100px;
}
.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);}

/*=========== moment-wrap ================*/
.moment-wrap{background-color: #703380;}
.moment-wrap .title h2 {color: #fff;}
.moment-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color:  #703380;
}
.moment-wrap .title p{color: #fff;max-width: 635px;
    font-weight: 300;}
.stanford{background-color: #fff;
    padding: 10px;
    border-radius: 10px;}
.stanford>img{width: 100%;height: 100%;object-fit: contain;}

/*=========== footer ================*/
footer{background-color:#012b42;
    padding-top: 50px;}
    .footer-border{border-bottom: 1px solid #fff;
        margin-bottom: 40px;}
        .footer-border .fotr-media {
            border-right: 1px solid #fff;
            padding-top: 25px;
        }
footer .title h2 span{-webkit-text-stroke: 1px #000;
    color: #404041;}
.fotr-logo{     margin-bottom:20px;
    width: 90px;}
footer h3{color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;}
footer h3:before{/*position: absolute;
    bottom: -8px;
    height: 2px;
    width: 40px;
    background-color:  #dde8f6;
    left: 0px;
    content: "";
border-radius: 20px;*/}

footer p{ color: #e0e3fd; font-size: 14px; line-height: 22px;font-weight: 400;}
.fotr-media{    margin-bottom: 10px;
    position: relative;}
.fotr-media-icon{  width: 45px;
    height: 45px;
    background-color: #1141BE;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
font-size: 22px;}
.fotr-media-icon>img{width: 100%;height: 100%;object-fit: contain;}
.fotr-media h5{margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;}
.fotr-media p{ margin-bottom: 5px;    font-size: 15px;}
.fotr-media p a{font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;}
.fotr-media p a:hover{color: #FFB700;}
.fotr-media p i{  font-size: 14px;
   width: 25px;color: #FFB700;
    height: 25px;
    line-height: 26px;
    border-radius: 4px;
    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: #dde8f6;
    left: 0px;
    content: "";}
.adress{padding-right:80px;}
.fotr-media-item{margin-bottom: 40px;}
.fotr-menu{}
.fotr-menu li{}
.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:#FFB700;}
	.cpyrgt-wrap{       position: relative;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #FFB700;
    border-top: 1px solid #FFB700;}
footer .hdr-social-link{margin-top: 10px;}
footer .hdr-social-link li{
    margin-right: 2px;}
footer .hdr-social-link li a{color: #fff;
    transition: 0.5s;
    background-color: transparent;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ffff;
    border-radius: 50%;
    font-size: 17px;}
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: 12px;margin-bottom: 10px;
        font-weight: 500;
        color: #000;}
.cpyrgt-wrap p a{color:  #000;font-weight: 500;}
.cpyrgt-wrap p a:hover{color: #fff;}
/*========== whatsapp ==========*/
.fixed-links {right: 0px;
    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:#264557;}
.fixed-links>a.request{width: auto;
    height: auto;
    border-radius:10px 0px 0px 10px;
    font-size: 15px;
    background-color: #007FC6;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    padding: 15px 8px;}
.mrgn-btm0{margin-bottom: 0px;}
.offcanvas-form .offcanvas-title{font-weight: 500;
    font-size: 18px;
    padding-right: 15px;
    color: #0a466b;}
    .offcanvas-form .offcanvas-body {background-color: #2e424e;padding: 20px 25px;}
    .offcanvas-form   .contact-form {
        background-color: transparent;
    }
/*================ 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 ================*/
.full-banner{position: relative;}
.full-banner>img{width: 100%;}
.inr-wrap{position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #1141BE;}
.inr-wrap-banner{}
.inr-wrap-banner>img{width: 100%;
    height: 280px;
    object-fit: cover;}
.inr-title{ position: relative;}
.inr-title h2{text-transform: uppercase;color: #fff;}
.brdcrm{background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 5px 0px;
    margin-bottom: 0px;}
.brdcrm>li {    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;}
.brdcrm>li a{ color: #fff;}
.breadcrumb-item+.breadcrumb-item::before { color: #fff;}
.brdcrm>li.active{ color: #FFB700;}
.orange{color: #f99011;}
.about-tab-nav{margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-left: 0px;}
.about-tab-nav li{ }
.about-tab-nav li:first-child{padding-left: 0px;}
.about-tab-nav li a{display: block;
    padding: 12px 35px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;}
.about-tab-nav li.active > a{border-bottom: 2px solid #1f56aa; color: #1f56aa;}
.about-tab-nav li a:focus{text-decoration: none;}
.about-tab-nav li a:hover{text-decoration: none;color: #1f56aa;}
.abt-dec{margin-bottom: 20px;}
.abt-dec h3{ margin-bottom: 20px;}
.abt-dec p{   font-size: 14px;
    color: #777;}
.abt-dec p:last-child{margin-bottom: 0px;}
.abt-tmbimg{}
.abt-tmbimg .img-responsive{}

/*================ Gallery=================*/
.tabs-nav {
    margin-bottom: 20px;
    border: 1px solid #858585;
    border-radius: 30px;
    padding: 6px;
}
.tabs-nav .nav-link {
    border-radius: 30px;
    font-size: 15px;
    color: #858585;
    font-weight: 400;
    padding: 10px 5px;
}
.tabs-nav .nav-link.active, .tabs-nav .show>.nav-link {
    color: #fff;
      background-color: #00B1FB;
}
.galry-list .tmb {
    height: 210px;}
.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;margin-bottom: 25px;
}

/*================ Services =================*/
.consulting-srvs-box .srvs-box {
    min-height: 245px;
}
.consulting-srvs-box .srvs-box h3 {
    font-size: 20px;
}
.relay-srvs-box .srvs-box {
    min-height: 450px;
}
.relay-srvs-box .srvs-box p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
}
.overleft-box{position: relative;
    margin-bottom: 50px;
    width: 96%;}
.overleft-box .tmb{height: 320px;}
.overleft-box .tmb>img{}
.overleft-dec{position: relative;
    margin-top: -70px;
    margin-left: 40px;
    background: #fff;
    padding: 25px 35px 15px;
    box-shadow: 2px 8px 17px 0px rgb(0 0 0 / 22%);}
.overleft-dec h4{}
.overleft-dec p{}
/*================ Career =================*/
.positions-box{    position: relative;
    background-color: #0f4aa4;min-height: 180px;
    border-radius: 4px;transition: 0.5s;
    padding: 20px;margin-bottom: 20px; margin-top: 10px;}
.positions-box:hover{box-shadow: 0px 0px 14px 1px #ddd;background-color:#ff0000;}
.positions-box:hover > h4:before {background-color: #fff;}
.positions-box:hover>.apply-btn a{color: #fff;}
.positions-box h4{font-size: 22px;
    position: relative;color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;}
.positions-box h4:before{content: ""; position: absolute; left: 0px; bottom: 0px; background-color: #ff0000; width: 30px; height: 2px;}
.positions-loc-year{}
.positions-loc-year li{font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;}
.positions-loc-year li i{    position: absolute;
    left: 0px;
    top: 3px;}
.positions-box .apply-btn{position: absolute;
    right: 20px;
    bottom: 20px;}
.apply-btn{}
.apply-btn a{     font-weight: 600;
    color: #fff;
    font-size: 18px;position: relative;
    text-decoration: none;}
.apply-btn a i{margin-left: 2px;
    position: relative;
    font-size: 16px;
    top: 2px;}
.positions-box .apply-btn a:hover{text-decoration: none;color:#0f4aa4;}
.job-dec-title{}
.job-dec-title h5{font-size: 16px;
    font-weight: 600;
    color: #000;}
.job-detail-list{margin-bottom: 20px;   list-style: disc;padding-left: 15px;}
.job-detail-list li{font-size: 15px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px;}
.apply-form{position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #dadada;
    padding: 30px 30px 5px;
    border-radius: 4px;}
.apply-form h3{font-weight: 500;margin-bottom: 25px;}
.apply-form .form-group{}
.apply-form .form-group .form-ctrl{background-color: #f0f0f0;
    border: none; font-weight: 500;}
.apply-form .form-group  .form-upload{padding-top: 12px;}
.apply-form .btn-width { margin: 0px;}
#viewallprofile{display: none;}

/*================ contact =================*/
.contactus-inner{}
.contactus-inner .contactinfo-rgt {
    padding: 40px;
}
    .contact-info-item{position: relative;
        background-color: #007FC6;
        padding: 20px;
        border-radius: 20px;}
        .contactus-inner    .contact-form {
            background-color: transparent;
            padding: 0px 0px 0px 40px;
        }
        .contactus-inner .contactinfo-rgt .fotr-media {
            margin-bottom: 25px;
        }
        .contact-info-item .fotr-media-icon {
            width: 55px;
            height: 55px;
            background-color: #fff;
            color: #292e3d;
            font-size: 28px;
        }
        .contact-info-item .fotr-media .media-left, .contact-info-item .fotr-media .media-body {
            vertical-align: middle;
        }
        .contactinfo-rgt .contact-info-item .fotr-media p,  .contactinfo-rgt .contact-info-item .fotr-media p a {
            font-size: 18px;
        }
        .contactinfo-rgt .contact-info-item .fotr-media p a:hover{color: #fff;}
        .contactinfo-rgt .contact-info-item .hdr-social-link li a {
            width: 50px;
            height: 50px;
        }
.location-wrap{position: relative;}
.location-wrap>iframe{width: 100%;border-radius: 30px;
    height: 500px;}
/*===================== Sign up  setion  ===============*/


/*================ login =================*/
.login-wrap{position: relative; padding: 90px 0px;background-color: #3d7fe2;}
.login-form-box{  width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;}
.login-form-box:before{content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);-o-transform: skew(-5deg, 0deg);-webkit-transform: skew(-5deg, 0deg);}
.logi-lft-box{position: relative;margin-bottom: 40px;margin-right: 40px;}
.logi-lft-box img{width: 75px;
    margin: 25px auto 15px;
    display: block;}
.logi-lft-box h3{    color: #fff;
    font-size: 30px;}
.logi-lft-box h5{    color: #fff;
    font-size: 16px;}
.sign-nav{text-align: center;}
.sign-nav li{margin-top: 10px;}
.sign-nav li a{    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
margin-right: 40px;
color: #333;}
.sign-nav li.active> a{background-color: #ff0000;color: #fff;}
.sign-nav li a:hover{text-decoration: none;
    background-color: #ff0000;
    color: #fff;}
.login-form{      position: relative;
    margin-left: 80px;
    margin-top:20px;}
.login-form h4{font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;}
.login-form .form-group{margin-bottom: 25px;}
.login-form .form-group label{    font-size: 16px;font-weight: 600;}
.login-form .form-group .checkbox  label{font-weight:500;}
.login-form .form-control{border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 2px;
    border-bottom: 1px solid #bbbbbb;
    height: 40px;
    font-weight: 500;}
.forget-psw{margin-top: 30px;}
.forget-psw a{    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
display: block; margin-bottom: 10px;}
.forget-psw p{font-weight: 500;
    font-size: 16px;
    color: #333;}
.forget-psw a:hover{color: #777; text-decoration: none;}
.login-form .btn{
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    border-radius: 30px;}


/*============ Testimolial-inner ===============*/
.testimolial-inner{}
.testimolial-inner .client_message {margin-bottom: 20px;}
.testimolial-inner .client_info {margin-bottom: 0px;}
.testimolial-inner .media .media-left{padding-right: 0px;}
.testimolial-inner .testimonial_icon{margin: 0px 15px 0px 0px;border-radius: 10px;}







