/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p {
    margin: 0;
    color: #424242;
    font-size: 17px;
}

html,
body,
    {
    padding: 0;
    margin: 0;
    border-radius: 0;

}

em {
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

a,
button,
input[type="buttton"],
input[type="submit"],
.btn {
    cursor: pointer;
}

input {
    width: 100%;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden-x {
    overflow-x: hidden;
}

.overflow-hidden-y {
    overflow-y: hidden;
}


/*Buttons*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #8999aa;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #8999aa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #8999aa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #8999aa;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/*******************Reset Css****************/
/*header-css*/

.header_outer {
    padding: 20px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #000;
    box-shadow: 0 3px 48px rgba(108,109,127,0.14);
}

.header_outer .navbar {
    padding: 0;
}

.header_outer .navbar-nav li {
    margin-right: 40px;
}

.header_outer .navbar-nav li:last-child {
    margin-right: 0;
}

.header_outer .navbar-nav li a {
    color: #ffffff;
    font-size: 17px;
    padding: 0px;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px;
}

.header_outer .navbar-nav li a:hover {
    color: #33b8f1;
}

.shrink {
    position: fixed;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: rgb(0, 0, 0);
    padding: 5px 0px;
}

.header_outer .navbar-brand {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0;
}

.shrink .navbar-brand {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: auto;
}

.shrink.header_outer .navbar-nav li a:hover,
.header_outer .navbar-nav li.current-menu-item a {
    color: #33b8f1;
}


.sign_upBtn {
    margin-left: 30px;
}
.sign_upBtn a {
    display: inline-block;
    line-height: 52px;
    padding: 0 42px;
    border-radius: 5px;
    background: #f6831f;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.sign_upBtn a:hover {
    background: #00a9e6;
}

/*Header-section end*/

/*banner-section*/
.banner_sec {
    position: relative;
    background-color: #fff;
}
.bansec_img_hold{
    height: 840px;
   /*background-repeat: no-repeat;*/
    background-repeat: repeat;
    background-position: top right;
}


.resource_ban{
    height: 690px;
    background-size: cover;
}
.resource_ban .banner_box h2 {
    color: #2d345e;
    font-weight: 300;
}
.resource_ban .bnnr_txt {
    padding-right: 40px;
}

.top_svg_hold{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_svg_hold svg{
    height: 100%;
    width: 100%;
    fill: #fff;
}
/*.banner_pic_outer{
   float: right;
}
.banner_pichold{
    -webkit-clip-path: url(#clipPath1);
    clip-path: url(#clipPath1);
    height:850px;
    width: 1092px;
}*/
.banner_con {
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}
.banner_box h2 {
    font-size: 112px;
    color: #272b3f;
    font-weight: 500;
    margin-bottom: 25px;
}
.bnnr_txt p {
    font-size: 22px;
    color: #5e616d;
    font-weight: 400;
}
.bnnr_txt {
    padding-right: 20px;
}
.ban_btn {
    padding: 45px 0 0;
}
.dflt_btn {
    line-height: 60px;
    padding: 0 57px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #f6831f;
    display: inline-block;
    border-radius: 5px;
}
.dflt_btn:hover {
    background-color: #00a9e6;
    color: #fff;
}
.allsvg{
    height: 0;
}
.ban_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}



/*banner-section-end*/
/*footer*/

.footer_bottom {
    background: #071221;
    padding: 15px 0px;
}
.footer_bottom .container {
    position: relative;
}
.chat {
    text-align: center;
    color: #fff;
    line-height: 80px;
    border-radius: 50%;
    display: block;
    font-size: 32px;
    position: fixed;
    left: 11px;
    bottom: 22px;
    z-index: 999;
}
.chat:hover {
    text-align: center;
    background-color: #388E3C;
    color: #fff;
}
.footer_logo {
    margin-bottom: 45px;
}
.footer_logo a{
   display: block;
}
.social_full p {
    font-size: 16px;
    color: #96a3b1;
    font-weight: 400;
    padding-bottom: 35px;
}
.social_full li{
    display: inline-block;
}
.social_full li + li{
    margin-left: 10px;
}
.footer_btm_block h5 {
    font-size: 15px;
    color: #cfd7df;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
}
.footer_btm_block p {
    font-size: 16px;
    color: #afbecd;
    font-weight: 400;
}
.pdng_lft45{
    padding-left: 45px;
}
.pdng_lft25{
    padding-left: 25px;
}
.footer_btm_block ul li a {
    font-size: 16px;
    color: #afbecd;
    font-weight: 400;
}
.footer_btm_block ul li a:hover {
    color: #f6831f;
}
.footer_btm_block ul li + li{
    margin-top:20px;
}
.footer_btm_block .social_full li a {
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    text-align: center;
    color: #071221;
}
.footer_btm_block .social_full li a:hover {
    color: #fff;
    background-color: #009ae2;
}
.footer_top {
    padding: 100px 0;
    background-color: #f5f8f9;
}
.global_heading {
    margin: 0 auto 40px;
    text-align: center;
}
.global_heading h2 {
    font-size: 40px;
    color: #092c52;
    font-weight: 500;
    margin-bottom: 20px;
}
.global_heading p {
    color: #6b7086;
    font-size: 16px;
    font-weight: 400;
}
.contact_portion {
    max-width: 815px;
    margin: 0 auto;
}
.top_contact {
    padding: 0 30px 40px;
}
.contact_bx{
    margin-bottom: 25px;
}
.top_contact .contact_bx input {
    padding: 0 17px;
    border: 1px solid #d5d9dd;
    border-radius: 5px;
    height: 50px;
    background-color: #fafbfc;
    font-size: 14px;
    color: #8999aa;
}
.top_contact .contact_bx input:focus {
    border: 1px solid #f6831f;
}
.sbmt_btn {
    text-align: center;
    padding-top: 10px;
}
.sbmt_btn .dflt_btn {
    padding: 0 70px;
    letter-spacing: 1px;
    width: 205px;
}
.place_box {
    background-color: #eef1f4;
    width: 255px;
    border: 1px solid #e8edf1;
    border-radius: 5px;
    padding: 25px 15px 25px 20px;
}
.place_box h5 {
    font-size: 16px;
    color: #00a9e6;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.place_box ul li{
    padding-left: 27px;
    font-size: 16px;
    color: #42546d;
}
.place_box ul li + li{
    margin-top: 10px;
}
.place_box ul li a{
    font-size: 16px;
    color: #42546d;
}
.place_box ul li a:hover{
    color: #f6831f;
}
.location{
    background-image: url(../images/target.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    
}
.phn{
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    background-position: left top 3px;  
}
.bottom_contact {
    justify-content: space-between;
    overflow: hidden;
}

/*end-ftr-css*/
.pmo_app{
    padding: 80px 0 75px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.white_clr h2 {
    color: #fff;
}
.white_clr p {
    color: #fff;
}
.app_icn {
    width: 108px;
    line-height: 108px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 13px 27px rgba(0,0,0,0.10);
    margin-bottom: 25px;
}
.app_txt h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.app_txt p {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
}
.pmo_app_block_inner {
    margin-bottom: 50px;
}
.white_btn{
    text-align: center;
}
.white_btn .dflt_btn{
    color: #00a9e6;
    background-color: #fff;
}
.white_btn .dflt_btn:hover{
    color: #fff;
    background-color: #f6831f;
}
.blk_clr h2{
   color: #201f2b;
    
}
.powered_by{
    padding: 130px 0 80px;
}
.mic_icn {
    line-height: 113px;
    width: 113px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 20px 45px rgba(44,88,178,0.10);
    text-align: center;
    float: left;
}
.mic_head {
    overflow: hidden;
    padding-left: 18px;
    padding-top: 30px;
}
.mic_head h5 {
    font-size: 16px;
    font-weight: 500;
    color: #00a9e6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.mic_head h4 {
    font-size: 24px;
    font-weight: 500;
    color: #333950;
    margin: 0;
}
.mic_block_bottom {
    padding: 30px 0 0;
}
.mic_block_bottom p {
    font-size: 16px;
    color: #6e6c83;
    line-height: 29px;
}
.mic_block{
    margin-bottom: 35px;
}
.blue_btn {
    text-align: center;
}
.blue_btn .dflt_btn{
    background-color: #00a9e6;
    color: #fff;
}
.blue_btn .dflt_btn:hover{
    background-color: #f6831f;
    color: #fff;
}
/*resource page*/
.fliter_all {
    padding: 100px 0 90px;
}
.new_btn_clb {
    width: 162px;
    line-height: 50px;
    background-color: #f6f6f9;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #7e8896;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.new_btn_clb.is-checked {
    background-color: #e4e5ed;
}
.new_btn_clb + .new_btn_clb {
    margin-left: 5px;
}
.short_celeb_heading {
    max-width: 845px;
    margin: 0 auto 60px;
}
.new_itm{
    height: 9px;
    width:9px;
    background-color: #f6831f;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}
.element_outer_part{
    margin: 0 -15px;
    font-size: 0;
    /*height: 100% !important;*/
}
.element-item{
    padding: 0 15px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}
.wht_ppr, .blog{
    width: 100%;
}
.image_blk {
    float: left;
    max-width: 540px;
}
.txt_blk{
    overflow: hidden;
    padding: 40px 25px;
}
.case-stdy,.vdo_blg{
    width: 33.33%;
}
.inner_element{
    box-shadow: 0 2px 76px rgba(1,48,149,0.18);
}
.wht_ppr .inner_element, .blog .inner_element {
    box-shadow: 0 2px 45px rgba(1,48,149,0.09);
    border-radius: 0 5px 5px 0;
}
.case-stdy .inner_element, .vdo_blg .inner_element {
    border-radius:  5px;
    overflow: hidden;
}

.txt_blk h3 {
    font-size: 30px;
    color: #444254;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 40px;
}
.txt_blk p {
    font-size: 15px;
    color: #5d6a7d;
    font-weight: 400;
    line-height: 30px;
}
.download_btn {
    padding-top: 35px;
}
.dwnload {
    width: 205px;
    padding: 0 32px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(../images/dwn.png);
    background-position: center right 32px;
}
.download_brdr {
    background-color: #fff;
    border: 1px solid #f6831f;
    color: #f6831f;
    background-image: url(../images/orng_dwn.png);
}
.download_brdr:hover {
    background-color: #f6831f;
    border: 1px solid #f6831f;
    color: #fff;
    background-image: url(../images/dwn.png);
}
.txt_case {
    padding: 25px 20px;
}
.txt_case h5 {
    font-size: 24px;
    font-weight: 500;
    color: #53565a;
    margin-bottom: 13px;
}
.txt_case p {
    font-size: 15px;
    color: #5d6a7d;
    line-height: 28px;
}
.case_btn {
    padding: 15px 0 0;
}
.icn_blg {
    height: 67px;
    width: 67px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    float: left;
}
.icn_blg img {
    width: 100%;
}
.txt_blgs {
    overflow: hidden;
    padding: 10px 0 0 10px;
}
.txt_blgs h6 {
    font-size: 17px;
    color: #6b6b76;
    font-weight: 500;
    margin-bottom: 12px;
}
.txt_blgs p {
    font-size: 13px;
    color: #f6831f;
    font-weight: 400;
    font-style: italic;
    line-height: 100%;
}
.vdo_img {
    position: relative;
    height: 478px;
    background-size: cover;
    background-position: center center;
}
.vdo_blg .txt_case{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.vdo_blg .txt_case h5{
   color: #fff;
}
.vdo_blg .txt_case p{
   color: #fff;
}
.watch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.play_vdo {
    height: auto;
    width: auto;
    border-radius: 50%;
    text-align: center;
    font-size: 90px;
    color: rgba(255,255,255,0.8);
}
.play_vdo:hover {
color: #f6831f;
}
.watch h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.blog .blg_wrtr_outer {
    padding-top: 15px;
}
.full_isotope_celebrity .ban_btn{
    padding-top: 20px
}

/*index-page*/
.who_is_it {
    padding: 113px 0 65px;
}
.who_full.d-flex {
    justify-content: space-between;
}
.who_blocks {
    width: 25%;
    padding: 0 23px;
    position: relative;
    text-align: center;
}
.who_blocks:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #d0d0d0;
    height: 70px; 
}
.who_blocks:last-child:after{
    content: none;
}
.who_blocks figure {
    margin-bottom: 25px;
    height: 46px;
}
.who_blocks figure img{
    height: 100%;
}
.who_txt p {
    font-size: 16px;
    color: #333950;
    font-weight: 500;
    line-height: 19px;
}

.benifits{
    background-color: #f2f9fc;
    padding: 80px 0 75px;
}
.projects h5 {
    font-size: 18px;
    color: #696969;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.projects + .projects {
    margin-top: 45px;
}

.project_inner{
    padding-left: 20px;
    height: 100%;
}
.project_inner_con {
    padding: 18px 25px 18px 45px;
    background-color: #fff;
    position: relative;
    font-size: 0;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 0 32px rgba(0,0,0,0.02);
}
.bk_blu{
    background-color: #00abe7;
}
.bk_orng{
    background-color: #f6881f;
}
.rd_no {
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    color: #fff;
    box-shadow:  0 5px 30px rgba(0,0,0,0.3);
}
.projct_icn {
    width: 20%;
}
.txt_projct {
    padding-left: 9px;
    width: 100%;
}
.txt_projct p {
    font-size: 14px;
    font-weight: 400;
    color: #525066;
}
.txt_projct p span{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 3px;
}
.blu_txt{
    color: #00abe7;
}
.orng_txt{
    color: #f6881f;
}
.solution {
    background-color: #e7e7e8;
    padding: 85px 0 75px;
}
.solution .global_heading{
}
.prices_outer{
    align-items: flex-end;
    overflow: hidden;
}
.price_blocks{
    padding: 0 7.5px;
    width: 33.33%;
    text-align: center;
}
.price_blk_inner{
    background-color: #fff;
    box-shadow: 0 2px 21px rgba(66,90,143,0.10);
    border-radius: 8px;
    overflow: hidden;
}
.price_head {
    padding: 25px 0 18px;
    background-color: #f3f3f8;
}
.price_head h5 {
    margin: 0;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}
.price_permonth_outer {
    padding: 18px 34px;
}
.price_permonth_inner {
    border-bottom: 1px solid #e1e1e1;
}
.price_permonth_inner h2 {
    font-size: 40px;
    color: #616060;
    font-weight: 700;
    margin-bottom: 15px;
}
.price_permonth_inner h2 span {
    display: block;
    font-size: 16px;
    color: #6e6c83;
    font-weight: 400;
    margin-top: 10px;
}
.what_included_outer{
    padding: 0 15px 40px;
}
.what_included_outer h5 {
    font-size: 16px;
    color: #494c5d;
    margin-bottom: 35px;
}
.what_inc_list li {
    font-size: 16px;
    color: #6e6c83;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e8;
    padding: 6px 0;
}

.what_list_grey li + li{
    margin-top: 6px;  
}
.what_btn {
    width: 100%;
    display: block;
    line-height: 54px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
}

.grey_bk{
    background-color: #88888a;
}
.mgmt_srvc{
    padding-top: 18px;
}
.mgmt_srvc .what_btn {
    text-transform: uppercase;
}
.mgmt_srvc li + li{
    margin-top: 6px;
}
.Management_Services{
    padding: 75px 0 65px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*.all_mgmt_srvc {
    overflow: hidden;
}*/
.mgmt_srvc_full{
    align-items: center;
}
.lft_mgmt_part{
    width: 48%;
}
.rght_mgmt_part{
    width: 52%; 
}
.lft_mgmt_part .white_btn .dflt_btn {
    color: #f6831f;
    background-color: #fff;
    letter-spacing: 1px;
    padding: 0 35px;
}
.lft_mgmt_part .white_btn .dflt_btn:hover{
    box-shadow: 0 3px 28px rgba(0,0,0,0.5);
}
.lft_mgmt_part .white_btn {
    text-align: left;
}
.lft_mgmt_part .global_heading p {
    font-size: 19px;
    line-height: 35px;
}
.mgmt_icn{
    float: left;
    line-height: 115px;
    width: 115px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 20px 45px rgba(44,88,178,0.10);
}
.mgmt_txt {
    overflow: hidden;
    padding-left: 15px;
}
.mgmt_txt h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
}
.mgmt_txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}
.all_mgmt_line {
    max-width: 480px;
}
.all_mgmt_line + .all_mgmt_line {
    margin-top: 25px;
}
.all_mgmt_line:nth-child(2){
    margin-left: 120px;
}
.all_mgmt_line:nth-child(3){
    margin-left: 170px;
}
.all_mgmt_line:nth-child(4){
    margin-left: 120px;
}
.clients{
    padding: 102px 0;
}
.clients_inner{
    background-image: url(../images/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.clients_inner .blg_wrtr_outer {
    max-width: 728px;
    margin: 0 auto 20px;
}
.clients_inner .icn_blg {
    height: 90px;
    width: 90px;
    position: relative;
    overflow: visible;
    border-radius: none;
}
.clients_inner .txt_blgs p {
    font-size: 16px;
    color: #6e6c83;
    font-weight: 400;
    line-height: 30px;
}
.clients_inner .txt_blgs {
    padding: 0px 0 0 44px;
}
.txt_blgs span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #201f2b;
    letter-spacing: 2px;
    margin-top: 25px;
    display: block;
}
.nm{
    font-size: 17px;
    color: #6b6b76;
    font-weight: 500;
    padding-top: 15px;
    display: block;
}
.icn_blg_prsn{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.clients_sldr_itm {
    vertical-align: middle;
    padding: 15px 20px;
    margin: 0 20px;
    cursor: pointer;
}
.clients_sldr_itm img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.clients_sldr_itm.slick-current img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.clients_sldr_itm.slick-current{
    box-shadow: 0 15px 40px rgba(0,0,0,0.20);
    border-radius: 40px;
    background-color: #fff;
}

.clients-nav .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.clients-nav .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
.clients-nav .slick-dots li button{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #eeeeef;
    font-size: 0;
}
.clients-nav .slick-dots .slick-active button{
   background-color: #acacad; 
}
.clients_sldr_itm img{
    width: 150px;
}
.clients-nav .slick-list.draggable {
    padding: 40px 0 !important;
}
.technology_sec{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 104px 0 98px;
}
.technology_sec .global_heading {
    max-width: 750px;
}
.circle_tech{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px dashed #fff;
    margin-left: -120px;
    text-align: center;
    padding-top: 60px;
}
.lght_crcl{
    height: 278px;
    width: 278px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    display: inline-block;
     padding-top: 35px;
}
.dark_wht_crcl{
    height: 208px;
    width: 208px;
    line-height: 208px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.tech_srvc .mgmt_icn {
    line-height: 73px;
    width: 73px;
    box-shadow: 0 20px 45px rgba(44,88,178,0.10);
}
.tech_srvc .mgmt_icn img{
    height: 40px;
}
.tech_srvc .mgmt_txt {
    padding-left: 35px;
}
.tech_srvc .mgmt_txt h4 {
    font-size: 18px;
}
.tech_srvc .all_mgmt_line {
    max-width: 428px;
    position: relative;
    z-index: 1;
}
.tech_srvc .mgmt_txt p {
    font-size: 14px;
    line-height: 20px;
}
.tech_srvc .all_mgmt_line + .all_mgmt_line {
    margin-top: 80px;
}
.tech_srvc {
    margin-left: -28px;
}
.tech_srvc .all_mgmt_line:nth-child(2) {
    margin-left: 79px;
}
.tech_srvc .all_mgmt_line:nth-child(3) {
    margin-left: 0;
}
.technology_sec .white_btn {
    padding-top: 70px;
}
.oppost .mgmt_txt {
    padding-right: 35px;
    padding-left: 0;
    text-align: right;
}
.oppost .mgmt_icn {
    float: right;
}
.oppost  {
    margin-left: 0;
    margin-right: -28px;
    text-align: right;
}
.oppost .all_mgmt_line {
    display: inline-block;
}
.oppost .all_mgmt_line:nth-child(2) {
    margin-left: 0;
    margin-right: 79px;
}
.techno_con {
    padding-top: 20px;
}
.resource{
    padding: 95px 0 85px;
}
.resource .inner_element figure{
    height: 234px;
}
.resource .inner_element figure img{
    height:100%;
}
.resource .txt_case {
    padding: 25px 18px 18px;
}
.resource .txt_case h5 {
    font-size: 22px;
    font-weight: 400;
    color: #213657;
    margin-bottom: 10px;
    line-height: 23px;
}
.resource .txt_case p {
    color: #5d6a7d;
    line-height: 23px;
}
.rd-more {
    padding-top: 15px;
}
.rd-more a {
    color: #f6871f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.rd-more a:hover {
    color: #04a3e1;
}
.rd-more a span {
    display: inline-block;
    margin-left: 5px;
}
.resource .case_btn {
    padding: 5px 0 0;
}
.resource .dwnload {
    line-height: 54px;
}
.resource .icn_blg {
    height: 60px;
    width: 60px;
}
.resource .txt_blgs h6 {
    margin-bottom: 2px;
}
.resource .txt_blgs p {
    font-size: 13px;
    color: #f6831f;
}
.resource .vdo_img {
    height: 415px;
    border-radius: 5px;
    overflow: hidden;
}
.resource .vdo_img .txt_case {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.resource .vdo_img .txt_case h5 {
    color: #fff;
}
.resource .inner_element {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.resource .vdo_img .txt_case p{
    color: #fff;
}
.banner_box h2 span {
    display: block;
    font-weight: 300;
    color: #2d345e;
    font-size: 19px;
}
.pwrd_by {
    padding-top: 40px;
}
.pwrd_by h5 {
    font-size: 14px;
    color: #777c8d;
    margin-bottom: 8px;
    font-weight: 400;
}
.learn_mr {
    color: #201f2b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 40px;
}
.learn_mr:hover {
    color: #00a9e6;
}

/*functions page*/

.fnctns_txt.bnnr_txt {
    padding-right: 50px;
}
.total_fnctn_part {
    padding: 95px 0 75px;
}
.total_fnctn_part .global_heading {
    max-width: 830px;
    margin: 0 auto 40px;
}
.total_fnctn_part .global_heading h2 {
    font-size: 30px;
    color: #444254;
    font-weight: 400;
    margin-bottom: 25px;
}
.total_fnctn_part .global_heading h2 {
    font-size: 30px;
    color: #444254;
    font-weight: 400;
    margin-bottom: 25px;
}
.total_fnctn_part .global_heading p {
    color: #6b7086;
    font-size: 15px;
}
.tab_cntnt_inner_text {
    width: 50%;
    padding: 25px 30px 0 0;
}
.tab_cntnt_inner_video {
    width: 50%;
    padding: 25px 30px 0 50px;
}
.func_tab_portion_outer {
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.fnc_tab_head h2 {
    font-size: 40px;
    color: #201f2b;
    font-weight: 500;
    margin: 0;
    line-height: 100%;
}
.fnc_tab_head {
    padding: 28px 0;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.fnc_tab_menu .nav-pills li {
    width: 100%;
}
.fnc_tab_menu .nav-pills a {
    font-size: 18px;
    font-weight: 500;
    color: #a4a4a4;
    padding: 10px 15px;
    display: block;
}
.fnc_tab_menu .nav-pills a.active {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #88888a;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.10);
}
.fnc_tab_menu {
    padding: 25px 0 0px 32px;
}
.tab_cntnt_inner_text p {
    font-size: 15px;
    color: #5d6a7d;
    line-height: 26px;
}
.tab_cntnt_inner_text h3 {
    font-size: 22px;
    color: #213657;
    margin-bottom: 20px;
    font-weight: 400;
}
.fnc_tab_content .tab_pan_inner{
    display: flex;
}
.fnc_tab_body {
    padding-bottom: 20px;
}
.vertical_slide_tab {
    padding: 15px 0;
}
.vertical_slide_tab .slick-arrow {
    position: absolute;
    color: #ababab;
    z-index: 1;
    background-color: transparent;
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
    height: 16px;
}
.vertical_slide_tab .slick-arrow:hover {
    color: #04a3e1;
}
.prv_slk {
    top: -12px;
}
.nxt_slk {
    bottom: -2px;
}
/*functions page*/

/*services page*/

.srvide_block_hold{
    max-width: 920px;
    margin: 0 auto;
}

.srv_block .image_blk {
    max-width: 350px;
}
.srv_block .txt_blk {
    padding: 0px 0 30px 30px;
    min-height: 235px;
}
.srv_block .txt_blk h3 {
    font-size: 24px;
    color: #213657;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 100%;
}
.srv_block .dflt_btn {
    line-height: 55px;
    padding: 0 40px;
}
.srv_block .download_btn {
    padding-top: 25px;
}

.srv_block .txt_blk p {
    line-height: 28px;
}
.our_srvc{
    padding: 100px 0 75px;
}
.our_srvc .global_heading {
    max-width: 820px;
    margin: 0 auto 80px;
}
.our_srvc .global_heading h2 {
    color: #201f2b;
}
.srvide_block_hold .srv_block:nth-child(even) .image_blk {
    float: right;
}
.srvide_block_hold .srv_block:nth-child(even) .txt_blk {
    padding: 0px 30px 30px 0px;
}
.srv_block {
    margin-bottom: 55px;
}
.more_learning {
    background-color: #f2f4f8;
    padding: 45px 35px 25px;
    display: none;
    float: left;
    width: 100%;
}
.more_learning ul{
    display: flex;
    flex-wrap: wrap;
}
.more_learning ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 22px;
    background-repeat: no-repeat;
    background-position: 0% 5px;
    background-image: url(../images/orng_frma.png);
    font-size: 15px;
    color: #5d6a7d;
    font-weight: 400;
}
.srv_block .dflt_btn:hover {
    box-shadow: 0 11px 21px rgba(246,131,31,0.39);
    background-color: #f6831f;
}
/*services page*/

/*how_it_works page*/
.how_it_works{
    padding: 90px 0;
}
.how_it_works .global_heading {
    max-width: 820px;
}
.how_it_works .global_heading h2 {
    color: #201f2b;
}
.how_it_full{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 65px;
}
.how_it_line{
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.how_it_line:after{
    content:'';
    position: absolute;
    bottom: -3px;
    left: 49.5%;
    transform: translateX(-50%);
    height: 8px;
    width: 8px;
    background-color: #f6831f;
    transform: rotate(45deg);
}
.cls-11 {
        fill: none;
        stroke: #f6831f;
        stroke-width: 1px;
        stroke-dasharray: 4 4;
        fill-rule: evenodd;
        -webkit-animation: dash 15s linear infinite;
        animation: dash 15s linear infinite;
}
@keyframes dash {
    to {
        stroke-dashoffset: -1000;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: -1000;
    }
}
.svg_line_hold{
    position: absolute;
    left: 0;
    right: 0;
}
.svg_line_hold svg{
    width: 100%;
    height: 195px;
}
.last_svg {
    bottom: -6px;
}
.last_svg svg{
    width: 50%;
    height: auto;
}
.bottom_svg{
    bottom: -104px;
}
.frst_svg{
    bottom:-4px;
}
.frst_svg svg{
    width: 98px;
    height: 100px;
}
.how_icn{
    height: 112px;
    line-height: 112px;
    width: 112px;
    border-radius: 50%;
    text-align: center;
    background-color: #f6831f;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.lftt_block{
   padding-left: 80px; 
   position: relative;
    max-width: 350px;
}
.rgtt_block{
    text-align: right;
    position: relative;
    padding-right: 80px;
     max-width: 350px;
}
.lftt_block .how_icn{
    left: -60px;
}
.rgtt_block .how_icn{
    right: -60px;
}
.mx_wd520{
    max-width: 520px;
}
.mx_wd480{
    max-width: 480px;
}
.only_rgt{
    justify-content: flex-end;
}
.lftt_block h4, .rgtt_block h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #213657;
}
.lftt_block p, .rgtt_block p{
    font-size: 15px;
    color: #5d6a7d;
    font-weight: 400;
    line-height: 28px;
}
.opcty_low{
    opacity: 0.5;
}

.lower_how_inner{
    text-align: center;
    position: relative;
}
.lower_how_inner .how_icn{
    position: static;
    line-height: 90px;
    height: 90px;
    width: 90px;
    display: inline-block;
    transform: none;
    margin-bottom: 25px;
}
.lower_how_blocks {
    padding-top: 105px;
    position: relative;
}
.lower_how_inner h4{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #213657;
}
.lower_how_inner p{
    font-size: 15px;
    color: #5d6a7d;
    font-weight: 400;
    line-height: 28px;
}
.lower_how_blocks:after{
    content: '';
    position: absolute;
    top:60px;
    height: 1px;
    width: 68.7%;
    left: 50%;
    background-color: #f6831f;
    transform: translateX(-50%);
}
.lower_how_inner:before{
    content: '';
    position: absolute;
    top:-44px;
    height: 54px;
    width: 1px;
    left: 50%;
    background-color: #f6831f;
    transform: translateX(-50%);
}
.lower_how_blocks .col-md-4:nth-child(2) .lower_how_inner:before{
    top:-103px;
    height: 106px;
}


/*how_it_works page*/

/*package page*/
.packg_ban .banner_box h2 span {
    display: inline-block;
    margin-right: 18px;
}
.global_heading h4{
    font-size: 20px;
    font-weight: 400;
    color: #494858;
    margin-bottom: 25px;
}
.packages .global_heading{
    margin: 0 auto 0px;
} 
/*package page*/



/*blog page*/
.blog_main{
    padding: 65px 0;
}
.blog_box_head{
    padding: 50px 28px 45px;
    box-shadow: 0 2px 45px rgba(1,48,149,0.09);
    border-radius: 5px; 
    margin-bottom: 55px;
}
.blog_box_head h2{
    font-size: 24px;
    font-weight: 500;
    color: #424d5f;
}

.blog_left_part:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e1e1e3;
    right: -15px;
    top: 0;
    bottom: 0;
}
.blog_left_part {
    position: relative;
    height: 100%;
}

.blog_right_part .inner_element {
    margin-bottom: 25px;
    box-shadow: 0 2px 45px rgba(1,48,149,0.09);
}
.blg_txt_new{
    padding: 0 30px;
}
.blg_txt_new p {
    font-size: 15px;
    color: #5d6a7d;
    font-weight: 400;
    line-height: 28px;
}
.blg_txt_new p + p {
    margin-top: 40px;
}
.blog_quote{
    padding: 55px 30px 55px 95px;
    align-items: center;
}
.quote_text{
    width: 85%;
    border-left: 1px solid #e3e2e2;
    padding-left: 30px;
}
.quote_text p {
    font-size: 18px;
    color: #474646;
    font-weight: 500;
}
.quote_round {
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #00b3ec;
    text-align: center;
}
.quote_outer {
    padding-right: 35px;
    width: 15%;
}
.blog_share_outer{
    padding: 35px 30px 0;
    
}

.blog_share_outer li {
    display: inline-block;
    margin-right: 10px;
}
.blog_share_outer li a {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #000;
    background-color: #d7d7d7;
    padding-top: 5px;
    font-size: 11px;
}
.blog_share_outer li a:hover {
    color: #fff;
    background-color: #f6831f;
    box-shadow: 0 7px 25px rgba(46,46,58,0.30);
}

.blogslider-nav .slick-list {
    margin: 0 -15px;
}
.blg_nav_itm{
  padding: 0 15px;  
} 
.blg_nav_itm figure img {
    width: 100%;
}
.blg_nav_itm figure {
    border: 3px solid transparent;
}
.blg_nav_itm.slick-current figure {
     border: 3px solid #00b3ec;
}

.blogslider-nav {
    margin: 25px 0 50px;
}
.banner_box .blg_wrtr_outer {
    margin-bottom: 20px;
}

/*blog page*/



.stop_shop_sec{
    background-color: #eee;
    padding-top: 60px;
    overflow: hidden;
}
.hand_image_part {
    position: relative;
    width: 66%;
}
.hand_image_part:after{
    content: '';
    position:absolute;
    top: -25px;
    left: -40px;
    height: 250px;
    width: 250px;
    background-image: url(../images/light_pmo_lgo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.hand_image_part figure{
    position: relative;
    z-index: 2;
}
.stop_box_outer{
    width: 34%;
    position: relative;
}



.ripple-icon {
    position: absolute;
    left: -190px;
    top: -115px;
    z-index: 1;
}
.pulse0, .pulse1, .pulse2, .pulse3 {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    position: absolute;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    border: 1px solid #bdbdbd;
}
.pulse0 {
    -webkit-animation: ring-1 2s 0s ease-out infinite;
    animation: ring-1 2s 0s ease-out infinite;
}
.pulse1 {
    -webkit-animation: ring-1 2s 0.3s ease-out infinite;
    animation: ring-1 2s 0.3s ease-out infinite;
}
.pulse2 {
    -webkit-animation: ring-1 2s .6s ease-out infinite;
    animation: ring-1 2s .6s ease-out infinite;
}
.pulse3 {
    -webkit-animation: ring-1 2s .9s ease-out infinite;
    animation: ring-1 2s .9s ease-out infinite;
}

@keyframes ring-1 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
         -ms-transform: scale(1.2, 1.2);
           transform: scale(1.2, 1.2);
    opacity: 0
  }
}

.orng_num{
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    line-height: 180px;
    color: #fff;
    font-weight: 500;
    font-size: 120px;
    background-color: #f6831f;
    text-align: center;
    z-index: 3;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    left: 13px;
    top: 94px;
}

.blue_num {
    position: absolute;
    height: 240px;
    width: 240px;
    line-height: 57px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    background-color: #00abe7;
    text-align: center;
    padding-top: 59px;
    z-index: 2;
    right: 0;
    top: 0;
}
.grey_num {
    position: absolute;
    height: 240px;
    width: 240px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    background-color: #acacad;
    text-align: center;
    padding-top: 60px;
    z-index: 1;
    top: 60%;
    left: 52%;
    transform: translate(-50%, -50%);
}
.num_hold {
    position: relative;
    height: 100%;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem;
    margin-bottom: 5px;
}
.card-header {
    padding: .45rem .6rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border: 1px solid #eee;
}
.btn-link {
    font-weight: 400;
    color: #201f2b;
    background-color: transparent;
}
.dropdown-menu {
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 1rem 1rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.header_outer .navbar-nav li a:hover {
    color: #f45f45;
    background:transparent;
}
#accordion button.btn.btn-link {
    width: 100%;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
}
a.dropdown-item {
    color: #FFC107!important;
    padding: 5px 0!important;
}