html,
body {
    max-height: 100%;
    height: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
body {
    overflow-x: hidden;
}
a,a:hover{color:#0082bb;}
a{color:#0082bb;}

h1,h2,h3,h4,h5,h6{color:#222; font-family: 'Poppins', sans-serif;}
.no-padding{padding:0px !important;}
.no-padding-right{padding-right:0px !important;}
.no-padding-left{padding-left:0px !important;}
.margin-top-20{margin-top:20px;}
.margin-top-50{margin-top:50px !important;}
.font-white{color:#fff;}
.font-black{color:#000;}
.padding-top-20{padding-top:20px !important;}.padding-top-10{padding-top:10px;}.padding-top-30{padding-top:30px;}
.btn
{

    border:none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active,.btn:hover{outline:none medium; box-shadow:none; }
.btn-stroke
{
    border-width:2px;
    border-style:solid;
    background:transparent;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
    position:relative;
}
.btn-stroke span
{
    position:relative;
    z-index:1;
}
.btn-stroke::after
{
    content: "";
    display: block;
    width:100%;
    height:0;
    bottom:0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index:0;
    left:0;
}
.btn-stroke:hover::after
{
    height:100%;
}
.form-control
{
    border:1px solid #d7d7d7;
    border-radius:3px;
    box-shadow:none;
    color:#656a75;
    border-radius: 0px;
}
.input-small
{
    width:auto;
    display:inline-block;
    vertical-align:top;
}
select.input-sm, input.input-sm {
    height: 26px;
    padding:3px;
    line-height: 24px;
}
input[type=checkbox], input[type=radio]
{
    margin:0;
    position:relative;
    width:1px;
    margin-right:15px;
    outline:none;
}
input[type=checkbox]::after
{
    content:" ";
    outline:none;
    width:17px;
    height:17px;
    line-height:17px;
    background-color: #fff;
    border-radius: 2px;
    position:absolute;
    border:1px solid #cccdcd;
}
input[type=checkbox]:checked::after
{
    content: "\f00c";
    outline: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00ccff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
input[type=radio]::after
{
    content:" ";
    outline:none;
    width:17px;
    height:17px;
    line-height:17px;
    background-color: #fff;
    border-radius: 50%;
    position:absolute;
    border:1px solid #cccdcd;
}
input[type=radio]:checked::after
{
    outline: none;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00ccff;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
}
.btn-grey
{
    background-color:#ededed;
    border:1px solid #cbcbcb;
}
.btn-white
{
    border-color:#fff;
    color:#fff;
}
.btn-white::after
{
    background-color: #fff;
}
.btn-blue
{
    border-color:#184599;
    color:#184599;
}
.btn-blue::after
{
    background-color: #184599;
}
.btn-blue:hover
{
    color:#fff;
}
.btn-success
{
    background-color:#00af5e;


}

.btn-success:hover
{
    background-color:#00af5e;
    border-color:#00af5e;
    color:#00af5e
}
#header
{
    background:none transparent;
}
.inner #header
{
    background-color: rgba(29,58,141,1);
}
.inner #header.shrink
{
    border:none;
}
#header.shrink{
    position: fixed;
    width: auto;
    max-width: 100%;
    z-index: 100;
    left:0;
    right: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(29,58,141,0.899);
}

.navbar-header
{
    padding-top:34px;
}
#header.shrink .navbar-header, .inner .navbar-header
{
    padding:10px 0;
}
#header .navbar-brand,.custom-logo-link
{
    display: inline-block;
    height: auto;
    width: 250px;
    padding: 0;
    margin: 0 !important; 
    /*margin: 7px 0*/
}
#header.shrink .navbar-brand img, #header.shrink .custom-logo-link img,.inner #header .custom-logo-link img
{
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
}
/*.custom-logo-link img
{
        height:auto !important;
        width:250px !important;
}*/
.navbar-brand #logo
{
    background: url(images/logo.png) no-repeat center bottom;
    background-size:100%;
    display: block;
    width: 100%;
    height: 100%;

}

.navbar
{
    margin-bottom:0;
}
#top_menu ul
{
    margin-top:50px;
}
#header.shrink #top_menu ul,.inner #header #top_menu ul
{
    margin-top:15px;
}
#header.shrink #top_menu ul.sub-menu,.inner #header #top_menu ul.sub-menu
{
    margin-top:0;
}
#top_menu li
{
    margin-left:30px;
}
#top_menu li::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #0549b3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
}
#top_menu li:hover::after,#top_menu ul li.menu-item-has-children.open::after,#top_menu ul li.dropdown.open::after,#top_menu ul li.active::after,#top_menu ul li.current-menu-item::after
{
    width:100%;
}
#header.shrink #top_menu li::after,.inner #header #top_menu li::after
{
    background-color: #fff;
}
#top_menu ul>li>a
{
    color:#0549b3;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
    background-color:transparent;
    padding: 10px 0px;
    display:block;
}
#top_menu ul>li>a:hover
{
    text-decoration:none;
}
/*.inner #top_menu ul li a, .inner #top_menu ul li.signup a
{
        color:#111;
}*/


#header.shrink #top_menu li:hover a,.inner #header #top_menu li a,#header.shrink #top_menu li a,.inner #header #top_menu li:hover a
{
    color: #fff;
}
#top_menu ul li:last-child::after
{
    content: "";
    display: block;
    width:100%;
    height:0;
    bottom:0;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index:0;
    border-radius: 6px;
}

#top_menu li:last-child:hover::after
{
    height:100%;
}
#top_menu li:hover a, #header.shrink #top_menu li:last-child:hover a, .inner #header #top_menu li:last-child:hover a
{
    color: #0549b3;
}
#top_menu ul li:last-child a
{
    padding:10px 20px;
    background-color: rgba(59,86,239,0.899);
    position:relative;
    z-index:10;
    color:#fff;
    border-radius: 6px;
}

#header.shrink #top_menu ul li:last-child a,.inner #header #top_menu ul li:last-child a
{
    border:2px solid #fff;
    background:none transparent;
}
#top_menu ul li.menu-item-has-children ul.sub-menu,#top_menu ul li.dropdown ul.dropdown-menu
{
    margin-top:0 !important;
    left:0;
    background-color: rgba(29,58,141,0.899);
    border:none medium;
    width:auto;
    min-width:235px;
    padding:5px 0px;
}
#top_menu ul li.menu-item-has-children ul.sub-menu li,#top_menu ul li.dropdown ul.dropdown-menu li
{
    margin-left:15px;
}
#top_menu ul li.menu-item-has-children ul.sub-menu li:last-child a,#header.shrink #top_menu ul li.menu-item-has-children ul.sub-menu li:last-child a,#top_menu ul li.dropdown ul.dropdown-menu li:last-child a,#header.shrink #top_menu ul li.dropdown ul.dropdown-menu li:last-child a
{
    padding:10px 0 !important;
    background-color:transparent !important;
    border:none !important;
}
#top_menu ul li.menu-item-has-children:hover ul.sub-menu li a,#top_menu ul li.menu-item-has-children.open ul.sub-menu li a,#top_menu ul li.dropdown:hover ul.dropdown-menu li a,#top_menu ul li.dropdown.open ul.dropdown-menu li a
{
    color:#fff !important;
}
#top_menu ul li.menu-item-has-children:hover ul.sub-menu li::after,#top_menu ul li.dropdown:hover ul.dropdown-menu li::after
{
    display:none;
}
#top_menu ul li.menu-item-has-children:hover ul.sub-menu li:hover a,#header.shrink #top_menu ul li.menu-item-has-children ul.sub-menu li:last-child:hover a,#top_menu ul li.dropdown:hover ul.sub-menu li:hover a,#header.shrink #top_menu ul li.dropdown ul.dropdown-menu li:last-child:hover a
{
    opacity:0.8;

}
#top_menu ul li.menu-item-has-children:hover ul.sub-menu,#top_menu ul li.dropdown:hover ul.dropdown-menu
{
    display:block;

}
.heading_1 small
{
    display:block;
    font-size:45%;
    position:relative;
    margin-bottom:30px;
}
.heading_1 small::after
{
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 60%;
    display: block;
    content: '';
    background-color:#ddd;
}
.heading_1 small span
{
    padding: 10px;
    position: relative;
    z-index: 2;
}
.heading_1.text-center small::after {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%;
}
#banner
{
    background:url(images/bannerimg.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    padding-top: 100px;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    position: relative;
    height: calc(100% + 150px);
    align-items: center;
    background-position: bottom -100px center;
}
#banner::before
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 21.4%, rgba(255,255,255,0.1) 121.5%);
    background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 21.4%, rgba(255,255,255,0.1) 121.5%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner_txt
{
    color:#fff;
    position: relative;
}
.banner_txt h1
{
    font-size:5em;
}
.banner_txt h1 small
{
    color:#fff;
}
.banner_txt h1 small::after
{
    background-color: #fff;
}
.banner_txt p
{
    font-size:1.8em;
    margin-top:20px;
}
.section
{
    position:relative;
}
.triangle_cut
{
    position:relative;
}
.section1::before
{
    content:"";
    display: block;
    height: 20%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
    width: 100%;
    top: -10%;
    background-color: #fff;
    transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);

}
.section2::before
{
    content: "";
    display: block;
    height: 36%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
    width: 100%;
    top: -18%;
    transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    background-color: #184599;
}
.download
{
    display:inline-block;
    margin-top:20px;
}
.download + .download
{
    margin-left:20px;
}
#banner .download svg
{
    fill: #fff;
    cursor:pointer;
    -webkit-transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#banner .download:hover svg{opacity:0.8}

.section1 .download svg
{
    fill: #a1b0bb;
    cursor:pointer;
    -webkit-transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: fill 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.section1 .download:hover svg, .section1 .download:focus svg
{
    fill: #0549b3;
}

.section1 h1 small::after
{
    background-color:#a1b0bb;
    width:50%;
}
.section1 p
{
    color: #b7c2ca;
    font-size: 1.5em;
    line-height: 1.8;
}
#footer
{
    padding-top: 30px;
    margin-top: 70px;
    border-top: 1px solid #dbe1e5;
    color: #5a6e7f;
}
#footer ul li
{
    display:inline-block;
    color: #5a6e7f;
}
#footer ul li a
{
    color: #5a6e7f;
    padding:0 15px;
}
.section2
{
    padding:0 15px 20px 15px;
    z-index:10;
}
.bg_blue
{
    background-color:#184599;
}
.bg_white
{
    background-color:#fff;
}
.btn-success:hover {
    background-color: transparent;
    border-color: #00cd6f;
    color: #00af5e;
}
.mobile_wrapper
{
    position: absolute;
    top: -14%;
    left: 10%;
    height: 562px;
    width: 658px;
    overflow:hidden;
    background:url(images/iphone-white.png) no-repeat right;

}
.mobile_wrapper_screen
{
    width: 220px;
    padding:0;
    position: relative;
    left: 384px;
    overflow:hidden;
    display: inline-block;
}
#feature_slider .carousel-caption
{
    position:static;
    text-align:left;
    text-shadow:none;
    overflow:hidden;
    padding-left:3%;
}
#feature_slider .carousel-indicators
{
    text-align: left;
    width: 100%;
    padding: 0 0 0 45%;
    margin: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}
#feature_slider .carousel-caption h1
{
    color:#fff;
    /*margin-top:0;*/
    margin-bottom:25px;
    font-size: 2.8em;
}
#feature_slider .carousel-caption p
{
    opacity: 0.5;
    line-height: 1.8;
    text-align: justify;
    font-size: 1.2em;
    min-height: 250px;
}
#feature_slider .carousel-control.left,#feature_slider .carousel-control.right
{
    background:none transparent;
    left: 15%;
    right:auto;
    bottom:auto;
    top:35%;
    margin-bottom: 16px;
    padding: 20px;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    border-radius: 60px;
    outline: none;
    cursor: pointer;
    display: block;
    background-color: transparent;
    background-image: none;
    line-height: 1;
    color: #fff;
}
#feature_slider .carousel-control.right
{
    top:55%;
}
#feature_slider .carousel-control svg {
    fill: #fff;
    -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#feature_slider .carousel-control svg {
    fill: #fff;
    -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#feature_slider .carousel-control::before
{
    position:absolute;top:-1px;left:-1px;height:60px;width:60px;z-index:-1;border-radius:60px;content:'';display:block;background-color:#fff;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
#feature_slider .carousel-control:hover svg{fill:#036ded}
#feature_slider .carousel-control:hover::before
{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.delay1 {
    animation-delay: 1s;
}
.delay2 {
    animation-delay: 2s;
}
.delay3 {
    animation-delay: 3s;
}
.section3
{
    padding:200px 0 100px 0;
}
.section3 h1
{
    font-size: 3em;
    color: #374140;
    font-weight: 100;
}
.section3 h2{line-height:46px}
.main_section
{
    padding-top:100px;
    position:relative;
    padding-bottom: 60px;
}
.main_section p
{
    line-height:1.82857143;
}
.inner #footer
{
    margin-top:0;
}
.pricing_row
{
    margin-top:50px;
}
.pricing_block
{
    box-shadow:0px 0px 5px #ddd;
    padding: 20px 0 0px 0;
    background-color:#fff;
}
.pricing_block h3
{
    color:#111;
    text-align:center;
    margin-bottom:25px;

}
.pricing_block h1
{
    color:#fff;
    background-color:#afb4be;
    text-align:center;
    margin:0;
    padding: 15px 15px;
    font-size: 5em;
}
.pricing_block ul li
{
    line-height:25px;
}
.pricing_block ul li::before
{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display:inline-block;
    margin-right:10px;
    color:rgba(30,203,34,1.00);
    font-size:15px;

}
.pricing_block h1 sup,.pricing_block h1 sub
{
    font-size:35%;
    opacity:0.8;
}
.pricing_block .pricing_content
{
    padding:20px 50px;
}
.pricing_block .btn
{
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
    padding:20px;
    background-color:#afb4be
}
.pricing_block.basic  .btn
{
    background-color:#184599
}
.pricing_block.basic
{
    transform: scale(1.2);
    position: relative;
    z-index: 1;
}
.pricing_block.basic h1
{
    background-color:#184599;
}
.plan_row
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top:50px;
}
.plan_block
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    width: 21%;
}
.plan_row .plan_block:first-child
{
    width:37%;
}
.plan_block .plan_title
{
    background-color: #184599;
    color: #fff;
    padding: 15px;
    margin:0;
    text-transform: uppercase;
}
.plan_block p
{
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 60px;
}
.plan_row .plan_block .plan_footer
{
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 10px;
    height: 54px;
    background-color: #f4f4f4;
    border-right: none;
}

.plan_row .plan_block:last-child p,.plan_row .plan_block:last-child .plan_footer
{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.plan_main .plan_title
{
    text-align:center;
}
.plan_block h1 span{
    padding-top:10px;
    display:inline-block;
}
.plan_block h1
{
    color: #afb4be;
    font-size:5em;
    line-height: 50px;
    padding: 5px 0 10px;
    text-align:center;
    margin:0;
    border-left: 1px solid rgba(0,0,0,0.1);
    height:130px;
}
.plan_block h1 sub
{
    font-size: 20%;
    display: block;
    line-height: 30px;
    color: #afb4be;
}
.plan_row .plan_block:last-child h1
{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.plan_main p
{
    text-align:center;
}
.plan_main i.fa-check
{
    color: #1ecb22;
}
.plan_main i.fa-times
{
    color: #e70b0b;
}
.plan_main .btn
{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    /*    border: 2px solid #a1b0bb;
        background: transparent;
        color: #a1b0bb;*/
}
.plan_popular
{
    transform: scale(1.1);
    background-color: #c4c9d2;
    color:#fff;
}
.plan_popular .plan_title
{
    background-color: #7f8daa;
    color:#fff;
}
.plan_popular h1,.plan_popular h1 sub,.plan_popular p i.fa-check
{
    color:#fff;
}
.bottom_footer
{
    background-color:#f1f1f1;
    padding-top:15px;
    padding-bottom:15px;
    margin-top:20px;
}
.bottom_footer p
{
    margin:0;
}
.social_icons
{
    text-align:right;
}
.social_icons a
{
    display: inline-block;
    margin: 0 0px 0 20px;
}
.social_icons a i
{
    color:#aaa;
    font-size:20px;
}
.table.custom_table > thead > tr > th{
    background-color:#184599;
    color:#fff;
    border-color:#1e4ca4 !important;
    border-top:1px solid #1e4ca4 !important;
    padding: 15px 8px;
    text-transform: uppercase;
}
.table.custom_table > thead > tr > th, .table.custom_table > tbody > tr > td{
    text-align:center;
    vertical-align:middle;
}
.table.custom_table > thead > tr > th:first-child, .table.custom_table > tbody > tr > td:first-child{
    text-align:left;
}
.table.custom_table > thead > tr > th:nth-child(4){
    transform: scale(1.1);
    background-color:#7f8daa;
}
.table.custom_table > tbody > tr > td span{
    font-size: 5em;
    display: block;
    color: #afb4be;
    line-height: 50px;
    padding: 20px 0 10px;
}
.table.custom_table > tbody > tr > td span sub{
    font-size:20%;
    display:block;
    line-height:30px;
}
.table.custom_table > tbody > tr > td .fa-check{
    color:#1ecb22;
}
.table.custom_table > tbody > tr > td:nth-child(4){
    background-color: #afb4be;
    color: #fff;
    border-color: #a3a9b4;
    transform:scale(1.1);
}
.table.custom_table > tbody > tr > td:nth-child(4) .fa-check{
    color:#fff;
}
.text-white{
    color:#fff !important;
}
.btn-green{
    background-color:#1ecb22;
    color:#fff;
}
.btn-green:hover, .btn-green:focus{
    background-color:#15b619;
    color:#fff;
}
.sign_bg{
    /*border:5px solid rgba(175, 180, 190, 0.5);*/
    padding:30px;
}
.custom_input{
    border-radius: 0px;
    height: 46px;
    box-shadow: none;
    font-size: 13px;
    padding: 10px 15px;
}
.custom_input:focus{
    box-shadow:none;
    border:1px solid #d7d9de;
}
.remember{
    font-size: 13px;
    padding: 10px 0;
    line-height: 24px;
    color: #15b619;
}
.btn-blue-full::after{
    content: "";
    display: block;
    width:100%;
    height:0;
    bottom:0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index:-1;
    left:0;
    background-color:#2557b4;
}
.btn-blue-full:hover::after{
    height:100%;
}
.btn-blue-full{
    background-color: #184599;
    padding: 10px 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    border: 1px solid #184599;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top:30px;
}
.btn-blue-full:hover, .btn-blue-full:focus{
    color:#fff;
}
.custom_select{
    border-radius: 0px;
    height: 46px;
    box-shadow: none;
    font-size: 13px;
    padding: 10px 15px;
}
.custom_select:focus{
    box-shadow:none;
    border:1px solid #d7d9de;
}
.custom_select option{
    padding-left:0;
}
.btn-white{
    background-color:#fff;
    color:#70747b;
}
.margin-left-5{
    margin-left:5%;
}
#top_menu li.active a,#top_menu li.current-menu-item a{
    color:#0549b3;
}
#header.shrink #top_menu li.current-menu-item a,.inner #header.shrink #top_menu li.current-menu-item a
{
    color:#fff;
}
.nav_feature li
{
    margin:20px 0;
}
.nav_feature li b
{
    display:block;
    margin-bottom:5px;
    font-size: 1.2em;
}
.nav_feature li p
{
    padding-left:10px;
}
.nav_feature li p::before
{
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#1ecb22;
    display:inline-block;
    margin-right:10px;
}
/*------------------css-----------------*/
.sub-menu{display: none;
          margin-top:0;
          left:0;
          background-color: rgba(29,58,141,0.899);
          border:none medium;
          width:auto;
          min-width:226px;
          background-clip: padding-box;

          border: 1px solid rgba(0, 0, 0, 0.15);
          border-radius: 4px;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
          display: none;
          float: left;
          font-size: 14px;
          left: 0;
          list-style: outside none none;
          margin: 2px 0 0 !important;
          min-width: 160px;
          padding: 5px 0;
          position: absolute;
          text-align: left;
          top: 100%;
          z-index: 1000; }
.submenu li {
    margin-left: 6px !important;
    padding:6px 0px;
}

#top_menu li.menu-item-has-children:hover .sub-menu{
    display: block;
}
.mobile_wrapper_screen img {
    height: auto !important;
    width: 100% !important;
}
.table.custom_table  tbody  tr  td{font-size:13px}
.plan_cost{    background: #f1f1f1;    }
.plan_dtails .control-label{text-align:left    }
.plan_dtails h4{padding:10px;background:#f1f1f1 ;color:#1d3a8d;margin-bottom:40px}
.proceed h1{font-size:40px;margin-bottom:30px;margin-top:2.8em;text-align:center;color:#1d3a8d;padding:20px; }
.plan_dtails{margin-bottom:40px;padding:0 }
.text-blue{color:#1d3a8d}
.plan_row .btn-success
{

    border:2px solid #00af5e;
}
article.post
{
    background-color:#f7f7f7;
    padding:15px;
    margin-bottom:10px;
}
article.post  h3 a
{
    color:#333;
}
article.post a
{
    color:rgba(29,58,141,1);
}
article.post .entry-footer
{
    border-top: 1px solid #ddd;
    padding-top: 12px;
}
.author img
{
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.posted-on
{
    color: #aaa;
    font-size: 12px;
    margin-left: 15px;
}
.comments-link
{
    display: inline-block;
    margin-top:7px;
    font-size: 12px;
    float:right;
}
.sidebar
{
    background-color: #f9f9f9;
    padding: 20px;
}
.search-form
{
    font-size:12px;
}
.search-field
{
    box-shadow: none;
    border: none;
    padding: 7px 10px;
    background-color: rgba(0,0,0,0.04);
}
.search-field:focus
{
    outline:none medium;
}

.search-submit
{
    border: none;
    padding: 7px 10px;
    background-color: rgba(29,58,141,1);
    color: #fff;
}
.widget-title
{
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.widget ul
{
    list-style:none;
    padding:0;
    padding-left:10px;
    margin-bottom:15px;
}
.widget ul li a
{
    color:#888;
    padding:10px 0px;
    font-size:12px;
}
.blog .text-center{
    text-align: left!important;
}
.comment-list
{
    padding-left:0;
}
.comment-list li
{
    border-top:1px solid #ddd;
    padding:10px 0;
}
.comment-author img
{
    border-radius:50%;
}
.comment-metadata
{
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-size: 12px;
}
.comment-author,.comment-metadata
{
    display: inline-block;
}
.comment-content
{
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f8f8;
}
.reply
{
    margin:20px 0;
}
.reply a
{   padding: 4px 15px;
    border: 2px solid #b3bbc0;
    color: #b3bbc0;
    border-radius: 5px;
    font-weight: bold;
}
.reply a:hover
{
    background-color: #b3bbc0;
    color:#fff;
}
.reply a:hover,.comment-reply-title small a:hover
{
    text-decoration:none;
}
.comment-respond
{
    padding: 5px 20px;
    background-color: #f8f8f8;
}
.comment-reply-title small
{
    float:right;
}
.comment-reply-title small a
{
    padding: 4px 15px;
    border: 2px solid #ee3046;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    color: #ee3046;
    font-weight: bold;
}
.comment-reply-title small a:hover
{
    background-color:#ee3046;
    color:#fff;
}
.comment-form-comment label,.comment-form-comment textarea,.comment-form-comment input
{
    width:100%;
}
.comment-form-comment textarea,.comment-form input
{
    border:1px solid #ddd;
    width:100%;
}
.comment-form label
{
    width:100%;
}
.form-submit input
{
    background-color: rgb(29, 58, 141);
    color: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 10px;
}
.comments-link .screen-reader-text{display: none;}
/*----------------------------------------*/


@media screen and (max-width:768px)
{
    #header .row
    {
        margin:0;
    }
    .navbar-header {
        padding-top: 15px;
    }
    .toggle_btn
    {
        position: absolute;
        z-index: 1;
        color: #fff;
        right: 0;
        top: 15px;
    }
    .toggle_btn .icon-bar
    {
        background-color: #fff;
    }
    #footer
    {
        text-align:center;
    }
    #footer ul
    {
        margin-bottom:20px;
    }

    #header.shrink #top_menu ul
    {
        margin-right:10px;
    }
    #footer ul li:first-child
    {
        /*display:block;
        width:100%;*/
    }
    .banner_txt h1
    {
        font-size:2.5em;
    }
    .banner_txt p
    {
        font-size:1.6em;
        margin-top:10px;
    }
    .heading_1 small::after {
        top: 131%;
        width:100%;
    }
    .heading_1.text-center small::after {
        top: 131%;
        width:100%;
    }
    .section1 h1 small::after
    {
        width:100%;
    }
    .download + .download {
        margin-left: 0;
    }
    .mobile_wrapper,.mobile_wrapper_screen
    {
        display:none;
    }
    #feature_slider .carousel-inner
    {
        padding-top:40px;
    }
    #feature_slider .carousel-control.left, #feature_slider .carousel-control.right
    {
        position:relative;
        margin:20px 0;
        left:0;
        display:inline-block;
    }
    #feature_slider .carousel-control.right
    {
        float: right;
    }
    #feature_slider .carousel-indicators
    {
        text-align: left;
        width: auto;
        bottom: 0;
        position: absolute;
        padding: 0 0 0 45%;
        margin: 0;

    }
    .section3 {
        padding: 100px 0 100px 0;
    }
    #banner
    {
        background: url(images/bannerimg.jpg) no-repeat;
        background-position: top 0px center;
        background-size: auto 100%;
    }
    .top_left
    {
        border-width: 150px 0px 0px 797px;
        top: -148px;
    }
    .bottom_right {
        border-width: 0 0 188px 779px;
        bottom: -1px;
    }
    .pricing_row
    {
        margin:0;
        padding:20px;
    }
    .heading_1.text-center small::after{background:none}
    .navbar-toggle {margin:3px 0}
    .heading_1 small span{padding:0;line-height:25px}
    #footer ul li a{padding-top:10px}
    .social_icons a{margin-left:10px;}
    header .navbar-right li.signup{margin-top:15px}
    .plan_row {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: .01%;
        overflow-x: auto;
    }
    .plan_block, .plan_row .plan_block:first-child
    {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 3200px;
        overflow-x:scroll;
        width: 3200px;
        max-width: 3200px
    }
    .plan_block .plan_title,.plan_row .plan_block:first-child .plan_title
    {    width: 130px !important;
         font-size: 1.1em;
         position: absolute;
         height: 105px;
         z-index: 1;
         position: absolute;
         z-index: 1;
         display: flex;
         display: -webkit-flex;
         display: -webkit-box;
         display: -moz-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         align-items: center;
         justify-content: center;

    }
    .plan_block h1
    {
        width: 150px !important;
        max-width: 150px !important;
        height: auto;
        font-size: 3em;
        line-height: 1.1;
        margin-left: 130px;
        border: 1px solid #ddd;
        height: 105px;
        display: inline-flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        border:1px solid #ddd;
        border-left-color:#fff;
        flex-direction:column;
        -webkit-flex-direction:column;

        word-break: break-all;
    }
    .plan_block h1 sub {
        font-size: 38%;
        line-height: 17px;
    }
    .plan_block p,.plan_row .plan_block .plan_footer
    {
        width:200px !important;
        max-width: 200px !important;
        height:105px;
        display: inline-flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;

        word-break: break-all;
        font-size:12px;
    }
    .plan_row .plan_block:last-child p, .plan_row .plan_block:last-child .plan_footer {
        border-bottom: 1px solid #ddd;
    }
    #top_menu li:hover a, #header.shrink #top_menu li:last-child:hover a, .inner #header #top_menu li:last-child:hover a
    {
        color:#fff;
    }
    #top_menu li::after {
        background-color:#fff;
    }
}
@media screen and (min-width:768px) and (max-width:992px)
{
    #top_menu li {    margin-left: 15px ;}
    header .container{padding:0}
    .plan_title + span{margin-left:120px;}


}


@media screen and (min-width:768px) and (max-width:1024px)
{
    .mobile_wrapper
    {
        left: 45px;
    }
    .mobile_wrapper_screen
    {
        left: 276px;
    }
    #top_menu li
    {
        margin-left: 12px ;
    }
    #banner
    {
        background: url(images/bannerimg.jpg) no-repeat;
        background-position: top 0px center;
        background-size: auto 100%;
    }
    .navbar-brand
    {
        width:250px;
    }
    #feature_slider .carousel-caption
    {
        padding-left: 5%;
    }
    #feature_slider .carousel-indicators
    {
        padding: 0 0 0 53%;
    }
    #top_menu ul
    {
        margin-bottom: 10px;
        margin: 10px auto;
        float: none !important;
    }
    #top_menu ul li.menu-item-148{float:right}

    #top_menu ul li.signup { float: right;}
    #top_menu li a{font-size:12px !important;}
    .navbar-header {
        padding-top: 5px;
    }

}
@media screen and (min-width:769px) and (max-width:992px)
{
    .main_section{ padding-top: 180px;}
    #footer .margin-top-10 p{text-align:center;}
    #top_menu ul li.signup {  margin-top: 15px;}
}
@media screen and (min-width:992px) and  (max-width:1200px)
{
    .mobile_wrapper
    {
        left: 35px;
    }
    .mobile_wrapper_screen
    {
        left: 275px;
    }

}
@media screen and (min-width:1200px)
{

}
@media screen and (min-width:1367px)
{
    .bottom_right
    {
        border-width: 0 0 301px 1434px;
        bottom: -2px;
    }
    .top_left
    {
        border-width: 150px 0px 0px 1500px;
        top: -148px;
    }
    .mobile_wrapper_screen
    {
        left: 384px;
    }
}
@media screen and (min-width:1201px) and (max-width:1366px)
{
    .mobile_wrapper{left:7%;}
    .mobile_wrapper_screen{left:320px}
}
@media screen and (min-width:770px) and (max-width:980px)
{
    .section2 .carousel-caption h1{margin-top:50px}
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {body{overflow-x:hidden;}}
@media only screen
and (min-device-width : 240px)
and (max-device-width : 640px)
and (orientation : portrait) {body{overflow-x:hidden;}}
.section1 h1{    font-size: 3em;    line-height: 50px;}
.text-gray{color:#b7c2ca}
.top_account {background:#f1f1f1;padding: 15px 0;    margin-top: -5px;}
.top_account li{padding:5px 2px 5px 10px;}
.btn-success.btn-xs{padding:1px 3px !important;color:#a1b0bb !important;font-size:11px;    line-height: 1.5;}
.top_account .btn-xs:hover{color:#1c4196 !important;}
#top_menu .menu-item-42{padding-bottom:15px;}
.plan_block .plan_title{ font-size: 15px; font-weight: 700; letter-spacing: .08em; line-height: 24px; background-color: #fff; color: #969696; }
.plan_row{ margin-top: 20px; }
.plan_block.plan_main{ border-right:solid 2px #dadada; }
.plan_block.plan_main:last-child{ border-right: none; }
.plan_row .plan_block .plan_footer{ border: none; }
.plan_block p{ border: none; }
.plan_row .plan_block:last-child .plan_footer, .plan_row .plan_block:last-child p{ border: none; }
.plan_block.plan_main p.monthlyPlan, .plan_block.plan_main p.annualyPlan{ font-size: 30px; line-height: 48px; color: #00af5e; height: 90px; background-color: #ffffff !important; }
.plan_block.plan_main p.monthlyPlan sub, .plan_block.plan_main p.annualyPlan sub{ font-size: 13px; bottom: 5px; }
.plan_block.plan_main p.annualyPlan span.text-pric{ line-height: 0; margin-top: 6px; color: #969696; display: block; }
.plan_block.plan_main p.custom_bill{ padding-top: 22px; height: 90px; color: #969696; }
.plan_block.plan_main p:nth-child(odd){ background-color: #fafafa; }
.invi{ display: none; }
.plan_block.plan_main p{ min-height: 45px; line-height: 26px; height: auto; }
.plan_row .plan_block:first-child{ width: auto; }
.plan_block_row .tab-heading{ font-size: 22px; }
.plan_block_row .tab-heading span a{ padding: 10px; }
.plan_block_row .tab-heading span a.active{ border-bottom: 2px solid #184599; }
.plan_block_row h5{ color: #969696; margin: 20px 0 50px; font-size: 15px; }
@media screen and (max-width:768px)
{
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        position: fixed;
        z-index: 100;
        height: 100%;
        width: 100%;
        left: 0;
        background-color: rgba(29,58,141,0.899)
    }
    #top_menu ul>li{margin-left:10px;}
    #top_menu ul>li>a {padding:20px 0; letter-spacing:0;color:#fff;}
    #top_menu ul>li.active>a{color:#fff;}
    #top_menu ul>li.active::after{background-color:#fff;}
    #header.shrink #top_menu ul.sub-menu, .inner #header #top_menu ul.sub-menu{    position: relative;
                                                                                   width: 100%; background:none transparent; box-shadow:none}
    .menu-item-has-children a:hover,.menu-item-has-children a:focus{display:block;}
    #top_menu ul li:last-child{float:none; display:block;}
    .plan_title + span{margin-left:120px;}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { body{overflow-x:hidden;}.section1_img img{width:100%}.mobile_wrapper {
                                    left: -10%;
                                    top: -6%;}#feature_slider .carousel-control.left, #feature_slider .carousel-control.right {left:1%}.mobile_wrapper_screen {
                                    left: 127px;
                                    top: 40px;    width: 228px;}#feature_slider .carousel-caption {    padding-left: 0%;
                                                                                                   margin-left: 18%;}.plan_block .plan_title {font-size:13px;}.plan_block h1 {font-size:3em;}.plan_block h1 sub {
                                    font-size: 44%;}}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {#feature_slider .carousel-control.right {right:1%;left:auto;} #top_menu ul>li>a {padding:30px 0;}}
@media screen and (max-width:568px)
{#banner{align-items:flex-start}.banner_txt h1 {font-size: 2.3em;}.section1::before {    top: -21px;    height: 5%;}.section2::before {    top: -9%;}#feature_slider .carousel-caption {padding-left:20px;}.section1 h1 {
     font-size: 2em;
     line-height: 33px;
 }.section1 p {
     font-size: 1.1em;
     line-height: 1.5;
 }#feature_slider .carousel-caption h1 {
     font-size: 2.3em;}#feature_slider .carousel-caption p {font-size:1em;}.section3 h2 {
     line-height: 25px;
     font-size: 1.2em;
 }.heading_1 {font-size:28px;}}
@media (min-width: 768px)
{
    .navbar-right {
        margin-right: 5px;
    }
}