@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	padding:0;
	margin:0; 
    font-family: 'Raleway', sans-serif;
}
a {
 color: #747948;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
 color: #747948;
}
a img {
 border: 0;
}
h1, h1 a {
 color: #260f02;
 font-family: 'Raleway', sans-serif;
 font-size: 28px;
 font-weight: normal;
 margin: 0;
}
h2, h2 a {
 color: #260f02;
 font-family: 'Raleway', sans-serif;
 font-size: 26px;
 font-weight: normal;
 margin: 0;
}
h3, h3 a {
 color: #260f02;
 font-family: 'Open Sans', sans-serif;
 font-size: 22px;
 font-weight: normal;
 margin: 0;
}
h4, h4 a {
 color: #767b49;
 font-family: 'Raleway', sans-serif;
 font-size: 20px;
 font-weight: normal;
 margin: 0;
}
h5, h5 a {
 color: #212121;
 font-family: 'Raleway', sans-serif;
 font-size: 18px;
 font-weight: normal;
 margin: 0;
}
h6, h6 a {
 color: #707445;
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 font-weight: normal;
 margin: 0;
}
p, ul, ol {
 color: #212121;
 font-family: 'Raleway', sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin: 0;
 line-height: 21px;
}
 hr {
    background-color: #c3beb7;
    border: 0 none;
    height: 1px;
    margin: 2px;
}




/*About_us*/
.about_us{
    padding: 40px 0 80px;
}
.about_us h2{
    color: #eaf2f7;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}
.about_img{
    position: relative;
}
.about_img:before{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0590bb;
    content: "";
    left: 20px;
    top: 20px;
}
.about_img img{
    width: 100%;
    position: relative;
    z-index: 99;
}
.about_text{
    padding-left: 70px;
    margin-top: 5px;
}
.about_text h4{
    color: #0590bb;
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
}
.about_text .about_testimonials_text{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #747474;
    font-style: italic;
    line-height: 25px;
}
.about_text .about_testimonials_text:before{
    position: absolute;
    left: 0;
    top: -11px;
    content: "";
    background: url(../images/start_testi.png) center center;
    width: 28px;
    height: 19px;
}
.end_testi{
    margin-left: 5px;
}
.about_text p{
    color: #747474;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    margin: 20px 0 0 0;
    padding: 0;
}
.about_text a{
    background: #ff003a;
    color: #fff;
    padding: 15px 45px;
    text-decoration: none;
    display: inline-block;
    margin-top: 35px;
    font-size: 16px;
    border-radius: 25px 0 25px 0;
}
/*ourservice*/
.our_services{
    padding-bottom: 100px;
}
.our_services h2{
     color: #eaf2f7;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}
.our_services p{
    color: #001c2e;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}
.services_box{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 1px 2px 15px #ccc;
}
.services_box img{
    width: 100%;
}
.service_name{
    position: absolute;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    left: 25px;
    top: 50%;
    line-height: 25px;
    transform: translate(0, -50%);
    
}
.over_lay{
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 90%;
    height: 90%;
    left: 5%;
    bottom: -100%;
    border-radius: 8px;
    transition: .5s;
}
.services_box:hover .over_lay{
    bottom: 5%;
}
.over_lay a{
    background: #ff003a;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 15px;
    border-radius: 8px;
    width: 135px;
    
}
.middle_section{
    padding: 150px 0;
    background: url(../images/middle_bg.jpg) no-repeat top center;
}
.middle_inner_box{
    text-align: center;
}

.middle_box_icon{
    width: 150px;
    height: 150px;
    border-radius: 40px 0 40px 0;
    border: 1px solid transparent;
    padding: 5px;
    margin: 0 auto;
    transition: .5s;
}
.middle_box_icon_inner{
    background: #ffa900;
    width: 137px;
    height: 138px;
    border-radius: 40px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.middle_inner_box h3{
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 10px;
    padding: 0;
    font-size: 25px;
}
.middle_inner_box h4{
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 18px;
    transition: .5s;
}
.middle_inner_box:hover .middle_box_icon{
    border: 1px solid #ffa900;
    
}
.middle_inner_box:hover h4{
    color: #ffa900;
}

.feature_section{
    padding: 80px 0;
}

.feature_section h2{
    color: #eaf2f7;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}

.feature_listing_img{
       width: 130px;
    height: 99px;
    background: #fff;
    border-radius: 40px 0 40px 0;
    box-shadow: 2px 5px 25px #fff2da;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature_listing{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.feature_listing_text{
    text-align: right;
    padding-right: 20px;
    width: 100%;
}
.feature_listing_text h4{
    color: #020202;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
}
.feature_listing_text p{
    color: #dddddd;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.features_overview{
    display: flex;
    align-items: flex-end;
}
.feature_list_section{
    width: 30%;
}
.feature_over_mobile{
    width: 40%;
    text-align: center;
}
.feature_over_mobile img{
    max-width: 100%;
    margin: 0 auto;
}
.feature_right .feature_listing .feature_listing_text{
    order: 2;
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}
.feature_right .feature_listing .feature_listing_img{
    order: 1;
}

.testimonials_section{
    padding: 60px 0 120px;
    background: url(../images/testimonials_bg.png) no-repeat top center;
    background-size: cover;
}

.testimonials_section h2{
     color: #eaf2f7;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}
.testimonials_section p{
    color: #001c2e;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}
.slide_box{
    display: flex;
    align-items: center;
}
.slider_profile_section{
    text-align: center;
    width: 39%;
     background: url(../images/divider.png) no-repeat right center;
}
.slider_profile_img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 1px 2px 10px #ccc;
    margin: 0 auto 25px auto;
    background: #fff;
    overflow: hidden;
}
.slider_profile_img img{
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.slider_profile_section h4{
    font-size: 22px;
    color: #010101;
    margin: 0 0 5px 0;
    padding: 0;
}
.slider_profile_section span{
    font-size: 14px;
    color: #010101;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.testimonials_slider{
    padding: 0 80px;
    position: relative;
    margin-top: 60px;
}
.slider_profile_description{
    padding-left: 80px;
    padding-right: 30px;
   
}
.slider_profile_description h4{
    color: #000000;
    font-size: 25px;
    margin: 0 0 25px 0;
    font-weight: 500;
    padding: 0;
}
.slider_profile_description span{
    color: #6e6e6e;
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: normal;
    padding: 0;
    line-height: 28px;
}
.testimonials_slider .customNavigation .prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.testimonials_slider .customNavigation .next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.testimonials_slider .customNavigation a img{
    cursor: pointer;
    width: 60px;
    max-width: 100%;
}

.partner_section{
    padding: 60px;
}
.partner_section_inner{
    display: flex;
    justify-content: space-around;
}
.partner_section_inner .logo_box{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 1px 2px 14px #e2e1e1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: .5s;
    margin: 0 auto;
    
}
#owl-demo2 .item{
    padding: 10px 0;
}
.partner_section_inner .logo_box:hover{
    box-shadow: 1px 2px 14px #fbeccd;
}
.logo_box img{
    max-width: 100%;
    max-height: 100%;
}


/*footer*/
.footer_section{
    display: flex;
    
}
.footer_section .map_section{
    width: 50%;
}
.footer_section .contact_us{
    width: 50%;
    background: #002b4a;
}
.contact_us{
    padding: 50px 0;
}
.footer_section h2{
    color: #fff;
    font-size: 22px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
} 
.contact_us p{
    font-size: 16px;
    color: #b1b1b1;
    margin: 0 0 10px 0;
    padding: 0;
}
.contact_us p span{
    font-size: 18px;
    color: #fff;
}
.contact_us p a{
    margin: 0 5px;
}
.get_touch_form .input_fields{
    background: none;
    border: none;
    border-bottom: 1px solid #bababa;
    color: #b1b1b1;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    outline: 0;
    height: 38px;
}
.send_message{
    text-align: right;
    margin-top: 10px;
}
.get_touch_form .send_message button{
    background: none;
    border: none;
    font-size: 18px;
    color: #0067b8;
    font-weight: bold;
    padding: 0 0 0 40px;
    background: url(../images/send_message.png) no-repeat left center;
}
.copy_right{
    padding: 20px 0;
    color: #5b5b5b;
    font-size: 14px;
    text-align: center;
    background: #f2f2f2;
}
/*footer*/

/*banner*/
.banner_section{
    background: url(../images/banner_bg.png) no-repeat right top;
    background-size: 1095px;
}
.header{
    padding: 15px 0;
    transition: .5s;
}
.header_inner{
    display: flex;
    justify-content: space-between;
}
.logo{
    margin-top: 10px;
}
.logo img{
    width: 222px;
    max-width: 100%;
    transition: .5s;
}

.header_right_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.information_section{
    margin: 0;
    padding: 0;
}
.information_section ul{
    margin: 0;
    padding: 0;
}
.information_section ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0 14px 0 30px;
    border-right: 1px solid #fff;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
}

.information_section ul li:last-child{
    border-right: none;
}
.information_section ul li.email{
    background: url(../images/message_icon.png) no-repeat left center;
}
.information_section ul li.phone{
    background: url(../images/phone.png) no-repeat 15px center;
    padding-left: 40px;
}
.login_type a{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border:2px solid #e8aa30;
    width: 168px;
    height: 38px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 38px;
    margin-left: 20px;
}
.login_type a.client_active{
    background: #e8aa30;
}
.login_type{
    display: flex;
}
.navigation_section{
    margin-top: 40px;
    float: right;
}
.navigation_section .navbar-default{
    background: none;
    border: none;
    min-height: 25px;
}
.navigation_section .navbar-default .navbar-nav>li{
    margin: 0 23px;
}
.navigation_section .navbar-default .navbar-nav>li:last-child{
    margin-right: 0;
}
.navigation_section .navbar-default .navbar-nav>li:first-child{
    margin-left: 0;
}
.navigation_section .navbar-default .navbar-nav>li>a{
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    transition: .5s;
}
.navigation_section .navbar-collapse{
    padding: 0;
}
.navigation_section .navbar-default .navbar-nav>.active>a, 
.navigation_section .navbar-default .navbar-nav>.active>a:hover, 
.navigation_section .navbar-default .navbar-nav>.active>a:focus{
    background: none;
    color: #1f1f1f;
    border-bottom: 1px solid #e8aa30;
}

.navigation_section .navbar-default .navbar-nav>.inactive>a
{
    background: none;
    color: #1f1f1f;
    
}

.navigation_section .navbar-default .navbar-nav>li>a:hover,
.navigation_section .navbar-default .navbar-nav>li>a:focus{
    color: #1f1f1f;
    border-bottom: 1px solid #e8aa30;
}


/*banner*/
.slide_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px 85px;
}
.slide_section .slider_text{
    width: 34%;
}
.slide_image{
    width: 41%;
}
.slide_image img{
    max-width: 100%;
}

.slide_section .slider_text h2{
    color: #1f1f1f;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
.slide_section .slider_text h3{
    font-size: 40px;
    color: #0590bb;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}
.slide_section .slider_text p{
    font-size: 18px;
    color: #030303;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.slide_section .slider_text p span{
    color: #0590bb;
    font-size: 25px;
    font-size: 25px;
}
.carousel-indicators li{
    border:2px solid #ffac0d;
    width: 12px;
    height: 12px;
    margin: 0;
}
.carousel-indicators .active{
    background: #ffac0d;
}
/*banner*/
.sticky{
    position: fixed;
    left: 0;
    top: 0;
    background: #05586d;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
}


.main_modal h2{
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}
.btn-login{
    background: #e8aa30;
    border-color: #e8aa30;
    transition: .5s;
}
.btn-login:hover{
    background: #e8aa30;
    border-color: #e8aa30;
}
.modal_close{
    position: absolute;
    right: -8px;
    top: -7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #e8aa30!important;
    line-height: 25px;
    text-align: center;
    opacity: 1;
    z-index: 999;
    
}
.modal_close:hover{
    opacity: 1;
    color: #fff;
}

/*pricing*/
.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  transform: translate(6px, -9px)!important;
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 9px auto;
  border-radius: 90px;
  height: 180px;
  width: 180px;
}


.pricing{
    padding: 0px 0 50px;
}
.price-main{
    float: left;
    margin: 15px 0;
    background: url(../images/bcg.jpg);
    border-radius: 10px;
}
.price-part{
    float: left;
    padding: 15px;
    
    
}
.price-part strong{
    line-height: 1.1;
}

.price-part h4{
    padding: 30px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    
    
}
.price-part p{
    margin-top: 42px;
    font-size: 26px;
    color: #614205;
    font-weight: 600;
}

.pricing{
    margin-top: 30px;
}
.pricing h2{
    color: #eaf2f7;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}

.sticky .header_right_top{
    display: none;
}

.sticky .header_inner .logo img{
    width: 150px;
}
.sticky .navigation_section{
    margin-top: 23px;
}
.main-sec{
    float: left;
    padding: 0 60px;

}
/*pricing*/

.omSec {
    
    width: 100%;
    margin: 20px 0;

}
.omSec h2 {
    color: #eaf2f7;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}
.row_dev{
    width: 100%;
    float: left;
    padding: 20px;
}
.offerPage{
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px #ccc;
}
.w3ls-special-img iframe {
    width: 100%;
    height: 100%;
}
.wpf-demo-7 {
    height: 250px;
}
.w3l-special-grid {
    padding: 0;
    position: relative;
}
.w3ls-special-img {
    padding: 0;
    height: 100%;
    text-align: center;
    position: relative;
    border: solid 1px #eaeaea;
}
.infoAddress {
    text-align: center;
    padding: 20px 2em;
    background: #FFFFFF;
    border: solid 1px #eaeaea;
}
.img_ht2 {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.img_ht2 .ring_pi1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    display: inline-block;
    font-size: 40px;
    line-height: 80px;
    color: #05586d;
    background-color: aliceblue;
}
.img_ht2 h6 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 10px 0;
    color: black;
}
.img_ht2 p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
}
.validFrm {
    background: none;
}
.validFrm legend {
    border-bottom: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.well .form-group {
    margin-bottom: 26px;
}
.well .input-group .form-control {
    padding: 12px 12px;
    height: auto;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 3px;
}
.redb{
    border-color: red!important;
}

